Invisible, Inc.

Invisible, Inc.

Function Library
109개 중 51~60개 표시 중
< 1 ... 4  5  6  7  8 ... 11 >
업데이트: 2021년 10월 26일 @ 오전 2시 55분

V1.58:
* Dropping a body will no longer trigger guard response, unless Hostage Monitor augment is installed.

업데이트: 2021년 8월 6일 @ 오전 7시 19분

V1.57:
* Fixed a nil error in guard weapon tooltip.

업데이트: 2021년 8월 3일 @ 오후 3시 17분

V1.56:
* Compacted armor piercing and heavy damage guard tooltips into one combined tooltip.
* Fixed sound emitted by melee weapons having delayed reaction from guards.
* AoE door traps now trigger traps on both sides of the door, and use raycast check to prevent them from hitting guards/agents hiding behind walls or tall cover.

업데이트: 2021년 7월 28일 @ 오후 3시 12분

V1.55:
* Added support for charge packs recharging 1 ammo/charge.

업데이트: 2021년 7월 24일 @ 오후 5시 48분

V1.54:
* Fixed Cycle resetting PWR of enemy AI from Programs Extended
* Added animation support for Plague program.

업데이트: 2021년 7월 22일 @ 오후 1시 39분

V1.53:
* Added a toggle for gameplay altering code changes - you can disable them if desired.
* Moved tooltips for Dermal Armor, Heavy Damage and Armor Piercing Weaponry from New Items and Augments here.
* Above tooltips have been improved in readability and clarity.
* Changed "fillCircle" function responsible for returning tile list inside a specified circle - now it's more accurate. All gameplay functionality relying on it will be adjusted as a result.

업데이트: 2021년 7월 14일 @ 오후 12시 22분

V1.52:
* Added "onHitMpDrain" trait for ranged weapons - if true, removes all AP on hit this turn.

업데이트: 2021년 7월 5일 @ 오전 11시 56분

V1.51:
* canConsumeAmmo function now works for items not inside agent inventory.

업데이트: 2021년 7월 1일 @ 오전 6시 32분

V1.50:
* Fixed that dragging a body while under a HARMLESS / TRUSTED / LEGIT status would not compromise the status and not draw guard attention.

업데이트: 2021년 6월 18일 @ 오전 6시 31분

V1.49:
* Added "weighted_list:removeByItem( item )" for removing entries by item ID from weighted lists. Thanks to Mossbird for this!