isaacscript-common 1.2.291 → 2.0.1
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 +2 -2
- package/dist/cachedClasses.d.ts +1 -1
- package/dist/cachedClasses.lua +0 -1
- package/dist/callbacks/customRevive.lua +13 -8
- package/dist/callbacks/itemPickup.lua +3 -1
- package/dist/callbacks/postBombInitLate.lua +3 -1
- package/dist/callbacks/postBoneSwing.lua +5 -2
- package/dist/callbacks/postCollectibleInitFirst.lua +4 -1
- package/dist/callbacks/postCursedTeleport.lua +16 -8
- package/dist/callbacks/postCustomDoorEnter.d.ts +1 -1
- package/dist/callbacks/postCustomDoorEnter.lua +20 -14
- package/dist/callbacks/postEffectInitLate.lua +3 -1
- package/dist/callbacks/postEffectStateChanged.lua +3 -1
- package/dist/callbacks/postEsauJr.lua +5 -2
- package/dist/callbacks/postFamiliarInitLate.lua +3 -1
- package/dist/callbacks/postFamiliarStateChanged.lua +3 -1
- package/dist/callbacks/postFlip.lua +9 -5
- package/dist/callbacks/postGreedModeWave.d.ts +1 -0
- package/dist/callbacks/postGreedModeWave.lua +32 -0
- package/dist/callbacks/postGreedWave.d.ts +1 -0
- package/dist/callbacks/postGreedWave.lua +31 -0
- package/dist/callbacks/postGridEntity.lua +9 -7
- package/dist/callbacks/postGridEntityCollision.lua +5 -2
- package/dist/callbacks/postHolyMantleRemoved.d.ts +1 -0
- package/dist/callbacks/postHolyMantleRemoved.lua +39 -0
- package/dist/callbacks/postItemDischarged.lua +10 -5
- package/dist/callbacks/postKnifeInitLate.lua +3 -1
- package/dist/callbacks/postLaserInitLate.lua +3 -1
- package/dist/callbacks/postNPCInitLate.lua +3 -1
- package/dist/callbacks/postNPCStateChanged.lua +3 -1
- package/dist/callbacks/postNewRoomEarly.lua +7 -5
- package/dist/callbacks/postPickupCollect.lua +3 -1
- package/dist/callbacks/postPickupInitLate.lua +3 -1
- package/dist/callbacks/postPickupStateChanged.lua +3 -1
- package/dist/callbacks/postPlayerChangeHealth.lua +2 -2
- package/dist/callbacks/postPlayerFatalDamage.lua +4 -1
- package/dist/callbacks/postPlayerInitLate.lua +3 -1
- package/dist/callbacks/postPlayerReordered.lua +7 -6
- package/dist/callbacks/postProjectileInitLate.lua +3 -1
- package/dist/callbacks/postRoomClearChanged.d.ts +1 -0
- package/dist/callbacks/postRoomClearChanged.lua +40 -0
- package/dist/callbacks/postSacrifice.lua +8 -4
- package/dist/callbacks/postSlotInitUpdate.lua +4 -2
- package/dist/callbacks/postSlotRender.lua +3 -1
- package/dist/callbacks/postTearInitLate.lua +3 -1
- package/dist/callbacks/postTearInitVeryLate.lua +3 -1
- package/dist/callbacks/postTransformation.lua +7 -12
- package/dist/callbacks/postTrinketBreak.lua +8 -3
- package/dist/callbacks/preBerserkDeath.lua +3 -2
- package/dist/callbacks/preNewLevel.lua +5 -3
- package/dist/callbacks/reorderedCallbacks.lua +7 -5
- package/dist/callbacks/subscriptions/postBombInitLate.d.ts +5 -2
- package/dist/callbacks/subscriptions/postBombInitLate.lua +3 -3
- package/dist/callbacks/subscriptions/postBoneSwing.d.ts +3 -1
- package/dist/callbacks/subscriptions/postBoneSwing.lua +3 -3
- package/dist/callbacks/subscriptions/postCollectibleInitFirst.d.ts +5 -2
- package/dist/callbacks/subscriptions/postCollectibleInitFirst.lua +3 -3
- package/dist/callbacks/subscriptions/postCursedTeleport.d.ts +3 -1
- package/dist/callbacks/subscriptions/postCursedTeleport.lua +3 -3
- package/dist/callbacks/subscriptions/postCustomDoorEnter.d.ts +5 -2
- package/dist/callbacks/subscriptions/postCustomDoorEnter.lua +3 -3
- package/dist/callbacks/subscriptions/postCustomRevive.d.ts +4 -1
- package/dist/callbacks/subscriptions/postCustomRevive.lua +3 -3
- package/dist/callbacks/subscriptions/postEffectInitLate.d.ts +5 -2
- package/dist/callbacks/subscriptions/postEffectInitLate.lua +3 -3
- package/dist/callbacks/subscriptions/postEffectStateChanged.d.ts +5 -2
- package/dist/callbacks/subscriptions/postEffectStateChanged.lua +3 -3
- package/dist/callbacks/subscriptions/postEsauJr.d.ts +3 -1
- package/dist/callbacks/subscriptions/postEsauJr.lua +3 -3
- package/dist/callbacks/subscriptions/postFamiliarInitLate.d.ts +5 -2
- package/dist/callbacks/subscriptions/postFamiliarInitLate.lua +3 -3
- package/dist/callbacks/subscriptions/postFamiliarStateChanged.d.ts +5 -2
- package/dist/callbacks/subscriptions/postFamiliarStateChanged.lua +3 -3
- package/dist/callbacks/subscriptions/postFirstEsauJr.d.ts +3 -1
- package/dist/callbacks/subscriptions/postFirstEsauJr.lua +3 -3
- package/dist/callbacks/subscriptions/postFirstFlip.d.ts +3 -1
- package/dist/callbacks/subscriptions/postFirstFlip.lua +3 -3
- package/dist/callbacks/subscriptions/postFlip.d.ts +3 -1
- package/dist/callbacks/subscriptions/postFlip.lua +3 -3
- package/dist/callbacks/subscriptions/postGameStartedReordered.d.ts +3 -1
- package/dist/callbacks/subscriptions/postGameStartedReordered.lua +3 -3
- package/dist/callbacks/subscriptions/postGreedModeWave.d.ts +4 -0
- package/dist/callbacks/subscriptions/postGreedModeWave.lua +16 -0
- package/dist/callbacks/subscriptions/postGreedWave.d.ts +2 -0
- package/dist/callbacks/subscriptions/postGreedWave.lua +16 -0
- package/dist/callbacks/subscriptions/postGridEntityBroken.d.ts +5 -2
- package/dist/callbacks/subscriptions/postGridEntityBroken.lua +3 -3
- package/dist/callbacks/subscriptions/postGridEntityCollision.d.ts +5 -2
- package/dist/callbacks/subscriptions/postGridEntityCollision.lua +3 -3
- package/dist/callbacks/subscriptions/postGridEntityInit.d.ts +5 -2
- package/dist/callbacks/subscriptions/postGridEntityInit.lua +3 -3
- package/dist/callbacks/subscriptions/postGridEntityRemove.d.ts +5 -2
- package/dist/callbacks/subscriptions/postGridEntityRemove.lua +3 -3
- package/dist/callbacks/subscriptions/postGridEntityStateChanged.d.ts +5 -0
- package/dist/callbacks/subscriptions/postGridEntityStateChanged.lua +23 -0
- package/dist/callbacks/subscriptions/postGridEntityUpdate.d.ts +5 -2
- package/dist/callbacks/subscriptions/postGridEntityUpdate.lua +3 -3
- package/dist/callbacks/subscriptions/postHolyMantleRemoved.d.ts +6 -0
- package/dist/callbacks/subscriptions/postHolyMantleRemoved.lua +28 -0
- package/dist/callbacks/subscriptions/postItemDischarged.d.ts +5 -2
- package/dist/callbacks/subscriptions/postItemDischarged.lua +3 -3
- package/dist/callbacks/subscriptions/postItemPickup.d.ts +6 -2
- package/dist/callbacks/subscriptions/postItemPickup.lua +3 -3
- package/dist/callbacks/subscriptions/postKnifeInitLate.d.ts +5 -2
- package/dist/callbacks/subscriptions/postKnifeInitLate.lua +3 -3
- package/dist/callbacks/subscriptions/postLaserInitLate.d.ts +5 -2
- package/dist/callbacks/subscriptions/postLaserInitLate.lua +3 -3
- package/dist/callbacks/subscriptions/postNPCInitLate.d.ts +5 -2
- package/dist/callbacks/subscriptions/postNPCInitLate.lua +3 -3
- package/dist/callbacks/subscriptions/postNPCStateChanged.d.ts +6 -2
- package/dist/callbacks/subscriptions/postNPCStateChanged.lua +3 -3
- package/dist/callbacks/subscriptions/postNewLevelReordered.d.ts +1 -1
- package/dist/callbacks/subscriptions/postNewLevelReordered.lua +3 -3
- package/dist/callbacks/subscriptions/postNewRoomEarly.d.ts +1 -1
- package/dist/callbacks/subscriptions/postNewRoomEarly.lua +3 -3
- package/dist/callbacks/subscriptions/postNewRoomReordered.d.ts +1 -1
- package/dist/callbacks/subscriptions/postNewRoomReordered.lua +3 -3
- package/dist/callbacks/subscriptions/postPEffectUpdateReordered.d.ts +6 -2
- package/dist/callbacks/subscriptions/postPEffectUpdateReordered.lua +8 -4
- package/dist/callbacks/subscriptions/postPickupCollect.d.ts +5 -2
- package/dist/callbacks/subscriptions/postPickupCollect.lua +3 -3
- package/dist/callbacks/subscriptions/postPickupInitLate.d.ts +5 -2
- package/dist/callbacks/subscriptions/postPickupInitLate.lua +3 -3
- package/dist/callbacks/subscriptions/postPickupStateChanged.d.ts +5 -2
- package/dist/callbacks/subscriptions/postPickupStateChanged.lua +3 -3
- package/dist/callbacks/subscriptions/postPlayerChangeHealth.d.ts +5 -2
- package/dist/callbacks/subscriptions/postPlayerChangeHealth.lua +3 -3
- package/dist/callbacks/subscriptions/postPlayerChangeType.d.ts +4 -2
- package/dist/callbacks/subscriptions/postPlayerChangeType.lua +3 -3
- package/dist/callbacks/subscriptions/postPlayerFatalDamage.d.ts +5 -2
- package/dist/callbacks/subscriptions/postPlayerFatalDamage.lua +3 -3
- package/dist/callbacks/subscriptions/postPlayerInitLate.d.ts +5 -2
- package/dist/callbacks/subscriptions/postPlayerInitLate.lua +3 -3
- package/dist/callbacks/subscriptions/postPlayerInitReordered.d.ts +5 -2
- package/dist/callbacks/subscriptions/postPlayerInitReordered.lua +3 -3
- package/dist/callbacks/subscriptions/postPlayerRenderReordered.d.ts +5 -2
- package/dist/callbacks/subscriptions/postPlayerRenderReordered.lua +3 -3
- package/dist/callbacks/subscriptions/postPlayerUpdateReordered.d.ts +5 -2
- package/dist/callbacks/subscriptions/postPlayerUpdateReordered.lua +3 -3
- package/dist/callbacks/subscriptions/postProjectileInitLate.d.ts +5 -2
- package/dist/callbacks/subscriptions/postProjectileInitLate.lua +3 -3
- package/dist/callbacks/subscriptions/postPurchase.d.ts +6 -2
- package/dist/callbacks/subscriptions/postPurchase.lua +3 -3
- package/dist/callbacks/subscriptions/postRoomClearChanged.d.ts +3 -0
- package/dist/callbacks/subscriptions/postRoomClearChanged.lua +16 -0
- package/dist/callbacks/subscriptions/postSacrifice.d.ts +3 -1
- package/dist/callbacks/subscriptions/postSacrifice.lua +3 -3
- package/dist/callbacks/subscriptions/postSlotAnimationChanged.d.ts +5 -2
- package/dist/callbacks/subscriptions/postSlotAnimationChanged.lua +3 -3
- package/dist/callbacks/subscriptions/postSlotDestroyed.d.ts +5 -2
- package/dist/callbacks/subscriptions/postSlotDestroyed.lua +3 -3
- package/dist/callbacks/subscriptions/postSlotInit.d.ts +5 -2
- package/dist/callbacks/subscriptions/postSlotInit.lua +3 -3
- package/dist/callbacks/subscriptions/postSlotRender.d.ts +5 -2
- package/dist/callbacks/subscriptions/postSlotRender.lua +3 -3
- package/dist/callbacks/subscriptions/postSlotUpdate.d.ts +5 -2
- package/dist/callbacks/subscriptions/postSlotUpdate.lua +3 -3
- package/dist/callbacks/subscriptions/postTearInitLate.d.ts +5 -2
- package/dist/callbacks/subscriptions/postTearInitLate.lua +3 -3
- package/dist/callbacks/subscriptions/postTearInitVeryLate.d.ts +5 -2
- package/dist/callbacks/subscriptions/postTearInitVeryLate.lua +3 -3
- package/dist/callbacks/subscriptions/postTransformation.d.ts +5 -2
- package/dist/callbacks/subscriptions/postTransformation.lua +3 -3
- package/dist/callbacks/subscriptions/postTrinketBreak.d.ts +5 -2
- package/dist/callbacks/subscriptions/postTrinketBreak.lua +3 -3
- package/dist/callbacks/subscriptions/preBerserkDeath.d.ts +5 -2
- package/dist/callbacks/subscriptions/preBerserkDeath.lua +3 -3
- package/dist/callbacks/subscriptions/preCustomRevive.d.ts +3 -1
- package/dist/callbacks/subscriptions/preCustomRevive.lua +3 -3
- package/dist/callbacks/subscriptions/preItemPickup.d.ts +6 -2
- package/dist/callbacks/subscriptions/preItemPickup.lua +3 -3
- package/dist/callbacks/subscriptions/preNewLevel.d.ts +3 -1
- package/dist/callbacks/subscriptions/preNewLevel.lua +3 -3
- package/dist/classes/ModUpgraded.d.ts +5 -5
- package/dist/constants.d.ts +9 -43
- package/dist/constants.lua +16 -13
- package/dist/constantsMax.d.ts +16 -0
- package/dist/constantsMax.lua +27 -0
- package/dist/enums/CardType.lua +1 -1
- package/dist/enums/CollectiblePedestalType.lua +1 -1
- package/dist/enums/HealthType.d.ts +3 -3
- package/dist/enums/HealthType.lua +1 -2
- package/dist/enums/ModCallbacksCustom.d.ts +89 -59
- package/dist/enums/ModCallbacksCustom.lua +110 -107
- package/dist/enums/PillEffectClass.lua +1 -1
- package/dist/enums/PillEffectType.lua +1 -1
- package/dist/enums/PocketItemType.lua +1 -2
- package/dist/enums/SerializationType.lua +1 -2
- package/dist/enums/private/CopyableIsaacAPIClassType.d.ts +1 -1
- package/dist/enums/private/CopyableIsaacAPIClassType.lua +2 -3
- package/dist/enums/private/SaveDataKeys.d.ts +4 -4
- package/dist/enums/private/SaveDataKeys.lua +5 -6
- package/dist/enums/private/SerializationBrand.d.ts +3 -4
- package/dist/enums/private/SerializationBrand.lua +2 -15
- package/dist/features/characterHealthConversion.d.ts +2 -2
- package/dist/features/characterHealthConversion.lua +8 -4
- package/dist/features/characterStats.d.ts +4 -4
- package/dist/features/characterStats.lua +3 -1
- package/dist/features/debugDisplay.lua +12 -11
- package/dist/features/deployJSONRoom.d.ts +3 -3
- package/dist/features/deployJSONRoom.lua +35 -21
- package/dist/features/disableInputs.d.ts +1 -1
- package/dist/features/disableInputs.lua +6 -3
- package/dist/features/disableSound.lua +3 -1
- package/dist/features/extraConsoleCommands/commands.d.ts +5 -3
- package/dist/features/extraConsoleCommands/commands.lua +96 -56
- package/dist/features/extraConsoleCommands/commandsDisplay.lua +0 -1
- package/dist/features/extraConsoleCommands/commandsSubroutines.d.ts +1 -1
- package/dist/features/extraConsoleCommands/commandsSubroutines.lua +13 -10
- package/dist/features/extraConsoleCommands/init.lua +17 -9
- package/dist/features/extraConsoleCommands/v.lua +0 -1
- package/dist/features/fadeInRemover.lua +3 -2
- package/dist/features/fastReset.lua +7 -5
- package/dist/features/forgottenSwitch.lua +6 -3
- package/dist/features/getCollectibleItemPoolType.d.ts +1 -1
- package/dist/features/getCollectibleItemPoolType.lua +6 -2
- package/dist/features/isPonyActive.lua +5 -2
- package/dist/features/playerInventory.d.ts +1 -1
- package/dist/features/playerInventory.lua +7 -3
- package/dist/features/preventCollectibleRotate.d.ts +1 -1
- package/dist/features/preventCollectibleRotate.lua +9 -4
- package/dist/features/runInNFrames.lua +4 -2
- package/dist/features/saveDataManager/constants.lua +0 -1
- package/dist/features/saveDataManager/exports.d.ts +9 -8
- package/dist/features/saveDataManager/main.lua +11 -9
- package/dist/features/saveDataManager/maps.d.ts +5 -0
- package/dist/features/saveDataManager/merge.d.ts +1 -1
- package/dist/features/saveDataManager/merge.lua +2 -1
- package/dist/features/saveDataManager/serializationBrand.d.ts +1 -0
- package/dist/features/saveDataManager/serializationBrand.lua +17 -0
- package/dist/features/sirenHelpers.d.ts +1 -1
- package/dist/features/sirenHelpers.lua +5 -2
- package/dist/features/taintedLazarusPlayers.lua +6 -3
- package/dist/featuresInitialized.lua +0 -1
- package/dist/functions/array.d.ts +18 -2
- package/dist/functions/array.lua +29 -3
- package/dist/functions/bitwise.lua +0 -1
- package/dist/functions/boss.d.ts +1 -1
- package/dist/functions/boss.lua +12 -9
- package/dist/functions/cacheFlag.d.ts +2 -2
- package/dist/functions/cacheFlag.lua +0 -1
- package/dist/functions/cards.d.ts +9 -17
- package/dist/functions/cards.lua +22 -23
- package/dist/functions/challenges.d.ts +1 -1
- package/dist/functions/challenges.lua +0 -1
- package/dist/functions/character.d.ts +6 -4
- package/dist/functions/character.lua +16 -7
- package/dist/functions/charge.d.ts +1 -1
- package/dist/functions/charge.lua +14 -9
- package/dist/functions/chargeBar.lua +0 -1
- package/dist/functions/collectibleCacheFlag.d.ts +4 -4
- package/dist/functions/collectibleCacheFlag.lua +8 -5
- package/dist/functions/collectibleSet.d.ts +1 -1
- package/dist/functions/collectibleSet.lua +4 -5
- package/dist/functions/collectibleTag.d.ts +1 -2
- package/dist/functions/collectibleTag.lua +12 -10
- package/dist/functions/collectibles.d.ts +21 -28
- package/dist/functions/collectibles.lua +29 -26
- package/dist/functions/color.lua +9 -1
- package/dist/functions/debug.d.ts +12 -0
- package/dist/functions/debug.lua +3 -1
- package/dist/functions/deepCopy.d.ts +1 -1
- package/dist/functions/deepCopy.lua +4 -2
- package/dist/functions/direction.d.ts +4 -0
- package/dist/functions/direction.lua +17 -0
- package/dist/functions/doors.d.ts +12 -16
- package/dist/functions/doors.lua +34 -26
- package/dist/functions/easing.lua +0 -1
- package/dist/functions/entity.d.ts +4 -5
- package/dist/functions/entity.lua +4 -12
- package/dist/functions/entitySpecific.d.ts +35 -33
- package/dist/functions/entitySpecific.lua +20 -19
- package/dist/functions/enums.d.ts +70 -0
- package/dist/functions/enums.lua +71 -0
- package/dist/functions/familiars.d.ts +2 -2
- package/dist/functions/familiars.lua +0 -1
- package/dist/functions/flag.d.ts +42 -10
- package/dist/functions/flag.lua +31 -13
- package/dist/functions/flying.d.ts +2 -2
- package/dist/functions/flying.lua +20 -14
- package/dist/functions/globals.lua +5 -2
- package/dist/functions/gridEntity.d.ts +18 -16
- package/dist/functions/gridEntity.lua +39 -26
- package/dist/functions/input.d.ts +14 -4
- package/dist/functions/input.lua +38 -80
- package/dist/functions/jsonHelpers.d.ts +9 -7
- package/dist/functions/jsonHelpers.lua +0 -1
- package/dist/functions/kColor.lua +14 -3
- package/dist/functions/language.lua +9 -8
- package/dist/functions/log.d.ts +21 -15
- package/dist/functions/log.lua +61 -36
- package/dist/functions/math.d.ts +19 -8
- package/dist/functions/math.lua +33 -22
- package/dist/functions/mergeTests.lua +0 -1
- package/dist/functions/npc.d.ts +1 -1
- package/dist/functions/npc.lua +32 -16
- package/dist/functions/pickups.d.ts +10 -26
- package/dist/functions/pickups.lua +31 -29
- package/dist/functions/pills.d.ts +14 -13
- package/dist/functions/pills.lua +9 -3
- package/dist/functions/player.d.ts +11 -11
- package/dist/functions/player.lua +79 -66
- package/dist/functions/playerHealth.lua +19 -16
- package/dist/functions/playerIndex.d.ts +3 -3
- package/dist/functions/playerIndex.lua +9 -6
- package/dist/functions/pocketItems.d.ts +3 -3
- package/dist/functions/pocketItems.lua +21 -12
- package/dist/functions/positionVelocity.lua +4 -1
- package/dist/functions/random.d.ts +2 -3
- package/dist/functions/random.lua +0 -1
- package/dist/functions/revive.lua +18 -13
- package/dist/functions/roomData.d.ts +2 -2
- package/dist/functions/roomData.lua +11 -13
- package/dist/functions/roomGrid.d.ts +2 -2
- package/dist/functions/roomGrid.lua +0 -1
- package/dist/functions/roomShape.d.ts +2 -2
- package/dist/functions/rooms.d.ts +19 -14
- package/dist/functions/rooms.lua +42 -22
- package/dist/functions/run.d.ts +1 -1
- package/dist/functions/run.lua +3 -2
- package/dist/functions/seeds.d.ts +7 -0
- package/dist/functions/seeds.lua +7 -1
- package/dist/functions/sound.lua +4 -3
- package/dist/functions/spawnCollectible.d.ts +5 -5
- package/dist/functions/spawnCollectible.lua +7 -4
- package/dist/functions/sprite.d.ts +1 -1
- package/dist/functions/sprite.lua +3 -4
- package/dist/functions/stage.d.ts +4 -4
- package/dist/functions/stage.lua +3 -2
- package/dist/functions/string.d.ts +8 -1
- package/dist/functions/string.lua +10 -2
- package/dist/functions/tears.d.ts +4 -4
- package/dist/functions/tears.lua +0 -1
- package/dist/functions/transformations.d.ts +5 -3
- package/dist/functions/transformations.lua +31 -20
- package/dist/functions/trinketCacheFlag.d.ts +1 -1
- package/dist/functions/trinketCacheFlag.lua +8 -6
- package/dist/functions/trinketGive.d.ts +14 -3
- package/dist/functions/trinketGive.lua +46 -28
- package/dist/functions/trinketSet.d.ts +1 -1
- package/dist/functions/trinketSet.lua +4 -5
- package/dist/functions/trinkets.d.ts +8 -17
- package/dist/functions/trinkets.lua +17 -34
- package/dist/functions/ui.lua +7 -5
- package/dist/functions/utils.d.ts +1 -61
- package/dist/functions/utils.lua +3 -50
- package/dist/functions/vector.d.ts +1 -2
- package/dist/functions/vector.lua +8 -6
- package/dist/index.d.ts +4 -6
- package/dist/index.lua +17 -34
- package/dist/initCustomCallbacks.d.ts +2 -0
- package/dist/initCustomCallbacks.lua +133 -0
- package/dist/initFeatures.d.ts +3 -0
- package/dist/initFeatures.lua +54 -0
- package/dist/lualib_bundle.lua +14 -1
- package/dist/maps/cardMap.d.ts +1 -1
- package/dist/maps/characterMap.d.ts +1 -1
- package/dist/maps/collectibleDescriptionMap.d.ts +1 -1
- package/dist/maps/collectibleNameMap.d.ts +1 -1
- package/dist/maps/defaultPlayerStatMap.d.ts +1 -1
- package/dist/maps/defaultPlayerStatMap.lua +8 -6
- package/dist/maps/gridEntityTypeToBrokenStateMap.d.ts +1 -1
- package/dist/maps/gridEntityTypeToBrokenStateMap.lua +19 -12
- package/dist/maps/gridEntityXMLMap.d.ts +1 -1
- package/dist/maps/gridEntityXMLMap.lua +44 -34
- package/dist/maps/pillEffectMap.d.ts +1 -1
- package/dist/maps/roomShapeToTopLeftWallGridIndexMap.d.ts +1 -1
- package/dist/maps/roomShapeToTopLeftWallGridIndexMap.lua +7 -5
- package/dist/maps/roomTypeMap.d.ts +1 -1
- package/dist/maps/roomTypeMap.lua +37 -35
- package/dist/maps/trinketDescriptionMap.d.ts +1 -1
- package/dist/maps/trinketNameMap.d.ts +1 -1
- package/dist/objects/LRoomShapeToRectangles.d.ts +1 -1
- package/dist/objects/LRoomShapeToRectangles.lua +6 -5
- package/dist/objects/callbackRegisterFunctions.d.ts +2 -2
- package/dist/objects/callbackRegisterFunctions.lua +57 -52
- package/dist/objects/cardDescriptions.d.ts +1 -1
- package/dist/objects/cardDescriptions.lua +89 -90
- package/dist/objects/cardNames.d.ts +1 -1
- package/dist/objects/cardNames.lua +89 -90
- package/dist/objects/cardTypes.d.ts +3 -4
- package/dist/objects/cardTypes.lua +102 -104
- package/dist/objects/challengeNames.d.ts +1 -1
- package/dist/objects/challengeNames.lua +48 -48
- package/dist/objects/characterNames.d.ts +1 -1
- package/dist/objects/characterNames.lua +44 -44
- package/dist/objects/coinSubTypeToValue.d.ts +1 -1
- package/dist/objects/coinSubTypeToValue.lua +10 -8
- package/dist/objects/colors.lua +0 -1
- package/dist/objects/directionNames.d.ts +1 -1
- package/dist/objects/directionNames.lua +2 -1
- package/dist/objects/directionToDegrees.d.ts +1 -1
- package/dist/objects/directionToDegrees.lua +2 -1
- package/dist/objects/directionToVector.d.ts +1 -1
- package/dist/objects/directionToVector.lua +2 -1
- package/dist/objects/doorSlotFlagToDoorSlot.d.ts +5 -0
- package/dist/objects/doorSlotFlagToDoorSlot.lua +16 -0
- package/dist/objects/doorSlotToDirection.d.ts +1 -1
- package/dist/objects/doorSlotToDirection.lua +11 -10
- package/dist/objects/isaacAPIClassTypeToBrand.lua +1 -2
- package/dist/objects/isaacAPIClassTypeToCopyFunction.lua +1 -2
- package/dist/objects/pillEffectClasses.d.ts +3 -4
- package/dist/objects/pillEffectClasses.lua +55 -57
- package/dist/objects/pillEffectNames.d.ts +1 -1
- package/dist/objects/pillEffectNames.lua +52 -53
- package/dist/objects/pillEffectTypes.d.ts +3 -4
- package/dist/objects/pillEffectTypes.lua +54 -56
- package/dist/objects/roomShapeBounds.d.ts +1 -1
- package/dist/objects/roomShapeBounds.lua +14 -16
- package/dist/objects/roomShapeLayoutSizes.d.ts +1 -1
- package/dist/objects/roomShapeLayoutSizes.lua +14 -14
- package/dist/objects/roomShapeToBottomRightPosition.d.ts +1 -1
- package/dist/objects/roomShapeToBottomRightPosition.lua +14 -16
- package/dist/objects/roomShapeToDoorSlots.d.ts +1 -1
- package/dist/objects/roomShapeToDoorSlots.lua +35 -33
- package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.d.ts +2 -2
- package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.lua +68 -66
- package/dist/objects/roomShapeToGridWidth.d.ts +1 -1
- package/dist/objects/roomShapeToGridWidth.lua +14 -14
- package/dist/objects/roomShapeToTopLeftPosition.d.ts +1 -1
- package/dist/objects/roomShapeToTopLeftPosition.lua +14 -14
- package/dist/objects/roomShapeVolumes.d.ts +1 -1
- package/dist/objects/roomShapeVolumes.lua +14 -14
- package/dist/objects/roomTypeNames.d.ts +1 -1
- package/dist/objects/roomTypeNames.lua +32 -32
- package/dist/objects/serializedIsaacAPIClassTypeToIdentityFunction.lua +1 -2
- package/dist/objects/stageTypeToLetter.d.ts +1 -1
- package/dist/objects/stageTypeToLetter.lua +8 -7
- package/dist/objects/transformationNames.d.ts +1 -1
- package/dist/objects/transformationNames.lua +16 -17
- package/dist/patchErrorFunctions.lua +1 -2
- package/dist/sets/LRoomShapesSet.d.ts +1 -1
- package/dist/sets/LRoomShapesSet.lua +3 -1
- package/dist/sets/bossSets.lua +241 -211
- package/dist/sets/charactersThatStartWithAnActiveItemSet.d.ts +1 -1
- package/dist/sets/charactersThatStartWithAnActiveItemSet.lua +13 -11
- package/dist/sets/charactersWithBlackHeartFromEternalHeartSet.d.ts +1 -1
- package/dist/sets/charactersWithBlackHeartFromEternalHeartSet.lua +3 -1
- package/dist/sets/charactersWithFreeDevilDealsSet.d.ts +1 -1
- package/dist/sets/charactersWithFreeDevilDealsSet.lua +3 -1
- package/dist/sets/charactersWithNoRedHeartsSet.d.ts +1 -1
- package/dist/sets/charactersWithNoRedHeartsSet.lua +10 -8
- package/dist/sets/charactersWithNoSoulHeartsSet.d.ts +1 -1
- package/dist/sets/charactersWithNoSoulHeartsSet.lua +7 -5
- package/dist/sets/chestPickupVariantsSet.d.ts +1 -1
- package/dist/sets/chestPickupVariantsSet.lua +14 -12
- package/dist/sets/familiarsThatShootPlayerTearsSet.d.ts +1 -1
- package/dist/sets/familiarsThatShootPlayerTearsSet.lua +2 -0
- package/dist/sets/lostStyleCharactersSet.d.ts +1 -1
- package/dist/sets/lostStyleCharactersSet.lua +7 -5
- package/dist/sets/redHeartSubTypesSet.d.ts +1 -1
- package/dist/sets/redHeartSubTypesSet.lua +3 -1
- package/dist/sets/sinEntityTypesSet.d.ts +1 -1
- package/dist/sets/sinEntityTypesSet.lua +9 -7
- package/dist/sets/singleUseActiveCollectibleTypesSet.d.ts +1 -1
- package/dist/sets/singleUseActiveCollectibleTypesSet.lua +10 -8
- package/dist/sets/storyBossesSet.d.ts +1 -1
- package/dist/sets/storyBossesSet.lua +15 -13
- package/dist/types/AddCallbackParameterCustom.d.ts +123 -0
- package/dist/types/AddCallbackParameterCustom.lua +4 -0
- package/dist/types/AddCallbackParametersCustom.d.ts +120 -271
- package/dist/types/AnyEntity.lua +0 -1
- package/dist/types/CollectibleIndex.lua +0 -1
- package/dist/types/EntityTypeNonNPC.lua +0 -1
- package/dist/types/JSONDoor.lua +0 -1
- package/dist/types/JSONEntity.lua +0 -1
- package/dist/types/JSONRoom.lua +0 -1
- package/dist/types/JSONRooms.lua +0 -1
- package/dist/types/JSONSpawn.lua +0 -1
- package/dist/types/PickingUpItem.d.ts +1 -1
- package/dist/types/PickingUpItem.lua +5 -3
- package/dist/types/PlayerHealth.d.ts +1 -1
- package/dist/types/PlayerHealth.lua +0 -1
- package/dist/types/PlayerIndex.lua +0 -1
- package/dist/types/PocketItemDescription.d.ts +1 -1
- package/dist/types/PocketItemDescription.lua +0 -1
- package/dist/types/Primitive.lua +0 -1
- package/dist/types/TrinketSituation.d.ts +1 -1
- package/dist/types/TrinketSituation.lua +0 -1
- package/dist/types/private/IsaacAPIClass.lua +0 -1
- package/dist/types/private/SaveData.lua +0 -1
- package/dist/types/private/SerializedIsaacAPIClass.lua +0 -1
- package/dist/types/private/TSTLClass.lua +0 -1
- package/dist/types/private/TSTLClassMetatable.lua +0 -1
- package/dist/upgradeMod.d.ts +1 -1
- package/dist/upgradeMod.lua +5 -178
- package/package.json +9 -6
package/dist/sets/bossSets.lua
CHANGED
|
@@ -7,78 +7,108 @@ local __TS__SparseArrayPush = ____lualib.__TS__SparseArrayPush
|
|
|
7
7
|
local __TS__SparseArraySpread = ____lualib.__TS__SparseArraySpread
|
|
8
8
|
local Map = ____lualib.Map
|
|
9
9
|
local ____exports = {}
|
|
10
|
+
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
11
|
+
local BigHornVariant = ____isaac_2Dtypescript_2Ddefinitions.BigHornVariant
|
|
12
|
+
local ChubVariant = ____isaac_2Dtypescript_2Ddefinitions.ChubVariant
|
|
13
|
+
local DaddyLongLegsVariant = ____isaac_2Dtypescript_2Ddefinitions.DaddyLongLegsVariant
|
|
14
|
+
local DingleVariant = ____isaac_2Dtypescript_2Ddefinitions.DingleVariant
|
|
15
|
+
local DukeVariant = ____isaac_2Dtypescript_2Ddefinitions.DukeVariant
|
|
16
|
+
local EntityType = ____isaac_2Dtypescript_2Ddefinitions.EntityType
|
|
17
|
+
local FallenVariant = ____isaac_2Dtypescript_2Ddefinitions.FallenVariant
|
|
18
|
+
local FistulaVariant = ____isaac_2Dtypescript_2Ddefinitions.FistulaVariant
|
|
19
|
+
local GeminiVariant = ____isaac_2Dtypescript_2Ddefinitions.GeminiVariant
|
|
20
|
+
local GurglingVariant = ____isaac_2Dtypescript_2Ddefinitions.GurglingVariant
|
|
21
|
+
local HauntVariant = ____isaac_2Dtypescript_2Ddefinitions.HauntVariant
|
|
22
|
+
local IsaacVariant = ____isaac_2Dtypescript_2Ddefinitions.IsaacVariant
|
|
23
|
+
local LambVariant = ____isaac_2Dtypescript_2Ddefinitions.LambVariant
|
|
24
|
+
local LarryJrVariant = ____isaac_2Dtypescript_2Ddefinitions.LarryJrVariant
|
|
25
|
+
local LittleHornVariant = ____isaac_2Dtypescript_2Ddefinitions.LittleHornVariant
|
|
26
|
+
local LokiVariant = ____isaac_2Dtypescript_2Ddefinitions.LokiVariant
|
|
27
|
+
local MamaGurdyVariant = ____isaac_2Dtypescript_2Ddefinitions.MamaGurdyVariant
|
|
28
|
+
local MomsHeartVariant = ____isaac_2Dtypescript_2Ddefinitions.MomsHeartVariant
|
|
29
|
+
local MomVariant = ____isaac_2Dtypescript_2Ddefinitions.MomVariant
|
|
30
|
+
local Monstro2Variant = ____isaac_2Dtypescript_2Ddefinitions.Monstro2Variant
|
|
31
|
+
local PeepVariant = ____isaac_2Dtypescript_2Ddefinitions.PeepVariant
|
|
32
|
+
local PinVariant = ____isaac_2Dtypescript_2Ddefinitions.PinVariant
|
|
33
|
+
local PolycephalusVariant = ____isaac_2Dtypescript_2Ddefinitions.PolycephalusVariant
|
|
34
|
+
local RagManVariant = ____isaac_2Dtypescript_2Ddefinitions.RagManVariant
|
|
35
|
+
local RagMegaVariant = ____isaac_2Dtypescript_2Ddefinitions.RagMegaVariant
|
|
36
|
+
local SatanVariant = ____isaac_2Dtypescript_2Ddefinitions.SatanVariant
|
|
37
|
+
local StageType = ____isaac_2Dtypescript_2Ddefinitions.StageType
|
|
38
|
+
local WarVariant = ____isaac_2Dtypescript_2Ddefinitions.WarVariant
|
|
39
|
+
local WidowVariant = ____isaac_2Dtypescript_2Ddefinitions.WidowVariant
|
|
10
40
|
local BASEMENT_BOSSES_SET = __TS__New(
|
|
11
41
|
Set,
|
|
12
42
|
{
|
|
13
|
-
(tostring(EntityType.
|
|
14
|
-
tostring(EntityType.
|
|
15
|
-
tostring(EntityType.
|
|
16
|
-
(tostring(EntityType.
|
|
17
|
-
(tostring(EntityType.
|
|
18
|
-
(tostring(EntityType.
|
|
19
|
-
(tostring(EntityType.
|
|
20
|
-
tostring(EntityType.
|
|
21
|
-
(tostring(EntityType.
|
|
22
|
-
(tostring(EntityType.
|
|
23
|
-
(tostring(EntityType.
|
|
24
|
-
(tostring(EntityType.
|
|
25
|
-
(tostring(EntityType.
|
|
26
|
-
tostring(EntityType.
|
|
43
|
+
(tostring(EntityType.LARRY_JR) .. ".") .. tostring(LarryJrVariant.LARRY_JR),
|
|
44
|
+
tostring(EntityType.MONSTRO) .. ".0",
|
|
45
|
+
tostring(EntityType.FAMINE) .. ".0",
|
|
46
|
+
(tostring(EntityType.DUKE) .. ".") .. tostring(DukeVariant.DUKE_OF_FLIES),
|
|
47
|
+
(tostring(EntityType.GEMINI) .. ".") .. tostring(GeminiVariant.GEMINI),
|
|
48
|
+
(tostring(EntityType.GEMINI) .. ".") .. tostring(GeminiVariant.STEVEN),
|
|
49
|
+
(tostring(EntityType.FALLEN) .. ".") .. tostring(FallenVariant.FALLEN),
|
|
50
|
+
tostring(EntityType.HEADLESS_HORSEMAN) .. ".0",
|
|
51
|
+
(tostring(EntityType.GURGLING) .. ".") .. tostring(GurglingVariant.GURGLING_BOSS),
|
|
52
|
+
(tostring(EntityType.GURGLING) .. ".") .. tostring(GurglingVariant.TURDLING),
|
|
53
|
+
(tostring(EntityType.DINGLE) .. ".") .. tostring(DingleVariant.DINGLE),
|
|
54
|
+
(tostring(EntityType.DINGLE) .. ".") .. tostring(DingleVariant.DANGLE),
|
|
55
|
+
(tostring(EntityType.LITTLE_HORN) .. ".") .. tostring(LittleHornVariant.LITTLE_HORN),
|
|
56
|
+
tostring(EntityType.BABY_PLUM) .. ".0"
|
|
27
57
|
}
|
|
28
58
|
)
|
|
29
59
|
local CELLAR_BOSSES_SET = __TS__New(
|
|
30
60
|
Set,
|
|
31
61
|
{
|
|
32
|
-
(tostring(EntityType.
|
|
33
|
-
tostring(EntityType.
|
|
34
|
-
(tostring(EntityType.
|
|
35
|
-
(tostring(EntityType.
|
|
36
|
-
(tostring(EntityType.
|
|
37
|
-
tostring(EntityType.
|
|
38
|
-
(tostring(EntityType.
|
|
39
|
-
(tostring(EntityType.
|
|
40
|
-
tostring(EntityType.
|
|
41
|
-
(tostring(EntityType.
|
|
42
|
-
tostring(EntityType.
|
|
62
|
+
(tostring(EntityType.PIN) .. ".") .. tostring(PinVariant.PIN),
|
|
63
|
+
tostring(EntityType.FAMINE) .. ".0",
|
|
64
|
+
(tostring(EntityType.DUKE) .. ".") .. tostring(DukeVariant.DUKE_OF_FLIES),
|
|
65
|
+
(tostring(EntityType.GEMINI) .. ".") .. tostring(GeminiVariant.BLIGHTED_OVUM),
|
|
66
|
+
(tostring(EntityType.FALLEN) .. ".") .. tostring(FallenVariant.FALLEN),
|
|
67
|
+
tostring(EntityType.HEADLESS_HORSEMAN) .. ".0",
|
|
68
|
+
(tostring(EntityType.WIDOW) .. ".") .. tostring(WidowVariant.WIDOW),
|
|
69
|
+
(tostring(EntityType.THE_HAUNT) .. ".") .. tostring(HauntVariant.HAUNT),
|
|
70
|
+
tostring(EntityType.LITTLE_HORN) .. ".0",
|
|
71
|
+
(tostring(EntityType.RAG_MAN) .. ".") .. tostring(RagManVariant.RAG_MAN),
|
|
72
|
+
tostring(EntityType.BABY_PLUM) .. ".0"
|
|
43
73
|
}
|
|
44
74
|
)
|
|
45
75
|
local BURNING_BASEMENT_BOSSES_SET = __TS__New(
|
|
46
76
|
Set,
|
|
47
77
|
{
|
|
48
|
-
(tostring(EntityType.
|
|
49
|
-
tostring(EntityType.
|
|
50
|
-
tostring(EntityType.
|
|
51
|
-
(tostring(EntityType.
|
|
52
|
-
(tostring(EntityType.
|
|
53
|
-
(tostring(EntityType.
|
|
54
|
-
(tostring(EntityType.
|
|
55
|
-
tostring(EntityType.
|
|
56
|
-
(tostring(EntityType.
|
|
57
|
-
(tostring(EntityType.
|
|
58
|
-
(tostring(EntityType.
|
|
59
|
-
(tostring(EntityType.
|
|
60
|
-
tostring(EntityType.
|
|
61
|
-
(tostring(EntityType.
|
|
62
|
-
tostring(EntityType.
|
|
78
|
+
(tostring(EntityType.LARRY_JR) .. ".") .. tostring(LarryJrVariant.LARRY_JR),
|
|
79
|
+
tostring(EntityType.MONSTRO) .. ".0",
|
|
80
|
+
tostring(EntityType.FAMINE) .. ".0",
|
|
81
|
+
(tostring(EntityType.DUKE) .. ".") .. tostring(DukeVariant.DUKE_OF_FLIES),
|
|
82
|
+
(tostring(EntityType.GEMINI) .. ".") .. tostring(GeminiVariant.GEMINI),
|
|
83
|
+
(tostring(EntityType.GEMINI) .. ".") .. tostring(GeminiVariant.STEVEN),
|
|
84
|
+
(tostring(EntityType.FALLEN) .. ".") .. tostring(FallenVariant.FALLEN),
|
|
85
|
+
tostring(EntityType.HEADLESS_HORSEMAN) .. ".0",
|
|
86
|
+
(tostring(EntityType.DINGLE) .. ".") .. tostring(DingleVariant.DINGLE),
|
|
87
|
+
(tostring(EntityType.GURGLING) .. ".") .. tostring(GurglingVariant.GURGLING_BOSS),
|
|
88
|
+
(tostring(EntityType.GURGLING) .. ".") .. tostring(GurglingVariant.TURDLING),
|
|
89
|
+
(tostring(EntityType.DINGLE) .. ".") .. tostring(DingleVariant.DANGLE),
|
|
90
|
+
tostring(EntityType.LITTLE_HORN) .. ".0",
|
|
91
|
+
(tostring(EntityType.RAG_MAN) .. ".") .. tostring(RagManVariant.RAG_MAN),
|
|
92
|
+
tostring(EntityType.BABY_PLUM) .. ".0"
|
|
63
93
|
}
|
|
64
94
|
)
|
|
65
95
|
local DOWNPOUR_BOSSES_SET = __TS__New(
|
|
66
96
|
Set,
|
|
67
97
|
{
|
|
68
|
-
(tostring(EntityType.
|
|
69
|
-
tostring(EntityType.
|
|
70
|
-
tostring(EntityType.
|
|
71
|
-
tostring(EntityType.
|
|
98
|
+
(tostring(EntityType.PIN) .. ".") .. tostring(PinVariant.WORMWOOD),
|
|
99
|
+
tostring(EntityType.LIL_BLUB) .. ".0",
|
|
100
|
+
tostring(EntityType.RAINMAKER) .. ".0",
|
|
101
|
+
tostring(EntityType.MIN_MIN) .. ".0"
|
|
72
102
|
}
|
|
73
103
|
)
|
|
74
104
|
local DROSS_BOSSES_SET = __TS__New(
|
|
75
105
|
Set,
|
|
76
106
|
{
|
|
77
|
-
(tostring(EntityType.
|
|
78
|
-
tostring(EntityType.
|
|
79
|
-
tostring(EntityType.
|
|
80
|
-
tostring(EntityType.
|
|
81
|
-
tostring(EntityType.
|
|
107
|
+
(tostring(EntityType.PIN) .. ".") .. tostring(PinVariant.WORMWOOD),
|
|
108
|
+
tostring(EntityType.LIL_BLUB) .. ".0",
|
|
109
|
+
tostring(EntityType.CLOG) .. ".0",
|
|
110
|
+
tostring(EntityType.COLOSTOMIA) .. ".0",
|
|
111
|
+
tostring(EntityType.TURDLET) .. ".0"
|
|
82
112
|
}
|
|
83
113
|
)
|
|
84
114
|
local ____Set_1 = Set
|
|
@@ -104,92 +134,92 @@ local ALL_BASEMENT_BOSSES_SET = __TS__New(
|
|
|
104
134
|
{__TS__SparseArraySpread(____array_0)}
|
|
105
135
|
)
|
|
106
136
|
local BASEMENT_STAGE_TYPE_TO_BOSS_SET_MAP = __TS__New(Map, {
|
|
107
|
-
{StageType.
|
|
108
|
-
{StageType.
|
|
109
|
-
{StageType.
|
|
110
|
-
{StageType.
|
|
111
|
-
{StageType.
|
|
137
|
+
{StageType.ORIGINAL, BASEMENT_BOSSES_SET},
|
|
138
|
+
{StageType.WRATH_OF_THE_LAMB, CELLAR_BOSSES_SET},
|
|
139
|
+
{StageType.AFTERBIRTH, BURNING_BASEMENT_BOSSES_SET},
|
|
140
|
+
{StageType.REPENTANCE, DOWNPOUR_BOSSES_SET},
|
|
141
|
+
{StageType.REPENTANCE_B, DROSS_BOSSES_SET}
|
|
112
142
|
})
|
|
113
143
|
local CAVES_BOSSES_SET = __TS__New(
|
|
114
144
|
Set,
|
|
115
145
|
{
|
|
116
|
-
(tostring(EntityType.
|
|
117
|
-
(tostring(EntityType.
|
|
118
|
-
tostring(EntityType.
|
|
119
|
-
tostring(EntityType.
|
|
120
|
-
tostring(EntityType.
|
|
121
|
-
(tostring(EntityType.
|
|
122
|
-
(tostring(EntityType.
|
|
123
|
-
tostring(EntityType.
|
|
124
|
-
tostring(EntityType.
|
|
125
|
-
tostring(EntityType.
|
|
126
|
-
tostring(EntityType.
|
|
127
|
-
tostring(EntityType.
|
|
128
|
-
(tostring(EntityType.
|
|
129
|
-
(tostring(EntityType.
|
|
130
|
-
tostring(EntityType.
|
|
146
|
+
(tostring(EntityType.CHUB) .. ".") .. tostring(ChubVariant.CHUB),
|
|
147
|
+
(tostring(EntityType.CHUB) .. ".") .. tostring(ChubVariant.CHAD),
|
|
148
|
+
tostring(EntityType.GURDY) .. ".0",
|
|
149
|
+
tostring(EntityType.PESTILENCE) .. ".0",
|
|
150
|
+
tostring(EntityType.PEEP) .. ".0",
|
|
151
|
+
(tostring(EntityType.FISTULA_BIG) .. ".") .. tostring(FistulaVariant.FISTULA),
|
|
152
|
+
(tostring(EntityType.FALLEN) .. ".") .. tostring(FallenVariant.FALLEN),
|
|
153
|
+
tostring(EntityType.HEADLESS_HORSEMAN) .. ".0",
|
|
154
|
+
tostring(EntityType.GURDY_JR) .. ".0",
|
|
155
|
+
tostring(EntityType.MEGA_MAW) .. ".0",
|
|
156
|
+
tostring(EntityType.MEGA_FATTY) .. ".0",
|
|
157
|
+
tostring(EntityType.STAIN) .. ".0",
|
|
158
|
+
(tostring(EntityType.RAG_MEGA) .. ".") .. tostring(RagMegaVariant.RAG_MEGA),
|
|
159
|
+
(tostring(EntityType.BIG_HORN) .. ".") .. tostring(BigHornVariant.BIG_HORN),
|
|
160
|
+
tostring(EntityType.BUMBINO) .. ".0"
|
|
131
161
|
}
|
|
132
162
|
)
|
|
133
163
|
local CATACOMBS_BOSSES_SET = __TS__New(
|
|
134
164
|
Set,
|
|
135
165
|
{
|
|
136
|
-
(tostring(EntityType.
|
|
137
|
-
(tostring(EntityType.
|
|
138
|
-
(tostring(EntityType.
|
|
139
|
-
tostring(EntityType.
|
|
140
|
-
(tostring(EntityType.
|
|
141
|
-
(tostring(EntityType.
|
|
142
|
-
(tostring(EntityType.
|
|
143
|
-
tostring(EntityType.
|
|
144
|
-
tostring(EntityType.
|
|
145
|
-
(tostring(EntityType.
|
|
146
|
-
tostring(EntityType.
|
|
147
|
-
(tostring(EntityType.
|
|
148
|
-
tostring(EntityType.
|
|
149
|
-
(tostring(EntityType.
|
|
150
|
-
(tostring(EntityType.
|
|
151
|
-
tostring(EntityType.
|
|
166
|
+
(tostring(EntityType.LARRY_JR) .. ".") .. tostring(LarryJrVariant.THE_HOLLOW),
|
|
167
|
+
(tostring(EntityType.CHUB) .. ".") .. tostring(ChubVariant.CARRION_QUEEN),
|
|
168
|
+
(tostring(EntityType.PIN) .. ".") .. tostring(PinVariant.FRAIL),
|
|
169
|
+
tostring(EntityType.PESTILENCE) .. ".0",
|
|
170
|
+
(tostring(EntityType.DUKE) .. ".") .. tostring(DukeVariant.THE_HUSK),
|
|
171
|
+
(tostring(EntityType.PEEP) .. ".") .. tostring(PeepVariant.PEEP),
|
|
172
|
+
(tostring(EntityType.FALLEN) .. ".") .. tostring(FallenVariant.FALLEN),
|
|
173
|
+
tostring(EntityType.HEADLESS_HORSEMAN) .. ".0",
|
|
174
|
+
tostring(EntityType.GURDY_JR) .. ".0",
|
|
175
|
+
(tostring(EntityType.WIDOW) .. ".") .. tostring(WidowVariant.THE_WRETCHED),
|
|
176
|
+
tostring(EntityType.DARK_ONE) .. ".0",
|
|
177
|
+
(tostring(EntityType.POLYCEPHALUS) .. ".") .. tostring(PolycephalusVariant.POLYCEPHALUS),
|
|
178
|
+
tostring(EntityType.FORSAKEN) .. ".0",
|
|
179
|
+
(tostring(EntityType.RAG_MEGA) .. ".") .. tostring(RagMegaVariant.RAG_MEGA),
|
|
180
|
+
(tostring(EntityType.BIG_HORN) .. ".") .. tostring(BigHornVariant.BIG_HORN),
|
|
181
|
+
tostring(EntityType.BUMBINO) .. ".0"
|
|
152
182
|
}
|
|
153
183
|
)
|
|
154
184
|
local FLOODED_CAVES_BOSSES_SET = __TS__New(
|
|
155
185
|
Set,
|
|
156
186
|
{
|
|
157
|
-
(tostring(EntityType.
|
|
158
|
-
(tostring(EntityType.
|
|
159
|
-
tostring(EntityType.
|
|
160
|
-
(tostring(EntityType.
|
|
161
|
-
tostring(EntityType.
|
|
162
|
-
(tostring(EntityType.
|
|
163
|
-
(tostring(EntityType.
|
|
164
|
-
(tostring(EntityType.
|
|
165
|
-
tostring(EntityType.
|
|
166
|
-
tostring(EntityType.
|
|
167
|
-
tostring(EntityType.
|
|
168
|
-
tostring(EntityType.
|
|
169
|
-
tostring(EntityType.
|
|
170
|
-
tostring(EntityType.
|
|
171
|
-
(tostring(EntityType.
|
|
172
|
-
(tostring(EntityType.
|
|
173
|
-
tostring(EntityType.
|
|
187
|
+
(tostring(EntityType.CHUB) .. ".") .. tostring(ChubVariant.CHUB),
|
|
188
|
+
(tostring(EntityType.CHUB) .. ".") .. tostring(ChubVariant.CHAD),
|
|
189
|
+
tostring(EntityType.GURDY) .. ".0",
|
|
190
|
+
(tostring(EntityType.PIN) .. ".") .. tostring(PinVariant.FRAIL),
|
|
191
|
+
tostring(EntityType.PESTILENCE) .. ".0",
|
|
192
|
+
(tostring(EntityType.PEEP) .. ".") .. tostring(PeepVariant.PEEP),
|
|
193
|
+
(tostring(EntityType.FISTULA_BIG) .. ".") .. tostring(FistulaVariant.FISTULA),
|
|
194
|
+
(tostring(EntityType.FALLEN) .. ".") .. tostring(FallenVariant.FALLEN),
|
|
195
|
+
tostring(EntityType.HEADLESS_HORSEMAN) .. ".0",
|
|
196
|
+
tostring(EntityType.GURDY_JR) .. ".0",
|
|
197
|
+
tostring(EntityType.MEGA_MAW) .. ".0",
|
|
198
|
+
tostring(EntityType.MEGA_FATTY) .. ".0",
|
|
199
|
+
tostring(EntityType.STAIN) .. ".0",
|
|
200
|
+
tostring(EntityType.FORSAKEN) .. ".0",
|
|
201
|
+
(tostring(EntityType.RAG_MEGA) .. ".") .. tostring(RagMegaVariant.RAG_MEGA),
|
|
202
|
+
(tostring(EntityType.BIG_HORN) .. ".") .. tostring(BigHornVariant.BIG_HORN),
|
|
203
|
+
tostring(EntityType.BUMBINO) .. ".0"
|
|
174
204
|
}
|
|
175
205
|
)
|
|
176
206
|
local MINES_BOSSES_SET = __TS__New(
|
|
177
207
|
Set,
|
|
178
208
|
{
|
|
179
|
-
(tostring(EntityType.
|
|
180
|
-
tostring(EntityType.
|
|
181
|
-
tostring(EntityType.
|
|
182
|
-
tostring(EntityType.
|
|
209
|
+
(tostring(EntityType.LARRY_JR) .. ".") .. tostring(LarryJrVariant.TUFF_TWIN),
|
|
210
|
+
tostring(EntityType.REAP_CREEP) .. ".0",
|
|
211
|
+
tostring(EntityType.HORNFEL) .. ".0",
|
|
212
|
+
tostring(EntityType.GIDEON) .. ".0"
|
|
183
213
|
}
|
|
184
214
|
)
|
|
185
215
|
local ASHPIT_BOSSES_SET = __TS__New(
|
|
186
216
|
Set,
|
|
187
217
|
{
|
|
188
|
-
(tostring(EntityType.
|
|
189
|
-
(tostring(EntityType.
|
|
190
|
-
tostring(EntityType.
|
|
191
|
-
tostring(EntityType.
|
|
192
|
-
tostring(EntityType.
|
|
218
|
+
(tostring(EntityType.LARRY_JR) .. ".") .. tostring(LarryJrVariant.THE_SHELL),
|
|
219
|
+
(tostring(EntityType.POLYCEPHALUS) .. ".") .. tostring(PolycephalusVariant.THE_PILE),
|
|
220
|
+
tostring(EntityType.GIDEON) .. ".0",
|
|
221
|
+
tostring(EntityType.SINGE) .. ".0",
|
|
222
|
+
tostring(EntityType.CLUTCH) .. ".0"
|
|
193
223
|
}
|
|
194
224
|
)
|
|
195
225
|
local ____Set_3 = Set
|
|
@@ -215,76 +245,76 @@ local ALL_CAVES_BOSSES_SET = __TS__New(
|
|
|
215
245
|
{__TS__SparseArraySpread(____array_2)}
|
|
216
246
|
)
|
|
217
247
|
local CAVES_STAGE_TYPE_TO_BOSS_SET_MAP = __TS__New(Map, {
|
|
218
|
-
{StageType.
|
|
219
|
-
{StageType.
|
|
220
|
-
{StageType.
|
|
221
|
-
{StageType.
|
|
222
|
-
{StageType.
|
|
248
|
+
{StageType.ORIGINAL, CAVES_BOSSES_SET},
|
|
249
|
+
{StageType.WRATH_OF_THE_LAMB, CATACOMBS_BOSSES_SET},
|
|
250
|
+
{StageType.AFTERBIRTH, FLOODED_CAVES_BOSSES_SET},
|
|
251
|
+
{StageType.REPENTANCE, MINES_BOSSES_SET},
|
|
252
|
+
{StageType.REPENTANCE_B, ASHPIT_BOSSES_SET}
|
|
223
253
|
})
|
|
224
254
|
local DEPTHS_BOSSES_SET = __TS__New(
|
|
225
255
|
Set,
|
|
226
256
|
{
|
|
227
|
-
(tostring(EntityType.
|
|
228
|
-
(tostring(EntityType.
|
|
229
|
-
(tostring(EntityType.
|
|
230
|
-
(tostring(EntityType.
|
|
231
|
-
(tostring(EntityType.
|
|
232
|
-
(tostring(EntityType.
|
|
233
|
-
tostring(EntityType.
|
|
234
|
-
tostring(EntityType.
|
|
235
|
-
tostring(EntityType.
|
|
236
|
-
tostring(EntityType.
|
|
237
|
-
tostring(EntityType.
|
|
238
|
-
tostring(EntityType.
|
|
257
|
+
(tostring(EntityType.MONSTRO_2) .. ".") .. tostring(Monstro2Variant.MONSTRO_2),
|
|
258
|
+
(tostring(EntityType.MONSTRO_2) .. ".") .. tostring(Monstro2Variant.GISH),
|
|
259
|
+
(tostring(EntityType.MOM) .. ".") .. tostring(MomVariant.MOM),
|
|
260
|
+
(tostring(EntityType.WAR) .. ".") .. tostring(WarVariant.WAR),
|
|
261
|
+
(tostring(EntityType.LOKI) .. ".") .. tostring(LokiVariant.LOKI),
|
|
262
|
+
(tostring(EntityType.FALLEN) .. ".") .. tostring(FallenVariant.FALLEN),
|
|
263
|
+
tostring(EntityType.HEADLESS_HORSEMAN) .. ".0",
|
|
264
|
+
tostring(EntityType.GATE) .. ".0",
|
|
265
|
+
tostring(EntityType.CAGE) .. ".0",
|
|
266
|
+
tostring(EntityType.BROWNIE) .. ".0",
|
|
267
|
+
tostring(EntityType.SISTERS_VIS) .. ".0",
|
|
268
|
+
tostring(EntityType.REAP_CREEP) .. ".0"
|
|
239
269
|
}
|
|
240
270
|
)
|
|
241
271
|
local NECROPOLIS_BOSSES_SET = __TS__New(
|
|
242
272
|
Set,
|
|
243
273
|
{
|
|
244
|
-
(tostring(EntityType.
|
|
245
|
-
(tostring(EntityType.
|
|
246
|
-
(tostring(EntityType.
|
|
247
|
-
(tostring(EntityType.
|
|
248
|
-
(tostring(EntityType.
|
|
249
|
-
tostring(EntityType.
|
|
250
|
-
tostring(EntityType.
|
|
251
|
-
tostring(EntityType.
|
|
252
|
-
(tostring(EntityType.
|
|
253
|
-
tostring(EntityType.
|
|
254
|
-
tostring(EntityType.
|
|
274
|
+
(tostring(EntityType.MOM) .. ".") .. tostring(MomVariant.MOM),
|
|
275
|
+
(tostring(EntityType.WAR) .. ".") .. tostring(WarVariant.WAR),
|
|
276
|
+
(tostring(EntityType.PEEP) .. ".") .. tostring(PeepVariant.BLOAT),
|
|
277
|
+
(tostring(EntityType.LOKI) .. ".") .. tostring(LokiVariant.LOKI),
|
|
278
|
+
(tostring(EntityType.FALLEN) .. ".") .. tostring(FallenVariant.FALLEN),
|
|
279
|
+
tostring(EntityType.HEADLESS_HORSEMAN) .. ".0",
|
|
280
|
+
tostring(EntityType.MASK_OF_INFAMY) .. ".0",
|
|
281
|
+
tostring(EntityType.ADVERSARY) .. ".0",
|
|
282
|
+
(tostring(EntityType.POLYCEPHALUS) .. ".") .. tostring(PolycephalusVariant.THE_PILE),
|
|
283
|
+
tostring(EntityType.BROWNIE) .. ".0",
|
|
284
|
+
tostring(EntityType.SISTERS_VIS) .. ".0"
|
|
255
285
|
}
|
|
256
286
|
)
|
|
257
287
|
local DANK_DEPTHS_BOSSES_SET = __TS__New(
|
|
258
288
|
Set,
|
|
259
289
|
{
|
|
260
|
-
(tostring(EntityType.
|
|
261
|
-
(tostring(EntityType.
|
|
262
|
-
(tostring(EntityType.
|
|
263
|
-
(tostring(EntityType.
|
|
264
|
-
(tostring(EntityType.
|
|
265
|
-
(tostring(EntityType.
|
|
266
|
-
tostring(EntityType.
|
|
267
|
-
tostring(EntityType.
|
|
268
|
-
tostring(EntityType.
|
|
269
|
-
tostring(EntityType.
|
|
270
|
-
tostring(EntityType.
|
|
271
|
-
tostring(EntityType.
|
|
290
|
+
(tostring(EntityType.MONSTRO_2) .. ".") .. tostring(Monstro2Variant.MONSTRO_2),
|
|
291
|
+
(tostring(EntityType.MONSTRO_2) .. ".") .. tostring(Monstro2Variant.GISH),
|
|
292
|
+
(tostring(EntityType.MOM) .. ".") .. tostring(MomVariant.MOM),
|
|
293
|
+
(tostring(EntityType.WAR) .. ".") .. tostring(WarVariant.WAR),
|
|
294
|
+
(tostring(EntityType.LOKI) .. ".") .. tostring(LokiVariant.LOKI),
|
|
295
|
+
(tostring(EntityType.FALLEN) .. ".") .. tostring(FallenVariant.FALLEN),
|
|
296
|
+
tostring(EntityType.HEADLESS_HORSEMAN) .. ".0",
|
|
297
|
+
tostring(EntityType.GATE) .. ".0",
|
|
298
|
+
tostring(EntityType.CAGE) .. ".0",
|
|
299
|
+
tostring(EntityType.BROWNIE) .. ".0",
|
|
300
|
+
tostring(EntityType.SISTERS_VIS) .. ".0",
|
|
301
|
+
tostring(EntityType.REAP_CREEP) .. ".0"
|
|
272
302
|
}
|
|
273
303
|
)
|
|
274
304
|
local MAUSOLEUM_BOSSES_SET = __TS__New(
|
|
275
305
|
Set,
|
|
276
306
|
{
|
|
277
|
-
(tostring(EntityType.
|
|
278
|
-
tostring(EntityType.
|
|
279
|
-
tostring(EntityType.
|
|
307
|
+
(tostring(EntityType.MOM) .. ".") .. tostring(MomVariant.MOM),
|
|
308
|
+
tostring(EntityType.SIREN) .. ".0",
|
|
309
|
+
tostring(EntityType.HERETIC) .. ".0"
|
|
280
310
|
}
|
|
281
311
|
)
|
|
282
312
|
local GEHENNA_BOSSES_SET = __TS__New(
|
|
283
313
|
Set,
|
|
284
314
|
{
|
|
285
|
-
(tostring(EntityType.
|
|
286
|
-
tostring(EntityType.
|
|
287
|
-
tostring(EntityType.
|
|
315
|
+
(tostring(EntityType.MOM) .. ".") .. tostring(MomVariant.MOM),
|
|
316
|
+
tostring(EntityType.VISAGE) .. ".0",
|
|
317
|
+
tostring(EntityType.HORNY_BOYS) .. ".0"
|
|
288
318
|
}
|
|
289
319
|
)
|
|
290
320
|
local ____Set_5 = Set
|
|
@@ -310,70 +340,70 @@ local ALL_DEPTHS_BOSSES_SET = __TS__New(
|
|
|
310
340
|
{__TS__SparseArraySpread(____array_4)}
|
|
311
341
|
)
|
|
312
342
|
local DEPTHS_STAGE_TYPE_TO_BOSS_SET_MAP = __TS__New(Map, {
|
|
313
|
-
{StageType.
|
|
314
|
-
{StageType.
|
|
315
|
-
{StageType.
|
|
316
|
-
{StageType.
|
|
317
|
-
{StageType.
|
|
343
|
+
{StageType.ORIGINAL, DEPTHS_BOSSES_SET},
|
|
344
|
+
{StageType.WRATH_OF_THE_LAMB, NECROPOLIS_BOSSES_SET},
|
|
345
|
+
{StageType.AFTERBIRTH, DANK_DEPTHS_BOSSES_SET},
|
|
346
|
+
{StageType.REPENTANCE, MAUSOLEUM_BOSSES_SET},
|
|
347
|
+
{StageType.REPENTANCE_B, GEHENNA_BOSSES_SET}
|
|
318
348
|
})
|
|
319
349
|
local WOMB_BOSSES_SET = __TS__New(
|
|
320
350
|
Set,
|
|
321
351
|
{
|
|
322
|
-
(tostring(EntityType.
|
|
323
|
-
(tostring(EntityType.
|
|
324
|
-
tostring(EntityType.
|
|
325
|
-
(tostring(EntityType.
|
|
326
|
-
tostring(EntityType.
|
|
327
|
-
(tostring(EntityType.
|
|
328
|
-
(tostring(EntityType.
|
|
329
|
-
(tostring(EntityType.
|
|
330
|
-
tostring(EntityType.
|
|
331
|
-
tostring(EntityType.
|
|
332
|
-
tostring(EntityType.
|
|
333
|
-
tostring(EntityType.
|
|
352
|
+
(tostring(EntityType.PIN) .. ".") .. tostring(PinVariant.SCOLEX),
|
|
353
|
+
(tostring(EntityType.WAR) .. ".") .. tostring(WarVariant.CONQUEST),
|
|
354
|
+
tostring(EntityType.DEATH) .. ".0",
|
|
355
|
+
(tostring(EntityType.LOKI) .. ".") .. tostring(LokiVariant.LOKII),
|
|
356
|
+
tostring(EntityType.BLASTOCYST_BIG) .. ".0",
|
|
357
|
+
(tostring(EntityType.MOMS_HEART) .. ".") .. tostring(MomsHeartVariant.MOMS_HEART),
|
|
358
|
+
(tostring(EntityType.MOMS_HEART) .. ".") .. tostring(MomsHeartVariant.IT_LIVES),
|
|
359
|
+
(tostring(EntityType.FALLEN) .. ".") .. tostring(FallenVariant.FALLEN),
|
|
360
|
+
tostring(EntityType.HEADLESS_HORSEMAN) .. ".0",
|
|
361
|
+
tostring(EntityType.MAMA_GURDY) .. ".0",
|
|
362
|
+
tostring(EntityType.MR_FRED) .. ".0",
|
|
363
|
+
tostring(EntityType.MATRIARCH) .. ".0"
|
|
334
364
|
}
|
|
335
365
|
)
|
|
336
366
|
local UTERO_BOSSES_SET = __TS__New(
|
|
337
367
|
Set,
|
|
338
368
|
{
|
|
339
|
-
(tostring(EntityType.
|
|
340
|
-
tostring(EntityType.
|
|
341
|
-
(tostring(EntityType.
|
|
342
|
-
(tostring(EntityType.
|
|
343
|
-
(tostring(EntityType.
|
|
344
|
-
(tostring(EntityType.
|
|
345
|
-
(tostring(EntityType.
|
|
346
|
-
(tostring(EntityType.
|
|
347
|
-
(tostring(EntityType.
|
|
348
|
-
(tostring(EntityType.
|
|
349
|
-
tostring(EntityType.
|
|
369
|
+
(tostring(EntityType.WAR) .. ".") .. tostring(WarVariant.CONQUEST),
|
|
370
|
+
tostring(EntityType.DEATH) .. ".0",
|
|
371
|
+
(tostring(EntityType.DADDY_LONG_LEGS) .. ".") .. tostring(DaddyLongLegsVariant.DADDY_LONG_LEGS),
|
|
372
|
+
(tostring(EntityType.DADDY_LONG_LEGS) .. ".") .. tostring(DaddyLongLegsVariant.TRIACHNID),
|
|
373
|
+
(tostring(EntityType.PEEP) .. ".") .. tostring(PeepVariant.BLOAT),
|
|
374
|
+
(tostring(EntityType.LOKI) .. ".") .. tostring(LokiVariant.LOKII),
|
|
375
|
+
(tostring(EntityType.FISTULA_BIG) .. ".") .. tostring(FistulaVariant.TERATOMA),
|
|
376
|
+
(tostring(EntityType.MOMS_HEART) .. ".") .. tostring(MomsHeartVariant.MOMS_HEART),
|
|
377
|
+
(tostring(EntityType.MOMS_HEART) .. ".") .. tostring(MomsHeartVariant.IT_LIVES),
|
|
378
|
+
(tostring(EntityType.FALLEN) .. ".") .. tostring(FallenVariant.FALLEN),
|
|
379
|
+
tostring(EntityType.HEADLESS_HORSEMAN) .. ".0"
|
|
350
380
|
}
|
|
351
381
|
)
|
|
352
382
|
local SCARRED_WOMB_BOSSES_SET = __TS__New(
|
|
353
383
|
Set,
|
|
354
384
|
{
|
|
355
|
-
(tostring(EntityType.
|
|
356
|
-
(tostring(EntityType.
|
|
357
|
-
tostring(EntityType.
|
|
358
|
-
(tostring(EntityType.
|
|
359
|
-
tostring(EntityType.
|
|
360
|
-
(tostring(EntityType.
|
|
361
|
-
(tostring(EntityType.
|
|
362
|
-
(tostring(EntityType.
|
|
363
|
-
tostring(EntityType.
|
|
364
|
-
(tostring(EntityType.
|
|
365
|
-
(tostring(EntityType.
|
|
366
|
-
tostring(EntityType.
|
|
367
|
-
tostring(EntityType.
|
|
385
|
+
(tostring(EntityType.PIN) .. ".") .. tostring(PinVariant.SCOLEX),
|
|
386
|
+
(tostring(EntityType.WAR) .. ".") .. tostring(WarVariant.CONQUEST),
|
|
387
|
+
tostring(EntityType.DEATH) .. ".0",
|
|
388
|
+
(tostring(EntityType.LOKI) .. ".") .. tostring(LokiVariant.LOKII),
|
|
389
|
+
tostring(EntityType.BLASTOCYST_BIG) .. ".0",
|
|
390
|
+
(tostring(EntityType.MOMS_HEART) .. ".") .. tostring(MomsHeartVariant.MOMS_HEART),
|
|
391
|
+
(tostring(EntityType.MOMS_HEART) .. ".") .. tostring(MomsHeartVariant.IT_LIVES),
|
|
392
|
+
(tostring(EntityType.FALLEN) .. ".") .. tostring(FallenVariant.FALLEN),
|
|
393
|
+
tostring(EntityType.HEADLESS_HORSEMAN) .. ".0",
|
|
394
|
+
(tostring(EntityType.DADDY_LONG_LEGS) .. ".") .. tostring(DaddyLongLegsVariant.TRIACHNID),
|
|
395
|
+
(tostring(EntityType.MAMA_GURDY) .. ".") .. tostring(MamaGurdyVariant.MAMA_GURDY),
|
|
396
|
+
tostring(EntityType.MR_FRED) .. ".0",
|
|
397
|
+
tostring(EntityType.MATRIARCH) .. ".0"
|
|
368
398
|
}
|
|
369
399
|
)
|
|
370
400
|
local CORPSE_BOSSES_SET = __TS__New(
|
|
371
401
|
Set,
|
|
372
402
|
{
|
|
373
|
-
tostring(EntityType.
|
|
374
|
-
tostring(EntityType.
|
|
375
|
-
tostring(EntityType.
|
|
376
|
-
tostring(EntityType.
|
|
403
|
+
tostring(EntityType.SCOURGE) .. ".0",
|
|
404
|
+
tostring(EntityType.CHIMERA) .. ".0",
|
|
405
|
+
tostring(EntityType.ROTGUT) .. ".0",
|
|
406
|
+
tostring(EntityType.MOTHER) .. ".0"
|
|
377
407
|
}
|
|
378
408
|
)
|
|
379
409
|
local ____Set_7 = Set
|
|
@@ -398,19 +428,19 @@ local ALL_WOMB_BOSSES_SET = __TS__New(
|
|
|
398
428
|
____Set_7,
|
|
399
429
|
{__TS__SparseArraySpread(____array_6)}
|
|
400
430
|
)
|
|
401
|
-
local WOMB_STAGE_TYPE_TO_BOSS_SET_MAP = __TS__New(Map, {{StageType.
|
|
431
|
+
local WOMB_STAGE_TYPE_TO_BOSS_SET_MAP = __TS__New(Map, {{StageType.ORIGINAL, WOMB_BOSSES_SET}, {StageType.WRATH_OF_THE_LAMB, UTERO_BOSSES_SET}, {StageType.AFTERBIRTH, SCARRED_WOMB_BOSSES_SET}, {StageType.REPENTANCE, CORPSE_BOSSES_SET}})
|
|
402
432
|
local BLUE_WOMB_BOSSES_SET = __TS__New(
|
|
403
433
|
Set,
|
|
404
|
-
{tostring(EntityType.
|
|
434
|
+
{tostring(EntityType.HUSH) .. ".0"}
|
|
405
435
|
)
|
|
406
|
-
local BLUE_WOMB_STAGE_TYPE_TO_BOSS_SET_MAP = __TS__New(Map, {{StageType.
|
|
436
|
+
local BLUE_WOMB_STAGE_TYPE_TO_BOSS_SET_MAP = __TS__New(Map, {{StageType.ORIGINAL, BLUE_WOMB_BOSSES_SET}})
|
|
407
437
|
local SHEOL_BOSSES_SET = __TS__New(
|
|
408
438
|
Set,
|
|
409
|
-
{(tostring(EntityType.
|
|
439
|
+
{(tostring(EntityType.SATAN) .. ".") .. tostring(SatanVariant.SATAN)}
|
|
410
440
|
)
|
|
411
441
|
local CATHEDRAL_BOSSES_SET = __TS__New(
|
|
412
442
|
Set,
|
|
413
|
-
{(tostring(EntityType.
|
|
443
|
+
{(tostring(EntityType.ISAAC) .. ".") .. tostring(IsaacVariant.ISAAC)}
|
|
414
444
|
)
|
|
415
445
|
local ____Set_9 = Set
|
|
416
446
|
local ____array_8 = __TS__SparseArrayNew(__TS__Spread(SHEOL_BOSSES_SET:values()))
|
|
@@ -422,14 +452,14 @@ local ALL_STAGE_10_BOSSES_SET = __TS__New(
|
|
|
422
452
|
____Set_9,
|
|
423
453
|
{__TS__SparseArraySpread(____array_8)}
|
|
424
454
|
)
|
|
425
|
-
local STAGE_10_STAGE_TYPE_TO_BOSS_SET_MAP = __TS__New(Map, {{StageType.
|
|
455
|
+
local STAGE_10_STAGE_TYPE_TO_BOSS_SET_MAP = __TS__New(Map, {{StageType.ORIGINAL, SHEOL_BOSSES_SET}, {StageType.WRATH_OF_THE_LAMB, CATHEDRAL_BOSSES_SET}})
|
|
426
456
|
local DARK_ROOM_BOSSES_SET = __TS__New(
|
|
427
457
|
Set,
|
|
428
|
-
{(tostring(EntityType.
|
|
458
|
+
{(tostring(EntityType.THE_LAMB) .. ".") .. tostring(LambVariant.LAMB)}
|
|
429
459
|
)
|
|
430
460
|
local CHEST_BOSSES_SET = __TS__New(
|
|
431
461
|
Set,
|
|
432
|
-
{(tostring(EntityType.
|
|
462
|
+
{(tostring(EntityType.ISAAC) .. ".") .. tostring(IsaacVariant.BLUE_BABY)}
|
|
433
463
|
)
|
|
434
464
|
local ____Set_11 = Set
|
|
435
465
|
local ____array_10 = __TS__SparseArrayNew(__TS__Spread(DARK_ROOM_BOSSES_SET:values()))
|
|
@@ -441,7 +471,7 @@ local ALL_STAGE_11_BOSSES_SET = __TS__New(
|
|
|
441
471
|
____Set_11,
|
|
442
472
|
{__TS__SparseArraySpread(____array_10)}
|
|
443
473
|
)
|
|
444
|
-
local STAGE_11_STAGE_TYPE_TO_BOSS_SET_MAP = __TS__New(Map, {{StageType.
|
|
474
|
+
local STAGE_11_STAGE_TYPE_TO_BOSS_SET_MAP = __TS__New(Map, {{StageType.ORIGINAL, DARK_ROOM_BOSSES_SET}, {StageType.WRATH_OF_THE_LAMB, CHEST_BOSSES_SET}})
|
|
445
475
|
____exports.STAGE_TO_STAGE_TYPE_TO_BOSS_SET_MAP = __TS__New(Map, {
|
|
446
476
|
{1, BASEMENT_STAGE_TYPE_TO_BOSS_SET_MAP},
|
|
447
477
|
{2, BASEMENT_STAGE_TYPE_TO_BOSS_SET_MAP},
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { PlayerType } from "isaac-typescript-definitions";
|
|
2
2
|
export declare const CHARACTERS_THAT_START_WITH_AN_ACTIVE_ITEM_SET: ReadonlySet<PlayerType>;
|