isaacscript-common 1.2.292 → 2.0.2

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 (482) hide show
  1. package/README.md +2 -2
  2. package/dist/cachedClasses.d.ts +1 -1
  3. package/dist/cachedClasses.lua +0 -1
  4. package/dist/callbacks/customRevive.lua +13 -8
  5. package/dist/callbacks/itemPickup.lua +3 -1
  6. package/dist/callbacks/postBombInitLate.lua +3 -1
  7. package/dist/callbacks/postBoneSwing.lua +5 -2
  8. package/dist/callbacks/postCollectibleInitFirst.lua +4 -1
  9. package/dist/callbacks/postCursedTeleport.lua +16 -8
  10. package/dist/callbacks/postCustomDoorEnter.d.ts +1 -1
  11. package/dist/callbacks/postCustomDoorEnter.lua +16 -10
  12. package/dist/callbacks/postEffectInitLate.lua +3 -1
  13. package/dist/callbacks/postEffectStateChanged.lua +3 -1
  14. package/dist/callbacks/postEsauJr.lua +5 -2
  15. package/dist/callbacks/postFamiliarInitLate.lua +3 -1
  16. package/dist/callbacks/postFamiliarStateChanged.lua +3 -1
  17. package/dist/callbacks/postFlip.lua +9 -5
  18. package/dist/callbacks/postGreedModeWave.d.ts +1 -0
  19. package/dist/callbacks/postGreedModeWave.lua +32 -0
  20. package/dist/callbacks/postGreedWave.d.ts +1 -0
  21. package/dist/callbacks/postGreedWave.lua +31 -0
  22. package/dist/callbacks/postGridEntity.lua +4 -2
  23. package/dist/callbacks/postGridEntityCollision.lua +5 -2
  24. package/dist/callbacks/postHolyMantleRemoved.lua +3 -1
  25. package/dist/callbacks/postItemDischarged.lua +10 -5
  26. package/dist/callbacks/postKnifeInitLate.lua +3 -1
  27. package/dist/callbacks/postLaserInitLate.lua +3 -1
  28. package/dist/callbacks/postNPCInitLate.lua +3 -1
  29. package/dist/callbacks/postNPCStateChanged.lua +3 -1
  30. package/dist/callbacks/postNewRoomEarly.lua +7 -5
  31. package/dist/callbacks/postPickupCollect.lua +3 -1
  32. package/dist/callbacks/postPickupInitLate.lua +3 -1
  33. package/dist/callbacks/postPickupStateChanged.lua +3 -1
  34. package/dist/callbacks/postPlayerChangeHealth.lua +2 -2
  35. package/dist/callbacks/postPlayerFatalDamage.lua +4 -1
  36. package/dist/callbacks/postPlayerInitLate.lua +3 -1
  37. package/dist/callbacks/postPlayerReordered.lua +7 -6
  38. package/dist/callbacks/postProjectileInitLate.lua +3 -1
  39. package/dist/callbacks/postRoomClearChanged.lua +4 -3
  40. package/dist/callbacks/postSacrifice.lua +8 -4
  41. package/dist/callbacks/postSlotInitUpdate.lua +4 -2
  42. package/dist/callbacks/postSlotRender.lua +3 -1
  43. package/dist/callbacks/postTearInitLate.lua +3 -1
  44. package/dist/callbacks/postTearInitVeryLate.lua +3 -1
  45. package/dist/callbacks/postTransformation.lua +7 -12
  46. package/dist/callbacks/postTrinketBreak.lua +8 -3
  47. package/dist/callbacks/preBerserkDeath.lua +3 -2
  48. package/dist/callbacks/preNewLevel.lua +5 -3
  49. package/dist/callbacks/reorderedCallbacks.lua +7 -5
  50. package/dist/callbacks/subscriptions/postBombInitLate.d.ts +5 -2
  51. package/dist/callbacks/subscriptions/postBombInitLate.lua +3 -3
  52. package/dist/callbacks/subscriptions/postBoneSwing.d.ts +3 -1
  53. package/dist/callbacks/subscriptions/postBoneSwing.lua +3 -3
  54. package/dist/callbacks/subscriptions/postCollectibleInitFirst.d.ts +5 -2
  55. package/dist/callbacks/subscriptions/postCollectibleInitFirst.lua +3 -3
  56. package/dist/callbacks/subscriptions/postCursedTeleport.d.ts +3 -1
  57. package/dist/callbacks/subscriptions/postCursedTeleport.lua +3 -3
  58. package/dist/callbacks/subscriptions/postCustomDoorEnter.d.ts +5 -2
  59. package/dist/callbacks/subscriptions/postCustomDoorEnter.lua +3 -3
  60. package/dist/callbacks/subscriptions/postCustomRevive.d.ts +4 -1
  61. package/dist/callbacks/subscriptions/postCustomRevive.lua +3 -3
  62. package/dist/callbacks/subscriptions/postEffectInitLate.d.ts +5 -2
  63. package/dist/callbacks/subscriptions/postEffectInitLate.lua +3 -3
  64. package/dist/callbacks/subscriptions/postEffectStateChanged.d.ts +5 -2
  65. package/dist/callbacks/subscriptions/postEffectStateChanged.lua +3 -3
  66. package/dist/callbacks/subscriptions/postEsauJr.d.ts +3 -1
  67. package/dist/callbacks/subscriptions/postEsauJr.lua +3 -3
  68. package/dist/callbacks/subscriptions/postFamiliarInitLate.d.ts +5 -2
  69. package/dist/callbacks/subscriptions/postFamiliarInitLate.lua +3 -3
  70. package/dist/callbacks/subscriptions/postFamiliarStateChanged.d.ts +5 -2
  71. package/dist/callbacks/subscriptions/postFamiliarStateChanged.lua +3 -3
  72. package/dist/callbacks/subscriptions/postFirstEsauJr.d.ts +3 -1
  73. package/dist/callbacks/subscriptions/postFirstEsauJr.lua +3 -3
  74. package/dist/callbacks/subscriptions/postFirstFlip.d.ts +3 -1
  75. package/dist/callbacks/subscriptions/postFirstFlip.lua +3 -3
  76. package/dist/callbacks/subscriptions/postFlip.d.ts +3 -1
  77. package/dist/callbacks/subscriptions/postFlip.lua +3 -3
  78. package/dist/callbacks/subscriptions/postGameStartedReordered.d.ts +3 -1
  79. package/dist/callbacks/subscriptions/postGameStartedReordered.lua +3 -3
  80. package/dist/callbacks/subscriptions/postGreedModeWave.d.ts +4 -0
  81. package/dist/callbacks/subscriptions/postGreedModeWave.lua +16 -0
  82. package/dist/callbacks/subscriptions/postGreedWave.d.ts +2 -0
  83. package/dist/callbacks/subscriptions/postGreedWave.lua +16 -0
  84. package/dist/callbacks/subscriptions/postGridEntityBroken.d.ts +5 -2
  85. package/dist/callbacks/subscriptions/postGridEntityBroken.lua +3 -3
  86. package/dist/callbacks/subscriptions/postGridEntityCollision.d.ts +5 -2
  87. package/dist/callbacks/subscriptions/postGridEntityCollision.lua +3 -3
  88. package/dist/callbacks/subscriptions/postGridEntityInit.d.ts +5 -2
  89. package/dist/callbacks/subscriptions/postGridEntityInit.lua +3 -3
  90. package/dist/callbacks/subscriptions/postGridEntityRemove.d.ts +5 -2
  91. package/dist/callbacks/subscriptions/postGridEntityRemove.lua +3 -3
  92. package/dist/callbacks/subscriptions/postGridEntityStateChanged.d.ts +5 -2
  93. package/dist/callbacks/subscriptions/postGridEntityStateChanged.lua +3 -3
  94. package/dist/callbacks/subscriptions/postGridEntityUpdate.d.ts +5 -2
  95. package/dist/callbacks/subscriptions/postGridEntityUpdate.lua +3 -3
  96. package/dist/callbacks/subscriptions/postHolyMantleRemoved.d.ts +6 -2
  97. package/dist/callbacks/subscriptions/postHolyMantleRemoved.lua +16 -4
  98. package/dist/callbacks/subscriptions/postItemDischarged.d.ts +5 -2
  99. package/dist/callbacks/subscriptions/postItemDischarged.lua +3 -3
  100. package/dist/callbacks/subscriptions/postItemPickup.d.ts +6 -2
  101. package/dist/callbacks/subscriptions/postItemPickup.lua +3 -3
  102. package/dist/callbacks/subscriptions/postKnifeInitLate.d.ts +5 -2
  103. package/dist/callbacks/subscriptions/postKnifeInitLate.lua +3 -3
  104. package/dist/callbacks/subscriptions/postLaserInitLate.d.ts +5 -2
  105. package/dist/callbacks/subscriptions/postLaserInitLate.lua +3 -3
  106. package/dist/callbacks/subscriptions/postNPCInitLate.d.ts +5 -2
  107. package/dist/callbacks/subscriptions/postNPCInitLate.lua +3 -3
  108. package/dist/callbacks/subscriptions/postNPCStateChanged.d.ts +6 -2
  109. package/dist/callbacks/subscriptions/postNPCStateChanged.lua +3 -3
  110. package/dist/callbacks/subscriptions/postNewLevelReordered.d.ts +1 -1
  111. package/dist/callbacks/subscriptions/postNewLevelReordered.lua +3 -3
  112. package/dist/callbacks/subscriptions/postNewRoomEarly.d.ts +1 -1
  113. package/dist/callbacks/subscriptions/postNewRoomEarly.lua +3 -3
  114. package/dist/callbacks/subscriptions/postNewRoomReordered.d.ts +1 -1
  115. package/dist/callbacks/subscriptions/postNewRoomReordered.lua +3 -3
  116. package/dist/callbacks/subscriptions/postPEffectUpdateReordered.d.ts +6 -2
  117. package/dist/callbacks/subscriptions/postPEffectUpdateReordered.lua +8 -4
  118. package/dist/callbacks/subscriptions/postPickupCollect.d.ts +5 -2
  119. package/dist/callbacks/subscriptions/postPickupCollect.lua +3 -3
  120. package/dist/callbacks/subscriptions/postPickupInitLate.d.ts +5 -2
  121. package/dist/callbacks/subscriptions/postPickupInitLate.lua +3 -3
  122. package/dist/callbacks/subscriptions/postPickupStateChanged.d.ts +5 -2
  123. package/dist/callbacks/subscriptions/postPickupStateChanged.lua +3 -3
  124. package/dist/callbacks/subscriptions/postPlayerChangeHealth.d.ts +5 -2
  125. package/dist/callbacks/subscriptions/postPlayerChangeHealth.lua +3 -3
  126. package/dist/callbacks/subscriptions/postPlayerChangeType.d.ts +4 -2
  127. package/dist/callbacks/subscriptions/postPlayerChangeType.lua +3 -3
  128. package/dist/callbacks/subscriptions/postPlayerFatalDamage.d.ts +5 -2
  129. package/dist/callbacks/subscriptions/postPlayerFatalDamage.lua +3 -3
  130. package/dist/callbacks/subscriptions/postPlayerInitLate.d.ts +5 -2
  131. package/dist/callbacks/subscriptions/postPlayerInitLate.lua +3 -3
  132. package/dist/callbacks/subscriptions/postPlayerInitReordered.d.ts +5 -2
  133. package/dist/callbacks/subscriptions/postPlayerInitReordered.lua +3 -3
  134. package/dist/callbacks/subscriptions/postPlayerRenderReordered.d.ts +5 -2
  135. package/dist/callbacks/subscriptions/postPlayerRenderReordered.lua +3 -3
  136. package/dist/callbacks/subscriptions/postPlayerUpdateReordered.d.ts +5 -2
  137. package/dist/callbacks/subscriptions/postPlayerUpdateReordered.lua +3 -3
  138. package/dist/callbacks/subscriptions/postProjectileInitLate.d.ts +5 -2
  139. package/dist/callbacks/subscriptions/postProjectileInitLate.lua +3 -3
  140. package/dist/callbacks/subscriptions/postPurchase.d.ts +6 -2
  141. package/dist/callbacks/subscriptions/postPurchase.lua +3 -3
  142. package/dist/callbacks/subscriptions/postRoomClearChanged.d.ts +3 -1
  143. package/dist/callbacks/subscriptions/postRoomClearChanged.lua +3 -3
  144. package/dist/callbacks/subscriptions/postSacrifice.d.ts +3 -1
  145. package/dist/callbacks/subscriptions/postSacrifice.lua +3 -3
  146. package/dist/callbacks/subscriptions/postSlotAnimationChanged.d.ts +5 -2
  147. package/dist/callbacks/subscriptions/postSlotAnimationChanged.lua +3 -3
  148. package/dist/callbacks/subscriptions/postSlotDestroyed.d.ts +5 -2
  149. package/dist/callbacks/subscriptions/postSlotDestroyed.lua +3 -3
  150. package/dist/callbacks/subscriptions/postSlotInit.d.ts +5 -2
  151. package/dist/callbacks/subscriptions/postSlotInit.lua +3 -3
  152. package/dist/callbacks/subscriptions/postSlotRender.d.ts +5 -2
  153. package/dist/callbacks/subscriptions/postSlotRender.lua +3 -3
  154. package/dist/callbacks/subscriptions/postSlotUpdate.d.ts +5 -2
  155. package/dist/callbacks/subscriptions/postSlotUpdate.lua +3 -3
  156. package/dist/callbacks/subscriptions/postTearInitLate.d.ts +5 -2
  157. package/dist/callbacks/subscriptions/postTearInitLate.lua +3 -3
  158. package/dist/callbacks/subscriptions/postTearInitVeryLate.d.ts +5 -2
  159. package/dist/callbacks/subscriptions/postTearInitVeryLate.lua +3 -3
  160. package/dist/callbacks/subscriptions/postTransformation.d.ts +5 -2
  161. package/dist/callbacks/subscriptions/postTransformation.lua +3 -3
  162. package/dist/callbacks/subscriptions/postTrinketBreak.d.ts +5 -2
  163. package/dist/callbacks/subscriptions/postTrinketBreak.lua +3 -3
  164. package/dist/callbacks/subscriptions/preBerserkDeath.d.ts +5 -2
  165. package/dist/callbacks/subscriptions/preBerserkDeath.lua +3 -3
  166. package/dist/callbacks/subscriptions/preCustomRevive.d.ts +3 -1
  167. package/dist/callbacks/subscriptions/preCustomRevive.lua +3 -3
  168. package/dist/callbacks/subscriptions/preItemPickup.d.ts +6 -2
  169. package/dist/callbacks/subscriptions/preItemPickup.lua +3 -3
  170. package/dist/callbacks/subscriptions/preNewLevel.d.ts +3 -1
  171. package/dist/callbacks/subscriptions/preNewLevel.lua +3 -3
  172. package/dist/classes/ModUpgraded.d.ts +5 -5
  173. package/dist/constants.d.ts +9 -43
  174. package/dist/constants.lua +16 -13
  175. package/dist/constantsMax.d.ts +16 -0
  176. package/dist/constantsMax.lua +27 -0
  177. package/dist/enums/CardType.lua +1 -1
  178. package/dist/enums/CollectiblePedestalType.lua +1 -1
  179. package/dist/enums/HealthType.d.ts +3 -3
  180. package/dist/enums/HealthType.lua +1 -2
  181. package/dist/enums/ModCallbacksCustom.d.ts +56 -48
  182. package/dist/enums/ModCallbacksCustom.lua +47 -46
  183. package/dist/enums/PillEffectClass.lua +1 -1
  184. package/dist/enums/PillEffectType.lua +1 -1
  185. package/dist/enums/PocketItemType.lua +1 -2
  186. package/dist/enums/SerializationType.lua +1 -2
  187. package/dist/enums/private/CopyableIsaacAPIClassType.d.ts +1 -1
  188. package/dist/enums/private/CopyableIsaacAPIClassType.lua +2 -3
  189. package/dist/enums/private/SaveDataKeys.d.ts +4 -4
  190. package/dist/enums/private/SaveDataKeys.lua +5 -6
  191. package/dist/enums/private/SerializationBrand.d.ts +3 -4
  192. package/dist/enums/private/SerializationBrand.lua +2 -15
  193. package/dist/features/characterHealthConversion.d.ts +2 -2
  194. package/dist/features/characterHealthConversion.lua +8 -4
  195. package/dist/features/characterStats.d.ts +4 -4
  196. package/dist/features/characterStats.lua +3 -1
  197. package/dist/features/debugDisplay.lua +12 -11
  198. package/dist/features/deployJSONRoom.d.ts +3 -3
  199. package/dist/features/deployJSONRoom.lua +35 -21
  200. package/dist/features/disableInputs.d.ts +1 -1
  201. package/dist/features/disableInputs.lua +6 -3
  202. package/dist/features/disableSound.lua +3 -1
  203. package/dist/features/extraConsoleCommands/commands.d.ts +5 -3
  204. package/dist/features/extraConsoleCommands/commands.lua +96 -56
  205. package/dist/features/extraConsoleCommands/commandsDisplay.lua +0 -1
  206. package/dist/features/extraConsoleCommands/commandsSubroutines.d.ts +1 -1
  207. package/dist/features/extraConsoleCommands/commandsSubroutines.lua +13 -10
  208. package/dist/features/extraConsoleCommands/init.lua +17 -9
  209. package/dist/features/extraConsoleCommands/v.lua +0 -1
  210. package/dist/features/fadeInRemover.lua +3 -2
  211. package/dist/features/fastReset.lua +7 -5
  212. package/dist/features/forgottenSwitch.lua +6 -3
  213. package/dist/features/getCollectibleItemPoolType.d.ts +1 -1
  214. package/dist/features/getCollectibleItemPoolType.lua +6 -2
  215. package/dist/features/isPonyActive.lua +5 -2
  216. package/dist/features/playerInventory.d.ts +1 -1
  217. package/dist/features/playerInventory.lua +7 -3
  218. package/dist/features/preventCollectibleRotate.d.ts +1 -1
  219. package/dist/features/preventCollectibleRotate.lua +9 -4
  220. package/dist/features/runInNFrames.lua +4 -2
  221. package/dist/features/saveDataManager/constants.lua +0 -1
  222. package/dist/features/saveDataManager/exports.d.ts +9 -8
  223. package/dist/features/saveDataManager/main.lua +11 -9
  224. package/dist/features/saveDataManager/maps.d.ts +5 -0
  225. package/dist/features/saveDataManager/merge.d.ts +1 -1
  226. package/dist/features/saveDataManager/merge.lua +2 -1
  227. package/dist/features/saveDataManager/serializationBrand.d.ts +1 -0
  228. package/dist/features/saveDataManager/serializationBrand.lua +17 -0
  229. package/dist/features/sirenHelpers.d.ts +1 -1
  230. package/dist/features/sirenHelpers.lua +5 -2
  231. package/dist/features/taintedLazarusPlayers.lua +6 -3
  232. package/dist/featuresInitialized.lua +0 -1
  233. package/dist/functions/array.d.ts +18 -2
  234. package/dist/functions/array.lua +29 -3
  235. package/dist/functions/bitwise.lua +0 -1
  236. package/dist/functions/boss.d.ts +1 -1
  237. package/dist/functions/boss.lua +12 -9
  238. package/dist/functions/cacheFlag.d.ts +2 -2
  239. package/dist/functions/cacheFlag.lua +0 -1
  240. package/dist/functions/cards.d.ts +9 -17
  241. package/dist/functions/cards.lua +22 -23
  242. package/dist/functions/challenges.d.ts +1 -1
  243. package/dist/functions/challenges.lua +0 -1
  244. package/dist/functions/character.d.ts +6 -4
  245. package/dist/functions/character.lua +16 -7
  246. package/dist/functions/charge.d.ts +1 -1
  247. package/dist/functions/charge.lua +14 -9
  248. package/dist/functions/chargeBar.lua +0 -1
  249. package/dist/functions/collectibleCacheFlag.d.ts +4 -4
  250. package/dist/functions/collectibleCacheFlag.lua +8 -5
  251. package/dist/functions/collectibleSet.d.ts +1 -1
  252. package/dist/functions/collectibleSet.lua +4 -5
  253. package/dist/functions/collectibleTag.d.ts +1 -2
  254. package/dist/functions/collectibleTag.lua +12 -10
  255. package/dist/functions/collectibles.d.ts +21 -28
  256. package/dist/functions/collectibles.lua +29 -26
  257. package/dist/functions/color.lua +9 -1
  258. package/dist/functions/debug.d.ts +12 -0
  259. package/dist/functions/debug.lua +3 -1
  260. package/dist/functions/deepCopy.d.ts +1 -1
  261. package/dist/functions/deepCopy.lua +4 -2
  262. package/dist/functions/direction.d.ts +4 -0
  263. package/dist/functions/direction.lua +17 -0
  264. package/dist/functions/doors.d.ts +12 -16
  265. package/dist/functions/doors.lua +34 -26
  266. package/dist/functions/easing.lua +0 -1
  267. package/dist/functions/entity.d.ts +4 -5
  268. package/dist/functions/entity.lua +4 -12
  269. package/dist/functions/entitySpecific.d.ts +35 -33
  270. package/dist/functions/entitySpecific.lua +20 -19
  271. package/dist/functions/enums.d.ts +70 -0
  272. package/dist/functions/enums.lua +71 -0
  273. package/dist/functions/familiars.d.ts +2 -2
  274. package/dist/functions/familiars.lua +0 -1
  275. package/dist/functions/flag.d.ts +42 -10
  276. package/dist/functions/flag.lua +31 -13
  277. package/dist/functions/flying.d.ts +2 -2
  278. package/dist/functions/flying.lua +20 -14
  279. package/dist/functions/globals.lua +5 -2
  280. package/dist/functions/gridEntity.d.ts +18 -16
  281. package/dist/functions/gridEntity.lua +39 -26
  282. package/dist/functions/input.d.ts +14 -3
  283. package/dist/functions/input.lua +39 -78
  284. package/dist/functions/jsonHelpers.d.ts +9 -7
  285. package/dist/functions/jsonHelpers.lua +0 -1
  286. package/dist/functions/kColor.lua +14 -3
  287. package/dist/functions/language.lua +9 -8
  288. package/dist/functions/log.d.ts +21 -15
  289. package/dist/functions/log.lua +61 -36
  290. package/dist/functions/math.d.ts +19 -8
  291. package/dist/functions/math.lua +33 -22
  292. package/dist/functions/mergeTests.lua +0 -1
  293. package/dist/functions/npc.d.ts +1 -1
  294. package/dist/functions/npc.lua +32 -16
  295. package/dist/functions/pickups.d.ts +10 -26
  296. package/dist/functions/pickups.lua +31 -29
  297. package/dist/functions/pills.d.ts +14 -13
  298. package/dist/functions/pills.lua +9 -3
  299. package/dist/functions/player.d.ts +11 -11
  300. package/dist/functions/player.lua +79 -66
  301. package/dist/functions/playerHealth.lua +19 -16
  302. package/dist/functions/playerIndex.d.ts +3 -3
  303. package/dist/functions/playerIndex.lua +9 -6
  304. package/dist/functions/pocketItems.d.ts +1 -1
  305. package/dist/functions/pocketItems.lua +21 -12
  306. package/dist/functions/positionVelocity.lua +4 -1
  307. package/dist/functions/random.d.ts +2 -3
  308. package/dist/functions/random.lua +0 -1
  309. package/dist/functions/revive.lua +18 -13
  310. package/dist/functions/roomData.d.ts +2 -2
  311. package/dist/functions/roomData.lua +11 -13
  312. package/dist/functions/roomGrid.d.ts +2 -2
  313. package/dist/functions/roomGrid.lua +0 -1
  314. package/dist/functions/roomShape.d.ts +2 -2
  315. package/dist/functions/rooms.d.ts +19 -14
  316. package/dist/functions/rooms.lua +42 -22
  317. package/dist/functions/run.d.ts +1 -1
  318. package/dist/functions/run.lua +3 -2
  319. package/dist/functions/seeds.d.ts +7 -0
  320. package/dist/functions/seeds.lua +7 -1
  321. package/dist/functions/sound.lua +4 -3
  322. package/dist/functions/spawnCollectible.d.ts +5 -5
  323. package/dist/functions/spawnCollectible.lua +7 -4
  324. package/dist/functions/sprite.d.ts +1 -1
  325. package/dist/functions/sprite.lua +3 -4
  326. package/dist/functions/stage.d.ts +4 -4
  327. package/dist/functions/stage.lua +3 -2
  328. package/dist/functions/string.d.ts +8 -1
  329. package/dist/functions/string.lua +10 -2
  330. package/dist/functions/tears.d.ts +4 -4
  331. package/dist/functions/tears.lua +0 -1
  332. package/dist/functions/transformations.d.ts +5 -3
  333. package/dist/functions/transformations.lua +31 -20
  334. package/dist/functions/trinketCacheFlag.d.ts +1 -1
  335. package/dist/functions/trinketCacheFlag.lua +8 -6
  336. package/dist/functions/trinketGive.d.ts +14 -3
  337. package/dist/functions/trinketGive.lua +46 -28
  338. package/dist/functions/trinketSet.d.ts +1 -1
  339. package/dist/functions/trinketSet.lua +4 -5
  340. package/dist/functions/trinkets.d.ts +8 -17
  341. package/dist/functions/trinkets.lua +17 -34
  342. package/dist/functions/ui.lua +7 -5
  343. package/dist/functions/utils.d.ts +1 -61
  344. package/dist/functions/utils.lua +3 -50
  345. package/dist/functions/vector.d.ts +1 -2
  346. package/dist/functions/vector.lua +8 -6
  347. package/dist/index.d.ts +4 -6
  348. package/dist/index.lua +17 -34
  349. package/dist/initCustomCallbacks.lua +3 -1
  350. package/dist/initFeatures.lua +0 -1
  351. package/dist/lualib_bundle.lua +14 -1
  352. package/dist/maps/cardMap.d.ts +1 -1
  353. package/dist/maps/characterMap.d.ts +1 -1
  354. package/dist/maps/collectibleDescriptionMap.d.ts +1 -1
  355. package/dist/maps/collectibleNameMap.d.ts +1 -1
  356. package/dist/maps/defaultPlayerStatMap.d.ts +1 -1
  357. package/dist/maps/defaultPlayerStatMap.lua +8 -6
  358. package/dist/maps/gridEntityTypeToBrokenStateMap.d.ts +1 -1
  359. package/dist/maps/gridEntityTypeToBrokenStateMap.lua +19 -12
  360. package/dist/maps/gridEntityXMLMap.d.ts +1 -1
  361. package/dist/maps/gridEntityXMLMap.lua +44 -34
  362. package/dist/maps/pillEffectMap.d.ts +1 -1
  363. package/dist/maps/roomShapeToTopLeftWallGridIndexMap.d.ts +1 -1
  364. package/dist/maps/roomShapeToTopLeftWallGridIndexMap.lua +7 -5
  365. package/dist/maps/roomTypeMap.d.ts +1 -1
  366. package/dist/maps/roomTypeMap.lua +37 -35
  367. package/dist/maps/trinketDescriptionMap.d.ts +1 -1
  368. package/dist/maps/trinketNameMap.d.ts +1 -1
  369. package/dist/objects/LRoomShapeToRectangles.d.ts +1 -1
  370. package/dist/objects/LRoomShapeToRectangles.lua +6 -5
  371. package/dist/objects/callbackRegisterFunctions.d.ts +2 -2
  372. package/dist/objects/callbackRegisterFunctions.lua +3 -1
  373. package/dist/objects/cardDescriptions.d.ts +1 -1
  374. package/dist/objects/cardDescriptions.lua +89 -90
  375. package/dist/objects/cardNames.d.ts +1 -1
  376. package/dist/objects/cardNames.lua +89 -90
  377. package/dist/objects/cardTypes.d.ts +3 -4
  378. package/dist/objects/cardTypes.lua +102 -104
  379. package/dist/objects/challengeNames.d.ts +1 -1
  380. package/dist/objects/challengeNames.lua +48 -48
  381. package/dist/objects/characterNames.d.ts +1 -1
  382. package/dist/objects/characterNames.lua +44 -44
  383. package/dist/objects/coinSubTypeToValue.d.ts +1 -1
  384. package/dist/objects/coinSubTypeToValue.lua +10 -8
  385. package/dist/objects/colors.lua +0 -1
  386. package/dist/objects/directionNames.d.ts +1 -1
  387. package/dist/objects/directionNames.lua +2 -1
  388. package/dist/objects/directionToDegrees.d.ts +1 -1
  389. package/dist/objects/directionToDegrees.lua +2 -1
  390. package/dist/objects/directionToVector.d.ts +1 -1
  391. package/dist/objects/directionToVector.lua +2 -1
  392. package/dist/objects/doorSlotFlagToDoorSlot.d.ts +5 -0
  393. package/dist/objects/doorSlotFlagToDoorSlot.lua +16 -0
  394. package/dist/objects/doorSlotToDirection.d.ts +1 -1
  395. package/dist/objects/doorSlotToDirection.lua +11 -10
  396. package/dist/objects/isaacAPIClassTypeToBrand.lua +1 -2
  397. package/dist/objects/isaacAPIClassTypeToCopyFunction.lua +1 -2
  398. package/dist/objects/pillEffectClasses.d.ts +3 -4
  399. package/dist/objects/pillEffectClasses.lua +55 -57
  400. package/dist/objects/pillEffectNames.d.ts +1 -1
  401. package/dist/objects/pillEffectNames.lua +52 -53
  402. package/dist/objects/pillEffectTypes.d.ts +3 -4
  403. package/dist/objects/pillEffectTypes.lua +54 -56
  404. package/dist/objects/roomShapeBounds.d.ts +1 -1
  405. package/dist/objects/roomShapeBounds.lua +14 -16
  406. package/dist/objects/roomShapeLayoutSizes.d.ts +1 -1
  407. package/dist/objects/roomShapeLayoutSizes.lua +14 -14
  408. package/dist/objects/roomShapeToBottomRightPosition.d.ts +1 -1
  409. package/dist/objects/roomShapeToBottomRightPosition.lua +14 -16
  410. package/dist/objects/roomShapeToDoorSlots.d.ts +1 -1
  411. package/dist/objects/roomShapeToDoorSlots.lua +35 -33
  412. package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.d.ts +2 -2
  413. package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.lua +68 -66
  414. package/dist/objects/roomShapeToGridWidth.d.ts +1 -1
  415. package/dist/objects/roomShapeToGridWidth.lua +14 -14
  416. package/dist/objects/roomShapeToTopLeftPosition.d.ts +1 -1
  417. package/dist/objects/roomShapeToTopLeftPosition.lua +14 -14
  418. package/dist/objects/roomShapeVolumes.d.ts +1 -1
  419. package/dist/objects/roomShapeVolumes.lua +14 -14
  420. package/dist/objects/roomTypeNames.d.ts +1 -1
  421. package/dist/objects/roomTypeNames.lua +32 -32
  422. package/dist/objects/serializedIsaacAPIClassTypeToIdentityFunction.lua +1 -2
  423. package/dist/objects/stageTypeToLetter.d.ts +1 -1
  424. package/dist/objects/stageTypeToLetter.lua +8 -7
  425. package/dist/objects/transformationNames.d.ts +1 -1
  426. package/dist/objects/transformationNames.lua +16 -17
  427. package/dist/patchErrorFunctions.lua +1 -2
  428. package/dist/sets/LRoomShapesSet.d.ts +1 -1
  429. package/dist/sets/LRoomShapesSet.lua +3 -1
  430. package/dist/sets/bossSets.lua +241 -211
  431. package/dist/sets/charactersThatStartWithAnActiveItemSet.d.ts +1 -1
  432. package/dist/sets/charactersThatStartWithAnActiveItemSet.lua +13 -11
  433. package/dist/sets/charactersWithBlackHeartFromEternalHeartSet.d.ts +1 -1
  434. package/dist/sets/charactersWithBlackHeartFromEternalHeartSet.lua +3 -1
  435. package/dist/sets/charactersWithFreeDevilDealsSet.d.ts +1 -1
  436. package/dist/sets/charactersWithFreeDevilDealsSet.lua +3 -1
  437. package/dist/sets/charactersWithNoRedHeartsSet.d.ts +1 -1
  438. package/dist/sets/charactersWithNoRedHeartsSet.lua +10 -8
  439. package/dist/sets/charactersWithNoSoulHeartsSet.d.ts +1 -1
  440. package/dist/sets/charactersWithNoSoulHeartsSet.lua +7 -5
  441. package/dist/sets/chestPickupVariantsSet.d.ts +1 -1
  442. package/dist/sets/chestPickupVariantsSet.lua +14 -12
  443. package/dist/sets/familiarsThatShootPlayerTearsSet.d.ts +1 -1
  444. package/dist/sets/familiarsThatShootPlayerTearsSet.lua +2 -0
  445. package/dist/sets/lostStyleCharactersSet.d.ts +1 -1
  446. package/dist/sets/lostStyleCharactersSet.lua +7 -5
  447. package/dist/sets/redHeartSubTypesSet.d.ts +1 -1
  448. package/dist/sets/redHeartSubTypesSet.lua +3 -1
  449. package/dist/sets/sinEntityTypesSet.d.ts +1 -1
  450. package/dist/sets/sinEntityTypesSet.lua +9 -7
  451. package/dist/sets/singleUseActiveCollectibleTypesSet.d.ts +1 -1
  452. package/dist/sets/singleUseActiveCollectibleTypesSet.lua +10 -8
  453. package/dist/sets/storyBossesSet.d.ts +1 -1
  454. package/dist/sets/storyBossesSet.lua +15 -13
  455. package/dist/types/AddCallbackParameterCustom.d.ts +123 -0
  456. package/dist/types/AddCallbackParameterCustom.lua +4 -0
  457. package/dist/types/AddCallbackParametersCustom.d.ts +120 -277
  458. package/dist/types/AnyEntity.lua +0 -1
  459. package/dist/types/CollectibleIndex.lua +0 -1
  460. package/dist/types/EntityTypeNonNPC.lua +0 -1
  461. package/dist/types/JSONDoor.lua +0 -1
  462. package/dist/types/JSONEntity.lua +0 -1
  463. package/dist/types/JSONRoom.lua +0 -1
  464. package/dist/types/JSONRooms.lua +0 -1
  465. package/dist/types/JSONSpawn.lua +0 -1
  466. package/dist/types/PickingUpItem.d.ts +1 -1
  467. package/dist/types/PickingUpItem.lua +5 -3
  468. package/dist/types/PlayerHealth.d.ts +1 -1
  469. package/dist/types/PlayerHealth.lua +0 -1
  470. package/dist/types/PlayerIndex.lua +0 -1
  471. package/dist/types/PocketItemDescription.d.ts +1 -1
  472. package/dist/types/PocketItemDescription.lua +0 -1
  473. package/dist/types/Primitive.lua +0 -1
  474. package/dist/types/TrinketSituation.d.ts +1 -1
  475. package/dist/types/TrinketSituation.lua +0 -1
  476. package/dist/types/private/IsaacAPIClass.lua +0 -1
  477. package/dist/types/private/SaveData.lua +0 -1
  478. package/dist/types/private/SerializedIsaacAPIClass.lua +0 -1
  479. package/dist/types/private/TSTLClass.lua +0 -1
  480. package/dist/types/private/TSTLClassMetatable.lua +0 -1
  481. package/dist/upgradeMod.d.ts +1 -1
  482. package/package.json +9 -8
