isaacscript-common 87.5.0 → 87.6.0
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/README.md +1 -1
- package/dist/callbackClasses.d.ts +7 -6
- package/dist/callbackClasses.d.ts.map +1 -1
- package/dist/callbackClasses.js +17 -15
- package/dist/callbackClasses.lua +163 -300
- package/dist/callbacks.d.ts +118 -117
- package/dist/callbacks.d.ts.map +1 -1
- package/dist/callbacks.js +19 -9
- package/dist/callbacks.lua +1 -0
- package/dist/classes/DefaultMap.d.ts +5 -1
- package/dist/classes/DefaultMap.d.ts.map +1 -1
- package/dist/classes/ModFeature.js +3 -3
- package/dist/classes/ModUpgraded.d.ts.map +1 -1
- package/dist/classes/ModUpgraded.js +4 -6
- package/dist/classes/callbacks/InputActionFilter.d.ts +2 -2
- package/dist/classes/callbacks/InputActionFilter.d.ts.map +1 -1
- package/dist/classes/callbacks/InputActionFilter.js +3 -3
- package/dist/classes/callbacks/InputActionPlayer.d.ts +2 -2
- package/dist/classes/callbacks/InputActionPlayer.d.ts.map +1 -1
- package/dist/classes/callbacks/InputActionPlayer.js +6 -6
- package/dist/classes/callbacks/PostBoneSwing.js +2 -2
- package/dist/classes/callbacks/PostCollectibleEmpty.d.ts +2 -2
- package/dist/classes/callbacks/PostCollectibleEmpty.d.ts.map +1 -1
- package/dist/classes/callbacks/PostCollectibleEmpty.js +3 -5
- package/dist/classes/callbacks/PostCursedTeleport.js +5 -5
- package/dist/classes/callbacks/PostCustomRevive.d.ts +2 -4
- package/dist/classes/callbacks/PostCustomRevive.d.ts.map +1 -1
- package/dist/classes/callbacks/PostDiceRoomActivated.d.ts +2 -3
- package/dist/classes/callbacks/PostDiceRoomActivated.d.ts.map +1 -1
- package/dist/classes/callbacks/PostDiceRoomActivated.js +2 -2
- package/dist/classes/callbacks/PostEntityRemoveFilter.d.ts +9 -0
- package/dist/classes/callbacks/PostEntityRemoveFilter.d.ts.map +1 -0
- package/dist/classes/callbacks/PostEntityRemoveFilter.js +21 -0
- package/dist/classes/callbacks/PostEntityRemoveFilter.lua +23 -0
- package/dist/classes/callbacks/PostGridEntityCollision.d.ts +2 -4
- package/dist/classes/callbacks/PostGridEntityCollision.d.ts.map +1 -1
- package/dist/classes/callbacks/PostGridEntityCollision.js +10 -10
- package/dist/classes/callbacks/PostGridEntityCustomCollision.d.ts +2 -4
- package/dist/classes/callbacks/PostGridEntityCustomCollision.d.ts.map +1 -1
- package/dist/classes/callbacks/PostGridEntityCustomCollision.js +8 -8
- package/dist/classes/callbacks/PostGridEntityCustomRemove.d.ts +2 -3
- package/dist/classes/callbacks/PostGridEntityCustomRemove.d.ts.map +1 -1
- package/dist/classes/callbacks/PostGridEntityCustomRemove.js +2 -2
- package/dist/classes/callbacks/PostGridEntityRemove.d.ts +2 -2
- package/dist/classes/callbacks/PostGridEntityRemove.d.ts.map +1 -1
- package/dist/classes/callbacks/PostGridEntityRemove.js +3 -3
- package/dist/classes/callbacks/PostItemDischarge.d.ts +2 -2
- package/dist/classes/callbacks/PostItemDischarge.d.ts.map +1 -1
- package/dist/classes/callbacks/PostItemDischarge.js +5 -8
- package/dist/classes/callbacks/PostKeyboardChanged.d.ts +2 -1
- package/dist/classes/callbacks/PostKeyboardChanged.d.ts.map +1 -1
- package/dist/classes/callbacks/PostKeyboardChanged.js +2 -2
- package/dist/classes/callbacks/PostNewRoomEarly.js +3 -3
- package/dist/classes/callbacks/PostPickupSelectionFilter.d.ts +2 -2
- package/dist/classes/callbacks/PostPickupSelectionFilter.d.ts.map +1 -1
- package/dist/classes/callbacks/PostPickupSelectionFilter.js +4 -3
- package/dist/classes/callbacks/PostPlayerChangeHealth.js +2 -2
- package/dist/classes/callbacks/PostPlayerChangeType.js +1 -1
- package/dist/classes/callbacks/PostPurchase.d.ts +2 -4
- package/dist/classes/callbacks/PostPurchase.d.ts.map +1 -1
- package/dist/classes/callbacks/PostPurchase.js +9 -9
- package/dist/classes/callbacks/PostRoomClearChanged.d.ts.map +1 -1
- package/dist/classes/callbacks/PostTransformation.d.ts +2 -2
- package/dist/classes/callbacks/PostTransformation.d.ts.map +1 -1
- package/dist/classes/callbacks/PostTransformation.js +1 -3
- package/dist/classes/callbacks/PostTrinketBreak.d.ts.map +1 -1
- package/dist/classes/callbacks/PostTrinketBreak.js +1 -3
- package/dist/classes/callbacks/PostUsePillFilter.js +2 -2
- package/dist/classes/callbacks/PreBerserkDeath.js +4 -4
- package/dist/classes/callbacks/PreEntitySpawnFilter.d.ts +2 -2
- package/dist/classes/callbacks/PreEntitySpawnFilter.d.ts.map +1 -1
- package/dist/classes/callbacks/PreEntitySpawnFilter.js +3 -3
- package/dist/classes/callbacks/PreNewLevel.d.ts.map +1 -1
- package/dist/classes/callbacks/PreRoomEntitySpawnFilter.d.ts +2 -2
- package/dist/classes/callbacks/PreRoomEntitySpawnFilter.d.ts.map +1 -1
- package/dist/classes/callbacks/PreRoomEntitySpawnFilter.js +5 -5
- package/dist/classes/features/callbackLogic/CustomGridEntities.d.ts +1 -1
- package/dist/classes/features/callbackLogic/CustomGridEntities.d.ts.map +1 -1
- package/dist/classes/features/callbackLogic/CustomRevive.d.ts.map +1 -1
- package/dist/classes/features/callbackLogic/EsauJrDetection.d.ts.map +1 -1
- package/dist/classes/features/callbackLogic/EsauJrDetection.js +2 -2
- package/dist/classes/features/callbackLogic/GameReorderedCallbacks.d.ts.map +1 -1
- package/dist/classes/features/callbackLogic/GameReorderedCallbacks.js +9 -11
- package/dist/classes/features/callbackLogic/GridEntityUpdateDetection.js +4 -4
- package/dist/classes/features/callbackLogic/ItemPickupDetection.js +4 -4
- package/dist/classes/features/callbackLogic/PlayerCollectibleDetection.js +2 -2
- package/dist/classes/features/callbackLogic/PlayerReorderedCallbacks.d.ts +0 -1
- package/dist/classes/features/callbackLogic/PlayerReorderedCallbacks.d.ts.map +1 -1
- package/dist/classes/features/callbackLogic/PlayerReorderedCallbacks.js +4 -4
- package/dist/classes/features/other/CustomPickups.d.ts.map +1 -1
- package/dist/classes/features/other/CustomPickups.js +1 -0
- package/dist/classes/features/other/CustomStages.js +19 -9
- package/dist/classes/features/other/CustomTrapdoors.d.ts.map +1 -1
- package/dist/classes/features/other/CustomTrapdoors.js +44 -38
- package/dist/classes/features/other/CustomTrapdoors.lua +14 -7
- package/dist/classes/features/other/DebugDisplay.d.ts +0 -18
- package/dist/classes/features/other/DebugDisplay.d.ts.map +1 -1
- package/dist/classes/features/other/DeployJSONRoom.d.ts +0 -2
- package/dist/classes/features/other/DeployJSONRoom.d.ts.map +1 -1
- package/dist/classes/features/other/DeployJSONRoom.js +6 -4
- package/dist/classes/features/other/DisableInputs.js +3 -3
- package/dist/classes/features/other/EdenStartingStatsHealth.d.ts +1 -1
- package/dist/classes/features/other/EdenStartingStatsHealth.d.ts.map +1 -1
- package/dist/classes/features/other/ExtraConsoleCommands.d.ts +14 -10
- package/dist/classes/features/other/ExtraConsoleCommands.d.ts.map +1 -1
- package/dist/classes/features/other/ExtraConsoleCommands.js +31 -17
- package/dist/classes/features/other/ExtraConsoleCommands.lua +2 -1
- package/dist/classes/features/other/FlyingDetection.d.ts +0 -1
- package/dist/classes/features/other/FlyingDetection.d.ts.map +1 -1
- package/dist/classes/features/other/ForgottenSwitch.d.ts +0 -1
- package/dist/classes/features/other/ForgottenSwitch.d.ts.map +1 -1
- package/dist/classes/features/other/ModdedElementDetection.js +4 -4
- package/dist/classes/features/other/ModdedElementSets.d.ts +2 -2
- package/dist/classes/features/other/ModdedElementSets.d.ts.map +1 -1
- package/dist/classes/features/other/ModdedElementSets.js +3 -3
- package/dist/classes/features/other/NoSirenSteal.js +4 -4
- package/dist/classes/features/other/PickupIndexCreation.d.ts +0 -1
- package/dist/classes/features/other/PickupIndexCreation.d.ts.map +1 -1
- package/dist/classes/features/other/PickupIndexCreation.js +7 -8
- package/dist/classes/features/other/PickupIndexCreation.lua +10 -10
- package/dist/classes/features/other/PonyDetection.d.ts +0 -1
- package/dist/classes/features/other/PonyDetection.d.ts.map +1 -1
- package/dist/classes/features/other/PonyDetection.js +2 -2
- package/dist/classes/features/other/PressInput.js +2 -2
- package/dist/classes/features/other/PreventChildEntities.d.ts +0 -1
- package/dist/classes/features/other/PreventChildEntities.d.ts.map +1 -1
- package/dist/classes/features/other/PreventChildEntities.js +4 -4
- package/dist/classes/features/other/RoomClearFrame.d.ts +0 -1
- package/dist/classes/features/other/RoomClearFrame.d.ts.map +1 -1
- package/dist/classes/features/other/RoomHistory.d.ts +0 -1
- package/dist/classes/features/other/RoomHistory.d.ts.map +1 -1
- package/dist/classes/features/other/RoomHistory.js +5 -5
- package/dist/classes/features/other/RunInNFrames.js +2 -2
- package/dist/classes/features/other/SaveDataManager.js +3 -3
- package/dist/classes/features/other/SpawnRockAltRewards.d.ts +0 -4
- package/dist/classes/features/other/SpawnRockAltRewards.d.ts.map +1 -1
- package/dist/classes/features/other/StageHistory.js +2 -2
- package/dist/classes/features/other/StartAmbush.js +2 -2
- package/dist/classes/features/other/TaintedLazarusPlayers.d.ts +0 -1
- package/dist/classes/features/other/TaintedLazarusPlayers.d.ts.map +1 -1
- package/dist/classes/features/other/TaintedLazarusPlayers.js +2 -2
- package/dist/classes/features/other/customStages/backdrop.js +2 -3
- package/dist/classes/features/other/customStages/constants.d.ts.map +1 -1
- package/dist/classes/features/other/customStages/gridEntities.d.ts +0 -1
- package/dist/classes/features/other/customStages/gridEntities.d.ts.map +1 -1
- package/dist/classes/features/other/customStages/gridEntities.js +9 -10
- package/dist/classes/features/other/customStages/shadows.js +1 -2
- package/dist/classes/features/other/customStages/streakText.js +7 -8
- package/dist/classes/features/other/customStages/utils.d.ts +0 -2
- package/dist/classes/features/other/customStages/utils.d.ts.map +1 -1
- package/dist/classes/features/other/customStages/utils.js +2 -3
- package/dist/classes/features/other/customStages/v.d.ts.map +1 -1
- package/dist/classes/features/other/customStages/versusScreen.js +2 -3
- package/dist/classes/features/other/debugDisplay/DebugDisplayBomb.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayBomb.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayDoor.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayDoor.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayEffect.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayEffect.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayFamiliar.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayFamiliar.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayKnife.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayKnife.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayLaser.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayLaser.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayNPC.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayNPC.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPickup.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPickup.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPit.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPit.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPlayer.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPlayer.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPoop.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPoop.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPressurePlate.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPressurePlate.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayProjectile.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayProjectile.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayRock.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayRock.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplaySlot.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplaySlot.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplaySpikes.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplaySpikes.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayTNT.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayTNT.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayTear.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayTear.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/utils.d.ts +0 -2
- package/dist/classes/features/other/debugDisplay/utils.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/utils.js +2 -3
- package/dist/classes/features/other/extraConsoleCommands/commands.js +155 -158
- package/dist/classes/features/other/extraConsoleCommands/subroutines.js +8 -9
- package/dist/classes/features/other/saveDataManager/constants.d.ts.map +1 -1
- package/dist/classes/features/other/saveDataManager/glowingHourGlass.d.ts +0 -1
- package/dist/classes/features/other/saveDataManager/glowingHourGlass.d.ts.map +1 -1
- package/dist/classes/features/other/saveDataManager/glowingHourGlass.js +4 -5
- package/dist/classes/features/other/saveDataManager/loadFromDisk.d.ts +0 -2
- package/dist/classes/features/other/saveDataManager/loadFromDisk.d.ts.map +1 -1
- package/dist/classes/features/other/saveDataManager/loadFromDisk.js +5 -2
- package/dist/classes/features/other/saveDataManager/loadFromDisk.lua +3 -0
- package/dist/classes/features/other/saveDataManager/restoreDefaults.d.ts +0 -1
- package/dist/classes/features/other/saveDataManager/restoreDefaults.d.ts.map +1 -1
- package/dist/classes/features/other/saveDataManager/restoreDefaults.js +3 -4
- package/dist/classes/features/other/saveDataManager/saveToDisk.d.ts +0 -2
- package/dist/classes/features/other/saveDataManager/saveToDisk.d.ts.map +1 -1
- package/dist/classes/features/other/saveDataManager/saveToDisk.js +1 -2
- package/dist/classes/private/CustomCallback.d.ts.map +1 -1
- package/dist/core/cachedClasses.d.ts +0 -5
- package/dist/core/cachedClasses.d.ts.map +1 -1
- package/dist/core/constants.js +1 -1
- package/dist/core/constantsVanilla.js +4 -4
- package/dist/core/upgradeMod.d.ts +0 -2
- package/dist/core/upgradeMod.d.ts.map +1 -1
- package/dist/core/upgradeMod.js +1 -2
- package/dist/decorators.js +2 -2
- package/dist/enums/ModCallbackCustom.d.ts +134 -117
- package/dist/enums/ModCallbackCustom.d.ts.map +1 -1
- package/dist/enums/ModCallbackCustom.js +134 -117
- package/dist/enums/ModCallbackCustom.lua +119 -117
- package/dist/enums/private/GridEntityTypeCustom.d.ts.map +1 -1
- package/dist/features.js +1 -2
- package/dist/functions/ambush.js +1 -2
- package/dist/functions/array.d.ts +5 -8
- package/dist/functions/array.d.ts.map +1 -1
- package/dist/functions/array.js +55 -55
- package/dist/functions/array.lua +2 -2
- package/dist/functions/arrayLua.d.ts +1 -1
- package/dist/functions/arrayLua.d.ts.map +1 -1
- package/dist/functions/arrayLua.js +7 -8
- package/dist/functions/benchmark.d.ts +0 -1
- package/dist/functions/benchmark.d.ts.map +1 -1
- package/dist/functions/benchmark.js +1 -2
- package/dist/functions/bitSet128.d.ts +0 -1
- package/dist/functions/bitSet128.d.ts.map +1 -1
- package/dist/functions/bitSet128.js +5 -6
- package/dist/functions/bitwise.d.ts +0 -4
- package/dist/functions/bitwise.d.ts.map +1 -1
- package/dist/functions/bitwise.js +7 -8
- package/dist/functions/bitwise.lua +3 -3
- package/dist/functions/bombs.d.ts +0 -1
- package/dist/functions/bombs.d.ts.map +1 -1
- package/dist/functions/bombs.js +1 -2
- package/dist/functions/bosses.d.ts.map +1 -1
- package/dist/functions/bosses.js +19 -19
- package/dist/functions/cards.js +16 -17
- package/dist/functions/challenges.js +9 -10
- package/dist/functions/characters.js +17 -18
- package/dist/functions/charge.d.ts.map +1 -1
- package/dist/functions/charge.js +12 -13
- package/dist/functions/charge.lua +1 -1
- package/dist/functions/chargeBar.d.ts +0 -2
- package/dist/functions/chargeBar.d.ts.map +1 -1
- package/dist/functions/chargeBar.js +2 -3
- package/dist/functions/collectibleTag.js +2 -3
- package/dist/functions/collectibles.js +39 -40
- package/dist/functions/color.d.ts +0 -1
- package/dist/functions/color.d.ts.map +1 -1
- package/dist/functions/color.js +7 -8
- package/dist/functions/console.js +2 -3
- package/dist/functions/curses.js +2 -3
- package/dist/functions/debugFunctions.d.ts +0 -1
- package/dist/functions/debugFunctions.d.ts.map +1 -1
- package/dist/functions/debugFunctions.js +5 -6
- package/dist/functions/decorators.d.ts +4 -4
- package/dist/functions/decorators.d.ts.map +1 -1
- package/dist/functions/decorators.js +4 -5
- package/dist/functions/deepCopy.d.ts +0 -1
- package/dist/functions/deepCopy.d.ts.map +1 -1
- package/dist/functions/deepCopy.js +7 -10
- package/dist/functions/deepCopy.lua +0 -2
- package/dist/functions/deepCopyTests.js +5 -6
- package/dist/functions/dimensions.js +2 -3
- package/dist/functions/direction.js +6 -7
- package/dist/functions/doors.d.ts.map +1 -1
- package/dist/functions/doors.js +56 -52
- package/dist/functions/easing.js +32 -33
- package/dist/functions/effects.d.ts +0 -2
- package/dist/functions/effects.d.ts.map +1 -1
- package/dist/functions/effects.js +2 -2
- package/dist/functions/emptyRoom.js +7 -8
- package/dist/functions/entities.d.ts +0 -1
- package/dist/functions/entities.d.ts.map +1 -1
- package/dist/functions/entities.js +36 -38
- package/dist/functions/entitiesSpecific.js +40 -41
- package/dist/functions/entityTypes.d.ts +0 -1
- package/dist/functions/entityTypes.d.ts.map +1 -1
- package/dist/functions/entityTypes.js +1 -2
- package/dist/functions/enums.d.ts +1 -6
- package/dist/functions/enums.d.ts.map +1 -1
- package/dist/functions/enums.js +12 -13
- package/dist/functions/external.js +2 -3
- package/dist/functions/familiars.js +8 -9
- package/dist/functions/flag.d.ts +1 -1
- package/dist/functions/flag.d.ts.map +1 -1
- package/dist/functions/flag.js +9 -10
- package/dist/functions/frames.d.ts +0 -1
- package/dist/functions/frames.d.ts.map +1 -1
- package/dist/functions/frames.js +18 -19
- package/dist/functions/globals.d.ts +0 -1
- package/dist/functions/globals.d.ts.map +1 -1
- package/dist/functions/globals.js +23 -15
- package/dist/functions/gridEntities.d.ts.map +1 -1
- package/dist/functions/gridEntities.js +68 -62
- package/dist/functions/gridEntitiesSpecific.js +40 -41
- package/dist/functions/gridIndex.js +1 -2
- package/dist/functions/hash.js +1 -2
- package/dist/functions/hex.d.ts +0 -2
- package/dist/functions/hex.d.ts.map +1 -1
- package/dist/functions/hex.js +2 -3
- package/dist/functions/input.js +21 -21
- package/dist/functions/isaacAPIClass.d.ts +0 -20
- package/dist/functions/isaacAPIClass.d.ts.map +1 -1
- package/dist/functions/isaacAPIClass.js +25 -26
- package/dist/functions/itemPool.js +7 -8
- package/dist/functions/jsonHelpers.d.ts +4 -5
- package/dist/functions/jsonHelpers.d.ts.map +1 -1
- package/dist/functions/jsonHelpers.js +23 -14
- package/dist/functions/jsonHelpers.lua +4 -4
- package/dist/functions/jsonRoom.js +5 -6
- package/dist/functions/kColor.d.ts +0 -1
- package/dist/functions/kColor.d.ts.map +1 -1
- package/dist/functions/kColor.js +7 -8
- package/dist/functions/language.js +1 -2
- package/dist/functions/level.js +7 -8
- package/dist/functions/levelGrid.d.ts.map +1 -1
- package/dist/functions/levelGrid.js +33 -38
- package/dist/functions/log.js +4 -5
- package/dist/functions/logEntities.d.ts.map +1 -1
- package/dist/functions/logEntities.js +19 -17
- package/dist/functions/logMisc.d.ts +1 -2
- package/dist/functions/logMisc.d.ts.map +1 -1
- package/dist/functions/logMisc.js +35 -48
- package/dist/functions/logMisc.lua +3 -3
- package/dist/functions/map.d.ts +0 -2
- package/dist/functions/map.d.ts.map +1 -1
- package/dist/functions/map.js +12 -13
- package/dist/functions/math.js +17 -18
- package/dist/functions/merge.d.ts +0 -1
- package/dist/functions/merge.d.ts.map +1 -1
- package/dist/functions/merge.js +2 -3
- package/dist/functions/mergeTests.js +1 -2
- package/dist/functions/minimap.d.ts.map +1 -1
- package/dist/functions/minimap.js +12 -17
- package/dist/functions/modFeatures.js +1 -2
- package/dist/functions/newArray.d.ts +0 -1
- package/dist/functions/newArray.d.ts.map +1 -1
- package/dist/functions/newArray.js +2 -3
- package/dist/functions/nextStage.d.ts.map +1 -1
- package/dist/functions/nextStage.js +16 -13
- package/dist/functions/npcDataStructures.d.ts +0 -2
- package/dist/functions/npcDataStructures.d.ts.map +1 -1
- package/dist/functions/npcDataStructures.js +14 -15
- package/dist/functions/npcs.d.ts.map +1 -1
- package/dist/functions/npcs.js +19 -17
- package/dist/functions/pickupVariants.d.ts +0 -1
- package/dist/functions/pickupVariants.d.ts.map +1 -1
- package/dist/functions/pickupVariants.js +17 -18
- package/dist/functions/pickups.js +14 -15
- package/dist/functions/pickupsSpecific.js +40 -41
- package/dist/functions/pills.js +18 -19
- package/dist/functions/playerCenter.d.ts +0 -1
- package/dist/functions/playerCenter.d.ts.map +1 -1
- package/dist/functions/playerCenter.js +1 -2
- package/dist/functions/playerCollectibles.d.ts.map +1 -1
- package/dist/functions/playerCollectibles.js +21 -24
- package/dist/functions/playerCollectibles.lua +9 -9
- package/dist/functions/playerDataStructures.d.ts +0 -1
- package/dist/functions/playerDataStructures.d.ts.map +1 -1
- package/dist/functions/playerDataStructures.js +14 -15
- package/dist/functions/playerEffects.js +5 -6
- package/dist/functions/playerHealth.d.ts +0 -2
- package/dist/functions/playerHealth.d.ts.map +1 -1
- package/dist/functions/playerHealth.js +28 -29
- package/dist/functions/playerHealth.lua +26 -26
- package/dist/functions/playerIndex.d.ts +0 -3
- package/dist/functions/playerIndex.d.ts.map +1 -1
- package/dist/functions/playerIndex.js +12 -13
- package/dist/functions/playerTrinkets.js +10 -11
- package/dist/functions/players.js +41 -42
- package/dist/functions/pocketItems.js +10 -11
- package/dist/functions/positionVelocity.d.ts +0 -4
- package/dist/functions/positionVelocity.d.ts.map +1 -1
- package/dist/functions/positionVelocity.js +11 -20
- package/dist/functions/positionVelocity.lua +4 -4
- package/dist/functions/pressurePlate.js +1 -2
- package/dist/functions/projectiles.js +2 -3
- package/dist/functions/random.d.ts +0 -3
- package/dist/functions/random.d.ts.map +1 -1
- package/dist/functions/random.js +3 -4
- package/dist/functions/readOnly.d.ts +0 -4
- package/dist/functions/readOnly.d.ts.map +1 -1
- package/dist/functions/readOnly.js +3 -4
- package/dist/functions/render.d.ts +0 -3
- package/dist/functions/render.d.ts.map +1 -1
- package/dist/functions/render.js +3 -4
- package/dist/functions/revive.d.ts +0 -3
- package/dist/functions/revive.d.ts.map +1 -1
- package/dist/functions/revive.js +20 -21
- package/dist/functions/rng.d.ts +0 -1
- package/dist/functions/rng.d.ts.map +1 -1
- package/dist/functions/rng.js +15 -15
- package/dist/functions/rockAlt.d.ts +0 -1
- package/dist/functions/rockAlt.d.ts.map +1 -1
- package/dist/functions/rockAlt.js +2 -3
- package/dist/functions/roomData.d.ts.map +1 -1
- package/dist/functions/roomData.js +15 -18
- package/dist/functions/roomGrid.js +8 -9
- package/dist/functions/roomShape.js +14 -15
- package/dist/functions/roomShapeWalls.js +2 -3
- package/dist/functions/roomTransition.js +2 -3
- package/dist/functions/rooms.d.ts +1 -2
- package/dist/functions/rooms.d.ts.map +1 -1
- package/dist/functions/rooms.js +116 -105
- package/dist/functions/rooms.lua +3 -4
- package/dist/functions/run.js +8 -9
- package/dist/functions/seeds.d.ts +0 -1
- package/dist/functions/seeds.d.ts.map +1 -1
- package/dist/functions/seeds.js +2 -3
- package/dist/functions/serialization.js +5 -6
- package/dist/functions/set.d.ts +0 -2
- package/dist/functions/set.d.ts.map +1 -1
- package/dist/functions/set.js +22 -23
- package/dist/functions/slots.js +2 -3
- package/dist/functions/sort.d.ts.map +1 -1
- package/dist/functions/sort.js +8 -9
- package/dist/functions/sound.d.ts.map +1 -1
- package/dist/functions/sound.js +4 -9
- package/dist/functions/spawnCollectible.d.ts.map +1 -1
- package/dist/functions/spawnCollectible.js +7 -10
- package/dist/functions/sprites.d.ts +0 -3
- package/dist/functions/sprites.d.ts.map +1 -1
- package/dist/functions/sprites.js +6 -7
- package/dist/functions/stage.d.ts.map +1 -1
- package/dist/functions/stage.js +60 -69
- package/dist/functions/stage.lua +5 -5
- package/dist/functions/stats.js +4 -5
- package/dist/functions/storyBosses.js +2 -3
- package/dist/functions/string.d.ts +0 -1
- package/dist/functions/string.d.ts.map +1 -1
- package/dist/functions/string.js +18 -19
- package/dist/functions/table.d.ts +0 -1
- package/dist/functions/table.d.ts.map +1 -1
- package/dist/functions/table.js +8 -9
- package/dist/functions/tears.js +8 -9
- package/dist/functions/transformations.js +5 -6
- package/dist/functions/trinketGive.js +9 -10
- package/dist/functions/trinkets.d.ts.map +1 -1
- package/dist/functions/trinkets.js +14 -17
- package/dist/functions/tstlClass.d.ts +2 -3
- package/dist/functions/tstlClass.d.ts.map +1 -1
- package/dist/functions/tstlClass.js +9 -10
- package/dist/functions/tstlClass.lua +2 -2
- package/dist/functions/types.d.ts +15 -17
- package/dist/functions/types.d.ts.map +1 -1
- package/dist/functions/types.js +41 -42
- package/dist/functions/types.lua +14 -14
- package/dist/functions/ui.d.ts +0 -3
- package/dist/functions/ui.d.ts.map +1 -1
- package/dist/functions/ui.js +13 -14
- package/dist/functions/utils.d.ts +0 -1
- package/dist/functions/utils.d.ts.map +1 -1
- package/dist/functions/utils.js +11 -12
- package/dist/functions/vector.d.ts +0 -1
- package/dist/functions/vector.d.ts.map +1 -1
- package/dist/functions/vector.js +11 -12
- package/dist/functions/versusScreen.js +4 -5
- package/dist/functions/weighted.d.ts +0 -3
- package/dist/functions/weighted.d.ts.map +1 -1
- package/dist/functions/weighted.js +2 -3
- package/dist/index.d.ts +58 -58
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -58
- package/dist/index.lua +18 -18
- package/dist/index.rollup.d.ts +222 -181
- package/dist/indexLua.d.ts +58 -58
- package/dist/indexLua.d.ts.map +1 -1
- package/dist/indexLua.js +4 -58
- package/dist/indexLua.lua +18 -18
- package/dist/interfaces/ChargeBarSprites.d.ts +0 -2
- package/dist/interfaces/ChargeBarSprites.d.ts.map +1 -1
- package/dist/interfaces/Corner.d.ts +0 -2
- package/dist/interfaces/Corner.d.ts.map +1 -1
- package/dist/interfaces/SaveData.d.ts +0 -1
- package/dist/interfaces/SaveData.d.ts.map +1 -1
- package/dist/interfaces/TSTLClassMetatable.d.ts +0 -4
- package/dist/interfaces/TSTLClassMetatable.d.ts.map +1 -1
- package/dist/interfaces/private/AddCallbackParametersCustom.d.ts +6 -0
- package/dist/interfaces/private/AddCallbackParametersCustom.d.ts.map +1 -1
- package/dist/interfaces/private/ModUpgradedInterface.d.ts +0 -1
- package/dist/interfaces/private/ModUpgradedInterface.d.ts.map +1 -1
- package/dist/isaacscript-common.lua +786 -871
- package/dist/lib/jsonLua.js +34 -34
- package/dist/lualib_bundle.lua +49 -38
- package/dist/objects/LRoomShapeToRectangles.js +1 -1
- package/dist/objects/colors.d.ts +0 -1
- package/dist/objects/colors.d.ts.map +1 -1
- package/dist/objects/directionToVector.d.ts +0 -1
- package/dist/objects/directionToVector.d.ts.map +1 -1
- package/dist/objects/doorSlotFlagToDoorSlot.d.ts +9 -2
- package/dist/objects/doorSlotFlagToDoorSlot.d.ts.map +1 -1
- package/dist/objects/doorSlotToDoorSlotFlag.d.ts +0 -1
- package/dist/objects/doorSlotToDoorSlotFlag.d.ts.map +1 -1
- package/dist/objects/itemPoolTypeToCollectibleTypesSet.js +17 -7
- package/dist/objects/kColors.d.ts +0 -1
- package/dist/objects/kColors.d.ts.map +1 -1
- package/dist/objects/roomShapeToBottomRightPosition.d.ts +0 -1
- package/dist/objects/roomShapeToBottomRightPosition.d.ts.map +1 -1
- package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.js +1 -1
- package/dist/objects/roomShapeToTopLeftPosition.d.ts +0 -1
- package/dist/objects/roomShapeToTopLeftPosition.d.ts.map +1 -1
- package/dist/objects/versusScreenBackgroundColors.d.ts +0 -1
- package/dist/objects/versusScreenBackgroundColors.d.ts.map +1 -1
- package/dist/objects/versusScreenDirtSpotColors.d.ts +0 -1
- package/dist/objects/versusScreenDirtSpotColors.d.ts.map +1 -1
- package/dist/patchErrorFunctions.js +1 -2
- package/dist/serialization.js +1 -2
- package/dist/shaderCrashFix.d.ts +0 -1
- package/dist/shaderCrashFix.d.ts.map +1 -1
- package/dist/shaderCrashFix.js +1 -2
- package/dist/shouldFire.d.ts.map +1 -1
- package/dist/shouldFire.js +83 -86
- package/dist/tsdoc-metadata.json +1 -1
- package/dist/types/AddSubtract.d.ts +10 -2
- package/dist/types/AddSubtract.d.ts.map +1 -1
- package/dist/types/AnyEntity.d.ts +0 -11
- package/dist/types/AnyEntity.d.ts.map +1 -1
- package/dist/types/AnyGridEntity.d.ts +0 -8
- package/dist/types/AnyGridEntity.d.ts.map +1 -1
- package/dist/types/Increment.d.ts.map +1 -1
- package/dist/types/PickingUpItem.d.ts +10 -3
- package/dist/types/PickingUpItem.d.ts.map +1 -1
- package/dist/types/PickingUpItem.js +15 -9
- package/dist/types/PickingUpItem.lua +8 -3
- package/dist/types/PickupIndex.d.ts +0 -1
- package/dist/types/PickupIndex.d.ts.map +1 -1
- package/dist/types/PlayerIndex.d.ts +0 -1
- package/dist/types/PlayerIndex.d.ts.map +1 -1
- package/dist/types/ReadonlyMap.d.ts.map +1 -1
- package/dist/types/ReadonlySet.d.ts.map +1 -1
- package/dist/types/TSTLClass.d.ts +0 -1
- package/dist/types/TSTLClass.d.ts.map +1 -1
- package/dist/types/TupleWithLengthBetween.js +2 -2
- package/dist/types/TupleWithMaxLength.js +2 -2
- package/dist/types/WeightedArray.d.ts +0 -1
- package/dist/types/WeightedArray.d.ts.map +1 -1
- package/package.json +9 -2
- package/src/callbackClasses.ts +7 -6
- package/src/callbacks.ts +1 -0
- package/src/classes/DefaultMap.ts +5 -2
- package/src/classes/ModFeature.ts +3 -3
- package/src/classes/ModUpgraded.ts +4 -6
- package/src/classes/callbacks/InputActionFilter.ts +3 -3
- package/src/classes/callbacks/InputActionPlayer.ts +6 -6
- package/src/classes/callbacks/PostBoneSwing.ts +2 -2
- package/src/classes/callbacks/PostCollectibleEmpty.ts +3 -5
- package/src/classes/callbacks/PostCursedTeleport.ts +5 -5
- package/src/classes/callbacks/PostDiceRoomActivated.ts +2 -2
- package/src/classes/callbacks/PostEntityRemoveFilter.ts +22 -0
- package/src/classes/callbacks/PostGridEntityCollision.ts +10 -10
- package/src/classes/callbacks/PostGridEntityCustomCollision.ts +8 -8
- package/src/classes/callbacks/PostGridEntityCustomRemove.ts +2 -2
- package/src/classes/callbacks/PostGridEntityRemove.ts +3 -3
- package/src/classes/callbacks/PostItemDischarge.ts +5 -8
- package/src/classes/callbacks/PostKeyboardChanged.ts +2 -2
- package/src/classes/callbacks/PostNPCStateChanged.ts +1 -1
- package/src/classes/callbacks/PostNewRoomEarly.ts +3 -3
- package/src/classes/callbacks/PostPickupSelectionFilter.ts +4 -3
- package/src/classes/callbacks/PostPlayerChangeHealth.ts +2 -2
- package/src/classes/callbacks/PostPlayerChangeType.ts +1 -1
- package/src/classes/callbacks/PostPurchase.ts +9 -9
- package/src/classes/callbacks/PostTransformation.ts +1 -3
- package/src/classes/callbacks/PostTrinketBreak.ts +1 -3
- package/src/classes/callbacks/PostUsePillFilter.ts +2 -2
- package/src/classes/callbacks/PreBerserkDeath.ts +4 -4
- package/src/classes/callbacks/PreEntitySpawnFilter.ts +3 -3
- package/src/classes/callbacks/PreRoomEntitySpawnFilter.ts +5 -5
- package/src/classes/features/callbackLogic/CustomGridEntities.ts +1 -1
- package/src/classes/features/callbackLogic/EsauJrDetection.ts +2 -2
- package/src/classes/features/callbackLogic/GameReorderedCallbacks.ts +9 -11
- package/src/classes/features/callbackLogic/GridEntityUpdateDetection.ts +4 -4
- package/src/classes/features/callbackLogic/ItemPickupDetection.ts +4 -4
- package/src/classes/features/callbackLogic/PlayerCollectibleDetection.ts +2 -2
- package/src/classes/features/callbackLogic/PlayerReorderedCallbacks.ts +4 -4
- package/src/classes/features/other/CustomPickups.ts +1 -0
- package/src/classes/features/other/CustomStages.ts +2 -2
- package/src/classes/features/other/CustomTrapdoors.ts +46 -39
- package/src/classes/features/other/DeployJSONRoom.ts +6 -4
- package/src/classes/features/other/DisableInputs.ts +3 -3
- package/src/classes/features/other/EdenStartingStatsHealth.ts +3 -1
- package/src/classes/features/other/ExtraConsoleCommands.ts +14 -10
- package/src/classes/features/other/ModdedElementDetection.ts +4 -4
- package/src/classes/features/other/ModdedElementSets.ts +5 -5
- package/src/classes/features/other/NoSirenSteal.ts +4 -4
- package/src/classes/features/other/PickupIndexCreation.ts +7 -8
- package/src/classes/features/other/PonyDetection.ts +2 -2
- package/src/classes/features/other/PressInput.ts +2 -2
- package/src/classes/features/other/PreventChildEntities.ts +4 -4
- package/src/classes/features/other/RoomHistory.ts +5 -5
- package/src/classes/features/other/RunInNFrames.ts +2 -2
- package/src/classes/features/other/SaveDataManager.ts +3 -3
- package/src/classes/features/other/StageHistory.ts +2 -2
- package/src/classes/features/other/StartAmbush.ts +2 -2
- package/src/classes/features/other/TaintedLazarusPlayers.ts +2 -2
- package/src/classes/features/other/customStages/backdrop.ts +1 -1
- package/src/classes/features/other/customStages/gridEntities.ts +4 -4
- package/src/classes/features/other/customStages/streakText.ts +4 -4
- package/src/classes/features/other/extraConsoleCommands/commands.ts +15 -15
- package/src/classes/features/other/saveDataManager/glowingHourGlass.ts +4 -2
- package/src/classes/features/other/saveDataManager/loadFromDisk.ts +5 -0
- package/src/core/constants.ts +1 -1
- package/src/core/constantsVanilla.ts +4 -4
- package/src/enums/ModCallbackCustom.ts +18 -0
- package/src/functions/array.ts +33 -29
- package/src/functions/arrayLua.ts +1 -1
- package/src/functions/bosses.ts +4 -3
- package/src/functions/charge.ts +3 -4
- package/src/functions/collectibles.ts +2 -2
- package/src/functions/decorators.ts +6 -9
- package/src/functions/deepCopy.ts +6 -10
- package/src/functions/deepCopyTests.ts +4 -4
- package/src/functions/doors.ts +8 -3
- package/src/functions/easing.ts +2 -2
- package/src/functions/emptyRoom.ts +5 -5
- package/src/functions/entities.ts +11 -12
- package/src/functions/enums.ts +4 -4
- package/src/functions/familiars.ts +2 -2
- package/src/functions/flag.ts +3 -3
- package/src/functions/globals.ts +2 -3
- package/src/functions/gridEntities.ts +30 -24
- package/src/functions/gridEntitiesSpecific.ts +2 -2
- package/src/functions/isaacAPIClass.ts +2 -2
- package/src/functions/jsonHelpers.ts +7 -5
- package/src/functions/level.ts +3 -3
- package/src/functions/levelGrid.ts +9 -12
- package/src/functions/logEntities.ts +11 -8
- package/src/functions/logMisc.ts +9 -20
- package/src/functions/map.ts +4 -4
- package/src/functions/math.ts +4 -4
- package/src/functions/merge.ts +1 -1
- package/src/functions/minimap.ts +2 -6
- package/src/functions/newArray.ts +1 -1
- package/src/functions/nextStage.ts +14 -10
- package/src/functions/npcDataStructures.ts +5 -5
- package/src/functions/npcs.ts +13 -10
- package/src/functions/pickupVariants.ts +6 -6
- package/src/functions/playerCollectibles.ts +3 -5
- package/src/functions/playerDataStructures.ts +5 -5
- package/src/functions/playerHealth.ts +8 -8
- package/src/functions/playerIndex.ts +3 -3
- package/src/functions/players.ts +4 -4
- package/src/functions/pocketItems.ts +2 -2
- package/src/functions/positionVelocity.ts +4 -12
- package/src/functions/revive.ts +15 -15
- package/src/functions/rng.ts +4 -3
- package/src/functions/roomData.ts +1 -3
- package/src/functions/roomGrid.ts +2 -2
- package/src/functions/rooms.ts +55 -42
- package/src/functions/set.ts +8 -8
- package/src/functions/sort.ts +4 -4
- package/src/functions/sound.ts +2 -7
- package/src/functions/spawnCollectible.ts +4 -6
- package/src/functions/stage.ts +20 -30
- package/src/functions/string.ts +6 -6
- package/src/functions/tears.ts +2 -2
- package/src/functions/trinketGive.ts +4 -4
- package/src/functions/trinkets.ts +1 -3
- package/src/functions/tstlClass.ts +2 -2
- package/src/functions/types.ts +19 -19
- package/src/index.ts +58 -58
- package/src/interfaces/SaveData.ts +2 -1
- package/src/interfaces/private/AddCallbackParametersCustom.ts +7 -0
- package/src/lib/jsonLua.js +34 -34
- package/src/objects/LRoomShapeToRectangles.ts +1 -1
- package/src/objects/roomShapeToDoorSlotsToGridIndexDelta.ts +1 -1
- package/src/shouldFire.ts +55 -57
- package/src/types/AddSubtract.ts +10 -2
- package/src/types/HasFunction.ts +1 -1
- package/src/types/Immutable.ts +1 -1
- package/src/types/Increment.ts +2 -2
- package/src/types/PickingUpItem.ts +10 -3
- package/src/types/TupleWithLengthBetween.ts +2 -2
- package/src/types/TupleWithMaxLength.ts +2 -2
|
@@ -14,9 +14,9 @@ class PreEntitySpawnFilter extends CustomCallback_1.CustomCallback {
|
|
|
14
14
|
shouldFire = (fireArgs, optionalArgs) => {
|
|
15
15
|
const [entityType, variant, subType] = fireArgs;
|
|
16
16
|
const [callbackEntityType, callbackVariant, callbackSubType] = optionalArgs;
|
|
17
|
-
return ((callbackEntityType === undefined || callbackEntityType === entityType)
|
|
18
|
-
(callbackVariant === undefined || callbackVariant === variant)
|
|
19
|
-
(callbackSubType === undefined || callbackSubType === subType));
|
|
17
|
+
return ((callbackEntityType === undefined || callbackEntityType === entityType)
|
|
18
|
+
&& (callbackVariant === undefined || callbackVariant === variant)
|
|
19
|
+
&& (callbackSubType === undefined || callbackSubType === subType));
|
|
20
20
|
};
|
|
21
21
|
// ModCallback.PRE_ENTITY_SPAWN (24)
|
|
22
22
|
preEntitySpawn = (entityType, variant, subType, position, velocity, spawner, initSeed) => this.fire(entityType, variant, subType, position, velocity, spawner, initSeed);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreNewLevel.d.ts","sourceRoot":"","sources":["../../../src/classes/callbacks/PreNewLevel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAIlE,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAa3D,qBAAa,WAAY,SAAQ,cAAc,CAAC,iBAAiB,CAAC,aAAa,CAAC;IAC9D,CAAC
|
|
1
|
+
{"version":3,"file":"PreNewLevel.d.ts","sourceRoot":"","sources":["../../../src/classes/callbacks/PreNewLevel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAIlE,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAa3D,qBAAa,WAAY,SAAQ,cAAc,CAAC,iBAAiB,CAAC,aAAa,CAAC;IAC9D,CAAC;;0BALO,GAAG,GAAG,IAAI;;MAKZ;;IActB,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAqBxC;CACH"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { EntityType, GridEntityXMLType } from "isaac-typescript-definitions";
|
|
2
1
|
import type { ModCallbackCustom } from "../../enums/ModCallbackCustom";
|
|
2
|
+
import type { FireArgs, OptionalArgs } from "../private/CustomCallback";
|
|
3
3
|
import { CustomCallback } from "../private/CustomCallback";
|
|
4
4
|
type T = ModCallbackCustom.PRE_ROOM_ENTITY_SPAWN_FILTER;
|
|
5
5
|
export declare class PreRoomEntitySpawnFilter extends CustomCallback<T> {
|
|
6
6
|
constructor();
|
|
7
|
-
protected shouldFire: (fireArgs:
|
|
7
|
+
protected shouldFire: (fireArgs: FireArgs<T>, optionalArgs: OptionalArgs<T>) => boolean;
|
|
8
8
|
private readonly preRoomEntitySpawn;
|
|
9
9
|
}
|
|
10
10
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreRoomEntitySpawnFilter.d.ts","sourceRoot":"","sources":["../../../src/classes/callbacks/PreRoomEntitySpawnFilter.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PreRoomEntitySpawnFilter.d.ts","sourceRoot":"","sources":["../../../src/classes/callbacks/PreRoomEntitySpawnFilter.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,KAAK,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,KAAK,CAAC,GAAG,iBAAiB,CAAC,4BAA4B,CAAC;AAExD,qBAAa,wBAAyB,SAAQ,cAAc,CAAC,CAAC,CAAC;;IAU7D,UAAmB,UAAU,GAC3B,UAAU,QAAQ,CAAC,CAAC,CAAC,EACrB,cAAc,YAAY,CAAC,CAAC,CAAC,KAC5B,OAAO,CAeR;IAGF,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAa/B;CACL"}
|
|
@@ -14,11 +14,11 @@ class PreRoomEntitySpawnFilter extends CustomCallback_1.CustomCallback {
|
|
|
14
14
|
shouldFire = (fireArgs, optionalArgs) => {
|
|
15
15
|
const [entityTypeOrGridEntityXMLType, variant, subType] = fireArgs;
|
|
16
16
|
const [callbackEntityTypeOrGridEntityXMLType, callbackVariant, callbackSubType,] = optionalArgs;
|
|
17
|
-
return ((callbackEntityTypeOrGridEntityXMLType === undefined
|
|
18
|
-
callbackEntityTypeOrGridEntityXMLType
|
|
19
|
-
entityTypeOrGridEntityXMLType)
|
|
20
|
-
(callbackVariant === undefined || callbackVariant === variant)
|
|
21
|
-
(callbackSubType === undefined || callbackSubType === subType));
|
|
17
|
+
return ((callbackEntityTypeOrGridEntityXMLType === undefined
|
|
18
|
+
|| callbackEntityTypeOrGridEntityXMLType
|
|
19
|
+
=== entityTypeOrGridEntityXMLType)
|
|
20
|
+
&& (callbackVariant === undefined || callbackVariant === variant)
|
|
21
|
+
&& (callbackSubType === undefined || callbackSubType === subType));
|
|
22
22
|
};
|
|
23
23
|
// ModCallback.PRE_ROOM_ENTITY_SPAWN (71)
|
|
24
24
|
preRoomEntitySpawn = (entityTypeOrGridEntityXMLType, variant, subType, gridIndex, initSeed) => this.fire(entityTypeOrGridEntityXMLType, variant, subType, gridIndex, initSeed);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomGridEntities.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/callbackLogic/CustomGridEntities.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,kBAAkB,EAClB,cAAc,EAEf,MAAM,8BAA8B,CAAC;AActC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAErF,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAiBhD,qBAAa,kBAAmB,SAAQ,OAAO;IAI7C,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAe;IA0B5C,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CA+CzC;IAGF,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CA0BnC;IAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgFG;IAEI,qBAAqB,CAC1B,oBAAoB,EAAE,cAAc,EACpC,mBAAmB,EAAE,GAAG,GAAG,MAAM,EACjC,kBAAkB,CAAC,EAAE,kBAAkB,EACvC,QAAQ,CAAC,EAAE,MAAM,EACjB,gBAAgB,CAAC,EAAE,MAAM,EACzB,kBAAkB,iBAA4B,EAC9C,qBAAqB,SAAI,GACxB,UAAU;IAyCb;;;;;;;;;;;;;;;;;;OAkBG;IAEI,sBAAsB,CAC3B,+BAA+B,EAAE,GAAG,GAAG,MAAM,GAAG,UAAU,EAC1D,UAAU,UAAO,GAChB,UAAU,GAAG,SAAS;IAuCzB;;;;;;;;OAQG;IAEI,qBAAqB,IAAI,
|
|
1
|
+
{"version":3,"file":"CustomGridEntities.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/callbackLogic/CustomGridEntities.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,kBAAkB,EAClB,cAAc,EAEf,MAAM,8BAA8B,CAAC;AActC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAErF,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAiBhD,qBAAa,kBAAmB,SAAQ,OAAO;IAI7C,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAe;IA0B5C,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CA+CzC;IAGF,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CA0BnC;IAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgFG;IAEI,qBAAqB,CAC1B,oBAAoB,EAAE,cAAc,EACpC,mBAAmB,EAAE,GAAG,GAAG,MAAM,EACjC,kBAAkB,CAAC,EAAE,kBAAkB,EACvC,QAAQ,CAAC,EAAE,MAAM,EACjB,gBAAgB,CAAC,EAAE,MAAM,EACzB,kBAAkB,iBAA4B,EAC9C,qBAAqB,SAAI,GACxB,UAAU;IAyCb;;;;;;;;;;;;;;;;;;OAkBG;IAEI,sBAAsB,CAC3B,+BAA+B,EAAE,GAAG,GAAG,MAAM,GAAG,UAAU,EAC1D,UAAU,UAAO,GAChB,UAAU,GAAG,SAAS;IAuCzB;;;;;;;;OAQG;IAEI,qBAAqB,IAAI,aAAa,CAAC;QAC5C,UAAU,EAAE,UAAU,CAAC;QACvB,IAAI,EAAE,oBAAoB,CAAC;KAC5B,CAAC;IAuBF;;;;;;;;;OASG;IAEI,uBAAuB,CAC5B,qBAAqB,EAAE,UAAU,GAAG,GAAG,GACtC,cAAc,GAAG,SAAS;IAyB7B;;;;;;;;OAQG;IAEI,kBAAkB,CAAC,qBAAqB,EAAE,UAAU,GAAG,GAAG,GAAG,OAAO;CAM5E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomRevive.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/callbackLogic/CustomRevive.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACzE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AACvE,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAI1D,aAAK,iBAAiB;IACpB,QAAQ,IAAA;IAER;;;OAGG;IACH,2BAA2B,IAAA;IAE3B,0BAA0B,IAAA;CAC3B;AAUD,qBAAa,YAAa,SAAQ,OAAO;IACvB,CAAC
|
|
1
|
+
{"version":3,"file":"CustomRevive.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/callbackLogic/CustomRevive.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACzE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AACvE,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAI1D,aAAK,iBAAiB;IACpB,QAAQ,IAAA;IAER;;;OAGG;IACH,2BAA2B,IAAA;IAE3B,0BAA0B,IAAA;CAC3B;AAUD,qBAAa,YAAa,SAAQ,OAAO;IACvB,CAAC;;;yBANM,GAAG,GAAG,IAAI;8BACL,WAAW,GAAG,IAAI;;MAKxB;IAEtB,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAkB;IAClD,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAmB;IACpD,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAe;gBAG1C,eAAe,EAAE,eAAe,EAChC,gBAAgB,EAAE,gBAAgB,EAClC,YAAY,EAAE,YAAY;IAkC5B,OAAO,CAAC,QAAQ,CAAC,UAAU,CAQzB;IAIF,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAMpC;IAGF,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAOnC;IAGF,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAIzC;IAEF,OAAO,CAAC,4BAA4B;IA0CpC,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAKpC;IAGF,OAAO,CAAC,QAAQ,CAAC,eAAe,CAE9B;IAEF;;;OAGG;IACH,OAAO,CAAC,kBAAkB;IAmC1B,OAAO,CAAC,eAAe;CASxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EsauJrDetection.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/callbackLogic/EsauJrDetection.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAW,MAAM,8BAA8B,CAAC;AAI7E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AACvE,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAUhD,qBAAa,eAAgB,SAAQ,OAAO;IAC1B,CAAC
|
|
1
|
+
{"version":3,"file":"EsauJrDetection.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/callbackLogic/EsauJrDetection.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAW,MAAM,8BAA8B,CAAC;AAI7E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AACvE,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAUhD,qBAAa,eAAgB,SAAQ,OAAO;IAC1B,CAAC;;6BAPU,GAAG,GAAG,IAAI;uCACA,eAAe,GAAG,IAAI;;;MAMrC;IAEtB,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAa;IACxC,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAkB;gBAEtC,UAAU,EAAE,UAAU,EAAE,eAAe,EAAE,eAAe;IAoBpE,OAAO,CAAC,QAAQ,CAAC,UAAU,CAiCzB;IAIF,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAehC;CACH"}
|
|
@@ -35,8 +35,8 @@ class EsauJrDetection extends Feature_1.Feature {
|
|
|
35
35
|
postUpdate = () => {
|
|
36
36
|
const gameFrameCount = cachedClasses_1.game.GetFrameCount();
|
|
37
37
|
// Check to see if it is the frame after the player has used Esau Jr.
|
|
38
|
-
if (v.run.usedEsauJrFrame === null
|
|
39
|
-
gameFrameCount < v.run.usedEsauJrFrame + 1) {
|
|
38
|
+
if (v.run.usedEsauJrFrame === null
|
|
39
|
+
|| gameFrameCount < v.run.usedEsauJrFrame + 1) {
|
|
40
40
|
return;
|
|
41
41
|
}
|
|
42
42
|
v.run.usedEsauJrFrame = null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GameReorderedCallbacks.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/callbackLogic/GameReorderedCallbacks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAS1E,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAEhD;;;;;;;;;;;;;;GAcG;AACH,qBAAa,sBAAuB,SAAQ,OAAO;IACjD,oDAAoD;IACpD,OAAO,CAAC,qBAAqB,CAAoB;IAEjD,OAAO,CAAC,YAAY,CAAoB;IACxC,OAAO,CAAC,gBAAgB,CAAoB;IAC5C,OAAO,CAAC,oBAAoB,CAAS;IACrC,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,YAAY,CAAS;IAE7B,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAA2B;IACpE,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAwB;IAC9D,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAuB;IAC5D,OAAO,CAAC,QAAQ,CAAC,4BAA4B,CAA+B;IA8C5E,OAAO,CAAC,QAAQ,CAAC,2BAA2B,CAM1C;IAGF,OAAO,CAAC,QAAQ,CAAC,cAAc,
|
|
1
|
+
{"version":3,"file":"GameReorderedCallbacks.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/callbackLogic/GameReorderedCallbacks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAS1E,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAEhD;;;;;;;;;;;;;;GAcG;AACH,qBAAa,sBAAuB,SAAQ,OAAO;IACjD,oDAAoD;IACpD,OAAO,CAAC,qBAAqB,CAAoB;IAEjD,OAAO,CAAC,YAAY,CAAoB;IACxC,OAAO,CAAC,gBAAgB,CAAoB;IAC5C,OAAO,CAAC,oBAAoB,CAAS;IACrC,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,YAAY,CAAS;IAE7B,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAA2B;IACpE,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAwB;IAC9D,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAuB;IAC5D,OAAO,CAAC,QAAQ,CAAC,4BAA4B,CAA+B;IA8C5E,OAAO,CAAC,QAAQ,CAAC,2BAA2B,CAM1C;IAGF,OAAO,CAAC,QAAQ,CAAC,cAAc,CAE7B;IAGF,OAAO,CAAC,QAAQ,CAAC,eAAe,CAgB9B;IAGF,OAAO,CAAC,QAAQ,CAAC,WAAW,CAE1B;IAGF,OAAO,CAAC,QAAQ,CAAC,YAAY,CAgB3B;IAGF,OAAO,CAAC,QAAQ,CAAC,WAAW,CAiC1B;IAEF,OAAO,CAAC,kBAAkB;IAS1B;;;;;;;;;;;;;;OAcG;IAEI,qBAAqB,IAAI,IAAI;IAIpC;;;;;;;;;;;;;;OAcG;IAEI,oBAAoB,IAAI,IAAI;IAInC;;;;;;;;;;;OAWG;IAEI,0BAA0B,CAC/B,KAAK,EAAE,UAAU,EACjB,SAAS,EAAE,SAAS,GACnB,IAAI;CAIR"}
|
|
@@ -52,15 +52,15 @@ class GameReorderedCallbacks extends Feature_1.Feature {
|
|
|
52
52
|
// 9
|
|
53
53
|
[isaac_typescript_definitions_1.ModCallback.POST_PLAYER_INIT, this.postPlayerInit],
|
|
54
54
|
// 15
|
|
55
|
-
// eslint-disable-next-line
|
|
55
|
+
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
56
56
|
[isaac_typescript_definitions_1.ModCallback.POST_GAME_STARTED, this.postGameStarted],
|
|
57
57
|
// 17
|
|
58
58
|
[isaac_typescript_definitions_1.ModCallback.PRE_GAME_EXIT, this.preGameExit],
|
|
59
59
|
// 18
|
|
60
|
-
// eslint-disable-next-line
|
|
60
|
+
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
61
61
|
[isaac_typescript_definitions_1.ModCallback.POST_NEW_LEVEL, this.postNewLevel],
|
|
62
62
|
// 19
|
|
63
|
-
// eslint-disable-next-line
|
|
63
|
+
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
64
64
|
[isaac_typescript_definitions_1.ModCallback.POST_NEW_ROOM, this.postNewRoom],
|
|
65
65
|
];
|
|
66
66
|
this.postGameStartedReordered = postGameStartedReordered;
|
|
@@ -78,9 +78,7 @@ class GameReorderedCallbacks extends Feature_1.Feature {
|
|
|
78
78
|
};
|
|
79
79
|
// ModCallback.POST_PLAYER_INIT (9)
|
|
80
80
|
postPlayerInit = (_player) => {
|
|
81
|
-
|
|
82
|
-
this.renderFrameRunStarted = Isaac.GetFrameCount();
|
|
83
|
-
}
|
|
81
|
+
this.renderFrameRunStarted ??= Isaac.GetFrameCount();
|
|
84
82
|
};
|
|
85
83
|
// ModCallback.POST_GAME_STARTED (15)
|
|
86
84
|
postGameStarted = (isContinued) => {
|
|
@@ -138,11 +136,11 @@ class GameReorderedCallbacks extends Feature_1.Feature {
|
|
|
138
136
|
return;
|
|
139
137
|
}
|
|
140
138
|
}
|
|
141
|
-
if (((0, frames_1.onGameFrame)(0)
|
|
142
|
-
(0, frames_1.onRenderFrame)(this.renderFrameRunStarted)
|
|
143
|
-
this.currentStage !== stage
|
|
144
|
-
this.currentStageType !== stageType)
|
|
145
|
-
!this.forceNewRoom) {
|
|
139
|
+
if (((0, frames_1.onGameFrame)(0)
|
|
140
|
+
|| (0, frames_1.onRenderFrame)(this.renderFrameRunStarted)
|
|
141
|
+
|| this.currentStage !== stage
|
|
142
|
+
|| this.currentStageType !== stageType)
|
|
143
|
+
&& !this.forceNewRoom) {
|
|
146
144
|
return;
|
|
147
145
|
}
|
|
148
146
|
this.forceNewRoom = false;
|
|
@@ -69,8 +69,8 @@ class GridEntityUpdateDetection extends Feature_1.Feature {
|
|
|
69
69
|
for (const [gridIndex, gridEntityTuple] of v.room.initializedGridEntities) {
|
|
70
70
|
const [storedGridEntityType, storedGridEntityVariant] = gridEntityTuple;
|
|
71
71
|
const gridEntity = gridEntitiesMap.get(gridIndex);
|
|
72
|
-
if (gridEntity === undefined
|
|
73
|
-
gridEntity.GetType() !== storedGridEntityType) {
|
|
72
|
+
if (gridEntity === undefined
|
|
73
|
+
|| gridEntity.GetType() !== storedGridEntityType) {
|
|
74
74
|
v.room.initializedGridEntities.delete(gridIndex);
|
|
75
75
|
const gridEntityTypeCustom = this.customGridEntities.getCustomGridEntityType(gridIndex);
|
|
76
76
|
if (gridEntityTypeCustom === undefined) {
|
|
@@ -113,8 +113,8 @@ class GridEntityUpdateDetection extends Feature_1.Feature {
|
|
|
113
113
|
checkNewGridEntity(gridIndex, gridEntity) {
|
|
114
114
|
const gridEntityType = gridEntity.GetType();
|
|
115
115
|
const gridEntityTuple = v.room.initializedGridEntities.get(gridIndex);
|
|
116
|
-
if (gridEntityTuple === undefined
|
|
117
|
-
gridEntityTuple[0] !== gridEntityType) {
|
|
116
|
+
if (gridEntityTuple === undefined
|
|
117
|
+
|| gridEntityTuple[0] !== gridEntityType) {
|
|
118
118
|
this.updateTupleInMap(gridEntity);
|
|
119
119
|
const gridEntityTypeCustom = this.customGridEntities.getCustomGridEntityType(gridEntity);
|
|
120
120
|
if (gridEntityTypeCustom === undefined) {
|
|
@@ -44,8 +44,8 @@ class ItemPickupDetection extends Feature_1.Feature {
|
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
46
|
queueEmpty(player, pickingUpItem) {
|
|
47
|
-
if (pickingUpItem.itemType === isaac_typescript_definitions_1.ItemType.NULL
|
|
48
|
-
(0, types_1.asNumber)(pickingUpItem.subType) === 0) {
|
|
47
|
+
if (pickingUpItem.itemType === isaac_typescript_definitions_1.ItemType.NULL
|
|
48
|
+
|| (0, types_1.asNumber)(pickingUpItem.subType) === 0) {
|
|
49
49
|
return;
|
|
50
50
|
}
|
|
51
51
|
this.postItemPickup.fire(player, pickingUpItem);
|
|
@@ -57,8 +57,8 @@ class ItemPickupDetection extends Feature_1.Feature {
|
|
|
57
57
|
// This should never happen, since the `EntityPlayer.IsItemQueueEmpty` method returned false.
|
|
58
58
|
return;
|
|
59
59
|
}
|
|
60
|
-
if (queuedItem.Type !== pickingUpItem.itemType
|
|
61
|
-
queuedItem.ID !== pickingUpItem.subType) {
|
|
60
|
+
if (queuedItem.Type !== pickingUpItem.itemType
|
|
61
|
+
|| queuedItem.ID !== pickingUpItem.subType) {
|
|
62
62
|
// Record which item we are picking up.
|
|
63
63
|
pickingUpItem.itemType = queuedItem.Type;
|
|
64
64
|
pickingUpItem.subType = queuedItem.ID;
|
|
@@ -135,8 +135,8 @@ class PlayerCollectibleDetection extends Feature_1.Feature {
|
|
|
135
135
|
*/
|
|
136
136
|
// ModCallbackCustom.POST_ITEM_PICKUP
|
|
137
137
|
postItemPickup = (player, pickingUpItem) => {
|
|
138
|
-
if (pickingUpItem.itemType === isaac_typescript_definitions_1.ItemType.TRINKET
|
|
139
|
-
pickingUpItem.itemType === isaac_typescript_definitions_1.ItemType.NULL) {
|
|
138
|
+
if (pickingUpItem.itemType === isaac_typescript_definitions_1.ItemType.TRINKET
|
|
139
|
+
|| pickingUpItem.itemType === isaac_typescript_definitions_1.ItemType.NULL) {
|
|
140
140
|
return;
|
|
141
141
|
}
|
|
142
142
|
const newCollectibleCount = player.GetCollectibleCount();
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
2
1
|
import type { PlayerIndex } from "../../../types/PlayerIndex";
|
|
3
2
|
import type { PostPEffectUpdateReordered } from "../../callbacks/PostPEffectUpdateReordered";
|
|
4
3
|
import type { PostPlayerRenderReordered } from "../../callbacks/PostPlayerRenderReordered";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlayerReorderedCallbacks.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/callbackLogic/PlayerReorderedCallbacks.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PlayerReorderedCallbacks.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/callbackLogic/PlayerReorderedCallbacks.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAC7F,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,2CAA2C,CAAC;AAC3F,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,2CAA2C,CAAC;AAC3F,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAEhD,UAAU,YAAY;IACpB,WAAW,EAAE,WAAW,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;CACtB;AAYD,qBAAa,wBAAyB,SAAQ,OAAO;IACnC,CAAC;;;oCAPe,YAAY,EAAE;mCACf,YAAY,EAAE;mCACd,YAAY,EAAE;;MAKvB;IAEtB,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAA6B;IACxE,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAA4B;IACtE,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAA4B;gBAGpE,0BAA0B,EAAE,0BAA0B,EACtD,yBAAyB,EAAE,yBAAyB,EACpD,yBAAyB,EAAE,yBAAyB;IA+BtD,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAWhC;IAGF,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAW/B;IAGF,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAW/B;IAGF,OAAO,CAAC,QAAQ,CAAC,4BAA4B,CAM3C;CACH"}
|
|
@@ -28,13 +28,13 @@ class PlayerReorderedCallbacks extends Feature_1.Feature {
|
|
|
28
28
|
super();
|
|
29
29
|
this.callbacksUsed = [
|
|
30
30
|
// 4
|
|
31
|
-
// eslint-disable-next-line
|
|
31
|
+
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
32
32
|
[isaac_typescript_definitions_1.ModCallback.POST_PEFFECT_UPDATE, this.postPEffectUpdate],
|
|
33
33
|
// 31
|
|
34
|
-
// eslint-disable-next-line
|
|
34
|
+
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
35
35
|
[isaac_typescript_definitions_1.ModCallback.POST_PLAYER_UPDATE, this.postPlayerUpdate],
|
|
36
36
|
// 32
|
|
37
|
-
// eslint-disable-next-line
|
|
37
|
+
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
38
38
|
[isaac_typescript_definitions_1.ModCallback.POST_PLAYER_RENDER, this.postPlayerRender],
|
|
39
39
|
];
|
|
40
40
|
this.customCallbacksUsed = [
|
|
@@ -96,7 +96,7 @@ class PlayerReorderedCallbacks extends Feature_1.Feature {
|
|
|
96
96
|
}
|
|
97
97
|
exports.PlayerReorderedCallbacks = PlayerReorderedCallbacks;
|
|
98
98
|
function dequeue(
|
|
99
|
-
// eslint-disable-next-line
|
|
99
|
+
// eslint-disable-next-line complete/prefer-readonly-parameter-types
|
|
100
100
|
queue, fireFunc) {
|
|
101
101
|
for (const element of queue) {
|
|
102
102
|
const { playerIndex, renderOffset } = element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomPickups.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/other/CustomPickups.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAalE,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAkBhD,qBAAa,aAAc,SAAQ,OAAO;IACxC,4BAA4B;IAC5B,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAGrC;IAoBJ,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAqCjC;IAIF,OAAO,CAAC,QAAQ,CAAC,4BAA4B,
|
|
1
|
+
{"version":3,"file":"CustomPickups.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/other/CustomPickups.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAalE,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAkBhD,qBAAa,aAAc,SAAQ,OAAO;IACxC,4BAA4B;IAC5B,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAGrC;IAoBJ,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAqCjC;IAIF,OAAO,CAAC,QAAQ,CAAC,4BAA4B,CAU3C;IAEF;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IAEI,oBAAoB,CACzB,mBAAmB,EAAE,aAAa,EAClC,OAAO,EAAE,GAAG,EACZ,WAAW,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,YAAY,KAAK,IAAI,EACvD,aAAa,GAAE,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,YAAY,KAAK,OAAoB,GACxE,IAAI;CAYR"}
|
|
@@ -68,6 +68,7 @@ class CustomPickups extends Feature_1.Feature {
|
|
|
68
68
|
// ModCallback.POST_EFFECT_RENDER (56)
|
|
69
69
|
// PICKUP_EFFECT_VARIANT
|
|
70
70
|
postEffectRenderPickupEffect = (effect) => {
|
|
71
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-enum-comparison
|
|
71
72
|
if (effect.SubType !== PICKUP_EFFECT_SUB_TYPE) {
|
|
72
73
|
return;
|
|
73
74
|
}
|
|
@@ -21,13 +21,23 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
21
21
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
22
22
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
23
23
|
};
|
|
24
|
-
var __importStar = (this && this.__importStar) || function (
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
24
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
25
|
+
var ownKeys = function(o) {
|
|
26
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
27
|
+
var ar = [];
|
|
28
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
29
|
+
return ar;
|
|
30
|
+
};
|
|
31
|
+
return ownKeys(o);
|
|
32
|
+
};
|
|
33
|
+
return function (mod) {
|
|
34
|
+
if (mod && mod.__esModule) return mod;
|
|
35
|
+
var result = {};
|
|
36
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
37
|
+
__setModuleDefault(result, mod);
|
|
38
|
+
return result;
|
|
39
|
+
};
|
|
40
|
+
})();
|
|
31
41
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
42
|
exports.CustomStages = void 0;
|
|
33
43
|
const isaac_typescript_definitions_1 = require("isaac-typescript-definitions");
|
|
@@ -220,7 +230,7 @@ class CustomStages extends Feature_1.Feature {
|
|
|
220
230
|
const level = cachedClasses_1.game.GetLevel();
|
|
221
231
|
const stage = customStage.baseStage ?? constants_1.DEFAULT_BASE_STAGE;
|
|
222
232
|
const stageType = customStage.baseStageType ?? constants_1.DEFAULT_BASE_STAGE_TYPE;
|
|
223
|
-
level.SetStage(stage, stageType); // eslint-disable-line
|
|
233
|
+
level.SetStage(stage, stageType); // eslint-disable-line complete/strict-enums
|
|
224
234
|
return undefined;
|
|
225
235
|
};
|
|
226
236
|
// ModCallbackCustom.POST_GRID_ENTITY_BROKEN
|
|
@@ -377,7 +387,7 @@ class CustomStages extends Feature_1.Feature {
|
|
|
377
387
|
? constants_1.DEFAULT_BASE_STAGE
|
|
378
388
|
: customStage.baseStage;
|
|
379
389
|
if (!firstFloor) {
|
|
380
|
-
baseStage++; // eslint-disable-line
|
|
390
|
+
baseStage++; // eslint-disable-line complete/strict-enums
|
|
381
391
|
}
|
|
382
392
|
const baseStageType = customStage.baseStageType === undefined
|
|
383
393
|
? constants_1.DEFAULT_BASE_STAGE_TYPE
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomTrapdoors.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/other/CustomTrapdoors.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,UAAU,EAKV,SAAS,EACV,MAAM,8BAA8B,CAAC;AAoCtC,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"CustomTrapdoors.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/other/CustomTrapdoors.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,UAAU,EAKV,SAAS,EACV,MAAM,8BAA8B,CAAC;AAoCtC,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAqDhD,qBAAa,eAAgB,SAAQ,OAAO;IAC1C,qCAAqC;IACrC,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAO/B;IAKJ;;;;;OAKG;IACH,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAY;IAExC,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAqB;IACxD,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAgB;IAC9C,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAgB;IAC9C,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAiB;IAChD,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAe;IAC5C,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAc;IAC1C,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAe;IAmD5C,OAAO,CAAC,QAAQ,CAAC,UAAU,CAMzB;IAEF,OAAO,CAAC,2BAA2B;IA+BnC,OAAO,CAAC,8BAA8B;IAiDtC,OAAO,CAAC,6BAA6B;IAoBrC,OAAO,CAAC,kBAAkB;IAqB1B,OAAO,CAAC,4BAA4B;IA+CpC,OAAO,CAAC,iCAAiC;IAqBzC,OAAO,CAAC,eAAe;IAoBvB,OAAO,CAAC,QAAQ,CAAC,kCAAkC,CAcjD;IAEF,OAAO,CAAC,4BAA4B;IAuBpC,OAAO,CAAC,kBAAkB;IAc1B,OAAO,CAAC,sBAAsB;IAoB9B,OAAO,CAAC,gCAAgC;IAuCxC,OAAO,CAAC,2BAA2B;IAoCnC,OAAO,CAAC,gBAAgB;IAoBxB,OAAO,CAAC,8BAA8B;IAmDtC,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAEzC;IAEF,OAAO,CAAC,iBAAiB;IAezB,OAAO,CAAC,uBAAuB;IA2B/B,OAAO,CAAC,eAAe;IAUvB;;;;;;;;;;;;;;;;;;OAkBG;IAEI,iCAAiC,CACtC,eAAe,EAAE,MAAM,EACvB,eAAe,EAAE,CACf,eAAe,EAAE,MAAM,GAAG,SAAS,EACnC,gBAAgB,EAAE,UAAU,EAC5B,oBAAoB,EAAE,SAAS,KAC5B,IAAI,GACR,IAAI;IAUP;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IAEI,mBAAmB,CACxB,mBAAmB,EAAE,GAAG,GAAG,MAAM,EACjC,eAAe,CAAC,EAAE,MAAM,EACxB,gBAAgB,CAAC,EAAE,UAAU,EAC7B,oBAAoB,CAAC,EAAE,SAAS,EAChC,QAAQ,SAAmC,EAC3C,SAAS,CAAC,EAAE,OAAO,GAClB,UAAU;CAiDd"}
|
|
@@ -34,7 +34,10 @@ const DefaultMap_1 = require("../../DefaultMap");
|
|
|
34
34
|
const Feature_1 = require("../../private/Feature");
|
|
35
35
|
const constants_2 = require("./customStages/constants");
|
|
36
36
|
const DEBUG = false;
|
|
37
|
-
/**
|
|
37
|
+
/**
|
|
38
|
+
* This also applies to crawl spaces. The value was determined through trial and error to match
|
|
39
|
+
* vanilla behavior.
|
|
40
|
+
*/
|
|
38
41
|
const TRAPDOOR_OPEN_DISTANCE = 60;
|
|
39
42
|
const TRAPDOOR_OPEN_DISTANCE_AFTER_BOSS = TRAPDOOR_OPEN_DISTANCE * 2.5;
|
|
40
43
|
const TRAPDOOR_BOSS_REACTION_FRAMES = 30;
|
|
@@ -144,8 +147,8 @@ class CustomTrapdoors extends Feature_1.Feature {
|
|
|
144
147
|
// black.
|
|
145
148
|
}
|
|
146
149
|
checkPixelationToBlackComplete() {
|
|
147
|
-
if (v.run.state !== StageTravelState_1.StageTravelState.PIXELATION_TO_BLACK
|
|
148
|
-
v.run.stateRenderFrame === null) {
|
|
150
|
+
if (v.run.state !== StageTravelState_1.StageTravelState.PIXELATION_TO_BLACK
|
|
151
|
+
|| v.run.stateRenderFrame === null) {
|
|
149
152
|
return;
|
|
150
153
|
}
|
|
151
154
|
const renderFrameScreenBlack = v.run.stateRenderFrame + PIXELATION_TO_BLACK_FRAMES;
|
|
@@ -177,16 +180,14 @@ class CustomTrapdoors extends Feature_1.Feature {
|
|
|
177
180
|
});
|
|
178
181
|
}
|
|
179
182
|
goToCustomTrapdoorDestination() {
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
};
|
|
189
|
-
}
|
|
183
|
+
// This should never be null. Regardless, we provide some sane default values.
|
|
184
|
+
v.run.customTrapdoorActivated ??= {
|
|
185
|
+
destinationName: undefined,
|
|
186
|
+
destinationStage: isaac_typescript_definitions_1.LevelStage.BASEMENT_1,
|
|
187
|
+
destinationStageType: isaac_typescript_definitions_1.StageType.ORIGINAL,
|
|
188
|
+
open: true,
|
|
189
|
+
firstSpawn: true,
|
|
190
|
+
};
|
|
190
191
|
const destinationFunc = this.getDestinationFunc(v.run.customTrapdoorActivated);
|
|
191
192
|
destinationFunc(v.run.customTrapdoorActivated.destinationName, v.run.customTrapdoorActivated.destinationStage, v.run.customTrapdoorActivated.destinationStageType);
|
|
192
193
|
}
|
|
@@ -201,9 +202,9 @@ class CustomTrapdoors extends Feature_1.Feature {
|
|
|
201
202
|
return destinationFunc;
|
|
202
203
|
}
|
|
203
204
|
checkSecondPixelationHalfWay() {
|
|
204
|
-
if (v.run.state
|
|
205
|
-
StageTravelState_1.StageTravelState.WAITING_FOR_SECOND_PIXELATION_TO_GET_HALF_WAY
|
|
206
|
-
v.run.stateRenderFrame === null) {
|
|
205
|
+
if (v.run.state
|
|
206
|
+
!== StageTravelState_1.StageTravelState.WAITING_FOR_SECOND_PIXELATION_TO_GET_HALF_WAY
|
|
207
|
+
|| v.run.stateRenderFrame === null) {
|
|
207
208
|
return;
|
|
208
209
|
}
|
|
209
210
|
const renderFrameScreenBlack = v.run.stateRenderFrame + PIXELATION_TO_BLACK_FRAMES;
|
|
@@ -249,9 +250,9 @@ class CustomTrapdoors extends Feature_1.Feature {
|
|
|
249
250
|
this.disableInputs.enableAllInputs(tstlClassName);
|
|
250
251
|
}
|
|
251
252
|
drawBlackSprite() {
|
|
252
|
-
if (v.run.state !== StageTravelState_1.StageTravelState.WAITING_FOR_FIRST_PIXELATION_TO_END
|
|
253
|
-
v.run.state
|
|
254
|
-
StageTravelState_1.StageTravelState.WAITING_FOR_SECOND_PIXELATION_TO_GET_HALF_WAY) {
|
|
253
|
+
if (v.run.state !== StageTravelState_1.StageTravelState.WAITING_FOR_FIRST_PIXELATION_TO_END
|
|
254
|
+
&& v.run.state
|
|
255
|
+
!== StageTravelState_1.StageTravelState.WAITING_FOR_SECOND_PIXELATION_TO_GET_HALF_WAY) {
|
|
255
256
|
return;
|
|
256
257
|
}
|
|
257
258
|
if (!this.blackSprite.IsLoaded()) {
|
|
@@ -277,6 +278,15 @@ class CustomTrapdoors extends Feature_1.Feature {
|
|
|
277
278
|
checkCustomTrapdoorOpenClose(gridEntity, trapdoorDescription) {
|
|
278
279
|
/** By default, trapdoors will never close if they are already open. */
|
|
279
280
|
if (trapdoorDescription.open) {
|
|
281
|
+
// Sometimes, the `sprite.Play(TrapdoorAnimation.OPEN_ANIMATION, true)` function does not take
|
|
282
|
+
// effect. Check for this case.
|
|
283
|
+
const sprite = gridEntity.GetSprite();
|
|
284
|
+
const animation = sprite.GetAnimation();
|
|
285
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-enum-comparison
|
|
286
|
+
if (animation === TrapdoorAnimation_1.TrapdoorAnimation.CLOSED) {
|
|
287
|
+
// Try it again.
|
|
288
|
+
sprite.Play(TrapdoorAnimation_1.TrapdoorAnimation.OPEN_ANIMATION, true);
|
|
289
|
+
}
|
|
280
290
|
return;
|
|
281
291
|
}
|
|
282
292
|
if (this.shouldTrapdoorOpen(gridEntity, trapdoorDescription.firstSpawn)) {
|
|
@@ -286,9 +296,9 @@ class CustomTrapdoors extends Feature_1.Feature {
|
|
|
286
296
|
shouldTrapdoorOpen(gridEntity, firstSpawn) {
|
|
287
297
|
const room = cachedClasses_1.game.GetRoom();
|
|
288
298
|
const roomClear = room.IsClear();
|
|
289
|
-
return (!(0, positionVelocity_1.anyPlayerCloserThan)(gridEntity.Position, TRAPDOOR_OPEN_DISTANCE)
|
|
290
|
-
!this.isPlayerCloseAfterBoss(gridEntity.Position)
|
|
291
|
-
!shouldBeClosedFromStartingInRoomWithEnemies(firstSpawn, roomClear));
|
|
299
|
+
return (!(0, positionVelocity_1.anyPlayerCloserThan)(gridEntity.Position, TRAPDOOR_OPEN_DISTANCE)
|
|
300
|
+
&& !this.isPlayerCloseAfterBoss(gridEntity.Position)
|
|
301
|
+
&& !shouldBeClosedFromStartingInRoomWithEnemies(firstSpawn, roomClear));
|
|
292
302
|
}
|
|
293
303
|
isPlayerCloseAfterBoss(position) {
|
|
294
304
|
const room = cachedClasses_1.game.GetRoom();
|
|
@@ -296,9 +306,9 @@ class CustomTrapdoors extends Feature_1.Feature {
|
|
|
296
306
|
const roomClearGameFrame = this.roomClearFrame.getRoomClearGameFrame();
|
|
297
307
|
// In order to prevent a player from accidentally entering a freshly-spawned trapdoor after
|
|
298
308
|
// killing the boss of the floor, we use a wider open distance for a short amount of frames.
|
|
299
|
-
if (roomType !== isaac_typescript_definitions_1.RoomType.BOSS
|
|
300
|
-
roomClearGameFrame === undefined
|
|
301
|
-
(0, frames_1.onOrAfterRenderFrame)(roomClearGameFrame + TRAPDOOR_BOSS_REACTION_FRAMES)) {
|
|
309
|
+
if (roomType !== isaac_typescript_definitions_1.RoomType.BOSS
|
|
310
|
+
|| roomClearGameFrame === undefined
|
|
311
|
+
|| (0, frames_1.onOrAfterRenderFrame)(roomClearGameFrame + TRAPDOOR_BOSS_REACTION_FRAMES)) {
|
|
302
312
|
return false;
|
|
303
313
|
}
|
|
304
314
|
return (0, positionVelocity_1.anyPlayerCloserThan)(position, TRAPDOOR_OPEN_DISTANCE_AFTER_BOSS);
|
|
@@ -318,9 +328,9 @@ class CustomTrapdoors extends Feature_1.Feature {
|
|
|
318
328
|
}
|
|
319
329
|
if (
|
|
320
330
|
// We don't want a Pony dash to transition to a new floor or a crawl space.
|
|
321
|
-
!this.ponyDetection.isPlayerUsingPony(player)
|
|
322
|
-
!(0, playerIndex_1.isChildPlayer)(player)
|
|
323
|
-
canPlayerInteractWithTrapdoor(player)) {
|
|
331
|
+
!this.ponyDetection.isPlayerUsingPony(player)
|
|
332
|
+
&& !(0, playerIndex_1.isChildPlayer)(player)
|
|
333
|
+
&& canPlayerInteractWithTrapdoor(player)) {
|
|
324
334
|
this.playerTouchedCustomTrapdoor(gridEntity, trapdoorDescription, player);
|
|
325
335
|
return; // Prevent two players from touching the same entity.
|
|
326
336
|
}
|
|
@@ -505,16 +515,12 @@ class CustomTrapdoors extends Feature_1.Feature {
|
|
|
505
515
|
* will be used that emulates a vanilla trapdoor.
|
|
506
516
|
*/
|
|
507
517
|
spawnCustomTrapdoor(gridIndexOrPosition, destinationName, destinationStage, destinationStageType, anm2Path = "gfx/grid/door_11_trapdoor.anm2", spawnOpen) {
|
|
508
|
-
if (destinationName !== undefined
|
|
509
|
-
!this.destinationFuncMap.has(destinationName)) {
|
|
518
|
+
if (destinationName !== undefined
|
|
519
|
+
&& !this.destinationFuncMap.has(destinationName)) {
|
|
510
520
|
error(`Failed to spawn a custom trapdoor with a destination of "${destinationName}" since a destination with that name has not been registered with the "registerCustomTrapdoorDestination" function. (If you are trying to go to a custom stage, the custom stage library should automatically do this for you when your mod first boots.)`);
|
|
511
521
|
}
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
}
|
|
515
|
-
if (destinationStageType === undefined) {
|
|
516
|
-
destinationStageType = this.stageHistory.getNextStageTypeWithHistory();
|
|
517
|
-
}
|
|
522
|
+
destinationStage ??= this.stageHistory.getNextStageWithHistory();
|
|
523
|
+
destinationStageType ??= this.stageHistory.getNextStageTypeWithHistory();
|
|
518
524
|
const room = cachedClasses_1.game.GetRoom();
|
|
519
525
|
const roomListIndex = (0, roomData_1.getRoomListIndex)();
|
|
520
526
|
const gridIndex = (0, vector_1.isVector)(gridIndexOrPosition)
|
|
@@ -564,8 +570,8 @@ function canPlayerInteractWithTrapdoor(player) {
|
|
|
564
570
|
// certain animations.
|
|
565
571
|
const sprite = player.GetSprite();
|
|
566
572
|
const animation = sprite.GetAnimation();
|
|
567
|
-
return (!player.IsHoldingItem()
|
|
568
|
-
!ANIMATIONS_THAT_PREVENT_STAGE_TRAVEL.has(animation));
|
|
573
|
+
return (!player.IsHoldingItem()
|
|
574
|
+
&& !ANIMATIONS_THAT_PREVENT_STAGE_TRAVEL.has(animation));
|
|
569
575
|
}
|
|
570
576
|
function setPlayerAttributes(trapdoorPlayer, position) {
|
|
571
577
|
// Snap the player to the exact position of the trapdoor so that they cleanly jump down the hole.
|
|
@@ -119,7 +119,8 @@ function goToVanillaStage(self, _destinationName, destinationStage, destinationS
|
|
|
119
119
|
setStage(nil, destinationStage, destinationStageType)
|
|
120
120
|
end
|
|
121
121
|
local DEBUG = false
|
|
122
|
-
--- This also applies to crawl spaces. The value was determined through trial and error
|
|
122
|
+
--- This also applies to crawl spaces. The value was determined through trial and error to match
|
|
123
|
+
-- vanilla behavior.
|
|
123
124
|
local TRAPDOOR_OPEN_DISTANCE = 60
|
|
124
125
|
local TRAPDOOR_OPEN_DISTANCE_AFTER_BOSS = TRAPDOOR_OPEN_DISTANCE * 2.5
|
|
125
126
|
local TRAPDOOR_BOSS_REACTION_FRAMES = 30
|
|
@@ -221,8 +222,9 @@ function CustomTrapdoors.prototype.checkPixelationToBlackComplete(self)
|
|
|
221
222
|
end)
|
|
222
223
|
end
|
|
223
224
|
function CustomTrapdoors.prototype.goToCustomTrapdoorDestination(self)
|
|
224
|
-
|
|
225
|
-
|
|
225
|
+
local ____v_run_0, ____customTrapdoorActivated_1 = v.run, "customTrapdoorActivated"
|
|
226
|
+
if ____v_run_0[____customTrapdoorActivated_1] == nil then
|
|
227
|
+
____v_run_0[____customTrapdoorActivated_1] = {
|
|
226
228
|
destinationName = nil,
|
|
227
229
|
destinationStage = LevelStage.BASEMENT_1,
|
|
228
230
|
destinationStageType = StageType.ORIGINAL,
|
|
@@ -297,6 +299,11 @@ function CustomTrapdoors.prototype.drawBlackSprite(self)
|
|
|
297
299
|
end
|
|
298
300
|
function CustomTrapdoors.prototype.checkCustomTrapdoorOpenClose(self, gridEntity, trapdoorDescription)
|
|
299
301
|
if trapdoorDescription.open then
|
|
302
|
+
local sprite = gridEntity:GetSprite()
|
|
303
|
+
local animation = sprite:GetAnimation()
|
|
304
|
+
if animation == TrapdoorAnimation.CLOSED then
|
|
305
|
+
sprite:Play(TrapdoorAnimation.OPEN_ANIMATION, true)
|
|
306
|
+
end
|
|
300
307
|
return
|
|
301
308
|
end
|
|
302
309
|
if self:shouldTrapdoorOpen(gridEntity, trapdoorDescription.firstSpawn) then
|
|
@@ -467,11 +474,11 @@ function CustomTrapdoors.prototype.spawnCustomTrapdoor(self, gridIndexOrPosition
|
|
|
467
474
|
TrapdoorAnimation.OPENED
|
|
468
475
|
)
|
|
469
476
|
local firstSpawn = isAfterRoomFrame(nil, 0)
|
|
470
|
-
local
|
|
471
|
-
if
|
|
472
|
-
|
|
477
|
+
local ____spawnOpen_2 = spawnOpen
|
|
478
|
+
if ____spawnOpen_2 == nil then
|
|
479
|
+
____spawnOpen_2 = self:shouldTrapdoorSpawnOpen(gridEntity, firstSpawn)
|
|
473
480
|
end
|
|
474
|
-
local open =
|
|
481
|
+
local open = ____spawnOpen_2
|
|
475
482
|
local roomTrapdoorMap = v.level.trapdoors:getAndSetDefault(roomListIndex)
|
|
476
483
|
local customTrapdoorDescription = {
|
|
477
484
|
destinationName = destinationName,
|
|
@@ -1,21 +1,3 @@
|
|
|
1
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
2
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
3
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
4
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
5
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
6
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
7
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
8
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
9
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
10
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
11
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
12
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
13
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
14
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
15
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
16
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
17
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
18
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
19
1
|
import { Feature } from "../../private/Feature";
|
|
20
2
|
export declare class DebugDisplay extends Feature {
|
|
21
3
|
private readonly mod;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DebugDisplay.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/other/DebugDisplay.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DebugDisplay.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/other/DebugDisplay.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
2
|
-
/// <reference types="isaac-typescript-definitions" />
|
|
3
1
|
import type { JSONRoom } from "../../../interfaces/JSONRoomsFile";
|
|
4
2
|
import { Feature } from "../../private/Feature";
|
|
5
3
|
export declare class DeployJSONRoom extends Feature {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeployJSONRoom.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/other/DeployJSONRoom.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DeployJSONRoom.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/other/DeployJSONRoom.ts"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAElE,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAOhD,qBAAa,cAAe,SAAQ,OAAO;IACzC,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAA2B;IAWpE,OAAO,CAAC,gBAAgB;IA+FxB,OAAO,CAAC,4BAA4B;IAuCpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAoCG;IAEI,cAAc,CACnB,QAAQ,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAC5B,SAAS,EAAE,IAAI,GAAG,GAAG,GAAG,SAAS,EACjC,OAAO,UAAQ,GACd,IAAI;CAwBR"}
|