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.
Files changed (254) hide show
  1. package/README.md +1 -1
  2. package/callbacks/customRevive.lua +11 -11
  3. package/callbacks/itemPickup.lua +7 -7
  4. package/callbacks/postBombInitLate.lua +2 -2
  5. package/callbacks/postBoneSwing.lua +2 -2
  6. package/callbacks/postCollectibleInitFirst.lua +3 -3
  7. package/callbacks/postCursedTeleport.lua +6 -6
  8. package/callbacks/postCustomDoorEnter.lua +9 -9
  9. package/callbacks/postDoorRender.lua +2 -2
  10. package/callbacks/postDoorUpdate.lua +2 -2
  11. package/callbacks/postEffectInitLate.lua +2 -2
  12. package/callbacks/postEffectStateChanged.lua +3 -3
  13. package/callbacks/postEsauJr.lua +5 -5
  14. package/callbacks/postFamiliarInitLate.lua +2 -2
  15. package/callbacks/postFamiliarStateChanged.lua +3 -3
  16. package/callbacks/postFlip.lua +4 -4
  17. package/callbacks/postGreedModeWave.lua +3 -3
  18. package/callbacks/postGridEntity.lua +7 -7
  19. package/callbacks/postGridEntityCollision.lua +4 -4
  20. package/callbacks/postGridEntityRender.lua +2 -2
  21. package/callbacks/postHolyMantleRemoved.lua +5 -5
  22. package/callbacks/postItemDischarged.lua +7 -7
  23. package/callbacks/postKnifeInitLate.lua +2 -2
  24. package/callbacks/postLaserInitLate.lua +2 -2
  25. package/callbacks/postNPCInitLate.lua +2 -2
  26. package/callbacks/postNPCStateChanged.lua +3 -3
  27. package/callbacks/postNewRoomEarly.lua +4 -4
  28. package/callbacks/postPickupCollect.lua +3 -3
  29. package/callbacks/postPickupInitLate.lua +2 -2
  30. package/callbacks/postPickupStateChanged.lua +3 -3
  31. package/callbacks/postPitRender.lua +2 -2
  32. package/callbacks/postPitUpdate.lua +2 -2
  33. package/callbacks/postPlayerChangeHealth.lua +8 -8
  34. package/callbacks/postPlayerChangeType.lua +5 -5
  35. package/callbacks/postPlayerFatalDamage.lua +6 -6
  36. package/callbacks/postPlayerInitLate.lua +3 -3
  37. package/callbacks/postPlayerReordered.lua +7 -7
  38. package/callbacks/postPoopRender.lua +2 -2
  39. package/callbacks/postPoopUpdate.lua +2 -2
  40. package/callbacks/postPressurePlateRender.lua +2 -2
  41. package/callbacks/postPressurePlateUpdate.lua +2 -2
  42. package/callbacks/postProjectileInitLate.lua +2 -2
  43. package/callbacks/postPurchase.lua +6 -6
  44. package/callbacks/postRockRender.lua +2 -2
  45. package/callbacks/postRockUpdate.lua +2 -2
  46. package/callbacks/postRoomClearChanged.lua +3 -3
  47. package/callbacks/postSacrifice.lua +4 -4
  48. package/callbacks/postSlotInitUpdate.lua +4 -4
  49. package/callbacks/postSlotRender.lua +6 -6
  50. package/callbacks/postSpikesRender.lua +2 -2
  51. package/callbacks/postSpikesUpdate.lua +2 -2
  52. package/callbacks/postTNTRender.lua +2 -2
  53. package/callbacks/postTNTUpdate.lua +2 -2
  54. package/callbacks/postTearInitLate.lua +2 -2
  55. package/callbacks/postTearInitVeryLate.lua +2 -2
  56. package/callbacks/postTransformation.lua +6 -6
  57. package/callbacks/postTrinketBreak.lua +5 -5
  58. package/callbacks/preBerserkDeath.lua +5 -5
  59. package/callbacks/preNewLevel.lua +3 -3
  60. package/callbacks/reorderedCallbacks.lua +4 -4
  61. package/classes/DefaultMap.d.ts +11 -7
  62. package/classes/ModUpgraded.d.ts +8 -2
  63. package/classes/ModUpgraded.lua +1 -1
  64. package/constants.d.ts +5 -5
  65. package/constants.lua +2 -2
  66. package/{constantsMax.d.ts → constantsFirstLast.d.ts} +0 -0
  67. package/{constantsMax.lua → constantsFirstLast.lua} +2 -2
  68. package/enums/HealthType.d.ts +2 -2
  69. package/enums/ModCallbackCustom.d.ts +753 -2
  70. package/features/characterHealthConversion.d.ts +1 -2
  71. package/features/characterHealthConversion.lua +3 -3
  72. package/features/characterStats.lua +3 -3
  73. package/features/debugDisplay/debugDisplay.lua +4 -4
  74. package/features/debugDisplay/exports.d.ts +36 -36
  75. package/features/debugDisplay/exports.lua +2 -2
  76. package/features/debugDisplay/v.lua +2 -2
  77. package/features/deployJSONRoom.d.ts +1 -1
  78. package/features/deployJSONRoom.lua +15 -15
  79. package/features/disableInputs.d.ts +5 -5
  80. package/features/disableInputs.lua +3 -3
  81. package/features/disableSound.d.ts +2 -2
  82. package/features/disableSound.lua +4 -4
  83. package/features/extraConsoleCommands/commandsDisplay.d.ts +18 -18
  84. package/features/extraConsoleCommands/commandsDisplay.lua +1 -1
  85. package/features/extraConsoleCommands/commandsSubroutines.lua +10 -10
  86. package/features/extraConsoleCommands/init.d.ts +3 -2
  87. package/features/extraConsoleCommands/init.lua +83 -83
  88. package/features/extraConsoleCommands/{commands.d.ts → listCommands.d.ts} +17 -17
  89. package/features/extraConsoleCommands/{commands.lua → listCommands.lua} +36 -36
  90. package/features/fadeInRemover.lua +3 -3
  91. package/features/fastReset.lua +4 -4
  92. package/features/forgottenSwitch.lua +2 -2
  93. package/features/getCollectibleItemPoolType.lua +6 -6
  94. package/features/playerInventory.lua +10 -10
  95. package/features/{isPonyActive.d.ts → ponyDetection.d.ts} +0 -0
  96. package/features/{isPonyActive.lua → ponyDetection.lua} +7 -7
  97. package/features/{preventCollectibleRotate.d.ts → preventCollectibleRotation.d.ts} +1 -1
  98. package/features/{preventCollectibleRotate.lua → preventCollectibleRotation.lua} +9 -9
  99. package/features/runInNFrames.lua +3 -3
  100. package/features/saveDataManager/exports.d.ts +15 -12
  101. package/features/saveDataManager/exports.lua +6 -6
  102. package/features/saveDataManager/load.d.ts +1 -1
  103. package/features/saveDataManager/load.lua +4 -4
  104. package/features/saveDataManager/main.d.ts +1 -1
  105. package/features/saveDataManager/main.lua +11 -11
  106. package/features/saveDataManager/maps.d.ts +1 -1
  107. package/features/saveDataManager/merge.lua +10 -10
  108. package/features/saveDataManager/save.d.ts +1 -1
  109. package/features/saveDataManager/save.lua +5 -5
  110. package/features/saveDataManager/serializationBrand.lua +2 -2
  111. package/features/sirenHelpers.lua +3 -3
  112. package/features/taintedLazarusPlayers.lua +2 -2
  113. package/functions/array.lua +3 -3
  114. package/functions/benchmark.lua +1 -1
  115. package/functions/boss.lua +7 -7
  116. package/functions/cacheFlag.lua +1 -1
  117. package/functions/cards.d.ts +1 -1
  118. package/functions/cards.lua +13 -13
  119. package/functions/challenges.lua +1 -1
  120. package/functions/character.lua +9 -9
  121. package/functions/charge.lua +3 -3
  122. package/functions/chargeBar.d.ts +1 -8
  123. package/functions/chargeBar.lua +1 -1
  124. package/functions/collectibleCacheFlag.d.ts +4 -4
  125. package/functions/collectibleCacheFlag.lua +6 -6
  126. package/functions/collectibleSet.lua +5 -5
  127. package/functions/collectibleTag.lua +6 -6
  128. package/functions/collectibles.lua +15 -15
  129. package/functions/color.d.ts +17 -3
  130. package/functions/color.lua +5 -5
  131. package/functions/debug.lua +1 -1
  132. package/functions/deepCopy.lua +13 -13
  133. package/functions/deepCopyTests.lua +6 -6
  134. package/functions/direction.lua +3 -3
  135. package/functions/doors.lua +6 -6
  136. package/functions/eden.lua +5 -5
  137. package/functions/entity.lua +5 -5
  138. package/functions/entitySpecific.d.ts +15 -1
  139. package/functions/entitySpecific.lua +10 -2
  140. package/functions/enums.d.ts +3 -3
  141. package/functions/enums.lua +2 -2
  142. package/functions/familiars.lua +2 -2
  143. package/functions/flying.lua +2 -2
  144. package/functions/globals.lua +3 -3
  145. package/functions/gridEntity.lua +10 -10
  146. package/functions/gridEntitySpecific.lua +2 -2
  147. package/functions/input.lua +4 -4
  148. package/functions/jsonHelpers.lua +1 -1
  149. package/functions/jsonRoom.d.ts +1 -1
  150. package/functions/jsonRoom.lua +4 -4
  151. package/functions/kColor.d.ts +1 -1
  152. package/functions/kColor.lua +5 -5
  153. package/functions/level.lua +3 -3
  154. package/functions/log.lua +15 -15
  155. package/functions/math.lua +1 -1
  156. package/functions/mergeTests.lua +7 -7
  157. package/functions/npc.lua +3 -3
  158. package/functions/pickups.lua +6 -6
  159. package/functions/pills.lua +15 -15
  160. package/functions/player.lua +11 -11
  161. package/functions/playerDataStructures.d.ts +51 -0
  162. package/functions/playerDataStructures.lua +5 -1
  163. package/functions/playerHealth.d.ts +1 -1
  164. package/functions/playerHealth.lua +4 -4
  165. package/functions/playerIndex.lua +1 -1
  166. package/functions/pocketItems.d.ts +1 -1
  167. package/functions/pocketItems.lua +3 -3
  168. package/functions/positionVelocity.lua +6 -6
  169. package/functions/random.lua +1 -1
  170. package/functions/revive.lua +6 -6
  171. package/functions/rng.d.ts +1 -1
  172. package/functions/rng.lua +6 -6
  173. package/functions/roomData.lua +4 -4
  174. package/functions/roomGrid.lua +3 -3
  175. package/functions/roomShape.lua +8 -8
  176. package/functions/rooms.lua +12 -12
  177. package/functions/run.lua +4 -4
  178. package/functions/seeds.lua +2 -2
  179. package/functions/serialization.lua +5 -5
  180. package/functions/set.lua +2 -2
  181. package/functions/sound.lua +2 -2
  182. package/functions/spawnCollectible.lua +10 -10
  183. package/functions/sprite.lua +3 -3
  184. package/functions/stage.lua +2 -2
  185. package/functions/transformations.lua +6 -6
  186. package/functions/trinketCacheFlag.lua +3 -3
  187. package/functions/trinketGive.d.ts +1 -1
  188. package/functions/trinketGive.lua +3 -3
  189. package/functions/trinkets.d.ts +3 -3
  190. package/functions/trinkets.lua +14 -14
  191. package/functions/tstlClass.lua +1 -1
  192. package/functions/ui.lua +3 -3
  193. package/functions/utils.d.ts +2 -2
  194. package/functions/utils.lua +1 -1
  195. package/functions/vector.d.ts +1 -1
  196. package/functions/vector.lua +5 -5
  197. package/index.d.ts +14 -13
  198. package/index.lua +123 -123
  199. package/initCustomCallbacks.lua +58 -58
  200. package/initFeatures.lua +19 -19
  201. package/{types → interfaces}/AddCallbackParameterCustom.d.ts +0 -0
  202. package/{types → interfaces}/AddCallbackParameterCustom.lua +1 -1
  203. package/interfaces/ChargeBarSprites.d.ts +13 -0
  204. package/{types/JSONDoor.lua → interfaces/ChargeBarSprites.lua} +0 -0
  205. package/{types → interfaces}/JSONDoor.d.ts +1 -0
  206. package/{types/JSONEntity.lua → interfaces/JSONDoor.lua} +0 -0
  207. package/{types → interfaces}/JSONEntity.d.ts +1 -0
  208. package/{types/JSONRoom.lua → interfaces/JSONEntity.lua} +0 -0
  209. package/{types → interfaces}/JSONRoom.d.ts +1 -5
  210. package/{types/JSONRooms.lua → interfaces/JSONRoom.lua} +0 -0
  211. package/{types → interfaces}/JSONRooms.d.ts +0 -0
  212. package/{types/JSONSpawn.lua → interfaces/JSONRooms.lua} +0 -0
  213. package/{types → interfaces}/JSONSpawn.d.ts +1 -0
  214. package/{types/PlayerHealth.lua → interfaces/JSONSpawn.lua} +0 -0
  215. package/{types → interfaces}/PlayerHealth.d.ts +1 -0
  216. package/{types/PocketItemDescription.lua → interfaces/PlayerHealth.lua} +0 -0
  217. package/{types → interfaces}/PocketItemDescription.d.ts +1 -0
  218. package/{types/Primitive.lua → interfaces/PocketItemDescription.lua} +0 -0
  219. package/interfaces/SaveData.d.ts +29 -0
  220. package/{types/private → interfaces}/SaveData.lua +0 -0
  221. package/{types → interfaces}/TrinketSituation.d.ts +1 -0
  222. package/{types → interfaces}/TrinketSituation.lua +0 -0
  223. package/{types → interfaces}/private/TSTLClassMetatable.d.ts +0 -0
  224. package/{types → interfaces}/private/TSTLClassMetatable.lua +0 -0
  225. package/maps/cardMap.lua +85 -85
  226. package/maps/characterMap.lua +58 -58
  227. package/maps/defaultPlayerStatMap.lua +1 -1
  228. package/maps/pillEffectMap.lua +39 -39
  229. package/maps/roomTypeMap.lua +12 -12
  230. package/objects/LRoomShapeToRectangles.lua +1 -1
  231. package/objects/callbackRegisterFunctions.d.ts +1 -1
  232. package/objects/callbackRegisterFunctions.lua +76 -76
  233. package/objects/directionToVector.lua +1 -1
  234. package/objects/isaacAPIClassTypeToBrand.lua +2 -2
  235. package/objects/isaacAPIClassTypeToCopyFunction.lua +5 -5
  236. package/objects/roomShapeBounds.lua +1 -1
  237. package/objects/roomShapeLayoutSizes.lua +1 -1
  238. package/objects/roomShapeToDoorSlotsToGridIndexDelta.lua +1 -1
  239. package/objects/roomShapeToTopLeftPosition.lua +1 -1
  240. package/objects/roomTypeNames.lua +1 -1
  241. package/objects/serializedIsaacAPIClassTypeToIdentityFunction.lua +5 -5
  242. package/package.json +2 -2
  243. package/patchErrorFunctions.lua +1 -1
  244. package/types/CollectibleIndex.d.ts +2 -2
  245. package/types/PickingUpItem.d.ts +12 -2
  246. package/types/PickingUpItem.lua +3 -0
  247. package/types/PlayerIndex.d.ts +2 -2
  248. package/types/private/IsaacAPIClass.d.ts +1 -1
  249. package/types/private/SerializedIsaacAPIClass.d.ts +1 -1
  250. package/types/private/TSTLClass.d.ts +1 -1
  251. package/upgradeMod.d.ts +2 -1
  252. package/upgradeMod.lua +7 -7
  253. package/types/Primitive.d.ts +0 -1
  254. 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
