Invisible, Inc.

Invisible, Inc.

Function Library
Zobrazuje se 31–40 z 110 položek
< 1  2  3  4  5  6 ... 11 >
Aktualizace: 12. srp. 2022 v 11.27

V1.78:
* Added `function simquery.rasterOrthogonalCross(sim, xOrigin, yOrigin, rangeMin, rangeMax, width)`
* Added `function simquery.fillOrthogonalCross(sim, xOrigin, yOrigin, rangeMin, rangeMax, width)`
* Added `function simquery.rasterDiagonalCross(sim, xOrigin, yOrigin, rangeMin, rangeMax, width)`
* Added `function simquery.fillDiagonalCross(sim, xOrigin, yOrigin, rangeMin, rangeMax, width)`
* Updated `function simquery.rasterCircle(sim, xOrigin, yOrigin, rangeMax, rangeMin )` to include minimum range.
* Added `targets.customAreaTarget( game, sim, params, player )`
* Added `unitrig.refreshRenderFilter(self, ...)` override for custom render filters.

Aktualizace: 7. srp. 2022 v 8.24

V1.77:
* Added check for "Restricted Use" to function abilityutil.checkRequirements( abilityOwner, abilityUser ) to cover most items.
* Fixed combat tooltip for "Restricted Use" items.

Aktualizace: 1. čvc. 2022 v 12.58

V1.76:
* Exposed following functions:
- simstore.createProgramUnitData( abilityName, sim )
- simstore.cleanItemList( sim, itemsList, needsFloorWeight )
- simstore.chooseItem( sim, currentItemLimitCounts, itemList )
- simstore.createStoreItems( store, storeUnit, sim )
* Program slot adjustment for AI Terminal effect from More Missions removed
(wait with updating this mod until More Missions updates to add it back)

Aktualizace: 7. čvn. 2022 v 6.17

V1.75:
* Fixed door traps being usable while out of ammo.

Aktualizace: 5. čvn. 2022 v 13.26

V1.74:
* Log unlock fix by Hekateras.

Aktualizace: 19. kvě. 2022 v 10.02

V1.73:
* Removed load order requirements for Mods Combo and Manual Hacking mods.
* Added simquery.couldUnitSee function.

Aktualizace: 4. kvě. 2022 v 5.51

V1.72:
* Null Zone placed on devices other than drones now deactivates if device is rebooting.

Aktualizace: 20. bře. 2022 v 12.17

V1.71:
* Parity with latest Community Bug Fixes (simaction.lootItem)

Aktualizace: 10. bře. 2022 v 8.36

V1.70:
* Fixed a crash where two overwatching agents were triggered by the same guard, guard was shot by a lethal weapon from agent #1 first, and agent #2 had Sniper Dart or Neural Dart as equipped weapon.

Aktualizace: 27. úno. 2022 v 11.47

V1.69:
* Overhauled guard behaviour when they survive a shot from non-KO weapons.
* When guards take lethal damage and survive, they will fall down and get back up to convey the hit. This is visual only.