@@ -2,6 +2,9 @@ local ____lualib = require("lualib_bundle")
2
2
  local Map = ____lualib.Map
3
3
  local __TS__New = ____lualib.__TS__New
4
4
  local ____exports = {}
5
+ local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
6
+ local DoorSlot = ____isaac_2Dtypescript_2Ddefinitions.DoorSlot
7
+ local RoomShape = ____isaac_2Dtypescript_2Ddefinitions.RoomShape
5
8
  local ____constants = require("constants")
6
9
  local LEVEL_GRID_ROW_LENGTH = ____constants.LEVEL_GRID_ROW_LENGTH
7
10
  local LEFT = -1
@@ -9,77 +12,76 @@ local UP = -LEVEL_GRID_ROW_LENGTH
9
12
  local RIGHT = 1
10
13
  local DOWN = LEVEL_GRID_ROW_LENGTH
11
14
  ____exports.ROOM_SHAPE_TO_DOOR_SLOTS_TO_GRID_INDEX_DELTA = {
12
- [RoomShape.ROOMSHAPE_1x1] = __TS__New(Map, {{DoorSlot.LEFT0, LEFT}, {DoorSlot.UP0, UP}, {DoorSlot.RIGHT0, RIGHT}, {DoorSlot.DOWN0, DOWN}}),
13
- [RoomShape.ROOMSHAPE_IH] = __TS__New(Map, {{DoorSlot.LEFT0, LEFT}, {DoorSlot.RIGHT0, RIGHT}}),
14
- [RoomShape.ROOMSHAPE_IV] = __TS__New(Map, {{DoorSlot.UP0, UP}, {DoorSlot.DOWN0, DOWN}}),
15
- [RoomShape.ROOMSHAPE_1x2] = __TS__New(Map, {
16
- {DoorSlot.LEFT0, LEFT},
17
- {DoorSlot.UP0, UP},
18
- {DoorSlot.RIGHT0, RIGHT},
19
- {DoorSlot.DOWN0, DOWN + DOWN},
20
- {DoorSlot.LEFT1, DOWN + LEFT},
21
- {DoorSlot.RIGHT1, DOWN + RIGHT}
15
+ [RoomShape.SHAPE_1x1] = __TS__New(Map, {{DoorSlot.LEFT_0, LEFT}, {DoorSlot.UP_0, UP}, {DoorSlot.RIGHT_0, RIGHT}, {DoorSlot.DOWN_0, DOWN}}),
16
+ [RoomShape.IH] = __TS__New(Map, {{DoorSlot.LEFT_0, LEFT}, {DoorSlot.RIGHT_0, RIGHT}}),
17
+ [RoomShape.IV] = __TS__New(Map, {{DoorSlot.UP_0, UP}, {DoorSlot.DOWN_0, DOWN}}),
18
+ [RoomShape.SHAPE_1x2] = __TS__New(Map, {
19
+ {DoorSlot.LEFT_0, LEFT},
20
+ {DoorSlot.UP_0, UP},
21
+ {DoorSlot.RIGHT_0, RIGHT},
22
+ {DoorSlot.DOWN_0, DOWN + DOWN},
23
+ {DoorSlot.LEFT_1, DOWN + LEFT},
24
+ {DoorSlot.RIGHT_1, DOWN + RIGHT}
22
25
  }),
23
- [RoomShape.ROOMSHAPE_IIV] = __TS__New(Map, {{DoorSlot.UP0, UP}, {DoorSlot.DOWN0, DOWN + DOWN}}),
24
- [RoomShape.ROOMSHAPE_2x1] = __TS__New(Map, {
25
- {DoorSlot.LEFT0, LEFT},
26
- {DoorSlot.UP0, UP},
27
- {DoorSlot.RIGHT0, RIGHT + RIGHT},
28
- {DoorSlot.DOWN0, DOWN},
29
- {DoorSlot.UP1, RIGHT + UP},
30
- {DoorSlot.DOWN1, RIGHT + DOWN}
26
+ [RoomShape.IIV] = __TS__New(Map, {{DoorSlot.UP_0, UP}, {DoorSlot.DOWN_0, DOWN + DOWN}}),
27
+ [RoomShape.SHAPE_2x1] = __TS__New(Map, {
28
+ {DoorSlot.LEFT_0, LEFT},
29
+ {DoorSlot.UP_0, UP},
30
+ {DoorSlot.RIGHT_0, RIGHT + RIGHT},
31
+ {DoorSlot.DOWN_0, DOWN},
32
+ {DoorSlot.UP_1, RIGHT + UP},
33
+ {DoorSlot.DOWN_1, RIGHT + DOWN}
31
34
  }),
32
- [RoomShape.ROOMSHAPE_IIH] = __TS__New(Map, {{DoorSlot.LEFT0, LEFT}, {DoorSlot.RIGHT0, RIGHT + RIGHT}}),
33
- [RoomShape.ROOMSHAPE_2x2] = __TS__New(Map, {
34
- {DoorSlot.LEFT0, LEFT},
35
- {DoorSlot.UP0, UP},
36
- {DoorSlot.RIGHT0, RIGHT + RIGHT},
37
- {DoorSlot.DOWN0, DOWN + DOWN},
38
- {DoorSlot.LEFT1, DOWN + LEFT},
39
- {DoorSlot.UP1, RIGHT + UP},
40
- {DoorSlot.RIGHT1, RIGHT + DOWN + RIGHT},
41
- {DoorSlot.DOWN1, RIGHT + DOWN + DOWN}
35
+ [RoomShape.IIH] = __TS__New(Map, {{DoorSlot.LEFT_0, LEFT}, {DoorSlot.RIGHT_0, RIGHT + RIGHT}}),
36
+ [RoomShape.SHAPE_2x2] = __TS__New(Map, {
37
+ {DoorSlot.LEFT_0, LEFT},
38
+ {DoorSlot.UP_0, UP},
39
+ {DoorSlot.RIGHT_0, RIGHT + RIGHT},
40
+ {DoorSlot.DOWN_0, DOWN + DOWN},
41
+ {DoorSlot.LEFT_1, DOWN + LEFT},
42
+ {DoorSlot.UP_1, RIGHT + UP},
43
+ {DoorSlot.RIGHT_1, RIGHT + DOWN + RIGHT},
44
+ {DoorSlot.DOWN_1, RIGHT + DOWN + DOWN}
42
45
  }),
43
- [RoomShape.ROOMSHAPE_LTL] = __TS__New(Map, {
44
- {DoorSlot.LEFT0, LEFT},
45
- {DoorSlot.UP0, DOWN + LEFT + UP},
46
- {DoorSlot.RIGHT0, RIGHT},
47
- {DoorSlot.DOWN0, DOWN + LEFT + DOWN},
48
- {DoorSlot.LEFT1, DOWN + LEFT + LEFT},
49
- {DoorSlot.UP1, UP},
50
- {DoorSlot.RIGHT1, DOWN + RIGHT},
51
- {DoorSlot.DOWN1, DOWN + DOWN}
46
+ [RoomShape.LTL] = __TS__New(Map, {
47
+ {DoorSlot.LEFT_0, LEFT},
48
+ {DoorSlot.UP_0, DOWN + LEFT + UP},
49
+ {DoorSlot.RIGHT_0, RIGHT},
50
+ {DoorSlot.DOWN_0, DOWN + LEFT + DOWN},
51
+ {DoorSlot.LEFT_1, DOWN + LEFT + LEFT},
52
+ {DoorSlot.UP_1, UP},
53
+ {DoorSlot.RIGHT_1, DOWN + RIGHT},
54
+ {DoorSlot.DOWN_1, DOWN + DOWN}
52
55
  }),
53
- [RoomShape.ROOMSHAPE_LTR] = __TS__New(Map, {
54
- {DoorSlot.LEFT0, LEFT},
55
- {DoorSlot.UP0, UP},
56
- {DoorSlot.RIGHT0, RIGHT},
57
- {DoorSlot.DOWN0, DOWN + DOWN},
58
- {DoorSlot.LEFT1, DOWN + LEFT},
59
- {DoorSlot.UP1, DOWN + RIGHT + UP},
60
- {DoorSlot.RIGHT1, DOWN + RIGHT + RIGHT},
61
- {DoorSlot.DOWN1, DOWN + RIGHT + DOWN}
56
+ [RoomShape.LTR] = __TS__New(Map, {
57
+ {DoorSlot.LEFT_0, LEFT},
58
+ {DoorSlot.UP_0, UP},
59
+ {DoorSlot.RIGHT_0, RIGHT},
60
+ {DoorSlot.DOWN_0, DOWN + DOWN},
61
+ {DoorSlot.LEFT_1, DOWN + LEFT},
62
+ {DoorSlot.UP_1, DOWN + RIGHT + UP},
63
+ {DoorSlot.RIGHT_1, DOWN + RIGHT + RIGHT},
64
+ {DoorSlot.DOWN_1, DOWN + RIGHT + DOWN}
62
65
  }),
63
- [RoomShape.ROOMSHAPE_LBL] = __TS__New(Map, {
64
- {DoorSlot.LEFT0, LEFT},
65
- {DoorSlot.UP0, UP},
66
- {DoorSlot.RIGHT0, RIGHT + RIGHT},
67
- {DoorSlot.DOWN0, DOWN},
68
- {DoorSlot.LEFT1, RIGHT + DOWN + LEFT},
69
- {DoorSlot.UP1, RIGHT + UP},
70
- {DoorSlot.RIGHT1, RIGHT + DOWN + RIGHT},
71
- {DoorSlot.DOWN1, RIGHT + DOWN + DOWN}
66
+ [RoomShape.LBL] = __TS__New(Map, {
67
+ {DoorSlot.LEFT_0, LEFT},
68
+ {DoorSlot.UP_0, UP},
69
+ {DoorSlot.RIGHT_0, RIGHT + RIGHT},
70
+ {DoorSlot.DOWN_0, DOWN},
71
+ {DoorSlot.LEFT_1, RIGHT + DOWN + LEFT},
72
+ {DoorSlot.UP_1, RIGHT + UP},
73
+ {DoorSlot.RIGHT_1, RIGHT + DOWN + RIGHT},
74
+ {DoorSlot.DOWN_1, RIGHT + DOWN + DOWN}
72
75
  }),
73
- [RoomShape.ROOMSHAPE_LBR] = __TS__New(Map, {
74
- {DoorSlot.LEFT0, LEFT},
75
- {DoorSlot.UP0, UP},
76
- {DoorSlot.RIGHT0, RIGHT + RIGHT},
77
- {DoorSlot.DOWN0, DOWN + DOWN},
78
- {DoorSlot.LEFT1, DOWN + LEFT},
79
- {DoorSlot.UP1, RIGHT + UP},
80
- {DoorSlot.RIGHT1, DOWN + RIGHT},
81
- {DoorSlot.DOWN1, RIGHT + DOWN}
82
- }),
83
- [RoomShape.NUM_ROOMSHAPES] = __TS__New(Map)
76
+ [RoomShape.LBR] = __TS__New(Map, {
77
+ {DoorSlot.LEFT_0, LEFT},
78
+ {DoorSlot.UP_0, UP},
79
+ {DoorSlot.RIGHT_0, RIGHT + RIGHT},
80
+ {DoorSlot.DOWN_0, DOWN + DOWN},
81
+ {DoorSlot.LEFT_1, DOWN + LEFT},
82
+ {DoorSlot.UP_1, RIGHT + UP},
83
+ {DoorSlot.RIGHT_1, DOWN + RIGHT},
84
+ {DoorSlot.DOWN_1, RIGHT + DOWN}
85
+ })
84
86
  }
85
87
  return ____exports
@@ -1,4 +1,4 @@
1
- /// <reference types="isaac-typescript-definitions" />
1
+ import { RoomShape } from "isaac-typescript-definitions";
2
2
  export declare const ROOM_SHAPE_TO_GRID_WIDTH: {
3
3
  readonly [key in RoomShape]: int;
4
4
  };
@@ -1,20 +1,20 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____exports = {}
2
+ local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
3
+ local RoomShape = ____isaac_2Dtypescript_2Ddefinitions.RoomShape
3
4
  local ONE_BY_ONE_WIDTH = 15
4
5
  local TWO_BY_ONE_WIDTH = 28
5
6
  ____exports.ROOM_SHAPE_TO_GRID_WIDTH = {
6
- [RoomShape.ROOMSHAPE_1x1] = ONE_BY_ONE_WIDTH,
7
- [RoomShape.ROOMSHAPE_IH] = ONE_BY_ONE_WIDTH,
8
- [RoomShape.ROOMSHAPE_IV] = ONE_BY_ONE_WIDTH,
9
- [RoomShape.ROOMSHAPE_1x2] = ONE_BY_ONE_WIDTH,
10
- [RoomShape.ROOMSHAPE_IIV] = ONE_BY_ONE_WIDTH,
11
- [RoomShape.ROOMSHAPE_2x1] = TWO_BY_ONE_WIDTH,
12
- [RoomShape.ROOMSHAPE_IIH] = TWO_BY_ONE_WIDTH,
13
- [RoomShape.ROOMSHAPE_2x2] = TWO_BY_ONE_WIDTH,
14
- [RoomShape.ROOMSHAPE_LTL] = TWO_BY_ONE_WIDTH,
15
- [RoomShape.ROOMSHAPE_LTR] = TWO_BY_ONE_WIDTH,
16
- [RoomShape.ROOMSHAPE_LBL] = TWO_BY_ONE_WIDTH,
17
- [RoomShape.ROOMSHAPE_LBR] = TWO_BY_ONE_WIDTH,
18
- [RoomShape.NUM_ROOMSHAPES] = 0
7
+ [RoomShape.SHAPE_1x1] = ONE_BY_ONE_WIDTH,
8
+ [RoomShape.IH] = ONE_BY_ONE_WIDTH,
9
+ [RoomShape.IV] = ONE_BY_ONE_WIDTH,
10
+ [RoomShape.SHAPE_1x2] = ONE_BY_ONE_WIDTH,
11
+ [RoomShape.IIV] = ONE_BY_ONE_WIDTH,
12
+ [RoomShape.SHAPE_2x1] = TWO_BY_ONE_WIDTH,
13
+ [RoomShape.IIH] = TWO_BY_ONE_WIDTH,
14
+ [RoomShape.SHAPE_2x2] = TWO_BY_ONE_WIDTH,
15
+ [RoomShape.LTL] = TWO_BY_ONE_WIDTH,
16
+ [RoomShape.LTR] = TWO_BY_ONE_WIDTH,
17
+ [RoomShape.LBL] = TWO_BY_ONE_WIDTH,
18
+ [RoomShape.LBR] = TWO_BY_ONE_WIDTH
19
19
  }
20
20
  return ____exports
@@ -1,4 +1,4 @@
1
- /// <reference types="isaac-typescript-definitions" />
1
+ import { RoomShape } from "isaac-typescript-definitions";
2
2
  /**
3
3
  * "Vector(0, 0)" corresponds to the top left tile of a room, not including the walls. (The top-left
4
4
  * wall would be at "Vector(-1, -1)".)
@@ -1,22 +1,22 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____exports = {}
2
+ local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
3
+ local RoomShape = ____isaac_2Dtypescript_2Ddefinitions.RoomShape
3
4
  local ____constants = require("constants")
4
5
  local VectorZero = ____constants.VectorZero
5
6
  local NARROW_HORIZONTAL_TOP_LEFT_POSITION = Vector(0, 2)
6
7
  local NARROW_VERTICAL_TOP_LEFT_POSITION = Vector(4, 0)
7
8
  ____exports.ROOM_SHAPE_TO_TOP_LEFT_POSITION = {
8
- [RoomShape.ROOMSHAPE_1x1] = VectorZero,
9
- [RoomShape.ROOMSHAPE_IH] = NARROW_HORIZONTAL_TOP_LEFT_POSITION,
10
- [RoomShape.ROOMSHAPE_IV] = NARROW_VERTICAL_TOP_LEFT_POSITION,
11
- [RoomShape.ROOMSHAPE_1x2] = VectorZero,
12
- [RoomShape.ROOMSHAPE_IIV] = NARROW_VERTICAL_TOP_LEFT_POSITION,
13
- [RoomShape.ROOMSHAPE_2x1] = VectorZero,
14
- [RoomShape.ROOMSHAPE_IIH] = NARROW_HORIZONTAL_TOP_LEFT_POSITION,
15
- [RoomShape.ROOMSHAPE_2x2] = VectorZero,
16
- [RoomShape.ROOMSHAPE_LTL] = Vector(13, 0),
17
- [RoomShape.ROOMSHAPE_LTR] = VectorZero,
18
- [RoomShape.ROOMSHAPE_LBL] = VectorZero,
19
- [RoomShape.ROOMSHAPE_LBR] = VectorZero,
20
- [RoomShape.NUM_ROOMSHAPES] = VectorZero
9
+ [RoomShape.SHAPE_1x1] = VectorZero,
10
+ [RoomShape.IH] = NARROW_HORIZONTAL_TOP_LEFT_POSITION,
11
+ [RoomShape.IV] = NARROW_VERTICAL_TOP_LEFT_POSITION,
12
+ [RoomShape.SHAPE_1x2] = VectorZero,
13
+ [RoomShape.IIV] = NARROW_VERTICAL_TOP_LEFT_POSITION,
14
+ [RoomShape.SHAPE_2x1] = VectorZero,
15
+ [RoomShape.IIH] = NARROW_HORIZONTAL_TOP_LEFT_POSITION,
16
+ [RoomShape.SHAPE_2x2] = VectorZero,
17
+ [RoomShape.LTL] = Vector(13, 0),
18
+ [RoomShape.LTR] = VectorZero,
19
+ [RoomShape.LBL] = VectorZero,
20
+ [RoomShape.LBR] = VectorZero
21
21
  }
22
22
  return ____exports
@@ -1,4 +1,4 @@
1
- /// <reference types="isaac-typescript-definitions" />
1
+ import { RoomShape } from "isaac-typescript-definitions";
2
2
  export declare const ONE_BY_ONE_CONTENTS_WIDTH = 13;
3
3
  export declare const ONE_BY_ONE_CONTENTS_HEIGHT = 7;
4
4
  export declare const NARROW_CONTENTS_WIDTH = 5;
@@ -1,5 +1,6 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____exports = {}
2
+ local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
3
+ local RoomShape = ____isaac_2Dtypescript_2Ddefinitions.RoomShape
3
4
  ____exports.ONE_BY_ONE_CONTENTS_WIDTH = 13
4
5
  ____exports.ONE_BY_ONE_CONTENTS_HEIGHT = 7
5
6
  local ONE_BY_ONE_VOLUME = ____exports.ONE_BY_ONE_CONTENTS_HEIGHT * ____exports.ONE_BY_ONE_CONTENTS_WIDTH
@@ -10,18 +11,17 @@ local NARROW_VERTICAL_VOLUME = ____exports.NARROW_CONTENTS_WIDTH * ____exports.O
10
11
  local ONE_BY_TWO_VOLUME = ONE_BY_ONE_VOLUME * 2
11
12
  local L_ROOM_VOLUME = ONE_BY_ONE_VOLUME * 3
12
13
  ____exports.ROOM_SHAPE_VOLUMES = {
13
- [RoomShape.ROOMSHAPE_1x1] = ONE_BY_ONE_VOLUME,
14
- [RoomShape.ROOMSHAPE_IH] = NARROW_HORIZONTAL_VOLUME,
15
- [RoomShape.ROOMSHAPE_IV] = NARROW_VERTICAL_VOLUME,
16
- [RoomShape.ROOMSHAPE_1x2] = ONE_BY_TWO_VOLUME,
17
- [RoomShape.ROOMSHAPE_IIV] = NARROW_VERTICAL_VOLUME * 2,
18
- [RoomShape.ROOMSHAPE_2x1] = ONE_BY_TWO_VOLUME,
19
- [RoomShape.ROOMSHAPE_IIH] = NARROW_HORIZONTAL_VOLUME * 2,
20
- [RoomShape.ROOMSHAPE_2x2] = ONE_BY_ONE_VOLUME * 4,
21
- [RoomShape.ROOMSHAPE_LTL] = L_ROOM_VOLUME,
22
- [RoomShape.ROOMSHAPE_LTR] = L_ROOM_VOLUME,
23
- [RoomShape.ROOMSHAPE_LBL] = L_ROOM_VOLUME,
24
- [RoomShape.ROOMSHAPE_LBR] = L_ROOM_VOLUME,
25
- [RoomShape.NUM_ROOMSHAPES] = 0
14
+ [RoomShape.SHAPE_1x1] = ONE_BY_ONE_VOLUME,
15
+ [RoomShape.IH] = NARROW_HORIZONTAL_VOLUME,
16
+ [RoomShape.IV] = NARROW_VERTICAL_VOLUME,
17
+ [RoomShape.SHAPE_1x2] = ONE_BY_TWO_VOLUME,
18
+ [RoomShape.IIV] = NARROW_VERTICAL_VOLUME * 2,
19
+ [RoomShape.SHAPE_2x1] = ONE_BY_TWO_VOLUME,
20
+ [RoomShape.IIH] = NARROW_HORIZONTAL_VOLUME * 2,
21
+ [RoomShape.SHAPE_2x2] = ONE_BY_ONE_VOLUME * 4,
22
+ [RoomShape.LTL] = L_ROOM_VOLUME,
23
+ [RoomShape.LTR] = L_ROOM_VOLUME,
24
+ [RoomShape.LBL] = L_ROOM_VOLUME,
25
+ [RoomShape.LBR] = L_ROOM_VOLUME
26
26
  }
27
27
  return ____exports
@@ -1,4 +1,4 @@
1
- /// <reference types="isaac-typescript-definitions" />
1
+ import { RoomType } from "isaac-typescript-definitions";
2
2
  export declare const DEFAULT_ROOM_TYPE_NAME = "Unknown";
3
3
  export declare const ROOM_TYPE_NAMES: {
4
4
  readonly [key in RoomType]: string;
@@ -1,37 +1,37 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____exports = {}
2
+ local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
3
+ local RoomType = ____isaac_2Dtypescript_2Ddefinitions.RoomType
3
4
  ____exports.DEFAULT_ROOM_TYPE_NAME = "Unknown"
4
5
  ____exports.ROOM_TYPE_NAMES = {
5
- [RoomType.ROOM_NULL] = "null room",
6
- [RoomType.ROOM_DEFAULT] = "default room",
7
- [RoomType.ROOM_SHOP] = "shop",
8
- [RoomType.ROOM_ERROR] = "IAMERROR Room",
9
- [RoomType.ROOM_TREASURE] = "Treasure Room",
10
- [RoomType.ROOM_BOSS] = "Boss Room",
11
- [RoomType.ROOM_MINIBOSS] = "Miniboss Room",
12
- [RoomType.ROOM_SECRET] = "Secret Room",
13
- [RoomType.ROOM_SUPERSECRET] = "Super Secret Room",
14
- [RoomType.ROOM_ARCADE] = "Arcade",
15
- [RoomType.ROOM_CURSE] = "Curse Room",
16
- [RoomType.ROOM_CHALLENGE] = "Challenge Room",
17
- [RoomType.ROOM_LIBRARY] = "Library",
18
- [RoomType.ROOM_SACRIFICE] = "Sacrifice Room",
19
- [RoomType.ROOM_DEVIL] = "Devil Room",
20
- [RoomType.ROOM_ANGEL] = "Angel Room",
21
- [RoomType.ROOM_DUNGEON] = "Crawlspace",
22
- [RoomType.ROOM_BOSSRUSH] = "Boss Rush",
23
- [RoomType.ROOM_ISAACS] = "Clean Bedroom",
24
- [RoomType.ROOM_BARREN] = "Dirty Bedroom",
25
- [RoomType.ROOM_CHEST] = "Chest Room",
26
- [RoomType.ROOM_DICE] = "Dice Room",
27
- [RoomType.ROOM_BLACK_MARKET] = "Black Market",
28
- [RoomType.ROOM_GREED_EXIT] = "Greed Exit Room",
29
- [RoomType.ROOM_PLANETARIUM] = "Planetarium",
30
- [RoomType.ROOM_TELEPORTER] = "Teleporter Room",
31
- [RoomType.ROOM_TELEPORTER_EXIT] = "Teleporter Exit Room",
32
- [RoomType.ROOM_SECRET_EXIT] = "Secret Exit",
33
- [RoomType.ROOM_BLUE] = "Blue Room",
34
- [RoomType.ROOM_ULTRASECRET] = "Ultra Secret Room",
35
- [RoomType.NUM_ROOMTYPES] = ____exports.DEFAULT_ROOM_TYPE_NAME
6
+ [RoomType.NULL] = "null room",
7
+ [RoomType.DEFAULT] = "default room",
8
+ [RoomType.SHOP] = "shop",
9
+ [RoomType.ERROR] = "IAMERROR Room",
10
+ [RoomType.TREASURE] = "Treasure Room",
11
+ [RoomType.BOSS] = "Boss Room",
12
+ [RoomType.MINI_BOSS] = "Miniboss Room",
13
+ [RoomType.SECRET] = "Secret Room",
14
+ [RoomType.SUPER_SECRET] = "Super Secret Room",
15
+ [RoomType.ARCADE] = "Arcade",
16
+ [RoomType.CURSE] = "Curse Room",
17
+ [RoomType.CHALLENGE] = "Challenge Room",
18
+ [RoomType.LIBRARY] = "Library",
19
+ [RoomType.SACRIFICE] = "Sacrifice Room",
20
+ [RoomType.DEVIL] = "Devil Room",
21
+ [RoomType.ANGEL] = "Angel Room",
22
+ [RoomType.DUNGEON] = "Crawlspace",
23
+ [RoomType.BOSS_RUSH] = "Boss Rush",
24
+ [RoomType.CLEAN_BEDROOM] = "Clean Bedroom",
25
+ [RoomType.DIRTY_BEDROOM] = "Dirty Bedroom",
26
+ [RoomType.CHEST] = "Chest Room",
27
+ [RoomType.DICE] = "Dice Room",
28
+ [RoomType.BLACK_MARKET] = "Black Market",
29
+ [RoomType.GREED_EXIT] = "Greed Exit Room",
30
+ [RoomType.PLANETARIUM] = "Planetarium",
31
+ [RoomType.TELEPORTER] = "Teleporter Room",
32
+ [RoomType.TELEPORTER_EXIT] = "Teleporter Exit Room",
33
+ [RoomType.SECRET_EXIT] = "Secret Exit",
34
+ [RoomType.BLUE] = "Blue Room",
35
+ [RoomType.ULTRA_SECRET] = "Ultra Secret Room"
36
36
  }
37
37
  return ____exports
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____exports = {}
3
2
  local ____CopyableIsaacAPIClassType = require("enums.private.CopyableIsaacAPIClassType")
4
3
  local CopyableIsaacAPIClassType = ____CopyableIsaacAPIClassType.CopyableIsaacAPIClassType
@@ -10,5 +9,5 @@ local ____rng = require("functions.rng")
10
9
  local isSerializedRNG = ____rng.isSerializedRNG
11
10
  local ____vector = require("functions.vector")
12
11
  local isSerializedVector = ____vector.isSerializedVector
13
- ____exports.SERIALIZED_ISAAC_API_CLASS_TYPE_TO_IDENTITY_FUNCTION = {[CopyableIsaacAPIClassType.COLOR] = isSerializedColor, [CopyableIsaacAPIClassType.KCOLOR] = isSerializedKColor, [CopyableIsaacAPIClassType.RNG] = isSerializedRNG, [CopyableIsaacAPIClassType.VECTOR] = isSerializedVector}
12
+ ____exports.SERIALIZED_ISAAC_API_CLASS_TYPE_TO_IDENTITY_FUNCTION = {[CopyableIsaacAPIClassType.COLOR] = isSerializedColor, [CopyableIsaacAPIClassType.K_COLOR] = isSerializedKColor, [CopyableIsaacAPIClassType.RNG] = isSerializedRNG, [CopyableIsaacAPIClassType.VECTOR] = isSerializedVector}
14
13
  return ____exports
@@ -1,4 +1,4 @@
1
- /// <reference types="isaac-typescript-definitions" />
1
+ import { StageType } from "isaac-typescript-definitions";
2
2
  export declare const STAGE_TYPE_TO_LETTER: {
3
3
  readonly [key in StageType]: string;
4
4
  };
@@ -1,11 +1,12 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____exports = {}
2
+ local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
3
+ local StageType = ____isaac_2Dtypescript_2Ddefinitions.StageType
3
4
  ____exports.STAGE_TYPE_TO_LETTER = {
4
- [StageType.STAGETYPE_ORIGINAL] = "",
5
- [StageType.STAGETYPE_WOTL] = "a",
6
- [StageType.STAGETYPE_AFTERBIRTH] = "b",
7
- [StageType.STAGETYPE_GREEDMODE] = "",
8
- [StageType.STAGETYPE_REPENTANCE] = "c",
9
- [StageType.STAGETYPE_REPENTANCE_B] = "d"
5
+ [StageType.ORIGINAL] = "",
6
+ [StageType.WRATH_OF_THE_LAMB] = "a",
7
+ [StageType.AFTERBIRTH] = "b",
8
+ [StageType.GREED_MODE] = "",
9
+ [StageType.REPENTANCE] = "c",
10
+ [StageType.REPENTANCE_B] = "d"
10
11
  }
11
12
  return ____exports
@@ -1,4 +1,4 @@
1
- /// <reference types="isaac-typescript-definitions" />
1
+ import { PlayerForm } from "isaac-typescript-definitions";
2
2
  export declare const DEFAULT_TRANSFORMATION_NAME = "Unknown";
3
3
  export declare const TRANSFORMATION_NAMES: {
4
4
  readonly [key in PlayerForm]: string;
@@ -1,22 +1,21 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____exports = {}
2
+ local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
3
+ local PlayerForm = ____isaac_2Dtypescript_2Ddefinitions.PlayerForm
3
4
  ____exports.DEFAULT_TRANSFORMATION_NAME = "Unknown"
4
5
  ____exports.TRANSFORMATION_NAMES = {
5
- [PlayerForm.PLAYERFORM_GUPPY] = "Guppy",
6
- [PlayerForm.PLAYERFORM_LORD_OF_THE_FLIES] = "Beelzebub",
7
- [PlayerForm.PLAYERFORM_MUSHROOM] = "Fun Guy",
8
- [PlayerForm.PLAYERFORM_ANGEL] = "Seraphim",
9
- [PlayerForm.PLAYERFORM_BOB] = "Bob",
10
- [PlayerForm.PLAYERFORM_DRUGS] = "Spun",
11
- [PlayerForm.PLAYERFORM_MOM] = "Yes Mother?",
12
- [PlayerForm.PLAYERFORM_BABY] = "Conjoined",
13
- [PlayerForm.PLAYERFORM_EVIL_ANGEL] = "Leviathan",
14
- [PlayerForm.PLAYERFORM_POOP] = "Oh Crap",
15
- [PlayerForm.PLAYERFORM_BOOK_WORM] = "Bookworm",
16
- [PlayerForm.PLAYERFORM_ADULTHOOD] = "Adult",
17
- [PlayerForm.PLAYERFORM_SPIDERBABY] = "Spider Baby",
18
- [PlayerForm.PLAYERFORM_STOMPY] = "Stompy",
19
- [PlayerForm.PLAYERFORM_FLIGHT] = "Flight",
20
- [PlayerForm.NUM_PLAYER_FORMS] = ____exports.DEFAULT_TRANSFORMATION_NAME
6
+ [PlayerForm.GUPPY] = "Guppy",
7
+ [PlayerForm.BEELZEBUB] = "Beelzebub",
8
+ [PlayerForm.FUN_GUY] = "Fun Guy",
9
+ [PlayerForm.SERAPHIM] = "Seraphim",
10
+ [PlayerForm.BOB] = "Bob",
11
+ [PlayerForm.SPUN] = "Spun",
12
+ [PlayerForm.YES_MOTHER] = "Yes Mother?",
13
+ [PlayerForm.CONJOINED] = "Conjoined",
14
+ [PlayerForm.LEVIATHAN] = "Leviathan",
15
+ [PlayerForm.OH_CRAP] = "Oh Crap",
16
+ [PlayerForm.BOOKWORM] = "Bookworm",
17
+ [PlayerForm.ADULT] = "Adult",
18
+ [PlayerForm.SPIDER_BABY] = "Spider Baby",
19
+ [PlayerForm.STOMPY] = "Stompy"
21
20
  }
22
21
  return ____exports
@@ -6,8 +6,7 @@ local ____exports = {}
6
6
  local errorWithTraceback, slimTracebackOutput, removeLinesContaining, LINE_SEPARATOR, USELESS_TRACEBACK_MESSAGES, vanillaError
7
7
  local ____debug = require("functions.debug")
8
8
  local getTraceback = ____debug.getTraceback
9
- local ____utils = require("functions.utils")
10
- local isLuaDebugEnabled = ____utils.isLuaDebugEnabled
9
+ local isLuaDebugEnabled = ____debug.isLuaDebugEnabled
11
10
  function errorWithTraceback(message, level)
12
11
  if vanillaError == nil then
13
12
  error(message, level)
@@ -1,2 +1,2 @@
1
- /// <reference types="isaac-typescript-definitions" />
1
+ import { RoomShape } from "isaac-typescript-definitions";
2
2
  export declare const L_ROOM_SHAPES_SET: ReadonlySet<RoomShape>;
@@ -2,5 +2,7 @@ local ____lualib = require("lualib_bundle")
2
2
  local Set = ____lualib.Set
3
3
  local __TS__New = ____lualib.__TS__New
4
4
  local ____exports = {}
5
- ____exports.L_ROOM_SHAPES_SET = __TS__New(Set, {RoomShape.ROOMSHAPE_LTL, RoomShape.ROOMSHAPE_LTR, RoomShape.ROOMSHAPE_LBL, RoomShape.ROOMSHAPE_LBR})
5
+ local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
6
+ local RoomShape = ____isaac_2Dtypescript_2Ddefinitions.RoomShape
7
+ ____exports.L_ROOM_SHAPES_SET = __TS__New(Set, {RoomShape.LTL, RoomShape.LTR, RoomShape.LBL, RoomShape.LBR})
6
8
  return ____exports