- {"highpriestess", Card.HIGH_PRIESTESS},
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
- {"wheeloffortune", Card.WHEEL_OF_FORTUNE},
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
- {"hangedman", Card.HANGED_MAN},
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
- {"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},
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
- {"againsthumanity", Card.AGAINST_HUMANITY},
80
+ {"againstHumanity", Card.AGAINST_HUMANITY},
81
81
  {"humanity", Card.AGAINST_HUMANITY},
82
- {"suicideking", Card.SUICIDE_KING},
82
+ {"suicideKing", Card.SUICIDE_KING},
83
83
  {"suicide", Card.SUICIDE_KING},
84
- {"getoutofjailfree", Card.GET_OUT_OF_JAIL_FREE},
84
+ {"getOutOfJailFree", Card.GET_OUT_OF_JAIL_FREE},
85
85
  {"jail", Card.GET_OUT_OF_JAIL_FREE},
86
86
  {"?", Card.QUESTION_MARK},
87
- {"diceshard", Card.DICE_SHARD},
87
+ {"diceShard", Card.DICE_SHARD},
88
88
  {"shard", Card.DICE_SHARD},
89
- {"emergencycontact", Card.EMERGENCY_CONTACT},
89
+ {"emergencyContact", Card.EMERGENCY_CONTACT},
90
90
  {"contact", Card.EMERGENCY_CONTACT},
91
91
  {"holy", Card.HOLY},
92
- {"hugegrowth", Card.HUGE_GROWTH},
92
+ {"hugeGrowth", Card.HUGE_GROWTH},
93
93
  {"growth", Card.HUGE_GROWTH},
94
- {"ancientrecall", Card.ANCIENT_RECALL},
94
+ {"ancientRecall", Card.ANCIENT_RECALL},
95
95
  {"recall", Card.ANCIENT_RECALL},
96
- {"erawalk", Card.ERA_WALK},
96
+ {"eraWalk", Card.ERA_WALK},
97
97
  {"walk", Card.ERA_WALK},
98
- {"runeshard", Card.RUNE_SHARD},
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
- {"highpriestess?", Card.REVERSE_HIGH_PRIESTESS},
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
- {"wheeloffortune?", Card.REVERSE_WHEEL_OF_FORTUNE},
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
- {"hangedman?", Card.REVERSE_HANGED_MAN},
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
- {"crackedkey", Card.CRACKED_KEY},
136
+ {"crackedKey", Card.CRACKED_KEY},
137
137
  {"key", Card.CRACKED_KEY},
138
- {"queenofhearts", Card.QUEEN_OF_HEARTS},
139
- {"queenhearts", Card.QUEEN_OF_HEARTS},
138
+ {"queenOfHearts", Card.QUEEN_OF_HEARTS},
139
+ {"queenHearts", Card.QUEEN_OF_HEARTS},
140
140
  {"wildcard", Card.WILD},
141
- {"soulofisaac", Card.SOUL_ISAAC},
142
- {"soulisaac", Card.SOUL_ISAAC},
141
+ {"soulOfIsaac", Card.SOUL_ISAAC},
142
+ {"soulIsaac", Card.SOUL_ISAAC},
143
143
  {"isaac", Card.SOUL_ISAAC},
144
- {"soulofmagdalene", Card.SOUL_MAGDALENE},
145
- {"soulmagdalene", Card.SOUL_MAGDALENE},
144
+ {"soulOfMagdalene", Card.SOUL_MAGDALENE},
145
+ {"soulMagdalene", Card.SOUL_MAGDALENE},
146
146
  {"magdalene", Card.SOUL_MAGDALENE},
147
- {"soulofcain", Card.SOUL_CAIN},
148
- {"soulcain", Card.SOUL_CAIN},
147
+ {"soulOfCain", Card.SOUL_CAIN},
148
+ {"soulCain", Card.SOUL_CAIN},
149
149
  {"cain", Card.SOUL_CAIN},
150
- {"soulofjudas", Card.SOUL_JUDAS},
151
- {"souljudas", Card.SOUL_JUDAS},
150
+ {"soulOfJudas", Card.SOUL_JUDAS},
151
+ {"soulJudas", Card.SOUL_JUDAS},
152
152
  {"judas", Card.SOUL_JUDAS},
153
- {"soulof???", Card.SOUL_BLUE_BABY},
153
+ {"soulOf???", Card.SOUL_BLUE_BABY},
154
154
  {"soul???", Card.SOUL_BLUE_BABY},
155
155
  {"???", Card.SOUL_BLUE_BABY},
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},
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
- {"soulofsamson", Card.SOUL_SAMSON},
163
- {"soulsamson", Card.SOUL_SAMSON},
162
+ {"soulOfSamson", Card.SOUL_SAMSON},
163
+ {"soulSamson", Card.SOUL_SAMSON},
164
164
  {"samson", Card.SOUL_SAMSON},
