isaacscript-common 2.0.33 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/callbacks/customRevive.lua +11 -11
- package/callbacks/itemPickup.lua +7 -7
- package/callbacks/postBombInitLate.lua +2 -2
- package/callbacks/postBoneSwing.lua +2 -2
- package/callbacks/postCollectibleInitFirst.lua +3 -3
- package/callbacks/postCursedTeleport.lua +6 -6
- package/callbacks/postCustomDoorEnter.lua +9 -9
- package/callbacks/postDoorRender.lua +2 -2
- package/callbacks/postDoorUpdate.lua +2 -2
- package/callbacks/postEffectInitLate.lua +2 -2
- package/callbacks/postEffectStateChanged.lua +3 -3
- package/callbacks/postEsauJr.lua +5 -5
- package/callbacks/postFamiliarInitLate.lua +2 -2
- package/callbacks/postFamiliarStateChanged.lua +3 -3
- package/callbacks/postFlip.lua +4 -4
- package/callbacks/postGreedModeWave.lua +3 -3
- package/callbacks/postGridEntity.lua +7 -7
- package/callbacks/postGridEntityCollision.lua +4 -4
- package/callbacks/postGridEntityRender.lua +2 -2
- package/callbacks/postHolyMantleRemoved.lua +5 -5
- package/callbacks/postItemDischarged.lua +7 -7
- package/callbacks/postKnifeInitLate.lua +2 -2
- package/callbacks/postLaserInitLate.lua +2 -2
- package/callbacks/postNPCInitLate.lua +2 -2
- package/callbacks/postNPCStateChanged.lua +3 -3
- package/callbacks/postNewRoomEarly.lua +4 -4
- package/callbacks/postPickupCollect.lua +3 -3
- package/callbacks/postPickupInitLate.lua +2 -2
- package/callbacks/postPickupStateChanged.lua +3 -3
- package/callbacks/postPitRender.lua +2 -2
- package/callbacks/postPitUpdate.lua +2 -2
- package/callbacks/postPlayerChangeHealth.lua +8 -8
- package/callbacks/postPlayerChangeType.lua +5 -5
- package/callbacks/postPlayerFatalDamage.lua +6 -6
- package/callbacks/postPlayerInitLate.lua +3 -3
- package/callbacks/postPlayerReordered.lua +7 -7
- package/callbacks/postPoopRender.lua +2 -2
- package/callbacks/postPoopUpdate.lua +2 -2
- package/callbacks/postPressurePlateRender.lua +2 -2
- package/callbacks/postPressurePlateUpdate.lua +2 -2
- package/callbacks/postProjectileInitLate.lua +2 -2
- package/callbacks/postPurchase.lua +6 -6
- package/callbacks/postRockRender.lua +2 -2
- package/callbacks/postRockUpdate.lua +2 -2
- package/callbacks/postRoomClearChanged.lua +3 -3
- package/callbacks/postSacrifice.lua +4 -4
- package/callbacks/postSlotInitUpdate.lua +4 -4
- package/callbacks/postSlotRender.lua +6 -6
- package/callbacks/postSpikesRender.lua +2 -2
- package/callbacks/postSpikesUpdate.lua +2 -2
- package/callbacks/postTNTRender.lua +2 -2
- package/callbacks/postTNTUpdate.lua +2 -2
- package/callbacks/postTearInitLate.lua +2 -2
- package/callbacks/postTearInitVeryLate.lua +2 -2
- package/callbacks/postTransformation.lua +6 -6
- package/callbacks/postTrinketBreak.lua +5 -5
- package/callbacks/preBerserkDeath.lua +5 -5
- package/callbacks/preNewLevel.lua +3 -3
- package/callbacks/reorderedCallbacks.lua +4 -4
- package/classes/DefaultMap.d.ts +11 -7
- package/classes/ModUpgraded.d.ts +8 -2
- package/classes/ModUpgraded.lua +1 -1
- package/constants.d.ts +5 -5
- package/constants.lua +2 -2
- package/{constantsMax.d.ts → constantsFirstLast.d.ts} +0 -0
- package/{constantsMax.lua → constantsFirstLast.lua} +2 -2
- package/enums/HealthType.d.ts +2 -2
- package/enums/ModCallbackCustom.d.ts +753 -2
- package/features/characterHealthConversion.d.ts +1 -2
- package/features/characterHealthConversion.lua +3 -3
- package/features/characterStats.lua +3 -3
- package/features/debugDisplay/debugDisplay.lua +4 -4
- package/features/debugDisplay/exports.d.ts +36 -36
- package/features/debugDisplay/exports.lua +2 -2
- package/features/debugDisplay/v.lua +2 -2
- package/features/deployJSONRoom.d.ts +1 -1
- package/features/deployJSONRoom.lua +15 -15
- package/features/disableInputs.d.ts +5 -5
- package/features/disableInputs.lua +3 -3
- package/features/disableSound.d.ts +2 -2
- package/features/disableSound.lua +4 -4
- package/features/extraConsoleCommands/commandsDisplay.d.ts +18 -18
- package/features/extraConsoleCommands/commandsDisplay.lua +1 -1
- package/features/extraConsoleCommands/commandsSubroutines.lua +10 -10
- package/features/extraConsoleCommands/init.d.ts +3 -2
- package/features/extraConsoleCommands/init.lua +83 -83
- package/features/extraConsoleCommands/{commands.d.ts → listCommands.d.ts} +17 -17
- package/features/extraConsoleCommands/{commands.lua → listCommands.lua} +36 -36
- package/features/fadeInRemover.lua +3 -3
- package/features/fastReset.lua +4 -4
- package/features/forgottenSwitch.lua +2 -2
- package/features/getCollectibleItemPoolType.lua +6 -6
- package/features/playerInventory.lua +10 -10
- package/features/{isPonyActive.d.ts → ponyDetection.d.ts} +0 -0
- package/features/{isPonyActive.lua → ponyDetection.lua} +7 -7
- package/features/{preventCollectibleRotate.d.ts → preventCollectibleRotation.d.ts} +1 -1
- package/features/{preventCollectibleRotate.lua → preventCollectibleRotation.lua} +9 -9
- package/features/runInNFrames.lua +3 -3
- package/features/saveDataManager/exports.d.ts +15 -12
- package/features/saveDataManager/exports.lua +6 -6
- package/features/saveDataManager/load.d.ts +1 -1
- package/features/saveDataManager/load.lua +4 -4
- package/features/saveDataManager/main.d.ts +1 -1
- package/features/saveDataManager/main.lua +11 -11
- package/features/saveDataManager/maps.d.ts +1 -1
- package/features/saveDataManager/merge.lua +10 -10
- package/features/saveDataManager/save.d.ts +1 -1
- package/features/saveDataManager/save.lua +5 -5
- package/features/saveDataManager/serializationBrand.lua +2 -2
- package/features/sirenHelpers.lua +3 -3
- package/features/taintedLazarusPlayers.lua +2 -2
- package/functions/array.lua +3 -3
- package/functions/benchmark.lua +1 -1
- package/functions/boss.lua +7 -7
- package/functions/cacheFlag.lua +1 -1
- package/functions/cards.d.ts +1 -1
- package/functions/cards.lua +13 -13
- package/functions/challenges.lua +1 -1
- package/functions/character.lua +9 -9
- package/functions/charge.lua +3 -3
- package/functions/chargeBar.d.ts +1 -8
- package/functions/chargeBar.lua +1 -1
- package/functions/collectibleCacheFlag.d.ts +4 -4
- package/functions/collectibleCacheFlag.lua +6 -6
- package/functions/collectibleSet.lua +5 -5
- package/functions/collectibleTag.lua +6 -6
- package/functions/collectibles.lua +15 -15
- package/functions/color.d.ts +17 -3
- package/functions/color.lua +5 -5
- package/functions/debug.lua +1 -1
- package/functions/deepCopy.lua +13 -13
- package/functions/deepCopyTests.lua +6 -6
- package/functions/direction.lua +3 -3
- package/functions/doors.lua +6 -6
- package/functions/eden.lua +5 -5
- package/functions/entity.lua +5 -5
- package/functions/entitySpecific.d.ts +15 -1
- package/functions/entitySpecific.lua +10 -2
- package/functions/enums.d.ts +3 -3
- package/functions/enums.lua +2 -2
- package/functions/familiars.lua +2 -2
- package/functions/flying.lua +2 -2
- package/functions/globals.lua +3 -3
- package/functions/gridEntity.lua +10 -10
- package/functions/gridEntitySpecific.lua +2 -2
- package/functions/input.lua +4 -4
- package/functions/jsonHelpers.lua +1 -1
- package/functions/jsonRoom.d.ts +1 -1
- package/functions/jsonRoom.lua +4 -4
- package/functions/kColor.d.ts +1 -1
- package/functions/kColor.lua +5 -5
- package/functions/level.lua +3 -3
- package/functions/log.lua +15 -15
- package/functions/math.lua +1 -1
- package/functions/mergeTests.lua +7 -7
- package/functions/npc.lua +3 -3
- package/functions/pickups.lua +6 -6
- package/functions/pills.lua +15 -15
- package/functions/player.lua +11 -11
- package/functions/playerDataStructures.d.ts +51 -0
- package/functions/playerDataStructures.lua +5 -1
- package/functions/playerHealth.d.ts +1 -1
- package/functions/playerHealth.lua +4 -4
- package/functions/playerIndex.lua +1 -1
- package/functions/pocketItems.d.ts +1 -1
- package/functions/pocketItems.lua +3 -3
- package/functions/positionVelocity.lua +6 -6
- package/functions/random.lua +1 -1
- package/functions/revive.lua +6 -6
- package/functions/rng.d.ts +1 -1
- package/functions/rng.lua +6 -6
- package/functions/roomData.lua +4 -4
- package/functions/roomGrid.lua +3 -3
- package/functions/roomShape.lua +8 -8
- package/functions/rooms.lua +12 -12
- package/functions/run.lua +4 -4
- package/functions/seeds.lua +2 -2
- package/functions/serialization.lua +5 -5
- package/functions/set.lua +2 -2
- package/functions/sound.lua +2 -2
- package/functions/spawnCollectible.lua +10 -10
- package/functions/sprite.lua +3 -3
- package/functions/stage.lua +2 -2
- package/functions/transformations.lua +6 -6
- package/functions/trinketCacheFlag.lua +3 -3
- package/functions/trinketGive.d.ts +1 -1
- package/functions/trinketGive.lua +3 -3
- package/functions/trinkets.d.ts +3 -3
- package/functions/trinkets.lua +14 -14
- package/functions/tstlClass.lua +1 -1
- package/functions/ui.lua +3 -3
- package/functions/utils.d.ts +2 -2
- package/functions/utils.lua +1 -1
- package/functions/vector.d.ts +1 -1
- package/functions/vector.lua +5 -5
- package/index.d.ts +14 -13
- package/index.lua +123 -123
- package/initCustomCallbacks.lua +58 -58
- package/initFeatures.lua +19 -19
- package/{types → interfaces}/AddCallbackParameterCustom.d.ts +0 -0
- package/{types → interfaces}/AddCallbackParameterCustom.lua +1 -1
- package/interfaces/ChargeBarSprites.d.ts +13 -0
- package/{types/JSONDoor.lua → interfaces/ChargeBarSprites.lua} +0 -0
- package/{types → interfaces}/JSONDoor.d.ts +1 -0
- package/{types/JSONEntity.lua → interfaces/JSONDoor.lua} +0 -0
- package/{types → interfaces}/JSONEntity.d.ts +1 -0
- package/{types/JSONRoom.lua → interfaces/JSONEntity.lua} +0 -0
- package/{types → interfaces}/JSONRoom.d.ts +1 -5
- package/{types/JSONRooms.lua → interfaces/JSONRoom.lua} +0 -0
- package/{types → interfaces}/JSONRooms.d.ts +0 -0
- package/{types/JSONSpawn.lua → interfaces/JSONRooms.lua} +0 -0
- package/{types → interfaces}/JSONSpawn.d.ts +1 -0
- package/{types/PlayerHealth.lua → interfaces/JSONSpawn.lua} +0 -0
- package/{types → interfaces}/PlayerHealth.d.ts +1 -0
- package/{types/PocketItemDescription.lua → interfaces/PlayerHealth.lua} +0 -0
- package/{types → interfaces}/PocketItemDescription.d.ts +1 -0
- package/{types/Primitive.lua → interfaces/PocketItemDescription.lua} +0 -0
- package/interfaces/SaveData.d.ts +29 -0
- package/{types/private → interfaces}/SaveData.lua +0 -0
- package/{types → interfaces}/TrinketSituation.d.ts +1 -0
- package/{types → interfaces}/TrinketSituation.lua +0 -0
- package/{types → interfaces}/private/TSTLClassMetatable.d.ts +0 -0
- package/{types → interfaces}/private/TSTLClassMetatable.lua +0 -0
- package/maps/cardMap.lua +85 -85
- package/maps/characterMap.lua +58 -58
- package/maps/defaultPlayerStatMap.lua +1 -1
- package/maps/pillEffectMap.lua +39 -39
- package/maps/roomTypeMap.lua +12 -12
- package/objects/LRoomShapeToRectangles.lua +1 -1
- package/objects/callbackRegisterFunctions.d.ts +1 -1
- package/objects/callbackRegisterFunctions.lua +76 -76
- package/objects/directionToVector.lua +1 -1
- package/objects/isaacAPIClassTypeToBrand.lua +2 -2
- package/objects/isaacAPIClassTypeToCopyFunction.lua +5 -5
- package/objects/roomShapeBounds.lua +1 -1
- package/objects/roomShapeLayoutSizes.lua +1 -1
- package/objects/roomShapeToDoorSlotsToGridIndexDelta.lua +1 -1
- package/objects/roomShapeToTopLeftPosition.lua +1 -1
- package/objects/roomTypeNames.lua +1 -1
- package/objects/serializedIsaacAPIClassTypeToIdentityFunction.lua +5 -5
- package/package.json +2 -2
- package/patchErrorFunctions.lua +1 -1
- package/types/CollectibleIndex.d.ts +2 -2
- package/types/PickingUpItem.d.ts +12 -2
- package/types/PickingUpItem.lua +3 -0
- package/types/PlayerIndex.d.ts +2 -2
- package/types/private/IsaacAPIClass.d.ts +1 -1
- package/types/private/SerializedIsaacAPIClass.d.ts +1 -1
- package/types/private/TSTLClass.d.ts +1 -1
- package/upgradeMod.d.ts +2 -1
- package/upgradeMod.lua +7 -7
- package/types/Primitive.d.ts +0 -1
- package/types/private/SaveData.d.ts +0 -22
package/maps/cardMap.lua
CHANGED
|
@@ -8,7 +8,7 @@ ____exports.CARD_MAP = __TS__New(Map, {
|
|
|
8
8
|
{"fool", Card.FOOL},
|
|
9
9
|
{"magician", Card.MAGICIAN},
|
|
10
10
|
{"mag", Card.MAGICIAN},
|
|
11
|
-
{"
|
|
11
|
+
{"highPriestess", Card.HIGH_PRIESTESS},
|
|
12
12
|
{"priestess", Card.HIGH_PRIESTESS},
|
|
13
13
|
{"priest", Card.HIGH_PRIESTESS},
|
|
14
14
|
{"hp", Card.HIGH_PRIESTESS},
|
|
@@ -21,12 +21,12 @@ ____exports.CARD_MAP = __TS__New(Map, {
|
|
|
21
21
|
{"chariot", Card.CHARIOT},
|
|
22
22
|
{"justice", Card.JUSTICE},
|
|
23
23
|
{"hermit", Card.HERMIT},
|
|
24
|
-
{"
|
|
24
|
+
{"wheelOfFortune", Card.WHEEL_OF_FORTUNE},
|
|
25
25
|
{"wheel", Card.WHEEL_OF_FORTUNE},
|
|
26
26
|
{"fortune", Card.WHEEL_OF_FORTUNE},
|
|
27
27
|
{"strength", Card.STRENGTH},
|
|
28
28
|
{"str", Card.STRENGTH},
|
|
29
|
-
{"
|
|
29
|
+
{"hangedMan", Card.HANGED_MAN},
|
|
30
30
|
{"hanged", Card.HANGED_MAN},
|
|
31
31
|
{"death", Card.DEATH},
|
|
32
32
|
{"temperance", Card.TEMPERANCE},
|
|
@@ -38,22 +38,22 @@ ____exports.CARD_MAP = __TS__New(Map, {
|
|
|
38
38
|
{"judgement", Card.JUDGEMENT},
|
|
39
39
|
{"judge", Card.JUDGEMENT},
|
|
40
40
|
{"world", Card.WORLD},
|
|
41
|
-
{"
|
|
42
|
-
{"
|
|
43
|
-
{"
|
|
44
|
-
{"
|
|
45
|
-
{"
|
|
46
|
-
{"
|
|
47
|
-
{"
|
|
48
|
-
{"
|
|
49
|
-
{"
|
|
50
|
-
{"
|
|
51
|
-
{"
|
|
52
|
-
{"
|
|
53
|
-
{"
|
|
54
|
-
{"
|
|
55
|
-
{"
|
|
56
|
-
{"
|
|
41
|
+
{"2OfClubs", Card.CLUBS_2},
|
|
42
|
+
{"2Clubs", Card.CLUBS_2},
|
|
43
|
+
{"2OfDiamonds", Card.DIAMONDS_2},
|
|
44
|
+
{"2Diamonds", Card.DIAMONDS_2},
|
|
45
|
+
{"2OfSpades", Card.SPADES_2},
|
|
46
|
+
{"2Spades", Card.SPADES_2},
|
|
47
|
+
{"2OfHearts", Card.HEARTS_2},
|
|
48
|
+
{"2Hearts", Card.HEARTS_2},
|
|
49
|
+
{"aceOfClubs", Card.ACE_OF_CLUBS},
|
|
50
|
+
{"aceClubs", Card.ACE_OF_CLUBS},
|
|
51
|
+
{"aceOfDiamonds", Card.ACE_OF_DIAMONDS},
|
|
52
|
+
{"aceDiamonds", Card.ACE_OF_DIAMONDS},
|
|
53
|
+
{"aceOfSpades", Card.ACE_OF_SPADES},
|
|
54
|
+
{"aceSpades", Card.ACE_OF_SPADES},
|
|
55
|
+
{"aceOfHearts", Card.ACE_OF_HEARTS},
|
|
56
|
+
{"aceHearts", Card.ACE_OF_HEARTS},
|
|
57
57
|
{"joker", Card.JOKER},
|
|
58
58
|
{"hagalaz", Card.RUNE_HAGALAZ},
|
|
59
59
|
{"destruction", Card.RUNE_HAGALAZ},
|
|
@@ -77,31 +77,31 @@ ____exports.CARD_MAP = __TS__New(Map, {
|
|
|
77
77
|
{"chaos", Card.CHAOS},
|
|
78
78
|
{"credit", Card.CREDIT},
|
|
79
79
|
{"rules", Card.RULES},
|
|
80
|
-
{"
|
|
80
|
+
{"againstHumanity", Card.AGAINST_HUMANITY},
|
|
81
81
|
{"humanity", Card.AGAINST_HUMANITY},
|
|
82
|
-
{"
|
|
82
|
+
{"suicideKing", Card.SUICIDE_KING},
|
|
83
83
|
{"suicide", Card.SUICIDE_KING},
|
|
84
|
-
{"
|
|
84
|
+
{"getOutOfJailFree", Card.GET_OUT_OF_JAIL_FREE},
|
|
85
85
|
{"jail", Card.GET_OUT_OF_JAIL_FREE},
|
|
86
86
|
{"?", Card.QUESTION_MARK},
|
|
87
|
-
{"
|
|
87
|
+
{"diceShard", Card.DICE_SHARD},
|
|
88
88
|
{"shard", Card.DICE_SHARD},
|
|
89
|
-
{"
|
|
89
|
+
{"emergencyContact", Card.EMERGENCY_CONTACT},
|
|
90
90
|
{"contact", Card.EMERGENCY_CONTACT},
|
|
91
91
|
{"holy", Card.HOLY},
|
|
92
|
-
{"
|
|
92
|
+
{"hugeGrowth", Card.HUGE_GROWTH},
|
|
93
93
|
{"growth", Card.HUGE_GROWTH},
|
|
94
|
-
{"
|
|
94
|
+
{"ancientRecall", Card.ANCIENT_RECALL},
|
|
95
95
|
{"recall", Card.ANCIENT_RECALL},
|
|
96
|
-
{"
|
|
96
|
+
{"eraWalk", Card.ERA_WALK},
|
|
97
97
|
{"walk", Card.ERA_WALK},
|
|
98
|
-
{"
|
|
98
|
+
{"runeShard", Card.RUNE_SHARD},
|
|
99
99
|
{"shard", Card.RUNE_SHARD},
|
|
100
100
|
{"fool?", Card.REVERSE_FOOL},
|
|
101
101
|
{"magician?", Card.REVERSE_MAGICIAN},
|
|
102
102
|
{"magi?", Card.REVERSE_MAGICIAN},
|
|
103
103
|
{"mag?", Card.REVERSE_MAGICIAN},
|
|
104
|
-
{"
|
|
104
|
+
{"highPriestess?", Card.REVERSE_HIGH_PRIESTESS},
|
|
105
105
|
{"high?", Card.REVERSE_HIGH_PRIESTESS},
|
|
106
106
|
{"hi?", Card.REVERSE_HIGH_PRIESTESS},
|
|
107
107
|
{"priestess?", Card.REVERSE_HIGH_PRIESTESS},
|
|
@@ -116,12 +116,12 @@ ____exports.CARD_MAP = __TS__New(Map, {
|
|
|
116
116
|
{"chariot?", Card.REVERSE_CHARIOT},
|
|
117
117
|
{"justice?", Card.REVERSE_JUSTICE},
|
|
118
118
|
{"hermit?", Card.REVERSE_HERMIT},
|
|
119
|
-
{"
|
|
119
|
+
{"wheelOfFortune?", Card.REVERSE_WHEEL_OF_FORTUNE},
|
|
120
120
|
{"wheel?", Card.REVERSE_WHEEL_OF_FORTUNE},
|
|
121
121
|
{"fortune?", Card.REVERSE_WHEEL_OF_FORTUNE},
|
|
122
122
|
{"strength?", Card.REVERSE_STRENGTH},
|
|
123
123
|
{"str?", Card.REVERSE_STRENGTH},
|
|
124
|
-
{"
|
|
124
|
+
{"hangedMan?", Card.REVERSE_HANGED_MAN},
|
|
125
125
|
{"hanged?", Card.REVERSE_HANGED_MAN},
|
|
126
126
|
{"death?", Card.REVERSE_DEATH},
|
|
127
127
|
{"temperance?", Card.REVERSE_TEMPERANCE},
|
|
@@ -133,79 +133,79 @@ ____exports.CARD_MAP = __TS__New(Map, {
|
|
|
133
133
|
{"judgement?", Card.REVERSE_JUDGEMENT},
|
|
134
134
|
{"judge?", Card.REVERSE_JUDGEMENT},
|
|
135
135
|
{"world?", Card.REVERSE_WORLD},
|
|
136
|
-
{"
|
|
136
|
+
{"crackedKey", Card.CRACKED_KEY},
|
|
137
137
|
{"key", Card.CRACKED_KEY},
|
|
138
|
-
{"
|
|
139
|
-
{"
|
|
138
|
+
{"queenOfHearts", Card.QUEEN_OF_HEARTS},
|
|
139
|
+
{"queenHearts", Card.QUEEN_OF_HEARTS},
|
|
140
140
|
{"wildcard", Card.WILD},
|
|
141
|
-
{"
|
|
142
|
-
{"
|
|
141
|
+
{"soulOfIsaac", Card.SOUL_ISAAC},
|
|
142
|
+
{"soulIsaac", Card.SOUL_ISAAC},
|
|
143
143
|
{"isaac", Card.SOUL_ISAAC},
|
|
144
|
-
{"
|
|
145
|
-
{"
|
|
144
|
+
{"soulOfMagdalene", Card.SOUL_MAGDALENE},
|
|
145
|
+
{"soulMagdalene", Card.SOUL_MAGDALENE},
|
|
146
146
|
{"magdalene", Card.SOUL_MAGDALENE},
|
|
147
|
-
{"
|
|
148
|
-
{"
|
|
147
|
+
{"soulOfCain", Card.SOUL_CAIN},
|
|
148
|
+
{"soulCain", Card.SOUL_CAIN},
|
|
149
149
|
{"cain", Card.SOUL_CAIN},
|
|
150
|
-
{"
|
|
151
|
-
{"
|
|
150
|
+
{"soulOfJudas", Card.SOUL_JUDAS},
|
|
151
|
+
{"soulJudas", Card.SOUL_JUDAS},
|
|
152
152
|
{"judas", Card.SOUL_JUDAS},
|
|
153
|
-
{"
|
|
153
|
+
{"soulOf???", Card.SOUL_BLUE_BABY},
|
|
154
154
|
{"soul???", Card.SOUL_BLUE_BABY},
|
|
155
155
|
{"???", Card.SOUL_BLUE_BABY},
|
|
156
|
-
{"
|
|
157
|
-
{"
|
|
158
|
-
{"
|
|
159
|
-
{"
|
|
160
|
-
{"
|
|
156
|
+
{"soulOfBlueBaby", Card.SOUL_BLUE_BABY},
|
|
157
|
+
{"soulBlueBaby", Card.SOUL_BLUE_BABY},
|
|
158
|
+
{"blueBaby", Card.SOUL_BLUE_BABY},
|
|
159
|
+
{"soulOfEve", Card.SOUL_EVE},
|
|
160
|
+
{"soulEve", Card.SOUL_EVE},
|
|
161
161
|
{"eve", Card.SOUL_EVE},
|
|
162
|
-
{"
|
|
163
|
-
{"
|
|
162
|
+
{"soulOfSamson", Card.SOUL_SAMSON},
|
|
163
|
+
{"soulSamson", Card.SOUL_SAMSON},
|
|
164
164
|
{"samson", Card.SOUL_SAMSON},
|
|
165
|
-
{"
|
|
166
|
-
{"
|
|
165
|
+
{"soulOfAzazel", Card.SOUL_AZAZEL},
|
|
166
|
+
{"soulAzazel", Card.SOUL_AZAZEL},
|
|
167
167
|
{"azazel", Card.SOUL_AZAZEL},
|
|
168
|
-
{"
|
|
169
|
-
{"
|
|
168
|
+
{"soulOfLazarus", Card.SOUL_LAZARUS},
|
|
169
|
+
{"soulLazarus", Card.SOUL_LAZARUS},
|
|
170
170
|
{"lazarus", Card.SOUL_LAZARUS},
|
|
171
|
-
{"
|
|
172
|
-
{"
|
|
171
|
+
{"soulOfEden", Card.SOUL_EDEN},
|
|
172
|
+
{"soulEden", Card.SOUL_EDEN},
|
|
173
173
|
{"eden", Card.SOUL_EDEN},
|
|
174
|
-
{"
|
|
175
|
-
{"
|
|
176
|
-
{"
|
|
177
|
-
{"
|
|
178
|
-
{"
|
|
174
|
+
{"soulOfTheLost", Card.SOUL_LOST},
|
|
175
|
+
{"soulTheLost", Card.SOUL_LOST},
|
|
176
|
+
{"theLost", Card.SOUL_LOST},
|
|
177
|
+
{"soulOfLost", Card.SOUL_LOST},
|
|
178
|
+
{"soulLost", Card.SOUL_LOST},
|
|
179
179
|
{"lost", Card.SOUL_LOST},
|
|
180
|
-
{"
|
|
181
|
-
{"
|
|
180
|
+
{"soulOfLilith", Card.SOUL_LILITH},
|
|
181
|
+
{"soulLilith", Card.SOUL_LILITH},
|
|
182
182
|
{"lilith", Card.SOUL_LILITH},
|
|
183
|
-
{"
|
|
184
|
-
{"
|
|
185
|
-
{"
|
|
186
|
-
{"
|
|
187
|
-
{"
|
|
183
|
+
{"soulOfTheKeeper", Card.SOUL_KEEPER},
|
|
184
|
+
{"soulTheKeeper", Card.SOUL_KEEPER},
|
|
185
|
+
{"theKeeper", Card.SOUL_KEEPER},
|
|
186
|
+
{"soulOfKeeper", Card.SOUL_KEEPER},
|
|
187
|
+
{"soulKeeper", Card.SOUL_KEEPER},
|
|
188
188
|
{"keeper", Card.SOUL_KEEPER},
|
|
189
|
-
{"
|
|
190
|
-
{"
|
|
189
|
+
{"soulOfApollyon", Card.SOUL_APOLLYON},
|
|
190
|
+
{"soulApollyon", Card.SOUL_APOLLYON},
|
|
191
191
|
{"apollyon", Card.SOUL_APOLLYON},
|
|
192
|
-
{"
|
|
193
|
-
{"
|
|
194
|
-
{"
|
|
195
|
-
{"
|
|
196
|
-
{"
|
|
192
|
+
{"soulOfTheForgotten", Card.SOUL_FORGOTTEN},
|
|
193
|
+
{"soulTheForgotten", Card.SOUL_FORGOTTEN},
|
|
194
|
+
{"theForgotten", Card.SOUL_FORGOTTEN},
|
|
195
|
+
{"soulOfForgotten", Card.SOUL_FORGOTTEN},
|
|
196
|
+
{"soulForgotten", Card.SOUL_FORGOTTEN},
|
|
197
197
|
{"forgotten", Card.SOUL_FORGOTTEN},
|
|
198
|
-
{"
|
|
199
|
-
{"
|
|
198
|
+
{"soulOfBethany", Card.SOUL_BETHANY},
|
|
199
|
+
{"soulBethany", Card.SOUL_BETHANY},
|
|
200
200
|
{"bethany", Card.SOUL_BETHANY},
|
|
201
|
-
{"
|
|
202
|
-
{"
|
|
203
|
-
{"
|
|
204
|
-
{"
|
|
205
|
-
{"
|
|
206
|
-
{"jacob&
|
|
207
|
-
{"
|
|
208
|
-
{"
|
|
201
|
+
{"soulOfJacobAndEsau", Card.SOUL_JACOB},
|
|
202
|
+
{"soulJacobAndEsau", Card.SOUL_JACOB},
|
|
203
|
+
{"jacobAndEsau", Card.SOUL_JACOB},
|
|
204
|
+
{"soulOfJacob&Esau", Card.SOUL_JACOB},
|
|
205
|
+
{"soulJacob&Esau", Card.SOUL_JACOB},
|
|
206
|
+
{"jacob&Esau", Card.SOUL_JACOB},
|
|
207
|
+
{"soulOfJacob", Card.SOUL_JACOB},
|
|
208
|
+
{"soulJacob", Card.SOUL_JACOB},
|
|
209
209
|
{"jacob", Card.SOUL_JACOB}
|
|
210
210
|
})
|
|
211
211
|
return ____exports
|
package/maps/characterMap.lua
CHANGED
|
@@ -8,7 +8,7 @@ ____exports.CHARACTER_MAP = __TS__New(Map, {
|
|
|
8
8
|
{"maggy", 1},
|
|
9
9
|
{"cain", 2},
|
|
10
10
|
{"judas", 3},
|
|
11
|
-
{"
|
|
11
|
+
{"blueBaby", 4},
|
|
12
12
|
{"bb", 4},
|
|
13
13
|
{"eve", 5},
|
|
14
14
|
{"samson", 6},
|
|
@@ -16,74 +16,74 @@ ____exports.CHARACTER_MAP = __TS__New(Map, {
|
|
|
16
16
|
{"lazarus", 8},
|
|
17
17
|
{"laz", 8},
|
|
18
18
|
{"eden", 9},
|
|
19
|
-
{"
|
|
19
|
+
{"theLost", 10},
|
|
20
20
|
{"lost", 10},
|
|
21
21
|
{"lazarus2", 11},
|
|
22
22
|
{"laz2", 11},
|
|
23
|
-
{"
|
|
24
|
-
{"
|
|
25
|
-
{"
|
|
26
|
-
{"
|
|
23
|
+
{"darkJudas", 12},
|
|
24
|
+
{"dJudas", 12},
|
|
25
|
+
{"blackJudas", 12},
|
|
26
|
+
{"bJudas", 12},
|
|
27
27
|
{"lilith", 13},
|
|
28
28
|
{"keeper", 14},
|
|
29
29
|
{"apollyon", 15},
|
|
30
|
-
{"
|
|
30
|
+
{"theForgotten", 16},
|
|
31
31
|
{"forgotten", 16},
|
|
32
|
-
{"
|
|
32
|
+
{"theSoul", 17},
|
|
33
33
|
{"soul", 17},
|
|
34
34
|
{"bethany", 18},
|
|
35
35
|
{"jacob", 19},
|
|
36
36
|
{"esau", 20},
|
|
37
|
-
{"
|
|
38
|
-
{"
|
|
39
|
-
{"
|
|
40
|
-
{"
|
|
41
|
-
{"
|
|
42
|
-
{"
|
|
43
|
-
{"
|
|
44
|
-
{"
|
|
45
|
-
{"
|
|
46
|
-
{"
|
|
47
|
-
{"
|
|
48
|
-
{"
|
|
37
|
+
{"taintedIsaac", 21},
|
|
38
|
+
{"tIsaac", 21},
|
|
39
|
+
{"taintedMagdalene", 22},
|
|
40
|
+
{"tMagdalene", 22},
|
|
41
|
+
{"taintedMaggy", 22},
|
|
42
|
+
{"tMaggy", 22},
|
|
43
|
+
{"taintedCain", 23},
|
|
44
|
+
{"tCain", 23},
|
|
45
|
+
{"taintedJudas", 24},
|
|
46
|
+
{"tJudas", 24},
|
|
47
|
+
{"taintedBlueBaby", 25},
|
|
48
|
+
{"tBlueBaby", 25},
|
|
49
49
|
{"tbb", 25},
|
|
50
|
-
{"
|
|
51
|
-
{"
|
|
52
|
-
{"
|
|
53
|
-
{"
|
|
54
|
-
{"
|
|
55
|
-
{"
|
|
56
|
-
{"
|
|
57
|
-
{"
|
|
58
|
-
{"
|
|
59
|
-
{"
|
|
60
|
-
{"
|
|
61
|
-
{"
|
|
62
|
-
{"
|
|
63
|
-
{"
|
|
64
|
-
{"
|
|
65
|
-
{"
|
|
66
|
-
{"
|
|
67
|
-
{"
|
|
68
|
-
{"
|
|
69
|
-
{"
|
|
70
|
-
{"
|
|
71
|
-
{"
|
|
72
|
-
{"
|
|
73
|
-
{"
|
|
74
|
-
{"
|
|
75
|
-
{"
|
|
76
|
-
{"
|
|
77
|
-
{"
|
|
78
|
-
{"
|
|
79
|
-
{"
|
|
80
|
-
{"
|
|
81
|
-
{"
|
|
82
|
-
{"
|
|
83
|
-
{"
|
|
84
|
-
{"
|
|
85
|
-
{"
|
|
86
|
-
{"
|
|
87
|
-
{"
|
|
50
|
+
{"taintedEve", 26},
|
|
51
|
+
{"tEve", 26},
|
|
52
|
+
{"taintedSamson", 27},
|
|
53
|
+
{"tSamson", 27},
|
|
54
|
+
{"taintedAzazel", 28},
|
|
55
|
+
{"tAzazel", 28},
|
|
56
|
+
{"taintedLazarus", 29},
|
|
57
|
+
{"tLazarus", 29},
|
|
58
|
+
{"taintedLaz", 29},
|
|
59
|
+
{"tLaz", 29},
|
|
60
|
+
{"taintedEden", 30},
|
|
61
|
+
{"tEden", 30},
|
|
62
|
+
{"taintedLost", 31},
|
|
63
|
+
{"tLost", 31},
|
|
64
|
+
{"taintedLilith", 32},
|
|
65
|
+
{"tLilith", 32},
|
|
66
|
+
{"taintedKeeper", 33},
|
|
67
|
+
{"tKeeper", 33},
|
|
68
|
+
{"taintedApollyon", 34},
|
|
69
|
+
{"tApollyon", 34},
|
|
70
|
+
{"taintedForgotten", 34},
|
|
71
|
+
{"tForgotten", 35},
|
|
72
|
+
{"taintedBethany", 36},
|
|
73
|
+
{"tBethany", 36},
|
|
74
|
+
{"taintedJacob", 37},
|
|
75
|
+
{"tJacob", 37},
|
|
76
|
+
{"taintedLazarusDead", 38},
|
|
77
|
+
{"tLazarusDead", 38},
|
|
78
|
+
{"taintedLazDead", 38},
|
|
79
|
+
{"tLazDead", 38},
|
|
80
|
+
{"deadTaintedLazarus", 38},
|
|
81
|
+
{"deadTLazarus", 38},
|
|
82
|
+
{"deadTaintedLaz", 38},
|
|
83
|
+
{"deadTLaz", 38},
|
|
84
|
+
{"taintedJacobGhost", 39},
|
|
85
|
+
{"tJacobGhost", 39},
|
|
86
|
+
{"taintedSoul", 40},
|
|
87
|
+
{"tSoul", 40}
|
|
88
88
|
})
|
|
89
89
|
return ____exports
|
|
@@ -4,7 +4,7 @@ local __TS__New = ____lualib.__TS__New
|
|
|
4
4
|
local ____exports = {}
|
|
5
5
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
6
6
|
local CacheFlag = ____isaac_2Dtypescript_2Ddefinitions.CacheFlag
|
|
7
|
-
local ____tears = require("
|
|
7
|
+
local ____tears = require("functions.tears")
|
|
8
8
|
local getTearsStat = ____tears.getTearsStat
|
|
9
9
|
local DEFAULT_MAX_FIRE_DELAY = 10
|
|
10
10
|
____exports.DEFAULT_PLAYER_STAT_MAP = __TS__New(
|
package/maps/pillEffectMap.lua
CHANGED
|
@@ -5,58 +5,58 @@ local ____exports = {}
|
|
|
5
5
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
6
6
|
local PillEffect = ____isaac_2Dtypescript_2Ddefinitions.PillEffect
|
|
7
7
|
____exports.PILL_EFFECT_MAP = __TS__New(Map, {
|
|
8
|
-
{"
|
|
8
|
+
{"badGas", PillEffect.BAD_GAS},
|
|
9
9
|
{"gas", PillEffect.BAD_GAS},
|
|
10
|
-
{"
|
|
10
|
+
{"badTrip", PillEffect.BAD_TRIP},
|
|
11
11
|
{"trip", PillEffect.BAD_TRIP},
|
|
12
|
-
{"
|
|
13
|
-
{"
|
|
12
|
+
{"ballsOfSteel", PillEffect.BALLS_OF_STEEL},
|
|
13
|
+
{"ballsSteel", PillEffect.BALLS_OF_STEEL},
|
|
14
14
|
{"steel", PillEffect.BALLS_OF_STEEL},
|
|
15
|
-
{"
|
|
16
|
-
{"
|
|
15
|
+
{"bombsAreKey", PillEffect.BOMBS_ARE_KEYS},
|
|
16
|
+
{"bombsKey", PillEffect.BOMBS_ARE_KEYS},
|
|
17
17
|
{"key", PillEffect.BOMBS_ARE_KEYS},
|
|
18
|
-
{"
|
|
18
|
+
{"explosiveDiarrhea", PillEffect.EXPLOSIVE_DIARRHEA},
|
|
19
19
|
{"diarrhea", PillEffect.EXPLOSIVE_DIARRHEA},
|
|
20
|
-
{"
|
|
21
|
-
{"
|
|
22
|
-
{"
|
|
23
|
-
{"
|
|
24
|
-
{"
|
|
20
|
+
{"fullHealth", PillEffect.FULL_HEALTH},
|
|
21
|
+
{"healthDown", PillEffect.HEALTH_DOWN},
|
|
22
|
+
{"healthUp", PillEffect.HEALTH_UP},
|
|
23
|
+
{"iFoundPills", PillEffect.I_FOUND_PILLS},
|
|
24
|
+
{"foundPills", PillEffect.I_FOUND_PILLS},
|
|
25
25
|
{"pills", PillEffect.I_FOUND_PILLS},
|
|
26
26
|
{"puberty", PillEffect.PUBERTY},
|
|
27
|
-
{"
|
|
27
|
+
{"prettyFly", PillEffect.PRETTY_FLY},
|
|
28
28
|
{"fly", PillEffect.PRETTY_FLY},
|
|
29
|
-
{"
|
|
30
|
-
{"
|
|
31
|
-
{"
|
|
32
|
-
{"
|
|
33
|
-
{"
|
|
34
|
-
{"
|
|
35
|
-
{"
|
|
36
|
-
{"
|
|
29
|
+
{"rangeDown", PillEffect.RANGE_DOWN},
|
|
30
|
+
{"rangeUp", PillEffect.RANGE_UP},
|
|
31
|
+
{"speedDown", PillEffect.SPEED_DOWN},
|
|
32
|
+
{"speedUp", PillEffect.SPEED_UP},
|
|
33
|
+
{"tearsDown", PillEffect.TEARS_DOWN},
|
|
34
|
+
{"tearsUp", PillEffect.TEARS_UP},
|
|
35
|
+
{"luckDown", PillEffect.LUCK_DOWN},
|
|
36
|
+
{"luckUp", PillEffect.LUCK_UP},
|
|
37
37
|
{"telepills", PillEffect.TELEPILLS},
|
|
38
|
-
{"
|
|
38
|
+
{"48HourEnergy", PillEffect.FORTY_EIGHT_HOUR_ENERGY},
|
|
39
39
|
{"energy", PillEffect.FORTY_EIGHT_HOUR_ENERGY},
|
|
40
40
|
{"48", PillEffect.FORTY_EIGHT_HOUR_ENERGY},
|
|
41
41
|
{"hematemesis", PillEffect.HEMATEMESIS},
|
|
42
42
|
{"paralysis", PillEffect.PARALYSIS},
|
|
43
|
-
{"
|
|
44
|
-
{"
|
|
43
|
+
{"iCanSeeForever!", PillEffect.I_CAN_SEE_FOREVER},
|
|
44
|
+
{"canSee", PillEffect.I_CAN_SEE_FOREVER},
|
|
45
45
|
{"see", PillEffect.I_CAN_SEE_FOREVER},
|
|
46
46
|
{"pheromones", PillEffect.PHEROMONES},
|
|
47
47
|
{"amnesia", PillEffect.AMNESIA},
|
|
48
|
-
{"
|
|
48
|
+
{"lemonParty", PillEffect.LEMON_PARTY},
|
|
49
49
|
{"party", PillEffect.LEMON_PARTY},
|
|
50
|
-
{"
|
|
51
|
-
{"
|
|
50
|
+
{"RUAWizard", PillEffect.R_U_A_WIZARD},
|
|
51
|
+
{"areYouAWizard", PillEffect.R_U_A_WIZARD},
|
|
52
52
|
{"wizard", PillEffect.R_U_A_WIZARD},
|
|
53
53
|
{"percs!", PillEffect.PERCS},
|
|
54
54
|
{"addicted!", PillEffect.ADDICTED},
|
|
55
55
|
{"relax", PillEffect.RELAX},
|
|
56
56
|
{"???", PillEffect.QUESTION_MARKS},
|
|
57
|
-
{"
|
|
57
|
+
{"oneMakesYouLarger", PillEffect.ONE_MAKES_YOU_LARGER},
|
|
58
58
|
{"larger", PillEffect.ONE_MAKES_YOU_LARGER},
|
|
59
|
-
{"
|
|
59
|
+
{"oneMakesYouSmaller", PillEffect.ONE_MAKES_YOU_SMALL},
|
|
60
60
|
{"smaller", PillEffect.ONE_MAKES_YOU_SMALL},
|
|
61
61
|
{"infested!", PillEffect.INFESTED_EXCLAMATION},
|
|
62
62
|
{"infest!", PillEffect.INFESTED_EXCLAMATION},
|
|
@@ -64,26 +64,26 @@ ____exports.PILL_EFFECT_MAP = __TS__New(Map, {
|
|
|
64
64
|
{"infested?", PillEffect.INFESTED_QUESTION},
|
|
65
65
|
{"infest?", PillEffect.INFESTED_QUESTION},
|
|
66
66
|
{"inf?", PillEffect.INFESTED_QUESTION},
|
|
67
|
-
{"
|
|
68
|
-
{"
|
|
67
|
+
{"powerPill", PillEffect.POWER},
|
|
68
|
+
{"retroVision", PillEffect.RETRO_VISION},
|
|
69
69
|
{"vision", PillEffect.RETRO_VISION},
|
|
70
|
-
{"
|
|
71
|
-
{"
|
|
70
|
+
{"friendsTillTheEnd", PillEffect.FRIENDS_TILL_THE_END},
|
|
71
|
+
{"friendsUntilTheEnd", PillEffect.FRIENDS_TILL_THE_END},
|
|
72
72
|
{"xlax", PillEffect.X_LAX},
|
|
73
|
-
{"
|
|
73
|
+
{"somethingsWrong", PillEffect.SOMETHINGS_WRONG},
|
|
74
74
|
{"wrong", PillEffect.SOMETHINGS_WRONG},
|
|
75
|
-
{"
|
|
75
|
+
{"imDrowsy", PillEffect.IM_DROWSY},
|
|
76
76
|
{"drowsy", PillEffect.IM_DROWSY},
|
|
77
|
-
{"
|
|
77
|
+
{"imExcited!!!", PillEffect.IM_EXCITED},
|
|
78
78
|
{"excited", PillEffect.IM_EXCITED},
|
|
79
79
|
{"gulp!", PillEffect.GULP},
|
|
80
80
|
{"horf!", PillEffect.HORF},
|
|
81
|
-
{"
|
|
81
|
+
{"feelsLikeImWalkingOnSunshine!", PillEffect.FEELS_LIKE_IM_WALKING_ON_SUNSHINE},
|
|
82
82
|
{"walking", PillEffect.FEELS_LIKE_IM_WALKING_ON_SUNSHINE},
|
|
83
83
|
{"sunshine", PillEffect.FEELS_LIKE_IM_WALKING_ON_SUNSHINE},
|
|
84
84
|
{"vurp!", PillEffect.VURP},
|
|
85
|
-
{"
|
|
86
|
-
{"
|
|
85
|
+
{"shotSpeedDown", PillEffect.SHOT_SPEED_DOWN},
|
|
86
|
+
{"shotSpeedUp", PillEffect.SHOT_SPEED_UP},
|
|
87
87
|
{"experimental", PillEffect.EXPERIMENTAL}
|
|
88
88
|
})
|
|
89
89
|
return ____exports
|
package/maps/roomTypeMap.lua
CHANGED
|
@@ -9,12 +9,12 @@ ____exports.ROOM_TYPE_MAP = __TS__New(Map, {
|
|
|
9
9
|
{"default", RoomType.DEFAULT},
|
|
10
10
|
{"shop", RoomType.SHOP},
|
|
11
11
|
{"error", RoomType.ERROR},
|
|
12
|
-
{"
|
|
12
|
+
{"iAmError", RoomType.ERROR},
|
|
13
13
|
{"treasure", RoomType.TREASURE},
|
|
14
14
|
{"boss", RoomType.BOSS},
|
|
15
|
-
{"
|
|
15
|
+
{"miniBoss", RoomType.MINI_BOSS},
|
|
16
16
|
{"secret", RoomType.SECRET},
|
|
17
|
-
{"
|
|
17
|
+
{"superSecret", RoomType.SUPER_SECRET},
|
|
18
18
|
{"arcade", RoomType.ARCADE},
|
|
19
19
|
{"curse", RoomType.CURSE},
|
|
20
20
|
{"challenge", RoomType.CHALLENGE},
|
|
@@ -23,22 +23,22 @@ ____exports.ROOM_TYPE_MAP = __TS__New(Map, {
|
|
|
23
23
|
{"devil", RoomType.DEVIL},
|
|
24
24
|
{"angel", RoomType.ANGEL},
|
|
25
25
|
{"dungeon", RoomType.DUNGEON},
|
|
26
|
-
{"
|
|
27
|
-
{"
|
|
26
|
+
{"crawlSpace", RoomType.DUNGEON},
|
|
27
|
+
{"bossRush", RoomType.BOSS_RUSH},
|
|
28
28
|
{"isaacs", RoomType.CLEAN_BEDROOM},
|
|
29
29
|
{"bedroom", RoomType.CLEAN_BEDROOM},
|
|
30
|
-
{"
|
|
30
|
+
{"cleanBedroom", RoomType.CLEAN_BEDROOM},
|
|
31
|
+
{"dirtyBedroom", RoomType.DIRTY_BEDROOM},
|
|
31
32
|
{"barren", RoomType.DIRTY_BEDROOM},
|
|
32
|
-
{"dirtybedroom", RoomType.DIRTY_BEDROOM},
|
|
33
33
|
{"chest", RoomType.CHEST},
|
|
34
34
|
{"dice", RoomType.DICE},
|
|
35
|
-
{"
|
|
36
|
-
{"
|
|
35
|
+
{"blackMarket", RoomType.BLACK_MARKET},
|
|
36
|
+
{"greedExit", RoomType.GREED_EXIT},
|
|
37
37
|
{"planetarium", RoomType.PLANETARIUM},
|
|
38
38
|
{"teleporter", RoomType.TELEPORTER},
|
|
39
|
-
{"
|
|
40
|
-
{"
|
|
39
|
+
{"teleporterExit", RoomType.TELEPORTER_EXIT},
|
|
40
|
+
{"secretExit", RoomType.SECRET_EXIT},
|
|
41
41
|
{"blue", RoomType.BLUE},
|
|
42
|
-
{"
|
|
42
|
+
{"ultraSecret", RoomType.ULTRA_SECRET}
|
|
43
43
|
})
|
|
44
44
|
return ____exports
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
local ____exports = {}
|
|
2
2
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
3
3
|
local RoomShape = ____isaac_2Dtypescript_2Ddefinitions.RoomShape
|
|
4
|
-
local ____constants = require("
|
|
4
|
+
local ____constants = require("constants")
|
|
5
5
|
local VectorZero = ____constants.VectorZero
|
|
6
6
|
local TWO_BY_TWO_BOTTOM_RIGHT = Vector(25, 13)
|
|
7
7
|
____exports.L_ROOM_SHAPE_TO_RECTANGLES = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ModCallbackCustom } from "../enums/ModCallbackCustom";
|
|
2
|
-
import { AddCallbackParameterCustom } from "../
|
|
2
|
+
import { AddCallbackParameterCustom } from "../interfaces/AddCallbackParameterCustom";
|
|
3
3
|
export declare const CALLBACK_REGISTER_FUNCTIONS: {
|
|
4
4
|
readonly [key in ModCallbackCustom]: (...args: AddCallbackParameterCustom[key]) => void;
|
|
5
5
|
};
|