isaacscript-common 7.17.0 → 7.17.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/features/characterHealthConversion.d.ts +0 -1
- package/dist/features/characterHealthConversion.d.ts.map +1 -1
- package/dist/features/characterHealthConversion.lua +2 -0
- package/dist/features/characterStats.d.ts +0 -1
- package/dist/features/characterStats.d.ts.map +1 -1
- package/dist/features/characterStats.lua +2 -0
- package/dist/features/collectibleItemPoolType.d.ts +0 -1
- package/dist/features/collectibleItemPoolType.d.ts.map +1 -1
- package/dist/features/collectibleItemPoolType.lua +2 -0
- package/dist/features/customGridEntity.d.ts +0 -2
- package/dist/features/customGridEntity.d.ts.map +1 -1
- package/dist/features/customGridEntity.lua +2 -0
- package/dist/features/customPickup.d.ts +0 -1
- package/dist/features/customPickup.d.ts.map +1 -1
- package/dist/features/customPickup.lua +2 -0
- package/dist/features/deployJSONRoom.d.ts +0 -2
- package/dist/features/deployJSONRoom.d.ts.map +1 -1
- package/dist/features/deployJSONRoom.lua +2 -0
- package/dist/features/disableAllSound.d.ts +0 -2
- package/dist/features/disableAllSound.d.ts.map +1 -1
- package/dist/features/disableAllSound.lua +2 -0
- package/dist/features/disableInputs.d.ts +5 -4
- package/dist/features/disableInputs.d.ts.map +1 -1
- package/dist/features/disableInputs.lua +8 -3
- package/dist/features/fadeInRemover.d.ts +0 -2
- package/dist/features/fadeInRemover.d.ts.map +1 -1
- package/dist/features/fadeInRemover.lua +2 -0
- package/dist/features/fastReset.d.ts +0 -2
- package/dist/features/fastReset.d.ts.map +1 -1
- package/dist/features/fastReset.lua +2 -0
- package/dist/features/forgottenSwitch.d.ts +0 -2
- package/dist/features/forgottenSwitch.d.ts.map +1 -1
- package/dist/features/forgottenSwitch.lua +2 -0
- package/dist/features/pause.d.ts +0 -2
- package/dist/features/pause.d.ts.map +1 -1
- package/dist/features/pause.lua +2 -0
- package/dist/features/persistentEntities.d.ts +0 -2
- package/dist/features/persistentEntities.d.ts.map +1 -1
- package/dist/features/persistentEntities.lua +2 -0
- package/dist/features/pickupIndex.d.ts +0 -2
- package/dist/features/pickupIndex.d.ts.map +1 -1
- package/dist/features/pickupIndex.lua +2 -0
- package/dist/features/playerInventory.d.ts +0 -2
- package/dist/features/playerInventory.d.ts.map +1 -1
- package/dist/features/playerInventory.lua +2 -0
- package/dist/features/ponyDetection.d.ts +0 -2
- package/dist/features/ponyDetection.d.ts.map +1 -1
- package/dist/features/ponyDetection.lua +2 -0
- package/dist/features/preventChildEntities.d.ts +0 -2
- package/dist/features/preventChildEntities.d.ts.map +1 -1
- package/dist/features/preventChildEntities.lua +2 -0
- package/dist/features/preventCollectibleRotation.d.ts +0 -1
- package/dist/features/preventCollectibleRotation.d.ts.map +1 -1
- package/dist/features/preventCollectibleRotation.lua +2 -0
- package/dist/features/registerHotkey.d.ts +0 -1
- package/dist/features/registerHotkey.d.ts.map +1 -1
- package/dist/features/registerHotkey.lua +2 -0
- package/dist/features/roomClearFrame.d.ts +0 -2
- package/dist/features/roomClearFrame.d.ts.map +1 -1
- package/dist/features/roomClearFrame.lua +2 -0
- package/dist/features/roomHistory.d.ts +0 -2
- package/dist/features/roomHistory.d.ts.map +1 -1
- package/dist/features/roomHistory.lua +2 -0
- package/dist/features/runInNFrames.d.ts +0 -2
- package/dist/features/runInNFrames.d.ts.map +1 -1
- package/dist/features/runInNFrames.lua +2 -0
- package/dist/features/runNextRoom.d.ts +0 -2
- package/dist/features/runNextRoom.d.ts.map +1 -1
- package/dist/features/runNextRoom.lua +2 -0
- package/dist/features/sirenHelpers.d.ts +0 -1
- package/dist/features/sirenHelpers.d.ts.map +1 -1
- package/dist/features/sirenHelpers.lua +2 -0
- package/dist/features/stageHistory.d.ts +0 -2
- package/dist/features/stageHistory.d.ts.map +1 -1
- package/dist/features/stageHistory.lua +2 -0
- package/dist/features/taintedLazarusPlayers.d.ts +0 -2
- package/dist/features/taintedLazarusPlayers.d.ts.map +1 -1
- package/dist/features/taintedLazarusPlayers.lua +2 -0
- package/dist/index.d.ts +175 -11403
- package/dist/index.d.ts.map +1 -1
- package/dist/index.lua +2 -0
- package/package.json +1 -1
- package/src/features/characterHealthConversion.ts +1 -0
- package/src/features/characterStats.ts +1 -0
- package/src/features/collectibleItemPoolType.ts +1 -0
- package/src/features/customGridEntity.ts +1 -0
- package/src/features/customPickup.ts +1 -0
- package/src/features/deployJSONRoom.ts +1 -0
- package/src/features/disableAllSound.ts +1 -0
- package/src/features/disableInputs.ts +6 -3
- package/src/features/fadeInRemover.ts +1 -0
- package/src/features/fastReset.ts +4 -0
- package/src/features/forgottenSwitch.ts +1 -0
- package/src/features/pause.ts +1 -0
- package/src/features/persistentEntities.ts +1 -0
- package/src/features/pickupIndex.ts +1 -0
- package/src/features/playerInventory.ts +1 -0
- package/src/features/ponyDetection.ts +1 -0
- package/src/features/preventChildEntities.ts +1 -0
- package/src/features/preventCollectibleRotation.ts +1 -0
- package/src/features/registerHotkey.ts +1 -0
- package/src/features/roomClearFrame.ts +1 -0
- package/src/features/roomHistory.ts +1 -0
- package/src/features/runInNFrames.ts +1 -0
- package/src/features/runNextRoom.ts +1 -0
- package/src/features/sirenHelpers.ts +1 -0
- package/src/features/stageHistory.ts +1 -0
- package/src/features/taintedLazarusPlayers.ts +1 -0
- package/src/index.ts +1 -0
- package/src/types/AwaitingTextInput.d.ts +0 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sirenHelpers.d.ts","sourceRoot":"","sources":["../../src/features/sirenHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,eAAe,EAEhB,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"sirenHelpers.d.ts","sourceRoot":"","sources":["../../src/features/sirenHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,eAAe,EAEhB,MAAM,8BAA8B,CAAC;AAyEtC;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CACrC,eAAe,EAAE,eAAe,EAChC,eAAe,CAAC,EAAE,GAAG,GACpB,IAAI,CAQN;AAED;;;;;;GAMG;AACH,wBAAgB,sBAAsB,CAAC,QAAQ,EAAE,cAAc,GAAG,OAAO,CAGxE"}
|
|
@@ -50,6 +50,8 @@ function getSirenHelper(self, familiar)
|
|
|
50
50
|
end
|
|
51
51
|
local FEATURE_NAME = "sirenHelpers"
|
|
52
52
|
v = {run = {familiarBlacklist = {}}}
|
|
53
|
+
---
|
|
54
|
+
-- @internal
|
|
53
55
|
function ____exports.sirenHelpersInit(self, mod)
|
|
54
56
|
saveDataManager(nil, FEATURE_NAME, v)
|
|
55
57
|
mod:AddCallback(ModCallback.POST_NPC_INIT, postNPCInitSirenHelper, EntityType.SIREN_HELPER)
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { LevelStage, StageType } from "isaac-typescript-definitions";
|
|
2
|
-
import { ModUpgraded } from "../classes/ModUpgraded";
|
|
3
|
-
export declare function stageHistoryInit(mod: ModUpgraded): void;
|
|
4
2
|
/** Helper function to get all of the stages that a player has visited thus far on this run. */
|
|
5
3
|
export declare function getStageHistory(): ReadonlyArray<[
|
|
6
4
|
stage: LevelStage,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stageHistory.d.ts","sourceRoot":"","sources":["../../src/features/stageHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"stageHistory.d.ts","sourceRoot":"","sources":["../../src/features/stageHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAkCrE,+FAA+F;AAC/F,wBAAgB,eAAe,IAAI,aAAa,CAC9C;IAAC,KAAK,EAAE,UAAU;IAAE,SAAS,EAAE,SAAS;CAAC,CAC1C,CAGA;AAED;;;;;;;GAOG;AACH,wBAAgB,eAAe,CAC7B,KAAK,EAAE,UAAU,EACjB,SAAS,CAAC,EAAE,SAAS,GACpB,OAAO,CAaT"}
|
|
@@ -19,6 +19,8 @@ function postNewLevelReordered(self)
|
|
|
19
19
|
end
|
|
20
20
|
local FEATURE_NAME = "stageHistory"
|
|
21
21
|
v = {run = {stageHistory = {}}}
|
|
22
|
+
---
|
|
23
|
+
-- @internal
|
|
22
24
|
function ____exports.stageHistoryInit(self, mod)
|
|
23
25
|
saveDataManager(nil, FEATURE_NAME, v)
|
|
24
26
|
mod:AddCallbackCustom(ModCallbackCustom.POST_NEW_LEVEL_REORDERED, postNewLevelReordered)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taintedLazarusPlayers.d.ts","sourceRoot":"","sources":["../../src/features/taintedLazarusPlayers.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"taintedLazarusPlayers.d.ts","sourceRoot":"","sources":["../../src/features/taintedLazarusPlayers.ts"],"names":[],"mappings":";AA+FA;;;;;;;;;;GAUG;AACH,wBAAgB,0BAA0B,CACxC,MAAM,EAAE,YAAY,GACnB,YAAY,GAAG,SAAS,CAK1B"}
|
|
@@ -49,6 +49,8 @@ v = {run = {
|
|
|
49
49
|
queuedDeadTaintedLazarus = {},
|
|
50
50
|
subPlayerMap = __TS__New(Map)
|
|
51
51
|
}}
|
|
52
|
+
---
|
|
53
|
+
-- @internal
|
|
52
54
|
function ____exports.taintedLazarusPlayersInit(self, mod)
|
|
53
55
|
saveDataManager(nil, FEATURE_NAME, v, false)
|
|
54
56
|
mod:AddCallback(ModCallback.POST_PLAYER_INIT, postPlayerInit)
|