165
- {"soulofazazel", Card.SOUL_AZAZEL},
166
- {"soulazazel", Card.SOUL_AZAZEL},
165
+ {"soulOfAzazel", Card.SOUL_AZAZEL},
166
+ {"soulAzazel", Card.SOUL_AZAZEL},
167
167
  {"azazel", Card.SOUL_AZAZEL},
168
- {"souloflazarus", Card.SOUL_LAZARUS},
169
- {"soullazarus", Card.SOUL_LAZARUS},
168
+ {"soulOfLazarus", Card.SOUL_LAZARUS},
169
+ {"soulLazarus", Card.SOUL_LAZARUS},
170
170
  {"lazarus", Card.SOUL_LAZARUS},
171
- {"soulofeden", Card.SOUL_EDEN},
172
- {"souleden", Card.SOUL_EDEN},
171
+ {"soulOfEden", Card.SOUL_EDEN},
172
+ {"soulEden", Card.SOUL_EDEN},
173
173
  {"eden", Card.SOUL_EDEN},
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},
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
- {"souloflilith", Card.SOUL_LILITH},
181
- {"soullilith", Card.SOUL_LILITH},
180
+ {"soulOfLilith", Card.SOUL_LILITH},
181
+ {"soulLilith", Card.SOUL_LILITH},
182
182
  {"lilith", Card.SOUL_LILITH},
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},
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
- {"soulofapollyon", Card.SOUL_APOLLYON},
190
- {"soulapollyon", Card.SOUL_APOLLYON},
189
+ {"soulOfApollyon", Card.SOUL_APOLLYON},
190
+ {"soulApollyon", Card.SOUL_APOLLYON},
191
191
  {"apollyon", Card.SOUL_APOLLYON},
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},
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
- {"soulofbethany", Card.SOUL_BETHANY},
199
- {"soulbethany", Card.SOUL_BETHANY},
198
+ {"soulOfBethany", Card.SOUL_BETHANY},
199
+ {"soulBethany", Card.SOUL_BETHANY},
200
200
  {"bethany", Card.SOUL_BETHANY},
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},
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
@@ -8,7 +8,7 @@ ____exports.CHARACTER_MAP = __TS__New(Map, {
8
8
  {"maggy", 1},
9
9
  {"cain", 2},
10
10
  {"judas", 3},
11
- {"bluebaby", 4},
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
- {"thelost", 10},
19
+ {"theLost", 10},
20
20
  {"lost", 10},
21
21
  {"lazarus2", 11},
22
22
  {"laz2", 11},
23
- {"darkjudas", 12},
24
- {"djudas", 12},
25
- {"blackjudas", 12},
26
- {"bjudas", 12},
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
- {"theforgotten", 16},
30
+ {"theForgotten", 16},
31
31
  {"forgotten", 16},
32
- {"thesoul", 17},
32
+ {"theSoul", 17},
33
33
  {"soul", 17},
34
34
  {"bethany", 18},
35
35
  {"jacob", 19},
36
36
  {"esau", 20},
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},
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
- {"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}
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("packages.isaacscript-common.src.functions.tears")
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(
@@ -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
- {"badgas", PillEffect.BAD_GAS},
8
+ {"badGas", PillEffect.BAD_GAS},
9
9
  {"gas", PillEffect.BAD_GAS},
10
- {"badtrip", PillEffect.BAD_TRIP},
10
+ {"badTrip", PillEffect.BAD_TRIP},
11
11
  {"trip", PillEffect.BAD_TRIP},
12
- {"ballsofsteel", PillEffect.BALLS_OF_STEEL},
13
- {"ballssteel", PillEffect.BALLS_OF_STEEL},
12
+ {"ballsOfSteel", PillEffect.BALLS_OF_STEEL},
13
+ {"ballsSteel", PillEffect.BALLS_OF_STEEL},
14
14
  {"steel", PillEffect.BALLS_OF_STEEL},
15
- {"bombsarekey", PillEffect.BOMBS_ARE_KEYS},
16
- {"bombskey", PillEffect.BOMBS_ARE_KEYS},
15
+ {"bombsAreKey", PillEffect.BOMBS_ARE_KEYS},
16
+ {"bombsKey", PillEffect.BOMBS_ARE_KEYS},
17
17
  {"key", PillEffect.BOMBS_ARE_KEYS},
18
- {"explosivediarrhea", PillEffect.EXPLOSIVE_DIARRHEA},
18
+ {"explosiveDiarrhea", PillEffect.EXPLOSIVE_DIARRHEA},
19
19
  {"diarrhea", PillEffect.EXPLOSIVE_DIARRHEA},
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},
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
- {"prettyfly", PillEffect.PRETTY_FLY},
27
+ {"prettyFly", PillEffect.PRETTY_FLY},
28
28
  {"fly", PillEffect.PRETTY_FLY},
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},
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
- {"48hourenergy", PillEffect.FORTY_EIGHT_HOUR_ENERGY},
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
- {"icanseeforever!", PillEffect.I_CAN_SEE_FOREVER},
44
- {"cansee", PillEffect.I_CAN_SEE_FOREVER},
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
- {"lemonparty", PillEffect.LEMON_PARTY},
48
+ {"lemonParty", PillEffect.LEMON_PARTY},
49
49
  {"party", PillEffect.LEMON_PARTY},
50
- {"ruawizard", PillEffect.R_U_A_WIZARD},
51
- {"areyouawizard", PillEffect.R_U_A_WIZARD},
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
- {"onemakesyoularger", PillEffect.ONE_MAKES_YOU_LARGER},
57
+ {"oneMakesYouLarger", PillEffect.ONE_MAKES_YOU_LARGER},
58
58
  {"larger", PillEffect.ONE_MAKES_YOU_LARGER},
59
- {"onemakesyousmaller", PillEffect.ONE_MAKES_YOU_SMALL},
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
- {"powerpill", PillEffect.POWER},
68
- {"retrovision", PillEffect.RETRO_VISION},
67
+ {"powerPill", PillEffect.POWER},
68
+ {"retroVision", PillEffect.RETRO_VISION},
69
69
  {"vision", PillEffect.RETRO_VISION},
70
- {"friendstilltheend", PillEffect.FRIENDS_TILL_THE_END},
71
- {"friendsutilltheend", PillEffect.FRIENDS_TILL_THE_END},
70
+ {"friendsTillTheEnd", PillEffect.FRIENDS_TILL_THE_END},
71
+ {"friendsUntilTheEnd", PillEffect.FRIENDS_TILL_THE_END},
72
72
  {"xlax", PillEffect.X_LAX},
73
- {"somethingswrong", PillEffect.SOMETHINGS_WRONG},
73
+ {"somethingsWrong", PillEffect.SOMETHINGS_WRONG},
74
74
  {"wrong", PillEffect.SOMETHINGS_WRONG},
75
- {"imdrowsy", PillEffect.IM_DROWSY},
75
+ {"imDrowsy", PillEffect.IM_DROWSY},
76
76
  {"drowsy", PillEffect.IM_DROWSY},
77
- {"imexcited!!!", PillEffect.IM_EXCITED},
77
+ {"imExcited!!!", PillEffect.IM_EXCITED},
78
78
  {"excited", PillEffect.IM_EXCITED},
79
79
  {"gulp!", PillEffect.GULP},
80
80
  {"horf!", PillEffect.HORF},
81
- {"feelslikeimwalkingonsunshine!", PillEffect.FEELS_LIKE_IM_WALKING_ON_SUNSHINE},
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
- {"shotspeeddown", PillEffect.SHOT_SPEED_DOWN},
86
- {"shotspeedup", PillEffect.SHOT_SPEED_UP},
85
+ {"shotSpeedDown", PillEffect.SHOT_SPEED_DOWN},
86
+ {"shotSpeedUp", PillEffect.SHOT_SPEED_UP},
87
87
  {"experimental", PillEffect.EXPERIMENTAL}
88
88
  })
