Invisible, Inc.

Invisible, Inc.

Function Library
Showing 21-30 of 107 entries
< 1  2  3  4  5 ... 11 >
Update: Nov 9, 2022 @ 8:13am

V1.85:
* Updated to SimConstructor update 9 Nov 2022

Update: Nov 4, 2022 @ 3:27pm

V1.84:
* Datablast uses "break_firewalls" variable instead of hardcoded 1. (Fix for AI Terminal upgrade from More Missions mod)

Update: Oct 17, 2022 @ 1:16pm

V1.83:
* Replaced "RESONANCE-PE" sim trigger with "TRG_PRE_END_TURN".
* Added "TRG_POST_END_TURN" sim trigger.
* Replaced "PE-EMERGENCY-RESERVE" sim trigger with "TRG_PRE_START_TURN".
* Added "TRG_POST_START_TURN" sim trigger.

Update: Oct 6, 2022 @ 11:15am

V1.82:
* Tile preview for explosion range now supports tile table to limit the shown area to only the tiles affected. Shock Trap AoE updated.
* "Weapon Information" tooltip on guards will be disabled if not running "New Items and Augments" mod, to not clutter the screen space. NOTE: campaigns created before this update with NIAA active will not have the tooltip, as it checks a campaign flag.

Update: Aug 23, 2022 @ 8:12am

V1.81:
* Fixed a crash when lethal trap placed on a guard entry door kills a guard trying to get out, causing the trap to trigger twice.

Update: Aug 19, 2022 @ 12:42pm

V1.80:
* Fixed possible nil error with Null Zone tooltip.

Update: Aug 16, 2022 @ 9:19am

V1.79:
* NULL ZONE tooltip on firewalls now properly specifies the source of the effect instead of being hardcoded to "NULL DRONE".

Update: Aug 12, 2022 @ 11:27am

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.

Update: Aug 7, 2022 @ 8:24am

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

Update: Jul 1, 2022 @ 12:58pm

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)