isaacscript-common 85.0.2 → 86.0.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/dist/classes/callbacks/PostCustomRevive.d.ts +2 -0
- package/dist/classes/callbacks/PostCustomRevive.d.ts.map +1 -1
- package/dist/classes/features/other/FlyingDetection.js +2 -2
- package/dist/classes/features/other/ItemPoolDetection.js +2 -2
- package/dist/classes/features/other/ModdedElementSets.js +11 -11
- package/dist/classes/features/other/PonyDetection.js +2 -2
- package/dist/classes/features/other/customStages/backdrop.js +17 -17
- package/dist/classes/features/other/customStages/shadows.js +11 -11
- package/dist/classes/features/other/extraConsoleCommands/commands.d.ts +2 -0
- package/dist/classes/features/other/extraConsoleCommands/commands.d.ts.map +1 -1
- package/dist/classes/features/other/extraConsoleCommands/commands.js +7 -2
- package/dist/classes/features/other/extraConsoleCommands/commands.lua +4 -0
- package/dist/classes/features/other/extraConsoleCommands/v.js +9 -9
- package/dist/core/cachedClasses.d.ts +1 -0
- package/dist/core/cachedClasses.d.ts.map +1 -1
- package/dist/core/constants.js +58 -58
- package/dist/enums/HealthType.d.ts +7 -7
- package/dist/enums/HealthType.d.ts.map +1 -1
- package/dist/features.js +1 -1
- package/dist/features.lua +2 -2
- package/dist/functions/array.d.ts +1 -1
- package/dist/functions/array.js +1 -1
- package/dist/functions/array.lua +1 -1
- package/dist/functions/bosses.js +4 -4
- package/dist/functions/charge.js +1 -1
- package/dist/functions/emptyRoom.js +6 -6
- package/dist/functions/enums.d.ts +26 -26
- package/dist/functions/enums.d.ts.map +1 -1
- package/dist/functions/enums.js +30 -30
- package/dist/functions/enums.lua +27 -27
- package/dist/functions/gridEntities.js +19 -19
- package/dist/functions/input.js +13 -13
- package/dist/functions/itemPool.js +12 -12
- package/dist/functions/logEntities.js +11 -11
- package/dist/functions/npcs.js +11 -11
- package/dist/functions/playerIndex.js +1 -1
- package/dist/functions/slots.js +8 -8
- package/dist/functions/stats.js +17 -17
- package/dist/functions/storyBosses.js +28 -28
- package/dist/functions/transformations.js +14 -14
- package/dist/index.rollup.d.ts +37 -37
- package/dist/interfaces/PlayerStats.js +1 -1
- package/dist/interfaces/PlayerStats.lua +2 -2
- package/dist/interfaces/private/AddCallbackParametersCustom.js +1 -1
- package/dist/interfaces/private/AddCallbackParametersCustom.lua +2 -2
- package/dist/isaacscript-common.lua +39 -35
- package/dist/maps/PHDPillConversionsMap.js +15 -15
- package/dist/maps/cardNameToTypeMap.js +201 -201
- package/dist/maps/characterNameToTypeMap.js +81 -81
- package/dist/maps/defaultPlayerStatMap.js +5 -5
- package/dist/maps/falsePHDPillConversionsMap.js +29 -29
- package/dist/maps/itemPoolTypeToItemPoolName.js +30 -30
- package/dist/maps/keyboardToStringMap.js +62 -62
- package/dist/maps/pillNameToEffectMap.js +79 -79
- package/dist/maps/roomNameToTypeMap.js +34 -34
- package/dist/maps/roomShapeToTopLeftWallGridIndexMap.js +4 -4
- package/dist/maps/transformationNameToPlayerFormMap.js +26 -26
- package/dist/objects/backdropTypeToRockAltType.js +59 -59
- package/dist/objects/batteryNames.js +4 -4
- package/dist/objects/bombNames.js +7 -7
- package/dist/objects/bossNamePNGFileNames.js +101 -101
- package/dist/objects/bossNames.js +101 -101
- package/dist/objects/bossPortraitPNGFileNames.js +101 -101
- package/dist/objects/cardDescriptions.js +97 -97
- package/dist/objects/cardNames.js +97 -97
- package/dist/objects/challengeBosses.js +45 -45
- package/dist/objects/challengeCharacters.js +45 -45
- package/dist/objects/challengeCollectibleTypes.js +77 -77
- package/dist/objects/challengeNames.js +45 -45
- package/dist/objects/challengeTrinketType.js +45 -45
- package/dist/objects/characterDamageMultipliers.js +41 -41
- package/dist/objects/characterNames.js +41 -41
- package/dist/objects/characterSpritePNGFileNames.js +41 -41
- package/dist/objects/characterStartingCollectibleTypes.js +3 -3
- package/dist/objects/chestNames.js +11 -11
- package/dist/objects/coinNames.js +7 -7
- package/dist/objects/coinSubTypeToValue.js +7 -7
- package/dist/objects/collectibleDescriptions.js +721 -721
- package/dist/objects/collectibleNames.js +721 -721
- package/dist/objects/colors.d.ts +1 -0
- package/dist/objects/colors.d.ts.map +1 -1
- package/dist/objects/directionNames.js +4 -4
- package/dist/objects/directionToDegrees.js +4 -4
- package/dist/objects/directionToMoveAction.js +4 -4
- package/dist/objects/directionToShootAction.js +4 -4
- package/dist/objects/directionToVector.d.ts +1 -0
- package/dist/objects/directionToVector.d.ts.map +1 -1
- package/dist/objects/directionToVector.js +4 -4
- package/dist/objects/doorSlotFlagToDoorSlot.js +7 -7
- package/dist/objects/doorSlotToDirection.js +8 -8
- package/dist/objects/doorSlotToDoorSlotFlag.d.ts +1 -0
- package/dist/objects/doorSlotToDoorSlotFlag.d.ts.map +1 -1
- package/dist/objects/doorSlotToDoorSlotFlag.js +8 -8
- package/dist/objects/gridEntityTypeToANM2Name.js +27 -27
- package/dist/objects/heartNames.js +12 -12
- package/dist/objects/kColors.d.ts +1 -0
- package/dist/objects/kColors.d.ts.map +1 -1
- package/dist/objects/keyNames.js +4 -4
- package/dist/objects/languageNames.js +6 -6
- package/dist/objects/oppositeDoorSlots.js +8 -8
- package/dist/objects/pillEffectClasses.js +49 -49
- package/dist/objects/pillEffectNames.js +49 -49
- package/dist/objects/pillEffectTypes.js +49 -49
- package/dist/objects/playerNamePNGFileNames.js +41 -41
- package/dist/objects/playerPortraitPNGFileNames.js +41 -41
- package/dist/objects/roomShapeLayoutSizes.js +11 -11
- package/dist/objects/roomShapeToBottomRightPosition.d.ts +1 -0
- package/dist/objects/roomShapeToBottomRightPosition.d.ts.map +1 -1
- package/dist/objects/roomShapeToBottomRightPosition.js +11 -11
- package/dist/objects/roomShapeToDoorSlotCoordinates.js +52 -52
- package/dist/objects/roomShapeToDoorSlots.js +24 -24
- package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.js +52 -52
- package/dist/objects/roomShapeToGridWidth.js +11 -11
- package/dist/objects/roomShapeToTopLeftPosition.d.ts +1 -0
- package/dist/objects/roomShapeToTopLeftPosition.d.ts.map +1 -1
- package/dist/objects/roomShapeToTopLeftPosition.js +11 -11
- package/dist/objects/roomShapeVolumes.js +11 -11
- package/dist/objects/roomTypeNames.js +28 -28
- package/dist/objects/roomTypeSpecialGotoPrefixes.js +28 -28
- package/dist/objects/sackNames.js +2 -2
- package/dist/objects/slotNames.js +17 -17
- package/dist/objects/stageIDNames.js +30 -30
- package/dist/objects/stageToMusic.js +57 -57
- package/dist/objects/stageToStageID.js +73 -73
- package/dist/objects/stageTypeSuffixes.js +5 -5
- package/dist/objects/transformationNames.js +13 -13
- package/dist/objects/trinketDescriptions.js +188 -188
- package/dist/objects/trinketNames.js +188 -188
- package/dist/objects/versusScreenBackgroundColors.d.ts +1 -0
- package/dist/objects/versusScreenBackgroundColors.d.ts.map +1 -1
- package/dist/objects/versusScreenBackgroundColors.js +30 -30
- package/dist/objects/versusScreenDirtSpotColors.d.ts +1 -0
- package/dist/objects/versusScreenDirtSpotColors.d.ts.map +1 -1
- package/dist/objects/versusScreenDirtSpotColors.js +30 -30
- package/dist/sets/LRoomShapesSet.js +3 -3
- package/dist/sets/bigRoomShapesSet.js +6 -6
- package/dist/sets/bossSets.js +208 -208
- package/dist/sets/charactersThatStartWithAnActiveItemSet.js +10 -10
- package/dist/sets/charactersWithBlackHeartFromEternalHeartSet.js +1 -1
- package/dist/sets/charactersWithNoRedHeartsSet.js +7 -7
- package/dist/sets/charactersWithNoSoulHeartsSet.js +4 -4
- package/dist/sets/entitiesWithArmorSet.js +40 -40
- package/dist/sets/itemConfigCardTypesForCards.js +3 -3
- package/dist/sets/lostStyleCharactersSet.js +4 -4
- package/dist/sets/narrowRoomShapesSet.js +3 -3
- package/dist/sets/poopGridEntityXMLTypesSet.js +8 -8
- package/dist/sets/redHeartSubTypesSet.js +2 -2
- package/dist/sets/repentanceBossIDsSet.js +22 -22
- package/dist/sets/sinEntityTypesSet.js +6 -6
- package/dist/sets/singleUseActiveCollectibleTypesSet.js +7 -7
- package/dist/tsdoc-metadata.json +1 -1
- package/dist/types/PickingUpItem.js +2 -2
- package/package.json +1 -1
- package/src/classes/features/other/extraConsoleCommands/commands.ts +6 -1
- package/src/features.ts +2 -2
- package/src/functions/array.ts +1 -1
- package/src/functions/enums.ts +33 -33
- package/src/interfaces/PlayerStats.ts +2 -2
- package/src/interfaces/private/AddCallbackParametersCustom.ts +2 -2
package/dist/sets/bossSets.js
CHANGED
|
@@ -12,69 +12,69 @@ const ReadonlySet_1 = require("../types/ReadonlySet");
|
|
|
12
12
|
// not have real tuples. If we store bosses as tuples, then we cannot do a set lookup in O(1).
|
|
13
13
|
/** For `StageID.BASEMENT` (1). */
|
|
14
14
|
const BASEMENT_BOSSES = [
|
|
15
|
-
isaac_typescript_definitions_1.BossID.MONSTRO,
|
|
16
|
-
isaac_typescript_definitions_1.BossID.LARRY_JR,
|
|
17
|
-
isaac_typescript_definitions_1.BossID.FAMINE,
|
|
18
|
-
isaac_typescript_definitions_1.BossID.DUKE_OF_FLIES,
|
|
19
|
-
isaac_typescript_definitions_1.BossID.GEMINI,
|
|
20
|
-
isaac_typescript_definitions_1.BossID.STEVEN,
|
|
21
|
-
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN,
|
|
22
|
-
isaac_typescript_definitions_1.BossID.FALLEN,
|
|
23
|
-
isaac_typescript_definitions_1.BossID.DINGLE,
|
|
24
|
-
isaac_typescript_definitions_1.BossID.GURGLING,
|
|
25
|
-
isaac_typescript_definitions_1.BossID.LITTLE_HORN,
|
|
15
|
+
isaac_typescript_definitions_1.BossID.MONSTRO, // 1
|
|
16
|
+
isaac_typescript_definitions_1.BossID.LARRY_JR, // 2
|
|
17
|
+
isaac_typescript_definitions_1.BossID.FAMINE, // 9
|
|
18
|
+
isaac_typescript_definitions_1.BossID.DUKE_OF_FLIES, // 13
|
|
19
|
+
isaac_typescript_definitions_1.BossID.GEMINI, // 17
|
|
20
|
+
isaac_typescript_definitions_1.BossID.STEVEN, // 20
|
|
21
|
+
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN, // 22
|
|
22
|
+
isaac_typescript_definitions_1.BossID.FALLEN, // 23
|
|
23
|
+
isaac_typescript_definitions_1.BossID.DINGLE, // 44
|
|
24
|
+
isaac_typescript_definitions_1.BossID.GURGLING, // 56
|
|
25
|
+
isaac_typescript_definitions_1.BossID.LITTLE_HORN, // 60
|
|
26
26
|
// - `BossID.RAG_MAN` (61) was removed in Repentance.
|
|
27
|
-
isaac_typescript_definitions_1.BossID.DANGLE,
|
|
28
|
-
isaac_typescript_definitions_1.BossID.TURDLING,
|
|
27
|
+
isaac_typescript_definitions_1.BossID.DANGLE, // 64
|
|
28
|
+
isaac_typescript_definitions_1.BossID.TURDLING, // 65
|
|
29
29
|
isaac_typescript_definitions_1.BossID.BABY_PLUM, // 84 (added in Repentance)
|
|
30
30
|
];
|
|
31
31
|
/** For `StageID.CELLAR` (2). */
|
|
32
32
|
const CELLAR_BOSSES = [
|
|
33
|
-
isaac_typescript_definitions_1.BossID.FAMINE,
|
|
34
|
-
isaac_typescript_definitions_1.BossID.DUKE_OF_FLIES,
|
|
33
|
+
isaac_typescript_definitions_1.BossID.FAMINE, // 9
|
|
34
|
+
isaac_typescript_definitions_1.BossID.DUKE_OF_FLIES, // 13
|
|
35
35
|
// - `BossID.FISTULA` (18) was removed in Repentance.
|
|
36
|
-
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN,
|
|
37
|
-
isaac_typescript_definitions_1.BossID.FALLEN,
|
|
38
|
-
isaac_typescript_definitions_1.BossID.BLIGHTED_OVUM,
|
|
39
|
-
isaac_typescript_definitions_1.BossID.WIDOW,
|
|
40
|
-
isaac_typescript_definitions_1.BossID.PIN,
|
|
41
|
-
isaac_typescript_definitions_1.BossID.HAUNT,
|
|
42
|
-
isaac_typescript_definitions_1.BossID.LITTLE_HORN,
|
|
43
|
-
isaac_typescript_definitions_1.BossID.RAG_MAN,
|
|
36
|
+
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN, // 22
|
|
37
|
+
isaac_typescript_definitions_1.BossID.FALLEN, // 23
|
|
38
|
+
isaac_typescript_definitions_1.BossID.BLIGHTED_OVUM, // 32
|
|
39
|
+
isaac_typescript_definitions_1.BossID.WIDOW, // 34
|
|
40
|
+
isaac_typescript_definitions_1.BossID.PIN, // 37
|
|
41
|
+
isaac_typescript_definitions_1.BossID.HAUNT, // 43
|
|
42
|
+
isaac_typescript_definitions_1.BossID.LITTLE_HORN, // 60
|
|
43
|
+
isaac_typescript_definitions_1.BossID.RAG_MAN, // 61
|
|
44
44
|
isaac_typescript_definitions_1.BossID.BABY_PLUM, // 84 (added in Repentance)
|
|
45
45
|
];
|
|
46
46
|
/** For `StageID.BURNING_BASEMENT` (3). */
|
|
47
47
|
const BURNING_BASEMENT_BOSSES = [
|
|
48
|
-
isaac_typescript_definitions_1.BossID.MONSTRO,
|
|
49
|
-
isaac_typescript_definitions_1.BossID.LARRY_JR,
|
|
50
|
-
isaac_typescript_definitions_1.BossID.FAMINE,
|
|
51
|
-
isaac_typescript_definitions_1.BossID.DUKE_OF_FLIES,
|
|
52
|
-
isaac_typescript_definitions_1.BossID.GEMINI,
|
|
53
|
-
isaac_typescript_definitions_1.BossID.STEVEN,
|
|
54
|
-
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN,
|
|
55
|
-
isaac_typescript_definitions_1.BossID.FALLEN,
|
|
48
|
+
isaac_typescript_definitions_1.BossID.MONSTRO, // 1
|
|
49
|
+
isaac_typescript_definitions_1.BossID.LARRY_JR, // 2
|
|
50
|
+
isaac_typescript_definitions_1.BossID.FAMINE, // 9
|
|
51
|
+
isaac_typescript_definitions_1.BossID.DUKE_OF_FLIES, // 13
|
|
52
|
+
isaac_typescript_definitions_1.BossID.GEMINI, // 17 (added in Repentance)
|
|
53
|
+
isaac_typescript_definitions_1.BossID.STEVEN, // 20 (added in Repentance)
|
|
54
|
+
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN, // 22
|
|
55
|
+
isaac_typescript_definitions_1.BossID.FALLEN, // 23
|
|
56
56
|
// - `BossID.HAUNT` (43) was removed in Repentance.
|
|
57
|
-
isaac_typescript_definitions_1.BossID.DINGLE,
|
|
58
|
-
isaac_typescript_definitions_1.BossID.GURGLING,
|
|
59
|
-
isaac_typescript_definitions_1.BossID.LITTLE_HORN,
|
|
60
|
-
isaac_typescript_definitions_1.BossID.RAG_MAN,
|
|
61
|
-
isaac_typescript_definitions_1.BossID.DANGLE,
|
|
62
|
-
isaac_typescript_definitions_1.BossID.TURDLING,
|
|
57
|
+
isaac_typescript_definitions_1.BossID.DINGLE, // 44 (added in Repentance)
|
|
58
|
+
isaac_typescript_definitions_1.BossID.GURGLING, // 56 (added in Repentance)
|
|
59
|
+
isaac_typescript_definitions_1.BossID.LITTLE_HORN, // 60
|
|
60
|
+
isaac_typescript_definitions_1.BossID.RAG_MAN, // 61
|
|
61
|
+
isaac_typescript_definitions_1.BossID.DANGLE, // 64 (added in Repentance)
|
|
62
|
+
isaac_typescript_definitions_1.BossID.TURDLING, // 65 (added in Repentance)
|
|
63
63
|
isaac_typescript_definitions_1.BossID.BABY_PLUM, // 84 (added in Repentance)
|
|
64
64
|
];
|
|
65
65
|
/** For `StageID.DOWNPOUR` (27). */
|
|
66
66
|
const DOWNPOUR_BOSSES = [
|
|
67
|
-
isaac_typescript_definitions_1.BossID.LIL_BLUB,
|
|
68
|
-
isaac_typescript_definitions_1.BossID.WORMWOOD,
|
|
69
|
-
isaac_typescript_definitions_1.BossID.RAINMAKER,
|
|
67
|
+
isaac_typescript_definitions_1.BossID.LIL_BLUB, // 75
|
|
68
|
+
isaac_typescript_definitions_1.BossID.WORMWOOD, // 76
|
|
69
|
+
isaac_typescript_definitions_1.BossID.RAINMAKER, // 77
|
|
70
70
|
isaac_typescript_definitions_1.BossID.MIN_MIN, // 91
|
|
71
71
|
];
|
|
72
72
|
/** For `StageID.DROSS` (28). */
|
|
73
73
|
const DROSS_BOSSES = [
|
|
74
|
-
isaac_typescript_definitions_1.BossID.LIL_BLUB,
|
|
75
|
-
isaac_typescript_definitions_1.BossID.WORMWOOD,
|
|
76
|
-
isaac_typescript_definitions_1.BossID.CLOG,
|
|
77
|
-
isaac_typescript_definitions_1.BossID.COLOSTOMIA,
|
|
74
|
+
isaac_typescript_definitions_1.BossID.LIL_BLUB, // 75
|
|
75
|
+
isaac_typescript_definitions_1.BossID.WORMWOOD, // 76
|
|
76
|
+
isaac_typescript_definitions_1.BossID.CLOG, // 92
|
|
77
|
+
isaac_typescript_definitions_1.BossID.COLOSTOMIA, // 95
|
|
78
78
|
isaac_typescript_definitions_1.BossID.TURDLET, // 97
|
|
79
79
|
];
|
|
80
80
|
/** The set of unique bosses for Basement, Cellar, Burning Basement, Downpour, and Dross. */
|
|
@@ -87,80 +87,80 @@ const ALL_BASEMENT_BOSSES_SET = new ReadonlySet_1.ReadonlySet([
|
|
|
87
87
|
]);
|
|
88
88
|
/** For `StageID.CAVES` (4). */
|
|
89
89
|
const CAVES_BOSSES = [
|
|
90
|
-
isaac_typescript_definitions_1.BossID.CHUB,
|
|
91
|
-
isaac_typescript_definitions_1.BossID.GURDY,
|
|
92
|
-
isaac_typescript_definitions_1.BossID.PESTILENCE,
|
|
93
|
-
isaac_typescript_definitions_1.BossID.PEEP,
|
|
94
|
-
isaac_typescript_definitions_1.BossID.FISTULA,
|
|
95
|
-
isaac_typescript_definitions_1.BossID.CHAD,
|
|
96
|
-
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN,
|
|
97
|
-
isaac_typescript_definitions_1.BossID.GURDY_JR,
|
|
98
|
-
isaac_typescript_definitions_1.BossID.MEGA_FATTY,
|
|
99
|
-
isaac_typescript_definitions_1.BossID.MEGA_MAW,
|
|
90
|
+
isaac_typescript_definitions_1.BossID.CHUB, // 3
|
|
91
|
+
isaac_typescript_definitions_1.BossID.GURDY, // 4
|
|
92
|
+
isaac_typescript_definitions_1.BossID.PESTILENCE, // 10
|
|
93
|
+
isaac_typescript_definitions_1.BossID.PEEP, // 14
|
|
94
|
+
isaac_typescript_definitions_1.BossID.FISTULA, // 18 (added in Repentance)
|
|
95
|
+
isaac_typescript_definitions_1.BossID.CHAD, // 21
|
|
96
|
+
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN, // 22
|
|
97
|
+
isaac_typescript_definitions_1.BossID.GURDY_JR, // 28
|
|
98
|
+
isaac_typescript_definitions_1.BossID.MEGA_FATTY, // 47
|
|
99
|
+
isaac_typescript_definitions_1.BossID.MEGA_MAW, // 45
|
|
100
100
|
// - `BossID.DARK_ONE` (50) was removed in Repentance.
|
|
101
|
-
isaac_typescript_definitions_1.BossID.FALLEN,
|
|
102
|
-
isaac_typescript_definitions_1.BossID.STAIN,
|
|
101
|
+
isaac_typescript_definitions_1.BossID.FALLEN, // 23
|
|
102
|
+
isaac_typescript_definitions_1.BossID.STAIN, // 57
|
|
103
103
|
// - `BossID.FORSAKEN` (59) was removed in Repentance.
|
|
104
104
|
// - `BossID.FRAIL` (66) was removed in Repentance.
|
|
105
|
-
isaac_typescript_definitions_1.BossID.RAG_MEGA,
|
|
106
|
-
isaac_typescript_definitions_1.BossID.BIG_HORN,
|
|
105
|
+
isaac_typescript_definitions_1.BossID.RAG_MEGA, // 67
|
|
106
|
+
isaac_typescript_definitions_1.BossID.BIG_HORN, // 69
|
|
107
107
|
isaac_typescript_definitions_1.BossID.BUMBINO, // 94 (added in Repentance)
|
|
108
108
|
];
|
|
109
109
|
/** For `StageID.CATACOMBS` (5). */
|
|
110
110
|
const CATACOMBS_BOSSES = [
|
|
111
|
-
isaac_typescript_definitions_1.BossID.PESTILENCE,
|
|
112
|
-
isaac_typescript_definitions_1.BossID.PEEP,
|
|
113
|
-
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN,
|
|
114
|
-
isaac_typescript_definitions_1.BossID.FALLEN,
|
|
115
|
-
isaac_typescript_definitions_1.BossID.HOLLOW,
|
|
116
|
-
isaac_typescript_definitions_1.BossID.CARRION_QUEEN,
|
|
117
|
-
isaac_typescript_definitions_1.BossID.GURDY_JR,
|
|
118
|
-
isaac_typescript_definitions_1.BossID.HUSK,
|
|
119
|
-
isaac_typescript_definitions_1.BossID.WRETCHED,
|
|
120
|
-
isaac_typescript_definitions_1.BossID.DARK_ONE,
|
|
121
|
-
isaac_typescript_definitions_1.BossID.POLYCEPHALUS,
|
|
111
|
+
isaac_typescript_definitions_1.BossID.PESTILENCE, // 10
|
|
112
|
+
isaac_typescript_definitions_1.BossID.PEEP, // 14
|
|
113
|
+
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN, // 22
|
|
114
|
+
isaac_typescript_definitions_1.BossID.FALLEN, // 23
|
|
115
|
+
isaac_typescript_definitions_1.BossID.HOLLOW, // 26
|
|
116
|
+
isaac_typescript_definitions_1.BossID.CARRION_QUEEN, // 27
|
|
117
|
+
isaac_typescript_definitions_1.BossID.GURDY_JR, // 28
|
|
118
|
+
isaac_typescript_definitions_1.BossID.HUSK, // 29
|
|
119
|
+
isaac_typescript_definitions_1.BossID.WRETCHED, // 36
|
|
120
|
+
isaac_typescript_definitions_1.BossID.DARK_ONE, // 50
|
|
121
|
+
isaac_typescript_definitions_1.BossID.POLYCEPHALUS, // 52
|
|
122
122
|
// - `BossID.STAIN` (57) was removed in Repentance.
|
|
123
|
-
isaac_typescript_definitions_1.BossID.FORSAKEN,
|
|
124
|
-
isaac_typescript_definitions_1.BossID.FRAIL,
|
|
125
|
-
isaac_typescript_definitions_1.BossID.RAG_MEGA,
|
|
126
|
-
isaac_typescript_definitions_1.BossID.BIG_HORN,
|
|
123
|
+
isaac_typescript_definitions_1.BossID.FORSAKEN, // 59
|
|
124
|
+
isaac_typescript_definitions_1.BossID.FRAIL, // 66
|
|
125
|
+
isaac_typescript_definitions_1.BossID.RAG_MEGA, // 67
|
|
126
|
+
isaac_typescript_definitions_1.BossID.BIG_HORN, // 69
|
|
127
127
|
isaac_typescript_definitions_1.BossID.BUMBINO, // 94 (added in Repentance)
|
|
128
128
|
];
|
|
129
129
|
/** For `StageID.FLOODED_CAVES` (6). */
|
|
130
130
|
const FLOODED_CAVES_BOSSES = [
|
|
131
|
-
isaac_typescript_definitions_1.BossID.CHUB,
|
|
132
|
-
isaac_typescript_definitions_1.BossID.GURDY,
|
|
133
|
-
isaac_typescript_definitions_1.BossID.PESTILENCE,
|
|
134
|
-
isaac_typescript_definitions_1.BossID.PEEP,
|
|
135
|
-
isaac_typescript_definitions_1.BossID.FISTULA,
|
|
136
|
-
isaac_typescript_definitions_1.BossID.CHAD,
|
|
137
|
-
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN,
|
|
138
|
-
isaac_typescript_definitions_1.BossID.FALLEN,
|
|
139
|
-
isaac_typescript_definitions_1.BossID.GURDY_JR,
|
|
140
|
-
isaac_typescript_definitions_1.BossID.MEGA_MAW,
|
|
141
|
-
isaac_typescript_definitions_1.BossID.MEGA_FATTY,
|
|
131
|
+
isaac_typescript_definitions_1.BossID.CHUB, // 3
|
|
132
|
+
isaac_typescript_definitions_1.BossID.GURDY, // 4
|
|
133
|
+
isaac_typescript_definitions_1.BossID.PESTILENCE, // 10
|
|
134
|
+
isaac_typescript_definitions_1.BossID.PEEP, // 14
|
|
135
|
+
isaac_typescript_definitions_1.BossID.FISTULA, // 18 (added in Repentance)
|
|
136
|
+
isaac_typescript_definitions_1.BossID.CHAD, // 21
|
|
137
|
+
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN, // 22
|
|
138
|
+
isaac_typescript_definitions_1.BossID.FALLEN, // 23
|
|
139
|
+
isaac_typescript_definitions_1.BossID.GURDY_JR, // 28
|
|
140
|
+
isaac_typescript_definitions_1.BossID.MEGA_MAW, // 45 (added in Repentance)
|
|
141
|
+
isaac_typescript_definitions_1.BossID.MEGA_FATTY, // 47 (added in Repentance)
|
|
142
142
|
// - `BossID.DARK_ONE` (50) was removed in Repentance.
|
|
143
143
|
// - `BossID.POLYCEPHALUS` (52) was removed in Repentance.
|
|
144
|
-
isaac_typescript_definitions_1.BossID.STAIN,
|
|
145
|
-
isaac_typescript_definitions_1.BossID.FORSAKEN,
|
|
146
|
-
isaac_typescript_definitions_1.BossID.FRAIL,
|
|
147
|
-
isaac_typescript_definitions_1.BossID.RAG_MEGA,
|
|
148
|
-
isaac_typescript_definitions_1.BossID.BIG_HORN,
|
|
144
|
+
isaac_typescript_definitions_1.BossID.STAIN, // 57
|
|
145
|
+
isaac_typescript_definitions_1.BossID.FORSAKEN, // 59
|
|
146
|
+
isaac_typescript_definitions_1.BossID.FRAIL, // 66
|
|
147
|
+
isaac_typescript_definitions_1.BossID.RAG_MEGA, // 67
|
|
148
|
+
isaac_typescript_definitions_1.BossID.BIG_HORN, // 69
|
|
149
149
|
isaac_typescript_definitions_1.BossID.BUMBINO, // 94 (added in Repentance)
|
|
150
150
|
];
|
|
151
151
|
/** For `StageID.MINES` (29). */
|
|
152
152
|
const MINES_BOSSES = [
|
|
153
|
-
isaac_typescript_definitions_1.BossID.REAP_CREEP,
|
|
154
|
-
isaac_typescript_definitions_1.BossID.TUFF_TWINS,
|
|
155
|
-
isaac_typescript_definitions_1.BossID.HORNFEL,
|
|
153
|
+
isaac_typescript_definitions_1.BossID.REAP_CREEP, // 74
|
|
154
|
+
isaac_typescript_definitions_1.BossID.TUFF_TWINS, // 80
|
|
155
|
+
isaac_typescript_definitions_1.BossID.HORNFEL, // 82
|
|
156
156
|
isaac_typescript_definitions_1.BossID.GREAT_GIDEON, // 83
|
|
157
157
|
];
|
|
158
158
|
/** For `StageID.ASHPIT` (30). */
|
|
159
159
|
const ASHPIT_BOSSES = [
|
|
160
|
-
isaac_typescript_definitions_1.BossID.PILE,
|
|
161
|
-
isaac_typescript_definitions_1.BossID.GREAT_GIDEON,
|
|
162
|
-
isaac_typescript_definitions_1.BossID.SINGE,
|
|
163
|
-
isaac_typescript_definitions_1.BossID.SHELL,
|
|
160
|
+
isaac_typescript_definitions_1.BossID.PILE, // 73
|
|
161
|
+
isaac_typescript_definitions_1.BossID.GREAT_GIDEON, // 83
|
|
162
|
+
isaac_typescript_definitions_1.BossID.SINGE, // 93
|
|
163
|
+
isaac_typescript_definitions_1.BossID.SHELL, // 96
|
|
164
164
|
isaac_typescript_definitions_1.BossID.CLUTCH, // 102
|
|
165
165
|
];
|
|
166
166
|
/** The set of unique bosses for Caves, Catacombs, Flooded Caves, Mines, and Ashpit. */
|
|
@@ -177,18 +177,18 @@ const ALL_CAVES_BOSSES_SET = new ReadonlySet_1.ReadonlySet([
|
|
|
177
177
|
* Note that this set includes Mom, even though they are not technically in the boss pool.
|
|
178
178
|
*/
|
|
179
179
|
const DEPTHS_BOSSES = [
|
|
180
|
-
isaac_typescript_definitions_1.BossID.MONSTRO_2,
|
|
181
|
-
isaac_typescript_definitions_1.BossID.MOM,
|
|
182
|
-
isaac_typescript_definitions_1.BossID.WAR,
|
|
183
|
-
isaac_typescript_definitions_1.BossID.LOKI,
|
|
184
|
-
isaac_typescript_definitions_1.BossID.GISH,
|
|
185
|
-
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN,
|
|
186
|
-
isaac_typescript_definitions_1.BossID.FALLEN,
|
|
187
|
-
isaac_typescript_definitions_1.BossID.GATE,
|
|
188
|
-
isaac_typescript_definitions_1.BossID.CAGE,
|
|
180
|
+
isaac_typescript_definitions_1.BossID.MONSTRO_2, // 5
|
|
181
|
+
isaac_typescript_definitions_1.BossID.MOM, // 6
|
|
182
|
+
isaac_typescript_definitions_1.BossID.WAR, // 11
|
|
183
|
+
isaac_typescript_definitions_1.BossID.LOKI, // 15
|
|
184
|
+
isaac_typescript_definitions_1.BossID.GISH, // 19
|
|
185
|
+
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN, // 22
|
|
186
|
+
isaac_typescript_definitions_1.BossID.FALLEN, // 23
|
|
187
|
+
isaac_typescript_definitions_1.BossID.GATE, // 46
|
|
188
|
+
isaac_typescript_definitions_1.BossID.CAGE, // 48
|
|
189
189
|
// - `BossID.ADVERSARY` (51) was removed in Repentance.
|
|
190
|
-
isaac_typescript_definitions_1.BossID.BROWNIE,
|
|
191
|
-
isaac_typescript_definitions_1.BossID.SISTERS_VIS,
|
|
190
|
+
isaac_typescript_definitions_1.BossID.BROWNIE, // 58
|
|
191
|
+
isaac_typescript_definitions_1.BossID.SISTERS_VIS, // 68
|
|
192
192
|
isaac_typescript_definitions_1.BossID.REAP_CREEP, // 74 (added in Repentance)
|
|
193
193
|
];
|
|
194
194
|
/**
|
|
@@ -197,17 +197,17 @@ const DEPTHS_BOSSES = [
|
|
|
197
197
|
* Note that this set includes Mom, even though they are not technically in the boss pool.
|
|
198
198
|
*/
|
|
199
199
|
const NECROPOLIS_BOSSES = [
|
|
200
|
-
isaac_typescript_definitions_1.BossID.MOM,
|
|
201
|
-
isaac_typescript_definitions_1.BossID.WAR,
|
|
202
|
-
isaac_typescript_definitions_1.BossID.LOKI,
|
|
203
|
-
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN,
|
|
204
|
-
isaac_typescript_definitions_1.BossID.FALLEN,
|
|
205
|
-
isaac_typescript_definitions_1.BossID.BLOAT,
|
|
206
|
-
isaac_typescript_definitions_1.BossID.MASK_OF_INFAMY,
|
|
200
|
+
isaac_typescript_definitions_1.BossID.MOM, // 6
|
|
201
|
+
isaac_typescript_definitions_1.BossID.WAR, // 11
|
|
202
|
+
isaac_typescript_definitions_1.BossID.LOKI, // 15
|
|
203
|
+
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN, // 22
|
|
204
|
+
isaac_typescript_definitions_1.BossID.FALLEN, // 23
|
|
205
|
+
isaac_typescript_definitions_1.BossID.BLOAT, // 30
|
|
206
|
+
isaac_typescript_definitions_1.BossID.MASK_OF_INFAMY, // 35
|
|
207
207
|
// - `BossID.GATE` (46) was removed in Repentance.
|
|
208
|
-
isaac_typescript_definitions_1.BossID.ADVERSARY,
|
|
209
|
-
isaac_typescript_definitions_1.BossID.BROWNIE,
|
|
210
|
-
isaac_typescript_definitions_1.BossID.SISTERS_VIS,
|
|
208
|
+
isaac_typescript_definitions_1.BossID.ADVERSARY, // 51
|
|
209
|
+
isaac_typescript_definitions_1.BossID.BROWNIE, // 58
|
|
210
|
+
isaac_typescript_definitions_1.BossID.SISTERS_VIS, // 68
|
|
211
211
|
isaac_typescript_definitions_1.BossID.PILE, // 73 (added in Repentance)
|
|
212
212
|
];
|
|
213
213
|
/**
|
|
@@ -216,18 +216,18 @@ const NECROPOLIS_BOSSES = [
|
|
|
216
216
|
* Note that this set includes Mom, even though they are not technically in the boss pool.
|
|
217
217
|
*/
|
|
218
218
|
const DANK_DEPTHS_BOSSES = [
|
|
219
|
-
isaac_typescript_definitions_1.BossID.MONSTRO_2,
|
|
220
|
-
isaac_typescript_definitions_1.BossID.MOM,
|
|
221
|
-
isaac_typescript_definitions_1.BossID.WAR,
|
|
222
|
-
isaac_typescript_definitions_1.BossID.LOKI,
|
|
223
|
-
isaac_typescript_definitions_1.BossID.GISH,
|
|
224
|
-
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN,
|
|
225
|
-
isaac_typescript_definitions_1.BossID.FALLEN,
|
|
226
|
-
isaac_typescript_definitions_1.BossID.GATE,
|
|
227
|
-
isaac_typescript_definitions_1.BossID.CAGE,
|
|
219
|
+
isaac_typescript_definitions_1.BossID.MONSTRO_2, // 5
|
|
220
|
+
isaac_typescript_definitions_1.BossID.MOM, // 6
|
|
221
|
+
isaac_typescript_definitions_1.BossID.WAR, // 11
|
|
222
|
+
isaac_typescript_definitions_1.BossID.LOKI, // 15
|
|
223
|
+
isaac_typescript_definitions_1.BossID.GISH, // 19
|
|
224
|
+
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN, // 22
|
|
225
|
+
isaac_typescript_definitions_1.BossID.FALLEN, // 23
|
|
226
|
+
isaac_typescript_definitions_1.BossID.GATE, // 46 (added in Repentance)
|
|
227
|
+
isaac_typescript_definitions_1.BossID.CAGE, // 48 (added in Repentance)
|
|
228
228
|
// - `BossID.ADVERSARY` (51) was removed in Repentance.
|
|
229
|
-
isaac_typescript_definitions_1.BossID.BROWNIE,
|
|
230
|
-
isaac_typescript_definitions_1.BossID.SISTERS_VIS,
|
|
229
|
+
isaac_typescript_definitions_1.BossID.BROWNIE, // 58
|
|
230
|
+
isaac_typescript_definitions_1.BossID.SISTERS_VIS, // 68
|
|
231
231
|
isaac_typescript_definitions_1.BossID.REAP_CREEP, // 74 (added in Repentance)
|
|
232
232
|
];
|
|
233
233
|
/**
|
|
@@ -236,8 +236,8 @@ const DANK_DEPTHS_BOSSES = [
|
|
|
236
236
|
* Note that this set includes Mausoleum Mom, even though they are not technically in the boss pool.
|
|
237
237
|
*/
|
|
238
238
|
const MAUSOLEUM_BOSSES = [
|
|
239
|
-
isaac_typescript_definitions_1.BossID.SIREN,
|
|
240
|
-
isaac_typescript_definitions_1.BossID.HERETIC,
|
|
239
|
+
isaac_typescript_definitions_1.BossID.SIREN, // 79
|
|
240
|
+
isaac_typescript_definitions_1.BossID.HERETIC, // 81
|
|
241
241
|
isaac_typescript_definitions_1.BossID.MAUSOLEUM_MOM, // 89
|
|
242
242
|
];
|
|
243
243
|
/**
|
|
@@ -246,8 +246,8 @@ const MAUSOLEUM_BOSSES = [
|
|
|
246
246
|
* Note that this set includes Mausoleum Mom, even though they are not technically in the boss pool.
|
|
247
247
|
*/
|
|
248
248
|
const GEHENNA_BOSSES = [
|
|
249
|
-
isaac_typescript_definitions_1.BossID.VISAGE,
|
|
250
|
-
isaac_typescript_definitions_1.BossID.MAUSOLEUM_MOM,
|
|
249
|
+
isaac_typescript_definitions_1.BossID.VISAGE, // 78
|
|
250
|
+
isaac_typescript_definitions_1.BossID.MAUSOLEUM_MOM, // 89
|
|
251
251
|
isaac_typescript_definitions_1.BossID.HORNY_BOYS, // 101
|
|
252
252
|
];
|
|
253
253
|
/** The set of unique bosses for Depths, Necropolis, Dank Depths, Mausoleum, and Gehenna. */
|
|
@@ -265,21 +265,21 @@ const ALL_DEPTHS_BOSSES_SET = new ReadonlySet_1.ReadonlySet([
|
|
|
265
265
|
* boss pool.
|
|
266
266
|
*/
|
|
267
267
|
const WOMB_BOSSES = [
|
|
268
|
-
isaac_typescript_definitions_1.BossID.SCOLEX,
|
|
269
|
-
isaac_typescript_definitions_1.BossID.MOMS_HEART,
|
|
270
|
-
isaac_typescript_definitions_1.BossID.DEATH,
|
|
271
|
-
isaac_typescript_definitions_1.BossID.BLASTOCYST,
|
|
272
|
-
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN,
|
|
273
|
-
isaac_typescript_definitions_1.BossID.FALLEN,
|
|
274
|
-
isaac_typescript_definitions_1.BossID.IT_LIVES,
|
|
268
|
+
isaac_typescript_definitions_1.BossID.SCOLEX, // 7
|
|
269
|
+
isaac_typescript_definitions_1.BossID.MOMS_HEART, // 8
|
|
270
|
+
isaac_typescript_definitions_1.BossID.DEATH, // 12
|
|
271
|
+
isaac_typescript_definitions_1.BossID.BLASTOCYST, // 16
|
|
272
|
+
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN, // 22
|
|
273
|
+
isaac_typescript_definitions_1.BossID.FALLEN, // 23
|
|
274
|
+
isaac_typescript_definitions_1.BossID.IT_LIVES, // 25
|
|
275
275
|
// - `BossID.BLOAT` (30) was removed in Repentance.
|
|
276
|
-
isaac_typescript_definitions_1.BossID.LOKII,
|
|
276
|
+
isaac_typescript_definitions_1.BossID.LOKII, // 31
|
|
277
277
|
// - `BossID.TERATOMA` (33) was removed in Repentance.
|
|
278
|
-
isaac_typescript_definitions_1.BossID.CONQUEST,
|
|
278
|
+
isaac_typescript_definitions_1.BossID.CONQUEST, // 38
|
|
279
279
|
// - `BossID.DADDY_LONG_LEGS` (41) was removed in Repentance.
|
|
280
280
|
// - `BossID.TRIACHNID` (42) was removed in Repentance.
|
|
281
|
-
isaac_typescript_definitions_1.BossID.MAMA_GURDY,
|
|
282
|
-
isaac_typescript_definitions_1.BossID.MR_FRED,
|
|
281
|
+
isaac_typescript_definitions_1.BossID.MAMA_GURDY, // 49
|
|
282
|
+
isaac_typescript_definitions_1.BossID.MR_FRED, // 53
|
|
283
283
|
// - `BossID.SISTERS_VIS` (68) was removed in Repentance.
|
|
284
284
|
isaac_typescript_definitions_1.BossID.MATRIARCH, // 72
|
|
285
285
|
];
|
|
@@ -290,17 +290,17 @@ const WOMB_BOSSES = [
|
|
|
290
290
|
* boss pool.
|
|
291
291
|
*/
|
|
292
292
|
const UTERO_BOSSES = [
|
|
293
|
-
isaac_typescript_definitions_1.BossID.MOMS_HEART,
|
|
294
|
-
isaac_typescript_definitions_1.BossID.DEATH,
|
|
293
|
+
isaac_typescript_definitions_1.BossID.MOMS_HEART, // 8
|
|
294
|
+
isaac_typescript_definitions_1.BossID.DEATH, // 12
|
|
295
295
|
// - `BossID.BLASTOCYST` (16) was removed in Repentance.
|
|
296
|
-
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN,
|
|
297
|
-
isaac_typescript_definitions_1.BossID.FALLEN,
|
|
298
|
-
isaac_typescript_definitions_1.BossID.IT_LIVES,
|
|
299
|
-
isaac_typescript_definitions_1.BossID.BLOAT,
|
|
300
|
-
isaac_typescript_definitions_1.BossID.LOKII,
|
|
301
|
-
isaac_typescript_definitions_1.BossID.TERATOMA,
|
|
302
|
-
isaac_typescript_definitions_1.BossID.CONQUEST,
|
|
303
|
-
isaac_typescript_definitions_1.BossID.DADDY_LONG_LEGS,
|
|
296
|
+
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN, // 22
|
|
297
|
+
isaac_typescript_definitions_1.BossID.FALLEN, // 23
|
|
298
|
+
isaac_typescript_definitions_1.BossID.IT_LIVES, // 25
|
|
299
|
+
isaac_typescript_definitions_1.BossID.BLOAT, // 30
|
|
300
|
+
isaac_typescript_definitions_1.BossID.LOKII, // 31
|
|
301
|
+
isaac_typescript_definitions_1.BossID.TERATOMA, // 33
|
|
302
|
+
isaac_typescript_definitions_1.BossID.CONQUEST, // 38
|
|
303
|
+
isaac_typescript_definitions_1.BossID.DADDY_LONG_LEGS, // 41
|
|
304
304
|
isaac_typescript_definitions_1.BossID.TRIACHNID, // 42
|
|
305
305
|
// - `BossID.MAMA_GURDY` (49) was removed in Repentance.
|
|
306
306
|
// - `BossID.MR_FRED` (52) was removed in Repentance.
|
|
@@ -314,21 +314,21 @@ const UTERO_BOSSES = [
|
|
|
314
314
|
* boss pool.
|
|
315
315
|
*/
|
|
316
316
|
const SCARRED_WOMB_BOSSES = [
|
|
317
|
-
isaac_typescript_definitions_1.BossID.SCOLEX,
|
|
318
|
-
isaac_typescript_definitions_1.BossID.MOMS_HEART,
|
|
319
|
-
isaac_typescript_definitions_1.BossID.DEATH,
|
|
320
|
-
isaac_typescript_definitions_1.BossID.BLASTOCYST,
|
|
321
|
-
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN,
|
|
322
|
-
isaac_typescript_definitions_1.BossID.FALLEN,
|
|
323
|
-
isaac_typescript_definitions_1.BossID.IT_LIVES,
|
|
317
|
+
isaac_typescript_definitions_1.BossID.SCOLEX, // 7
|
|
318
|
+
isaac_typescript_definitions_1.BossID.MOMS_HEART, // 8
|
|
319
|
+
isaac_typescript_definitions_1.BossID.DEATH, // 12
|
|
320
|
+
isaac_typescript_definitions_1.BossID.BLASTOCYST, // 16
|
|
321
|
+
isaac_typescript_definitions_1.BossID.HEADLESS_HORSEMAN, // 22
|
|
322
|
+
isaac_typescript_definitions_1.BossID.FALLEN, // 23
|
|
323
|
+
isaac_typescript_definitions_1.BossID.IT_LIVES, // 25
|
|
324
324
|
// - `BossID.BLOAT` (30) was removed in Repentance.
|
|
325
|
-
isaac_typescript_definitions_1.BossID.LOKII,
|
|
325
|
+
isaac_typescript_definitions_1.BossID.LOKII, // 31 (added in Repentance)
|
|
326
326
|
// - `BossID.TERATOMA` (33) was removed in Repentance.
|
|
327
|
-
isaac_typescript_definitions_1.BossID.CONQUEST,
|
|
327
|
+
isaac_typescript_definitions_1.BossID.CONQUEST, // 38
|
|
328
328
|
// - `BossID.DADDY_LONG_LEGS` (41) was removed in Repentance.
|
|
329
|
-
isaac_typescript_definitions_1.BossID.TRIACHNID,
|
|
330
|
-
isaac_typescript_definitions_1.BossID.MAMA_GURDY,
|
|
331
|
-
isaac_typescript_definitions_1.BossID.MR_FRED,
|
|
329
|
+
isaac_typescript_definitions_1.BossID.TRIACHNID, // 42
|
|
330
|
+
isaac_typescript_definitions_1.BossID.MAMA_GURDY, // 49
|
|
331
|
+
isaac_typescript_definitions_1.BossID.MR_FRED, // 53 (added in Repentance)
|
|
332
332
|
// - `BossID.SISTERS_VIS` (68) was removed in Repentance.
|
|
333
333
|
isaac_typescript_definitions_1.BossID.MATRIARCH, // 72
|
|
334
334
|
];
|
|
@@ -338,9 +338,9 @@ const SCARRED_WOMB_BOSSES = [
|
|
|
338
338
|
* Note that this set includes Mother, even though she is not technically in the boss pool.
|
|
339
339
|
*/
|
|
340
340
|
const CORPSE_BOSSES = [
|
|
341
|
-
isaac_typescript_definitions_1.BossID.SCOURGE,
|
|
342
|
-
isaac_typescript_definitions_1.BossID.CHIMERA,
|
|
343
|
-
isaac_typescript_definitions_1.BossID.ROTGUT,
|
|
341
|
+
isaac_typescript_definitions_1.BossID.SCOURGE, // 85
|
|
342
|
+
isaac_typescript_definitions_1.BossID.CHIMERA, // 86
|
|
343
|
+
isaac_typescript_definitions_1.BossID.ROTGUT, // 87
|
|
344
344
|
isaac_typescript_definitions_1.BossID.MOTHER, // 88
|
|
345
345
|
];
|
|
346
346
|
/** The set of unique bosses for Womb, Utero, Scarred Womb, and Corpse. */
|
|
@@ -368,14 +368,14 @@ const ALL_STAGE_10_BOSSES_SET = new ReadonlySet_1.ReadonlySet([
|
|
|
368
368
|
* Note that this set includes Mega Satan, even though they are not technically in the boss pool.
|
|
369
369
|
*/
|
|
370
370
|
const DARK_ROOM_BOSSES = [
|
|
371
|
-
isaac_typescript_definitions_1.BossID.LAMB,
|
|
371
|
+
isaac_typescript_definitions_1.BossID.LAMB, // 54
|
|
372
372
|
isaac_typescript_definitions_1.BossID.MEGA_SATAN, // 55
|
|
373
373
|
];
|
|
374
374
|
/**
|
|
375
375
|
* Note that this set includes Mega Satan, even though they are not technically in the boss pool.
|
|
376
376
|
*/
|
|
377
377
|
const CHEST_BOSSES = [
|
|
378
|
-
isaac_typescript_definitions_1.BossID.BLUE_BABY,
|
|
378
|
+
isaac_typescript_definitions_1.BossID.BLUE_BABY, // 40
|
|
379
379
|
isaac_typescript_definitions_1.BossID.MEGA_SATAN, // 55
|
|
380
380
|
];
|
|
381
381
|
const ALL_STAGE_11_BOSSES_SET = new ReadonlySet_1.ReadonlySet([
|
|
@@ -391,51 +391,51 @@ const ALL_VOID_BOSSES_SET = new ReadonlySet_1.ReadonlySet([...VOID_BOSSES]);
|
|
|
391
391
|
* Ultra Death (since they do not have boss IDs).
|
|
392
392
|
*/
|
|
393
393
|
const HOME_BOSSES = [
|
|
394
|
-
isaac_typescript_definitions_1.BossID.DOGMA,
|
|
394
|
+
isaac_typescript_definitions_1.BossID.DOGMA, // 99
|
|
395
395
|
isaac_typescript_definitions_1.BossID.BEAST, // 100
|
|
396
396
|
];
|
|
397
397
|
const ALL_HOME_BOSSES_SET = new ReadonlySet_1.ReadonlySet([...HOME_BOSSES]);
|
|
398
398
|
exports.STAGE_ID_TO_BOSS_IDS = new ReadonlyMap_1.ReadonlyMap([
|
|
399
|
-
[isaac_typescript_definitions_1.StageID.BASEMENT, BASEMENT_BOSSES],
|
|
400
|
-
[isaac_typescript_definitions_1.StageID.CELLAR, CELLAR_BOSSES],
|
|
401
|
-
[isaac_typescript_definitions_1.StageID.BURNING_BASEMENT, BURNING_BASEMENT_BOSSES],
|
|
402
|
-
[isaac_typescript_definitions_1.StageID.DOWNPOUR, DOWNPOUR_BOSSES],
|
|
403
|
-
[isaac_typescript_definitions_1.StageID.DROSS, DROSS_BOSSES],
|
|
404
|
-
[isaac_typescript_definitions_1.StageID.CAVES, CAVES_BOSSES],
|
|
405
|
-
[isaac_typescript_definitions_1.StageID.CATACOMBS, CATACOMBS_BOSSES],
|
|
406
|
-
[isaac_typescript_definitions_1.StageID.FLOODED_CAVES, FLOODED_CAVES_BOSSES],
|
|
407
|
-
[isaac_typescript_definitions_1.StageID.MINES, MINES_BOSSES],
|
|
408
|
-
[isaac_typescript_definitions_1.StageID.ASHPIT, ASHPIT_BOSSES],
|
|
409
|
-
[isaac_typescript_definitions_1.StageID.DEPTHS, DEPTHS_BOSSES],
|
|
410
|
-
[isaac_typescript_definitions_1.StageID.NECROPOLIS, NECROPOLIS_BOSSES],
|
|
411
|
-
[isaac_typescript_definitions_1.StageID.DANK_DEPTHS, DANK_DEPTHS_BOSSES],
|
|
412
|
-
[isaac_typescript_definitions_1.StageID.MAUSOLEUM, MAUSOLEUM_BOSSES],
|
|
413
|
-
[isaac_typescript_definitions_1.StageID.GEHENNA, GEHENNA_BOSSES],
|
|
414
|
-
[isaac_typescript_definitions_1.StageID.WOMB, WOMB_BOSSES],
|
|
415
|
-
[isaac_typescript_definitions_1.StageID.UTERO, UTERO_BOSSES],
|
|
416
|
-
[isaac_typescript_definitions_1.StageID.SCARRED_WOMB, SCARRED_WOMB_BOSSES],
|
|
417
|
-
[isaac_typescript_definitions_1.StageID.CORPSE, CORPSE_BOSSES],
|
|
418
|
-
[isaac_typescript_definitions_1.StageID.BLUE_WOMB, BLUE_WOMB_BOSSES],
|
|
419
|
-
[isaac_typescript_definitions_1.StageID.SHEOL, SHEOL_BOSSES],
|
|
420
|
-
[isaac_typescript_definitions_1.StageID.CATHEDRAL, CATHEDRAL_BOSSES],
|
|
421
|
-
[isaac_typescript_definitions_1.StageID.DARK_ROOM, DARK_ROOM_BOSSES],
|
|
422
|
-
[isaac_typescript_definitions_1.StageID.CHEST, CHEST_BOSSES],
|
|
423
|
-
[isaac_typescript_definitions_1.StageID.VOID, VOID_BOSSES],
|
|
399
|
+
[isaac_typescript_definitions_1.StageID.BASEMENT, BASEMENT_BOSSES], // 1
|
|
400
|
+
[isaac_typescript_definitions_1.StageID.CELLAR, CELLAR_BOSSES], // 2
|
|
401
|
+
[isaac_typescript_definitions_1.StageID.BURNING_BASEMENT, BURNING_BASEMENT_BOSSES], // 3
|
|
402
|
+
[isaac_typescript_definitions_1.StageID.DOWNPOUR, DOWNPOUR_BOSSES], // 27
|
|
403
|
+
[isaac_typescript_definitions_1.StageID.DROSS, DROSS_BOSSES], // 28
|
|
404
|
+
[isaac_typescript_definitions_1.StageID.CAVES, CAVES_BOSSES], // 4
|
|
405
|
+
[isaac_typescript_definitions_1.StageID.CATACOMBS, CATACOMBS_BOSSES], // 5
|
|
406
|
+
[isaac_typescript_definitions_1.StageID.FLOODED_CAVES, FLOODED_CAVES_BOSSES], // 6
|
|
407
|
+
[isaac_typescript_definitions_1.StageID.MINES, MINES_BOSSES], // 29
|
|
408
|
+
[isaac_typescript_definitions_1.StageID.ASHPIT, ASHPIT_BOSSES], // 30
|
|
409
|
+
[isaac_typescript_definitions_1.StageID.DEPTHS, DEPTHS_BOSSES], // 7
|
|
410
|
+
[isaac_typescript_definitions_1.StageID.NECROPOLIS, NECROPOLIS_BOSSES], // 8
|
|
411
|
+
[isaac_typescript_definitions_1.StageID.DANK_DEPTHS, DANK_DEPTHS_BOSSES], // 9
|
|
412
|
+
[isaac_typescript_definitions_1.StageID.MAUSOLEUM, MAUSOLEUM_BOSSES], // 31
|
|
413
|
+
[isaac_typescript_definitions_1.StageID.GEHENNA, GEHENNA_BOSSES], // 32
|
|
414
|
+
[isaac_typescript_definitions_1.StageID.WOMB, WOMB_BOSSES], // 10
|
|
415
|
+
[isaac_typescript_definitions_1.StageID.UTERO, UTERO_BOSSES], // 11
|
|
416
|
+
[isaac_typescript_definitions_1.StageID.SCARRED_WOMB, SCARRED_WOMB_BOSSES], // 12
|
|
417
|
+
[isaac_typescript_definitions_1.StageID.CORPSE, CORPSE_BOSSES], // 33
|
|
418
|
+
[isaac_typescript_definitions_1.StageID.BLUE_WOMB, BLUE_WOMB_BOSSES], // 13
|
|
419
|
+
[isaac_typescript_definitions_1.StageID.SHEOL, SHEOL_BOSSES], // 14
|
|
420
|
+
[isaac_typescript_definitions_1.StageID.CATHEDRAL, CATHEDRAL_BOSSES], // 15
|
|
421
|
+
[isaac_typescript_definitions_1.StageID.DARK_ROOM, DARK_ROOM_BOSSES], // 16
|
|
422
|
+
[isaac_typescript_definitions_1.StageID.CHEST, CHEST_BOSSES], // 17
|
|
423
|
+
[isaac_typescript_definitions_1.StageID.VOID, VOID_BOSSES], // 26
|
|
424
424
|
[isaac_typescript_definitions_1.StageID.HOME, HOME_BOSSES], // 35
|
|
425
425
|
]);
|
|
426
426
|
exports.STAGE_TO_COMBINED_BOSS_SET_MAP = new ReadonlyMap_1.ReadonlyMap([
|
|
427
|
-
[isaac_typescript_definitions_1.LevelStage.BASEMENT_1, ALL_BASEMENT_BOSSES_SET],
|
|
428
|
-
[isaac_typescript_definitions_1.LevelStage.BASEMENT_2, ALL_BASEMENT_BOSSES_SET],
|
|
429
|
-
[isaac_typescript_definitions_1.LevelStage.CAVES_1, ALL_CAVES_BOSSES_SET],
|
|
430
|
-
[isaac_typescript_definitions_1.LevelStage.CAVES_2, ALL_CAVES_BOSSES_SET],
|
|
431
|
-
[isaac_typescript_definitions_1.LevelStage.DEPTHS_1, ALL_DEPTHS_BOSSES_SET],
|
|
432
|
-
[isaac_typescript_definitions_1.LevelStage.DEPTHS_2, ALL_DEPTHS_BOSSES_SET],
|
|
433
|
-
[isaac_typescript_definitions_1.LevelStage.WOMB_1, ALL_WOMB_BOSSES_SET],
|
|
434
|
-
[isaac_typescript_definitions_1.LevelStage.WOMB_2, ALL_WOMB_BOSSES_SET],
|
|
435
|
-
[isaac_typescript_definitions_1.LevelStage.BLUE_WOMB, ALL_BLUE_WOMB_BOSSES_SET],
|
|
436
|
-
[isaac_typescript_definitions_1.LevelStage.SHEOL_CATHEDRAL, ALL_STAGE_10_BOSSES_SET],
|
|
437
|
-
[isaac_typescript_definitions_1.LevelStage.DARK_ROOM_CHEST, ALL_STAGE_11_BOSSES_SET],
|
|
438
|
-
[isaac_typescript_definitions_1.LevelStage.VOID, ALL_VOID_BOSSES_SET],
|
|
427
|
+
[isaac_typescript_definitions_1.LevelStage.BASEMENT_1, ALL_BASEMENT_BOSSES_SET], // 1
|
|
428
|
+
[isaac_typescript_definitions_1.LevelStage.BASEMENT_2, ALL_BASEMENT_BOSSES_SET], // 2
|
|
429
|
+
[isaac_typescript_definitions_1.LevelStage.CAVES_1, ALL_CAVES_BOSSES_SET], // 3
|
|
430
|
+
[isaac_typescript_definitions_1.LevelStage.CAVES_2, ALL_CAVES_BOSSES_SET], // 4
|
|
431
|
+
[isaac_typescript_definitions_1.LevelStage.DEPTHS_1, ALL_DEPTHS_BOSSES_SET], // 5
|
|
432
|
+
[isaac_typescript_definitions_1.LevelStage.DEPTHS_2, ALL_DEPTHS_BOSSES_SET], // 6
|
|
433
|
+
[isaac_typescript_definitions_1.LevelStage.WOMB_1, ALL_WOMB_BOSSES_SET], // 7
|
|
434
|
+
[isaac_typescript_definitions_1.LevelStage.WOMB_2, ALL_WOMB_BOSSES_SET], // 8
|
|
435
|
+
[isaac_typescript_definitions_1.LevelStage.BLUE_WOMB, ALL_BLUE_WOMB_BOSSES_SET], // 9
|
|
436
|
+
[isaac_typescript_definitions_1.LevelStage.SHEOL_CATHEDRAL, ALL_STAGE_10_BOSSES_SET], // 10
|
|
437
|
+
[isaac_typescript_definitions_1.LevelStage.DARK_ROOM_CHEST, ALL_STAGE_11_BOSSES_SET], // 11
|
|
438
|
+
[isaac_typescript_definitions_1.LevelStage.VOID, ALL_VOID_BOSSES_SET], // 12
|
|
439
439
|
[isaac_typescript_definitions_1.LevelStage.HOME, ALL_HOME_BOSSES_SET], // 13
|
|
440
440
|
]);
|
|
441
441
|
exports.ALL_BOSSES = cachedEnumValues_1.BOSS_ID_VALUES.filter((bossID) => bossID !== isaac_typescript_definitions_1.BossID.RAGLICH);
|
|
@@ -4,15 +4,15 @@ exports.CHARACTERS_THAT_START_WITH_AN_ACTIVE_ITEM_SET = void 0;
|
|
|
4
4
|
const isaac_typescript_definitions_1 = require("isaac-typescript-definitions");
|
|
5
5
|
const ReadonlySet_1 = require("../types/ReadonlySet");
|
|
6
6
|
exports.CHARACTERS_THAT_START_WITH_AN_ACTIVE_ITEM_SET = new ReadonlySet_1.ReadonlySet([
|
|
7
|
-
isaac_typescript_definitions_1.PlayerType.ISAAC,
|
|
8
|
-
isaac_typescript_definitions_1.PlayerType.MAGDALENE,
|
|
9
|
-
isaac_typescript_definitions_1.PlayerType.JUDAS,
|
|
10
|
-
isaac_typescript_definitions_1.PlayerType.BLUE_BABY,
|
|
11
|
-
isaac_typescript_definitions_1.PlayerType.EVE,
|
|
12
|
-
isaac_typescript_definitions_1.PlayerType.EDEN,
|
|
13
|
-
isaac_typescript_definitions_1.PlayerType.LOST,
|
|
14
|
-
isaac_typescript_definitions_1.PlayerType.LILITH,
|
|
15
|
-
isaac_typescript_definitions_1.PlayerType.KEEPER,
|
|
16
|
-
isaac_typescript_definitions_1.PlayerType.APOLLYON,
|
|
7
|
+
isaac_typescript_definitions_1.PlayerType.ISAAC, // 0
|
|
8
|
+
isaac_typescript_definitions_1.PlayerType.MAGDALENE, // 1
|
|
9
|
+
isaac_typescript_definitions_1.PlayerType.JUDAS, // 3
|
|
10
|
+
isaac_typescript_definitions_1.PlayerType.BLUE_BABY, // 4
|
|
11
|
+
isaac_typescript_definitions_1.PlayerType.EVE, // 5
|
|
12
|
+
isaac_typescript_definitions_1.PlayerType.EDEN, // 9
|
|
13
|
+
isaac_typescript_definitions_1.PlayerType.LOST, // 10
|
|
14
|
+
isaac_typescript_definitions_1.PlayerType.LILITH, // 13
|
|
15
|
+
isaac_typescript_definitions_1.PlayerType.KEEPER, // 14
|
|
16
|
+
isaac_typescript_definitions_1.PlayerType.APOLLYON, // 15
|
|
17
17
|
isaac_typescript_definitions_1.PlayerType.EDEN_B, // 30
|
|
18
18
|
]);
|
|
@@ -4,6 +4,6 @@ exports.CHARACTERS_WITH_BLACK_HEART_FROM_ETERNAL_HEART_SET = void 0;
|
|
|
4
4
|
const isaac_typescript_definitions_1 = require("isaac-typescript-definitions");
|
|
5
5
|
const ReadonlySet_1 = require("../types/ReadonlySet");
|
|
6
6
|
exports.CHARACTERS_WITH_BLACK_HEART_FROM_ETERNAL_HEART_SET = new ReadonlySet_1.ReadonlySet([
|
|
7
|
-
isaac_typescript_definitions_1.PlayerType.DARK_JUDAS,
|
|
7
|
+
isaac_typescript_definitions_1.PlayerType.DARK_JUDAS, // 12
|
|
8
8
|
isaac_typescript_definitions_1.PlayerType.JUDAS_B, // 24
|
|
9
9
|
]);
|
|
@@ -8,12 +8,12 @@ const ReadonlySet_1 = require("../types/ReadonlySet");
|
|
|
8
8
|
* Baby). This includes The Lost and Tainted Lost. This does not include Keeper or Tainted Keeper.
|
|
9
9
|
*/
|
|
10
10
|
exports.CHARACTERS_WITH_NO_RED_HEARTS_SET = new ReadonlySet_1.ReadonlySet([
|
|
11
|
-
isaac_typescript_definitions_1.PlayerType.BLUE_BABY,
|
|
12
|
-
isaac_typescript_definitions_1.PlayerType.LOST,
|
|
13
|
-
isaac_typescript_definitions_1.PlayerType.DARK_JUDAS,
|
|
14
|
-
isaac_typescript_definitions_1.PlayerType.JUDAS_B,
|
|
15
|
-
isaac_typescript_definitions_1.PlayerType.BLUE_BABY_B,
|
|
16
|
-
isaac_typescript_definitions_1.PlayerType.LOST_B,
|
|
17
|
-
isaac_typescript_definitions_1.PlayerType.FORGOTTEN_B,
|
|
11
|
+
isaac_typescript_definitions_1.PlayerType.BLUE_BABY, // 4
|
|
12
|
+
isaac_typescript_definitions_1.PlayerType.LOST, // 10
|
|
13
|
+
isaac_typescript_definitions_1.PlayerType.DARK_JUDAS, // 12
|
|
14
|
+
isaac_typescript_definitions_1.PlayerType.JUDAS_B, // 24
|
|
15
|
+
isaac_typescript_definitions_1.PlayerType.BLUE_BABY_B, // 25
|
|
16
|
+
isaac_typescript_definitions_1.PlayerType.LOST_B, // 31
|
|
17
|
+
isaac_typescript_definitions_1.PlayerType.FORGOTTEN_B, // 35
|
|
18
18
|
isaac_typescript_definitions_1.PlayerType.BETHANY_B, // 36
|
|
19
19
|
]);
|