89
89
  return ____exports
@@ -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
- {"iamerror", RoomType.ERROR},
12
+ {"iAmError", RoomType.ERROR},
13
13
  {"treasure", RoomType.TREASURE},
14
14
  {"boss", RoomType.BOSS},
15
- {"miniboss", RoomType.MINI_BOSS},
15
+ {"miniBoss", RoomType.MINI_BOSS},
16
16
  {"secret", RoomType.SECRET},
17
- {"supersecret", RoomType.SUPER_SECRET},
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
- {"crawlspace", RoomType.DUNGEON},
27
- {"bossrush", RoomType.BOSS_RUSH},
26
+ {"crawlSpace", RoomType.DUNGEON},
27
+ {"bossRush", RoomType.BOSS_RUSH},
28
28
  {"isaacs", RoomType.CLEAN_BEDROOM},
29
29
  {"bedroom", RoomType.CLEAN_BEDROOM},
30
- {"cleanbedroom", RoomType.CLEAN_BEDROOM},
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
- {"blackmarket", RoomType.BLACK_MARKET},
36
- {"greedexit", RoomType.GREED_EXIT},
35
+ {"blackMarket", RoomType.BLACK_MARKET},
36
+ {"greedExit", RoomType.GREED_EXIT},
37
37
  {"planetarium", RoomType.PLANETARIUM},
38
38
  {"teleporter", RoomType.TELEPORTER},
39
- {"teleporterexit", RoomType.TELEPORTER_EXIT},
40
- {"secretexit", RoomType.SECRET_EXIT},
39
+ {"teleporterExit", RoomType.TELEPORTER_EXIT},
40
+ {"secretExit", RoomType.SECRET_EXIT},
41
41
  {"blue", RoomType.BLUE},
42
- {"ultrasecret", RoomType.ULTRA_SECRET}
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("packages.isaacscript-common.src.constants")
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 "../types/AddCallbackParameterCustom";
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
  };