Invisible, Inc.

Invisible, Inc.

Function Library
目前顯示第 1-10 項,共 107 項
< 1  2  3 ... 11 >
更新:6 月 16 日 @ 上午 5:56

V1.105:
* Using Lock Decoder will no longer cancel Ambush/Overwatch.
* When Lock Decoder is used from a tile adjacent to the door, agent will face towards the door (Lock Decoder Redux support).

更新:5 月 19 日 @ 下午 1:42

V1.104:
* Fixed using a Subdermal Power Bank augment (NIAA) not lowering the item cooldown.

更新:4 月 29 日 @ 上午 3:47

V1.103:
* Added "TRG_PRE_AGENT_CONNECT" trigger, returns pc player as evData.
* Added "TRG_POST_AGENT_CONNECT" trigger, returns a table of spawned agents as evData.
* Added mission_util.PRE_AGENT_CONNECTION and mission_util.POST_AGENT_CONNECTION mission script hooks.

更新:2024 年 5 月 7 日 @ 上午 4:23

V1.102:
* Fixed "sound radius circle" visual element disappearing when sound radius was not an integer value.

更新:2024 年 4 月 26 日 @ 上午 8:01

V1.101:
* Fixed recharging one charge instead of full when using Subdermal Power Bank while having Small Charge Pack in inventory.

更新:2023 年 12 月 17 日 @ 上午 5:49

V1.100:
* Added support for "noDupes" trait for shops - if set to true, will stop duplicates from appearing in the shop.

更新:2023 年 11 月 19 日 @ 下午 2:56

V1.99:
* Fixed error when using "AI ACCESS" abilities to gain hash keys.

更新:2023 年 11 月 18 日 @ 上午 9:31

V1.98:
* Added return value for abilityutils.doReload and abilityutils.doRecharge.

更新:2023 年 11 月 18 日 @ 上午 6:52

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

更新:2023 年 11 月 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 )