Invisible, Inc.

Invisible, Inc.

Function Library
11–20/109 bejegyzés mutatása
< 1  2  3  4 ... 11 >
Frissítés: 2023. nov. 18. @ 6:52

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

Frissítés: 2023. nov. 17. @ 5:44

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 )

Frissítés: 2023. nov. 12. @ 5:59

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.

Frissítés: 2023. szept. 5. @ 9:46

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.

Frissítés: 2023. aug. 22. @ 13:17

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.

Frissítés: 2023. máj. 8. @ 13:30

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

Frissítés: 2023. ápr. 12. @ 4:55

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

Frissítés: 2023. márc. 16. @ 9:47

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

Frissítés: 2023. febr. 23. @ 12:56

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

Frissítés: 2023. jan. 30. @ 11:57

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