isaacscript-common 9.18.4 → 9.19.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 (2117) hide show
  1. package/dist/index.d.ts +70 -1
  2. package/dist/isaacscript-common.lua +56031 -0
  3. package/dist/package.lua +15 -0
  4. package/dist/{callbacks → src/callbacks}/customRevive.d.ts +0 -0
  5. package/dist/src/callbacks/customRevive.d.ts.map +1 -0
  6. package/dist/src/callbacks/customRevive.lua +149 -0
  7. package/dist/{callbacks → src/callbacks}/itemPickup.d.ts +0 -0
  8. package/dist/src/callbacks/itemPickup.d.ts.map +1 -0
  9. package/dist/src/callbacks/itemPickup.lua +66 -0
  10. package/dist/{callbacks → src/callbacks}/postAmbush.d.ts +0 -0
  11. package/dist/src/callbacks/postAmbush.d.ts.map +1 -0
  12. package/dist/src/callbacks/postAmbush.lua +54 -0
  13. package/dist/{callbacks → src/callbacks}/postBombExploded.d.ts +0 -0
  14. package/dist/src/callbacks/postBombExploded.d.ts.map +1 -0
  15. package/dist/src/callbacks/postBombExploded.lua +24 -0
  16. package/dist/{callbacks → src/callbacks}/postBombInitLate.d.ts +0 -0
  17. package/dist/src/callbacks/postBombInitLate.d.ts.map +1 -0
  18. package/dist/src/callbacks/postBombInitLate.lua +31 -0
  19. package/dist/{callbacks → src/callbacks}/postBoneSwing.d.ts +0 -0
  20. package/dist/src/callbacks/postBoneSwing.d.ts.map +1 -0
  21. package/dist/src/callbacks/postBoneSwing.lua +48 -0
  22. package/dist/{callbacks → src/callbacks}/postCollectibleEmpty.d.ts +0 -0
  23. package/dist/src/callbacks/postCollectibleEmpty.d.ts.map +1 -0
  24. package/dist/src/callbacks/postCollectibleEmpty.lua +38 -0
  25. package/dist/{callbacks → src/callbacks}/postCollectibleInitFirst.d.ts +0 -0
  26. package/dist/src/callbacks/postCollectibleInitFirst.d.ts.map +1 -0
  27. package/dist/src/callbacks/postCollectibleInitFirst.lua +33 -0
  28. package/dist/{callbacks → src/callbacks}/postCursedTeleport.d.ts +0 -0
  29. package/dist/src/callbacks/postCursedTeleport.d.ts.map +1 -0
  30. package/dist/src/callbacks/postCursedTeleport.lua +120 -0
  31. package/dist/{callbacks → src/callbacks}/postCustomDoorEnter.d.ts +0 -0
  32. package/dist/src/callbacks/postCustomDoorEnter.d.ts.map +1 -0
  33. package/dist/src/callbacks/postCustomDoorEnter.lua +199 -0
  34. package/dist/{callbacks → src/callbacks}/postDiceRoomActivated.d.ts +0 -0
  35. package/dist/src/callbacks/postDiceRoomActivated.d.ts.map +1 -0
  36. package/dist/src/callbacks/postDiceRoomActivated.lua +39 -0
  37. package/dist/{callbacks → src/callbacks}/postDoorRender.d.ts +0 -0
  38. package/dist/src/callbacks/postDoorRender.d.ts.map +1 -0
  39. package/dist/src/callbacks/postDoorRender.lua +24 -0
  40. package/dist/{callbacks → src/callbacks}/postDoorUpdate.d.ts +0 -0
  41. package/dist/src/callbacks/postDoorUpdate.d.ts.map +1 -0
  42. package/dist/src/callbacks/postDoorUpdate.lua +24 -0
  43. package/dist/{callbacks → src/callbacks}/postEffectInitLate.d.ts +0 -0
  44. package/dist/src/callbacks/postEffectInitLate.d.ts.map +1 -0
  45. package/dist/src/callbacks/postEffectInitLate.lua +31 -0
  46. package/dist/{callbacks → src/callbacks}/postEffectStateChanged.d.ts +0 -0
  47. package/dist/src/callbacks/postEffectStateChanged.d.ts.map +1 -0
  48. package/dist/src/callbacks/postEffectStateChanged.lua +37 -0
  49. package/dist/{callbacks → src/callbacks}/postEsauJr.d.ts +0 -0
  50. package/dist/src/callbacks/postEsauJr.d.ts.map +1 -0
  51. package/dist/src/callbacks/postEsauJr.lua +60 -0
  52. package/dist/{callbacks → src/callbacks}/postFamiliarInitLate.d.ts +0 -0
  53. package/dist/src/callbacks/postFamiliarInitLate.d.ts.map +1 -0
  54. package/dist/src/callbacks/postFamiliarInitLate.lua +31 -0
  55. package/dist/{callbacks → src/callbacks}/postFamiliarStateChanged.d.ts +0 -0
  56. package/dist/src/callbacks/postFamiliarStateChanged.d.ts.map +1 -0
  57. package/dist/src/callbacks/postFamiliarStateChanged.lua +37 -0
  58. package/dist/{callbacks → src/callbacks}/postFlip.d.ts +0 -0
  59. package/dist/src/callbacks/postFlip.d.ts.map +1 -0
  60. package/dist/src/callbacks/postFlip.lua +62 -0
  61. package/dist/{callbacks → src/callbacks}/postGreedModeWave.d.ts +0 -0
  62. package/dist/src/callbacks/postGreedModeWave.d.ts.map +1 -0
  63. package/dist/src/callbacks/postGreedModeWave.lua +32 -0
  64. package/dist/{callbacks → src/callbacks}/postGridEntity.d.ts +0 -0
  65. package/dist/src/callbacks/postGridEntity.d.ts.map +1 -0
  66. package/dist/src/callbacks/postGridEntity.lua +154 -0
  67. package/dist/{callbacks → src/callbacks}/postGridEntityCollision.d.ts +0 -0
  68. package/dist/src/callbacks/postGridEntityCollision.d.ts.map +1 -0
  69. package/dist/src/callbacks/postGridEntityCollision.lua +65 -0
  70. package/dist/{callbacks → src/callbacks}/postGridEntityCustomCollision.d.ts +0 -0
  71. package/dist/src/callbacks/postGridEntityCustomCollision.d.ts.map +1 -0
  72. package/dist/src/callbacks/postGridEntityCustomCollision.lua +69 -0
  73. package/dist/{callbacks → src/callbacks}/postGridEntityCustomRender.d.ts +0 -0
  74. package/dist/src/callbacks/postGridEntityCustomRender.d.ts.map +1 -0
  75. package/dist/src/callbacks/postGridEntityCustomRender.lua +27 -0
  76. package/dist/{callbacks → src/callbacks}/postGridEntityCustomUpdate.d.ts +0 -0
  77. package/dist/src/callbacks/postGridEntityCustomUpdate.d.ts.map +1 -0
  78. package/dist/src/callbacks/postGridEntityCustomUpdate.lua +27 -0
  79. package/dist/{callbacks → src/callbacks}/postGridEntityRender.d.ts +0 -0
  80. package/dist/src/callbacks/postGridEntityRender.d.ts.map +1 -0
  81. package/dist/src/callbacks/postGridEntityRender.lua +24 -0
  82. package/dist/{callbacks → src/callbacks}/postHolyMantleRemoved.d.ts +0 -0
  83. package/dist/src/callbacks/postHolyMantleRemoved.d.ts.map +1 -0
  84. package/dist/src/callbacks/postHolyMantleRemoved.lua +39 -0
  85. package/dist/{callbacks → src/callbacks}/postItemDischarged.d.ts +0 -0
  86. package/dist/src/callbacks/postItemDischarged.d.ts.map +1 -0
  87. package/dist/src/callbacks/postItemDischarged.lua +107 -0
  88. package/dist/{callbacks → src/callbacks}/postKnifeInitLate.d.ts +0 -0
  89. package/dist/src/callbacks/postKnifeInitLate.d.ts.map +1 -0
  90. package/dist/src/callbacks/postKnifeInitLate.lua +31 -0
  91. package/dist/{callbacks → src/callbacks}/postLaserInitLate.d.ts +0 -0
  92. package/dist/src/callbacks/postLaserInitLate.d.ts.map +1 -0
  93. package/dist/src/callbacks/postLaserInitLate.lua +31 -0
  94. package/dist/{callbacks → src/callbacks}/postNPCInitLate.d.ts +0 -0
  95. package/dist/src/callbacks/postNPCInitLate.d.ts.map +1 -0
  96. package/dist/src/callbacks/postNPCInitLate.lua +31 -0
  97. package/dist/{callbacks → src/callbacks}/postNPCStateChanged.d.ts +0 -0
  98. package/dist/src/callbacks/postNPCStateChanged.d.ts.map +1 -0
  99. package/dist/src/callbacks/postNPCStateChanged.lua +37 -0
  100. package/dist/{callbacks → src/callbacks}/postNewRoomEarly.d.ts +0 -0
  101. package/dist/src/callbacks/postNewRoomEarly.d.ts.map +1 -0
  102. package/dist/src/callbacks/postNewRoomEarly.lua +66 -0
  103. package/dist/{callbacks → src/callbacks}/postPickupCollect.d.ts +0 -0
  104. package/dist/src/callbacks/postPickupCollect.d.ts.map +1 -0
  105. package/dist/src/callbacks/postPickupCollect.lua +39 -0
  106. package/dist/{callbacks → src/callbacks}/postPickupInitFirst.d.ts +0 -0
  107. package/dist/src/callbacks/postPickupInitFirst.d.ts.map +1 -0
  108. package/dist/src/callbacks/postPickupInitFirst.lua +34 -0
  109. package/dist/{callbacks → src/callbacks}/postPickupInitLate.d.ts +0 -0
  110. package/dist/src/callbacks/postPickupInitLate.d.ts.map +1 -0
  111. package/dist/src/callbacks/postPickupInitLate.lua +31 -0
  112. package/dist/{callbacks → src/callbacks}/postPickupStateChanged.d.ts +0 -0
  113. package/dist/src/callbacks/postPickupStateChanged.d.ts.map +1 -0
  114. package/dist/src/callbacks/postPickupStateChanged.lua +37 -0
  115. package/dist/{callbacks → src/callbacks}/postPitRender.d.ts +0 -0
  116. package/dist/src/callbacks/postPitRender.d.ts.map +1 -0
  117. package/dist/src/callbacks/postPitRender.lua +24 -0
  118. package/dist/{callbacks → src/callbacks}/postPitUpdate.d.ts +0 -0
  119. package/dist/src/callbacks/postPitUpdate.d.ts.map +1 -0
  120. package/dist/src/callbacks/postPitUpdate.lua +24 -0
  121. package/dist/{callbacks → src/callbacks}/postPlayerChangeHealth.d.ts +0 -0
  122. package/dist/src/callbacks/postPlayerChangeHealth.d.ts.map +1 -0
  123. package/dist/src/callbacks/postPlayerChangeHealth.lua +57 -0
  124. package/dist/{callbacks → src/callbacks}/postPlayerChangeStat.d.ts +0 -0
  125. package/dist/src/callbacks/postPlayerChangeStat.d.ts.map +1 -0
  126. package/dist/src/callbacks/postPlayerChangeStat.lua +98 -0
  127. package/dist/{callbacks → src/callbacks}/postPlayerChangeType.d.ts +0 -0
  128. package/dist/src/callbacks/postPlayerChangeType.d.ts.map +1 -0
  129. package/dist/src/callbacks/postPlayerChangeType.lua +39 -0
  130. package/dist/{callbacks → src/callbacks}/postPlayerCollectible.d.ts +0 -0
  131. package/dist/src/callbacks/postPlayerCollectible.d.ts.map +1 -0
  132. package/dist/src/callbacks/postPlayerCollectible.lua +169 -0
  133. package/dist/{callbacks → src/callbacks}/postPlayerFatalDamage.d.ts +0 -0
  134. package/dist/src/callbacks/postPlayerFatalDamage.d.ts.map +1 -0
  135. package/dist/src/callbacks/postPlayerFatalDamage.lua +97 -0
  136. package/dist/{callbacks → src/callbacks}/postPlayerInitFirst.d.ts +0 -0
  137. package/dist/src/callbacks/postPlayerInitFirst.d.ts.map +1 -0
  138. package/dist/src/callbacks/postPlayerInitFirst.lua +40 -0
  139. package/dist/{callbacks → src/callbacks}/postPlayerInitLate.d.ts +0 -0
  140. package/dist/src/callbacks/postPlayerInitLate.d.ts.map +1 -0
  141. package/dist/src/callbacks/postPlayerInitLate.lua +33 -0
  142. package/dist/{callbacks → src/callbacks}/postPlayerReorderedCallbacks.d.ts +0 -0
  143. package/dist/src/callbacks/postPlayerReorderedCallbacks.d.ts.map +1 -0
  144. package/dist/src/callbacks/postPlayerReorderedCallbacks.lua +88 -0
  145. package/dist/{callbacks → src/callbacks}/postPoopRender.d.ts +0 -0
  146. package/dist/src/callbacks/postPoopRender.d.ts.map +1 -0
  147. package/dist/src/callbacks/postPoopRender.lua +24 -0
  148. package/dist/{callbacks → src/callbacks}/postPoopUpdate.d.ts +0 -0
  149. package/dist/src/callbacks/postPoopUpdate.d.ts.map +1 -0
  150. package/dist/src/callbacks/postPoopUpdate.lua +24 -0
  151. package/dist/{callbacks → src/callbacks}/postPressurePlateRender.d.ts +0 -0
  152. package/dist/src/callbacks/postPressurePlateRender.d.ts.map +1 -0
  153. package/dist/src/callbacks/postPressurePlateRender.lua +24 -0
  154. package/dist/{callbacks → src/callbacks}/postPressurePlateUpdate.d.ts +0 -0
  155. package/dist/src/callbacks/postPressurePlateUpdate.d.ts.map +1 -0
  156. package/dist/src/callbacks/postPressurePlateUpdate.lua +24 -0
  157. package/dist/{callbacks → src/callbacks}/postProjectileInitLate.d.ts +0 -0
  158. package/dist/src/callbacks/postProjectileInitLate.d.ts.map +1 -0
  159. package/dist/src/callbacks/postProjectileInitLate.lua +31 -0
  160. package/dist/{callbacks → src/callbacks}/postPurchase.d.ts +0 -0
  161. package/dist/src/callbacks/postPurchase.d.ts.map +1 -0
  162. package/dist/src/callbacks/postPurchase.lua +49 -0
  163. package/dist/{callbacks → src/callbacks}/postRockRender.d.ts +0 -0
  164. package/dist/src/callbacks/postRockRender.d.ts.map +1 -0
  165. package/dist/src/callbacks/postRockRender.lua +24 -0
  166. package/dist/{callbacks → src/callbacks}/postRockUpdate.d.ts +0 -0
  167. package/dist/src/callbacks/postRockUpdate.d.ts.map +1 -0
  168. package/dist/src/callbacks/postRockUpdate.lua +24 -0
  169. package/dist/{callbacks → src/callbacks}/postRoomClearChanged.d.ts +0 -0
  170. package/dist/src/callbacks/postRoomClearChanged.d.ts.map +1 -0
  171. package/dist/src/callbacks/postRoomClearChanged.lua +42 -0
  172. package/dist/{callbacks → src/callbacks}/postSacrifice.d.ts +0 -0
  173. package/dist/src/callbacks/postSacrifice.d.ts.map +1 -0
  174. package/dist/src/callbacks/postSacrifice.lua +43 -0
  175. package/dist/{callbacks → src/callbacks}/postSlotCollision.d.ts +0 -0
  176. package/dist/src/callbacks/postSlotCollision.d.ts.map +1 -0
  177. package/dist/src/callbacks/postSlotCollision.lua +25 -0
  178. package/dist/{callbacks → src/callbacks}/postSlotDestroyed.d.ts +0 -0
  179. package/dist/src/callbacks/postSlotDestroyed.d.ts.map +1 -0
  180. package/dist/src/callbacks/postSlotDestroyed.lua +66 -0
  181. package/dist/{callbacks → src/callbacks}/postSlotInitUpdate.d.ts +0 -0
  182. package/dist/src/callbacks/postSlotInitUpdate.d.ts.map +1 -0
  183. package/dist/src/callbacks/postSlotInitUpdate.lua +53 -0
  184. package/dist/{callbacks → src/callbacks}/postSlotRender.d.ts +0 -0
  185. package/dist/src/callbacks/postSlotRender.d.ts.map +1 -0
  186. package/dist/src/callbacks/postSlotRender.lua +56 -0
  187. package/dist/{callbacks → src/callbacks}/postSpikesRender.d.ts +0 -0
  188. package/dist/src/callbacks/postSpikesRender.d.ts.map +1 -0
  189. package/dist/src/callbacks/postSpikesRender.lua +24 -0
  190. package/dist/{callbacks → src/callbacks}/postSpikesUpdate.d.ts +0 -0
  191. package/dist/src/callbacks/postSpikesUpdate.d.ts.map +1 -0
  192. package/dist/src/callbacks/postSpikesUpdate.lua +24 -0
  193. package/dist/{callbacks → src/callbacks}/postTNTRender.d.ts +0 -0
  194. package/dist/src/callbacks/postTNTRender.d.ts.map +1 -0
  195. package/dist/src/callbacks/postTNTRender.lua +24 -0
  196. package/dist/{callbacks → src/callbacks}/postTNTUpdate.d.ts +0 -0
  197. package/dist/src/callbacks/postTNTUpdate.d.ts.map +1 -0
  198. package/dist/src/callbacks/postTNTUpdate.lua +24 -0
  199. package/dist/{callbacks → src/callbacks}/postTearInitLate.d.ts +0 -0
  200. package/dist/src/callbacks/postTearInitLate.d.ts.map +1 -0
  201. package/dist/src/callbacks/postTearInitLate.lua +31 -0
  202. package/dist/{callbacks → src/callbacks}/postTearInitVeryLate.d.ts +0 -0
  203. package/dist/src/callbacks/postTearInitVeryLate.d.ts.map +1 -0
  204. package/dist/src/callbacks/postTearInitVeryLate.lua +34 -0
  205. package/dist/{callbacks → src/callbacks}/postTransformation.d.ts +0 -0
  206. package/dist/src/callbacks/postTransformation.d.ts.map +1 -0
  207. package/dist/src/callbacks/postTransformation.lua +50 -0
  208. package/dist/{callbacks → src/callbacks}/postTrinketBreak.d.ts +0 -0
  209. package/dist/src/callbacks/postTrinketBreak.d.ts.map +1 -0
  210. package/dist/src/callbacks/postTrinketBreak.lua +75 -0
  211. package/dist/{callbacks → src/callbacks}/preBerserkDeath.d.ts +0 -0
  212. package/dist/src/callbacks/preBerserkDeath.d.ts.map +1 -0
  213. package/dist/src/callbacks/preBerserkDeath.lua +36 -0
  214. package/dist/{callbacks → src/callbacks}/preNewLevel.d.ts +0 -0
  215. package/dist/src/callbacks/preNewLevel.d.ts.map +1 -0
  216. package/dist/src/callbacks/preNewLevel.lua +43 -0
  217. package/dist/{callbacks → src/callbacks}/reorderedCallbacks.d.ts +0 -0
  218. package/dist/src/callbacks/reorderedCallbacks.d.ts.map +1 -0
  219. package/dist/src/callbacks/reorderedCallbacks.lua +101 -0
  220. package/dist/{callbacks → src/callbacks}/subscriptions/postAmbushFinished.d.ts +0 -0
  221. package/dist/src/callbacks/subscriptions/postAmbushFinished.d.ts.map +1 -0
  222. package/dist/{callbacks → src/callbacks}/subscriptions/postAmbushFinished.lua +0 -0
  223. package/dist/{callbacks → src/callbacks}/subscriptions/postAmbushStarted.d.ts +0 -0
  224. package/dist/src/callbacks/subscriptions/postAmbushStarted.d.ts.map +1 -0
  225. package/dist/{callbacks → src/callbacks}/subscriptions/postAmbushStarted.lua +0 -0
  226. package/dist/{callbacks → src/callbacks}/subscriptions/postBombInitLate.d.ts +0 -0
  227. package/dist/src/callbacks/subscriptions/postBombInitLate.d.ts.map +1 -0
  228. package/dist/{callbacks → src/callbacks}/subscriptions/postBombInitLate.lua +0 -0
  229. package/dist/{callbacks → src/callbacks}/subscriptions/postBoneExploded.d.ts +0 -0
  230. package/dist/src/callbacks/subscriptions/postBoneExploded.d.ts.map +1 -0
  231. package/dist/{callbacks → src/callbacks}/subscriptions/postBoneExploded.lua +0 -0
  232. package/dist/{callbacks → src/callbacks}/subscriptions/postBoneSwing.d.ts +0 -0
  233. package/dist/src/callbacks/subscriptions/postBoneSwing.d.ts.map +1 -0
  234. package/dist/{callbacks → src/callbacks}/subscriptions/postBoneSwing.lua +0 -0
  235. package/dist/{callbacks → src/callbacks}/subscriptions/postCollectibleEmpty.d.ts +0 -0
  236. package/dist/src/callbacks/subscriptions/postCollectibleEmpty.d.ts.map +1 -0
  237. package/dist/{callbacks → src/callbacks}/subscriptions/postCollectibleEmpty.lua +0 -0
  238. package/dist/{callbacks → src/callbacks}/subscriptions/postCollectibleInitFirst.d.ts +0 -0
  239. package/dist/src/callbacks/subscriptions/postCollectibleInitFirst.d.ts.map +1 -0
  240. package/dist/{callbacks → src/callbacks}/subscriptions/postCollectibleInitFirst.lua +0 -0
  241. package/dist/{callbacks → src/callbacks}/subscriptions/postCursedTeleport.d.ts +0 -0
  242. package/dist/src/callbacks/subscriptions/postCursedTeleport.d.ts.map +1 -0
  243. package/dist/{callbacks → src/callbacks}/subscriptions/postCursedTeleport.lua +0 -0
  244. package/dist/{callbacks → src/callbacks}/subscriptions/postCustomDoorEnter.d.ts +0 -0
  245. package/dist/src/callbacks/subscriptions/postCustomDoorEnter.d.ts.map +1 -0
  246. package/dist/{callbacks → src/callbacks}/subscriptions/postCustomDoorEnter.lua +0 -0
  247. package/dist/{callbacks → src/callbacks}/subscriptions/postCustomRevive.d.ts +0 -0
  248. package/dist/src/callbacks/subscriptions/postCustomRevive.d.ts.map +1 -0
  249. package/dist/{callbacks → src/callbacks}/subscriptions/postCustomRevive.lua +0 -0
  250. package/dist/{callbacks → src/callbacks}/subscriptions/postDiceRoomActivated.d.ts +0 -0
  251. package/dist/src/callbacks/subscriptions/postDiceRoomActivated.d.ts.map +1 -0
  252. package/dist/{callbacks → src/callbacks}/subscriptions/postDiceRoomActivated.lua +0 -0
  253. package/dist/{callbacks → src/callbacks}/subscriptions/postDoorRender.d.ts +0 -0
  254. package/dist/src/callbacks/subscriptions/postDoorRender.d.ts.map +1 -0
  255. package/dist/{callbacks → src/callbacks}/subscriptions/postDoorRender.lua +0 -0
  256. package/dist/{callbacks → src/callbacks}/subscriptions/postDoorUpdate.d.ts +0 -0
  257. package/dist/src/callbacks/subscriptions/postDoorUpdate.d.ts.map +1 -0
  258. package/dist/{callbacks → src/callbacks}/subscriptions/postDoorUpdate.lua +0 -0
  259. package/dist/{callbacks → src/callbacks}/subscriptions/postEffectInitLate.d.ts +0 -0
  260. package/dist/src/callbacks/subscriptions/postEffectInitLate.d.ts.map +1 -0
  261. package/dist/{callbacks → src/callbacks}/subscriptions/postEffectInitLate.lua +0 -0
  262. package/dist/{callbacks → src/callbacks}/subscriptions/postEffectStateChanged.d.ts +0 -0
  263. package/dist/src/callbacks/subscriptions/postEffectStateChanged.d.ts.map +1 -0
  264. package/dist/{callbacks → src/callbacks}/subscriptions/postEffectStateChanged.lua +0 -0
  265. package/dist/{callbacks → src/callbacks}/subscriptions/postEsauJr.d.ts +0 -0
  266. package/dist/src/callbacks/subscriptions/postEsauJr.d.ts.map +1 -0
  267. package/dist/{callbacks → src/callbacks}/subscriptions/postEsauJr.lua +0 -0
  268. package/dist/{callbacks → src/callbacks}/subscriptions/postFamiliarInitLate.d.ts +0 -0
  269. package/dist/src/callbacks/subscriptions/postFamiliarInitLate.d.ts.map +1 -0
  270. package/dist/{callbacks → src/callbacks}/subscriptions/postFamiliarInitLate.lua +0 -0
  271. package/dist/{callbacks → src/callbacks}/subscriptions/postFamiliarStateChanged.d.ts +0 -0
  272. package/dist/src/callbacks/subscriptions/postFamiliarStateChanged.d.ts.map +1 -0
  273. package/dist/{callbacks → src/callbacks}/subscriptions/postFamiliarStateChanged.lua +0 -0
  274. package/dist/{callbacks → src/callbacks}/subscriptions/postFirstEsauJr.d.ts +0 -0
  275. package/dist/src/callbacks/subscriptions/postFirstEsauJr.d.ts.map +1 -0
  276. package/dist/{callbacks → src/callbacks}/subscriptions/postFirstEsauJr.lua +0 -0
  277. package/dist/{callbacks → src/callbacks}/subscriptions/postFirstFlip.d.ts +0 -0
  278. package/dist/src/callbacks/subscriptions/postFirstFlip.d.ts.map +1 -0
  279. package/dist/{callbacks → src/callbacks}/subscriptions/postFirstFlip.lua +0 -0
  280. package/dist/{callbacks → src/callbacks}/subscriptions/postFlip.d.ts +0 -0
  281. package/dist/src/callbacks/subscriptions/postFlip.d.ts.map +1 -0
  282. package/dist/{callbacks → src/callbacks}/subscriptions/postFlip.lua +0 -0
  283. package/dist/{callbacks → src/callbacks}/subscriptions/postGameStartedReordered.d.ts +0 -0
  284. package/dist/src/callbacks/subscriptions/postGameStartedReordered.d.ts.map +1 -0
  285. package/dist/{callbacks → src/callbacks}/subscriptions/postGameStartedReordered.lua +0 -0
  286. package/dist/{callbacks → src/callbacks}/subscriptions/postGameStartedReorderedLast.d.ts +0 -0
  287. package/dist/src/callbacks/subscriptions/postGameStartedReorderedLast.d.ts.map +1 -0
  288. package/dist/{callbacks → src/callbacks}/subscriptions/postGameStartedReorderedLast.lua +0 -0
  289. package/dist/{callbacks → src/callbacks}/subscriptions/postGreedModeWave.d.ts +0 -0
  290. package/dist/src/callbacks/subscriptions/postGreedModeWave.d.ts.map +1 -0
  291. package/dist/{callbacks → src/callbacks}/subscriptions/postGreedModeWave.lua +0 -0
  292. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityBroken.d.ts +0 -0
  293. package/dist/src/callbacks/subscriptions/postGridEntityBroken.d.ts.map +1 -0
  294. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityBroken.lua +0 -0
  295. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCollision.d.ts +0 -0
  296. package/dist/src/callbacks/subscriptions/postGridEntityCollision.d.ts.map +1 -0
  297. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCollision.lua +0 -0
  298. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomBroken.d.ts +0 -0
  299. package/dist/src/callbacks/subscriptions/postGridEntityCustomBroken.d.ts.map +1 -0
  300. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomBroken.lua +0 -0
  301. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomCollision.d.ts +0 -0
  302. package/dist/src/callbacks/subscriptions/postGridEntityCustomCollision.d.ts.map +1 -0
  303. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomCollision.lua +0 -0
  304. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomInit.d.ts +0 -0
  305. package/dist/src/callbacks/subscriptions/postGridEntityCustomInit.d.ts.map +1 -0
  306. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomInit.lua +0 -0
  307. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomRemove.d.ts +0 -0
  308. package/dist/src/callbacks/subscriptions/postGridEntityCustomRemove.d.ts.map +1 -0
  309. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomRemove.lua +0 -0
  310. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomRender.d.ts +0 -0
  311. package/dist/src/callbacks/subscriptions/postGridEntityCustomRender.d.ts.map +1 -0
  312. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomRender.lua +0 -0
  313. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomStateChanged.d.ts +0 -0
  314. package/dist/src/callbacks/subscriptions/postGridEntityCustomStateChanged.d.ts.map +1 -0
  315. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomStateChanged.lua +0 -0
  316. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomUpdate.d.ts +0 -0
  317. package/dist/src/callbacks/subscriptions/postGridEntityCustomUpdate.d.ts.map +1 -0
  318. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomUpdate.lua +0 -0
  319. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityInit.d.ts +0 -0
  320. package/dist/src/callbacks/subscriptions/postGridEntityInit.d.ts.map +1 -0
  321. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityInit.lua +0 -0
  322. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityRemove.d.ts +0 -0
  323. package/dist/src/callbacks/subscriptions/postGridEntityRemove.d.ts.map +1 -0
  324. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityRemove.lua +0 -0
  325. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityRender.d.ts +0 -0
  326. package/dist/src/callbacks/subscriptions/postGridEntityRender.d.ts.map +1 -0
  327. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityRender.lua +0 -0
  328. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityStateChanged.d.ts +0 -0
  329. package/dist/src/callbacks/subscriptions/postGridEntityStateChanged.d.ts.map +1 -0
  330. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityStateChanged.lua +0 -0
  331. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityUpdate.d.ts +0 -0
  332. package/dist/src/callbacks/subscriptions/postGridEntityUpdate.d.ts.map +1 -0
  333. package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityUpdate.lua +0 -0
  334. package/dist/{callbacks → src/callbacks}/subscriptions/postHolyMantleRemoved.d.ts +0 -0
  335. package/dist/src/callbacks/subscriptions/postHolyMantleRemoved.d.ts.map +1 -0
  336. package/dist/{callbacks → src/callbacks}/subscriptions/postHolyMantleRemoved.lua +0 -0
  337. package/dist/{callbacks → src/callbacks}/subscriptions/postItemDischarged.d.ts +0 -0
  338. package/dist/src/callbacks/subscriptions/postItemDischarged.d.ts.map +1 -0
  339. package/dist/{callbacks → src/callbacks}/subscriptions/postItemDischarged.lua +0 -0
  340. package/dist/{callbacks → src/callbacks}/subscriptions/postItemPickup.d.ts +0 -0
  341. package/dist/src/callbacks/subscriptions/postItemPickup.d.ts.map +1 -0
  342. package/dist/{callbacks → src/callbacks}/subscriptions/postItemPickup.lua +0 -0
  343. package/dist/{callbacks → src/callbacks}/subscriptions/postKnifeInitLate.d.ts +0 -0
  344. package/dist/src/callbacks/subscriptions/postKnifeInitLate.d.ts.map +1 -0
  345. package/dist/{callbacks → src/callbacks}/subscriptions/postKnifeInitLate.lua +0 -0
  346. package/dist/{callbacks → src/callbacks}/subscriptions/postLaserInitLate.d.ts +0 -0
  347. package/dist/src/callbacks/subscriptions/postLaserInitLate.d.ts.map +1 -0
  348. package/dist/{callbacks → src/callbacks}/subscriptions/postLaserInitLate.lua +0 -0
  349. package/dist/{callbacks → src/callbacks}/subscriptions/postNPCInitLate.d.ts +0 -0
  350. package/dist/src/callbacks/subscriptions/postNPCInitLate.d.ts.map +1 -0
  351. package/dist/{callbacks → src/callbacks}/subscriptions/postNPCInitLate.lua +0 -0
  352. package/dist/{callbacks → src/callbacks}/subscriptions/postNPCStateChanged.d.ts +0 -0
  353. package/dist/src/callbacks/subscriptions/postNPCStateChanged.d.ts.map +1 -0
  354. package/dist/{callbacks → src/callbacks}/subscriptions/postNPCStateChanged.lua +0 -0
  355. package/dist/{callbacks → src/callbacks}/subscriptions/postNewLevelReordered.d.ts +0 -0
  356. package/dist/src/callbacks/subscriptions/postNewLevelReordered.d.ts.map +1 -0
  357. package/dist/{callbacks → src/callbacks}/subscriptions/postNewLevelReordered.lua +0 -0
  358. package/dist/{callbacks → src/callbacks}/subscriptions/postNewRoomEarly.d.ts +0 -0
  359. package/dist/src/callbacks/subscriptions/postNewRoomEarly.d.ts.map +1 -0
  360. package/dist/{callbacks → src/callbacks}/subscriptions/postNewRoomEarly.lua +0 -0
  361. package/dist/{callbacks → src/callbacks}/subscriptions/postNewRoomReordered.d.ts +0 -0
  362. package/dist/src/callbacks/subscriptions/postNewRoomReordered.d.ts.map +1 -0
  363. package/dist/{callbacks → src/callbacks}/subscriptions/postNewRoomReordered.lua +0 -0
  364. package/dist/{callbacks → src/callbacks}/subscriptions/postPEffectUpdateReordered.d.ts +0 -0
  365. package/dist/src/callbacks/subscriptions/postPEffectUpdateReordered.d.ts.map +1 -0
  366. package/dist/{callbacks → src/callbacks}/subscriptions/postPEffectUpdateReordered.lua +0 -0
  367. package/dist/{callbacks → src/callbacks}/subscriptions/postPickupCollect.d.ts +0 -0
  368. package/dist/src/callbacks/subscriptions/postPickupCollect.d.ts.map +1 -0
  369. package/dist/{callbacks → src/callbacks}/subscriptions/postPickupCollect.lua +0 -0
  370. package/dist/{callbacks → src/callbacks}/subscriptions/postPickupInitFirst.d.ts +0 -0
  371. package/dist/src/callbacks/subscriptions/postPickupInitFirst.d.ts.map +1 -0
  372. package/dist/{callbacks → src/callbacks}/subscriptions/postPickupInitFirst.lua +0 -0
  373. package/dist/{callbacks → src/callbacks}/subscriptions/postPickupInitLate.d.ts +0 -0
  374. package/dist/src/callbacks/subscriptions/postPickupInitLate.d.ts.map +1 -0
  375. package/dist/{callbacks → src/callbacks}/subscriptions/postPickupInitLate.lua +0 -0
  376. package/dist/{callbacks → src/callbacks}/subscriptions/postPickupStateChanged.d.ts +0 -0
  377. package/dist/src/callbacks/subscriptions/postPickupStateChanged.d.ts.map +1 -0
  378. package/dist/{callbacks → src/callbacks}/subscriptions/postPickupStateChanged.lua +0 -0
  379. package/dist/{callbacks → src/callbacks}/subscriptions/postPitRender.d.ts +0 -0
  380. package/dist/src/callbacks/subscriptions/postPitRender.d.ts.map +1 -0
  381. package/dist/{callbacks → src/callbacks}/subscriptions/postPitRender.lua +0 -0
  382. package/dist/{callbacks → src/callbacks}/subscriptions/postPitUpdate.d.ts +0 -0
  383. package/dist/src/callbacks/subscriptions/postPitUpdate.d.ts.map +1 -0
  384. package/dist/{callbacks → src/callbacks}/subscriptions/postPitUpdate.lua +0 -0
  385. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerChangeHealth.d.ts +0 -0
  386. package/dist/src/callbacks/subscriptions/postPlayerChangeHealth.d.ts.map +1 -0
  387. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerChangeHealth.lua +0 -0
  388. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerChangeStat.d.ts +0 -0
  389. package/dist/src/callbacks/subscriptions/postPlayerChangeStat.d.ts.map +1 -0
  390. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerChangeStat.lua +0 -0
  391. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerChangeType.d.ts +0 -0
  392. package/dist/src/callbacks/subscriptions/postPlayerChangeType.d.ts.map +1 -0
  393. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerChangeType.lua +0 -0
  394. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerCollectibleAdded.d.ts +0 -0
  395. package/dist/src/callbacks/subscriptions/postPlayerCollectibleAdded.d.ts.map +1 -0
  396. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerCollectibleAdded.lua +0 -0
  397. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerCollectibleRemoved.d.ts +0 -0
  398. package/dist/src/callbacks/subscriptions/postPlayerCollectibleRemoved.d.ts.map +1 -0
  399. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerCollectibleRemoved.lua +0 -0
  400. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerFatalDamage.d.ts +0 -0
  401. package/dist/src/callbacks/subscriptions/postPlayerFatalDamage.d.ts.map +1 -0
  402. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerFatalDamage.lua +0 -0
  403. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerInitFirst.d.ts +0 -0
  404. package/dist/src/callbacks/subscriptions/postPlayerInitFirst.d.ts.map +1 -0
  405. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerInitFirst.lua +0 -0
  406. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerInitLate.d.ts +0 -0
  407. package/dist/src/callbacks/subscriptions/postPlayerInitLate.d.ts.map +1 -0
  408. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerInitLate.lua +0 -0
  409. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerRenderReordered.d.ts +0 -0
  410. package/dist/src/callbacks/subscriptions/postPlayerRenderReordered.d.ts.map +1 -0
  411. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerRenderReordered.lua +0 -0
  412. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerUpdateReordered.d.ts +0 -0
  413. package/dist/src/callbacks/subscriptions/postPlayerUpdateReordered.d.ts.map +1 -0
  414. package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerUpdateReordered.lua +0 -0
  415. package/dist/{callbacks → src/callbacks}/subscriptions/postPoopRender.d.ts +0 -0
  416. package/dist/src/callbacks/subscriptions/postPoopRender.d.ts.map +1 -0
  417. package/dist/{callbacks → src/callbacks}/subscriptions/postPoopRender.lua +0 -0
  418. package/dist/{callbacks → src/callbacks}/subscriptions/postPoopUpdate.d.ts +0 -0
  419. package/dist/src/callbacks/subscriptions/postPoopUpdate.d.ts.map +1 -0
  420. package/dist/{callbacks → src/callbacks}/subscriptions/postPoopUpdate.lua +0 -0
  421. package/dist/{callbacks → src/callbacks}/subscriptions/postPressurePlateRender.d.ts +0 -0
  422. package/dist/src/callbacks/subscriptions/postPressurePlateRender.d.ts.map +1 -0
  423. package/dist/{callbacks → src/callbacks}/subscriptions/postPressurePlateRender.lua +0 -0
  424. package/dist/{callbacks → src/callbacks}/subscriptions/postPressurePlateUpdate.d.ts +0 -0
  425. package/dist/src/callbacks/subscriptions/postPressurePlateUpdate.d.ts.map +1 -0
  426. package/dist/{callbacks → src/callbacks}/subscriptions/postPressurePlateUpdate.lua +0 -0
  427. package/dist/{callbacks → src/callbacks}/subscriptions/postProjectileInitLate.d.ts +0 -0
  428. package/dist/src/callbacks/subscriptions/postProjectileInitLate.d.ts.map +1 -0
  429. package/dist/{callbacks → src/callbacks}/subscriptions/postProjectileInitLate.lua +0 -0
  430. package/dist/{callbacks → src/callbacks}/subscriptions/postPurchase.d.ts +0 -0
  431. package/dist/src/callbacks/subscriptions/postPurchase.d.ts.map +1 -0
  432. package/dist/{callbacks → src/callbacks}/subscriptions/postPurchase.lua +0 -0
  433. package/dist/{callbacks → src/callbacks}/subscriptions/postRockRender.d.ts +0 -0
  434. package/dist/src/callbacks/subscriptions/postRockRender.d.ts.map +1 -0
  435. package/dist/{callbacks → src/callbacks}/subscriptions/postRockRender.lua +0 -0
  436. package/dist/{callbacks → src/callbacks}/subscriptions/postRockUpdate.d.ts +0 -0
  437. package/dist/src/callbacks/subscriptions/postRockUpdate.d.ts.map +1 -0
  438. package/dist/{callbacks → src/callbacks}/subscriptions/postRockUpdate.lua +0 -0
  439. package/dist/{callbacks → src/callbacks}/subscriptions/postRoomClearChanged.d.ts +0 -0
  440. package/dist/src/callbacks/subscriptions/postRoomClearChanged.d.ts.map +1 -0
  441. package/dist/{callbacks → src/callbacks}/subscriptions/postRoomClearChanged.lua +0 -0
  442. package/dist/{callbacks → src/callbacks}/subscriptions/postSacrifice.d.ts +0 -0
  443. package/dist/src/callbacks/subscriptions/postSacrifice.d.ts.map +1 -0
  444. package/dist/{callbacks → src/callbacks}/subscriptions/postSacrifice.lua +0 -0
  445. package/dist/{callbacks → src/callbacks}/subscriptions/postSlotAnimationChanged.d.ts +0 -0
  446. package/dist/src/callbacks/subscriptions/postSlotAnimationChanged.d.ts.map +1 -0
  447. package/dist/{callbacks → src/callbacks}/subscriptions/postSlotAnimationChanged.lua +0 -0
  448. package/dist/{callbacks → src/callbacks}/subscriptions/postSlotCollision.d.ts +0 -0
  449. package/dist/src/callbacks/subscriptions/postSlotCollision.d.ts.map +1 -0
  450. package/dist/{callbacks → src/callbacks}/subscriptions/postSlotCollision.lua +0 -0
  451. package/dist/{callbacks → src/callbacks}/subscriptions/postSlotDestroyed.d.ts +0 -0
  452. package/dist/src/callbacks/subscriptions/postSlotDestroyed.d.ts.map +1 -0
  453. package/dist/{callbacks → src/callbacks}/subscriptions/postSlotDestroyed.lua +0 -0
  454. package/dist/{callbacks → src/callbacks}/subscriptions/postSlotInit.d.ts +0 -0
  455. package/dist/src/callbacks/subscriptions/postSlotInit.d.ts.map +1 -0
  456. package/dist/{callbacks → src/callbacks}/subscriptions/postSlotInit.lua +0 -0
  457. package/dist/{callbacks → src/callbacks}/subscriptions/postSlotRender.d.ts +0 -0
  458. package/dist/src/callbacks/subscriptions/postSlotRender.d.ts.map +1 -0
  459. package/dist/{callbacks → src/callbacks}/subscriptions/postSlotRender.lua +0 -0
  460. package/dist/{callbacks → src/callbacks}/subscriptions/postSlotUpdate.d.ts +0 -0
  461. package/dist/src/callbacks/subscriptions/postSlotUpdate.d.ts.map +1 -0
  462. package/dist/{callbacks → src/callbacks}/subscriptions/postSlotUpdate.lua +0 -0
  463. package/dist/{callbacks → src/callbacks}/subscriptions/postSpikesRender.d.ts +0 -0
  464. package/dist/src/callbacks/subscriptions/postSpikesRender.d.ts.map +1 -0
  465. package/dist/{callbacks → src/callbacks}/subscriptions/postSpikesRender.lua +0 -0
  466. package/dist/{callbacks → src/callbacks}/subscriptions/postSpikesUpdate.d.ts +0 -0
  467. package/dist/src/callbacks/subscriptions/postSpikesUpdate.d.ts.map +1 -0
  468. package/dist/{callbacks → src/callbacks}/subscriptions/postSpikesUpdate.lua +0 -0
  469. package/dist/{callbacks → src/callbacks}/subscriptions/postTNTRender.d.ts +0 -0
  470. package/dist/src/callbacks/subscriptions/postTNTRender.d.ts.map +1 -0
  471. package/dist/{callbacks → src/callbacks}/subscriptions/postTNTRender.lua +0 -0
  472. package/dist/{callbacks → src/callbacks}/subscriptions/postTNTUpdate.d.ts +0 -0
  473. package/dist/src/callbacks/subscriptions/postTNTUpdate.d.ts.map +1 -0
  474. package/dist/{callbacks → src/callbacks}/subscriptions/postTNTUpdate.lua +0 -0
  475. package/dist/{callbacks → src/callbacks}/subscriptions/postTearInitLate.d.ts +0 -0
  476. package/dist/src/callbacks/subscriptions/postTearInitLate.d.ts.map +1 -0
  477. package/dist/{callbacks → src/callbacks}/subscriptions/postTearInitLate.lua +0 -0
  478. package/dist/{callbacks → src/callbacks}/subscriptions/postTearInitVeryLate.d.ts +0 -0
  479. package/dist/src/callbacks/subscriptions/postTearInitVeryLate.d.ts.map +1 -0
  480. package/dist/{callbacks → src/callbacks}/subscriptions/postTearInitVeryLate.lua +0 -0
  481. package/dist/{callbacks → src/callbacks}/subscriptions/postTransformation.d.ts +0 -0
  482. package/dist/src/callbacks/subscriptions/postTransformation.d.ts.map +1 -0
  483. package/dist/{callbacks → src/callbacks}/subscriptions/postTransformation.lua +0 -0
  484. package/dist/{callbacks → src/callbacks}/subscriptions/postTrinketBreak.d.ts +0 -0
  485. package/dist/src/callbacks/subscriptions/postTrinketBreak.d.ts.map +1 -0
  486. package/dist/{callbacks → src/callbacks}/subscriptions/postTrinketBreak.lua +0 -0
  487. package/dist/{callbacks → src/callbacks}/subscriptions/preBerserkDeath.d.ts +0 -0
  488. package/dist/src/callbacks/subscriptions/preBerserkDeath.d.ts.map +1 -0
  489. package/dist/{callbacks → src/callbacks}/subscriptions/preBerserkDeath.lua +0 -0
  490. package/dist/{callbacks → src/callbacks}/subscriptions/preCustomRevive.d.ts +0 -0
  491. package/dist/src/callbacks/subscriptions/preCustomRevive.d.ts.map +1 -0
  492. package/dist/{callbacks → src/callbacks}/subscriptions/preCustomRevive.lua +0 -0
  493. package/dist/{callbacks → src/callbacks}/subscriptions/preItemPickup.d.ts +0 -0
  494. package/dist/src/callbacks/subscriptions/preItemPickup.d.ts.map +1 -0
  495. package/dist/{callbacks → src/callbacks}/subscriptions/preItemPickup.lua +0 -0
  496. package/dist/{callbacks → src/callbacks}/subscriptions/preNewLevel.d.ts +0 -0
  497. package/dist/src/callbacks/subscriptions/preNewLevel.d.ts.map +1 -0
  498. package/dist/{callbacks → src/callbacks}/subscriptions/preNewLevel.lua +0 -0
  499. package/dist/{classes → src/classes}/DefaultMap.d.ts +0 -0
  500. package/dist/src/classes/DefaultMap.d.ts.map +1 -0
  501. package/dist/src/classes/DefaultMap.lua +172 -0
  502. package/dist/{classes → src/classes}/ModUpgraded.d.ts +0 -0
  503. package/dist/src/classes/ModUpgraded.d.ts.map +1 -0
  504. package/dist/src/classes/ModUpgraded.lua +40 -0
  505. package/dist/{core → src/core}/cachedClasses.d.ts +0 -0
  506. package/dist/src/core/cachedClasses.d.ts.map +1 -0
  507. package/dist/{core → src/core}/cachedClasses.lua +0 -0
  508. package/dist/{core → src/core}/constants.d.ts +0 -0
  509. package/dist/src/core/constants.d.ts.map +1 -0
  510. package/dist/src/core/constants.lua +120 -0
  511. package/dist/{core → src/core}/constantsFirstLast.d.ts +0 -0
  512. package/dist/src/core/constantsFirstLast.d.ts.map +1 -0
  513. package/dist/src/core/constantsFirstLast.lua +66 -0
  514. package/dist/{core → src/core}/upgradeMod.d.ts +0 -0
  515. package/dist/src/core/upgradeMod.d.ts.map +1 -0
  516. package/dist/src/core/upgradeMod.lua +52 -0
  517. package/dist/{enums → src/enums}/AmbushType.d.ts +0 -0
  518. package/dist/src/enums/AmbushType.d.ts.map +1 -0
  519. package/dist/{enums → src/enums}/AmbushType.lua +0 -0
  520. package/dist/{enums → src/enums}/CornerType.d.ts +0 -0
  521. package/dist/src/enums/CornerType.d.ts.map +1 -0
  522. package/dist/{enums → src/enums}/CornerType.lua +0 -0
  523. package/dist/{enums → src/enums}/HealthType.d.ts +0 -0
  524. package/dist/src/enums/HealthType.d.ts.map +1 -0
  525. package/dist/{enums → src/enums}/HealthType.lua +0 -0
  526. package/dist/{enums → src/enums}/ModCallbackCustom.d.ts +0 -0
  527. package/dist/src/enums/ModCallbackCustom.d.ts.map +1 -0
  528. package/dist/{enums → src/enums}/ModCallbackCustom.lua +0 -0
  529. package/dist/{enums → src/enums}/PocketItemType.d.ts +0 -0
  530. package/dist/src/enums/PocketItemType.d.ts.map +1 -0
  531. package/dist/{enums → src/enums}/PocketItemType.lua +0 -0
  532. package/dist/{enums → src/enums}/RockAltType.d.ts +0 -0
  533. package/dist/src/enums/RockAltType.d.ts.map +1 -0
  534. package/dist/{enums → src/enums}/RockAltType.lua +0 -0
  535. package/dist/{enums → src/enums}/SaveDataKey.d.ts +0 -0
  536. package/dist/src/enums/SaveDataKey.d.ts.map +1 -0
  537. package/dist/{enums → src/enums}/SaveDataKey.lua +0 -0
  538. package/dist/{enums → src/enums}/SerializationType.d.ts +0 -0
  539. package/dist/src/enums/SerializationType.d.ts.map +1 -0
  540. package/dist/{enums → src/enums}/SerializationType.lua +0 -0
  541. package/dist/{enums → src/enums}/SlotDestructionType.d.ts +0 -0
  542. package/dist/src/enums/SlotDestructionType.d.ts.map +1 -0
  543. package/dist/{enums → src/enums}/SlotDestructionType.lua +0 -0
  544. package/dist/{enums → src/enums}/StatType.d.ts +0 -0
  545. package/dist/src/enums/StatType.d.ts.map +1 -0
  546. package/dist/{enums → src/enums}/StatType.lua +0 -0
  547. package/dist/{enums → src/enums}/private/CopyableIsaacAPIClassType.d.ts +0 -0
  548. package/dist/src/enums/private/CopyableIsaacAPIClassType.d.ts.map +1 -0
  549. package/dist/{enums → src/enums}/private/CopyableIsaacAPIClassType.lua +0 -0
  550. package/dist/{enums → src/enums}/private/SerializationBrand.d.ts +0 -0
  551. package/dist/src/enums/private/SerializationBrand.d.ts.map +1 -0
  552. package/dist/{enums → src/enums}/private/SerializationBrand.lua +0 -0
  553. package/dist/{enums → src/enums}/private/StageTravelState.d.ts +0 -0
  554. package/dist/src/enums/private/StageTravelState.d.ts.map +1 -0
  555. package/dist/{enums → src/enums}/private/StageTravelState.lua +0 -0
  556. package/dist/{enums → src/enums}/private/TrapdoorAnimation.d.ts +0 -0
  557. package/dist/src/enums/private/TrapdoorAnimation.d.ts.map +1 -0
  558. package/dist/{enums → src/enums}/private/TrapdoorAnimation.lua +0 -0
  559. package/dist/{features → src/features}/characterHealthConversion.d.ts +0 -0
  560. package/dist/src/features/characterHealthConversion.d.ts.map +1 -0
  561. package/dist/src/features/characterHealthConversion.lua +87 -0
  562. package/dist/{features → src/features}/characterStats.d.ts +0 -0
  563. package/dist/src/features/characterStats.d.ts.map +1 -0
  564. package/dist/src/features/characterStats.lua +53 -0
  565. package/dist/{features → src/features}/collectibleItemPoolType.d.ts +0 -0
  566. package/dist/src/features/collectibleItemPoolType.d.ts.map +1 -0
  567. package/dist/src/features/collectibleItemPoolType.lua +48 -0
  568. package/dist/{features → src/features}/customDoor.d.ts +0 -0
  569. package/dist/src/features/customDoor.d.ts.map +1 -0
  570. package/dist/src/features/customDoor.lua +53 -0
  571. package/dist/{features → src/features}/customGridEntity.d.ts +0 -0
  572. package/dist/src/features/customGridEntity.d.ts.map +1 -0
  573. package/dist/src/features/customGridEntity.lua +325 -0
  574. package/dist/{features → src/features}/customPickup.d.ts +0 -0
  575. package/dist/src/features/customPickup.d.ts.map +1 -0
  576. package/dist/src/features/customPickup.lua +90 -0
  577. package/dist/{features → src/features}/customStage/backdrop.d.ts +0 -0
  578. package/dist/src/features/customStage/backdrop.d.ts.map +1 -0
  579. package/dist/src/features/customStage/backdrop.lua +198 -0
  580. package/dist/{features → src/features}/customStage/customStageConstants.d.ts +0 -0
  581. package/dist/src/features/customStage/customStageConstants.d.ts.map +1 -0
  582. package/dist/{features → src/features}/customStage/customStageConstants.lua +0 -0
  583. package/dist/{features → src/features}/customStage/customStageGridEntities.d.ts +0 -0
  584. package/dist/src/features/customStage/customStageGridEntities.d.ts.map +1 -0
  585. package/dist/src/features/customStage/customStageGridEntities.lua +301 -0
  586. package/dist/{features → src/features}/customStage/customStageUtils.d.ts +0 -0
  587. package/dist/src/features/customStage/customStageUtils.d.ts.map +1 -0
  588. package/dist/src/features/customStage/customStageUtils.lua +102 -0
  589. package/dist/{features → src/features}/customStage/exports.d.ts +0 -0
  590. package/dist/src/features/customStage/exports.d.ts.map +1 -0
  591. package/dist/src/features/customStage/exports.lua +175 -0
  592. package/dist/{features → src/features}/customStage/init.d.ts +0 -0
  593. package/dist/src/features/customStage/init.d.ts.map +1 -0
  594. package/dist/src/features/customStage/init.lua +147 -0
  595. package/dist/{features → src/features}/customStage/metadata.lua +0 -0
  596. package/dist/{features → src/features}/customStage/shadows.d.ts +0 -0
  597. package/dist/src/features/customStage/shadows.d.ts.map +1 -0
  598. package/dist/src/features/customStage/shadows.lua +72 -0
  599. package/dist/{features → src/features}/customStage/streakText.d.ts +0 -0
  600. package/dist/src/features/customStage/streakText.d.ts.map +1 -0
  601. package/dist/src/features/customStage/streakText.lua +210 -0
  602. package/dist/{features → src/features}/customStage/v.d.ts +0 -0
  603. package/dist/src/features/customStage/v.d.ts.map +1 -0
  604. package/dist/src/features/customStage/v.lua +24 -0
  605. package/dist/{features → src/features}/customStage/versusScreen.d.ts +0 -0
  606. package/dist/src/features/customStage/versusScreen.d.ts.map +1 -0
  607. package/dist/src/features/customStage/versusScreen.lua +263 -0
  608. package/dist/{features → src/features}/customTrapdoor/blackSprite.d.ts +0 -0
  609. package/dist/src/features/customTrapdoor/blackSprite.d.ts.map +1 -0
  610. package/dist/src/features/customTrapdoor/blackSprite.lua +20 -0
  611. package/dist/{features → src/features}/customTrapdoor/customTrapdoorConstants.d.ts +0 -0
  612. package/dist/src/features/customTrapdoor/customTrapdoorConstants.d.ts.map +1 -0
  613. package/dist/{features → src/features}/customTrapdoor/customTrapdoorConstants.lua +0 -0
  614. package/dist/{features → src/features}/customTrapdoor/exports.d.ts +0 -0
  615. package/dist/src/features/customTrapdoor/exports.d.ts.map +1 -0
  616. package/dist/src/features/customTrapdoor/exports.lua +72 -0
  617. package/dist/{features → src/features}/customTrapdoor/init.d.ts +0 -0
  618. package/dist/src/features/customTrapdoor/init.d.ts.map +1 -0
  619. package/dist/src/features/customTrapdoor/init.lua +199 -0
  620. package/dist/{features → src/features}/customTrapdoor/openClose.d.ts +0 -0
  621. package/dist/src/features/customTrapdoor/openClose.d.ts.map +1 -0
  622. package/dist/src/features/customTrapdoor/openClose.lua +60 -0
  623. package/dist/{features → src/features}/customTrapdoor/spawn.d.ts +0 -0
  624. package/dist/src/features/customTrapdoor/spawn.d.ts.map +1 -0
  625. package/dist/src/features/customTrapdoor/spawn.lua +51 -0
  626. package/dist/{features → src/features}/customTrapdoor/touched.d.ts +0 -0
  627. package/dist/src/features/customTrapdoor/touched.d.ts.map +1 -0
  628. package/dist/src/features/customTrapdoor/touched.lua +159 -0
  629. package/dist/{features → src/features}/customTrapdoor/v.d.ts +0 -0
  630. package/dist/src/features/customTrapdoor/v.d.ts.map +1 -0
  631. package/dist/src/features/customTrapdoor/v.lua +17 -0
  632. package/dist/{features → src/features}/debugDisplay/debugDisplay.d.ts +0 -0
  633. package/dist/src/features/debugDisplay/debugDisplay.d.ts.map +1 -0
  634. package/dist/src/features/debugDisplay/debugDisplay.lua +180 -0
  635. package/dist/{features → src/features}/debugDisplay/exports.d.ts +0 -0
  636. package/dist/src/features/debugDisplay/exports.d.ts.map +1 -0
  637. package/dist/src/features/debugDisplay/exports.lua +368 -0
  638. package/dist/{features → src/features}/debugDisplay/v.d.ts +0 -0
  639. package/dist/src/features/debugDisplay/v.d.ts.map +1 -0
  640. package/dist/src/features/debugDisplay/v.lua +63 -0
  641. package/dist/{features → src/features}/deployJSONRoom.d.ts +0 -0
  642. package/dist/src/features/deployJSONRoom.d.ts.map +1 -0
  643. package/dist/src/features/deployJSONRoom.lua +576 -0
  644. package/dist/{features → src/features}/disableAllSound.d.ts +0 -0
  645. package/dist/src/features/disableAllSound.d.ts.map +1 -0
  646. package/dist/src/features/disableAllSound.lua +62 -0
  647. package/dist/{features → src/features}/disableInputs.d.ts +0 -0
  648. package/dist/src/features/disableInputs.d.ts.map +1 -0
  649. package/dist/src/features/disableInputs.lua +156 -0
  650. package/dist/{features → src/features}/extraConsoleCommands/commandsDisplay.d.ts +0 -0
  651. package/dist/src/features/extraConsoleCommands/commandsDisplay.d.ts.map +1 -0
  652. package/dist/src/features/extraConsoleCommands/commandsDisplay.lua +219 -0
  653. package/dist/{features → src/features}/extraConsoleCommands/commandsSubroutines.d.ts +0 -0
  654. package/dist/src/features/extraConsoleCommands/commandsSubroutines.d.ts.map +1 -0
  655. package/dist/src/features/extraConsoleCommands/commandsSubroutines.lua +154 -0
  656. package/dist/{features → src/features}/extraConsoleCommands/exports.d.ts +0 -0
  657. package/dist/src/features/extraConsoleCommands/exports.d.ts.map +1 -0
  658. package/dist/src/features/extraConsoleCommands/exports.lua +55 -0
  659. package/dist/{features → src/features}/extraConsoleCommands/init.d.ts +0 -0
  660. package/dist/src/features/extraConsoleCommands/init.d.ts.map +1 -0
  661. package/dist/src/features/extraConsoleCommands/init.lua +142 -0
  662. package/dist/{features → src/features}/extraConsoleCommands/listCommands.d.ts +0 -0
  663. package/dist/src/features/extraConsoleCommands/listCommands.d.ts.map +1 -0
  664. package/dist/src/features/extraConsoleCommands/listCommands.lua +1273 -0
  665. package/dist/{features → src/features}/extraConsoleCommands/v.d.ts +0 -0
  666. package/dist/src/features/extraConsoleCommands/v.d.ts.map +1 -0
  667. package/dist/{features → src/features}/extraConsoleCommands/v.lua +0 -0
  668. package/dist/{features → src/features}/fadeInRemover.d.ts +0 -0
  669. package/dist/src/features/fadeInRemover.d.ts.map +1 -0
  670. package/dist/src/features/fadeInRemover.lua +55 -0
  671. package/dist/{features → src/features}/fastReset.d.ts +0 -0
  672. package/dist/src/features/fastReset.d.ts.map +1 -0
  673. package/dist/src/features/fastReset.lua +59 -0
  674. package/dist/{features → src/features}/firstLast.d.ts +0 -0
  675. package/dist/src/features/firstLast.d.ts.map +1 -0
  676. package/dist/src/features/firstLast.lua +344 -0
  677. package/dist/{features → src/features}/forgottenSwitch.d.ts +0 -0
  678. package/dist/src/features/forgottenSwitch.d.ts.map +1 -0
  679. package/dist/src/features/forgottenSwitch.lua +32 -0
  680. package/dist/{features → src/features}/pause.d.ts +0 -0
  681. package/dist/src/features/pause.d.ts.map +1 -0
  682. package/dist/src/features/pause.lua +150 -0
  683. package/dist/{features → src/features}/persistentEntities.d.ts +0 -0
  684. package/dist/src/features/persistentEntities.d.ts.map +1 -0
  685. package/dist/src/features/persistentEntities.lua +165 -0
  686. package/dist/{features → src/features}/pickupIndex.d.ts +0 -0
  687. package/dist/src/features/pickupIndex.d.ts.map +1 -0
  688. package/dist/src/features/pickupIndex.lua +198 -0
  689. package/dist/{features → src/features}/playerInventory.d.ts +0 -0
  690. package/dist/src/features/playerInventory.d.ts.map +1 -0
  691. package/dist/src/features/playerInventory.lua +83 -0
  692. package/dist/{features → src/features}/ponyDetection.d.ts +0 -0
  693. package/dist/src/features/ponyDetection.d.ts.map +1 -0
  694. package/dist/src/features/ponyDetection.lua +66 -0
  695. package/dist/{features → src/features}/preventChildEntities.d.ts +0 -0
  696. package/dist/src/features/preventChildEntities.d.ts.map +1 -0
  697. package/dist/src/features/preventChildEntities.lua +35 -0
  698. package/dist/{features → src/features}/preventCollectibleRotation.d.ts +0 -0
  699. package/dist/src/features/preventCollectibleRotation.d.ts.map +1 -0
  700. package/dist/src/features/preventCollectibleRotation.lua +68 -0
  701. package/dist/{features → src/features}/registerHotkey.d.ts +0 -0
  702. package/dist/src/features/registerHotkey.d.ts.map +1 -0
  703. package/dist/src/features/registerHotkey.lua +93 -0
  704. package/dist/{features → src/features}/roomClearFrame.d.ts +0 -0
  705. package/dist/src/features/roomClearFrame.d.ts.map +1 -0
  706. package/dist/src/features/roomClearFrame.lua +38 -0
  707. package/dist/{features → src/features}/roomHistory.d.ts +0 -0
  708. package/dist/src/features/roomHistory.d.ts.map +1 -0
  709. package/dist/src/features/roomHistory.lua +102 -0
  710. package/dist/{features → src/features}/runInNFrames.d.ts +0 -0
  711. package/dist/src/features/runInNFrames.d.ts.map +1 -0
  712. package/dist/src/features/runInNFrames.lua +191 -0
  713. package/dist/{features → src/features}/runNextRoom.d.ts +0 -0
  714. package/dist/src/features/runNextRoom.d.ts.map +1 -0
  715. package/dist/src/features/runNextRoom.lua +35 -0
  716. package/dist/{features → src/features}/saveDataManager/exports.d.ts +0 -0
  717. package/dist/src/features/saveDataManager/exports.d.ts.map +1 -0
  718. package/dist/src/features/saveDataManager/exports.lua +189 -0
  719. package/dist/{features → src/features}/saveDataManager/load.d.ts +0 -0
  720. package/dist/src/features/saveDataManager/load.d.ts.map +1 -0
  721. package/dist/src/features/saveDataManager/load.lua +75 -0
  722. package/dist/{features → src/features}/saveDataManager/main.d.ts +0 -0
  723. package/dist/src/features/saveDataManager/main.d.ts.map +1 -0
  724. package/dist/src/features/saveDataManager/main.lua +135 -0
  725. package/dist/{features → src/features}/saveDataManager/maps.d.ts +0 -0
  726. package/dist/src/features/saveDataManager/maps.d.ts.map +1 -0
  727. package/dist/{features → src/features}/saveDataManager/maps.lua +0 -0
  728. package/dist/{features → src/features}/saveDataManager/merge.d.ts +0 -0
  729. package/dist/src/features/saveDataManager/merge.d.ts.map +1 -0
  730. package/dist/src/features/saveDataManager/merge.lua +154 -0
  731. package/dist/{features → src/features}/saveDataManager/save.d.ts +0 -0
  732. package/dist/src/features/saveDataManager/save.d.ts.map +1 -0
  733. package/dist/src/features/saveDataManager/save.lua +48 -0
  734. package/dist/{features → src/features}/saveDataManager/saveDataManagerConstants.d.ts +0 -0
  735. package/dist/src/features/saveDataManager/saveDataManagerConstants.d.ts.map +1 -0
  736. package/dist/{features → src/features}/saveDataManager/saveDataManagerConstants.lua +0 -0
  737. package/dist/{features → src/features}/saveDataManager/serializationBrands.d.ts +0 -0
  738. package/dist/src/features/saveDataManager/serializationBrands.d.ts.map +1 -0
  739. package/dist/src/features/saveDataManager/serializationBrands.lua +19 -0
  740. package/dist/{features → src/features}/sirenHelpers.d.ts +0 -0
  741. package/dist/src/features/sirenHelpers.d.ts.map +1 -0
  742. package/dist/src/features/sirenHelpers.lua +82 -0
  743. package/dist/{features → src/features}/stageHistory.d.ts +0 -0
  744. package/dist/src/features/stageHistory.d.ts.map +1 -0
  745. package/dist/src/features/stageHistory.lua +62 -0
  746. package/dist/{features → src/features}/taintedLazarusPlayers.d.ts +0 -0
  747. package/dist/src/features/taintedLazarusPlayers.d.ts.map +1 -0
  748. package/dist/src/features/taintedLazarusPlayers.lua +72 -0
  749. package/dist/{featuresInitialized.d.ts → src/featuresInitialized.d.ts} +0 -0
  750. package/dist/src/featuresInitialized.d.ts.map +1 -0
  751. package/dist/{featuresInitialized.lua → src/featuresInitialized.lua} +0 -0
  752. package/dist/{functions → src/functions}/ambush.d.ts +0 -0
  753. package/dist/src/functions/ambush.d.ts.map +1 -0
  754. package/dist/src/functions/ambush.lua +43 -0
  755. package/dist/{functions → src/functions}/array.d.ts +0 -0
  756. package/dist/src/functions/array.d.ts.map +1 -0
  757. package/dist/src/functions/array.lua +481 -0
  758. package/dist/src/functions/arrayLua.d.ts +53 -0
  759. package/dist/src/functions/arrayLua.d.ts.map +1 -0
  760. package/dist/src/functions/arrayLua.lua +52 -0
  761. package/dist/{functions → src/functions}/benchmark.d.ts +0 -0
  762. package/dist/src/functions/benchmark.d.ts.map +1 -0
  763. package/dist/src/functions/benchmark.lua +49 -0
  764. package/dist/{functions → src/functions}/bitSet128.d.ts +0 -0
  765. package/dist/src/functions/bitSet128.d.ts.map +1 -0
  766. package/dist/src/functions/bitSet128.lua +71 -0
  767. package/dist/{functions → src/functions}/bitwise.d.ts +0 -0
  768. package/dist/src/functions/bitwise.d.ts.map +1 -0
  769. package/dist/src/functions/bitwise.lua +77 -0
  770. package/dist/{functions → src/functions}/bombs.d.ts +0 -0
  771. package/dist/src/functions/bombs.d.ts.map +1 -0
  772. package/dist/{functions → src/functions}/bombs.lua +0 -0
  773. package/dist/{functions → src/functions}/bosses.d.ts +0 -0
  774. package/dist/src/functions/bosses.d.ts.map +1 -0
  775. package/dist/src/functions/bosses.lua +257 -0
  776. package/dist/{functions → src/functions}/cards.d.ts +0 -0
  777. package/dist/src/functions/cards.d.ts.map +1 -0
  778. package/dist/src/functions/cards.lua +214 -0
  779. package/dist/{functions → src/functions}/challenges.d.ts +0 -0
  780. package/dist/src/functions/challenges.d.ts.map +1 -0
  781. package/dist/src/functions/challenges.lua +10 -0
  782. package/dist/{functions → src/functions}/characters.d.ts +0 -0
  783. package/dist/src/functions/characters.d.ts.map +1 -0
  784. package/dist/src/functions/characters.lua +106 -0
  785. package/dist/{functions → src/functions}/charge.d.ts +0 -0
  786. package/dist/src/functions/charge.d.ts.map +1 -0
  787. package/dist/src/functions/charge.lua +219 -0
  788. package/dist/{functions → src/functions}/chargeBar.d.ts +0 -0
  789. package/dist/src/functions/chargeBar.d.ts.map +1 -0
  790. package/dist/{functions → src/functions}/chargeBar.lua +0 -0
  791. package/dist/{functions → src/functions}/collectibleCacheFlag.d.ts +0 -0
  792. package/dist/src/functions/collectibleCacheFlag.d.ts.map +1 -0
  793. package/dist/src/functions/collectibleCacheFlag.lua +90 -0
  794. package/dist/{functions → src/functions}/collectibleSet.d.ts +0 -0
  795. package/dist/src/functions/collectibleSet.d.ts.map +1 -0
  796. package/dist/src/functions/collectibleSet.lua +111 -0
  797. package/dist/{functions → src/functions}/collectibleTag.d.ts +0 -0
  798. package/dist/src/functions/collectibleTag.d.ts.map +1 -0
  799. package/dist/src/functions/collectibleTag.lua +81 -0
  800. package/dist/{functions → src/functions}/collectibles.d.ts +0 -0
  801. package/dist/src/functions/collectibles.d.ts.map +1 -0
  802. package/dist/src/functions/collectibles.lua +465 -0
  803. package/dist/{functions → src/functions}/color.d.ts +0 -0
  804. package/dist/src/functions/color.d.ts.map +1 -0
  805. package/dist/src/functions/color.lua +124 -0
  806. package/dist/{functions → src/functions}/curses.d.ts +0 -0
  807. package/dist/src/functions/curses.d.ts.map +1 -0
  808. package/dist/src/functions/curses.lua +24 -0
  809. package/dist/src/functions/debug.d.ts +63 -0
  810. package/dist/src/functions/debug.d.ts.map +1 -0
  811. package/dist/src/functions/debug.lua +112 -0
  812. package/dist/{functions → src/functions}/deepCopy.d.ts +0 -0
  813. package/dist/src/functions/deepCopy.d.ts.map +1 -0
  814. package/dist/src/functions/deepCopy.lua +555 -0
  815. package/dist/{functions → src/functions}/deepCopyTests.d.ts +0 -0
  816. package/dist/src/functions/deepCopyTests.d.ts.map +1 -0
  817. package/dist/src/functions/deepCopyTests.lua +379 -0
  818. package/dist/{functions → src/functions}/dimensions.d.ts +0 -0
  819. package/dist/src/functions/dimensions.d.ts.map +1 -0
  820. package/dist/src/functions/dimensions.lua +35 -0
  821. package/dist/{functions → src/functions}/direction.d.ts +0 -0
  822. package/dist/src/functions/direction.d.ts.map +1 -0
  823. package/dist/src/functions/direction.lua +44 -0
  824. package/dist/{functions → src/functions}/doors.d.ts +0 -0
  825. package/dist/src/functions/doors.d.ts.map +1 -0
  826. package/dist/src/functions/doors.lua +382 -0
  827. package/dist/{functions → src/functions}/easing.d.ts +0 -0
  828. package/dist/src/functions/easing.d.ts.map +1 -0
  829. package/dist/{functions → src/functions}/easing.lua +0 -0
  830. package/dist/{functions → src/functions}/eden.d.ts +0 -0
  831. package/dist/src/functions/eden.d.ts.map +1 -0
  832. package/dist/src/functions/eden.lua +44 -0
  833. package/dist/{functions → src/functions}/effects.d.ts +0 -0
  834. package/dist/src/functions/effects.d.ts.map +1 -0
  835. package/dist/src/functions/effects.lua +12 -0
  836. package/dist/{functions → src/functions}/entities.d.ts +0 -0
  837. package/dist/src/functions/entities.d.ts.map +1 -0
  838. package/dist/src/functions/entities.lua +431 -0
  839. package/dist/{functions → src/functions}/entitiesSpecific.d.ts +0 -0
  840. package/dist/src/functions/entitiesSpecific.d.ts.map +1 -0
  841. package/dist/src/functions/entitiesSpecific.lua +970 -0
  842. package/dist/{functions → src/functions}/entityTypes.d.ts +0 -0
  843. package/dist/src/functions/entityTypes.d.ts.map +1 -0
  844. package/dist/{functions → src/functions}/entityTypes.lua +0 -0
  845. package/dist/{functions → src/functions}/enums.d.ts +0 -0
  846. package/dist/src/functions/enums.d.ts.map +1 -0
  847. package/dist/src/functions/enums.lua +177 -0
  848. package/dist/{functions → src/functions}/familiars.d.ts +0 -0
  849. package/dist/src/functions/familiars.d.ts.map +1 -0
  850. package/dist/src/functions/familiars.lua +101 -0
  851. package/dist/{functions → src/functions}/flag.d.ts +0 -0
  852. package/dist/src/functions/flag.d.ts.map +1 -0
  853. package/dist/{functions → src/functions}/flag.lua +0 -0
  854. package/dist/{functions → src/functions}/flying.d.ts +0 -0
  855. package/dist/src/functions/flying.d.ts.map +1 -0
  856. package/dist/src/functions/flying.lua +80 -0
  857. package/dist/{functions → src/functions}/globals.d.ts +0 -0
  858. package/dist/src/functions/globals.d.ts.map +1 -0
  859. package/dist/src/functions/globals.lua +237 -0
  860. package/dist/{functions → src/functions}/gridEntities.d.ts +0 -0
  861. package/dist/src/functions/gridEntities.d.ts.map +1 -0
  862. package/dist/src/functions/gridEntities.lua +476 -0
  863. package/dist/{functions → src/functions}/gridEntitiesSpecific.d.ts +0 -0
  864. package/dist/src/functions/gridEntitiesSpecific.d.ts.map +1 -0
  865. package/dist/src/functions/gridEntitiesSpecific.lua +493 -0
  866. package/dist/{functions → src/functions}/hex.d.ts +0 -0
  867. package/dist/src/functions/hex.d.ts.map +1 -0
  868. package/dist/src/functions/hex.lua +54 -0
  869. package/dist/{functions → src/functions}/initArray.d.ts +0 -0
  870. package/dist/src/functions/initArray.d.ts.map +1 -0
  871. package/dist/src/functions/initArray.lua +37 -0
  872. package/dist/{functions → src/functions}/input.d.ts +0 -0
  873. package/dist/src/functions/input.d.ts.map +1 -0
  874. package/dist/src/functions/input.lua +127 -0
  875. package/dist/{functions → src/functions}/isaacAPIClass.d.ts +0 -0
  876. package/dist/src/functions/isaacAPIClass.d.ts.map +1 -0
  877. package/dist/src/functions/isaacAPIClass.lua +132 -0
  878. package/dist/{functions → src/functions}/itemPool.d.ts +0 -0
  879. package/dist/src/functions/itemPool.d.ts.map +1 -0
  880. package/dist/src/functions/itemPool.lua +131 -0
  881. package/dist/{functions → src/functions}/jsonHelpers.d.ts +0 -0
  882. package/dist/src/functions/jsonHelpers.d.ts.map +1 -0
  883. package/dist/src/functions/jsonHelpers.lua +43 -0
  884. package/dist/{functions → src/functions}/jsonRoom.d.ts +0 -0
  885. package/dist/src/functions/jsonRoom.d.ts.map +1 -0
  886. package/dist/src/functions/jsonRoom.lua +159 -0
  887. package/dist/{functions → src/functions}/kColor.d.ts +0 -0
  888. package/dist/src/functions/kColor.d.ts.map +1 -0
  889. package/dist/src/functions/kColor.lua +103 -0
  890. package/dist/{functions → src/functions}/language.d.ts +0 -0
  891. package/dist/src/functions/language.d.ts.map +1 -0
  892. package/dist/src/functions/language.lua +13 -0
  893. package/dist/{functions → src/functions}/level.d.ts +0 -0
  894. package/dist/src/functions/level.d.ts.map +1 -0
  895. package/dist/src/functions/level.lua +30 -0
  896. package/dist/{functions → src/functions}/levelGrid.d.ts +0 -0
  897. package/dist/src/functions/levelGrid.d.ts.map +1 -0
  898. package/dist/src/functions/levelGrid.lua +404 -0
  899. package/dist/{functions → src/functions}/log.d.ts +0 -0
  900. package/dist/src/functions/log.d.ts.map +1 -0
  901. package/dist/src/functions/log.lua +519 -0
  902. package/dist/{functions → src/functions}/logEntities.d.ts +0 -0
  903. package/dist/src/functions/logEntities.d.ts.map +1 -0
  904. package/dist/src/functions/logEntities.lua +242 -0
  905. package/dist/{functions → src/functions}/map.d.ts +0 -0
  906. package/dist/src/functions/map.d.ts.map +1 -0
  907. package/dist/src/functions/map.lua +55 -0
  908. package/dist/{functions → src/functions}/math.d.ts +0 -0
  909. package/dist/src/functions/math.d.ts.map +1 -0
  910. package/dist/src/functions/math.lua +118 -0
  911. package/dist/{functions → src/functions}/mergeTests.d.ts +0 -0
  912. package/dist/src/functions/mergeTests.d.ts.map +1 -0
  913. package/dist/src/functions/mergeTests.lua +261 -0
  914. package/dist/{functions → src/functions}/minimap.d.ts +0 -0
  915. package/dist/src/functions/minimap.d.ts.map +1 -0
  916. package/dist/src/functions/minimap.lua +141 -0
  917. package/dist/{functions → src/functions}/nextStage.d.ts +0 -0
  918. package/dist/src/functions/nextStage.d.ts.map +1 -0
  919. package/dist/src/functions/nextStage.lua +253 -0
  920. package/dist/{functions → src/functions}/npcs.d.ts +0 -0
  921. package/dist/src/functions/npcs.d.ts.map +1 -0
  922. package/dist/src/functions/npcs.lua +143 -0
  923. package/dist/{functions → src/functions}/pickupVariants.d.ts +0 -0
  924. package/dist/src/functions/pickupVariants.d.ts.map +1 -0
  925. package/dist/{functions → src/functions}/pickupVariants.lua +0 -0
  926. package/dist/{functions → src/functions}/pickups.d.ts +0 -0
  927. package/dist/src/functions/pickups.d.ts.map +1 -0
  928. package/dist/src/functions/pickups.lua +47 -0
  929. package/dist/{functions → src/functions}/pickupsSpecific.d.ts +0 -0
  930. package/dist/src/functions/pickupsSpecific.d.ts.map +1 -0
  931. package/dist/src/functions/pickupsSpecific.lua +560 -0
  932. package/dist/{functions → src/functions}/pills.d.ts +0 -0
  933. package/dist/src/functions/pills.d.ts.map +1 -0
  934. package/dist/src/functions/pills.lua +136 -0
  935. package/dist/{functions → src/functions}/playerCenter.d.ts +0 -0
  936. package/dist/src/functions/playerCenter.d.ts.map +1 -0
  937. package/dist/src/functions/playerCenter.lua +64 -0
  938. package/dist/{functions → src/functions}/playerDataStructures.d.ts +0 -0
  939. package/dist/src/functions/playerDataStructures.d.ts.map +1 -0
  940. package/dist/src/functions/playerDataStructures.lua +103 -0
  941. package/dist/{functions → src/functions}/playerHealth.d.ts +0 -0
  942. package/dist/src/functions/playerHealth.d.ts.map +1 -0
  943. package/dist/src/functions/playerHealth.lua +581 -0
  944. package/dist/{functions → src/functions}/playerIndex.d.ts +0 -0
  945. package/dist/src/functions/playerIndex.d.ts.map +1 -0
  946. package/dist/src/functions/playerIndex.lua +175 -0
  947. package/dist/{functions → src/functions}/playerStats.d.ts +0 -0
  948. package/dist/src/functions/playerStats.d.ts.map +1 -0
  949. package/dist/src/functions/playerStats.lua +22 -0
  950. package/dist/{functions → src/functions}/players.d.ts +0 -0
  951. package/dist/src/functions/players.d.ts.map +1 -0
  952. package/dist/src/functions/players.lua +671 -0
  953. package/dist/{functions → src/functions}/pocketItems.d.ts +0 -0
  954. package/dist/src/functions/pocketItems.d.ts.map +1 -0
  955. package/dist/src/functions/pocketItems.lua +106 -0
  956. package/dist/{functions → src/functions}/positionVelocity.d.ts +0 -0
  957. package/dist/src/functions/positionVelocity.d.ts.map +1 -0
  958. package/dist/src/functions/positionVelocity.lua +157 -0
  959. package/dist/{functions → src/functions}/pressurePlate.d.ts +0 -0
  960. package/dist/src/functions/pressurePlate.d.ts.map +1 -0
  961. package/dist/src/functions/pressurePlate.lua +29 -0
  962. package/dist/{functions → src/functions}/projectiles.d.ts +0 -0
  963. package/dist/src/functions/projectiles.d.ts.map +1 -0
  964. package/dist/src/functions/projectiles.lua +73 -0
  965. package/dist/{functions → src/functions}/random.d.ts +0 -0
  966. package/dist/src/functions/random.d.ts.map +1 -0
  967. package/dist/src/functions/random.lua +89 -0
  968. package/dist/{functions → src/functions}/reorderedCallbacks.d.ts +0 -0
  969. package/dist/src/functions/reorderedCallbacks.d.ts.map +1 -0
  970. package/dist/src/functions/reorderedCallbacks.lua +34 -0
  971. package/dist/{functions → src/functions}/revive.d.ts +0 -0
  972. package/dist/src/functions/revive.d.ts.map +1 -0
  973. package/dist/src/functions/revive.lua +118 -0
  974. package/dist/{functions → src/functions}/rng.d.ts +0 -0
  975. package/dist/src/functions/rng.d.ts.map +1 -0
  976. package/dist/src/functions/rng.lua +126 -0
  977. package/dist/{functions → src/functions}/rockAlt.d.ts +0 -0
  978. package/dist/src/functions/rockAlt.d.ts.map +1 -0
  979. package/dist/src/functions/rockAlt.lua +485 -0
  980. package/dist/{functions → src/functions}/roomData.d.ts +0 -0
  981. package/dist/src/functions/roomData.d.ts.map +1 -0
  982. package/dist/src/functions/roomData.lua +167 -0
  983. package/dist/{functions → src/functions}/roomGrid.d.ts +0 -0
  984. package/dist/src/functions/roomGrid.d.ts.map +1 -0
  985. package/dist/src/functions/roomGrid.lua +80 -0
  986. package/dist/{functions → src/functions}/roomShape.d.ts +0 -0
  987. package/dist/src/functions/roomShape.d.ts.map +1 -0
  988. package/dist/src/functions/roomShape.lua +96 -0
  989. package/dist/{functions → src/functions}/roomTransition.d.ts +0 -0
  990. package/dist/src/functions/roomTransition.d.ts.map +1 -0
  991. package/dist/src/functions/roomTransition.lua +75 -0
  992. package/dist/{functions → src/functions}/rooms.d.ts +0 -0
  993. package/dist/src/functions/rooms.d.ts.map +1 -0
  994. package/dist/src/functions/rooms.lua +436 -0
  995. package/dist/{functions → src/functions}/run.d.ts +0 -0
  996. package/dist/src/functions/run.d.ts.map +1 -0
  997. package/dist/src/functions/run.lua +79 -0
  998. package/dist/{functions → src/functions}/saveFile.d.ts +0 -0
  999. package/dist/src/functions/saveFile.d.ts.map +1 -0
  1000. package/dist/src/functions/saveFile.lua +24 -0
  1001. package/dist/{functions → src/functions}/seeds.d.ts +0 -0
  1002. package/dist/src/functions/seeds.d.ts.map +1 -0
  1003. package/dist/src/functions/seeds.lua +19 -0
  1004. package/dist/{functions → src/functions}/serialization.d.ts +0 -0
  1005. package/dist/src/functions/serialization.d.ts.map +1 -0
  1006. package/dist/src/functions/serialization.lua +100 -0
  1007. package/dist/{functions → src/functions}/set.d.ts +0 -0
  1008. package/dist/src/functions/set.d.ts.map +1 -0
  1009. package/dist/src/functions/set.lua +125 -0
  1010. package/dist/{functions → src/functions}/sound.d.ts +0 -0
  1011. package/dist/src/functions/sound.d.ts.map +1 -0
  1012. package/dist/src/functions/sound.lua +13 -0
  1013. package/dist/{functions → src/functions}/spawnCollectible.d.ts +0 -0
  1014. package/dist/src/functions/spawnCollectible.d.ts.map +1 -0
  1015. package/dist/src/functions/spawnCollectible.lua +94 -0
  1016. package/dist/{functions → src/functions}/sprites.d.ts +0 -0
  1017. package/dist/src/functions/sprites.d.ts.map +1 -0
  1018. package/dist/src/functions/sprites.lua +89 -0
  1019. package/dist/{functions → src/functions}/stage.d.ts +0 -0
  1020. package/dist/src/functions/stage.d.ts.map +1 -0
  1021. package/dist/src/functions/stage.lua +165 -0
  1022. package/dist/{functions → src/functions}/stats.d.ts +0 -0
  1023. package/dist/src/functions/stats.d.ts.map +1 -0
  1024. package/dist/src/functions/stats.lua +89 -0
  1025. package/dist/{functions → src/functions}/string.d.ts +0 -0
  1026. package/dist/src/functions/string.d.ts.map +1 -0
  1027. package/dist/{functions → src/functions}/string.lua +0 -0
  1028. package/dist/{functions → src/functions}/table.d.ts +0 -0
  1029. package/dist/src/functions/table.d.ts.map +1 -0
  1030. package/dist/src/functions/table.lua +151 -0
  1031. package/dist/{functions → src/functions}/tears.d.ts +0 -0
  1032. package/dist/src/functions/tears.d.ts.map +1 -0
  1033. package/dist/{functions → src/functions}/tears.lua +0 -0
  1034. package/dist/{functions → src/functions}/transformations.d.ts +0 -0
  1035. package/dist/src/functions/transformations.d.ts.map +1 -0
  1036. package/dist/src/functions/transformations.lua +112 -0
  1037. package/dist/{functions → src/functions}/trinketCacheFlag.d.ts +0 -0
  1038. package/dist/src/functions/trinketCacheFlag.d.ts.map +1 -0
  1039. package/dist/src/functions/trinketCacheFlag.lua +69 -0
  1040. package/dist/{functions → src/functions}/trinketGive.d.ts +0 -0
  1041. package/dist/src/functions/trinketGive.d.ts.map +1 -0
  1042. package/dist/src/functions/trinketGive.lua +130 -0
  1043. package/dist/{functions → src/functions}/trinketSet.d.ts +0 -0
  1044. package/dist/src/functions/trinketSet.d.ts.map +1 -0
  1045. package/dist/src/functions/trinketSet.lua +110 -0
  1046. package/dist/{functions → src/functions}/trinkets.d.ts +0 -0
  1047. package/dist/src/functions/trinkets.d.ts.map +1 -0
  1048. package/dist/src/functions/trinkets.lua +172 -0
  1049. package/dist/{functions → src/functions}/tstlClass.d.ts +0 -0
  1050. package/dist/src/functions/tstlClass.d.ts.map +1 -0
  1051. package/dist/src/functions/tstlClass.lua +112 -0
  1052. package/dist/{functions → src/functions}/types.d.ts +0 -0
  1053. package/dist/src/functions/types.d.ts.map +1 -0
  1054. package/dist/{functions → src/functions}/types.lua +0 -0
  1055. package/dist/{functions → src/functions}/ui.d.ts +0 -0
  1056. package/dist/src/functions/ui.d.ts.map +1 -0
  1057. package/dist/src/functions/ui.lua +119 -0
  1058. package/dist/src/functions/utils.d.ts +94 -0
  1059. package/dist/src/functions/utils.d.ts.map +1 -0
  1060. package/dist/src/functions/utils.lua +149 -0
  1061. package/dist/{functions → src/functions}/vector.d.ts +0 -0
  1062. package/dist/src/functions/vector.d.ts.map +1 -0
  1063. package/dist/src/functions/vector.lua +111 -0
  1064. package/dist/src/index.d.ts +179 -0
  1065. package/dist/src/index.d.ts.map +1 -0
  1066. package/dist/src/index.lua +1266 -0
  1067. package/dist/{initCustomCallbacks.d.ts → src/initCustomCallbacks.d.ts} +0 -0
  1068. package/dist/src/initCustomCallbacks.d.ts.map +1 -0
  1069. package/dist/src/initCustomCallbacks.lua +217 -0
  1070. package/dist/{initFeatures.d.ts → src/initFeatures.d.ts} +0 -0
  1071. package/dist/src/initFeatures.d.ts.map +1 -0
  1072. package/dist/src/initFeatures.lua +98 -0
  1073. package/dist/{interfaces → src/interfaces}/ChargeBarSprites.d.ts +0 -0
  1074. package/dist/src/interfaces/ChargeBarSprites.d.ts.map +1 -0
  1075. package/dist/{interfaces → src/interfaces}/ChargeBarSprites.lua +0 -0
  1076. package/dist/{interfaces → src/interfaces}/Corner.d.ts +0 -0
  1077. package/dist/src/interfaces/Corner.d.ts.map +1 -0
  1078. package/dist/{interfaces → src/interfaces}/Corner.lua +0 -0
  1079. package/dist/{interfaces → src/interfaces}/CustomStageTSConfig.d.ts +0 -0
  1080. package/dist/src/interfaces/CustomStageTSConfig.d.ts.map +1 -0
  1081. package/dist/{interfaces → src/interfaces}/CustomStageTSConfig.lua +0 -0
  1082. package/dist/{interfaces → src/interfaces}/GridEntityCustomData.d.ts +0 -0
  1083. package/dist/src/interfaces/GridEntityCustomData.d.ts.map +1 -0
  1084. package/dist/{interfaces → src/interfaces}/GridEntityCustomData.lua +0 -0
  1085. package/dist/{interfaces → src/interfaces}/JSONRoomsFile.d.ts +0 -0
  1086. package/dist/src/interfaces/JSONRoomsFile.d.ts.map +1 -0
  1087. package/dist/{interfaces → src/interfaces}/JSONRoomsFile.lua +0 -0
  1088. package/dist/{interfaces → src/interfaces}/PlayerHealth.d.ts +0 -0
  1089. package/dist/src/interfaces/PlayerHealth.d.ts.map +1 -0
  1090. package/dist/{interfaces → src/interfaces}/PlayerHealth.lua +0 -0
  1091. package/dist/{interfaces → src/interfaces}/PocketItemDescription.d.ts +0 -0
  1092. package/dist/src/interfaces/PocketItemDescription.d.ts.map +1 -0
  1093. package/dist/{interfaces → src/interfaces}/PocketItemDescription.lua +0 -0
  1094. package/dist/{interfaces → src/interfaces}/RoomDescription.d.ts +0 -0
  1095. package/dist/src/interfaces/RoomDescription.d.ts.map +1 -0
  1096. package/dist/{interfaces → src/interfaces}/RoomDescription.lua +0 -0
  1097. package/dist/{interfaces → src/interfaces}/SaveData.d.ts +0 -0
  1098. package/dist/src/interfaces/SaveData.d.ts.map +1 -0
  1099. package/dist/{interfaces → src/interfaces}/SaveData.lua +0 -0
  1100. package/dist/{interfaces → src/interfaces}/StatTypeType.d.ts +0 -0
  1101. package/dist/src/interfaces/StatTypeType.d.ts.map +1 -0
  1102. package/dist/src/interfaces/StatTypeType.lua +4 -0
  1103. package/dist/{interfaces → src/interfaces}/TrinketSituation.d.ts +0 -0
  1104. package/dist/src/interfaces/TrinketSituation.d.ts.map +1 -0
  1105. package/dist/{interfaces → src/interfaces}/TrinketSituation.lua +0 -0
  1106. package/dist/{interfaces → src/interfaces}/private/AddCallbackParameterCustom.d.ts +0 -0
  1107. package/dist/src/interfaces/private/AddCallbackParameterCustom.d.ts.map +1 -0
  1108. package/dist/src/interfaces/private/AddCallbackParameterCustom.lua +4 -0
  1109. package/dist/{interfaces → src/interfaces}/private/CustomStage.d.ts +0 -0
  1110. package/dist/src/interfaces/private/CustomStage.d.ts.map +1 -0
  1111. package/dist/{interfaces → src/interfaces}/private/CustomStage.lua +0 -0
  1112. package/dist/{interfaces → src/interfaces}/private/CustomTrapdoorDescription.d.ts +0 -0
  1113. package/dist/src/interfaces/private/CustomTrapdoorDescription.d.ts.map +1 -0
  1114. package/dist/{interfaces → src/interfaces}/private/CustomTrapdoorDescription.lua +0 -0
  1115. package/dist/{interfaces → src/interfaces}/private/CustomTrapdoorDestination.d.ts +0 -0
  1116. package/dist/src/interfaces/private/CustomTrapdoorDestination.d.ts.map +1 -0
  1117. package/dist/{interfaces → src/interfaces}/private/CustomTrapdoorDestination.lua +0 -0
  1118. package/dist/{interfaces → src/interfaces}/private/TSTLClassMetatable.d.ts +0 -0
  1119. package/dist/src/interfaces/private/TSTLClassMetatable.d.ts.map +1 -0
  1120. package/dist/{interfaces → src/interfaces}/private/TSTLClassMetatable.lua +0 -0
  1121. package/dist/{lib → src/lib}/jsonLua.lua +0 -0
  1122. package/dist/{maps → src/maps}/PHDPillConversions.d.ts +0 -0
  1123. package/dist/src/maps/PHDPillConversions.d.ts.map +1 -0
  1124. package/dist/{maps → src/maps}/PHDPillConversions.lua +0 -0
  1125. package/dist/{maps → src/maps}/cardNameToTypeMap.d.ts +0 -0
  1126. package/dist/src/maps/cardNameToTypeMap.d.ts.map +1 -0
  1127. package/dist/{maps → src/maps}/cardNameToTypeMap.lua +0 -0
  1128. package/dist/{maps → src/maps}/characterNameToTypeMap.d.ts +0 -0
  1129. package/dist/src/maps/characterNameToTypeMap.d.ts.map +1 -0
  1130. package/dist/{maps → src/maps}/characterNameToTypeMap.lua +0 -0
  1131. package/dist/{maps → src/maps}/collectibleDescriptionMap.d.ts +0 -0
  1132. package/dist/src/maps/collectibleDescriptionMap.d.ts.map +1 -0
  1133. package/dist/{maps → src/maps}/collectibleDescriptionMap.lua +0 -0
  1134. package/dist/{maps → src/maps}/collectibleNameToTypeMap.d.ts +0 -0
  1135. package/dist/src/maps/collectibleNameToTypeMap.d.ts.map +1 -0
  1136. package/dist/src/maps/collectibleNameToTypeMap.lua +21 -0
  1137. package/dist/{maps → src/maps}/collectibleTypeToNameMap.d.ts +0 -0
  1138. package/dist/src/maps/collectibleTypeToNameMap.d.ts.map +1 -0
  1139. package/dist/{maps → src/maps}/collectibleTypeToNameMap.lua +0 -0
  1140. package/dist/{maps → src/maps}/defaultPlayerStatMap.d.ts +0 -0
  1141. package/dist/src/maps/defaultPlayerStatMap.d.ts.map +1 -0
  1142. package/dist/src/maps/defaultPlayerStatMap.lua +25 -0
  1143. package/dist/{maps → src/maps}/falsePHDPillConversions.d.ts +0 -0
  1144. package/dist/src/maps/falsePHDPillConversions.d.ts.map +1 -0
  1145. package/dist/{maps → src/maps}/falsePHDPillConversions.lua +0 -0
  1146. package/dist/{maps → src/maps}/gridEntityTypeToBrokenStateMap.d.ts +0 -0
  1147. package/dist/src/maps/gridEntityTypeToBrokenStateMap.d.ts.map +1 -0
  1148. package/dist/{maps → src/maps}/gridEntityTypeToBrokenStateMap.lua +0 -0
  1149. package/dist/{maps → src/maps}/gridEntityXMLMap.d.ts +0 -0
  1150. package/dist/src/maps/gridEntityXMLMap.d.ts.map +1 -0
  1151. package/dist/{maps → src/maps}/gridEntityXMLMap.lua +0 -0
  1152. package/dist/{maps → src/maps}/keyboardToString.d.ts +0 -0
  1153. package/dist/src/maps/keyboardToString.d.ts.map +1 -0
  1154. package/dist/{maps → src/maps}/keyboardToString.lua +0 -0
  1155. package/dist/{maps → src/maps}/pillNameToEffectMap.d.ts +0 -0
  1156. package/dist/src/maps/pillNameToEffectMap.d.ts.map +1 -0
  1157. package/dist/{maps → src/maps}/pillNameToEffectMap.lua +0 -0
  1158. package/dist/{maps → src/maps}/roomNameToTypeMap.d.ts +0 -0
  1159. package/dist/src/maps/roomNameToTypeMap.d.ts.map +1 -0
  1160. package/dist/{maps → src/maps}/roomNameToTypeMap.lua +0 -0
  1161. package/dist/{maps → src/maps}/roomShapeToTopLeftWallGridIndexMap.d.ts +0 -0
  1162. package/dist/src/maps/roomShapeToTopLeftWallGridIndexMap.d.ts.map +1 -0
  1163. package/dist/{maps → src/maps}/roomShapeToTopLeftWallGridIndexMap.lua +0 -0
  1164. package/dist/{maps → src/maps}/trinketDescriptionMap.d.ts +0 -0
  1165. package/dist/src/maps/trinketDescriptionMap.d.ts.map +1 -0
  1166. package/dist/{maps → src/maps}/trinketDescriptionMap.lua +0 -0
  1167. package/dist/{maps → src/maps}/trinketNameToTypeMap.d.ts +0 -0
  1168. package/dist/src/maps/trinketNameToTypeMap.d.ts.map +1 -0
  1169. package/dist/src/maps/trinketNameToTypeMap.lua +21 -0
  1170. package/dist/{maps → src/maps}/trinketTypeToNameMap.d.ts +0 -0
  1171. package/dist/src/maps/trinketTypeToNameMap.d.ts.map +1 -0
  1172. package/dist/{maps → src/maps}/trinketTypeToNameMap.lua +0 -0
  1173. package/dist/{objects → src/objects}/LRoomShapeToRectangles.d.ts +0 -0
  1174. package/dist/src/objects/LRoomShapeToRectangles.d.ts.map +1 -0
  1175. package/dist/src/objects/LRoomShapeToRectangles.lua +35 -0
  1176. package/dist/{objects → src/objects}/backdropTypeToRockAltType.d.ts +0 -0
  1177. package/dist/src/objects/backdropTypeToRockAltType.d.ts.map +1 -0
  1178. package/dist/src/objects/backdropTypeToRockAltType.lua +69 -0
  1179. package/dist/{objects → src/objects}/bossNamePNGFileNames.d.ts +0 -0
  1180. package/dist/src/objects/bossNamePNGFileNames.d.ts.map +1 -0
  1181. package/dist/{objects → src/objects}/bossNamePNGFileNames.lua +0 -0
  1182. package/dist/{objects → src/objects}/bossPortraitPNGFileNames.d.ts +0 -0
  1183. package/dist/src/objects/bossPortraitPNGFileNames.d.ts.map +1 -0
  1184. package/dist/{objects → src/objects}/bossPortraitPNGFileNames.lua +0 -0
  1185. package/dist/{objects → src/objects}/callbackRegisterFunctions.d.ts +0 -0
  1186. package/dist/src/objects/callbackRegisterFunctions.d.ts.map +1 -0
  1187. package/dist/src/objects/callbackRegisterFunctions.lua +285 -0
  1188. package/dist/{objects → src/objects}/cardDescriptions.d.ts +0 -0
  1189. package/dist/src/objects/cardDescriptions.d.ts.map +1 -0
  1190. package/dist/{objects → src/objects}/cardDescriptions.lua +0 -0
  1191. package/dist/{objects → src/objects}/cardNames.d.ts +0 -0
  1192. package/dist/src/objects/cardNames.d.ts.map +1 -0
  1193. package/dist/{objects → src/objects}/cardNames.lua +0 -0
  1194. package/dist/{objects → src/objects}/cardTypeToItemConfigCardType.d.ts +0 -0
  1195. package/dist/src/objects/cardTypeToItemConfigCardType.d.ts.map +1 -0
  1196. package/dist/{objects → src/objects}/cardTypeToItemConfigCardType.lua +0 -0
  1197. package/dist/{objects → src/objects}/challengeNames.d.ts +0 -0
  1198. package/dist/src/objects/challengeNames.d.ts.map +1 -0
  1199. package/dist/{objects → src/objects}/challengeNames.lua +0 -0
  1200. package/dist/{objects → src/objects}/characterDamageMultipliers.d.ts +0 -0
  1201. package/dist/src/objects/characterDamageMultipliers.d.ts.map +1 -0
  1202. package/dist/{objects → src/objects}/characterDamageMultipliers.lua +0 -0
  1203. package/dist/{objects → src/objects}/characterNames.d.ts +0 -0
  1204. package/dist/src/objects/characterNames.d.ts.map +1 -0
  1205. package/dist/{objects → src/objects}/characterNames.lua +0 -0
  1206. package/dist/{objects → src/objects}/coinSubTypeToValue.d.ts +0 -0
  1207. package/dist/src/objects/coinSubTypeToValue.d.ts.map +1 -0
  1208. package/dist/{objects → src/objects}/coinSubTypeToValue.lua +0 -0
  1209. package/dist/{objects → src/objects}/colors.d.ts +0 -0
  1210. package/dist/src/objects/colors.d.ts.map +1 -0
  1211. package/dist/{objects → src/objects}/colors.lua +0 -0
  1212. package/dist/{objects → src/objects}/directionNames.d.ts +0 -0
  1213. package/dist/src/objects/directionNames.d.ts.map +1 -0
  1214. package/dist/{objects → src/objects}/directionNames.lua +0 -0
  1215. package/dist/{objects → src/objects}/directionToDegrees.d.ts +0 -0
  1216. package/dist/src/objects/directionToDegrees.d.ts.map +1 -0
  1217. package/dist/{objects → src/objects}/directionToDegrees.lua +0 -0
  1218. package/dist/{objects → src/objects}/directionToVector.d.ts +0 -0
  1219. package/dist/src/objects/directionToVector.d.ts.map +1 -0
  1220. package/dist/src/objects/directionToVector.lua +13 -0
  1221. package/dist/{objects → src/objects}/doorSlotFlagToDoorSlot.d.ts +0 -0
  1222. package/dist/src/objects/doorSlotFlagToDoorSlot.d.ts.map +1 -0
  1223. package/dist/{objects → src/objects}/doorSlotFlagToDoorSlot.lua +0 -0
  1224. package/dist/{objects → src/objects}/doorSlotToDirection.d.ts +0 -0
  1225. package/dist/src/objects/doorSlotToDirection.d.ts.map +1 -0
  1226. package/dist/{objects → src/objects}/doorSlotToDirection.lua +0 -0
  1227. package/dist/{objects → src/objects}/doorSlotToDoorSlotFlag.d.ts +0 -0
  1228. package/dist/src/objects/doorSlotToDoorSlotFlag.d.ts.map +1 -0
  1229. package/dist/{objects → src/objects}/doorSlotToDoorSlotFlag.lua +0 -0
  1230. package/dist/{objects → src/objects}/isaacAPIClassTypeToBrand.d.ts +0 -0
  1231. package/dist/src/objects/isaacAPIClassTypeToBrand.d.ts.map +1 -0
  1232. package/dist/src/objects/isaacAPIClassTypeToBrand.lua +13 -0
  1233. package/dist/{objects → src/objects}/isaacAPIClassTypeToFunctions.d.ts +0 -0
  1234. package/dist/src/objects/isaacAPIClassTypeToFunctions.d.ts.map +1 -0
  1235. package/dist/src/objects/isaacAPIClassTypeToFunctions.lua +36 -0
  1236. package/dist/{objects → src/objects}/kColors.d.ts +0 -0
  1237. package/dist/src/objects/kColors.d.ts.map +1 -0
  1238. package/dist/{objects → src/objects}/kColors.lua +0 -0
  1239. package/dist/{objects → src/objects}/languageNames.d.ts +0 -0
  1240. package/dist/src/objects/languageNames.d.ts.map +1 -0
  1241. package/dist/{objects → src/objects}/languageNames.lua +0 -0
  1242. package/dist/{objects → src/objects}/oppositeDoorSlots.d.ts +0 -0
  1243. package/dist/src/objects/oppositeDoorSlots.d.ts.map +1 -0
  1244. package/dist/{objects → src/objects}/oppositeDoorSlots.lua +0 -0
  1245. package/dist/{objects → src/objects}/pillEffectClasses.d.ts +0 -0
  1246. package/dist/src/objects/pillEffectClasses.d.ts.map +1 -0
  1247. package/dist/{objects → src/objects}/pillEffectClasses.lua +0 -0
  1248. package/dist/{objects → src/objects}/pillEffectNames.d.ts +0 -0
  1249. package/dist/src/objects/pillEffectNames.d.ts.map +1 -0
  1250. package/dist/{objects → src/objects}/pillEffectNames.lua +0 -0
  1251. package/dist/{objects → src/objects}/pillEffectTypes.d.ts +0 -0
  1252. package/dist/src/objects/pillEffectTypes.d.ts.map +1 -0
  1253. package/dist/{objects → src/objects}/pillEffectTypes.lua +0 -0
  1254. package/dist/{objects → src/objects}/playerNamePNGFileNames.d.ts +0 -0
  1255. package/dist/src/objects/playerNamePNGFileNames.d.ts.map +1 -0
  1256. package/dist/{objects → src/objects}/playerNamePNGFileNames.lua +0 -0
  1257. package/dist/{objects → src/objects}/playerPortraitPNGFileNames.d.ts +0 -0
  1258. package/dist/src/objects/playerPortraitPNGFileNames.d.ts.map +1 -0
  1259. package/dist/{objects → src/objects}/playerPortraitPNGFileNames.lua +0 -0
  1260. package/dist/{objects → src/objects}/roomShapeBounds.d.ts +0 -0
  1261. package/dist/src/objects/roomShapeBounds.d.ts.map +1 -0
  1262. package/dist/src/objects/roomShapeBounds.lua +26 -0
  1263. package/dist/{objects → src/objects}/roomShapeCorners.d.ts +0 -0
  1264. package/dist/src/objects/roomShapeCorners.d.ts.map +1 -0
  1265. package/dist/src/objects/roomShapeCorners.lua +259 -0
  1266. package/dist/{objects → src/objects}/roomShapeLayoutSizes.d.ts +0 -0
  1267. package/dist/src/objects/roomShapeLayoutSizes.d.ts.map +1 -0
  1268. package/dist/src/objects/roomShapeLayoutSizes.lua +29 -0
  1269. package/dist/{objects → src/objects}/roomShapeToBottomRightPosition.d.ts +0 -0
  1270. package/dist/src/objects/roomShapeToBottomRightPosition.d.ts.map +1 -0
  1271. package/dist/{objects → src/objects}/roomShapeToBottomRightPosition.lua +0 -0
  1272. package/dist/{objects → src/objects}/roomShapeToDoorSlotCoordinates.d.ts +0 -0
  1273. package/dist/src/objects/roomShapeToDoorSlotCoordinates.d.ts.map +1 -0
  1274. package/dist/{objects → src/objects}/roomShapeToDoorSlotCoordinates.lua +0 -0
  1275. package/dist/{objects → src/objects}/roomShapeToDoorSlots.d.ts +0 -0
  1276. package/dist/src/objects/roomShapeToDoorSlots.d.ts.map +1 -0
  1277. package/dist/{objects → src/objects}/roomShapeToDoorSlots.lua +0 -0
  1278. package/dist/{objects → src/objects}/roomShapeToDoorSlotsToGridIndexDelta.d.ts +0 -0
  1279. package/dist/src/objects/roomShapeToDoorSlotsToGridIndexDelta.d.ts.map +1 -0
  1280. package/dist/src/objects/roomShapeToDoorSlotsToGridIndexDelta.lua +89 -0
  1281. package/dist/{objects → src/objects}/roomShapeToGridWidth.d.ts +0 -0
  1282. package/dist/src/objects/roomShapeToGridWidth.d.ts.map +1 -0
  1283. package/dist/{objects → src/objects}/roomShapeToGridWidth.lua +0 -0
  1284. package/dist/{objects → src/objects}/roomShapeToTopLeftPosition.d.ts +0 -0
  1285. package/dist/src/objects/roomShapeToTopLeftPosition.d.ts.map +1 -0
  1286. package/dist/src/objects/roomShapeToTopLeftPosition.lua +24 -0
  1287. package/dist/{objects → src/objects}/roomShapeVolumes.d.ts +0 -0
  1288. package/dist/src/objects/roomShapeVolumes.d.ts.map +1 -0
  1289. package/dist/{objects → src/objects}/roomShapeVolumes.lua +0 -0
  1290. package/dist/{objects → src/objects}/roomTypeGotoPrefixes.d.ts +0 -0
  1291. package/dist/src/objects/roomTypeGotoPrefixes.d.ts.map +1 -0
  1292. package/dist/{objects → src/objects}/roomTypeGotoPrefixes.lua +0 -0
  1293. package/dist/{objects → src/objects}/roomTypeNames.d.ts +0 -0
  1294. package/dist/src/objects/roomTypeNames.d.ts.map +1 -0
  1295. package/dist/{objects → src/objects}/roomTypeNames.lua +0 -0
  1296. package/dist/{objects → src/objects}/stageTypeSuffixes.d.ts +0 -0
  1297. package/dist/src/objects/stageTypeSuffixes.d.ts.map +1 -0
  1298. package/dist/{objects → src/objects}/stageTypeSuffixes.lua +0 -0
  1299. package/dist/{objects → src/objects}/stageTypeToLetter.d.ts +0 -0
  1300. package/dist/src/objects/stageTypeToLetter.d.ts.map +1 -0
  1301. package/dist/{objects → src/objects}/stageTypeToLetter.lua +0 -0
  1302. package/dist/{objects → src/objects}/transformationNames.d.ts +0 -0
  1303. package/dist/src/objects/transformationNames.d.ts.map +1 -0
  1304. package/dist/{objects → src/objects}/transformationNames.lua +0 -0
  1305. package/dist/{objects → src/objects}/versusScreenBackgroundColors.d.ts +0 -0
  1306. package/dist/src/objects/versusScreenBackgroundColors.d.ts.map +1 -0
  1307. package/dist/{objects → src/objects}/versusScreenBackgroundColors.lua +0 -0
  1308. package/dist/{objects → src/objects}/versusScreenDirtSpotColors.d.ts +0 -0
  1309. package/dist/src/objects/versusScreenDirtSpotColors.d.ts.map +1 -0
  1310. package/dist/{objects → src/objects}/versusScreenDirtSpotColors.lua +0 -0
  1311. package/dist/{patchErrorFunctions.d.ts → src/patchErrorFunctions.d.ts} +0 -0
  1312. package/dist/src/patchErrorFunctions.d.ts.map +1 -0
  1313. package/dist/src/patchErrorFunctions.lua +56 -0
  1314. package/dist/{sets → src/sets}/LRoomShapesSet.d.ts +0 -0
  1315. package/dist/src/sets/LRoomShapesSet.d.ts.map +1 -0
  1316. package/dist/{sets → src/sets}/LRoomShapesSet.lua +0 -0
  1317. package/dist/{sets → src/sets}/bossSets.d.ts +0 -0
  1318. package/dist/src/sets/bossSets.d.ts.map +1 -0
  1319. package/dist/src/sets/bossSets.lua +577 -0
  1320. package/dist/{sets → src/sets}/charactersThatStartWithAnActiveItemSet.d.ts +0 -0
  1321. package/dist/src/sets/charactersThatStartWithAnActiveItemSet.d.ts.map +1 -0
  1322. package/dist/{sets → src/sets}/charactersThatStartWithAnActiveItemSet.lua +0 -0
  1323. package/dist/{sets → src/sets}/charactersWithBlackHeartFromEternalHeartSet.d.ts +0 -0
  1324. package/dist/src/sets/charactersWithBlackHeartFromEternalHeartSet.d.ts.map +1 -0
  1325. package/dist/{sets → src/sets}/charactersWithBlackHeartFromEternalHeartSet.lua +0 -0
  1326. package/dist/{sets → src/sets}/charactersWithFreeDevilDealsSet.d.ts +0 -0
  1327. package/dist/src/sets/charactersWithFreeDevilDealsSet.d.ts.map +1 -0
  1328. package/dist/{sets → src/sets}/charactersWithFreeDevilDealsSet.lua +0 -0
  1329. package/dist/{sets → src/sets}/charactersWithNoRedHeartsSet.d.ts +0 -0
  1330. package/dist/src/sets/charactersWithNoRedHeartsSet.d.ts.map +1 -0
  1331. package/dist/{sets → src/sets}/charactersWithNoRedHeartsSet.lua +0 -0
  1332. package/dist/{sets → src/sets}/charactersWithNoSoulHeartsSet.d.ts +0 -0
  1333. package/dist/src/sets/charactersWithNoSoulHeartsSet.d.ts.map +1 -0
  1334. package/dist/{sets → src/sets}/charactersWithNoSoulHeartsSet.lua +0 -0
  1335. package/dist/{sets → src/sets}/chestPickupVariantsSet.d.ts +0 -0
  1336. package/dist/src/sets/chestPickupVariantsSet.d.ts.map +1 -0
  1337. package/dist/{sets → src/sets}/chestPickupVariantsSet.lua +0 -0
  1338. package/dist/{sets → src/sets}/consoleCommandsSet.d.ts +0 -0
  1339. package/dist/src/sets/consoleCommandsSet.d.ts.map +1 -0
  1340. package/dist/{sets → src/sets}/consoleCommandsSet.lua +0 -0
  1341. package/dist/{sets → src/sets}/familiarsThatShootPlayerTearsSet.d.ts +0 -0
  1342. package/dist/src/sets/familiarsThatShootPlayerTearsSet.d.ts.map +1 -0
  1343. package/dist/{sets → src/sets}/familiarsThatShootPlayerTearsSet.lua +0 -0
  1344. package/dist/{sets → src/sets}/lostStyleCharactersSet.d.ts +0 -0
  1345. package/dist/src/sets/lostStyleCharactersSet.d.ts.map +1 -0
  1346. package/dist/{sets → src/sets}/lostStyleCharactersSet.lua +0 -0
  1347. package/dist/{sets → src/sets}/mineShaftRoomSubTypesSet.d.ts +0 -0
  1348. package/dist/src/sets/mineShaftRoomSubTypesSet.d.ts.map +1 -0
  1349. package/dist/{sets → src/sets}/mineShaftRoomSubTypesSet.lua +0 -0
  1350. package/dist/{sets → src/sets}/narrowRoomShapesSet.d.ts +0 -0
  1351. package/dist/src/sets/narrowRoomShapesSet.d.ts.map +1 -0
  1352. package/dist/{sets → src/sets}/narrowRoomShapesSet.lua +0 -0
  1353. package/dist/{sets → src/sets}/redHeartSubTypesSet.d.ts +0 -0
  1354. package/dist/src/sets/redHeartSubTypesSet.d.ts.map +1 -0
  1355. package/dist/{sets → src/sets}/redHeartSubTypesSet.lua +0 -0
  1356. package/dist/{sets → src/sets}/sinEntityTypesSet.d.ts +0 -0
  1357. package/dist/src/sets/sinEntityTypesSet.d.ts.map +1 -0
  1358. package/dist/{sets → src/sets}/sinEntityTypesSet.lua +0 -0
  1359. package/dist/{sets → src/sets}/singleUseActiveCollectibleTypesSet.d.ts +0 -0
  1360. package/dist/src/sets/singleUseActiveCollectibleTypesSet.d.ts.map +1 -0
  1361. package/dist/{sets → src/sets}/singleUseActiveCollectibleTypesSet.lua +0 -0
  1362. package/dist/{sets → src/sets}/storyBossesSet.d.ts +0 -0
  1363. package/dist/src/sets/storyBossesSet.d.ts.map +1 -0
  1364. package/dist/{sets → src/sets}/storyBossesSet.lua +0 -0
  1365. package/dist/{shaderCrashFix.d.ts → src/shaderCrashFix.d.ts} +0 -0
  1366. package/dist/src/shaderCrashFix.d.ts.map +1 -0
  1367. package/dist/{shaderCrashFix.lua → src/shaderCrashFix.lua} +0 -0
  1368. package/dist/{types → src/types}/AnyEntity.d.ts +0 -0
  1369. package/dist/src/types/AnyEntity.d.ts.map +1 -0
  1370. package/dist/{types → src/types}/AnyEntity.lua +0 -0
  1371. package/dist/{types → src/types}/AnyGridEntity.d.ts +0 -0
  1372. package/dist/src/types/AnyGridEntity.d.ts.map +1 -0
  1373. package/dist/{types → src/types}/AnyGridEntity.lua +0 -0
  1374. package/dist/{types → src/types}/CollectibleIndex.d.ts +0 -0
  1375. package/dist/src/types/CollectibleIndex.d.ts.map +1 -0
  1376. package/dist/{types → src/types}/CollectibleIndex.lua +0 -0
  1377. package/dist/{types → src/types}/Immutable.d.ts +0 -0
  1378. package/dist/src/types/Immutable.d.ts.map +1 -0
  1379. package/dist/{types → src/types}/Immutable.lua +0 -0
  1380. package/dist/{types → src/types}/PickingUpItem.d.ts +0 -0
  1381. package/dist/src/types/PickingUpItem.d.ts.map +1 -0
  1382. package/dist/{types → src/types}/PickingUpItem.lua +0 -0
  1383. package/dist/{types → src/types}/PickupIndex.d.ts +0 -0
  1384. package/dist/src/types/PickupIndex.d.ts.map +1 -0
  1385. package/dist/{types → src/types}/PickupIndex.lua +0 -0
  1386. package/dist/{types → src/types}/PlayerIndex.d.ts +0 -0
  1387. package/dist/src/types/PlayerIndex.d.ts.map +1 -0
  1388. package/dist/{types → src/types}/PlayerIndex.lua +0 -0
  1389. package/dist/{types → src/types}/PossibleStatType.d.ts +0 -0
  1390. package/dist/src/types/PossibleStatType.d.ts.map +1 -0
  1391. package/dist/{types → src/types}/PossibleStatType.lua +0 -0
  1392. package/dist/{types → src/types}/SerializedIsaacAPIClass.d.ts +0 -0
  1393. package/dist/src/types/SerializedIsaacAPIClass.d.ts.map +1 -0
  1394. package/dist/{types → src/types}/SerializedIsaacAPIClass.lua +0 -0
  1395. package/dist/{types → src/types}/TSTLClass.d.ts +0 -0
  1396. package/dist/src/types/TSTLClass.d.ts.map +1 -0
  1397. package/dist/{types → src/types}/TSTLClass.lua +0 -0
  1398. package/package.json +4 -4
  1399. package/src/functions/arrayLua.ts +82 -0
  1400. package/src/functions/debug.ts +19 -5
  1401. package/src/functions/utils.ts +14 -5
  1402. package/src/index.ts +1 -0
  1403. package/dist/callbacks/customRevive.d.ts.map +0 -1
  1404. package/dist/callbacks/customRevive.lua +0 -149
  1405. package/dist/callbacks/itemPickup.d.ts.map +0 -1
  1406. package/dist/callbacks/itemPickup.lua +0 -66
  1407. package/dist/callbacks/postAmbush.d.ts.map +0 -1
  1408. package/dist/callbacks/postAmbush.lua +0 -54
  1409. package/dist/callbacks/postBombExploded.d.ts.map +0 -1
  1410. package/dist/callbacks/postBombExploded.lua +0 -24
  1411. package/dist/callbacks/postBombInitLate.d.ts.map +0 -1
  1412. package/dist/callbacks/postBombInitLate.lua +0 -31
  1413. package/dist/callbacks/postBoneSwing.d.ts.map +0 -1
  1414. package/dist/callbacks/postBoneSwing.lua +0 -48
  1415. package/dist/callbacks/postCollectibleEmpty.d.ts.map +0 -1
  1416. package/dist/callbacks/postCollectibleEmpty.lua +0 -38
  1417. package/dist/callbacks/postCollectibleInitFirst.d.ts.map +0 -1
  1418. package/dist/callbacks/postCollectibleInitFirst.lua +0 -33
  1419. package/dist/callbacks/postCursedTeleport.d.ts.map +0 -1
  1420. package/dist/callbacks/postCursedTeleport.lua +0 -120
  1421. package/dist/callbacks/postCustomDoorEnter.d.ts.map +0 -1
  1422. package/dist/callbacks/postCustomDoorEnter.lua +0 -199
  1423. package/dist/callbacks/postDiceRoomActivated.d.ts.map +0 -1
  1424. package/dist/callbacks/postDiceRoomActivated.lua +0 -39
  1425. package/dist/callbacks/postDoorRender.d.ts.map +0 -1
  1426. package/dist/callbacks/postDoorRender.lua +0 -24
  1427. package/dist/callbacks/postDoorUpdate.d.ts.map +0 -1
  1428. package/dist/callbacks/postDoorUpdate.lua +0 -24
  1429. package/dist/callbacks/postEffectInitLate.d.ts.map +0 -1
  1430. package/dist/callbacks/postEffectInitLate.lua +0 -31
  1431. package/dist/callbacks/postEffectStateChanged.d.ts.map +0 -1
  1432. package/dist/callbacks/postEffectStateChanged.lua +0 -37
  1433. package/dist/callbacks/postEsauJr.d.ts.map +0 -1
  1434. package/dist/callbacks/postEsauJr.lua +0 -60
  1435. package/dist/callbacks/postFamiliarInitLate.d.ts.map +0 -1
  1436. package/dist/callbacks/postFamiliarInitLate.lua +0 -31
  1437. package/dist/callbacks/postFamiliarStateChanged.d.ts.map +0 -1
  1438. package/dist/callbacks/postFamiliarStateChanged.lua +0 -37
  1439. package/dist/callbacks/postFlip.d.ts.map +0 -1
  1440. package/dist/callbacks/postFlip.lua +0 -62
  1441. package/dist/callbacks/postGreedModeWave.d.ts.map +0 -1
  1442. package/dist/callbacks/postGreedModeWave.lua +0 -32
  1443. package/dist/callbacks/postGridEntity.d.ts.map +0 -1
  1444. package/dist/callbacks/postGridEntity.lua +0 -154
  1445. package/dist/callbacks/postGridEntityCollision.d.ts.map +0 -1
  1446. package/dist/callbacks/postGridEntityCollision.lua +0 -65
  1447. package/dist/callbacks/postGridEntityCustomCollision.d.ts.map +0 -1
  1448. package/dist/callbacks/postGridEntityCustomCollision.lua +0 -69
  1449. package/dist/callbacks/postGridEntityCustomRender.d.ts.map +0 -1
  1450. package/dist/callbacks/postGridEntityCustomRender.lua +0 -27
  1451. package/dist/callbacks/postGridEntityCustomUpdate.d.ts.map +0 -1
  1452. package/dist/callbacks/postGridEntityCustomUpdate.lua +0 -27
  1453. package/dist/callbacks/postGridEntityRender.d.ts.map +0 -1
  1454. package/dist/callbacks/postGridEntityRender.lua +0 -24
  1455. package/dist/callbacks/postHolyMantleRemoved.d.ts.map +0 -1
  1456. package/dist/callbacks/postHolyMantleRemoved.lua +0 -39
  1457. package/dist/callbacks/postItemDischarged.d.ts.map +0 -1
  1458. package/dist/callbacks/postItemDischarged.lua +0 -107
  1459. package/dist/callbacks/postKnifeInitLate.d.ts.map +0 -1
  1460. package/dist/callbacks/postKnifeInitLate.lua +0 -31
  1461. package/dist/callbacks/postLaserInitLate.d.ts.map +0 -1
  1462. package/dist/callbacks/postLaserInitLate.lua +0 -31
  1463. package/dist/callbacks/postNPCInitLate.d.ts.map +0 -1
  1464. package/dist/callbacks/postNPCInitLate.lua +0 -31
  1465. package/dist/callbacks/postNPCStateChanged.d.ts.map +0 -1
  1466. package/dist/callbacks/postNPCStateChanged.lua +0 -37
  1467. package/dist/callbacks/postNewRoomEarly.d.ts.map +0 -1
  1468. package/dist/callbacks/postNewRoomEarly.lua +0 -66
  1469. package/dist/callbacks/postPickupCollect.d.ts.map +0 -1
  1470. package/dist/callbacks/postPickupCollect.lua +0 -39
  1471. package/dist/callbacks/postPickupInitFirst.d.ts.map +0 -1
  1472. package/dist/callbacks/postPickupInitFirst.lua +0 -34
  1473. package/dist/callbacks/postPickupInitLate.d.ts.map +0 -1
  1474. package/dist/callbacks/postPickupInitLate.lua +0 -31
  1475. package/dist/callbacks/postPickupStateChanged.d.ts.map +0 -1
  1476. package/dist/callbacks/postPickupStateChanged.lua +0 -37
  1477. package/dist/callbacks/postPitRender.d.ts.map +0 -1
  1478. package/dist/callbacks/postPitRender.lua +0 -24
  1479. package/dist/callbacks/postPitUpdate.d.ts.map +0 -1
  1480. package/dist/callbacks/postPitUpdate.lua +0 -24
  1481. package/dist/callbacks/postPlayerChangeHealth.d.ts.map +0 -1
  1482. package/dist/callbacks/postPlayerChangeHealth.lua +0 -57
  1483. package/dist/callbacks/postPlayerChangeStat.d.ts.map +0 -1
  1484. package/dist/callbacks/postPlayerChangeStat.lua +0 -98
  1485. package/dist/callbacks/postPlayerChangeType.d.ts.map +0 -1
  1486. package/dist/callbacks/postPlayerChangeType.lua +0 -39
  1487. package/dist/callbacks/postPlayerCollectible.d.ts.map +0 -1
  1488. package/dist/callbacks/postPlayerCollectible.lua +0 -169
  1489. package/dist/callbacks/postPlayerFatalDamage.d.ts.map +0 -1
  1490. package/dist/callbacks/postPlayerFatalDamage.lua +0 -97
  1491. package/dist/callbacks/postPlayerInitFirst.d.ts.map +0 -1
  1492. package/dist/callbacks/postPlayerInitFirst.lua +0 -40
  1493. package/dist/callbacks/postPlayerInitLate.d.ts.map +0 -1
  1494. package/dist/callbacks/postPlayerInitLate.lua +0 -33
  1495. package/dist/callbacks/postPlayerReorderedCallbacks.d.ts.map +0 -1
  1496. package/dist/callbacks/postPlayerReorderedCallbacks.lua +0 -88
  1497. package/dist/callbacks/postPoopRender.d.ts.map +0 -1
  1498. package/dist/callbacks/postPoopRender.lua +0 -24
  1499. package/dist/callbacks/postPoopUpdate.d.ts.map +0 -1
  1500. package/dist/callbacks/postPoopUpdate.lua +0 -24
  1501. package/dist/callbacks/postPressurePlateRender.d.ts.map +0 -1
  1502. package/dist/callbacks/postPressurePlateRender.lua +0 -24
  1503. package/dist/callbacks/postPressurePlateUpdate.d.ts.map +0 -1
  1504. package/dist/callbacks/postPressurePlateUpdate.lua +0 -24
  1505. package/dist/callbacks/postProjectileInitLate.d.ts.map +0 -1
  1506. package/dist/callbacks/postProjectileInitLate.lua +0 -31
  1507. package/dist/callbacks/postPurchase.d.ts.map +0 -1
  1508. package/dist/callbacks/postPurchase.lua +0 -49
  1509. package/dist/callbacks/postRockRender.d.ts.map +0 -1
  1510. package/dist/callbacks/postRockRender.lua +0 -24
  1511. package/dist/callbacks/postRockUpdate.d.ts.map +0 -1
  1512. package/dist/callbacks/postRockUpdate.lua +0 -24
  1513. package/dist/callbacks/postRoomClearChanged.d.ts.map +0 -1
  1514. package/dist/callbacks/postRoomClearChanged.lua +0 -42
  1515. package/dist/callbacks/postSacrifice.d.ts.map +0 -1
  1516. package/dist/callbacks/postSacrifice.lua +0 -43
  1517. package/dist/callbacks/postSlotCollision.d.ts.map +0 -1
  1518. package/dist/callbacks/postSlotCollision.lua +0 -25
  1519. package/dist/callbacks/postSlotDestroyed.d.ts.map +0 -1
  1520. package/dist/callbacks/postSlotDestroyed.lua +0 -66
  1521. package/dist/callbacks/postSlotInitUpdate.d.ts.map +0 -1
  1522. package/dist/callbacks/postSlotInitUpdate.lua +0 -53
  1523. package/dist/callbacks/postSlotRender.d.ts.map +0 -1
  1524. package/dist/callbacks/postSlotRender.lua +0 -56
  1525. package/dist/callbacks/postSpikesRender.d.ts.map +0 -1
  1526. package/dist/callbacks/postSpikesRender.lua +0 -24
  1527. package/dist/callbacks/postSpikesUpdate.d.ts.map +0 -1
  1528. package/dist/callbacks/postSpikesUpdate.lua +0 -24
  1529. package/dist/callbacks/postTNTRender.d.ts.map +0 -1
  1530. package/dist/callbacks/postTNTRender.lua +0 -24
  1531. package/dist/callbacks/postTNTUpdate.d.ts.map +0 -1
  1532. package/dist/callbacks/postTNTUpdate.lua +0 -24
  1533. package/dist/callbacks/postTearInitLate.d.ts.map +0 -1
  1534. package/dist/callbacks/postTearInitLate.lua +0 -31
  1535. package/dist/callbacks/postTearInitVeryLate.d.ts.map +0 -1
  1536. package/dist/callbacks/postTearInitVeryLate.lua +0 -34
  1537. package/dist/callbacks/postTransformation.d.ts.map +0 -1
  1538. package/dist/callbacks/postTransformation.lua +0 -50
  1539. package/dist/callbacks/postTrinketBreak.d.ts.map +0 -1
  1540. package/dist/callbacks/postTrinketBreak.lua +0 -75
  1541. package/dist/callbacks/preBerserkDeath.d.ts.map +0 -1
  1542. package/dist/callbacks/preBerserkDeath.lua +0 -36
  1543. package/dist/callbacks/preNewLevel.d.ts.map +0 -1
  1544. package/dist/callbacks/preNewLevel.lua +0 -43
  1545. package/dist/callbacks/reorderedCallbacks.d.ts.map +0 -1
  1546. package/dist/callbacks/reorderedCallbacks.lua +0 -101
  1547. package/dist/callbacks/subscriptions/postAmbushFinished.d.ts.map +0 -1
  1548. package/dist/callbacks/subscriptions/postAmbushStarted.d.ts.map +0 -1
  1549. package/dist/callbacks/subscriptions/postBombInitLate.d.ts.map +0 -1
  1550. package/dist/callbacks/subscriptions/postBoneExploded.d.ts.map +0 -1
  1551. package/dist/callbacks/subscriptions/postBoneSwing.d.ts.map +0 -1
  1552. package/dist/callbacks/subscriptions/postCollectibleEmpty.d.ts.map +0 -1
  1553. package/dist/callbacks/subscriptions/postCollectibleInitFirst.d.ts.map +0 -1
  1554. package/dist/callbacks/subscriptions/postCursedTeleport.d.ts.map +0 -1
  1555. package/dist/callbacks/subscriptions/postCustomDoorEnter.d.ts.map +0 -1
  1556. package/dist/callbacks/subscriptions/postCustomRevive.d.ts.map +0 -1
  1557. package/dist/callbacks/subscriptions/postDiceRoomActivated.d.ts.map +0 -1
  1558. package/dist/callbacks/subscriptions/postDoorRender.d.ts.map +0 -1
  1559. package/dist/callbacks/subscriptions/postDoorUpdate.d.ts.map +0 -1
  1560. package/dist/callbacks/subscriptions/postEffectInitLate.d.ts.map +0 -1
  1561. package/dist/callbacks/subscriptions/postEffectStateChanged.d.ts.map +0 -1
  1562. package/dist/callbacks/subscriptions/postEsauJr.d.ts.map +0 -1
  1563. package/dist/callbacks/subscriptions/postFamiliarInitLate.d.ts.map +0 -1
  1564. package/dist/callbacks/subscriptions/postFamiliarStateChanged.d.ts.map +0 -1
  1565. package/dist/callbacks/subscriptions/postFirstEsauJr.d.ts.map +0 -1
  1566. package/dist/callbacks/subscriptions/postFirstFlip.d.ts.map +0 -1
  1567. package/dist/callbacks/subscriptions/postFlip.d.ts.map +0 -1
  1568. package/dist/callbacks/subscriptions/postGameStartedReordered.d.ts.map +0 -1
  1569. package/dist/callbacks/subscriptions/postGameStartedReorderedLast.d.ts.map +0 -1
  1570. package/dist/callbacks/subscriptions/postGreedModeWave.d.ts.map +0 -1
  1571. package/dist/callbacks/subscriptions/postGridEntityBroken.d.ts.map +0 -1
  1572. package/dist/callbacks/subscriptions/postGridEntityCollision.d.ts.map +0 -1
  1573. package/dist/callbacks/subscriptions/postGridEntityCustomBroken.d.ts.map +0 -1
  1574. package/dist/callbacks/subscriptions/postGridEntityCustomCollision.d.ts.map +0 -1
  1575. package/dist/callbacks/subscriptions/postGridEntityCustomInit.d.ts.map +0 -1
  1576. package/dist/callbacks/subscriptions/postGridEntityCustomRemove.d.ts.map +0 -1
  1577. package/dist/callbacks/subscriptions/postGridEntityCustomRender.d.ts.map +0 -1
  1578. package/dist/callbacks/subscriptions/postGridEntityCustomStateChanged.d.ts.map +0 -1
  1579. package/dist/callbacks/subscriptions/postGridEntityCustomUpdate.d.ts.map +0 -1
  1580. package/dist/callbacks/subscriptions/postGridEntityInit.d.ts.map +0 -1
  1581. package/dist/callbacks/subscriptions/postGridEntityRemove.d.ts.map +0 -1
  1582. package/dist/callbacks/subscriptions/postGridEntityRender.d.ts.map +0 -1
  1583. package/dist/callbacks/subscriptions/postGridEntityStateChanged.d.ts.map +0 -1
  1584. package/dist/callbacks/subscriptions/postGridEntityUpdate.d.ts.map +0 -1
  1585. package/dist/callbacks/subscriptions/postHolyMantleRemoved.d.ts.map +0 -1
  1586. package/dist/callbacks/subscriptions/postItemDischarged.d.ts.map +0 -1
  1587. package/dist/callbacks/subscriptions/postItemPickup.d.ts.map +0 -1
  1588. package/dist/callbacks/subscriptions/postKnifeInitLate.d.ts.map +0 -1
  1589. package/dist/callbacks/subscriptions/postLaserInitLate.d.ts.map +0 -1
  1590. package/dist/callbacks/subscriptions/postNPCInitLate.d.ts.map +0 -1
  1591. package/dist/callbacks/subscriptions/postNPCStateChanged.d.ts.map +0 -1
  1592. package/dist/callbacks/subscriptions/postNewLevelReordered.d.ts.map +0 -1
  1593. package/dist/callbacks/subscriptions/postNewRoomEarly.d.ts.map +0 -1
  1594. package/dist/callbacks/subscriptions/postNewRoomReordered.d.ts.map +0 -1
  1595. package/dist/callbacks/subscriptions/postPEffectUpdateReordered.d.ts.map +0 -1
  1596. package/dist/callbacks/subscriptions/postPickupCollect.d.ts.map +0 -1
  1597. package/dist/callbacks/subscriptions/postPickupInitFirst.d.ts.map +0 -1
  1598. package/dist/callbacks/subscriptions/postPickupInitLate.d.ts.map +0 -1
  1599. package/dist/callbacks/subscriptions/postPickupStateChanged.d.ts.map +0 -1
  1600. package/dist/callbacks/subscriptions/postPitRender.d.ts.map +0 -1
  1601. package/dist/callbacks/subscriptions/postPitUpdate.d.ts.map +0 -1
  1602. package/dist/callbacks/subscriptions/postPlayerChangeHealth.d.ts.map +0 -1
  1603. package/dist/callbacks/subscriptions/postPlayerChangeStat.d.ts.map +0 -1
  1604. package/dist/callbacks/subscriptions/postPlayerChangeType.d.ts.map +0 -1
  1605. package/dist/callbacks/subscriptions/postPlayerCollectibleAdded.d.ts.map +0 -1
  1606. package/dist/callbacks/subscriptions/postPlayerCollectibleRemoved.d.ts.map +0 -1
  1607. package/dist/callbacks/subscriptions/postPlayerFatalDamage.d.ts.map +0 -1
  1608. package/dist/callbacks/subscriptions/postPlayerInitFirst.d.ts.map +0 -1
  1609. package/dist/callbacks/subscriptions/postPlayerInitLate.d.ts.map +0 -1
  1610. package/dist/callbacks/subscriptions/postPlayerRenderReordered.d.ts.map +0 -1
  1611. package/dist/callbacks/subscriptions/postPlayerUpdateReordered.d.ts.map +0 -1
  1612. package/dist/callbacks/subscriptions/postPoopRender.d.ts.map +0 -1
  1613. package/dist/callbacks/subscriptions/postPoopUpdate.d.ts.map +0 -1
  1614. package/dist/callbacks/subscriptions/postPressurePlateRender.d.ts.map +0 -1
  1615. package/dist/callbacks/subscriptions/postPressurePlateUpdate.d.ts.map +0 -1
  1616. package/dist/callbacks/subscriptions/postProjectileInitLate.d.ts.map +0 -1
  1617. package/dist/callbacks/subscriptions/postPurchase.d.ts.map +0 -1
  1618. package/dist/callbacks/subscriptions/postRockRender.d.ts.map +0 -1
  1619. package/dist/callbacks/subscriptions/postRockUpdate.d.ts.map +0 -1
  1620. package/dist/callbacks/subscriptions/postRoomClearChanged.d.ts.map +0 -1
  1621. package/dist/callbacks/subscriptions/postSacrifice.d.ts.map +0 -1
  1622. package/dist/callbacks/subscriptions/postSlotAnimationChanged.d.ts.map +0 -1
  1623. package/dist/callbacks/subscriptions/postSlotCollision.d.ts.map +0 -1
  1624. package/dist/callbacks/subscriptions/postSlotDestroyed.d.ts.map +0 -1
  1625. package/dist/callbacks/subscriptions/postSlotInit.d.ts.map +0 -1
  1626. package/dist/callbacks/subscriptions/postSlotRender.d.ts.map +0 -1
  1627. package/dist/callbacks/subscriptions/postSlotUpdate.d.ts.map +0 -1
  1628. package/dist/callbacks/subscriptions/postSpikesRender.d.ts.map +0 -1
  1629. package/dist/callbacks/subscriptions/postSpikesUpdate.d.ts.map +0 -1
  1630. package/dist/callbacks/subscriptions/postTNTRender.d.ts.map +0 -1
  1631. package/dist/callbacks/subscriptions/postTNTUpdate.d.ts.map +0 -1
  1632. package/dist/callbacks/subscriptions/postTearInitLate.d.ts.map +0 -1
  1633. package/dist/callbacks/subscriptions/postTearInitVeryLate.d.ts.map +0 -1
  1634. package/dist/callbacks/subscriptions/postTransformation.d.ts.map +0 -1
  1635. package/dist/callbacks/subscriptions/postTrinketBreak.d.ts.map +0 -1
  1636. package/dist/callbacks/subscriptions/preBerserkDeath.d.ts.map +0 -1
  1637. package/dist/callbacks/subscriptions/preCustomRevive.d.ts.map +0 -1
  1638. package/dist/callbacks/subscriptions/preItemPickup.d.ts.map +0 -1
  1639. package/dist/callbacks/subscriptions/preNewLevel.d.ts.map +0 -1
  1640. package/dist/classes/DefaultMap.d.ts.map +0 -1
  1641. package/dist/classes/DefaultMap.lua +0 -172
  1642. package/dist/classes/ModUpgraded.d.ts.map +0 -1
  1643. package/dist/classes/ModUpgraded.lua +0 -40
  1644. package/dist/core/cachedClasses.d.ts.map +0 -1
  1645. package/dist/core/constants.d.ts.map +0 -1
  1646. package/dist/core/constants.lua +0 -120
  1647. package/dist/core/constantsFirstLast.d.ts.map +0 -1
  1648. package/dist/core/constantsFirstLast.lua +0 -66
  1649. package/dist/core/upgradeMod.d.ts.map +0 -1
  1650. package/dist/core/upgradeMod.lua +0 -52
  1651. package/dist/enums/AmbushType.d.ts.map +0 -1
  1652. package/dist/enums/CornerType.d.ts.map +0 -1
  1653. package/dist/enums/HealthType.d.ts.map +0 -1
  1654. package/dist/enums/ModCallbackCustom.d.ts.map +0 -1
  1655. package/dist/enums/PocketItemType.d.ts.map +0 -1
  1656. package/dist/enums/RockAltType.d.ts.map +0 -1
  1657. package/dist/enums/SaveDataKey.d.ts.map +0 -1
  1658. package/dist/enums/SerializationType.d.ts.map +0 -1
  1659. package/dist/enums/SlotDestructionType.d.ts.map +0 -1
  1660. package/dist/enums/StatType.d.ts.map +0 -1
  1661. package/dist/enums/private/CopyableIsaacAPIClassType.d.ts.map +0 -1
  1662. package/dist/enums/private/SerializationBrand.d.ts.map +0 -1
  1663. package/dist/enums/private/StageTravelState.d.ts.map +0 -1
  1664. package/dist/enums/private/TrapdoorAnimation.d.ts.map +0 -1
  1665. package/dist/features/characterHealthConversion.d.ts.map +0 -1
  1666. package/dist/features/characterHealthConversion.lua +0 -87
  1667. package/dist/features/characterStats.d.ts.map +0 -1
  1668. package/dist/features/characterStats.lua +0 -53
  1669. package/dist/features/collectibleItemPoolType.d.ts.map +0 -1
  1670. package/dist/features/collectibleItemPoolType.lua +0 -48
  1671. package/dist/features/customDoor.d.ts.map +0 -1
  1672. package/dist/features/customDoor.lua +0 -53
  1673. package/dist/features/customGridEntity.d.ts.map +0 -1
  1674. package/dist/features/customGridEntity.lua +0 -325
  1675. package/dist/features/customPickup.d.ts.map +0 -1
  1676. package/dist/features/customPickup.lua +0 -90
  1677. package/dist/features/customStage/backdrop.d.ts.map +0 -1
  1678. package/dist/features/customStage/backdrop.lua +0 -198
  1679. package/dist/features/customStage/customStageConstants.d.ts.map +0 -1
  1680. package/dist/features/customStage/customStageGridEntities.d.ts.map +0 -1
  1681. package/dist/features/customStage/customStageGridEntities.lua +0 -301
  1682. package/dist/features/customStage/customStageUtils.d.ts.map +0 -1
  1683. package/dist/features/customStage/customStageUtils.lua +0 -102
  1684. package/dist/features/customStage/exports.d.ts.map +0 -1
  1685. package/dist/features/customStage/exports.lua +0 -175
  1686. package/dist/features/customStage/init.d.ts.map +0 -1
  1687. package/dist/features/customStage/init.lua +0 -147
  1688. package/dist/features/customStage/shadows.d.ts.map +0 -1
  1689. package/dist/features/customStage/shadows.lua +0 -72
  1690. package/dist/features/customStage/streakText.d.ts.map +0 -1
  1691. package/dist/features/customStage/streakText.lua +0 -210
  1692. package/dist/features/customStage/v.d.ts.map +0 -1
  1693. package/dist/features/customStage/v.lua +0 -24
  1694. package/dist/features/customStage/versusScreen.d.ts.map +0 -1
  1695. package/dist/features/customStage/versusScreen.lua +0 -263
  1696. package/dist/features/customTrapdoor/blackSprite.d.ts.map +0 -1
  1697. package/dist/features/customTrapdoor/blackSprite.lua +0 -20
  1698. package/dist/features/customTrapdoor/customTrapdoorConstants.d.ts.map +0 -1
  1699. package/dist/features/customTrapdoor/exports.d.ts.map +0 -1
  1700. package/dist/features/customTrapdoor/exports.lua +0 -72
  1701. package/dist/features/customTrapdoor/init.d.ts.map +0 -1
  1702. package/dist/features/customTrapdoor/init.lua +0 -199
  1703. package/dist/features/customTrapdoor/openClose.d.ts.map +0 -1
  1704. package/dist/features/customTrapdoor/openClose.lua +0 -60
  1705. package/dist/features/customTrapdoor/spawn.d.ts.map +0 -1
  1706. package/dist/features/customTrapdoor/spawn.lua +0 -51
  1707. package/dist/features/customTrapdoor/touched.d.ts.map +0 -1
  1708. package/dist/features/customTrapdoor/touched.lua +0 -159
  1709. package/dist/features/customTrapdoor/v.d.ts.map +0 -1
  1710. package/dist/features/customTrapdoor/v.lua +0 -17
  1711. package/dist/features/debugDisplay/debugDisplay.d.ts.map +0 -1
  1712. package/dist/features/debugDisplay/debugDisplay.lua +0 -180
  1713. package/dist/features/debugDisplay/exports.d.ts.map +0 -1
  1714. package/dist/features/debugDisplay/exports.lua +0 -368
  1715. package/dist/features/debugDisplay/v.d.ts.map +0 -1
  1716. package/dist/features/debugDisplay/v.lua +0 -63
  1717. package/dist/features/deployJSONRoom.d.ts.map +0 -1
  1718. package/dist/features/deployJSONRoom.lua +0 -576
  1719. package/dist/features/disableAllSound.d.ts.map +0 -1
  1720. package/dist/features/disableAllSound.lua +0 -62
  1721. package/dist/features/disableInputs.d.ts.map +0 -1
  1722. package/dist/features/disableInputs.lua +0 -156
  1723. package/dist/features/extraConsoleCommands/commandsDisplay.d.ts.map +0 -1
  1724. package/dist/features/extraConsoleCommands/commandsDisplay.lua +0 -219
  1725. package/dist/features/extraConsoleCommands/commandsSubroutines.d.ts.map +0 -1
  1726. package/dist/features/extraConsoleCommands/commandsSubroutines.lua +0 -154
  1727. package/dist/features/extraConsoleCommands/exports.d.ts.map +0 -1
  1728. package/dist/features/extraConsoleCommands/exports.lua +0 -55
  1729. package/dist/features/extraConsoleCommands/init.d.ts.map +0 -1
  1730. package/dist/features/extraConsoleCommands/init.lua +0 -142
  1731. package/dist/features/extraConsoleCommands/listCommands.d.ts.map +0 -1
  1732. package/dist/features/extraConsoleCommands/listCommands.lua +0 -1273
  1733. package/dist/features/extraConsoleCommands/v.d.ts.map +0 -1
  1734. package/dist/features/fadeInRemover.d.ts.map +0 -1
  1735. package/dist/features/fadeInRemover.lua +0 -55
  1736. package/dist/features/fastReset.d.ts.map +0 -1
  1737. package/dist/features/fastReset.lua +0 -59
  1738. package/dist/features/firstLast.d.ts.map +0 -1
  1739. package/dist/features/firstLast.lua +0 -344
  1740. package/dist/features/forgottenSwitch.d.ts.map +0 -1
  1741. package/dist/features/forgottenSwitch.lua +0 -32
  1742. package/dist/features/pause.d.ts.map +0 -1
  1743. package/dist/features/pause.lua +0 -150
  1744. package/dist/features/persistentEntities.d.ts.map +0 -1
  1745. package/dist/features/persistentEntities.lua +0 -165
  1746. package/dist/features/pickupIndex.d.ts.map +0 -1
  1747. package/dist/features/pickupIndex.lua +0 -198
  1748. package/dist/features/playerInventory.d.ts.map +0 -1
  1749. package/dist/features/playerInventory.lua +0 -83
  1750. package/dist/features/ponyDetection.d.ts.map +0 -1
  1751. package/dist/features/ponyDetection.lua +0 -66
  1752. package/dist/features/preventChildEntities.d.ts.map +0 -1
  1753. package/dist/features/preventChildEntities.lua +0 -35
  1754. package/dist/features/preventCollectibleRotation.d.ts.map +0 -1
  1755. package/dist/features/preventCollectibleRotation.lua +0 -68
  1756. package/dist/features/registerHotkey.d.ts.map +0 -1
  1757. package/dist/features/registerHotkey.lua +0 -93
  1758. package/dist/features/roomClearFrame.d.ts.map +0 -1
  1759. package/dist/features/roomClearFrame.lua +0 -38
  1760. package/dist/features/roomHistory.d.ts.map +0 -1
  1761. package/dist/features/roomHistory.lua +0 -102
  1762. package/dist/features/runInNFrames.d.ts.map +0 -1
  1763. package/dist/features/runInNFrames.lua +0 -191
  1764. package/dist/features/runNextRoom.d.ts.map +0 -1
  1765. package/dist/features/runNextRoom.lua +0 -35
  1766. package/dist/features/saveDataManager/exports.d.ts.map +0 -1
  1767. package/dist/features/saveDataManager/exports.lua +0 -189
  1768. package/dist/features/saveDataManager/load.d.ts.map +0 -1
  1769. package/dist/features/saveDataManager/load.lua +0 -75
  1770. package/dist/features/saveDataManager/main.d.ts.map +0 -1
  1771. package/dist/features/saveDataManager/main.lua +0 -135
  1772. package/dist/features/saveDataManager/maps.d.ts.map +0 -1
  1773. package/dist/features/saveDataManager/merge.d.ts.map +0 -1
  1774. package/dist/features/saveDataManager/merge.lua +0 -154
  1775. package/dist/features/saveDataManager/save.d.ts.map +0 -1
  1776. package/dist/features/saveDataManager/save.lua +0 -48
  1777. package/dist/features/saveDataManager/saveDataManagerConstants.d.ts.map +0 -1
  1778. package/dist/features/saveDataManager/serializationBrands.d.ts.map +0 -1
  1779. package/dist/features/saveDataManager/serializationBrands.lua +0 -19
  1780. package/dist/features/sirenHelpers.d.ts.map +0 -1
  1781. package/dist/features/sirenHelpers.lua +0 -82
  1782. package/dist/features/stageHistory.d.ts.map +0 -1
  1783. package/dist/features/stageHistory.lua +0 -62
  1784. package/dist/features/taintedLazarusPlayers.d.ts.map +0 -1
  1785. package/dist/features/taintedLazarusPlayers.lua +0 -72
  1786. package/dist/featuresInitialized.d.ts.map +0 -1
  1787. package/dist/functions/ambush.d.ts.map +0 -1
  1788. package/dist/functions/ambush.lua +0 -43
  1789. package/dist/functions/array.d.ts.map +0 -1
  1790. package/dist/functions/array.lua +0 -481
  1791. package/dist/functions/benchmark.d.ts.map +0 -1
  1792. package/dist/functions/benchmark.lua +0 -49
  1793. package/dist/functions/bitSet128.d.ts.map +0 -1
  1794. package/dist/functions/bitSet128.lua +0 -71
  1795. package/dist/functions/bitwise.d.ts.map +0 -1
  1796. package/dist/functions/bitwise.lua +0 -77
  1797. package/dist/functions/bombs.d.ts.map +0 -1
  1798. package/dist/functions/bosses.d.ts.map +0 -1
  1799. package/dist/functions/bosses.lua +0 -257
  1800. package/dist/functions/cards.d.ts.map +0 -1
  1801. package/dist/functions/cards.lua +0 -214
  1802. package/dist/functions/challenges.d.ts.map +0 -1
  1803. package/dist/functions/challenges.lua +0 -10
  1804. package/dist/functions/characters.d.ts.map +0 -1
  1805. package/dist/functions/characters.lua +0 -106
  1806. package/dist/functions/charge.d.ts.map +0 -1
  1807. package/dist/functions/charge.lua +0 -219
  1808. package/dist/functions/chargeBar.d.ts.map +0 -1
  1809. package/dist/functions/collectibleCacheFlag.d.ts.map +0 -1
  1810. package/dist/functions/collectibleCacheFlag.lua +0 -90
  1811. package/dist/functions/collectibleSet.d.ts.map +0 -1
  1812. package/dist/functions/collectibleSet.lua +0 -111
  1813. package/dist/functions/collectibleTag.d.ts.map +0 -1
  1814. package/dist/functions/collectibleTag.lua +0 -81
  1815. package/dist/functions/collectibles.d.ts.map +0 -1
  1816. package/dist/functions/collectibles.lua +0 -465
  1817. package/dist/functions/color.d.ts.map +0 -1
  1818. package/dist/functions/color.lua +0 -124
  1819. package/dist/functions/curses.d.ts.map +0 -1
  1820. package/dist/functions/curses.lua +0 -24
  1821. package/dist/functions/debug.d.ts +0 -53
  1822. package/dist/functions/debug.d.ts.map +0 -1
  1823. package/dist/functions/debug.lua +0 -99
  1824. package/dist/functions/deepCopy.d.ts.map +0 -1
  1825. package/dist/functions/deepCopy.lua +0 -555
  1826. package/dist/functions/deepCopyTests.d.ts.map +0 -1
  1827. package/dist/functions/deepCopyTests.lua +0 -379
  1828. package/dist/functions/dimensions.d.ts.map +0 -1
  1829. package/dist/functions/dimensions.lua +0 -35
  1830. package/dist/functions/direction.d.ts.map +0 -1
  1831. package/dist/functions/direction.lua +0 -44
  1832. package/dist/functions/doors.d.ts.map +0 -1
  1833. package/dist/functions/doors.lua +0 -382
  1834. package/dist/functions/easing.d.ts.map +0 -1
  1835. package/dist/functions/eden.d.ts.map +0 -1
  1836. package/dist/functions/eden.lua +0 -44
  1837. package/dist/functions/effects.d.ts.map +0 -1
  1838. package/dist/functions/effects.lua +0 -12
  1839. package/dist/functions/entities.d.ts.map +0 -1
  1840. package/dist/functions/entities.lua +0 -431
  1841. package/dist/functions/entitiesSpecific.d.ts.map +0 -1
  1842. package/dist/functions/entitiesSpecific.lua +0 -970
  1843. package/dist/functions/entityTypes.d.ts.map +0 -1
  1844. package/dist/functions/enums.d.ts.map +0 -1
  1845. package/dist/functions/enums.lua +0 -177
  1846. package/dist/functions/familiars.d.ts.map +0 -1
  1847. package/dist/functions/familiars.lua +0 -101
  1848. package/dist/functions/flag.d.ts.map +0 -1
  1849. package/dist/functions/flying.d.ts.map +0 -1
  1850. package/dist/functions/flying.lua +0 -80
  1851. package/dist/functions/globals.d.ts.map +0 -1
  1852. package/dist/functions/globals.lua +0 -237
  1853. package/dist/functions/gridEntities.d.ts.map +0 -1
  1854. package/dist/functions/gridEntities.lua +0 -476
  1855. package/dist/functions/gridEntitiesSpecific.d.ts.map +0 -1
  1856. package/dist/functions/gridEntitiesSpecific.lua +0 -493
  1857. package/dist/functions/hex.d.ts.map +0 -1
  1858. package/dist/functions/hex.lua +0 -54
  1859. package/dist/functions/initArray.d.ts.map +0 -1
  1860. package/dist/functions/initArray.lua +0 -37
  1861. package/dist/functions/input.d.ts.map +0 -1
  1862. package/dist/functions/input.lua +0 -127
  1863. package/dist/functions/isaacAPIClass.d.ts.map +0 -1
  1864. package/dist/functions/isaacAPIClass.lua +0 -132
  1865. package/dist/functions/itemPool.d.ts.map +0 -1
  1866. package/dist/functions/itemPool.lua +0 -131
  1867. package/dist/functions/jsonHelpers.d.ts.map +0 -1
  1868. package/dist/functions/jsonHelpers.lua +0 -43
  1869. package/dist/functions/jsonRoom.d.ts.map +0 -1
  1870. package/dist/functions/jsonRoom.lua +0 -159
  1871. package/dist/functions/kColor.d.ts.map +0 -1
  1872. package/dist/functions/kColor.lua +0 -103
  1873. package/dist/functions/language.d.ts.map +0 -1
  1874. package/dist/functions/language.lua +0 -13
  1875. package/dist/functions/level.d.ts.map +0 -1
  1876. package/dist/functions/level.lua +0 -30
  1877. package/dist/functions/levelGrid.d.ts.map +0 -1
  1878. package/dist/functions/levelGrid.lua +0 -404
  1879. package/dist/functions/log.d.ts.map +0 -1
  1880. package/dist/functions/log.lua +0 -519
  1881. package/dist/functions/logEntities.d.ts.map +0 -1
  1882. package/dist/functions/logEntities.lua +0 -242
  1883. package/dist/functions/map.d.ts.map +0 -1
  1884. package/dist/functions/map.lua +0 -55
  1885. package/dist/functions/math.d.ts.map +0 -1
  1886. package/dist/functions/math.lua +0 -118
  1887. package/dist/functions/mergeTests.d.ts.map +0 -1
  1888. package/dist/functions/mergeTests.lua +0 -261
  1889. package/dist/functions/minimap.d.ts.map +0 -1
  1890. package/dist/functions/minimap.lua +0 -141
  1891. package/dist/functions/nextStage.d.ts.map +0 -1
  1892. package/dist/functions/nextStage.lua +0 -253
  1893. package/dist/functions/npcs.d.ts.map +0 -1
  1894. package/dist/functions/npcs.lua +0 -143
  1895. package/dist/functions/pickupVariants.d.ts.map +0 -1
  1896. package/dist/functions/pickups.d.ts.map +0 -1
  1897. package/dist/functions/pickups.lua +0 -47
  1898. package/dist/functions/pickupsSpecific.d.ts.map +0 -1
  1899. package/dist/functions/pickupsSpecific.lua +0 -560
  1900. package/dist/functions/pills.d.ts.map +0 -1
  1901. package/dist/functions/pills.lua +0 -136
  1902. package/dist/functions/playerCenter.d.ts.map +0 -1
  1903. package/dist/functions/playerCenter.lua +0 -64
  1904. package/dist/functions/playerDataStructures.d.ts.map +0 -1
  1905. package/dist/functions/playerDataStructures.lua +0 -103
  1906. package/dist/functions/playerHealth.d.ts.map +0 -1
  1907. package/dist/functions/playerHealth.lua +0 -581
  1908. package/dist/functions/playerIndex.d.ts.map +0 -1
  1909. package/dist/functions/playerIndex.lua +0 -175
  1910. package/dist/functions/playerStats.d.ts.map +0 -1
  1911. package/dist/functions/playerStats.lua +0 -22
  1912. package/dist/functions/players.d.ts.map +0 -1
  1913. package/dist/functions/players.lua +0 -671
  1914. package/dist/functions/pocketItems.d.ts.map +0 -1
  1915. package/dist/functions/pocketItems.lua +0 -106
  1916. package/dist/functions/positionVelocity.d.ts.map +0 -1
  1917. package/dist/functions/positionVelocity.lua +0 -157
  1918. package/dist/functions/pressurePlate.d.ts.map +0 -1
  1919. package/dist/functions/pressurePlate.lua +0 -29
  1920. package/dist/functions/projectiles.d.ts.map +0 -1
  1921. package/dist/functions/projectiles.lua +0 -73
  1922. package/dist/functions/random.d.ts.map +0 -1
  1923. package/dist/functions/random.lua +0 -89
  1924. package/dist/functions/reorderedCallbacks.d.ts.map +0 -1
  1925. package/dist/functions/reorderedCallbacks.lua +0 -34
  1926. package/dist/functions/revive.d.ts.map +0 -1
  1927. package/dist/functions/revive.lua +0 -118
  1928. package/dist/functions/rng.d.ts.map +0 -1
  1929. package/dist/functions/rng.lua +0 -126
  1930. package/dist/functions/rockAlt.d.ts.map +0 -1
  1931. package/dist/functions/rockAlt.lua +0 -485
  1932. package/dist/functions/roomData.d.ts.map +0 -1
  1933. package/dist/functions/roomData.lua +0 -167
  1934. package/dist/functions/roomGrid.d.ts.map +0 -1
  1935. package/dist/functions/roomGrid.lua +0 -80
  1936. package/dist/functions/roomShape.d.ts.map +0 -1
  1937. package/dist/functions/roomShape.lua +0 -96
  1938. package/dist/functions/roomTransition.d.ts.map +0 -1
  1939. package/dist/functions/roomTransition.lua +0 -75
  1940. package/dist/functions/rooms.d.ts.map +0 -1
  1941. package/dist/functions/rooms.lua +0 -436
  1942. package/dist/functions/run.d.ts.map +0 -1
  1943. package/dist/functions/run.lua +0 -79
  1944. package/dist/functions/saveFile.d.ts.map +0 -1
  1945. package/dist/functions/saveFile.lua +0 -24
  1946. package/dist/functions/seeds.d.ts.map +0 -1
  1947. package/dist/functions/seeds.lua +0 -19
  1948. package/dist/functions/serialization.d.ts.map +0 -1
  1949. package/dist/functions/serialization.lua +0 -100
  1950. package/dist/functions/set.d.ts.map +0 -1
  1951. package/dist/functions/set.lua +0 -125
  1952. package/dist/functions/sound.d.ts.map +0 -1
  1953. package/dist/functions/sound.lua +0 -13
  1954. package/dist/functions/spawnCollectible.d.ts.map +0 -1
  1955. package/dist/functions/spawnCollectible.lua +0 -94
  1956. package/dist/functions/sprites.d.ts.map +0 -1
  1957. package/dist/functions/sprites.lua +0 -89
  1958. package/dist/functions/stage.d.ts.map +0 -1
  1959. package/dist/functions/stage.lua +0 -165
  1960. package/dist/functions/stats.d.ts.map +0 -1
  1961. package/dist/functions/stats.lua +0 -89
  1962. package/dist/functions/string.d.ts.map +0 -1
  1963. package/dist/functions/table.d.ts.map +0 -1
  1964. package/dist/functions/table.lua +0 -151
  1965. package/dist/functions/tears.d.ts.map +0 -1
  1966. package/dist/functions/transformations.d.ts.map +0 -1
  1967. package/dist/functions/transformations.lua +0 -112
  1968. package/dist/functions/trinketCacheFlag.d.ts.map +0 -1
  1969. package/dist/functions/trinketCacheFlag.lua +0 -69
  1970. package/dist/functions/trinketGive.d.ts.map +0 -1
  1971. package/dist/functions/trinketGive.lua +0 -130
  1972. package/dist/functions/trinketSet.d.ts.map +0 -1
  1973. package/dist/functions/trinketSet.lua +0 -110
  1974. package/dist/functions/trinkets.d.ts.map +0 -1
  1975. package/dist/functions/trinkets.lua +0 -172
  1976. package/dist/functions/tstlClass.d.ts.map +0 -1
  1977. package/dist/functions/tstlClass.lua +0 -112
  1978. package/dist/functions/types.d.ts.map +0 -1
  1979. package/dist/functions/ui.d.ts.map +0 -1
  1980. package/dist/functions/ui.lua +0 -119
  1981. package/dist/functions/utils.d.ts +0 -94
  1982. package/dist/functions/utils.d.ts.map +0 -1
  1983. package/dist/functions/utils.lua +0 -144
  1984. package/dist/functions/vector.d.ts.map +0 -1
  1985. package/dist/functions/vector.lua +0 -111
  1986. package/dist/index.d.ts.map +0 -1
  1987. package/dist/index.lua +0 -1258
  1988. package/dist/initCustomCallbacks.d.ts.map +0 -1
  1989. package/dist/initCustomCallbacks.lua +0 -217
  1990. package/dist/initFeatures.d.ts.map +0 -1
  1991. package/dist/initFeatures.lua +0 -98
  1992. package/dist/interfaces/ChargeBarSprites.d.ts.map +0 -1
  1993. package/dist/interfaces/Corner.d.ts.map +0 -1
  1994. package/dist/interfaces/CustomStageTSConfig.d.ts.map +0 -1
  1995. package/dist/interfaces/GridEntityCustomData.d.ts.map +0 -1
  1996. package/dist/interfaces/JSONRoomsFile.d.ts.map +0 -1
  1997. package/dist/interfaces/PlayerHealth.d.ts.map +0 -1
  1998. package/dist/interfaces/PocketItemDescription.d.ts.map +0 -1
  1999. package/dist/interfaces/RoomDescription.d.ts.map +0 -1
  2000. package/dist/interfaces/SaveData.d.ts.map +0 -1
  2001. package/dist/interfaces/StatTypeType.d.ts.map +0 -1
  2002. package/dist/interfaces/StatTypeType.lua +0 -4
  2003. package/dist/interfaces/TrinketSituation.d.ts.map +0 -1
  2004. package/dist/interfaces/private/AddCallbackParameterCustom.d.ts.map +0 -1
  2005. package/dist/interfaces/private/AddCallbackParameterCustom.lua +0 -4
  2006. package/dist/interfaces/private/CustomStage.d.ts.map +0 -1
  2007. package/dist/interfaces/private/CustomTrapdoorDescription.d.ts.map +0 -1
  2008. package/dist/interfaces/private/CustomTrapdoorDestination.d.ts.map +0 -1
  2009. package/dist/interfaces/private/TSTLClassMetatable.d.ts.map +0 -1
  2010. package/dist/maps/PHDPillConversions.d.ts.map +0 -1
  2011. package/dist/maps/cardNameToTypeMap.d.ts.map +0 -1
  2012. package/dist/maps/characterNameToTypeMap.d.ts.map +0 -1
  2013. package/dist/maps/collectibleDescriptionMap.d.ts.map +0 -1
  2014. package/dist/maps/collectibleNameToTypeMap.d.ts.map +0 -1
  2015. package/dist/maps/collectibleNameToTypeMap.lua +0 -21
  2016. package/dist/maps/collectibleTypeToNameMap.d.ts.map +0 -1
  2017. package/dist/maps/defaultPlayerStatMap.d.ts.map +0 -1
  2018. package/dist/maps/defaultPlayerStatMap.lua +0 -25
  2019. package/dist/maps/falsePHDPillConversions.d.ts.map +0 -1
  2020. package/dist/maps/gridEntityTypeToBrokenStateMap.d.ts.map +0 -1
  2021. package/dist/maps/gridEntityXMLMap.d.ts.map +0 -1
  2022. package/dist/maps/keyboardToString.d.ts.map +0 -1
  2023. package/dist/maps/pillNameToEffectMap.d.ts.map +0 -1
  2024. package/dist/maps/roomNameToTypeMap.d.ts.map +0 -1
  2025. package/dist/maps/roomShapeToTopLeftWallGridIndexMap.d.ts.map +0 -1
  2026. package/dist/maps/trinketDescriptionMap.d.ts.map +0 -1
  2027. package/dist/maps/trinketNameToTypeMap.d.ts.map +0 -1
  2028. package/dist/maps/trinketNameToTypeMap.lua +0 -21
  2029. package/dist/maps/trinketTypeToNameMap.d.ts.map +0 -1
  2030. package/dist/objects/LRoomShapeToRectangles.d.ts.map +0 -1
  2031. package/dist/objects/LRoomShapeToRectangles.lua +0 -35
  2032. package/dist/objects/backdropTypeToRockAltType.d.ts.map +0 -1
  2033. package/dist/objects/backdropTypeToRockAltType.lua +0 -69
  2034. package/dist/objects/bossNamePNGFileNames.d.ts.map +0 -1
  2035. package/dist/objects/bossPortraitPNGFileNames.d.ts.map +0 -1
  2036. package/dist/objects/callbackRegisterFunctions.d.ts.map +0 -1
  2037. package/dist/objects/callbackRegisterFunctions.lua +0 -285
  2038. package/dist/objects/cardDescriptions.d.ts.map +0 -1
  2039. package/dist/objects/cardNames.d.ts.map +0 -1
  2040. package/dist/objects/cardTypeToItemConfigCardType.d.ts.map +0 -1
  2041. package/dist/objects/challengeNames.d.ts.map +0 -1
  2042. package/dist/objects/characterDamageMultipliers.d.ts.map +0 -1
  2043. package/dist/objects/characterNames.d.ts.map +0 -1
  2044. package/dist/objects/coinSubTypeToValue.d.ts.map +0 -1
  2045. package/dist/objects/colors.d.ts.map +0 -1
  2046. package/dist/objects/directionNames.d.ts.map +0 -1
  2047. package/dist/objects/directionToDegrees.d.ts.map +0 -1
  2048. package/dist/objects/directionToVector.d.ts.map +0 -1
  2049. package/dist/objects/directionToVector.lua +0 -13
  2050. package/dist/objects/doorSlotFlagToDoorSlot.d.ts.map +0 -1
  2051. package/dist/objects/doorSlotToDirection.d.ts.map +0 -1
  2052. package/dist/objects/doorSlotToDoorSlotFlag.d.ts.map +0 -1
  2053. package/dist/objects/isaacAPIClassTypeToBrand.d.ts.map +0 -1
  2054. package/dist/objects/isaacAPIClassTypeToBrand.lua +0 -13
  2055. package/dist/objects/isaacAPIClassTypeToFunctions.d.ts.map +0 -1
  2056. package/dist/objects/isaacAPIClassTypeToFunctions.lua +0 -36
  2057. package/dist/objects/kColors.d.ts.map +0 -1
  2058. package/dist/objects/languageNames.d.ts.map +0 -1
  2059. package/dist/objects/oppositeDoorSlots.d.ts.map +0 -1
  2060. package/dist/objects/pillEffectClasses.d.ts.map +0 -1
  2061. package/dist/objects/pillEffectNames.d.ts.map +0 -1
  2062. package/dist/objects/pillEffectTypes.d.ts.map +0 -1
  2063. package/dist/objects/playerNamePNGFileNames.d.ts.map +0 -1
  2064. package/dist/objects/playerPortraitPNGFileNames.d.ts.map +0 -1
  2065. package/dist/objects/roomShapeBounds.d.ts.map +0 -1
  2066. package/dist/objects/roomShapeBounds.lua +0 -26
  2067. package/dist/objects/roomShapeCorners.d.ts.map +0 -1
  2068. package/dist/objects/roomShapeCorners.lua +0 -259
  2069. package/dist/objects/roomShapeLayoutSizes.d.ts.map +0 -1
  2070. package/dist/objects/roomShapeLayoutSizes.lua +0 -29
  2071. package/dist/objects/roomShapeToBottomRightPosition.d.ts.map +0 -1
  2072. package/dist/objects/roomShapeToDoorSlotCoordinates.d.ts.map +0 -1
  2073. package/dist/objects/roomShapeToDoorSlots.d.ts.map +0 -1
  2074. package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.d.ts.map +0 -1
  2075. package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.lua +0 -89
  2076. package/dist/objects/roomShapeToGridWidth.d.ts.map +0 -1
  2077. package/dist/objects/roomShapeToTopLeftPosition.d.ts.map +0 -1
  2078. package/dist/objects/roomShapeToTopLeftPosition.lua +0 -24
  2079. package/dist/objects/roomShapeVolumes.d.ts.map +0 -1
  2080. package/dist/objects/roomTypeGotoPrefixes.d.ts.map +0 -1
  2081. package/dist/objects/roomTypeNames.d.ts.map +0 -1
  2082. package/dist/objects/stageTypeSuffixes.d.ts.map +0 -1
  2083. package/dist/objects/stageTypeToLetter.d.ts.map +0 -1
  2084. package/dist/objects/transformationNames.d.ts.map +0 -1
  2085. package/dist/objects/versusScreenBackgroundColors.d.ts.map +0 -1
  2086. package/dist/objects/versusScreenDirtSpotColors.d.ts.map +0 -1
  2087. package/dist/patchErrorFunctions.d.ts.map +0 -1
  2088. package/dist/patchErrorFunctions.lua +0 -56
  2089. package/dist/sets/LRoomShapesSet.d.ts.map +0 -1
  2090. package/dist/sets/bossSets.d.ts.map +0 -1
  2091. package/dist/sets/bossSets.lua +0 -577
  2092. package/dist/sets/charactersThatStartWithAnActiveItemSet.d.ts.map +0 -1
  2093. package/dist/sets/charactersWithBlackHeartFromEternalHeartSet.d.ts.map +0 -1
  2094. package/dist/sets/charactersWithFreeDevilDealsSet.d.ts.map +0 -1
  2095. package/dist/sets/charactersWithNoRedHeartsSet.d.ts.map +0 -1
  2096. package/dist/sets/charactersWithNoSoulHeartsSet.d.ts.map +0 -1
  2097. package/dist/sets/chestPickupVariantsSet.d.ts.map +0 -1
  2098. package/dist/sets/consoleCommandsSet.d.ts.map +0 -1
  2099. package/dist/sets/familiarsThatShootPlayerTearsSet.d.ts.map +0 -1
  2100. package/dist/sets/lostStyleCharactersSet.d.ts.map +0 -1
  2101. package/dist/sets/mineShaftRoomSubTypesSet.d.ts.map +0 -1
  2102. package/dist/sets/narrowRoomShapesSet.d.ts.map +0 -1
  2103. package/dist/sets/redHeartSubTypesSet.d.ts.map +0 -1
  2104. package/dist/sets/sinEntityTypesSet.d.ts.map +0 -1
  2105. package/dist/sets/singleUseActiveCollectibleTypesSet.d.ts.map +0 -1
  2106. package/dist/sets/storyBossesSet.d.ts.map +0 -1
  2107. package/dist/shaderCrashFix.d.ts.map +0 -1
  2108. package/dist/types/AnyEntity.d.ts.map +0 -1
  2109. package/dist/types/AnyGridEntity.d.ts.map +0 -1
  2110. package/dist/types/CollectibleIndex.d.ts.map +0 -1
  2111. package/dist/types/Immutable.d.ts.map +0 -1
  2112. package/dist/types/PickingUpItem.d.ts.map +0 -1
  2113. package/dist/types/PickupIndex.d.ts.map +0 -1
  2114. package/dist/types/PlayerIndex.d.ts.map +0 -1
  2115. package/dist/types/PossibleStatType.d.ts.map +0 -1
  2116. package/dist/types/SerializedIsaacAPIClass.d.ts.map +0 -1
  2117. package/dist/types/TSTLClass.d.ts.map +0 -1
