Invisible, Inc.

Invisible, Inc.

Function Library
Mostrando 11-20 de 109 aportaciones
< 1  2  3  4 ... 11 >
Actualización: 18 NOV 2023 a las 6:52 a. m.

V1.97:
* Moved reload and recharge ability execution to abilityutils.

Actualización: 17 NOV 2023 a las 5:44 a. m.

V1.96:
* Updated Program Lockdown code with ability to selectively unlock programs, as well as specify the source of the locks.
- Added pcplayer:unlockMainframeAbility( num, source )
Following functions were updated:
- pcplayer:lockdownMainframeAbility( num, source )
- pcplayer:unlockAllMainframe( source )
- pcplayer:getLockedAbilities( source )

Actualización: 12 NOV 2023 a las 5:59 a. m.

V1.95:
* Shops now support following program definition parameters:
- soldAfter - program will be sold after specified campaign hours have passed.
- notSoldAfter - program will be sold before specified campaign hours have passed.
- PROGRAM_LIST_CORP - program will be sold only by specified corporation.
- markedForDeletion - program will be unconditionally removed from shops.

Actualización: 5 SEP 2023 a las 9:46 a. m.

V1.94:
* Changed animation when taking lethal damage and surviving from "fall over and get up" to "stagger", now it applies to all non- drone agents and guards.

Actualización: 22 AGO 2023 a las 1:17 p. m.

V1.93:
* TRG_DAEMON_INSTALL and TRG_DAEMON_REVERSE triggers now pass the spawned daemon instance as evData.
* Door lock props will now disappear if adjacent cells get hidden.
* W93_REFRESH_CELLS event now refreshes entire board instead of just cells.

Actualización: 8 MAY 2023 a las 1:30 p. m.

V1.92:
* Fixed softlock caused by specific order of Sleep/Confusion activations from Programs Extended.

Actualización: 12 ABR 2023 a las 4:55 a. m.

V1.91:
* Reload and Recharge no longer use local functions and can be appended by other mods easier.

Actualización: 16 MAR 2023 a las 9:47 a. m.

V1.90:
* "TRG_PRE_START_TURN" and "TRG_POST_START_TURN" triggers now work on turn 1.

Actualización: 23 FEB 2023 a las 12:56 p. m.

V1.89:
* Ping program is now compatible with AI Terminal range upgrade (More Missions mod).

Actualización: 30 ENE 2023 a las 11:57 a. m.

V1.88:
* Added "TRG_AUGMENT_INSTALLED" trigger, evData = { unit, userUnit }. Unit is the augment, userUnit the agent.