@@ -1,93 +0,0 @@
1
- local ____lualib = require("lualib_bundle")
2
- local Map = ____lualib.Map
3
- local __TS__New = ____lualib.__TS__New
4
- local __TS__Iterator = ____lualib.__TS__Iterator
5
- local ____exports = {}
6
- local postRender, checkIfTriggered, staticHotkeyFunctionMap, dynamicHotkeyFunctionMap, keyPressedMap
7
- local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
8
- local Keyboard = ____isaac_2Dtypescript_2Ddefinitions.Keyboard
9
- local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
10
- local ____DefaultMap = require("classes.DefaultMap")
11
- local DefaultMap = ____DefaultMap.DefaultMap
12
- local ____featuresInitialized = require("featuresInitialized")
13
- local errorIfFeaturesNotInitialized = ____featuresInitialized.errorIfFeaturesNotInitialized
14
- local ____input = require("functions.input")
15
- local isKeyboardPressed = ____input.isKeyboardPressed
16
- local ____types = require("functions.types")
17
- local isFunction = ____types.isFunction
18
- function postRender(self)
19
- for ____, ____value in __TS__Iterator(staticHotkeyFunctionMap:entries()) do
20
- local keyboard = ____value[1]
21
- local triggerFunc = ____value[2]
22
- checkIfTriggered(nil, keyboard, triggerFunc)
23
- end
24
- for ____, ____value in __TS__Iterator(dynamicHotkeyFunctionMap:entries()) do
25
- local keyboardFunc = ____value[1]
26
- local triggerFunc = ____value[2]
27
- local keyboard = keyboardFunc(nil)
28
- if keyboard ~= nil then
29
- checkIfTriggered(nil, keyboard, triggerFunc)
30
- end
31
- end
32
- end
33
- function checkIfTriggered(self, keyboard, triggerFunc)
34
- local isPressed = isKeyboardPressed(nil, keyboard)
35
- local wasPreviouslyPressed = keyPressedMap:getAndSetDefault(keyboard)
36
- keyPressedMap:set(keyboard, isPressed)
37
- if isPressed and not wasPreviouslyPressed then
38
- triggerFunc(nil)
39
- end
40
- end
41
- local FEATURE_NAME = "registerHotkeys"
42
- staticHotkeyFunctionMap = __TS__New(Map)
43
- dynamicHotkeyFunctionMap = __TS__New(Map)
44
- keyPressedMap = __TS__New(DefaultMap, false)
45
- ---
46
- -- @internal
47
- function ____exports.registerHotkeyInit(self, mod)
48
- mod:AddCallback(ModCallback.POST_RENDER, postRender)
49
- end
50
- --- Helper function to run arbitrary code when you press and release a specific keyboard key.
51
- --
52
- -- This can be used to easily set up custom hotkeys to facilitate custom game features or to assist
53
- -- in debugging.
54
- --
55
- -- @param keyboardOrFunc Either the key that you want to trigger the hotkey or a function that
56
- -- returns the key that will trigger the hotkey. Normally, you would just
57
- -- specify the key directly, but you can use a function for situations where
58
- -- the key can change (like if end-users can specify a custom hotkey using Mod
59
- -- Config Menu).
60
- -- @param triggerFunc A function containing the arbitrary code that you want to execute when the
61
- -- hotkey is triggered.
62
- function ____exports.registerHotkey(self, keyboardOrFunc, triggerFunc)
63
- errorIfFeaturesNotInitialized(nil, FEATURE_NAME)
64
- if isFunction(nil, keyboardOrFunc) then
65
- if dynamicHotkeyFunctionMap:has(keyboardOrFunc) then
66
- error("Failed to register a hotkey due to a custom hotkey already being defined for the submitted function.")
67
- end
68
- dynamicHotkeyFunctionMap:set(keyboardOrFunc, triggerFunc)
69
- else
70
- if staticHotkeyFunctionMap:has(keyboardOrFunc) then
71
- error(((("Failed to register a hotkey due to a hotkey already being defined for key: Keyboard." .. tostring(Keyboard[keyboardOrFunc])) .. " (") .. tostring(keyboardOrFunc)) .. ")")
72
- end
73
- staticHotkeyFunctionMap:set(keyboardOrFunc, triggerFunc)
74
- end
75
- end
76
- --- Helper function to remove a hotkey created with the `registerHotkey` function.
77
- --
78
- -- @param keyboardOrFunc Equal to the value that you passed when initially registering the hotkey.
79
- function ____exports.unregisterHotkey(self, keyboardOrFunc)
80
- errorIfFeaturesNotInitialized(nil, FEATURE_NAME)
81
- if isFunction(nil, keyboardOrFunc) then
82
- if not dynamicHotkeyFunctionMap:has(keyboardOrFunc) then
83
- error("Failed to unregister a hotkey since there is no existing hotkey defined for the submitted function.")
84
- end
85
- dynamicHotkeyFunctionMap:delete(keyboardOrFunc)
86
- else
87
- if not staticHotkeyFunctionMap:has(keyboardOrFunc) then
88
- error(((("Failed to unregister a hotkey since there is no existing hotkey defined for key: Keyboard." .. tostring(Keyboard[keyboardOrFunc])) .. " (") .. tostring(keyboardOrFunc)) .. ")")
89
- end
90
- staticHotkeyFunctionMap:delete(keyboardOrFunc)
91
- end
92
- end
93
- return ____exports
@@ -1 +0,0 @@
1
- {"version":3,"file":"roomClearFrame.d.ts","sourceRoot":"","sources":["../../src/features/roomClearFrame.ts"],"names":[],"mappings":";AAqCA;;;GAGG;AACH,wBAAgB,qBAAqB,IAAI,GAAG,GAAG,SAAS,CAGvD;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,IAAI,GAAG,GAAG,SAAS,CAGvD"}
@@ -1,38 +0,0 @@
1
- local ____exports = {}
2
- local postRoomClearChangedTrue, v
3
- local ____cachedClasses = require("core.cachedClasses")
4
- local game = ____cachedClasses.game
5
- local ____ModCallbackCustom = require("enums.ModCallbackCustom")
6
- local ModCallbackCustom = ____ModCallbackCustom.ModCallbackCustom
7
- local ____featuresInitialized = require("featuresInitialized")
8
- local errorIfFeaturesNotInitialized = ____featuresInitialized.errorIfFeaturesNotInitialized
9
- local ____exports = require("features.saveDataManager.exports")
10
- local saveDataManager = ____exports.saveDataManager
11
- function postRoomClearChangedTrue(self)
12
- local gameFrameCount = game:GetFrameCount()
13
- local room = game:GetRoom()
14
- local roomFrameCount = room:GetFrameCount()
15
- v.room.roomClearGameFrame = gameFrameCount
16
- v.room.roomClearRoomFrame = roomFrameCount
17
- end
18
- local FEATURE_NAME = "roomClearFrame"
19
- v = {room = {roomClearGameFrame = nil, roomClearRoomFrame = nil}}
20
- ---
21
- -- @internal
22
- function ____exports.roomClearFrameInit(self, mod)
23
- saveDataManager(nil, FEATURE_NAME, v)
24
- mod:AddCallbackCustom(ModCallbackCustom.POST_ROOM_CLEAR_CHANGED, postRoomClearChangedTrue, true)
25
- end
26
- --- Helper function to get the game frame (i.e. `Game.GetFrameCount`) of the last time that this room
27
- -- was cleared. Returns undefined if the room has never been cleared.
28
- function ____exports.getRoomClearGameFrame(self)
29
- errorIfFeaturesNotInitialized(nil, FEATURE_NAME)
30
- return v.room.roomClearGameFrame
31
- end
32
- --- Helper function to get the room frame (i.e. `Room.GetFrameCount`) of the last time that this room
33
- -- was cleared. Returns undefined if the room has never been cleared.
34
- function ____exports.getRoomClearRoomFrame(self)
35
- errorIfFeaturesNotInitialized(nil, FEATURE_NAME)
36
- return v.room.roomClearGameFrame
37
- end
38
- return ____exports
@@ -1 +0,0 @@
1
- {"version":3,"file":"roomHistory.d.ts","sourceRoot":"","sources":["../../src/features/roomHistory.ts"],"names":[],"mappings":"AAcA,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAmDhE;;;GAGG;AACH,wBAAgB,cAAc,IAAI,SAAS,eAAe,EAAE,CAG3D;AAED;;;;;GAKG;AACH,wBAAgB,0BAA0B,IAAI,eAAe,CAe5D;AAED;;;;;GAKG;AACH,wBAAgB,wBAAwB,IAAI,eAAe,CAS1D;AAED;;;;;;;;GAQG;AACH,wBAAgB,aAAa,IAAI,OAAO,CASvC"}
@@ -1,102 +0,0 @@
1
- local ____exports = {}
2
- local postNewRoomEarly, v
3
- local ____cachedClasses = require("core.cachedClasses")
4
- local game = ____cachedClasses.game
5
- local ____ModCallbackCustom = require("enums.ModCallbackCustom")
6
- local ModCallbackCustom = ____ModCallbackCustom.ModCallbackCustom
7
- local ____featuresInitialized = require("featuresInitialized")
8
- local errorIfFeaturesNotInitialized = ____featuresInitialized.errorIfFeaturesNotInitialized
9
- local ____array = require("functions.array")
10
- local getLastElement = ____array.getLastElement
11
- local ____roomData = require("functions.roomData")
12
- local getRoomGridIndex = ____roomData.getRoomGridIndex
13
- local getRoomListIndex = ____roomData.getRoomListIndex
14
- local getRoomName = ____roomData.getRoomName
15
- local getRoomStageID = ____roomData.getRoomStageID
16
- local getRoomSubType = ____roomData.getRoomSubType
17
- local getRoomVariant = ____roomData.getRoomVariant
18
- local getRoomVisitedCount = ____roomData.getRoomVisitedCount
19
- local ____exports = require("features.saveDataManager.exports")
20
- local saveDataManager = ____exports.saveDataManager
21
- function postNewRoomEarly(self)
22
- local level = game:GetLevel()
23
- local stage = level:GetStage()
24
- local stageType = level:GetStageType()
25
- local room = game:GetRoom()
26
- local roomType = room:GetType()
27
- local stageID = getRoomStageID(nil)
28
- local roomVariant = getRoomVariant(nil)
29
- local roomSubType = getRoomSubType(nil)
30
- local roomName = getRoomName(nil)
31
- local roomGridIndex = getRoomGridIndex(nil)
32
- local roomListIndex = getRoomListIndex(nil)
33
- local roomVisitedCount = getRoomVisitedCount(nil)
34
- local roomDescription = {
35
- stage = stage,
36
- stageType = stageType,
37
- stageID = stageID,
38
- roomType = roomType,
39
- roomVariant = roomVariant,
40
- roomSubType = roomSubType,
41
- roomName = roomName,
42
- roomGridIndex = roomGridIndex,
43
- roomListIndex = roomListIndex,
44
- roomVisitedCount = roomVisitedCount
45
- }
46
- local ____v_run_roomHistory_0 = v.run.roomHistory
47
- ____v_run_roomHistory_0[#____v_run_roomHistory_0 + 1] = roomDescription
48
- end
49
- local FEATURE_NAME = "roomHistory"
50
- v = {run = {roomHistory = {}}}
51
- ---
52
- -- @internal
53
- function ____exports.roomHistoryInit(self, mod)
54
- saveDataManager(nil, FEATURE_NAME, v)
55
- mod:AddCallbackCustom(ModCallbackCustom.POST_NEW_ROOM_EARLY, postNewRoomEarly)
56
- end
57
- --- Helper function to get information about all of the rooms that a player has visited thus far on
58
- -- this run.
59
- function ____exports.getRoomHistory(self)
60
- errorIfFeaturesNotInitialized(nil, FEATURE_NAME)
61
- return v.run.roomHistory
62
- end
63
- --- Helper function to get information about the room that was previously visited.
64
- --
65
- -- In the special case of only one room having been visited thus far (i.e. the starting room of the
66
- -- run), the starting room will be returned.
67
- function ____exports.getPreviousRoomDescription(self)
68
- local previousRoomDescription = v.run.roomHistory[#v.run.roomHistory - 2 + 1]
69
- if previousRoomDescription ~= nil then
70
- return previousRoomDescription
71
- end
72
- local startingRoomDescription = v.run.roomHistory[1]
73
- if startingRoomDescription ~= nil then
74
- return startingRoomDescription
75
- end
76
- error("Failed to find a room description for any rooms thus far on this run.")
77
- end
78
- --- Helper function to get information about the most recent room that is stored in the room history
79
- -- array.
80
- --
81
- -- This is useful in the `POST_ENTITY_REMOVE` callback; see the `isLeavingRoom` function.
82
- function ____exports.getLatestRoomDescription(self)
83
- local latestRoomDescription = getLastElement(nil, v.run.roomHistory)
84
- if latestRoomDescription == nil then
85
- error("Failed to get the latest room description since the room history array was empty.")
86
- end
87
- return latestRoomDescription
88
- end
89
- --- Helper function to detect if the game is in the state where the room index has changed to a new
90
- -- room, but the entities from the previous room are currently in the process of despawning. (At
91
- -- this point, the `POST_NEW_ROOM` callback will not have fired yet, and there will not be an entry
92
- -- in the room history array for the current room.)
93
- --
94
- -- This function is intended to be used in the `POST_ENTITY_REMOVE` callback to detect when an
95
- -- entity is pseudo-persistent entity such as a pickup is despawning.
96
- function ____exports.isLeavingRoom(self)
97
- local roomListIndex = getRoomListIndex(nil)
98
- local roomVisitedCount = getRoomVisitedCount(nil)
99
- local latestRoomDescription = ____exports.getLatestRoomDescription(nil)
100
- return roomListIndex ~= latestRoomDescription.roomListIndex or roomVisitedCount ~= latestRoomDescription.roomVisitedCount
101
- end
102
- return ____exports
@@ -1 +0,0 @@
1
- {"version":3,"file":"runInNFrames.d.ts","sourceRoot":"","sources":["../../src/features/runInNFrames.ts"],"names":[],"mappings":";AA0GA;;;;;;;;;GASG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,IAAI,EAAE,UAAU,EAAE,GAAG,GAAG,IAAI,CAOxE;AAED;;;;;;;;;GASG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,MAAM,IAAI,EAAE,YAAY,EAAE,GAAG,GAAG,IAAI,CAO5E;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,IAAI,GAAG,IAAI,CAGvD;AAED;;;;;;;GAOG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,MAAM,IAAI,GAAG,IAAI,CAGzD;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,MAAM,OAAO,EACnB,UAAU,EAAE,GAAG,EACf,cAAc,EAAE,OAAO,GACtB,IAAI,CAWN;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,MAAM,OAAO,EACnB,YAAY,EAAE,GAAG,EACjB,cAAc,EAAE,OAAO,GACtB,IAAI,CAWN"}
@@ -1,191 +0,0 @@
1
- local ____lualib = require("lualib_bundle")
2
- local __TS__ArrayFilter = ____lualib.__TS__ArrayFilter
3
- local ____exports = {}
4
- local postUpdate, postRender, checkExecuteQueuedFunctions, checkExecuteIntervalFunctions, v
5
- local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
6
- local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
7
- local ____cachedClasses = require("core.cachedClasses")
8
- local game = ____cachedClasses.game
9
- local ____featuresInitialized = require("featuresInitialized")
10
- local errorIfFeaturesNotInitialized = ____featuresInitialized.errorIfFeaturesNotInitialized
11
- local ____array = require("functions.array")
12
- local arrayRemoveInPlace = ____array.arrayRemoveInPlace
13
- local ____exports = require("features.saveDataManager.exports")
14
- local saveDataManager = ____exports.saveDataManager
15
- function postUpdate(self)
16
- local gameFrameCount = game:GetFrameCount()
17
- checkExecuteQueuedFunctions(nil, gameFrameCount, v.run.queuedGameFunctionTuples)
18
- checkExecuteIntervalFunctions(nil, gameFrameCount, v.run.intervalGameFunctionTuples)
19
- end
20
- function postRender(self)
21
- local renderFrameCount = Isaac.GetFrameCount()
22
- checkExecuteQueuedFunctions(nil, renderFrameCount, v.run.queuedRenderFunctionTuples)
23
- checkExecuteIntervalFunctions(nil, renderFrameCount, v.run.intervalRenderFunctionTuples)
24
- end
25
- function checkExecuteQueuedFunctions(self, frameCount, functionTuples)
26
- local firingFunctions = __TS__ArrayFilter(
27
- functionTuples,
28
- function(____, ____bindingPattern0)
29
- local frameCountToFire
30
- frameCountToFire = ____bindingPattern0[1]
31
- return frameCount >= frameCountToFire
32
- end
33
- )
34
- for ____, tuple in ipairs(firingFunctions) do
35
- local _frameCountToFire, func = table.unpack(tuple)
36
- func(nil)
37
- arrayRemoveInPlace(nil, functionTuples, tuple)
38
- end
39
- end
40
- function checkExecuteIntervalFunctions(self, frameCount, functionTuples)
41
- local firingFunctions = __TS__ArrayFilter(
42
- functionTuples,
43
- function(____, ____bindingPattern0)
44
- local frameCountToFire
45
- frameCountToFire = ____bindingPattern0[1]
46
- return frameCount >= frameCountToFire
47
- end
48
- )
49
- for ____, tuple in ipairs(firingFunctions) do
50
- local _frameCountToFire, func, numIntervalFrames = table.unpack(tuple)
51
- local returnValue = func(nil)
52
- arrayRemoveInPlace(nil, functionTuples, tuple)
53
- if returnValue then
54
- local nextFireFrame = frameCount + numIntervalFrames
55
- local newTuple = {nextFireFrame, func, numIntervalFrames}
56
- functionTuples[#functionTuples + 1] = newTuple
57
- end
58
- end
59
- end
60
- local FEATURE_NAME = "runInNFrames"
61
- v = {run = {queuedGameFunctionTuples = {}, queuedRenderFunctionTuples = {}, intervalGameFunctionTuples = {}, intervalRenderFunctionTuples = {}}}
62
- ---
63
- -- @internal
64
- function ____exports.runInNFramesInit(self, mod)
65
- saveDataManager(nil, FEATURE_NAME, v, false)
66
- mod:AddCallback(ModCallback.POST_UPDATE, postUpdate)
67
- mod:AddCallback(ModCallback.POST_RENDER, postRender)
68
- end
69
- --- Supply a function to run N game frames from now in the `POST_UPDATE` callback.
70
- --
71
- -- For a usage example, see the documentation for the `runNextGameFrame`, which is used in a similar
72
- -- way.
73
- --
74
- -- Note that this function will not handle saving and quitting. If a player saving and quitting
75
- -- before the deferred function fires would cause a bug in your mod, then you should handle deferred
76
- -- functions manually using serializable data.
77
- function ____exports.runInNGameFrames(self, func, gameFrames)
78
- errorIfFeaturesNotInitialized(nil, FEATURE_NAME)
79
- local gameFrameCount = game:GetFrameCount()
80
- local functionFireFrame = gameFrameCount + gameFrames
81
- local tuple = {functionFireFrame, func}
82
- local ____v_run_queuedGameFunctionTuples_0 = v.run.queuedGameFunctionTuples
83
- ____v_run_queuedGameFunctionTuples_0[#____v_run_queuedGameFunctionTuples_0 + 1] = tuple
84
- end
85
- --- Supply a function to run N render frames from now in the `POST_RENDER` callback.
86
- --
87
- -- For a usage example, see the documentation for the `runNextGameFrame`, which is used in a similar
88
- -- way.
89
- --
90
- -- Note that this function will not handle saving and quitting. If a player saving and quitting
91
- -- before the deferred function fires would cause a bug in your mod, then you should handle deferred
92
- -- functions manually using serializable data.
93
- function ____exports.runInNRenderFrames(self, func, renderFrames)
94
- errorIfFeaturesNotInitialized(nil, FEATURE_NAME)
95
- local renderFrameCount = Isaac.GetFrameCount()
96
- local functionFireFrame = renderFrameCount + renderFrames
97
- local tuple = {functionFireFrame, func}
98
- local ____v_run_queuedRenderFunctionTuples_1 = v.run.queuedRenderFunctionTuples
99
- ____v_run_queuedRenderFunctionTuples_1[#____v_run_queuedRenderFunctionTuples_1 + 1] = tuple
100
- end
101
- --- Supply a function to run on the next `POST_UPDATE` callback.
102
- --
103
- -- For example:
104
- --
105
- -- ```ts
106
- -- const NUM_EXPLODER_EXPLOSIONS = 5;
107
- --
108
- -- function useItemExploder(player: EntityPlayer) {
109
- -- playSound("exploderBegin");
110
- -- explode(player, NUM_EXPLODER_EXPLOSIONS);
111
- -- }
112
- --
113
- -- function explode(player: EntityPlayer, numFramesLeft: int) {
114
- -- Isaac.Explode(player, undefined, 1);
115
- -- numFramesLeft -= 1;
116
- -- if (numFramesLeft === 0) {
117
- -- runNextFrame(() => {
118
- -- explode(player, numFramesLeft);
119
- -- });
120
- -- }
121
- -- }
122
- -- ```
123
- --
124
- -- Note that this function will not handle saving and quitting. If a player saving and quitting
125
- -- before the deferred function fires would cause a bug in your mod, then you should handle deferred
126
- -- functions manually using serializable data.
127
- function ____exports.runNextGameFrame(self, func)
128
- errorIfFeaturesNotInitialized(nil, FEATURE_NAME)
129
- ____exports.runInNGameFrames(nil, func, 1)
130
- end
131
- --- Supply a function to run on the next `POST_RENDER` callback.
132
- --
133
- -- For a usage example, see the documentation for the `runNextGameFrame`, which is used in a similar
134
- -- way.
135
- --
136
- -- Note that this function will not handle saving and quitting.
137
- function ____exports.runNextRenderFrame(self, func)
138
- errorIfFeaturesNotInitialized(nil, FEATURE_NAME)
139
- ____exports.runInNRenderFrames(nil, func, 1)
140
- end
141
- --- Supply a function to be repeatedly run on an interval of N game frames in the `POST_UPDATE`
142
- -- callback. The function will continue to be fired until `false` is returned from the function.
143
- --
144
- -- This is similar to the `setInterval` vanilla JavaScript function, except there is no
145
- -- corresponding `clearInterval` function. (Instead, the return value from the supplied function is
146
- -- used to stop the interval.)
147
- --
148
- -- Note that this function will not handle saving and quitting. You must manually restart any
149
- -- intervals if the player saves and quits in the middle of a run.
150
- --
151
- -- @param func The function to repeatedly run on an interval.
152
- -- @param gameFrames The amount of game frames to wait between each run.
153
- -- @param runImmediately Whether or not to execute the function right now before waiting for the
154
- -- interval.
155
- function ____exports.setIntervalGameFrames(self, func, gameFrames, runImmediately)
156
- errorIfFeaturesNotInitialized(nil, FEATURE_NAME)
157
- local gameFrameCount = game:GetFrameCount()
158
- local functionFireFrame = gameFrameCount + gameFrames
159
- local tuple = {functionFireFrame, func, gameFrames}
160
- local ____v_run_intervalGameFunctionTuples_2 = v.run.intervalGameFunctionTuples
161
- ____v_run_intervalGameFunctionTuples_2[#____v_run_intervalGameFunctionTuples_2 + 1] = tuple
162
- if runImmediately then
163
- func(nil)
164
- end
165
- end
166
- --- Supply a function to be repeatedly run on an interval of N render frames in the `POST_RENDER`
167
- -- callback. The function will continue to be fired until `false` is returned from the function.
168
- --
169
- -- This is similar to the `setInterval` vanilla JavaScript function, except there is no
170
- -- corresponding `clearInterval` function. (Instead, the return value from the supplied function is
171
- -- used to stop the interval.)
172
- --
173
- -- Note that this function will not handle saving and quitting. You must manually restart any
174
- -- intervals if the player saves and quits in the middle of a run.
175
- --
176
- -- @param func The function to repeatedly run on an interval.
177
- -- @param renderFrames The amount of game frames to wait between each run.
178
- -- @param runImmediately Whether or not to execute the function right now before waiting for the
179
- -- interval.
180
- function ____exports.setIntervalRenderFrames(self, func, renderFrames, runImmediately)
181
- errorIfFeaturesNotInitialized(nil, FEATURE_NAME)
182
- local renderFrameCount = Isaac.GetFrameCount()
183
- local functionFireFrame = renderFrameCount + renderFrames
184
- local tuple = {functionFireFrame, func, renderFrames}
185
- local ____v_run_intervalGameFunctionTuples_3 = v.run.intervalGameFunctionTuples
186
- ____v_run_intervalGameFunctionTuples_3[#____v_run_intervalGameFunctionTuples_3 + 1] = tuple
187
- if runImmediately then
188
- func(nil)
189
- end
190
- end
191
- return ____exports
@@ -1 +0,0 @@
1
- {"version":3,"file":"runNextRoom.d.ts","sourceRoot":"","sources":["../../src/features/runNextRoom.ts"],"names":[],"mappings":"AAiCA;;;;;;GAMG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,IAAI,GAAG,IAAI,CAGlD"}
@@ -1,35 +0,0 @@
1
- local ____exports = {}
2
- local postNewRoomReordered, v
3
- local ____ModCallbackCustom = require("enums.ModCallbackCustom")
4
- local ModCallbackCustom = ____ModCallbackCustom.ModCallbackCustom
5
- local ____featuresInitialized = require("featuresInitialized")
6
- local errorIfFeaturesNotInitialized = ____featuresInitialized.errorIfFeaturesNotInitialized
7
- local ____array = require("functions.array")
8
- local emptyArray = ____array.emptyArray
9
- local ____exports = require("features.saveDataManager.exports")
10
- local saveDataManager = ____exports.saveDataManager
11
- function postNewRoomReordered(self)
12
- for ____, func in ipairs(v.run.queuedFunctions) do
13
- func(nil)
14
- end
15
- emptyArray(nil, v.run.queuedFunctions)
16
- end
17
- local FEATURE_NAME = "runNextRoom"
18
- v = {run = {queuedFunctions = {}}}
19
- ---
20
- -- @internal
21
- function ____exports.runNextRoomInit(self, mod)
22
- saveDataManager(nil, FEATURE_NAME, v, false)
23
- mod:AddCallbackCustom(ModCallbackCustom.POST_NEW_ROOM_REORDERED, postNewRoomReordered)
24
- end
25
- --- Supply a function to run on the next `POST_NEW_ROOM` callback.
26
- --
27
- -- Note that this function will not handle saving and quitting. If a player saving and quitting
28
- -- before the deferred function fires would cause a bug in your mod, then you should handle deferred
29
- -- functions manually using serializable data.
30
- function ____exports.runNextRoom(self, func)
31
- errorIfFeaturesNotInitialized(nil, FEATURE_NAME)
32
- local ____v_run_queuedFunctions_0 = v.run.queuedFunctions
33
- ____v_run_queuedFunctions_0[#____v_run_queuedFunctions_0 + 1] = func
34
- end
35
- return ____exports
@@ -1 +0,0 @@
1
- {"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../../../src/features/saveDataManager/exports.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAKtD,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAarD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyFG;AACH,wBAAgB,eAAe,CAAC,UAAU,EAAE,GAAG,EAAE,KAAK,EACpD,GAAG,EAAE,MAAM,EAAE,qEAAqE;AAClF,CAAC,EAAE,QAAQ,CAAC,UAAU,EAAE,GAAG,EAAE,KAAK,CAAC,EACnC,eAAe,CAAC,EAAE,MAAM,OAAO,GAC9B,IAAI,CAAC;AACR,wBAAgB,eAAe,CAC7B,GAAG,EAAE,MAAM,EAAE,kEAAkE;AAC/E,CAAC,EAAE,QAAQ,EACX,eAAe,EAAE,KAAK,GACrB,IAAI,CAAC;AA+CR;;;;;;;GAOG;AACH,wBAAgB,mBAAmB,IAAI,IAAI,CAG1C;AAED;;;;GAIG;AACH,wBAAgB,mBAAmB,IAAI,IAAI,CAG1C;AAQD;;;;;;GAMG;AACH,wBAAgB,wBAAwB,IAAI,IAAI,CAK/C;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,oBAAoB,CAClC,GAAG,EAAE,MAAM,EACX,cAAc,EAAE,WAAW,GAC1B,IAAI,CAiBN"}
@@ -1,189 +0,0 @@
1
- local ____lualib = require("lualib_bundle")
2
- local __TS__TypeOf = ____lualib.__TS__TypeOf
3
- local __TS__ObjectKeys = ____lualib.__TS__ObjectKeys
4
- local ____exports = {}
5
- local ____SerializationType = require("enums.SerializationType")
6
- local SerializationType = ____SerializationType.SerializationType
7
- local ____featuresInitialized = require("featuresInitialized")
8
- local errorIfFeaturesNotInitialized = ____featuresInitialized.errorIfFeaturesNotInitialized
9
- local ____deepCopy = require("functions.deepCopy")
10
- local deepCopy = ____deepCopy.deepCopy
11
- local ____types = require("functions.types")
12
- local isString = ____types.isString
13
- local ____main = require("features.saveDataManager.main")
14
- local forceSaveDataManagerLoad = ____main.forceSaveDataManagerLoad
15
- local forceSaveDataManagerSave = ____main.forceSaveDataManagerSave
16
- local restoreDefaultSaveData = ____main.restoreDefaultSaveData
17
- local ____maps = require("features.saveDataManager.maps")
18
- local saveDataConditionalFuncMap = ____maps.saveDataConditionalFuncMap
19
- local saveDataDefaultsMap = ____maps.saveDataDefaultsMap
20
- local saveDataMap = ____maps.saveDataMap
21
- local ____saveDataManagerConstants = require("features.saveDataManager.saveDataManagerConstants")
22
- local SAVE_DATA_MANAGER_FEATURE_NAME = ____saveDataManagerConstants.SAVE_DATA_MANAGER_FEATURE_NAME
23
- --- This is the entry point to the save data manager, a system which provides two major features:
24
- --
25
- -- 1. automatic resetting of variables on a new run, on a new level, or on a new room (as desired)
26
- -- 2. automatic saving and loading of all tracked data to the "save#.dat" file
27
- --
28
- -- You feed this function with an object containing your variables, and then it will automatically
29
- -- manage them for you. (See below for an example.)
30
- --
31
- -- The save data manager is meant to be called once for each feature of your mod. In other words,
32
- -- you should not put all of the data for your mod on the same object. Instead, scope your variables
33
- -- locally to a single file that contains a mod feature, and then call this function to register
34
- -- them. For example:
35
- --
36
- -- ```ts
37
- -- // in file: feature1.ts
38
- -- import { saveDataManager } from "isaacscript-common";
39
- --
40
- -- // Declare local variables for this file or feature.
41
- -- const v = {
42
- -- // These variables are never reset; manage them yourself at will.
43
- -- persistent: {
44
- -- foo1: 0,
45
- -- },
46
- --
47
- -- // These variables are reset at the beginning of every run.
48
- -- run: {
49
- -- foo2: 0,
50
- -- },
51
- --
52
- -- // These variables are reset at the beginning of every level.
53
- -- level: {
54
- -- foo3: 0,
55
- -- },
56
- --
57
- -- // These variables are reset at the beginning of every room.
58
- -- room: {
59
- -- foo4: 0,
60
- -- },
61
- -- };
62
- -- // Every child object is optional; only create the ones that you need.
63
- --
64
- -- // Register the variables with the save data manager. (We need to provide a string key that
65
- -- // matches the name of this file.)
66
- -- function feature1Init() {
67
- -- saveDataManager("feature1", v);
68
- -- }
69
- --
70
- -- // Elsewhere in the file, use your variables.
71
- -- function feature1Function() {
72
- -- if (v.run.foo1 > 0) {
73
- -- // Insert code here.
74
- -- }
75
- -- }
76
- -- ```
77
- --
78
- -- - Save data is loaded from disk in the `POST_PLAYER_INIT` callback (i.e. the first callback that
79
- -- can possibly run).
80
- -- - Save data is recorded to disk in the `PRE_GAME_EXIT` callback.
81
- --
82
- -- You can put lots of data types on your variable objects, but not everything is supported. For the
83
- -- specific things that are supported, see the documentation for the `deepCopy` helper function.
84
- --
85
- -- Note that before using the save data manager, you must call the `upgradeMod` function. (Upgrade
86
- -- your mod before registering any of your own callbacks so that the save data manager will run
87
- -- before any of your code does.)
88
- --
89
- -- If you want the save data manager to load data before the `POST_PLAYER_INIT` callback (i.e. in
90
- -- the main menu), then you should explicitly call the `saveDataManagerLoad` function. (The save
91
- -- data manager cannot do this on its own because it cannot know when your mod features are finished
92
- -- initializing.)
93
- --
94
- -- Finally, some features may have variables that need to be automatically reset per run/level, but
95
- -- not saved to disk on game exit. (For example, if they contain functions or other non-serializable
96
- -- data.) For these cases, set the second argument to `() => false`.
97
- --
98
- -- @param key The name of the file or feature that is submitting data to be managed by the save data
99
- -- manager. The save data manager will throw an error if the key is already registered.
100
- -- @param v An object that corresponds to the `SaveData` interface. The object is conventionally
101
- -- called "v" for brevity. ("v" is short for "local variables").
102
- -- @param conditionalFunc Optional. A function to run to check if this save data should be written
103
- -- to disk. Default is `() => true`, meaning that this save data will always
104
- -- be written to disk. Use a conditional function for the situations when the
105
- -- local variables are for a feature that the end-user can disable. (If the
106
- -- feature is disabled, then there would be no point in writing any of the
107
- -- variables to the "save#.dat" file.) You can also specify `false` to this
108
- -- argument in order to completely disable saving data. (Specifying `false`
109
- -- will allow you to use non-serializable objects in your save data, such as
110
- -- `EntityPtr`.
111
- function ____exports.saveDataManager(self, key, v, conditionalFunc)
112
- errorIfFeaturesNotInitialized(nil, SAVE_DATA_MANAGER_FEATURE_NAME)
113
- if not isString(nil, key) then
114
- error((("The " .. SAVE_DATA_MANAGER_FEATURE_NAME) .. " requires that keys are strings. You tried to use a key of type: ") .. __TS__TypeOf(key))
115
- end
116
- if saveDataMap[key] ~= nil then
117
- error((("The " .. SAVE_DATA_MANAGER_FEATURE_NAME) .. " is already managing save data for a key of: ") .. key)
118
- end
119
- saveDataMap[key] = v
120
- if conditionalFunc == false then
121
- conditionalFunc = function() return false end
122
- end
123
- local saveDataKeys = __TS__ObjectKeys(v)
124
- if #saveDataKeys == 1 and saveDataKeys[1] == "room" then
125
- conditionalFunc = function() return false end
126
- end
127
- local saveDataCopy = deepCopy(nil, v, SerializationType.NONE, key)
128
- saveDataDefaultsMap[key] = saveDataCopy
129
- if conditionalFunc ~= nil then
130
- saveDataConditionalFuncMap[key] = conditionalFunc
131
- end
132
- end
133
- --- The save data manager will automatically load variables from disk at the appropriate times (i.e.
134
- -- when a new run is started). Use this function to explicitly force the save data manager to load
135
- -- all of its variables from disk immediately.
136
- --
137
- -- Obviously, doing this will overwrite the current data, so using this function can potentially
138
- -- result in lost state.
139
- function ____exports.saveDataManagerLoad(self)
140
- errorIfFeaturesNotInitialized(nil, SAVE_DATA_MANAGER_FEATURE_NAME)
141
- forceSaveDataManagerLoad(nil)
142
- end
143
- --- The save data manager will automatically save variables to disk at the appropriate times (i.e.
144
- -- when the run is exited). Use this function to explicitly force the save data manager to write all
145
- -- of its variables to disk immediately.
146
- function ____exports.saveDataManagerSave(self)
147
- errorIfFeaturesNotInitialized(nil, SAVE_DATA_MANAGER_FEATURE_NAME)
148
- forceSaveDataManagerSave(nil)
149
- end
150
- --- - Sets the global variable of "g" equal to all of the save data variables for this mod.
151
- -- - Sets the global variable of "gd" equal to all of the save data default variables for this mod.
152
- --
153
- -- This can make debugging easier, as you can access the variables from the game's debug console.
154
- -- e.g. `l print(g.feature1.foo)`
155
- function ____exports.saveDataManagerSetGlobal(self)
156
- errorIfFeaturesNotInitialized(nil, SAVE_DATA_MANAGER_FEATURE_NAME)
157
- g = saveDataMap
158
- gd = saveDataDefaultsMap
159
- end
160
- --- The save data manager will automatically reset variables at the appropriate times (i.e. when a
161
- -- player enters a new room). Use this function to explicitly force the save data manager to reset a
162
- -- specific variable group.
163
- --
164
- -- For example:
165
- --
166
- -- ```ts
167
- -- const v = {
168
- -- room: {
169
- -- foo: 123,
170
- -- },
171
- -- };
172
- --
173
- -- saveDataManager("file1", v);
174
- --
175
- -- // Then, later on, to explicit reset all of the "room" variables:
176
- -- saveDataManagerReset("file1", "room");
177
- -- ```
178
- function ____exports.saveDataManagerReset(self, key, childObjectKey)
179
- errorIfFeaturesNotInitialized(nil, SAVE_DATA_MANAGER_FEATURE_NAME)
180
- if not isString(nil, key) then
181
- error((("The " .. SAVE_DATA_MANAGER_FEATURE_NAME) .. " requires that keys are strings. You tried to use a key of type: ") .. __TS__TypeOf(key))
182
- end
183
- local saveData = saveDataMap[key]
184
- if saveData == nil then
185
- error((("The " .. SAVE_DATA_MANAGER_FEATURE_NAME) .. " is not managing save data for a key of: ") .. key)
186
- end
187
- restoreDefaultSaveData(nil, key, saveData, childObjectKey)
188
- end
189
- return ____exports
@@ -1 +0,0 @@
1
- {"version":3,"file":"load.d.ts","sourceRoot":"","sources":["../../../src/features/saveDataManager/load.ts"],"names":[],"mappings":";;AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AASrD,wBAAgB,YAAY,CAC1B,GAAG,EAAE,GAAG,EACR,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,GACpC,IAAI,CAqDN"}