isaacscript-common 14.1.3 → 15.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2027) hide show
  1. package/dist/index.d.ts +3414 -3206
  2. package/dist/isaacscript-common.lua +27538 -32356
  3. package/dist/src/callbacks.d.ts +108 -20
  4. package/dist/src/callbacks.d.ts.map +1 -1
  5. package/dist/src/callbacks.lua +185 -53
  6. package/dist/src/classes/ModFeature.d.ts +3 -3
  7. package/dist/src/classes/ModFeature.d.ts.map +1 -1
  8. package/dist/src/classes/ModFeature.lua +27 -6
  9. package/dist/src/classes/ModUpgradedBase.d.ts +86 -0
  10. package/dist/src/classes/ModUpgradedBase.d.ts.map +1 -0
  11. package/dist/src/classes/ModUpgradedBase.lua +264 -0
  12. package/dist/src/classes/callbacks/PostAmbushFinished.d.ts +5 -3
  13. package/dist/src/classes/callbacks/PostAmbushFinished.d.ts.map +1 -1
  14. package/dist/src/classes/callbacks/PostAmbushFinished.lua +7 -4
  15. package/dist/src/classes/callbacks/PostAmbushStarted.d.ts +5 -3
  16. package/dist/src/classes/callbacks/PostAmbushStarted.d.ts.map +1 -1
  17. package/dist/src/classes/callbacks/PostAmbushStarted.lua +7 -4
  18. package/dist/src/classes/callbacks/PostBombExploded.d.ts +5 -3
  19. package/dist/src/classes/callbacks/PostBombExploded.d.ts.map +1 -1
  20. package/dist/src/classes/callbacks/PostBombExploded.lua +7 -4
  21. package/dist/src/classes/callbacks/PostBombInitLate.d.ts +5 -3
  22. package/dist/src/classes/callbacks/PostBombInitLate.d.ts.map +1 -1
  23. package/dist/src/classes/callbacks/PostBombInitLate.lua +7 -4
  24. package/dist/src/classes/callbacks/PostBoneSwing.d.ts +2 -2
  25. package/dist/src/classes/callbacks/PostBoneSwing.d.ts.map +1 -1
  26. package/dist/src/classes/callbacks/PostCollectibleEmpty.d.ts +4 -4
  27. package/dist/src/classes/callbacks/PostCollectibleEmpty.d.ts.map +1 -1
  28. package/dist/src/classes/callbacks/PostCollectibleEmpty.lua +5 -8
  29. package/dist/src/classes/callbacks/PostCollectibleInitFirst.d.ts +5 -3
  30. package/dist/src/classes/callbacks/PostCollectibleInitFirst.d.ts.map +1 -1
  31. package/dist/src/classes/callbacks/PostCollectibleInitFirst.lua +7 -4
  32. package/dist/src/classes/callbacks/PostCursedTeleport.d.ts +5 -3
  33. package/dist/src/classes/callbacks/PostCursedTeleport.d.ts.map +1 -1
  34. package/dist/src/classes/callbacks/PostCursedTeleport.lua +7 -4
  35. package/dist/src/classes/callbacks/PostCustomRevive.d.ts +6 -3
  36. package/dist/src/classes/callbacks/PostCustomRevive.d.ts.map +1 -1
  37. package/dist/src/classes/callbacks/PostCustomRevive.lua +9 -4
  38. package/dist/src/classes/callbacks/PostDiceRoomActivated.d.ts +5 -4
  39. package/dist/src/classes/callbacks/PostDiceRoomActivated.d.ts.map +1 -1
  40. package/dist/src/classes/callbacks/PostDiceRoomActivated.lua +5 -8
  41. package/dist/src/classes/callbacks/PostDoorRender.d.ts +5 -3
  42. package/dist/src/classes/callbacks/PostDoorRender.d.ts.map +1 -1
  43. package/dist/src/classes/callbacks/PostDoorRender.lua +7 -4
  44. package/dist/src/classes/callbacks/PostDoorUpdate.d.ts +5 -3
  45. package/dist/src/classes/callbacks/PostDoorUpdate.d.ts.map +1 -1
  46. package/dist/src/classes/callbacks/PostDoorUpdate.lua +7 -4
  47. package/dist/src/classes/callbacks/PostEffectInitLate.d.ts +5 -3
  48. package/dist/src/classes/callbacks/PostEffectInitLate.d.ts.map +1 -1
  49. package/dist/src/classes/callbacks/PostEffectInitLate.lua +7 -4
  50. package/dist/src/classes/callbacks/PostEffectStateChanged.d.ts +5 -3
  51. package/dist/src/classes/callbacks/PostEffectStateChanged.d.ts.map +1 -1
  52. package/dist/src/classes/callbacks/PostEffectStateChanged.lua +7 -4
  53. package/dist/src/classes/callbacks/PostEsauJr.d.ts +2 -2
  54. package/dist/src/classes/callbacks/PostEsauJr.d.ts.map +1 -1
  55. package/dist/src/classes/callbacks/PostFamiliarInitLate.d.ts +5 -3
  56. package/dist/src/classes/callbacks/PostFamiliarInitLate.d.ts.map +1 -1
  57. package/dist/src/classes/callbacks/PostFamiliarInitLate.lua +7 -4
  58. package/dist/src/classes/callbacks/PostFamiliarStateChanged.d.ts +5 -3
  59. package/dist/src/classes/callbacks/PostFamiliarStateChanged.d.ts.map +1 -1
  60. package/dist/src/classes/callbacks/PostFamiliarStateChanged.lua +7 -4
  61. package/dist/src/classes/callbacks/PostFirstEsauJr.d.ts +2 -2
  62. package/dist/src/classes/callbacks/PostFirstEsauJr.d.ts.map +1 -1
  63. package/dist/src/classes/callbacks/PostFirstFlip.d.ts +2 -2
  64. package/dist/src/classes/callbacks/PostFirstFlip.d.ts.map +1 -1
  65. package/dist/src/classes/callbacks/PostFlip.d.ts +2 -2
  66. package/dist/src/classes/callbacks/PostFlip.d.ts.map +1 -1
  67. package/dist/src/classes/callbacks/PostGameStartedReordered.d.ts +2 -2
  68. package/dist/src/classes/callbacks/PostGameStartedReordered.d.ts.map +1 -1
  69. package/dist/src/classes/callbacks/PostGameStartedReorderedLast.d.ts +2 -2
  70. package/dist/src/classes/callbacks/PostGameStartedReorderedLast.d.ts.map +1 -1
  71. package/dist/src/classes/callbacks/PostGreedModeWave.d.ts +2 -2
  72. package/dist/src/classes/callbacks/PostGreedModeWave.d.ts.map +1 -1
  73. package/dist/src/classes/callbacks/PostGridEntityBroken.d.ts +5 -3
  74. package/dist/src/classes/callbacks/PostGridEntityBroken.d.ts.map +1 -1
  75. package/dist/src/classes/callbacks/PostGridEntityBroken.lua +8 -5
  76. package/dist/src/classes/callbacks/PostGridEntityCollision.d.ts +4 -4
  77. package/dist/src/classes/callbacks/PostGridEntityCollision.d.ts.map +1 -1
  78. package/dist/src/classes/callbacks/PostGridEntityCollision.lua +7 -19
  79. package/dist/src/classes/callbacks/PostGridEntityCustomBroken.d.ts +5 -3
  80. package/dist/src/classes/callbacks/PostGridEntityCustomBroken.d.ts.map +1 -1
  81. package/dist/src/classes/callbacks/PostGridEntityCustomBroken.lua +8 -5
  82. package/dist/src/classes/callbacks/PostGridEntityCustomCollision.d.ts +4 -4
  83. package/dist/src/classes/callbacks/PostGridEntityCustomCollision.d.ts.map +1 -1
  84. package/dist/src/classes/callbacks/PostGridEntityCustomCollision.lua +5 -14
  85. package/dist/src/classes/callbacks/PostGridEntityCustomInit.d.ts +5 -3
  86. package/dist/src/classes/callbacks/PostGridEntityCustomInit.d.ts.map +1 -1
  87. package/dist/src/classes/callbacks/PostGridEntityCustomInit.lua +8 -5
  88. package/dist/src/classes/callbacks/PostGridEntityCustomRemove.d.ts +4 -4
  89. package/dist/src/classes/callbacks/PostGridEntityCustomRemove.d.ts.map +1 -1
  90. package/dist/src/classes/callbacks/PostGridEntityCustomRemove.lua +5 -8
  91. package/dist/src/classes/callbacks/PostGridEntityCustomRender.d.ts +8 -0
  92. package/dist/src/classes/callbacks/PostGridEntityCustomRender.d.ts.map +1 -0
  93. package/dist/src/classes/callbacks/PostGridEntityCustomRender.lua +20 -0
  94. package/dist/src/classes/callbacks/PostGridEntityCustomStateChanged.d.ts +5 -3
  95. package/dist/src/classes/callbacks/PostGridEntityCustomStateChanged.d.ts.map +1 -1
  96. package/dist/src/classes/callbacks/PostGridEntityCustomStateChanged.lua +8 -5
  97. package/dist/src/classes/callbacks/PostGridEntityCustomUpdate.d.ts +5 -3
  98. package/dist/src/classes/callbacks/PostGridEntityCustomUpdate.d.ts.map +1 -1
  99. package/dist/src/classes/callbacks/PostGridEntityCustomUpdate.lua +8 -5
  100. package/dist/src/classes/callbacks/PostGridEntityInit.d.ts +5 -3
  101. package/dist/src/classes/callbacks/PostGridEntityInit.d.ts.map +1 -1
  102. package/dist/src/classes/callbacks/PostGridEntityInit.lua +8 -5
  103. package/dist/src/classes/callbacks/PostGridEntityRemove.d.ts +4 -4
  104. package/dist/src/classes/callbacks/PostGridEntityRemove.d.ts.map +1 -1
  105. package/dist/src/classes/callbacks/PostGridEntityRemove.lua +5 -11
  106. package/dist/src/classes/callbacks/PostGridEntityRender.d.ts +8 -0
  107. package/dist/src/classes/callbacks/PostGridEntityRender.d.ts.map +1 -0
  108. package/dist/src/classes/callbacks/PostGridEntityRender.lua +20 -0
  109. package/dist/src/classes/callbacks/PostGridEntityStateChanged.d.ts +5 -3
  110. package/dist/src/classes/callbacks/PostGridEntityStateChanged.d.ts.map +1 -1
  111. package/dist/src/classes/callbacks/PostGridEntityStateChanged.lua +8 -5
  112. package/dist/src/classes/callbacks/PostGridEntityUpdate.d.ts +5 -3
  113. package/dist/src/classes/callbacks/PostGridEntityUpdate.d.ts.map +1 -1
  114. package/dist/src/classes/callbacks/PostGridEntityUpdate.lua +8 -5
  115. package/dist/src/classes/callbacks/PostHolyMantleRemoved.d.ts +4 -2
  116. package/dist/src/classes/callbacks/PostHolyMantleRemoved.d.ts.map +1 -1
  117. package/dist/src/classes/callbacks/PostHolyMantleRemoved.lua +6 -3
  118. package/dist/src/classes/callbacks/PostItemDischarge.d.ts +43 -0
  119. package/dist/src/classes/callbacks/PostItemDischarge.d.ts.map +1 -0
  120. package/dist/src/classes/callbacks/PostItemDischarge.lua +113 -0
  121. package/dist/src/classes/callbacks/PostItemPickup.d.ts +8 -0
  122. package/dist/src/classes/callbacks/PostItemPickup.d.ts.map +1 -0
  123. package/dist/src/classes/callbacks/PostItemPickup.lua +20 -0
  124. package/dist/src/classes/callbacks/PostKnifeInitLate.d.ts +5 -3
  125. package/dist/src/classes/callbacks/PostKnifeInitLate.d.ts.map +1 -1
  126. package/dist/src/classes/callbacks/PostKnifeInitLate.lua +7 -4
  127. package/dist/src/classes/callbacks/PostLaserInitLate.d.ts +14 -0
  128. package/dist/src/classes/callbacks/PostLaserInitLate.d.ts.map +1 -0
  129. package/dist/src/classes/callbacks/PostLaserInitLate.lua +30 -0
  130. package/dist/src/classes/callbacks/PostNPCInitLate.d.ts +14 -0
  131. package/dist/src/classes/callbacks/PostNPCInitLate.d.ts.map +1 -0
  132. package/dist/src/classes/callbacks/PostNPCInitLate.lua +30 -0
  133. package/dist/src/classes/callbacks/PostNPCStateChanged.d.ts +16 -0
  134. package/dist/src/classes/callbacks/PostNPCStateChanged.d.ts.map +1 -0
  135. package/dist/src/classes/callbacks/PostNPCStateChanged.lua +36 -0
  136. package/dist/src/classes/callbacks/PostNewLevelReordered.d.ts +2 -2
  137. package/dist/src/classes/callbacks/PostNewLevelReordered.d.ts.map +1 -1
  138. package/dist/src/classes/callbacks/PostNewRoomEarly.d.ts +2 -2
  139. package/dist/src/classes/callbacks/PostNewRoomEarly.d.ts.map +1 -1
  140. package/dist/src/classes/callbacks/PostNewRoomReordered.d.ts +2 -2
  141. package/dist/src/classes/callbacks/PostNewRoomReordered.d.ts.map +1 -1
  142. package/dist/src/classes/callbacks/PostPEffectUpdateReordered.d.ts +5 -3
  143. package/dist/src/classes/callbacks/PostPEffectUpdateReordered.d.ts.map +1 -1
  144. package/dist/src/classes/callbacks/PostPEffectUpdateReordered.lua +7 -4
  145. package/dist/src/classes/callbacks/PostPickupCollect.d.ts +14 -0
  146. package/dist/src/classes/callbacks/PostPickupCollect.d.ts.map +1 -0
  147. package/dist/src/classes/callbacks/PostPickupCollect.lua +38 -0
  148. package/dist/src/classes/callbacks/PostPickupInitFirst.d.ts +14 -0
  149. package/dist/src/classes/callbacks/PostPickupInitFirst.d.ts.map +1 -0
  150. package/dist/src/classes/callbacks/PostPickupInitFirst.lua +35 -0
  151. package/dist/src/classes/callbacks/PostPickupInitLate.d.ts +14 -0
  152. package/dist/src/classes/callbacks/PostPickupInitLate.d.ts.map +1 -0
  153. package/dist/src/classes/callbacks/PostPickupInitLate.lua +30 -0
  154. package/dist/src/classes/callbacks/PostPickupStateChanged.d.ts +15 -0
  155. package/dist/src/classes/callbacks/PostPickupStateChanged.d.ts.map +1 -0
  156. package/dist/src/classes/callbacks/PostPickupStateChanged.lua +36 -0
  157. package/dist/src/classes/callbacks/PostPitRender.d.ts +5 -3
  158. package/dist/src/classes/callbacks/PostPitRender.d.ts.map +1 -1
  159. package/dist/src/classes/callbacks/PostPitRender.lua +7 -4
  160. package/dist/src/classes/callbacks/PostPitUpdate.d.ts +9 -0
  161. package/dist/src/classes/callbacks/PostPitUpdate.d.ts.map +1 -0
  162. package/dist/src/classes/callbacks/PostPitUpdate.lua +27 -0
  163. package/dist/src/classes/callbacks/PostPlayerChangeHealth.d.ts +17 -0
  164. package/dist/src/classes/callbacks/PostPlayerChangeHealth.d.ts.map +1 -0
  165. package/dist/src/classes/callbacks/PostPlayerChangeHealth.lua +55 -0
  166. package/dist/src/classes/callbacks/PostPlayerChangeStat.d.ts +18 -0
  167. package/dist/src/classes/callbacks/PostPlayerChangeStat.d.ts.map +1 -0
  168. package/dist/src/classes/callbacks/PostPlayerChangeStat.lua +97 -0
  169. package/dist/src/classes/callbacks/PostPlayerChangeType.d.ts +17 -0
  170. package/dist/src/classes/callbacks/PostPlayerChangeType.d.ts.map +1 -0
  171. package/dist/src/classes/callbacks/PostPlayerChangeType.lua +38 -0
  172. package/dist/src/classes/callbacks/PostPlayerCollectibleAdded.d.ts +8 -0
  173. package/dist/src/classes/callbacks/PostPlayerCollectibleAdded.d.ts.map +1 -0
  174. package/dist/src/classes/callbacks/PostPlayerCollectibleAdded.lua +20 -0
  175. package/dist/src/classes/callbacks/PostPlayerCollectibleRemoved.d.ts +8 -0
  176. package/dist/src/classes/callbacks/PostPlayerCollectibleRemoved.d.ts.map +1 -0
  177. package/dist/src/classes/callbacks/PostPlayerCollectibleRemoved.lua +20 -0
  178. package/dist/src/classes/callbacks/PostPlayerFatalDamage.d.ts +5 -3
  179. package/dist/src/classes/callbacks/PostPlayerFatalDamage.d.ts.map +1 -1
  180. package/dist/src/classes/callbacks/PostPlayerFatalDamage.lua +7 -4
  181. package/dist/src/classes/callbacks/PostPlayerInitFirst.d.ts +10 -0
  182. package/dist/src/classes/callbacks/PostPlayerInitFirst.d.ts.map +1 -0
  183. package/dist/src/classes/callbacks/PostPlayerInitFirst.lua +39 -0
  184. package/dist/src/classes/callbacks/PostPlayerInitLate.d.ts +15 -0
  185. package/dist/src/classes/callbacks/PostPlayerInitLate.d.ts.map +1 -0
  186. package/dist/src/classes/callbacks/PostPlayerInitLate.lua +32 -0
  187. package/dist/src/classes/callbacks/PostPlayerRenderReordered.d.ts +5 -3
  188. package/dist/src/classes/callbacks/PostPlayerRenderReordered.d.ts.map +1 -1
  189. package/dist/src/classes/callbacks/PostPlayerRenderReordered.lua +7 -4
  190. package/dist/src/classes/callbacks/PostPlayerUpdateReordered.d.ts +5 -3
  191. package/dist/src/classes/callbacks/PostPlayerUpdateReordered.d.ts.map +1 -1
  192. package/dist/src/classes/callbacks/PostPlayerUpdateReordered.lua +7 -4
  193. package/dist/src/classes/callbacks/PostPoopRender.d.ts +9 -0
  194. package/dist/src/classes/callbacks/PostPoopRender.d.ts.map +1 -0
  195. package/dist/src/classes/callbacks/PostPoopRender.lua +27 -0
  196. package/dist/src/classes/callbacks/PostPoopUpdate.d.ts +9 -0
  197. package/dist/src/classes/callbacks/PostPoopUpdate.d.ts.map +1 -0
  198. package/dist/src/classes/callbacks/PostPoopUpdate.lua +27 -0
  199. package/dist/src/classes/callbacks/PostPressurePlateRender.d.ts +9 -0
  200. package/dist/src/classes/callbacks/PostPressurePlateRender.d.ts.map +1 -0
  201. package/dist/src/classes/callbacks/PostPressurePlateRender.lua +27 -0
  202. package/dist/src/classes/callbacks/PostPressurePlateUpdate.d.ts +9 -0
  203. package/dist/src/classes/callbacks/PostPressurePlateUpdate.d.ts.map +1 -0
  204. package/dist/src/classes/callbacks/PostPressurePlateUpdate.lua +27 -0
  205. package/dist/src/classes/callbacks/PostProjectileInitLate.d.ts +14 -0
  206. package/dist/src/classes/callbacks/PostProjectileInitLate.d.ts.map +1 -0
  207. package/dist/src/classes/callbacks/PostProjectileInitLate.lua +30 -0
  208. package/dist/src/classes/callbacks/PostPurchase.d.ts +18 -0
  209. package/dist/src/classes/callbacks/PostPurchase.d.ts.map +1 -0
  210. package/dist/src/classes/callbacks/PostPurchase.lua +50 -0
  211. package/dist/src/classes/callbacks/PostRockRender.d.ts +9 -0
  212. package/dist/src/classes/callbacks/PostRockRender.d.ts.map +1 -0
  213. package/dist/src/classes/callbacks/PostRockRender.lua +27 -0
  214. package/dist/src/classes/callbacks/PostRockUpdate.d.ts +9 -0
  215. package/dist/src/classes/callbacks/PostRockUpdate.d.ts.map +1 -0
  216. package/dist/src/classes/callbacks/PostRockUpdate.lua +27 -0
  217. package/dist/src/classes/callbacks/PostRoomClearChanged.d.ts +7 -4
  218. package/dist/src/classes/callbacks/PostRoomClearChanged.d.ts.map +1 -1
  219. package/dist/src/classes/callbacks/PostRoomClearChanged.lua +10 -2
  220. package/dist/src/classes/callbacks/PostSacrifice.d.ts +14 -0
  221. package/dist/src/classes/callbacks/PostSacrifice.d.ts.map +1 -0
  222. package/dist/src/classes/callbacks/PostSacrifice.lua +43 -0
  223. package/dist/src/classes/callbacks/PostSlotAnimationChanged.d.ts +8 -0
  224. package/dist/src/classes/callbacks/PostSlotAnimationChanged.d.ts.map +1 -0
  225. package/dist/src/classes/callbacks/PostSlotAnimationChanged.lua +20 -0
  226. package/dist/src/classes/callbacks/PostSlotCollision.d.ts +9 -0
  227. package/dist/src/classes/callbacks/PostSlotCollision.d.ts.map +1 -0
  228. package/dist/src/classes/callbacks/PostSlotCollision.lua +28 -0
  229. package/dist/src/classes/callbacks/PostSlotDestroyed.d.ts +16 -0
  230. package/dist/src/classes/callbacks/PostSlotDestroyed.d.ts.map +1 -0
  231. package/dist/src/classes/callbacks/PostSlotDestroyed.lua +68 -0
  232. package/dist/src/classes/callbacks/PostSlotInit.d.ts +8 -0
  233. package/dist/src/classes/callbacks/PostSlotInit.d.ts.map +1 -0
  234. package/dist/src/classes/callbacks/PostSlotInit.lua +20 -0
  235. package/dist/src/classes/callbacks/PostSlotRender.d.ts +8 -0
  236. package/dist/src/classes/callbacks/PostSlotRender.d.ts.map +1 -0
  237. package/dist/src/classes/callbacks/PostSlotRender.lua +20 -0
  238. package/dist/src/classes/callbacks/PostSlotUpdate.d.ts +8 -0
  239. package/dist/src/classes/callbacks/PostSlotUpdate.d.ts.map +1 -0
  240. package/dist/src/classes/callbacks/PostSlotUpdate.lua +20 -0
  241. package/dist/src/classes/callbacks/PostSpikesRender.d.ts +5 -3
  242. package/dist/src/classes/callbacks/PostSpikesRender.d.ts.map +1 -1
  243. package/dist/src/classes/callbacks/PostSpikesRender.lua +7 -4
  244. package/dist/src/classes/callbacks/PostSpikesUpdate.d.ts +9 -0
  245. package/dist/src/classes/callbacks/PostSpikesUpdate.d.ts.map +1 -0
  246. package/dist/src/classes/callbacks/PostSpikesUpdate.lua +27 -0
  247. package/dist/src/classes/callbacks/PostTNTRender.d.ts +9 -0
  248. package/dist/src/classes/callbacks/PostTNTRender.d.ts.map +1 -0
  249. package/dist/src/classes/callbacks/PostTNTRender.lua +27 -0
  250. package/dist/src/classes/callbacks/PostTNTUpdate.d.ts +9 -0
  251. package/dist/src/classes/callbacks/PostTNTUpdate.d.ts.map +1 -0
  252. package/dist/src/classes/callbacks/PostTNTUpdate.lua +27 -0
  253. package/dist/src/classes/callbacks/PostTearInitLate.d.ts +14 -0
  254. package/dist/src/classes/callbacks/PostTearInitLate.d.ts.map +1 -0
  255. package/dist/src/classes/callbacks/PostTearInitLate.lua +30 -0
  256. package/dist/src/classes/callbacks/PostTearInitVeryLate.d.ts +14 -0
  257. package/dist/src/classes/callbacks/PostTearInitVeryLate.d.ts.map +1 -0
  258. package/dist/src/classes/callbacks/PostTearInitVeryLate.lua +33 -0
  259. package/dist/src/classes/callbacks/PostTransformation.d.ts +18 -0
  260. package/dist/src/classes/callbacks/PostTransformation.d.ts.map +1 -0
  261. package/dist/src/classes/callbacks/PostTransformation.lua +50 -0
  262. package/dist/src/classes/callbacks/PostTrinketBreak.d.ts +18 -0
  263. package/dist/src/classes/callbacks/PostTrinketBreak.d.ts.map +1 -0
  264. package/dist/src/classes/callbacks/PostTrinketBreak.lua +71 -0
  265. package/dist/src/classes/callbacks/PreBerserkDeath.d.ts +5 -3
  266. package/dist/src/classes/callbacks/PreBerserkDeath.d.ts.map +1 -1
  267. package/dist/src/classes/callbacks/PreBerserkDeath.lua +10 -7
  268. package/dist/src/classes/callbacks/PreCustomRevive.d.ts +5 -3
  269. package/dist/src/classes/callbacks/PreCustomRevive.d.ts.map +1 -1
  270. package/dist/src/classes/callbacks/PreCustomRevive.lua +7 -4
  271. package/dist/src/classes/callbacks/PreGetPedestal.d.ts +9 -0
  272. package/dist/src/classes/callbacks/PreGetPedestal.d.ts.map +1 -0
  273. package/dist/src/classes/callbacks/PreGetPedestal.lua +43 -0
  274. package/dist/src/classes/callbacks/PreItemPickup.d.ts +8 -0
  275. package/dist/src/classes/callbacks/PreItemPickup.d.ts.map +1 -0
  276. package/dist/src/classes/callbacks/PreItemPickup.lua +20 -0
  277. package/dist/src/classes/callbacks/PreNewLevel.d.ts +12 -0
  278. package/dist/src/classes/callbacks/PreNewLevel.d.ts.map +1 -0
  279. package/dist/src/classes/callbacks/PreNewLevel.lua +42 -0
  280. package/dist/src/classes/features/callbackLogic/CustomGridEntities.d.ts +3 -15
  281. package/dist/src/classes/features/callbackLogic/CustomGridEntities.d.ts.map +1 -1
  282. package/dist/src/classes/features/callbackLogic/CustomGridEntities.lua +35 -30
  283. package/dist/src/classes/features/callbackLogic/CustomRevive.d.ts +5 -3
  284. package/dist/src/classes/features/callbackLogic/CustomRevive.d.ts.map +1 -1
  285. package/dist/src/classes/features/callbackLogic/CustomRevive.lua +23 -24
  286. package/dist/src/classes/features/callbackLogic/EsauJrDetection.d.ts.map +1 -1
  287. package/dist/src/classes/features/callbackLogic/GameReorderedCallbacks.d.ts +0 -5
  288. package/dist/src/classes/features/callbackLogic/GameReorderedCallbacks.d.ts.map +1 -1
  289. package/dist/src/classes/features/callbackLogic/GameReorderedCallbacks.lua +3 -18
  290. package/dist/src/classes/features/callbackLogic/GridEntityCollisionDetection.d.ts.map +1 -1
  291. package/dist/src/classes/features/callbackLogic/GridEntityRenderDetection.d.ts +12 -0
  292. package/dist/src/classes/features/callbackLogic/GridEntityRenderDetection.d.ts.map +1 -0
  293. package/dist/src/classes/features/callbackLogic/GridEntityRenderDetection.lua +33 -0
  294. package/dist/src/classes/features/callbackLogic/GridEntityUpdateDetection.d.ts +46 -0
  295. package/dist/src/classes/features/callbackLogic/GridEntityUpdateDetection.d.ts.map +1 -0
  296. package/dist/src/classes/features/callbackLogic/GridEntityUpdateDetection.lua +123 -0
  297. package/dist/src/classes/features/callbackLogic/ItemPickupDetection.d.ts +20 -0
  298. package/dist/src/classes/features/callbackLogic/ItemPickupDetection.d.ts.map +1 -0
  299. package/dist/src/classes/features/callbackLogic/ItemPickupDetection.lua +60 -0
  300. package/dist/src/classes/features/callbackLogic/PlayerCollectibleDetection.d.ts +49 -0
  301. package/dist/src/classes/features/callbackLogic/PlayerCollectibleDetection.d.ts.map +1 -0
  302. package/dist/src/classes/features/callbackLogic/PlayerCollectibleDetection.lua +157 -0
  303. package/dist/src/classes/features/callbackLogic/PlayerReorderedCallbacks.lua +3 -3
  304. package/dist/src/classes/features/callbackLogic/SlotRenderDetection.d.ts +18 -0
  305. package/dist/src/classes/features/callbackLogic/SlotRenderDetection.d.ts.map +1 -0
  306. package/dist/src/classes/features/callbackLogic/SlotRenderDetection.lua +51 -0
  307. package/dist/src/classes/features/callbackLogic/SlotUpdateDetection.d.ts +17 -0
  308. package/dist/src/classes/features/callbackLogic/SlotUpdateDetection.d.ts.map +1 -0
  309. package/dist/src/classes/features/callbackLogic/SlotUpdateDetection.lua +45 -0
  310. package/dist/src/classes/features/other/CharacterHealthConversion.d.ts +16 -0
  311. package/dist/src/classes/features/other/CharacterHealthConversion.d.ts.map +1 -0
  312. package/dist/src/classes/features/other/CharacterHealthConversion.lua +92 -0
  313. package/dist/src/classes/features/other/CharacterStats.d.ts +26 -0
  314. package/dist/src/classes/features/other/CharacterStats.d.ts.map +1 -0
  315. package/dist/src/classes/features/other/CharacterStats.lua +45 -0
  316. package/dist/src/classes/features/other/CollectibleItemPoolType.d.ts +17 -0
  317. package/dist/src/classes/features/other/CollectibleItemPoolType.d.ts.map +1 -0
  318. package/dist/src/classes/features/other/CollectibleItemPoolType.lua +51 -0
  319. package/dist/src/classes/features/other/CustomHotkeys.d.ts +58 -0
  320. package/dist/src/classes/features/other/CustomHotkeys.d.ts.map +1 -0
  321. package/dist/src/classes/features/other/CustomHotkeys.lua +82 -0
  322. package/dist/src/classes/features/other/CustomItemPools.d.ts +57 -0
  323. package/dist/src/classes/features/other/CustomItemPools.d.ts.map +1 -0
  324. package/dist/src/classes/features/other/CustomItemPools.lua +72 -0
  325. package/dist/src/classes/features/other/CustomPickups.d.ts +34 -0
  326. package/dist/src/classes/features/other/CustomPickups.d.ts.map +1 -0
  327. package/dist/src/classes/features/other/CustomPickups.lua +84 -0
  328. package/dist/src/classes/features/other/CustomStages.d.ts +48 -0
  329. package/dist/src/classes/features/other/CustomStages.d.ts.map +1 -0
  330. package/dist/src/classes/features/other/CustomStages.lua +359 -0
  331. package/dist/src/classes/features/other/CustomTrapdoors.d.ts +95 -0
  332. package/dist/src/classes/features/other/CustomTrapdoors.d.ts.map +1 -0
  333. package/dist/src/classes/features/other/CustomTrapdoors.lua +472 -0
  334. package/dist/src/classes/features/other/DebugDisplay.d.ts +207 -0
  335. package/dist/src/classes/features/other/DebugDisplay.d.ts.map +1 -0
  336. package/dist/src/classes/features/other/DebugDisplay.lua +227 -0
  337. package/dist/src/classes/features/other/DeployJSONRoom.d.ts +41 -0
  338. package/dist/src/classes/features/other/DeployJSONRoom.d.ts.map +1 -0
  339. package/dist/src/classes/features/other/DeployJSONRoom.lua +334 -0
  340. package/dist/src/classes/features/other/DisableAllSound.d.ts +24 -0
  341. package/dist/src/classes/features/other/DisableAllSound.d.ts.map +1 -0
  342. package/dist/src/classes/features/other/DisableAllSound.lua +53 -0
  343. package/dist/src/classes/features/other/DisableInputs.d.ts +83 -0
  344. package/dist/src/classes/features/other/DisableInputs.d.ts.map +1 -0
  345. package/dist/src/classes/features/other/DisableInputs.lua +100 -0
  346. package/dist/src/classes/features/other/ExtraConsoleCommands.d.ts +30 -0
  347. package/dist/src/classes/features/other/ExtraConsoleCommands.d.ts.map +1 -0
  348. package/dist/src/classes/features/other/ExtraConsoleCommands.lua +157 -0
  349. package/dist/src/classes/features/other/FadeInRemover.d.ts +20 -0
  350. package/dist/src/classes/features/other/FadeInRemover.d.ts.map +1 -0
  351. package/dist/src/classes/features/other/FadeInRemover.lua +37 -0
  352. package/dist/src/classes/features/other/FastReset.d.ts +20 -0
  353. package/dist/src/classes/features/other/FastReset.d.ts.map +1 -0
  354. package/dist/src/classes/features/other/FastReset.lua +59 -0
  355. package/dist/src/classes/features/other/FlyingDetection.d.ts +11 -0
  356. package/dist/src/classes/features/other/FlyingDetection.d.ts.map +1 -0
  357. package/dist/src/classes/features/other/FlyingDetection.lua +47 -0
  358. package/dist/src/classes/features/other/ForgottenSwitch.d.ts +10 -0
  359. package/dist/src/classes/features/other/ForgottenSwitch.d.ts.map +1 -0
  360. package/dist/src/classes/features/other/ForgottenSwitch.lua +34 -0
  361. package/dist/src/classes/features/other/ItemPoolDetection.d.ts +37 -0
  362. package/dist/src/classes/features/other/ItemPoolDetection.d.ts.map +1 -0
  363. package/dist/src/classes/features/other/ItemPoolDetection.lua +147 -0
  364. package/dist/src/classes/features/other/ModdedElementDetection.d.ts +223 -0
  365. package/dist/src/classes/features/other/ModdedElementDetection.d.ts.map +1 -0
  366. package/dist/src/classes/features/other/ModdedElementDetection.lua +249 -0
  367. package/dist/src/classes/features/other/ModdedElementSets.d.ts +261 -0
  368. package/dist/src/classes/features/other/ModdedElementSets.d.ts.map +1 -0
  369. package/dist/src/classes/features/other/ModdedElementSets.lua +479 -0
  370. package/dist/src/classes/features/other/NoSirenSteal.d.ts +17 -0
  371. package/dist/src/classes/features/other/NoSirenSteal.d.ts.map +1 -0
  372. package/dist/src/classes/features/other/NoSirenSteal.lua +58 -0
  373. package/dist/src/classes/features/other/Pause.d.ts +20 -0
  374. package/dist/src/classes/features/other/Pause.d.ts.map +1 -0
  375. package/dist/src/classes/features/other/Pause.lua +157 -0
  376. package/dist/src/classes/features/other/PersistentEntities.d.ts +43 -0
  377. package/dist/src/classes/features/other/PersistentEntities.d.ts.map +1 -0
  378. package/dist/src/classes/features/other/PersistentEntities.lua +155 -0
  379. package/dist/src/classes/features/other/PickupIndexCreation.d.ts +31 -0
  380. package/dist/src/classes/features/other/PickupIndexCreation.d.ts.map +1 -0
  381. package/dist/src/classes/features/other/PickupIndexCreation.lua +194 -0
  382. package/dist/src/classes/features/other/PlayerInventory.d.ts +35 -0
  383. package/dist/src/classes/features/other/PlayerInventory.d.ts.map +1 -0
  384. package/dist/src/classes/features/other/PlayerInventory.lua +63 -0
  385. package/dist/src/classes/features/other/PonyDetection.d.ts +16 -0
  386. package/dist/src/classes/features/other/PonyDetection.d.ts.map +1 -0
  387. package/dist/src/classes/features/other/PonyDetection.lua +65 -0
  388. package/dist/src/classes/features/other/PreventChildEntities.d.ts +15 -0
  389. package/dist/src/classes/features/other/PreventChildEntities.d.ts.map +1 -0
  390. package/dist/src/classes/features/other/PreventChildEntities.lua +35 -0
  391. package/dist/src/classes/features/other/PreventCollectibleRotation.d.ts +18 -0
  392. package/dist/src/classes/features/other/PreventCollectibleRotation.d.ts.map +1 -0
  393. package/dist/src/classes/features/other/PreventCollectibleRotation.lua +67 -0
  394. package/dist/src/classes/features/other/PreventGridEntityRespawn.d.ts +33 -0
  395. package/dist/src/classes/features/other/PreventGridEntityRespawn.d.ts.map +1 -0
  396. package/dist/src/classes/features/other/PreventGridEntityRespawn.lua +124 -0
  397. package/dist/src/classes/features/other/RoomClearFrame.d.ts +16 -0
  398. package/dist/src/classes/features/other/RoomClearFrame.d.ts.map +1 -0
  399. package/dist/src/classes/features/other/RoomClearFrame.lua +38 -0
  400. package/dist/src/classes/features/other/RoomHistory.d.ts +38 -0
  401. package/dist/src/classes/features/other/RoomHistory.d.ts.map +1 -0
  402. package/dist/src/classes/features/other/RoomHistory.lua +98 -0
  403. package/dist/src/classes/features/other/RunInNFrames.d.ts +9 -23
  404. package/dist/src/classes/features/other/RunInNFrames.d.ts.map +1 -1
  405. package/dist/src/classes/features/other/RunInNFrames.lua +17 -0
  406. package/dist/src/classes/features/other/RunNextRoom.d.ts +18 -0
  407. package/dist/src/classes/features/other/RunNextRoom.d.ts.map +1 -0
  408. package/dist/src/classes/features/other/RunNextRoom.lua +37 -0
  409. package/dist/src/classes/features/other/SaveDataManager.d.ts +213 -0
  410. package/dist/src/classes/features/other/SaveDataManager.d.ts.map +1 -0
  411. package/dist/src/classes/features/other/SaveDataManager.lua +193 -0
  412. package/dist/src/classes/features/other/SpawnCollectible.d.ts +46 -0
  413. package/dist/src/classes/features/other/SpawnCollectible.d.ts.map +1 -0
  414. package/dist/src/classes/features/other/SpawnCollectible.lua +76 -0
  415. package/dist/src/classes/features/other/SpawnRockAltRewards.d.ts +81 -0
  416. package/dist/src/classes/features/other/SpawnRockAltRewards.d.ts.map +1 -0
  417. package/dist/src/classes/features/other/SpawnRockAltRewards.lua +465 -0
  418. package/dist/src/classes/features/other/StageHistory.d.ts +41 -0
  419. package/dist/src/classes/features/other/StageHistory.d.ts.map +1 -0
  420. package/dist/src/classes/features/other/StageHistory.lua +200 -0
  421. package/dist/src/classes/features/other/StartAmbush.d.ts +12 -0
  422. package/dist/src/classes/features/other/StartAmbush.d.ts.map +1 -0
  423. package/dist/src/classes/features/other/StartAmbush.lua +53 -0
  424. package/dist/src/classes/features/other/TaintedLazarusPlayers.d.ts +33 -0
  425. package/dist/src/classes/features/other/TaintedLazarusPlayers.d.ts.map +1 -0
  426. package/dist/src/classes/features/other/TaintedLazarusPlayers.lua +69 -0
  427. package/dist/src/classes/features/other/customStages/backdrop.d.ts +3 -0
  428. package/dist/src/classes/features/other/customStages/backdrop.d.ts.map +1 -0
  429. package/dist/src/classes/features/other/customStages/backdrop.lua +200 -0
  430. package/dist/src/classes/features/other/customStages/constants.d.ts +17 -0
  431. package/dist/src/classes/features/other/customStages/constants.d.ts.map +1 -0
  432. package/dist/src/classes/features/other/customStages/constants.lua +16 -0
  433. package/dist/src/classes/features/other/customStages/gridEntities.d.ts +13 -0
  434. package/dist/src/classes/features/other/customStages/gridEntities.d.ts.map +1 -0
  435. package/dist/src/classes/features/other/customStages/gridEntities.lua +243 -0
  436. package/dist/src/classes/features/other/customStages/shadows.d.ts +3 -0
  437. package/dist/src/classes/features/other/customStages/shadows.d.ts.map +1 -0
  438. package/dist/src/classes/features/other/customStages/shadows.lua +71 -0
  439. package/dist/src/classes/features/other/customStages/streakText.d.ts +27 -0
  440. package/dist/src/classes/features/other/customStages/streakText.d.ts.map +1 -0
  441. package/dist/src/classes/features/other/customStages/streakText.lua +220 -0
  442. package/dist/src/classes/features/other/customStages/utils.d.ts +13 -0
  443. package/dist/src/classes/features/other/customStages/utils.d.ts.map +1 -0
  444. package/dist/src/{features/customStage/customStageUtils.lua → classes/features/other/customStages/utils.lua} +0 -0
  445. package/dist/src/classes/features/other/customStages/versusScreen.d.ts +13 -0
  446. package/dist/src/classes/features/other/customStages/versusScreen.d.ts.map +1 -0
  447. package/dist/src/classes/features/other/customStages/versusScreen.lua +275 -0
  448. package/dist/src/classes/features/other/debugDisplay/DebugDisplayBomb.d.ts +8 -0
  449. package/dist/src/classes/features/other/debugDisplay/DebugDisplayBomb.d.ts.map +1 -0
  450. package/dist/src/classes/features/other/debugDisplay/DebugDisplayBomb.lua +25 -0
  451. package/dist/src/classes/features/other/debugDisplay/DebugDisplayDoor.d.ts +8 -0
  452. package/dist/src/classes/features/other/debugDisplay/DebugDisplayDoor.d.ts.map +1 -0
  453. package/dist/src/classes/features/other/debugDisplay/DebugDisplayDoor.lua +25 -0
  454. package/dist/src/classes/features/other/debugDisplay/DebugDisplayEffect.d.ts +8 -0
  455. package/dist/src/classes/features/other/debugDisplay/DebugDisplayEffect.d.ts.map +1 -0
  456. package/dist/src/classes/features/other/debugDisplay/DebugDisplayEffect.lua +25 -0
  457. package/dist/src/classes/features/other/debugDisplay/DebugDisplayFamiliar.d.ts +8 -0
  458. package/dist/src/classes/features/other/debugDisplay/DebugDisplayFamiliar.d.ts.map +1 -0
  459. package/dist/src/classes/features/other/debugDisplay/DebugDisplayFamiliar.lua +25 -0
  460. package/dist/src/classes/features/other/debugDisplay/DebugDisplayKnife.d.ts +8 -0
  461. package/dist/src/classes/features/other/debugDisplay/DebugDisplayKnife.d.ts.map +1 -0
  462. package/dist/src/classes/features/other/debugDisplay/DebugDisplayKnife.lua +25 -0
  463. package/dist/src/classes/features/other/debugDisplay/DebugDisplayLaser.d.ts +8 -0
  464. package/dist/src/classes/features/other/debugDisplay/DebugDisplayLaser.d.ts.map +1 -0
  465. package/dist/src/classes/features/other/debugDisplay/DebugDisplayLaser.lua +25 -0
  466. package/dist/src/classes/features/other/debugDisplay/DebugDisplayNPC.d.ts +8 -0
  467. package/dist/src/classes/features/other/debugDisplay/DebugDisplayNPC.d.ts.map +1 -0
  468. package/dist/src/classes/features/other/debugDisplay/DebugDisplayNPC.lua +25 -0
  469. package/dist/src/classes/features/other/debugDisplay/DebugDisplayPickup.d.ts +8 -0
  470. package/dist/src/classes/features/other/debugDisplay/DebugDisplayPickup.d.ts.map +1 -0
  471. package/dist/src/classes/features/other/debugDisplay/DebugDisplayPickup.lua +25 -0
  472. package/dist/src/classes/features/other/debugDisplay/DebugDisplayPit.d.ts +8 -0
  473. package/dist/src/classes/features/other/debugDisplay/DebugDisplayPit.d.ts.map +1 -0
  474. package/dist/src/classes/features/other/debugDisplay/DebugDisplayPit.lua +25 -0
  475. package/dist/src/classes/features/other/debugDisplay/DebugDisplayPlayer.d.ts +8 -0
  476. package/dist/src/classes/features/other/debugDisplay/DebugDisplayPlayer.d.ts.map +1 -0
  477. package/dist/src/classes/features/other/debugDisplay/DebugDisplayPlayer.lua +25 -0
  478. package/dist/src/classes/features/other/debugDisplay/DebugDisplayPoop.d.ts +8 -0
  479. package/dist/src/classes/features/other/debugDisplay/DebugDisplayPoop.d.ts.map +1 -0
  480. package/dist/src/classes/features/other/debugDisplay/DebugDisplayPoop.lua +25 -0
  481. package/dist/src/classes/features/other/debugDisplay/DebugDisplayPressurePlate.d.ts +8 -0
  482. package/dist/src/classes/features/other/debugDisplay/DebugDisplayPressurePlate.d.ts.map +1 -0
  483. package/dist/src/classes/features/other/debugDisplay/DebugDisplayPressurePlate.lua +25 -0
  484. package/dist/src/classes/features/other/debugDisplay/DebugDisplayProjectile.d.ts +8 -0
  485. package/dist/src/classes/features/other/debugDisplay/DebugDisplayProjectile.d.ts.map +1 -0
  486. package/dist/src/classes/features/other/debugDisplay/DebugDisplayProjectile.lua +25 -0
  487. package/dist/src/classes/features/other/debugDisplay/DebugDisplayRock.d.ts +8 -0
  488. package/dist/src/classes/features/other/debugDisplay/DebugDisplayRock.d.ts.map +1 -0
  489. package/dist/src/classes/features/other/debugDisplay/DebugDisplayRock.lua +25 -0
  490. package/dist/src/classes/features/other/debugDisplay/DebugDisplaySlot.d.ts +8 -0
  491. package/dist/src/classes/features/other/debugDisplay/DebugDisplaySlot.d.ts.map +1 -0
  492. package/dist/src/classes/features/other/debugDisplay/DebugDisplaySlot.lua +25 -0
  493. package/dist/src/classes/features/other/debugDisplay/DebugDisplaySpikes.d.ts +8 -0
  494. package/dist/src/classes/features/other/debugDisplay/DebugDisplaySpikes.d.ts.map +1 -0
  495. package/dist/src/classes/features/other/debugDisplay/DebugDisplaySpikes.lua +25 -0
  496. package/dist/src/classes/features/other/debugDisplay/DebugDisplayTNT.d.ts +8 -0
  497. package/dist/src/classes/features/other/debugDisplay/DebugDisplayTNT.d.ts.map +1 -0
  498. package/dist/src/classes/features/other/debugDisplay/DebugDisplayTNT.lua +25 -0
  499. package/dist/src/classes/features/other/debugDisplay/DebugDisplayTear.d.ts +8 -0
  500. package/dist/src/classes/features/other/debugDisplay/DebugDisplayTear.d.ts.map +1 -0
  501. package/dist/src/classes/features/other/debugDisplay/DebugDisplayTear.lua +25 -0
  502. package/dist/src/classes/features/other/debugDisplay/utils.d.ts +6 -0
  503. package/dist/src/classes/features/other/debugDisplay/utils.d.ts.map +1 -0
  504. package/dist/src/classes/features/other/debugDisplay/utils.lua +29 -0
  505. package/dist/src/classes/features/other/extraConsoleCommands/commands.d.ts +409 -0
  506. package/dist/src/classes/features/other/extraConsoleCommands/commands.d.ts.map +1 -0
  507. package/dist/src/classes/features/other/extraConsoleCommands/commands.lua +1320 -0
  508. package/dist/src/classes/features/other/extraConsoleCommands/subroutines.d.ts +11 -0
  509. package/dist/src/classes/features/other/extraConsoleCommands/subroutines.d.ts.map +1 -0
  510. package/dist/src/{features/extraConsoleCommands/commandsSubroutines.lua → classes/features/other/extraConsoleCommands/subroutines.lua} +0 -0
  511. package/dist/src/classes/features/other/extraConsoleCommands/v.d.ts +23 -0
  512. package/dist/src/classes/features/other/extraConsoleCommands/v.d.ts.map +1 -0
  513. package/dist/src/classes/features/other/extraConsoleCommands/v.lua +22 -0
  514. package/dist/src/classes/features/other/saveDataManager/constants.d.ts +2 -0
  515. package/dist/src/classes/features/other/saveDataManager/constants.d.ts.map +1 -0
  516. package/dist/src/classes/features/other/saveDataManager/constants.lua +3 -0
  517. package/dist/src/classes/features/other/saveDataManager/glowingHourGlass.d.ts +6 -0
  518. package/dist/src/classes/features/other/saveDataManager/glowingHourGlass.d.ts.map +1 -0
  519. package/dist/src/classes/features/other/saveDataManager/glowingHourGlass.lua +98 -0
  520. package/dist/src/classes/features/other/saveDataManager/loadFromDisk.d.ts +6 -0
  521. package/dist/src/classes/features/other/saveDataManager/loadFromDisk.d.ts.map +1 -0
  522. package/dist/src/classes/features/other/saveDataManager/loadFromDisk.lua +81 -0
  523. package/dist/src/classes/features/other/saveDataManager/restoreDefaults.d.ts +7 -0
  524. package/dist/src/classes/features/other/saveDataManager/restoreDefaults.d.ts.map +1 -0
  525. package/dist/src/classes/features/other/saveDataManager/restoreDefaults.lua +69 -0
  526. package/dist/src/classes/features/other/saveDataManager/saveToDisk.d.ts +5 -0
  527. package/dist/src/classes/features/other/saveDataManager/saveToDisk.d.ts.map +1 -0
  528. package/dist/src/classes/features/other/saveDataManager/saveToDisk.lua +46 -0
  529. package/dist/src/classes/private/CustomCallback.d.ts +10 -10
  530. package/dist/src/classes/private/CustomCallback.d.ts.map +1 -1
  531. package/dist/src/classes/private/CustomCallback.lua +3 -8
  532. package/dist/src/classes/private/Feature.d.ts +8 -9
  533. package/dist/src/classes/private/Feature.d.ts.map +1 -1
  534. package/dist/src/classes/private/Feature.lua +8 -0
  535. package/dist/src/core/constants.d.ts +4 -4
  536. package/dist/src/core/constants.lua +4 -4
  537. package/dist/src/core/upgradeMod.d.ts +3 -12
  538. package/dist/src/core/upgradeMod.d.ts.map +1 -1
  539. package/dist/src/core/upgradeMod.lua +16 -51
  540. package/dist/src/{features/customStage/metadata.lua → customStageMetadata.lua} +0 -0
  541. package/dist/src/decorators.d.ts +1 -1
  542. package/dist/src/decorators.d.ts.map +1 -1
  543. package/dist/src/decorators.lua +6 -8
  544. package/dist/src/enums/ISCFeature.d.ts +52 -9
  545. package/dist/src/enums/ISCFeature.d.ts.map +1 -1
  546. package/dist/src/enums/ISCFeature.lua +104 -9
  547. package/dist/src/enums/ModCallbackCustom.d.ts +234 -175
  548. package/dist/src/enums/ModCallbackCustom.d.ts.map +1 -1
  549. package/dist/src/enums/SerializationBrand.d.ts +40 -0
  550. package/dist/src/enums/SerializationBrand.d.ts.map +1 -0
  551. package/dist/src/enums/SerializationBrand.lua +19 -0
  552. package/dist/src/enums/private/GridEntityTypeCustom.d.ts +9 -0
  553. package/dist/src/enums/private/GridEntityTypeCustom.d.ts.map +1 -0
  554. package/dist/src/enums/private/GridEntityTypeCustom.lua +3 -0
  555. package/dist/src/enums/private/UIStreakAnimation.d.ts +7 -0
  556. package/dist/src/enums/private/UIStreakAnimation.d.ts.map +1 -0
  557. package/dist/src/enums/private/UIStreakAnimation.lua +10 -0
  558. package/dist/src/features.d.ts +142 -12
  559. package/dist/src/features.d.ts.map +1 -1
  560. package/dist/src/features.lua +197 -29
  561. package/dist/src/functions/ambush.d.ts +0 -7
  562. package/dist/src/functions/ambush.d.ts.map +1 -1
  563. package/dist/src/functions/ambush.lua +0 -40
  564. package/dist/src/functions/array.d.ts.map +1 -1
  565. package/dist/src/functions/array.lua +4 -5
  566. package/dist/src/functions/bitSet128.d.ts +2 -2
  567. package/dist/src/functions/bitSet128.lua +3 -3
  568. package/dist/src/functions/characters.d.ts +1 -0
  569. package/dist/src/functions/characters.d.ts.map +1 -1
  570. package/dist/src/functions/characters.lua +15 -0
  571. package/dist/src/functions/collectibleTag.d.ts +0 -13
  572. package/dist/src/functions/collectibleTag.d.ts.map +1 -1
  573. package/dist/src/functions/collectibleTag.lua +0 -65
  574. package/dist/src/functions/collectibles.d.ts +3 -1
  575. package/dist/src/functions/collectibles.d.ts.map +1 -1
  576. package/dist/src/functions/collectibles.lua +10 -0
  577. package/dist/src/functions/color.d.ts +2 -2
  578. package/dist/src/functions/color.lua +3 -3
  579. package/dist/src/functions/decorators.d.ts +21 -0
  580. package/dist/src/functions/decorators.d.ts.map +1 -1
  581. package/dist/src/functions/deepCopy.d.ts +11 -4
  582. package/dist/src/functions/deepCopy.d.ts.map +1 -1
  583. package/dist/src/functions/deepCopy.lua +86 -34
  584. package/dist/src/functions/deepCopyTests.lua +1 -1
  585. package/dist/src/functions/easing.d.ts +180 -30
  586. package/dist/src/functions/easing.d.ts.map +1 -1
  587. package/dist/src/functions/easing.lua +184 -94
  588. package/dist/src/functions/familiars.d.ts +23 -0
  589. package/dist/src/functions/familiars.d.ts.map +1 -1
  590. package/dist/src/functions/familiars.lua +32 -0
  591. package/dist/src/functions/gridEntities.d.ts +8 -0
  592. package/dist/src/functions/gridEntities.d.ts.map +1 -1
  593. package/dist/src/functions/gridEntities.lua +12 -0
  594. package/dist/src/functions/initArray.d.ts +4 -4
  595. package/dist/src/functions/initArray.d.ts.map +1 -1
  596. package/dist/src/functions/initArray.lua +6 -12
  597. package/dist/src/functions/jsonRoom.d.ts +11 -0
  598. package/dist/src/functions/jsonRoom.d.ts.map +1 -1
  599. package/dist/src/functions/jsonRoom.lua +11 -0
  600. package/dist/src/functions/kColor.d.ts +2 -2
  601. package/dist/src/functions/kColor.lua +3 -3
  602. package/dist/src/functions/logEntities.d.ts +5 -1
  603. package/dist/src/functions/logEntities.d.ts.map +1 -1
  604. package/dist/src/functions/logEntities.lua +21 -2
  605. package/dist/src/functions/logMisc.d.ts.map +1 -1
  606. package/dist/src/functions/logMisc.lua +20 -3
  607. package/dist/src/functions/merge.d.ts +40 -0
  608. package/dist/src/functions/merge.d.ts.map +1 -0
  609. package/dist/src/functions/merge.lua +210 -0
  610. package/dist/src/functions/mergeTests.d.ts +1 -2
  611. package/dist/src/functions/mergeTests.d.ts.map +1 -1
  612. package/dist/src/functions/mergeTests.lua +3 -4
  613. package/dist/src/functions/nextStage.d.ts +7 -3
  614. package/dist/src/functions/nextStage.d.ts.map +1 -1
  615. package/dist/src/functions/nextStage.lua +9 -123
  616. package/dist/src/functions/players.d.ts +7 -7
  617. package/dist/src/functions/players.d.ts.map +1 -1
  618. package/dist/src/functions/players.lua +20 -31
  619. package/dist/src/functions/rng.d.ts +2 -2
  620. package/dist/src/functions/rng.lua +3 -3
  621. package/dist/src/functions/rockAlt.d.ts +4 -28
  622. package/dist/src/functions/rockAlt.d.ts.map +1 -1
  623. package/dist/src/functions/rockAlt.lua +19 -455
  624. package/dist/src/functions/run.d.ts +0 -8
  625. package/dist/src/functions/run.d.ts.map +1 -1
  626. package/dist/src/functions/run.lua +0 -15
  627. package/dist/src/functions/serialization.d.ts.map +1 -1
  628. package/dist/src/functions/serialization.lua +22 -0
  629. package/dist/src/functions/spawnCollectible.d.ts +7 -22
  630. package/dist/src/functions/spawnCollectible.d.ts.map +1 -1
  631. package/dist/src/functions/spawnCollectible.lua +7 -50
  632. package/dist/src/functions/transformations.d.ts +4 -13
  633. package/dist/src/functions/transformations.d.ts.map +1 -1
  634. package/dist/src/functions/transformations.lua +4 -31
  635. package/dist/src/functions/trinkets.d.ts +3 -1
  636. package/dist/src/functions/trinkets.d.ts.map +1 -1
  637. package/dist/src/functions/trinkets.lua +10 -0
  638. package/dist/src/functions/tstlClass.d.ts +0 -10
  639. package/dist/src/functions/tstlClass.d.ts.map +1 -1
  640. package/dist/src/functions/tstlClass.lua +2 -42
  641. package/dist/src/functions/vector.d.ts +2 -2
  642. package/dist/src/functions/vector.lua +3 -3
  643. package/dist/src/functions/weighted.d.ts +12 -1
  644. package/dist/src/functions/weighted.d.ts.map +1 -1
  645. package/dist/src/functions/weighted.lua +27 -10
  646. package/dist/src/index.d.ts +14 -44
  647. package/dist/src/index.d.ts.map +1 -1
  648. package/dist/src/index.lua +21 -333
  649. package/dist/src/interfaces/CustomStageTSConfig.d.ts +30 -0
  650. package/dist/src/interfaces/CustomStageTSConfig.d.ts.map +1 -1
  651. package/dist/src/interfaces/RoomDescription.d.ts +2 -1
  652. package/dist/src/interfaces/RoomDescription.d.ts.map +1 -1
  653. package/dist/src/interfaces/SaveData.d.ts +3 -7
  654. package/dist/src/interfaces/SaveData.d.ts.map +1 -1
  655. package/dist/src/interfaces/SaveData.lua +0 -11
  656. package/dist/src/interfaces/private/AddCallbackParametersCustom.d.ts +419 -186
  657. package/dist/src/interfaces/private/AddCallbackParametersCustom.d.ts.map +1 -1
  658. package/dist/src/interfaces/private/CustomTrapdoorDescription.d.ts +4 -2
  659. package/dist/src/interfaces/private/CustomTrapdoorDescription.d.ts.map +1 -1
  660. package/dist/src/interfaces/private/ModUpgradedInterface.d.ts +13 -0
  661. package/dist/src/interfaces/private/ModUpgradedInterface.d.ts.map +1 -0
  662. package/dist/src/interfaces/private/{CustomTrapdoorDestination.lua → ModUpgradedInterface.lua} +0 -0
  663. package/dist/src/maps/transformationNameToPlayerFormMap.d.ts +4 -0
  664. package/dist/src/maps/transformationNameToPlayerFormMap.d.ts.map +1 -0
  665. package/dist/src/maps/{transformationNameToPlayerForm.lua → transformationNameToPlayerFormMap.lua} +0 -0
  666. package/dist/src/objects/isaacAPIClassTypeToBrand.d.ts +1 -1
  667. package/dist/src/objects/isaacAPIClassTypeToBrand.d.ts.map +1 -1
  668. package/dist/src/objects/isaacAPIClassTypeToBrand.lua +1 -1
  669. package/dist/src/shaderCrashFix.d.ts +5 -1
  670. package/dist/src/shaderCrashFix.d.ts.map +1 -1
  671. package/dist/src/shaderCrashFix.lua +6 -2
  672. package/dist/src/shouldFire.d.ts +56 -0
  673. package/dist/src/shouldFire.d.ts.map +1 -0
  674. package/dist/src/shouldFire.lua +138 -0
  675. package/dist/src/types/AllButFirst.d.ts +1 -0
  676. package/dist/src/types/AllButFirst.d.ts.map +1 -1
  677. package/dist/src/types/AllButLast.d.ts +1 -0
  678. package/dist/src/types/AllButLast.d.ts.map +1 -1
  679. package/dist/src/types/AnyClass.d.ts +3 -0
  680. package/dist/src/types/AnyClass.d.ts.map +1 -0
  681. package/dist/src/types/{Constructor.lua → AnyClass.lua} +0 -0
  682. package/dist/src/types/AnyFunction.d.ts +6 -0
  683. package/dist/src/types/AnyFunction.d.ts.map +1 -0
  684. package/dist/src/types/{private/MatchingCallbackCustom.lua → AnyFunction.lua} +0 -0
  685. package/dist/src/types/ConversionHeartSubType.d.ts +7 -0
  686. package/dist/src/types/ConversionHeartSubType.d.ts.map +1 -0
  687. package/dist/src/types/ConversionHeartSubType.lua +2 -0
  688. package/dist/src/types/FunctionTuple.d.ts +3 -4
  689. package/dist/src/types/FunctionTuple.d.ts.map +1 -1
  690. package/dist/src/types/HasAllEnumKeys.d.ts +1 -1
  691. package/dist/src/types/HasFunction.d.ts +5 -0
  692. package/dist/src/types/HasFunction.d.ts.map +1 -0
  693. package/dist/src/types/HasFunction.lua +2 -0
  694. package/dist/src/types/Immutable.d.ts +1 -1
  695. package/dist/src/types/LowercaseKeys.d.ts +1 -0
  696. package/dist/src/types/LowercaseKeys.d.ts.map +1 -1
  697. package/dist/src/types/ModUpgraded.d.ts +32 -0
  698. package/dist/src/types/ModUpgraded.d.ts.map +1 -0
  699. package/dist/src/types/ModUpgraded.lua +2 -0
  700. package/dist/src/types/PublicInterface.d.ts +3 -0
  701. package/dist/src/types/PublicInterface.d.ts.map +1 -0
  702. package/dist/src/types/PublicInterface.lua +2 -0
  703. package/dist/src/types/StartsWithLowercase.d.ts +1 -0
  704. package/dist/src/types/StartsWithLowercase.d.ts.map +1 -1
  705. package/dist/src/types/StartsWithUppercase.d.ts +1 -0
  706. package/dist/src/types/StartsWithUppercase.d.ts.map +1 -1
  707. package/dist/src/types/TupleToIntersection.d.ts +5 -0
  708. package/dist/src/types/TupleToIntersection.d.ts.map +1 -0
  709. package/dist/src/types/TupleToIntersection.lua +2 -0
  710. package/dist/src/types/TupleToUnion.d.ts +3 -0
  711. package/dist/src/types/TupleToUnion.d.ts.map +1 -0
  712. package/dist/src/types/TupleToUnion.lua +2 -0
  713. package/dist/src/types/UnionToIntersection.d.ts +1 -1
  714. package/dist/src/types/UnionToIntersection.d.ts.map +1 -1
  715. package/dist/src/types/UppercaseKeys.d.ts +1 -0
  716. package/dist/src/types/UppercaseKeys.d.ts.map +1 -1
  717. package/dist/src/types/Writable.d.ts +9 -0
  718. package/dist/src/types/Writable.d.ts.map +1 -0
  719. package/dist/src/types/Writable.lua +2 -0
  720. package/dist/src/types/private/CallbackTuple.d.ts +4 -4
  721. package/dist/src/types/private/CallbackTuple.d.ts.map +1 -1
  722. package/package.json +2 -2
  723. package/src/callbacks.ts +142 -58
  724. package/src/classes/ModFeature.ts +44 -10
  725. package/src/classes/ModUpgradedBase.ts +420 -0
  726. package/src/classes/callbacks/PostAmbushFinished.ts +6 -3
  727. package/src/classes/callbacks/PostAmbushStarted.ts +6 -3
  728. package/src/classes/callbacks/PostBombExploded.ts +6 -3
  729. package/src/classes/callbacks/PostBombInitLate.ts +6 -3
  730. package/src/classes/callbacks/PostBoneSwing.ts +2 -2
  731. package/src/classes/callbacks/PostCollectibleEmpty.ts +10 -10
  732. package/src/classes/callbacks/PostCollectibleInitFirst.ts +6 -3
  733. package/src/classes/callbacks/PostCursedTeleport.ts +6 -3
  734. package/src/classes/callbacks/PostCustomRevive.ts +22 -3
  735. package/src/classes/callbacks/PostDiceRoomActivated.ts +10 -10
  736. package/src/classes/callbacks/PostDoorRender.ts +6 -3
  737. package/src/classes/callbacks/PostDoorUpdate.ts +6 -3
  738. package/src/classes/callbacks/PostEffectInitLate.ts +6 -3
  739. package/src/classes/callbacks/PostEffectStateChanged.ts +6 -3
  740. package/src/classes/callbacks/PostEsauJr.ts +2 -2
  741. package/src/classes/callbacks/PostFamiliarInitLate.ts +6 -3
  742. package/src/classes/callbacks/PostFamiliarStateChanged.ts +6 -3
  743. package/src/classes/callbacks/PostFirstEsauJr.ts +2 -2
  744. package/src/classes/callbacks/PostFirstFlip.ts +2 -2
  745. package/src/classes/callbacks/PostFlip.ts +2 -2
  746. package/src/classes/callbacks/PostGameStartedReordered.ts +2 -2
  747. package/src/classes/callbacks/PostGameStartedReorderedLast.ts +2 -2
  748. package/src/classes/callbacks/PostGreedModeWave.ts +2 -2
  749. package/src/classes/callbacks/PostGridEntityBroken.ts +7 -4
  750. package/src/classes/callbacks/PostGridEntityCollision.ts +19 -36
  751. package/src/classes/callbacks/PostGridEntityCustomBroken.ts +7 -4
  752. package/src/classes/callbacks/PostGridEntityCustomCollision.ts +17 -28
  753. package/src/classes/callbacks/PostGridEntityCustomInit.ts +7 -4
  754. package/src/classes/callbacks/PostGridEntityCustomRemove.ts +11 -12
  755. package/src/classes/callbacks/PostGridEntityCustomRender.ts +14 -0
  756. package/src/classes/callbacks/PostGridEntityCustomStateChanged.ts +7 -4
  757. package/src/classes/callbacks/PostGridEntityCustomUpdate.ts +7 -4
  758. package/src/classes/callbacks/PostGridEntityInit.ts +7 -4
  759. package/src/classes/callbacks/PostGridEntityRemove.ts +11 -18
  760. package/src/classes/callbacks/PostGridEntityRender.ts +14 -0
  761. package/src/classes/callbacks/PostGridEntityStateChanged.ts +7 -4
  762. package/src/classes/callbacks/PostGridEntityUpdate.ts +7 -4
  763. package/src/classes/callbacks/PostHolyMantleRemoved.ts +6 -3
  764. package/src/classes/callbacks/PostItemDischarge.ts +188 -0
  765. package/src/classes/callbacks/PostItemPickup.ts +14 -0
  766. package/src/classes/callbacks/PostKnifeInitLate.ts +6 -3
  767. package/src/classes/callbacks/PostLaserInitLate.ts +31 -0
  768. package/src/classes/callbacks/PostNPCInitLate.ts +31 -0
  769. package/src/classes/callbacks/PostNPCStateChanged.ts +40 -0
  770. package/src/classes/callbacks/PostNewLevelReordered.ts +2 -2
  771. package/src/classes/callbacks/PostNewRoomEarly.ts +2 -2
  772. package/src/classes/callbacks/PostNewRoomReordered.ts +2 -2
  773. package/src/classes/callbacks/PostPEffectUpdateReordered.ts +6 -3
  774. package/src/classes/callbacks/PostPickupCollect.ts +40 -0
  775. package/src/classes/callbacks/PostPickupInitFirst.ts +37 -0
  776. package/src/classes/callbacks/PostPickupInitLate.ts +31 -0
  777. package/src/classes/callbacks/PostPickupStateChanged.ts +38 -0
  778. package/src/classes/callbacks/PostPitRender.ts +6 -3
  779. package/src/classes/callbacks/PostPitUpdate.ts +24 -0
  780. package/src/classes/callbacks/PostPlayerChangeHealth.ts +62 -0
  781. package/src/classes/callbacks/PostPlayerChangeStat.ts +107 -0
  782. package/src/classes/callbacks/PostPlayerChangeType.ts +49 -0
  783. package/src/classes/callbacks/PostPlayerCollectibleAdded.ts +14 -0
  784. package/src/classes/callbacks/PostPlayerCollectibleRemoved.ts +14 -0
  785. package/src/classes/callbacks/PostPlayerFatalDamage.ts +6 -3
  786. package/src/classes/callbacks/PostPlayerInitFirst.ts +43 -0
  787. package/src/classes/callbacks/PostPlayerInitLate.ts +37 -0
  788. package/src/classes/callbacks/PostPlayerRenderReordered.ts +6 -3
  789. package/src/classes/callbacks/PostPlayerUpdateReordered.ts +6 -3
  790. package/src/classes/callbacks/PostPoopRender.ts +24 -0
  791. package/src/classes/callbacks/PostPoopUpdate.ts +24 -0
  792. package/src/classes/callbacks/PostPressurePlateRender.ts +24 -0
  793. package/src/classes/callbacks/PostPressurePlateUpdate.ts +24 -0
  794. package/src/classes/callbacks/PostProjectileInitLate.ts +31 -0
  795. package/src/classes/callbacks/PostPurchase.ts +80 -0
  796. package/src/classes/callbacks/PostRockRender.ts +24 -0
  797. package/src/classes/callbacks/PostRockUpdate.ts +24 -0
  798. package/src/classes/callbacks/PostRoomClearChanged.ts +26 -6
  799. package/src/classes/callbacks/PostSacrifice.ts +58 -0
  800. package/src/classes/callbacks/PostSlotAnimationChanged.ts +14 -0
  801. package/src/classes/callbacks/PostSlotCollision.ts +29 -0
  802. package/src/classes/callbacks/PostSlotDestroyed.ts +82 -0
  803. package/src/classes/callbacks/PostSlotInit.ts +14 -0
  804. package/src/classes/callbacks/PostSlotRender.ts +14 -0
  805. package/src/classes/callbacks/PostSlotUpdate.ts +14 -0
  806. package/src/classes/callbacks/PostSpikesRender.ts +6 -3
  807. package/src/classes/callbacks/PostSpikesUpdate.ts +24 -0
  808. package/src/classes/callbacks/PostTNTRender.ts +24 -0
  809. package/src/classes/callbacks/PostTNTUpdate.ts +24 -0
  810. package/src/classes/callbacks/PostTearInitLate.ts +31 -0
  811. package/src/classes/callbacks/PostTearInitVeryLate.ts +36 -0
  812. package/src/classes/callbacks/PostTransformation.ts +70 -0
  813. package/src/classes/callbacks/PostTrinketBreak.ts +112 -0
  814. package/src/classes/callbacks/PreBerserkDeath.ts +7 -4
  815. package/src/classes/callbacks/PreCustomRevive.ts +6 -3
  816. package/src/classes/callbacks/PreGetPedestal.ts +59 -0
  817. package/src/classes/callbacks/PreItemPickup.ts +14 -0
  818. package/src/classes/callbacks/PreNewLevel.ts +50 -0
  819. package/src/classes/features/callbackLogic/CustomGridEntities.ts +42 -37
  820. package/src/classes/features/callbackLogic/CustomRevive.ts +25 -26
  821. package/src/classes/features/callbackLogic/EsauJrDetection.ts +0 -4
  822. package/src/classes/features/callbackLogic/GameReorderedCallbacks.ts +4 -9
  823. package/src/classes/features/callbackLogic/GridEntityCollisionDetection.ts +0 -4
  824. package/src/classes/features/callbackLogic/GridEntityRenderDetection.ts +42 -0
  825. package/src/classes/features/callbackLogic/GridEntityUpdateDetection.ts +215 -0
  826. package/src/classes/features/callbackLogic/ItemPickupDetection.ts +91 -0
  827. package/src/classes/features/callbackLogic/PlayerCollectibleDetection.ts +253 -0
  828. package/src/classes/features/callbackLogic/PlayerReorderedCallbacks.ts +2 -2
  829. package/src/classes/features/callbackLogic/SlotRenderDetection.ts +64 -0
  830. package/src/classes/features/callbackLogic/SlotUpdateDetection.ts +57 -0
  831. package/src/classes/features/other/CharacterHealthConversion.ts +132 -0
  832. package/src/classes/features/other/CharacterStats.ts +67 -0
  833. package/src/classes/features/other/CollectibleItemPoolType.ts +66 -0
  834. package/src/classes/features/other/CustomHotkeys.ts +146 -0
  835. package/src/classes/features/other/CustomItemPools.ts +135 -0
  836. package/src/classes/features/other/CustomPickups.ts +150 -0
  837. package/src/classes/features/other/CustomStages.ts +539 -0
  838. package/src/classes/features/other/CustomTrapdoors.ts +830 -0
  839. package/src/classes/features/other/DebugDisplay.ts +394 -0
  840. package/src/classes/features/other/DeployJSONRoom.ts +418 -0
  841. package/src/classes/features/other/DisableAllSound.ts +78 -0
  842. package/src/classes/features/other/DisableInputs.ts +210 -0
  843. package/src/classes/features/other/ExtraConsoleCommands.ts +236 -0
  844. package/src/classes/features/other/FadeInRemover.ts +48 -0
  845. package/src/classes/features/other/FastReset.ts +83 -0
  846. package/src/classes/features/other/FlyingDetection.ts +58 -0
  847. package/src/classes/features/other/ForgottenSwitch.ts +52 -0
  848. package/src/classes/features/other/ItemPoolDetection.ts +228 -0
  849. package/src/classes/features/other/ModdedElementDetection.ts +485 -0
  850. package/src/classes/features/other/ModdedElementSets.ts +819 -0
  851. package/src/classes/features/other/NoSirenSteal.ts +99 -0
  852. package/src/classes/features/other/Pause.ts +212 -0
  853. package/src/classes/features/other/PersistentEntities.ts +223 -0
  854. package/src/classes/features/other/PickupIndexCreation.ts +265 -0
  855. package/src/classes/features/other/PlayerInventory.ts +122 -0
  856. package/src/classes/features/other/PonyDetection.ts +80 -0
  857. package/src/classes/features/other/PreventChildEntities.ts +50 -0
  858. package/src/classes/features/other/PreventCollectibleRotation.ts +115 -0
  859. package/src/classes/features/other/PreventGridEntityRespawn.ts +194 -0
  860. package/src/classes/features/other/RoomClearFrame.ts +55 -0
  861. package/src/classes/features/other/RoomHistory.ts +145 -0
  862. package/src/classes/features/other/RunInNFrames.ts +24 -4
  863. package/src/classes/features/other/RunNextRoom.ts +48 -0
  864. package/src/classes/features/other/SaveDataManager.ts +505 -0
  865. package/src/classes/features/other/SpawnCollectible.ts +110 -0
  866. package/src/classes/features/other/SpawnRockAltRewards.ts +586 -0
  867. package/src/classes/features/other/StageHistory.ts +319 -0
  868. package/src/classes/features/other/StartAmbush.ts +65 -0
  869. package/src/classes/features/other/TaintedLazarusPlayers.ts +117 -0
  870. package/src/classes/features/other/customStages/backdrop.ts +282 -0
  871. package/src/classes/features/other/customStages/constants.ts +21 -0
  872. package/src/classes/features/other/customStages/gridEntities.ts +253 -0
  873. package/src/classes/features/other/customStages/shadows.ts +80 -0
  874. package/src/classes/features/other/customStages/streakText.ts +315 -0
  875. package/src/classes/features/other/customStages/utils.ts +105 -0
  876. package/src/classes/features/other/customStages/versusScreen.ts +378 -0
  877. package/src/classes/features/other/debugDisplay/DebugDisplayBomb.ts +22 -0
  878. package/src/classes/features/other/debugDisplay/DebugDisplayDoor.ts +22 -0
  879. package/src/classes/features/other/debugDisplay/DebugDisplayEffect.ts +22 -0
  880. package/src/classes/features/other/debugDisplay/DebugDisplayFamiliar.ts +22 -0
  881. package/src/classes/features/other/debugDisplay/DebugDisplayKnife.ts +22 -0
  882. package/src/classes/features/other/debugDisplay/DebugDisplayLaser.ts +22 -0
  883. package/src/classes/features/other/debugDisplay/DebugDisplayNPC.ts +22 -0
  884. package/src/classes/features/other/debugDisplay/DebugDisplayPickup.ts +22 -0
  885. package/src/classes/features/other/debugDisplay/DebugDisplayPit.ts +22 -0
  886. package/src/classes/features/other/debugDisplay/DebugDisplayPlayer.ts +22 -0
  887. package/src/classes/features/other/debugDisplay/DebugDisplayPoop.ts +22 -0
  888. package/src/classes/features/other/debugDisplay/DebugDisplayPressurePlate.ts +27 -0
  889. package/src/classes/features/other/debugDisplay/DebugDisplayProjectile.ts +22 -0
  890. package/src/classes/features/other/debugDisplay/DebugDisplayRock.ts +22 -0
  891. package/src/classes/features/other/debugDisplay/DebugDisplaySlot.ts +22 -0
  892. package/src/classes/features/other/debugDisplay/DebugDisplaySpikes.ts +22 -0
  893. package/src/classes/features/other/debugDisplay/DebugDisplayTNT.ts +22 -0
  894. package/src/classes/features/other/debugDisplay/DebugDisplayTear.ts +22 -0
  895. package/src/classes/features/other/debugDisplay/utils.ts +25 -0
  896. package/src/classes/features/other/extraConsoleCommands/commands.ts +1597 -0
  897. package/src/classes/features/other/extraConsoleCommands/subroutines.ts +164 -0
  898. package/src/classes/features/other/extraConsoleCommands/v.ts +27 -0
  899. package/src/classes/features/other/saveDataManager/constants.ts +1 -0
  900. package/src/classes/features/other/saveDataManager/glowingHourGlass.ts +138 -0
  901. package/src/classes/features/other/saveDataManager/loadFromDisk.ts +99 -0
  902. package/src/classes/features/other/saveDataManager/restoreDefaults.ts +116 -0
  903. package/src/classes/features/other/saveDataManager/saveToDisk.ts +70 -0
  904. package/src/classes/private/CustomCallback.ts +16 -23
  905. package/src/classes/private/Feature.ts +32 -1
  906. package/src/core/constants.ts +4 -4
  907. package/src/core/upgradeMod.ts +24 -75
  908. package/src/{features/customStage/metadata.json → customStageMetadata.json} +0 -0
  909. package/src/decorators.ts +17 -19
  910. package/src/enums/ISCFeature.ts +52 -42
  911. package/src/enums/ModCallbackCustom.ts +242 -180
  912. package/src/enums/SerializationBrand.ts +45 -0
  913. package/src/enums/private/GridEntityTypeCustom.ts +9 -0
  914. package/src/enums/private/UIStreakAnimation.ts +6 -0
  915. package/src/features.ts +222 -31
  916. package/src/functions/ambush.ts +1 -45
  917. package/src/functions/array.ts +8 -9
  918. package/src/functions/bitSet128.ts +3 -3
  919. package/src/functions/characters.ts +14 -0
  920. package/src/functions/collectibleTag.ts +0 -70
  921. package/src/functions/collectibles.ts +15 -0
  922. package/src/functions/color.ts +3 -3
  923. package/src/functions/decorators.ts +22 -0
  924. package/src/functions/deepCopy.ts +84 -18
  925. package/src/functions/deepCopyTests.ts +1 -1
  926. package/src/functions/easing.ts +238 -87
  927. package/src/functions/familiars.ts +45 -2
  928. package/src/functions/gridEntities.ts +19 -0
  929. package/src/functions/initArray.ts +6 -11
  930. package/src/functions/jsonRoom.ts +11 -0
  931. package/src/functions/kColor.ts +3 -3
  932. package/src/functions/logEntities.ts +13 -3
  933. package/src/functions/logMisc.ts +19 -3
  934. package/src/functions/merge.ts +239 -0
  935. package/src/functions/mergeTests.ts +2 -3
  936. package/src/functions/nextStage.ts +9 -223
  937. package/src/functions/players.ts +12 -29
  938. package/src/functions/rng.ts +3 -3
  939. package/src/functions/rockAlt.ts +22 -505
  940. package/src/functions/run.ts +0 -14
  941. package/src/functions/serialization.ts +25 -1
  942. package/src/functions/spawnCollectible.ts +7 -49
  943. package/src/functions/table.ts +1 -1
  944. package/src/functions/transformations.ts +4 -34
  945. package/src/functions/trinkets.ts +15 -0
  946. package/src/functions/tstlClass.ts +3 -57
  947. package/src/functions/vector.ts +3 -3
  948. package/src/functions/weighted.ts +28 -11
  949. package/src/index.ts +14 -44
  950. package/src/interfaces/CustomStageTSConfig.ts +2 -5
  951. package/src/interfaces/RoomDescription.ts +2 -0
  952. package/src/interfaces/SaveData.ts +3 -34
  953. package/src/interfaces/private/AddCallbackParametersCustom.ts +653 -186
  954. package/src/interfaces/private/CustomTrapdoorDescription.ts +4 -2
  955. package/src/interfaces/private/ModUpgradedInterface.ts +12 -0
  956. package/src/maps/{transformationNameToPlayerForm.ts → transformationNameToPlayerFormMap.ts} +0 -0
  957. package/src/objects/isaacAPIClassTypeToBrand.ts +1 -1
  958. package/src/shaderCrashFix.ts +6 -2
  959. package/src/shouldFire.ts +439 -0
  960. package/src/types/AllButFirst.ts +1 -0
  961. package/src/types/AllButLast.ts +1 -0
  962. package/src/types/AnyClass.ts +2 -0
  963. package/src/types/AnyFunction.ts +5 -0
  964. package/src/types/ConversionHeartSubType.ts +7 -0
  965. package/src/types/FunctionTuple.ts +4 -4
  966. package/src/types/HasAllEnumKeys.ts +1 -1
  967. package/src/types/HasFunction.ts +7 -0
  968. package/src/types/Immutable.ts +1 -1
  969. package/src/types/LowercaseKeys.ts +1 -0
  970. package/src/types/ModUpgraded.ts +37 -0
  971. package/src/types/PublicInterface.ts +2 -0
  972. package/src/types/StartsWithLowercase.ts +1 -0
  973. package/src/types/StartsWithUppercase.ts +1 -0
  974. package/src/types/TupleToIntersection.ts +6 -0
  975. package/src/types/TupleToUnion.ts +2 -0
  976. package/src/types/UnionToIntersection.ts +1 -1
  977. package/src/types/UppercaseKeys.ts +1 -0
  978. package/src/types/Writable.ts +6 -0
  979. package/src/types/private/CallbackTuple.ts +4 -4
  980. package/dist/src/callbacks/customRevive.d.ts +0 -3
  981. package/dist/src/callbacks/customRevive.d.ts.map +0 -1
  982. package/dist/src/callbacks/customRevive.lua +0 -159
  983. package/dist/src/callbacks/itemPickup.d.ts +0 -3
  984. package/dist/src/callbacks/itemPickup.d.ts.map +0 -1
  985. package/dist/src/callbacks/itemPickup.lua +0 -66
  986. package/dist/src/callbacks/postAmbush.d.ts +0 -3
  987. package/dist/src/callbacks/postAmbush.d.ts.map +0 -1
  988. package/dist/src/callbacks/postAmbush.lua +0 -49
  989. package/dist/src/callbacks/postBombExploded.d.ts +0 -3
  990. package/dist/src/callbacks/postBombExploded.d.ts.map +0 -1
  991. package/dist/src/callbacks/postBombExploded.lua +0 -24
  992. package/dist/src/callbacks/postBombInitLate.d.ts +0 -3
  993. package/dist/src/callbacks/postBombInitLate.d.ts.map +0 -1
  994. package/dist/src/callbacks/postBombInitLate.lua +0 -31
  995. package/dist/src/callbacks/postBoneSwing.d.ts +0 -3
  996. package/dist/src/callbacks/postBoneSwing.d.ts.map +0 -1
  997. package/dist/src/callbacks/postBoneSwing.lua +0 -48
  998. package/dist/src/callbacks/postCollectibleEmpty.d.ts +0 -3
  999. package/dist/src/callbacks/postCollectibleEmpty.d.ts.map +0 -1
  1000. package/dist/src/callbacks/postCollectibleEmpty.lua +0 -38
  1001. package/dist/src/callbacks/postCollectibleInitFirst.d.ts +0 -3
  1002. package/dist/src/callbacks/postCollectibleInitFirst.d.ts.map +0 -1
  1003. package/dist/src/callbacks/postCollectibleInitFirst.lua +0 -33
  1004. package/dist/src/callbacks/postCursedTeleport.d.ts +0 -3
  1005. package/dist/src/callbacks/postCursedTeleport.d.ts.map +0 -1
  1006. package/dist/src/callbacks/postCursedTeleport.lua +0 -120
  1007. package/dist/src/callbacks/postDiceRoomActivated.d.ts +0 -3
  1008. package/dist/src/callbacks/postDiceRoomActivated.d.ts.map +0 -1
  1009. package/dist/src/callbacks/postDiceRoomActivated.lua +0 -39
  1010. package/dist/src/callbacks/postDoorRender.d.ts +0 -3
  1011. package/dist/src/callbacks/postDoorRender.d.ts.map +0 -1
  1012. package/dist/src/callbacks/postDoorRender.lua +0 -24
  1013. package/dist/src/callbacks/postDoorUpdate.d.ts +0 -3
  1014. package/dist/src/callbacks/postDoorUpdate.d.ts.map +0 -1
  1015. package/dist/src/callbacks/postDoorUpdate.lua +0 -24
  1016. package/dist/src/callbacks/postEffectInitLate.d.ts +0 -3
  1017. package/dist/src/callbacks/postEffectInitLate.d.ts.map +0 -1
  1018. package/dist/src/callbacks/postEffectInitLate.lua +0 -31
  1019. package/dist/src/callbacks/postEffectStateChanged.d.ts +0 -3
  1020. package/dist/src/callbacks/postEffectStateChanged.d.ts.map +0 -1
  1021. package/dist/src/callbacks/postEffectStateChanged.lua +0 -37
  1022. package/dist/src/callbacks/postEsauJr.d.ts +0 -3
  1023. package/dist/src/callbacks/postEsauJr.d.ts.map +0 -1
  1024. package/dist/src/callbacks/postEsauJr.lua +0 -60
  1025. package/dist/src/callbacks/postFamiliarInitLate.d.ts +0 -3
  1026. package/dist/src/callbacks/postFamiliarInitLate.d.ts.map +0 -1
  1027. package/dist/src/callbacks/postFamiliarInitLate.lua +0 -31
  1028. package/dist/src/callbacks/postFamiliarStateChanged.d.ts +0 -3
  1029. package/dist/src/callbacks/postFamiliarStateChanged.d.ts.map +0 -1
  1030. package/dist/src/callbacks/postFamiliarStateChanged.lua +0 -37
  1031. package/dist/src/callbacks/postFlip.d.ts +0 -3
  1032. package/dist/src/callbacks/postFlip.d.ts.map +0 -1
  1033. package/dist/src/callbacks/postFlip.lua +0 -62
  1034. package/dist/src/callbacks/postGreedModeWave.d.ts +0 -3
  1035. package/dist/src/callbacks/postGreedModeWave.d.ts.map +0 -1
  1036. package/dist/src/callbacks/postGreedModeWave.lua +0 -32
  1037. package/dist/src/callbacks/postGridEntity.d.ts +0 -3
  1038. package/dist/src/callbacks/postGridEntity.d.ts.map +0 -1
  1039. package/dist/src/callbacks/postGridEntity.lua +0 -154
  1040. package/dist/src/callbacks/postGridEntityCollision.d.ts +0 -3
  1041. package/dist/src/callbacks/postGridEntityCollision.d.ts.map +0 -1
  1042. package/dist/src/callbacks/postGridEntityCollision.lua +0 -65
  1043. package/dist/src/callbacks/postGridEntityCustomCollision.d.ts +0 -3
  1044. package/dist/src/callbacks/postGridEntityCustomCollision.d.ts.map +0 -1
  1045. package/dist/src/callbacks/postGridEntityCustomCollision.lua +0 -69
  1046. package/dist/src/callbacks/postGridEntityCustomRender.d.ts +0 -3
  1047. package/dist/src/callbacks/postGridEntityCustomRender.d.ts.map +0 -1
  1048. package/dist/src/callbacks/postGridEntityCustomRender.lua +0 -27
  1049. package/dist/src/callbacks/postGridEntityCustomUpdate.d.ts +0 -3
  1050. package/dist/src/callbacks/postGridEntityCustomUpdate.d.ts.map +0 -1
  1051. package/dist/src/callbacks/postGridEntityCustomUpdate.lua +0 -27
  1052. package/dist/src/callbacks/postGridEntityRender.d.ts +0 -3
  1053. package/dist/src/callbacks/postGridEntityRender.d.ts.map +0 -1
  1054. package/dist/src/callbacks/postGridEntityRender.lua +0 -24
  1055. package/dist/src/callbacks/postHolyMantleRemoved.d.ts +0 -3
  1056. package/dist/src/callbacks/postHolyMantleRemoved.d.ts.map +0 -1
  1057. package/dist/src/callbacks/postHolyMantleRemoved.lua +0 -39
  1058. package/dist/src/callbacks/postItemDischarged.d.ts +0 -3
  1059. package/dist/src/callbacks/postItemDischarged.d.ts.map +0 -1
  1060. package/dist/src/callbacks/postItemDischarged.lua +0 -107
  1061. package/dist/src/callbacks/postKnifeInitLate.d.ts +0 -3
  1062. package/dist/src/callbacks/postKnifeInitLate.d.ts.map +0 -1
  1063. package/dist/src/callbacks/postKnifeInitLate.lua +0 -31
  1064. package/dist/src/callbacks/postLaserInitLate.d.ts +0 -3
  1065. package/dist/src/callbacks/postLaserInitLate.d.ts.map +0 -1
  1066. package/dist/src/callbacks/postLaserInitLate.lua +0 -31
  1067. package/dist/src/callbacks/postNPCInitLate.d.ts +0 -3
  1068. package/dist/src/callbacks/postNPCInitLate.d.ts.map +0 -1
  1069. package/dist/src/callbacks/postNPCInitLate.lua +0 -31
  1070. package/dist/src/callbacks/postNPCStateChanged.d.ts +0 -3
  1071. package/dist/src/callbacks/postNPCStateChanged.d.ts.map +0 -1
  1072. package/dist/src/callbacks/postNPCStateChanged.lua +0 -37
  1073. package/dist/src/callbacks/postNewRoomEarly.d.ts +0 -3
  1074. package/dist/src/callbacks/postNewRoomEarly.d.ts.map +0 -1
  1075. package/dist/src/callbacks/postNewRoomEarly.lua +0 -66
  1076. package/dist/src/callbacks/postPickupCollect.d.ts +0 -3
  1077. package/dist/src/callbacks/postPickupCollect.d.ts.map +0 -1
  1078. package/dist/src/callbacks/postPickupCollect.lua +0 -39
  1079. package/dist/src/callbacks/postPickupInitFirst.d.ts +0 -3
  1080. package/dist/src/callbacks/postPickupInitFirst.d.ts.map +0 -1
  1081. package/dist/src/callbacks/postPickupInitFirst.lua +0 -34
  1082. package/dist/src/callbacks/postPickupInitLate.d.ts +0 -3
  1083. package/dist/src/callbacks/postPickupInitLate.d.ts.map +0 -1
  1084. package/dist/src/callbacks/postPickupInitLate.lua +0 -31
  1085. package/dist/src/callbacks/postPickupStateChanged.d.ts +0 -3
  1086. package/dist/src/callbacks/postPickupStateChanged.d.ts.map +0 -1
  1087. package/dist/src/callbacks/postPickupStateChanged.lua +0 -37
  1088. package/dist/src/callbacks/postPitRender.d.ts +0 -3
  1089. package/dist/src/callbacks/postPitRender.d.ts.map +0 -1
  1090. package/dist/src/callbacks/postPitRender.lua +0 -24
  1091. package/dist/src/callbacks/postPitUpdate.d.ts +0 -3
  1092. package/dist/src/callbacks/postPitUpdate.d.ts.map +0 -1
  1093. package/dist/src/callbacks/postPitUpdate.lua +0 -24
  1094. package/dist/src/callbacks/postPlayerChangeHealth.d.ts +0 -3
  1095. package/dist/src/callbacks/postPlayerChangeHealth.d.ts.map +0 -1
  1096. package/dist/src/callbacks/postPlayerChangeHealth.lua +0 -57
  1097. package/dist/src/callbacks/postPlayerChangeStat.d.ts +0 -3
  1098. package/dist/src/callbacks/postPlayerChangeStat.d.ts.map +0 -1
  1099. package/dist/src/callbacks/postPlayerChangeStat.lua +0 -98
  1100. package/dist/src/callbacks/postPlayerChangeType.d.ts +0 -3
  1101. package/dist/src/callbacks/postPlayerChangeType.d.ts.map +0 -1
  1102. package/dist/src/callbacks/postPlayerChangeType.lua +0 -39
  1103. package/dist/src/callbacks/postPlayerCollectible.d.ts +0 -3
  1104. package/dist/src/callbacks/postPlayerCollectible.d.ts.map +0 -1
  1105. package/dist/src/callbacks/postPlayerCollectible.lua +0 -165
  1106. package/dist/src/callbacks/postPlayerFatalDamage.d.ts +0 -3
  1107. package/dist/src/callbacks/postPlayerFatalDamage.d.ts.map +0 -1
  1108. package/dist/src/callbacks/postPlayerFatalDamage.lua +0 -97
  1109. package/dist/src/callbacks/postPlayerInitFirst.d.ts +0 -3
  1110. package/dist/src/callbacks/postPlayerInitFirst.d.ts.map +0 -1
  1111. package/dist/src/callbacks/postPlayerInitFirst.lua +0 -40
  1112. package/dist/src/callbacks/postPlayerInitLate.d.ts +0 -3
  1113. package/dist/src/callbacks/postPlayerInitLate.d.ts.map +0 -1
  1114. package/dist/src/callbacks/postPlayerInitLate.lua +0 -33
  1115. package/dist/src/callbacks/postPlayerReorderedCallbacks.d.ts +0 -3
  1116. package/dist/src/callbacks/postPlayerReorderedCallbacks.d.ts.map +0 -1
  1117. package/dist/src/callbacks/postPlayerReorderedCallbacks.lua +0 -88
  1118. package/dist/src/callbacks/postPoopRender.d.ts +0 -3
  1119. package/dist/src/callbacks/postPoopRender.d.ts.map +0 -1
  1120. package/dist/src/callbacks/postPoopRender.lua +0 -24
  1121. package/dist/src/callbacks/postPoopUpdate.d.ts +0 -3
  1122. package/dist/src/callbacks/postPoopUpdate.d.ts.map +0 -1
  1123. package/dist/src/callbacks/postPoopUpdate.lua +0 -24
  1124. package/dist/src/callbacks/postPressurePlateRender.d.ts +0 -3
  1125. package/dist/src/callbacks/postPressurePlateRender.d.ts.map +0 -1
  1126. package/dist/src/callbacks/postPressurePlateRender.lua +0 -24
  1127. package/dist/src/callbacks/postPressurePlateUpdate.d.ts +0 -3
  1128. package/dist/src/callbacks/postPressurePlateUpdate.d.ts.map +0 -1
  1129. package/dist/src/callbacks/postPressurePlateUpdate.lua +0 -24
  1130. package/dist/src/callbacks/postProjectileInitLate.d.ts +0 -3
  1131. package/dist/src/callbacks/postProjectileInitLate.d.ts.map +0 -1
  1132. package/dist/src/callbacks/postProjectileInitLate.lua +0 -31
  1133. package/dist/src/callbacks/postPurchase.d.ts +0 -3
  1134. package/dist/src/callbacks/postPurchase.d.ts.map +0 -1
  1135. package/dist/src/callbacks/postPurchase.lua +0 -49
  1136. package/dist/src/callbacks/postRockRender.d.ts +0 -3
  1137. package/dist/src/callbacks/postRockRender.d.ts.map +0 -1
  1138. package/dist/src/callbacks/postRockRender.lua +0 -24
  1139. package/dist/src/callbacks/postRockUpdate.d.ts +0 -3
  1140. package/dist/src/callbacks/postRockUpdate.d.ts.map +0 -1
  1141. package/dist/src/callbacks/postRockUpdate.lua +0 -24
  1142. package/dist/src/callbacks/postRoomClearChanged.d.ts +0 -3
  1143. package/dist/src/callbacks/postRoomClearChanged.d.ts.map +0 -1
  1144. package/dist/src/callbacks/postRoomClearChanged.lua +0 -40
  1145. package/dist/src/callbacks/postSacrifice.d.ts +0 -3
  1146. package/dist/src/callbacks/postSacrifice.d.ts.map +0 -1
  1147. package/dist/src/callbacks/postSacrifice.lua +0 -43
  1148. package/dist/src/callbacks/postSlotCollision.d.ts +0 -3
  1149. package/dist/src/callbacks/postSlotCollision.d.ts.map +0 -1
  1150. package/dist/src/callbacks/postSlotCollision.lua +0 -25
  1151. package/dist/src/callbacks/postSlotDestroyed.d.ts +0 -3
  1152. package/dist/src/callbacks/postSlotDestroyed.d.ts.map +0 -1
  1153. package/dist/src/callbacks/postSlotDestroyed.lua +0 -66
  1154. package/dist/src/callbacks/postSlotInitUpdate.d.ts +0 -3
  1155. package/dist/src/callbacks/postSlotInitUpdate.d.ts.map +0 -1
  1156. package/dist/src/callbacks/postSlotInitUpdate.lua +0 -53
  1157. package/dist/src/callbacks/postSlotRender.d.ts +0 -3
  1158. package/dist/src/callbacks/postSlotRender.d.ts.map +0 -1
  1159. package/dist/src/callbacks/postSlotRender.lua +0 -56
  1160. package/dist/src/callbacks/postSpikesRender.d.ts +0 -3
  1161. package/dist/src/callbacks/postSpikesRender.d.ts.map +0 -1
  1162. package/dist/src/callbacks/postSpikesRender.lua +0 -24
  1163. package/dist/src/callbacks/postSpikesUpdate.d.ts +0 -3
  1164. package/dist/src/callbacks/postSpikesUpdate.d.ts.map +0 -1
  1165. package/dist/src/callbacks/postSpikesUpdate.lua +0 -24
  1166. package/dist/src/callbacks/postTNTRender.d.ts +0 -3
  1167. package/dist/src/callbacks/postTNTRender.d.ts.map +0 -1
  1168. package/dist/src/callbacks/postTNTRender.lua +0 -24
  1169. package/dist/src/callbacks/postTNTUpdate.d.ts +0 -3
  1170. package/dist/src/callbacks/postTNTUpdate.d.ts.map +0 -1
  1171. package/dist/src/callbacks/postTNTUpdate.lua +0 -24
  1172. package/dist/src/callbacks/postTearInitLate.d.ts +0 -3
  1173. package/dist/src/callbacks/postTearInitLate.d.ts.map +0 -1
  1174. package/dist/src/callbacks/postTearInitLate.lua +0 -31
  1175. package/dist/src/callbacks/postTearInitVeryLate.d.ts +0 -3
  1176. package/dist/src/callbacks/postTearInitVeryLate.d.ts.map +0 -1
  1177. package/dist/src/callbacks/postTearInitVeryLate.lua +0 -34
  1178. package/dist/src/callbacks/postTransformation.d.ts +0 -3
  1179. package/dist/src/callbacks/postTransformation.d.ts.map +0 -1
  1180. package/dist/src/callbacks/postTransformation.lua +0 -50
  1181. package/dist/src/callbacks/postTrinketBreak.d.ts +0 -3
  1182. package/dist/src/callbacks/postTrinketBreak.d.ts.map +0 -1
  1183. package/dist/src/callbacks/postTrinketBreak.lua +0 -75
  1184. package/dist/src/callbacks/preBerserkDeath.d.ts +0 -3
  1185. package/dist/src/callbacks/preBerserkDeath.d.ts.map +0 -1
  1186. package/dist/src/callbacks/preBerserkDeath.lua +0 -36
  1187. package/dist/src/callbacks/preGetPedestal.d.ts +0 -3
  1188. package/dist/src/callbacks/preGetPedestal.d.ts.map +0 -1
  1189. package/dist/src/callbacks/preGetPedestal.lua +0 -40
  1190. package/dist/src/callbacks/preNewLevel.d.ts +0 -3
  1191. package/dist/src/callbacks/preNewLevel.d.ts.map +0 -1
  1192. package/dist/src/callbacks/preNewLevel.lua +0 -43
  1193. package/dist/src/callbacks/reorderedCallbacks.d.ts +0 -6
  1194. package/dist/src/callbacks/reorderedCallbacks.d.ts.map +0 -1
  1195. package/dist/src/callbacks/reorderedCallbacks.lua +0 -101
  1196. package/dist/src/callbacks/subscriptions/postAmbushFinished.d.ts +0 -9
  1197. package/dist/src/callbacks/subscriptions/postAmbushFinished.d.ts.map +0 -1
  1198. package/dist/src/callbacks/subscriptions/postAmbushFinished.lua +0 -23
  1199. package/dist/src/callbacks/subscriptions/postAmbushStarted.d.ts +0 -9
  1200. package/dist/src/callbacks/subscriptions/postAmbushStarted.d.ts.map +0 -1
  1201. package/dist/src/callbacks/subscriptions/postAmbushStarted.lua +0 -23
  1202. package/dist/src/callbacks/subscriptions/postBombExploded.d.ts +0 -9
  1203. package/dist/src/callbacks/subscriptions/postBombExploded.d.ts.map +0 -1
  1204. package/dist/src/callbacks/subscriptions/postBombExploded.lua +0 -23
  1205. package/dist/src/callbacks/subscriptions/postBombInitLate.d.ts +0 -9
  1206. package/dist/src/callbacks/subscriptions/postBombInitLate.d.ts.map +0 -1
  1207. package/dist/src/callbacks/subscriptions/postBombInitLate.lua +0 -23
  1208. package/dist/src/callbacks/subscriptions/postBoneSwing.d.ts +0 -8
  1209. package/dist/src/callbacks/subscriptions/postBoneSwing.d.ts.map +0 -1
  1210. package/dist/src/callbacks/subscriptions/postBoneSwing.lua +0 -16
  1211. package/dist/src/callbacks/subscriptions/postCollectibleEmpty.d.ts +0 -9
  1212. package/dist/src/callbacks/subscriptions/postCollectibleEmpty.d.ts.map +0 -1
  1213. package/dist/src/callbacks/subscriptions/postCollectibleEmpty.lua +0 -23
  1214. package/dist/src/callbacks/subscriptions/postCollectibleInitFirst.d.ts +0 -9
  1215. package/dist/src/callbacks/subscriptions/postCollectibleInitFirst.d.ts.map +0 -1
  1216. package/dist/src/callbacks/subscriptions/postCollectibleInitFirst.lua +0 -23
  1217. package/dist/src/callbacks/subscriptions/postCursedTeleport.d.ts +0 -10
  1218. package/dist/src/callbacks/subscriptions/postCursedTeleport.d.ts.map +0 -1
  1219. package/dist/src/callbacks/subscriptions/postCursedTeleport.lua +0 -28
  1220. package/dist/src/callbacks/subscriptions/postCustomRevive.d.ts +0 -10
  1221. package/dist/src/callbacks/subscriptions/postCustomRevive.d.ts.map +0 -1
  1222. package/dist/src/callbacks/subscriptions/postCustomRevive.lua +0 -23
  1223. package/dist/src/callbacks/subscriptions/postDiceRoomActivated.d.ts +0 -9
  1224. package/dist/src/callbacks/subscriptions/postDiceRoomActivated.d.ts.map +0 -1
  1225. package/dist/src/callbacks/subscriptions/postDiceRoomActivated.lua +0 -23
  1226. package/dist/src/callbacks/subscriptions/postDoorRender.d.ts +0 -9
  1227. package/dist/src/callbacks/subscriptions/postDoorRender.d.ts.map +0 -1
  1228. package/dist/src/callbacks/subscriptions/postDoorRender.lua +0 -24
  1229. package/dist/src/callbacks/subscriptions/postDoorUpdate.d.ts +0 -9
  1230. package/dist/src/callbacks/subscriptions/postDoorUpdate.d.ts.map +0 -1
  1231. package/dist/src/callbacks/subscriptions/postDoorUpdate.lua +0 -24
  1232. package/dist/src/callbacks/subscriptions/postEffectInitLate.d.ts +0 -9
  1233. package/dist/src/callbacks/subscriptions/postEffectInitLate.d.ts.map +0 -1
  1234. package/dist/src/callbacks/subscriptions/postEffectInitLate.lua +0 -23
  1235. package/dist/src/callbacks/subscriptions/postEffectStateChanged.d.ts +0 -9
  1236. package/dist/src/callbacks/subscriptions/postEffectStateChanged.d.ts.map +0 -1
  1237. package/dist/src/callbacks/subscriptions/postEffectStateChanged.lua +0 -23
  1238. package/dist/src/callbacks/subscriptions/postEsauJr.d.ts +0 -8
  1239. package/dist/src/callbacks/subscriptions/postEsauJr.d.ts.map +0 -1
  1240. package/dist/src/callbacks/subscriptions/postEsauJr.lua +0 -16
  1241. package/dist/src/callbacks/subscriptions/postFamiliarInitLate.d.ts +0 -9
  1242. package/dist/src/callbacks/subscriptions/postFamiliarInitLate.d.ts.map +0 -1
  1243. package/dist/src/callbacks/subscriptions/postFamiliarInitLate.lua +0 -23
  1244. package/dist/src/callbacks/subscriptions/postFamiliarStateChanged.d.ts +0 -9
  1245. package/dist/src/callbacks/subscriptions/postFamiliarStateChanged.d.ts.map +0 -1
  1246. package/dist/src/callbacks/subscriptions/postFamiliarStateChanged.lua +0 -23
  1247. package/dist/src/callbacks/subscriptions/postFirstEsauJr.d.ts +0 -8
  1248. package/dist/src/callbacks/subscriptions/postFirstEsauJr.d.ts.map +0 -1
  1249. package/dist/src/callbacks/subscriptions/postFirstEsauJr.lua +0 -16
  1250. package/dist/src/callbacks/subscriptions/postFirstFlip.d.ts +0 -8
  1251. package/dist/src/callbacks/subscriptions/postFirstFlip.d.ts.map +0 -1
  1252. package/dist/src/callbacks/subscriptions/postFirstFlip.lua +0 -16
  1253. package/dist/src/callbacks/subscriptions/postFlip.d.ts +0 -8
  1254. package/dist/src/callbacks/subscriptions/postFlip.d.ts.map +0 -1
  1255. package/dist/src/callbacks/subscriptions/postFlip.lua +0 -16
  1256. package/dist/src/callbacks/subscriptions/postGameStartedReordered.d.ts +0 -7
  1257. package/dist/src/callbacks/subscriptions/postGameStartedReordered.d.ts.map +0 -1
  1258. package/dist/src/callbacks/subscriptions/postGameStartedReordered.lua +0 -16
  1259. package/dist/src/callbacks/subscriptions/postGameStartedReorderedLast.d.ts +0 -7
  1260. package/dist/src/callbacks/subscriptions/postGameStartedReorderedLast.d.ts.map +0 -1
  1261. package/dist/src/callbacks/subscriptions/postGameStartedReorderedLast.lua +0 -16
  1262. package/dist/src/callbacks/subscriptions/postGreedModeWave.d.ts +0 -8
  1263. package/dist/src/callbacks/subscriptions/postGreedModeWave.d.ts.map +0 -1
  1264. package/dist/src/callbacks/subscriptions/postGreedModeWave.lua +0 -16
  1265. package/dist/src/callbacks/subscriptions/postGridEntityBroken.d.ts +0 -10
  1266. package/dist/src/callbacks/subscriptions/postGridEntityBroken.d.ts.map +0 -1
  1267. package/dist/src/callbacks/subscriptions/postGridEntityBroken.lua +0 -29
  1268. package/dist/src/callbacks/subscriptions/postGridEntityCollision.d.ts +0 -12
  1269. package/dist/src/callbacks/subscriptions/postGridEntityCollision.d.ts.map +0 -1
  1270. package/dist/src/callbacks/subscriptions/postGridEntityCollision.lua +0 -37
  1271. package/dist/src/callbacks/subscriptions/postGridEntityCustomBroken.d.ts +0 -9
  1272. package/dist/src/callbacks/subscriptions/postGridEntityCustomBroken.d.ts.map +0 -1
  1273. package/dist/src/callbacks/subscriptions/postGridEntityCustomBroken.lua +0 -23
  1274. package/dist/src/callbacks/subscriptions/postGridEntityCustomCollision.d.ts +0 -11
  1275. package/dist/src/callbacks/subscriptions/postGridEntityCustomCollision.d.ts.map +0 -1
  1276. package/dist/src/callbacks/subscriptions/postGridEntityCustomCollision.lua +0 -31
  1277. package/dist/src/callbacks/subscriptions/postGridEntityCustomInit.d.ts +0 -9
  1278. package/dist/src/callbacks/subscriptions/postGridEntityCustomInit.d.ts.map +0 -1
  1279. package/dist/src/callbacks/subscriptions/postGridEntityCustomInit.lua +0 -23
  1280. package/dist/src/callbacks/subscriptions/postGridEntityCustomRemove.d.ts +0 -9
  1281. package/dist/src/callbacks/subscriptions/postGridEntityCustomRemove.d.ts.map +0 -1
  1282. package/dist/src/callbacks/subscriptions/postGridEntityCustomRemove.lua +0 -23
  1283. package/dist/src/callbacks/subscriptions/postGridEntityCustomRender.d.ts +0 -9
  1284. package/dist/src/callbacks/subscriptions/postGridEntityCustomRender.d.ts.map +0 -1
  1285. package/dist/src/callbacks/subscriptions/postGridEntityCustomRender.lua +0 -23
  1286. package/dist/src/callbacks/subscriptions/postGridEntityCustomStateChanged.d.ts +0 -9
  1287. package/dist/src/callbacks/subscriptions/postGridEntityCustomStateChanged.d.ts.map +0 -1
  1288. package/dist/src/callbacks/subscriptions/postGridEntityCustomStateChanged.lua +0 -29
  1289. package/dist/src/callbacks/subscriptions/postGridEntityCustomUpdate.d.ts +0 -9
  1290. package/dist/src/callbacks/subscriptions/postGridEntityCustomUpdate.d.ts.map +0 -1
  1291. package/dist/src/callbacks/subscriptions/postGridEntityCustomUpdate.lua +0 -23
  1292. package/dist/src/callbacks/subscriptions/postGridEntityInit.d.ts +0 -10
  1293. package/dist/src/callbacks/subscriptions/postGridEntityInit.d.ts.map +0 -1
  1294. package/dist/src/callbacks/subscriptions/postGridEntityInit.lua +0 -29
  1295. package/dist/src/callbacks/subscriptions/postGridEntityRemove.d.ts +0 -10
  1296. package/dist/src/callbacks/subscriptions/postGridEntityRemove.d.ts.map +0 -1
  1297. package/dist/src/callbacks/subscriptions/postGridEntityRemove.lua +0 -27
  1298. package/dist/src/callbacks/subscriptions/postGridEntityRender.d.ts +0 -10
  1299. package/dist/src/callbacks/subscriptions/postGridEntityRender.d.ts.map +0 -1
  1300. package/dist/src/callbacks/subscriptions/postGridEntityRender.lua +0 -29
  1301. package/dist/src/callbacks/subscriptions/postGridEntityStateChanged.d.ts +0 -10
  1302. package/dist/src/callbacks/subscriptions/postGridEntityStateChanged.d.ts.map +0 -1
  1303. package/dist/src/callbacks/subscriptions/postGridEntityStateChanged.lua +0 -29
  1304. package/dist/src/callbacks/subscriptions/postGridEntityUpdate.d.ts +0 -10
  1305. package/dist/src/callbacks/subscriptions/postGridEntityUpdate.d.ts.map +0 -1
  1306. package/dist/src/callbacks/subscriptions/postGridEntityUpdate.lua +0 -29
  1307. package/dist/src/callbacks/subscriptions/postHolyMantleRemoved.d.ts +0 -10
  1308. package/dist/src/callbacks/subscriptions/postHolyMantleRemoved.d.ts.map +0 -1
  1309. package/dist/src/callbacks/subscriptions/postHolyMantleRemoved.lua +0 -28
  1310. package/dist/src/callbacks/subscriptions/postItemDischarged.d.ts +0 -9
  1311. package/dist/src/callbacks/subscriptions/postItemDischarged.d.ts.map +0 -1
  1312. package/dist/src/callbacks/subscriptions/postItemDischarged.lua +0 -23
  1313. package/dist/src/callbacks/subscriptions/postItemPickup.d.ts +0 -15
  1314. package/dist/src/callbacks/subscriptions/postItemPickup.d.ts.map +0 -1
  1315. package/dist/src/callbacks/subscriptions/postItemPickup.lua +0 -27
  1316. package/dist/src/callbacks/subscriptions/postKnifeInitLate.d.ts +0 -9
  1317. package/dist/src/callbacks/subscriptions/postKnifeInitLate.d.ts.map +0 -1
  1318. package/dist/src/callbacks/subscriptions/postKnifeInitLate.lua +0 -23
  1319. package/dist/src/callbacks/subscriptions/postLaserInitLate.d.ts +0 -9
  1320. package/dist/src/callbacks/subscriptions/postLaserInitLate.d.ts.map +0 -1
  1321. package/dist/src/callbacks/subscriptions/postLaserInitLate.lua +0 -23
  1322. package/dist/src/callbacks/subscriptions/postNPCInitLate.d.ts +0 -9
  1323. package/dist/src/callbacks/subscriptions/postNPCInitLate.d.ts.map +0 -1
  1324. package/dist/src/callbacks/subscriptions/postNPCInitLate.lua +0 -23
  1325. package/dist/src/callbacks/subscriptions/postNPCStateChanged.d.ts +0 -10
  1326. package/dist/src/callbacks/subscriptions/postNPCStateChanged.d.ts.map +0 -1
  1327. package/dist/src/callbacks/subscriptions/postNPCStateChanged.lua +0 -27
  1328. package/dist/src/callbacks/subscriptions/postNewLevelReordered.d.ts +0 -5
  1329. package/dist/src/callbacks/subscriptions/postNewLevelReordered.d.ts.map +0 -1
  1330. package/dist/src/callbacks/subscriptions/postNewLevelReordered.lua +0 -16
  1331. package/dist/src/callbacks/subscriptions/postNewRoomEarly.d.ts +0 -5
  1332. package/dist/src/callbacks/subscriptions/postNewRoomEarly.d.ts.map +0 -1
  1333. package/dist/src/callbacks/subscriptions/postNewRoomEarly.lua +0 -16
  1334. package/dist/src/callbacks/subscriptions/postNewRoomReordered.d.ts +0 -5
  1335. package/dist/src/callbacks/subscriptions/postNewRoomReordered.d.ts.map +0 -1
  1336. package/dist/src/callbacks/subscriptions/postNewRoomReordered.lua +0 -16
  1337. package/dist/src/callbacks/subscriptions/postPEffectUpdateReordered.d.ts +0 -10
  1338. package/dist/src/callbacks/subscriptions/postPEffectUpdateReordered.d.ts.map +0 -1
  1339. package/dist/src/callbacks/subscriptions/postPEffectUpdateReordered.lua +0 -28
  1340. package/dist/src/callbacks/subscriptions/postPickupCollect.d.ts +0 -9
  1341. package/dist/src/callbacks/subscriptions/postPickupCollect.d.ts.map +0 -1
  1342. package/dist/src/callbacks/subscriptions/postPickupCollect.lua +0 -23
  1343. package/dist/src/callbacks/subscriptions/postPickupInitFirst.d.ts +0 -9
  1344. package/dist/src/callbacks/subscriptions/postPickupInitFirst.d.ts.map +0 -1
  1345. package/dist/src/callbacks/subscriptions/postPickupInitFirst.lua +0 -23
  1346. package/dist/src/callbacks/subscriptions/postPickupInitLate.d.ts +0 -9
  1347. package/dist/src/callbacks/subscriptions/postPickupInitLate.d.ts.map +0 -1
  1348. package/dist/src/callbacks/subscriptions/postPickupInitLate.lua +0 -23
  1349. package/dist/src/callbacks/subscriptions/postPickupStateChanged.d.ts +0 -9
  1350. package/dist/src/callbacks/subscriptions/postPickupStateChanged.d.ts.map +0 -1
  1351. package/dist/src/callbacks/subscriptions/postPickupStateChanged.lua +0 -23
  1352. package/dist/src/callbacks/subscriptions/postPitRender.d.ts +0 -9
  1353. package/dist/src/callbacks/subscriptions/postPitRender.d.ts.map +0 -1
  1354. package/dist/src/callbacks/subscriptions/postPitRender.lua +0 -24
  1355. package/dist/src/callbacks/subscriptions/postPitUpdate.d.ts +0 -9
  1356. package/dist/src/callbacks/subscriptions/postPitUpdate.d.ts.map +0 -1
  1357. package/dist/src/callbacks/subscriptions/postPitUpdate.lua +0 -24
  1358. package/dist/src/callbacks/subscriptions/postPlayerChangeHealth.d.ts +0 -11
  1359. package/dist/src/callbacks/subscriptions/postPlayerChangeHealth.d.ts.map +0 -1
  1360. package/dist/src/callbacks/subscriptions/postPlayerChangeHealth.lua +0 -35
  1361. package/dist/src/callbacks/subscriptions/postPlayerChangeStat.d.ts +0 -13
  1362. package/dist/src/callbacks/subscriptions/postPlayerChangeStat.d.ts.map +0 -1
  1363. package/dist/src/callbacks/subscriptions/postPlayerChangeStat.lua +0 -35
  1364. package/dist/src/callbacks/subscriptions/postPlayerChangeType.d.ts +0 -9
  1365. package/dist/src/callbacks/subscriptions/postPlayerChangeType.d.ts.map +0 -1
  1366. package/dist/src/callbacks/subscriptions/postPlayerChangeType.lua +0 -23
  1367. package/dist/src/callbacks/subscriptions/postPlayerCollectibleAdded.d.ts +0 -9
  1368. package/dist/src/callbacks/subscriptions/postPlayerCollectibleAdded.d.ts.map +0 -1
  1369. package/dist/src/callbacks/subscriptions/postPlayerCollectibleAdded.lua +0 -23
  1370. package/dist/src/callbacks/subscriptions/postPlayerCollectibleRemoved.d.ts +0 -9
  1371. package/dist/src/callbacks/subscriptions/postPlayerCollectibleRemoved.d.ts.map +0 -1
  1372. package/dist/src/callbacks/subscriptions/postPlayerCollectibleRemoved.lua +0 -23
  1373. package/dist/src/callbacks/subscriptions/postPlayerFatalDamage.d.ts +0 -10
  1374. package/dist/src/callbacks/subscriptions/postPlayerFatalDamage.d.ts.map +0 -1
  1375. package/dist/src/callbacks/subscriptions/postPlayerFatalDamage.lua +0 -39
  1376. package/dist/src/callbacks/subscriptions/postPlayerInitFirst.d.ts +0 -10
  1377. package/dist/src/callbacks/subscriptions/postPlayerInitFirst.d.ts.map +0 -1
  1378. package/dist/src/callbacks/subscriptions/postPlayerInitFirst.lua +0 -28
  1379. package/dist/src/callbacks/subscriptions/postPlayerInitLate.d.ts +0 -10
  1380. package/dist/src/callbacks/subscriptions/postPlayerInitLate.d.ts.map +0 -1
  1381. package/dist/src/callbacks/subscriptions/postPlayerInitLate.lua +0 -28
  1382. package/dist/src/callbacks/subscriptions/postPlayerRenderReordered.d.ts +0 -10
  1383. package/dist/src/callbacks/subscriptions/postPlayerRenderReordered.d.ts.map +0 -1
  1384. package/dist/src/callbacks/subscriptions/postPlayerRenderReordered.lua +0 -28
  1385. package/dist/src/callbacks/subscriptions/postPlayerUpdateReordered.d.ts +0 -10
  1386. package/dist/src/callbacks/subscriptions/postPlayerUpdateReordered.d.ts.map +0 -1
  1387. package/dist/src/callbacks/subscriptions/postPlayerUpdateReordered.lua +0 -28
  1388. package/dist/src/callbacks/subscriptions/postPoopRender.d.ts +0 -9
  1389. package/dist/src/callbacks/subscriptions/postPoopRender.d.ts.map +0 -1
  1390. package/dist/src/callbacks/subscriptions/postPoopRender.lua +0 -24
  1391. package/dist/src/callbacks/subscriptions/postPoopUpdate.d.ts +0 -9
  1392. package/dist/src/callbacks/subscriptions/postPoopUpdate.d.ts.map +0 -1
  1393. package/dist/src/callbacks/subscriptions/postPoopUpdate.lua +0 -24
  1394. package/dist/src/callbacks/subscriptions/postPressurePlateRender.d.ts +0 -9
  1395. package/dist/src/callbacks/subscriptions/postPressurePlateRender.d.ts.map +0 -1
  1396. package/dist/src/callbacks/subscriptions/postPressurePlateRender.lua +0 -24
  1397. package/dist/src/callbacks/subscriptions/postPressurePlateUpdate.d.ts +0 -9
  1398. package/dist/src/callbacks/subscriptions/postPressurePlateUpdate.d.ts.map +0 -1
  1399. package/dist/src/callbacks/subscriptions/postPressurePlateUpdate.lua +0 -24
  1400. package/dist/src/callbacks/subscriptions/postProjectileInitLate.d.ts +0 -9
  1401. package/dist/src/callbacks/subscriptions/postProjectileInitLate.d.ts.map +0 -1
  1402. package/dist/src/callbacks/subscriptions/postProjectileInitLate.lua +0 -23
  1403. package/dist/src/callbacks/subscriptions/postPurchase.d.ts +0 -10
  1404. package/dist/src/callbacks/subscriptions/postPurchase.d.ts.map +0 -1
  1405. package/dist/src/callbacks/subscriptions/postPurchase.lua +0 -27
  1406. package/dist/src/callbacks/subscriptions/postRockRender.d.ts +0 -10
  1407. package/dist/src/callbacks/subscriptions/postRockRender.d.ts.map +0 -1
  1408. package/dist/src/callbacks/subscriptions/postRockRender.lua +0 -24
  1409. package/dist/src/callbacks/subscriptions/postRockUpdate.d.ts +0 -10
  1410. package/dist/src/callbacks/subscriptions/postRockUpdate.d.ts.map +0 -1
  1411. package/dist/src/callbacks/subscriptions/postRockUpdate.lua +0 -24
  1412. package/dist/src/callbacks/subscriptions/postRoomClearChanged.d.ts +0 -8
  1413. package/dist/src/callbacks/subscriptions/postRoomClearChanged.d.ts.map +0 -1
  1414. package/dist/src/callbacks/subscriptions/postRoomClearChanged.lua +0 -23
  1415. package/dist/src/callbacks/subscriptions/postSacrifice.d.ts +0 -10
  1416. package/dist/src/callbacks/subscriptions/postSacrifice.d.ts.map +0 -1
  1417. package/dist/src/callbacks/subscriptions/postSacrifice.lua +0 -28
  1418. package/dist/src/callbacks/subscriptions/postSlotAnimationChanged.d.ts +0 -9
  1419. package/dist/src/callbacks/subscriptions/postSlotAnimationChanged.d.ts.map +0 -1
  1420. package/dist/src/callbacks/subscriptions/postSlotAnimationChanged.lua +0 -23
  1421. package/dist/src/callbacks/subscriptions/postSlotCollision.d.ts +0 -9
  1422. package/dist/src/callbacks/subscriptions/postSlotCollision.d.ts.map +0 -1
  1423. package/dist/src/callbacks/subscriptions/postSlotCollision.lua +0 -23
  1424. package/dist/src/callbacks/subscriptions/postSlotDestroyed.d.ts +0 -11
  1425. package/dist/src/callbacks/subscriptions/postSlotDestroyed.d.ts.map +0 -1
  1426. package/dist/src/callbacks/subscriptions/postSlotDestroyed.lua +0 -27
  1427. package/dist/src/callbacks/subscriptions/postSlotInit.d.ts +0 -9
  1428. package/dist/src/callbacks/subscriptions/postSlotInit.d.ts.map +0 -1
  1429. package/dist/src/callbacks/subscriptions/postSlotInit.lua +0 -23
  1430. package/dist/src/callbacks/subscriptions/postSlotRender.d.ts +0 -9
  1431. package/dist/src/callbacks/subscriptions/postSlotRender.d.ts.map +0 -1
  1432. package/dist/src/callbacks/subscriptions/postSlotRender.lua +0 -23
  1433. package/dist/src/callbacks/subscriptions/postSlotUpdate.d.ts +0 -9
  1434. package/dist/src/callbacks/subscriptions/postSlotUpdate.d.ts.map +0 -1
  1435. package/dist/src/callbacks/subscriptions/postSlotUpdate.lua +0 -23
  1436. package/dist/src/callbacks/subscriptions/postSpikesRender.d.ts +0 -10
  1437. package/dist/src/callbacks/subscriptions/postSpikesRender.d.ts.map +0 -1
  1438. package/dist/src/callbacks/subscriptions/postSpikesRender.lua +0 -24
  1439. package/dist/src/callbacks/subscriptions/postSpikesUpdate.d.ts +0 -10
  1440. package/dist/src/callbacks/subscriptions/postSpikesUpdate.d.ts.map +0 -1
  1441. package/dist/src/callbacks/subscriptions/postSpikesUpdate.lua +0 -24
  1442. package/dist/src/callbacks/subscriptions/postTNTRender.d.ts +0 -10
  1443. package/dist/src/callbacks/subscriptions/postTNTRender.d.ts.map +0 -1
  1444. package/dist/src/callbacks/subscriptions/postTNTRender.lua +0 -24
  1445. package/dist/src/callbacks/subscriptions/postTNTUpdate.d.ts +0 -10
  1446. package/dist/src/callbacks/subscriptions/postTNTUpdate.d.ts.map +0 -1
  1447. package/dist/src/callbacks/subscriptions/postTNTUpdate.lua +0 -24
  1448. package/dist/src/callbacks/subscriptions/postTearInitLate.d.ts +0 -9
  1449. package/dist/src/callbacks/subscriptions/postTearInitLate.d.ts.map +0 -1
  1450. package/dist/src/callbacks/subscriptions/postTearInitLate.lua +0 -23
  1451. package/dist/src/callbacks/subscriptions/postTearInitVeryLate.d.ts +0 -9
  1452. package/dist/src/callbacks/subscriptions/postTearInitVeryLate.d.ts.map +0 -1
  1453. package/dist/src/callbacks/subscriptions/postTearInitVeryLate.lua +0 -23
  1454. package/dist/src/callbacks/subscriptions/postTransformation.d.ts +0 -9
  1455. package/dist/src/callbacks/subscriptions/postTransformation.d.ts.map +0 -1
  1456. package/dist/src/callbacks/subscriptions/postTransformation.lua +0 -23
  1457. package/dist/src/callbacks/subscriptions/postTrinketBreak.d.ts +0 -9
  1458. package/dist/src/callbacks/subscriptions/postTrinketBreak.d.ts.map +0 -1
  1459. package/dist/src/callbacks/subscriptions/postTrinketBreak.lua +0 -23
  1460. package/dist/src/callbacks/subscriptions/preBerserkDeath.d.ts +0 -10
  1461. package/dist/src/callbacks/subscriptions/preBerserkDeath.d.ts.map +0 -1
  1462. package/dist/src/callbacks/subscriptions/preBerserkDeath.lua +0 -29
  1463. package/dist/src/callbacks/subscriptions/preCustomRevive.d.ts +0 -10
  1464. package/dist/src/callbacks/subscriptions/preCustomRevive.d.ts.map +0 -1
  1465. package/dist/src/callbacks/subscriptions/preCustomRevive.lua +0 -32
  1466. package/dist/src/callbacks/subscriptions/preGetPedestal.d.ts +0 -10
  1467. package/dist/src/callbacks/subscriptions/preGetPedestal.d.ts.map +0 -1
  1468. package/dist/src/callbacks/subscriptions/preGetPedestal.lua +0 -32
  1469. package/dist/src/callbacks/subscriptions/preItemPickup.d.ts +0 -15
  1470. package/dist/src/callbacks/subscriptions/preItemPickup.d.ts.map +0 -1
  1471. package/dist/src/callbacks/subscriptions/preItemPickup.lua +0 -27
  1472. package/dist/src/callbacks/subscriptions/preNewLevel.d.ts +0 -8
  1473. package/dist/src/callbacks/subscriptions/preNewLevel.d.ts.map +0 -1
  1474. package/dist/src/callbacks/subscriptions/preNewLevel.lua +0 -16
  1475. package/dist/src/classes/ModUpgraded.d.ts +0 -72
  1476. package/dist/src/classes/ModUpgraded.d.ts.map +0 -1
  1477. package/dist/src/classes/ModUpgraded.lua +0 -202
  1478. package/dist/src/classes/callbacks/validation/CustomCallbackAmbush.d.ts +0 -10
  1479. package/dist/src/classes/callbacks/validation/CustomCallbackAmbush.d.ts.map +0 -1
  1480. package/dist/src/classes/callbacks/validation/CustomCallbackAmbush.lua +0 -19
  1481. package/dist/src/classes/callbacks/validation/CustomCallbackBomb.d.ts +0 -10
  1482. package/dist/src/classes/callbacks/validation/CustomCallbackBomb.d.ts.map +0 -1
  1483. package/dist/src/classes/callbacks/validation/CustomCallbackBomb.lua +0 -19
  1484. package/dist/src/classes/callbacks/validation/CustomCallbackCollectible.d.ts +0 -10
  1485. package/dist/src/classes/callbacks/validation/CustomCallbackCollectible.d.ts.map +0 -1
  1486. package/dist/src/classes/callbacks/validation/CustomCallbackCollectible.lua +0 -19
  1487. package/dist/src/classes/callbacks/validation/CustomCallbackDoor.d.ts +0 -10
  1488. package/dist/src/classes/callbacks/validation/CustomCallbackDoor.d.ts.map +0 -1
  1489. package/dist/src/classes/callbacks/validation/CustomCallbackDoor.lua +0 -20
  1490. package/dist/src/classes/callbacks/validation/CustomCallbackEffect.d.ts +0 -11
  1491. package/dist/src/classes/callbacks/validation/CustomCallbackEffect.d.ts.map +0 -1
  1492. package/dist/src/classes/callbacks/validation/CustomCallbackEffect.lua +0 -19
  1493. package/dist/src/classes/callbacks/validation/CustomCallbackFamiliar.d.ts +0 -11
  1494. package/dist/src/classes/callbacks/validation/CustomCallbackFamiliar.d.ts.map +0 -1
  1495. package/dist/src/classes/callbacks/validation/CustomCallbackFamiliar.lua +0 -19
  1496. package/dist/src/classes/callbacks/validation/CustomCallbackGridEntity.d.ts +0 -11
  1497. package/dist/src/classes/callbacks/validation/CustomCallbackGridEntity.d.ts.map +0 -1
  1498. package/dist/src/classes/callbacks/validation/CustomCallbackGridEntity.lua +0 -24
  1499. package/dist/src/classes/callbacks/validation/CustomCallbackGridEntityCustom.d.ts +0 -10
  1500. package/dist/src/classes/callbacks/validation/CustomCallbackGridEntityCustom.d.ts.map +0 -1
  1501. package/dist/src/classes/callbacks/validation/CustomCallbackGridEntityCustom.lua +0 -19
  1502. package/dist/src/classes/callbacks/validation/CustomCallbackKnife.d.ts +0 -10
  1503. package/dist/src/classes/callbacks/validation/CustomCallbackKnife.d.ts.map +0 -1
  1504. package/dist/src/classes/callbacks/validation/CustomCallbackKnife.lua +0 -19
  1505. package/dist/src/classes/callbacks/validation/CustomCallbackPit.d.ts +0 -10
  1506. package/dist/src/classes/callbacks/validation/CustomCallbackPit.d.ts.map +0 -1
  1507. package/dist/src/classes/callbacks/validation/CustomCallbackPit.lua +0 -20
  1508. package/dist/src/classes/callbacks/validation/CustomCallbackPlayer.d.ts +0 -10
  1509. package/dist/src/classes/callbacks/validation/CustomCallbackPlayer.d.ts.map +0 -1
  1510. package/dist/src/classes/callbacks/validation/CustomCallbackPlayer.lua +0 -23
  1511. package/dist/src/classes/callbacks/validation/CustomCallbackRevive.d.ts +0 -11
  1512. package/dist/src/classes/callbacks/validation/CustomCallbackRevive.d.ts.map +0 -1
  1513. package/dist/src/classes/callbacks/validation/CustomCallbackRevive.lua +0 -19
  1514. package/dist/src/classes/callbacks/validation/CustomCallbackSpikes.d.ts +0 -10
  1515. package/dist/src/classes/callbacks/validation/CustomCallbackSpikes.d.ts.map +0 -1
  1516. package/dist/src/classes/callbacks/validation/CustomCallbackSpikes.lua +0 -20
  1517. package/dist/src/classes/features/callbackLogic/GridEntityDetection.d.ts +0 -46
  1518. package/dist/src/classes/features/callbackLogic/GridEntityDetection.d.ts.map +0 -1
  1519. package/dist/src/classes/features/callbackLogic/GridEntityDetection.lua +0 -126
  1520. package/dist/src/enums/ModCallbackCustom2.d.ts +0 -53
  1521. package/dist/src/enums/ModCallbackCustom2.d.ts.map +0 -1
  1522. package/dist/src/enums/ModCallbackCustom2.lua +0 -102
  1523. package/dist/src/enums/private/SerializationBrand.d.ts +0 -35
  1524. package/dist/src/enums/private/SerializationBrand.d.ts.map +0 -1
  1525. package/dist/src/enums/private/SerializationBrand.lua +0 -18
  1526. package/dist/src/features/characterHealthConversion.d.ts +0 -16
  1527. package/dist/src/features/characterHealthConversion.d.ts.map +0 -1
  1528. package/dist/src/features/characterHealthConversion.lua +0 -87
  1529. package/dist/src/features/characterStats.d.ts +0 -25
  1530. package/dist/src/features/characterStats.d.ts.map +0 -1
  1531. package/dist/src/features/characterStats.lua +0 -53
  1532. package/dist/src/features/collectibleItemPoolType.d.ts +0 -8
  1533. package/dist/src/features/collectibleItemPoolType.d.ts.map +0 -1
  1534. package/dist/src/features/collectibleItemPoolType.lua +0 -48
  1535. package/dist/src/features/customGridEntity.d.ts +0 -114
  1536. package/dist/src/features/customGridEntity.d.ts.map +0 -1
  1537. package/dist/src/features/customGridEntity.lua +0 -323
  1538. package/dist/src/features/customHotkeys.d.ts +0 -42
  1539. package/dist/src/features/customHotkeys.d.ts.map +0 -1
  1540. package/dist/src/features/customHotkeys.lua +0 -104
  1541. package/dist/src/features/customPickup.d.ts +0 -26
  1542. package/dist/src/features/customPickup.d.ts.map +0 -1
  1543. package/dist/src/features/customPickup.lua +0 -94
  1544. package/dist/src/features/customStage/backdrop.d.ts +0 -3
  1545. package/dist/src/features/customStage/backdrop.d.ts.map +0 -1
  1546. package/dist/src/features/customStage/backdrop.lua +0 -200
  1547. package/dist/src/features/customStage/constants.d.ts +0 -14
  1548. package/dist/src/features/customStage/constants.d.ts.map +0 -1
  1549. package/dist/src/features/customStage/constants.lua +0 -14
  1550. package/dist/src/features/customStage/customStageGridEntities.d.ts +0 -20
  1551. package/dist/src/features/customStage/customStageGridEntities.d.ts.map +0 -1
  1552. package/dist/src/features/customStage/customStageGridEntities.lua +0 -301
  1553. package/dist/src/features/customStage/customStageUtils.d.ts +0 -13
  1554. package/dist/src/features/customStage/customStageUtils.d.ts.map +0 -1
  1555. package/dist/src/features/customStage/exports.d.ts +0 -41
  1556. package/dist/src/features/customStage/exports.d.ts.map +0 -1
  1557. package/dist/src/features/customStage/exports.lua +0 -175
  1558. package/dist/src/features/customStage/init.d.ts +0 -3
  1559. package/dist/src/features/customStage/init.d.ts.map +0 -1
  1560. package/dist/src/features/customStage/init.lua +0 -147
  1561. package/dist/src/features/customStage/shadows.d.ts +0 -3
  1562. package/dist/src/features/customStage/shadows.d.ts.map +0 -1
  1563. package/dist/src/features/customStage/shadows.lua +0 -74
  1564. package/dist/src/features/customStage/streakText.d.ts +0 -5
  1565. package/dist/src/features/customStage/streakText.d.ts.map +0 -1
  1566. package/dist/src/features/customStage/streakText.lua +0 -210
  1567. package/dist/src/features/customStage/v.d.ts +0 -33
  1568. package/dist/src/features/customStage/v.d.ts.map +0 -1
  1569. package/dist/src/features/customStage/v.lua +0 -24
  1570. package/dist/src/features/customStage/versusScreen.d.ts +0 -10
  1571. package/dist/src/features/customStage/versusScreen.d.ts.map +0 -1
  1572. package/dist/src/features/customStage/versusScreen.lua +0 -263
  1573. package/dist/src/features/customTrapdoor/blackSprite.d.ts +0 -2
  1574. package/dist/src/features/customTrapdoor/blackSprite.d.ts.map +0 -1
  1575. package/dist/src/features/customTrapdoor/blackSprite.lua +0 -20
  1576. package/dist/src/features/customTrapdoor/constants.d.ts +0 -19
  1577. package/dist/src/features/customTrapdoor/constants.d.ts.map +0 -1
  1578. package/dist/src/features/customTrapdoor/constants.lua +0 -16
  1579. package/dist/src/features/customTrapdoor/exports.d.ts +0 -39
  1580. package/dist/src/features/customTrapdoor/exports.d.ts.map +0 -1
  1581. package/dist/src/features/customTrapdoor/exports.lua +0 -72
  1582. package/dist/src/features/customTrapdoor/init.d.ts +0 -3
  1583. package/dist/src/features/customTrapdoor/init.d.ts.map +0 -1
  1584. package/dist/src/features/customTrapdoor/init.lua +0 -193
  1585. package/dist/src/features/customTrapdoor/openClose.d.ts +0 -5
  1586. package/dist/src/features/customTrapdoor/openClose.d.ts.map +0 -1
  1587. package/dist/src/features/customTrapdoor/openClose.lua +0 -60
  1588. package/dist/src/features/customTrapdoor/spawn.d.ts +0 -6
  1589. package/dist/src/features/customTrapdoor/spawn.d.ts.map +0 -1
  1590. package/dist/src/features/customTrapdoor/spawn.lua +0 -51
  1591. package/dist/src/features/customTrapdoor/touched.d.ts +0 -4
  1592. package/dist/src/features/customTrapdoor/touched.d.ts.map +0 -1
  1593. package/dist/src/features/customTrapdoor/touched.lua +0 -159
  1594. package/dist/src/features/customTrapdoor/v.d.ts +0 -18
  1595. package/dist/src/features/customTrapdoor/v.d.ts.map +0 -1
  1596. package/dist/src/features/customTrapdoor/v.lua +0 -17
  1597. package/dist/src/features/debugDisplay/debugDisplay.d.ts +0 -7
  1598. package/dist/src/features/debugDisplay/debugDisplay.d.ts.map +0 -1
  1599. package/dist/src/features/debugDisplay/debugDisplay.lua +0 -180
  1600. package/dist/src/features/debugDisplay/exports.d.ts +0 -325
  1601. package/dist/src/features/debugDisplay/exports.d.ts.map +0 -1
  1602. package/dist/src/features/debugDisplay/exports.lua +0 -368
  1603. package/dist/src/features/debugDisplay/v.d.ts +0 -46
  1604. package/dist/src/features/debugDisplay/v.d.ts.map +0 -1
  1605. package/dist/src/features/debugDisplay/v.lua +0 -63
  1606. package/dist/src/features/deployJSONRoom.d.ts +0 -87
  1607. package/dist/src/features/deployJSONRoom.d.ts.map +0 -1
  1608. package/dist/src/features/deployJSONRoom.lua +0 -561
  1609. package/dist/src/features/disableAllSound.d.ts +0 -19
  1610. package/dist/src/features/disableAllSound.d.ts.map +0 -1
  1611. package/dist/src/features/disableAllSound.lua +0 -62
  1612. package/dist/src/features/disableInputs.d.ts +0 -76
  1613. package/dist/src/features/disableInputs.d.ts.map +0 -1
  1614. package/dist/src/features/disableInputs.lua +0 -156
  1615. package/dist/src/features/extraConsoleCommands/commandsDisplay.d.ts +0 -163
  1616. package/dist/src/features/extraConsoleCommands/commandsDisplay.d.ts.map +0 -1
  1617. package/dist/src/features/extraConsoleCommands/commandsDisplay.lua +0 -219
  1618. package/dist/src/features/extraConsoleCommands/commandsSubroutines.d.ts +0 -11
  1619. package/dist/src/features/extraConsoleCommands/commandsSubroutines.d.ts.map +0 -1
  1620. package/dist/src/features/extraConsoleCommands/exports.d.ts +0 -28
  1621. package/dist/src/features/extraConsoleCommands/exports.d.ts.map +0 -1
  1622. package/dist/src/features/extraConsoleCommands/exports.lua +0 -55
  1623. package/dist/src/features/extraConsoleCommands/init.d.ts +0 -3
  1624. package/dist/src/features/extraConsoleCommands/init.d.ts.map +0 -1
  1625. package/dist/src/features/extraConsoleCommands/init.lua +0 -142
  1626. package/dist/src/features/extraConsoleCommands/listCommands.d.ts +0 -420
  1627. package/dist/src/features/extraConsoleCommands/listCommands.d.ts.map +0 -1
  1628. package/dist/src/features/extraConsoleCommands/listCommands.lua +0 -1392
  1629. package/dist/src/features/extraConsoleCommands/v.d.ts +0 -32
  1630. package/dist/src/features/extraConsoleCommands/v.d.ts.map +0 -1
  1631. package/dist/src/features/extraConsoleCommands/v.lua +0 -34
  1632. package/dist/src/features/fadeInRemover.d.ts +0 -15
  1633. package/dist/src/features/fadeInRemover.d.ts.map +0 -1
  1634. package/dist/src/features/fadeInRemover.lua +0 -50
  1635. package/dist/src/features/fastReset.d.ts +0 -15
  1636. package/dist/src/features/fastReset.d.ts.map +0 -1
  1637. package/dist/src/features/fastReset.lua +0 -59
  1638. package/dist/src/features/firstLast.d.ts +0 -193
  1639. package/dist/src/features/firstLast.d.ts.map +0 -1
  1640. package/dist/src/features/firstLast.lua +0 -344
  1641. package/dist/src/features/forgottenSwitch.d.ts +0 -6
  1642. package/dist/src/features/forgottenSwitch.d.ts.map +0 -1
  1643. package/dist/src/features/forgottenSwitch.lua +0 -32
  1644. package/dist/src/features/pause.d.ts +0 -12
  1645. package/dist/src/features/pause.d.ts.map +0 -1
  1646. package/dist/src/features/pause.lua +0 -150
  1647. package/dist/src/features/persistentEntities.d.ts +0 -29
  1648. package/dist/src/features/persistentEntities.d.ts.map +0 -1
  1649. package/dist/src/features/persistentEntities.lua +0 -168
  1650. package/dist/src/features/pickupIndex.d.ts +0 -17
  1651. package/dist/src/features/pickupIndex.d.ts.map +0 -1
  1652. package/dist/src/features/pickupIndex.lua +0 -201
  1653. package/dist/src/features/playerInventory.d.ts +0 -30
  1654. package/dist/src/features/playerInventory.d.ts.map +0 -1
  1655. package/dist/src/features/playerInventory.lua +0 -83
  1656. package/dist/src/features/ponyDetection.d.ts +0 -12
  1657. package/dist/src/features/ponyDetection.d.ts.map +0 -1
  1658. package/dist/src/features/ponyDetection.lua +0 -66
  1659. package/dist/src/features/preventChildEntities.d.ts +0 -11
  1660. package/dist/src/features/preventChildEntities.d.ts.map +0 -1
  1661. package/dist/src/features/preventChildEntities.lua +0 -35
  1662. package/dist/src/features/preventCollectibleRotation.d.ts +0 -12
  1663. package/dist/src/features/preventCollectibleRotation.d.ts.map +0 -1
  1664. package/dist/src/features/preventCollectibleRotation.lua +0 -68
  1665. package/dist/src/features/roomClearFrame.d.ts +0 -12
  1666. package/dist/src/features/roomClearFrame.d.ts.map +0 -1
  1667. package/dist/src/features/roomClearFrame.lua +0 -38
  1668. package/dist/src/features/roomHistory.d.ts +0 -34
  1669. package/dist/src/features/roomHistory.d.ts.map +0 -1
  1670. package/dist/src/features/roomHistory.lua +0 -104
  1671. package/dist/src/features/runInNFrames.d.ts +0 -96
  1672. package/dist/src/features/runInNFrames.d.ts.map +0 -1
  1673. package/dist/src/features/runInNFrames.lua +0 -191
  1674. package/dist/src/features/runNextRoom.d.ts +0 -9
  1675. package/dist/src/features/runNextRoom.d.ts.map +0 -1
  1676. package/dist/src/features/runNextRoom.lua +0 -35
  1677. package/dist/src/features/saveDataManager/constants.d.ts +0 -11
  1678. package/dist/src/features/saveDataManager/constants.d.ts.map +0 -1
  1679. package/dist/src/features/saveDataManager/constants.lua +0 -11
  1680. package/dist/src/features/saveDataManager/exports.d.ts +0 -152
  1681. package/dist/src/features/saveDataManager/exports.d.ts.map +0 -1
  1682. package/dist/src/features/saveDataManager/exports.lua +0 -211
  1683. package/dist/src/features/saveDataManager/load.d.ts +0 -5
  1684. package/dist/src/features/saveDataManager/load.d.ts.map +0 -1
  1685. package/dist/src/features/saveDataManager/load.lua +0 -76
  1686. package/dist/src/features/saveDataManager/main.d.ts +0 -14
  1687. package/dist/src/features/saveDataManager/main.d.ts.map +0 -1
  1688. package/dist/src/features/saveDataManager/main.lua +0 -225
  1689. package/dist/src/features/saveDataManager/maps.d.ts +0 -19
  1690. package/dist/src/features/saveDataManager/maps.d.ts.map +0 -1
  1691. package/dist/src/features/saveDataManager/maps.lua +0 -14
  1692. package/dist/src/features/saveDataManager/merge.d.ts +0 -26
  1693. package/dist/src/features/saveDataManager/merge.d.ts.map +0 -1
  1694. package/dist/src/features/saveDataManager/merge.lua +0 -163
  1695. package/dist/src/features/saveDataManager/save.d.ts +0 -5
  1696. package/dist/src/features/saveDataManager/save.d.ts.map +0 -1
  1697. package/dist/src/features/saveDataManager/save.lua +0 -47
  1698. package/dist/src/features/saveDataManager/serializationBrands.d.ts +0 -2
  1699. package/dist/src/features/saveDataManager/serializationBrands.d.ts.map +0 -1
  1700. package/dist/src/features/saveDataManager/serializationBrands.lua +0 -19
  1701. package/dist/src/features/sirenHelpers.d.ts +0 -19
  1702. package/dist/src/features/sirenHelpers.d.ts.map +0 -1
  1703. package/dist/src/features/sirenHelpers.lua +0 -82
  1704. package/dist/src/features/stageHistory.d.ts +0 -16
  1705. package/dist/src/features/stageHistory.d.ts.map +0 -1
  1706. package/dist/src/features/stageHistory.lua +0 -62
  1707. package/dist/src/features/taintedLazarusPlayers.d.ts +0 -14
  1708. package/dist/src/features/taintedLazarusPlayers.d.ts.map +0 -1
  1709. package/dist/src/features/taintedLazarusPlayers.lua +0 -72
  1710. package/dist/src/featuresInitialized.d.ts +0 -4
  1711. package/dist/src/featuresInitialized.d.ts.map +0 -1
  1712. package/dist/src/featuresInitialized.lua +0 -14
  1713. package/dist/src/functions/collectibleCacheFlag.d.ts +0 -34
  1714. package/dist/src/functions/collectibleCacheFlag.d.ts.map +0 -1
  1715. package/dist/src/functions/collectibleCacheFlag.lua +0 -90
  1716. package/dist/src/functions/collectibleSet.d.ts +0 -57
  1717. package/dist/src/functions/collectibleSet.d.ts.map +0 -1
  1718. package/dist/src/functions/collectibleSet.lua +0 -111
  1719. package/dist/src/functions/dev.d.ts +0 -20
  1720. package/dist/src/functions/dev.d.ts.map +0 -1
  1721. package/dist/src/functions/dev.lua +0 -36
  1722. package/dist/src/functions/eden.d.ts +0 -4
  1723. package/dist/src/functions/eden.d.ts.map +0 -1
  1724. package/dist/src/functions/eden.lua +0 -44
  1725. package/dist/src/functions/flying.d.ts +0 -20
  1726. package/dist/src/functions/flying.d.ts.map +0 -1
  1727. package/dist/src/functions/flying.lua +0 -80
  1728. package/dist/src/functions/itemPool.d.ts +0 -18
  1729. package/dist/src/functions/itemPool.d.ts.map +0 -1
  1730. package/dist/src/functions/itemPool.lua +0 -131
  1731. package/dist/src/functions/reorderedCallbacks.d.ts +0 -30
  1732. package/dist/src/functions/reorderedCallbacks.d.ts.map +0 -1
  1733. package/dist/src/functions/reorderedCallbacks.lua +0 -34
  1734. package/dist/src/functions/saveFile.d.ts +0 -17
  1735. package/dist/src/functions/saveFile.d.ts.map +0 -1
  1736. package/dist/src/functions/saveFile.lua +0 -24
  1737. package/dist/src/functions/trinketCacheFlag.d.ts +0 -19
  1738. package/dist/src/functions/trinketCacheFlag.d.ts.map +0 -1
  1739. package/dist/src/functions/trinketCacheFlag.lua +0 -69
  1740. package/dist/src/functions/trinketSet.d.ts +0 -56
  1741. package/dist/src/functions/trinketSet.d.ts.map +0 -1
  1742. package/dist/src/functions/trinketSet.lua +0 -110
  1743. package/dist/src/indexLua.d.ts +0 -199
  1744. package/dist/src/indexLua.d.ts.map +0 -1
  1745. package/dist/src/indexLua.lua +0 -1354
  1746. package/dist/src/initCustomCallbacks.d.ts +0 -3
  1747. package/dist/src/initCustomCallbacks.d.ts.map +0 -1
  1748. package/dist/src/initCustomCallbacks.lua +0 -217
  1749. package/dist/src/initFeatures.d.ts +0 -3
  1750. package/dist/src/initFeatures.d.ts.map +0 -1
  1751. package/dist/src/initFeatures.lua +0 -98
  1752. package/dist/src/interfaces/private/AddCallbackParametersCustom2.d.ts +0 -201
  1753. package/dist/src/interfaces/private/AddCallbackParametersCustom2.d.ts.map +0 -1
  1754. package/dist/src/interfaces/private/AddCallbackParametersCustom2.lua +0 -7
  1755. package/dist/src/interfaces/private/CustomTrapdoorDestination.d.ts +0 -14
  1756. package/dist/src/interfaces/private/CustomTrapdoorDestination.d.ts.map +0 -1
  1757. package/dist/src/maps/transformationNameToPlayerForm.d.ts +0 -4
  1758. package/dist/src/maps/transformationNameToPlayerForm.d.ts.map +0 -1
  1759. package/dist/src/objects/callbackRegisterFunctions.d.ts +0 -6
  1760. package/dist/src/objects/callbackRegisterFunctions.d.ts.map +0 -1
  1761. package/dist/src/objects/callbackRegisterFunctions.lua +0 -285
  1762. package/dist/src/types/Constructor.d.ts +0 -2
  1763. package/dist/src/types/Constructor.d.ts.map +0 -1
  1764. package/dist/src/types/private/MatchingCallbackCustom.d.ts +0 -16
  1765. package/dist/src/types/private/MatchingCallbackCustom.d.ts.map +0 -1
  1766. package/src/callbacks/customRevive.ts +0 -226
  1767. package/src/callbacks/itemPickup.ts +0 -103
  1768. package/src/callbacks/postAmbush.ts +0 -65
  1769. package/src/callbacks/postBombExploded.ts +0 -25
  1770. package/src/callbacks/postBombInitLate.ts +0 -35
  1771. package/src/callbacks/postBoneSwing.ts +0 -64
  1772. package/src/callbacks/postCollectibleEmpty.ts +0 -50
  1773. package/src/callbacks/postCollectibleInitFirst.ts +0 -41
  1774. package/src/callbacks/postCursedTeleport.ts +0 -184
  1775. package/src/callbacks/postDiceRoomActivated.ts +0 -59
  1776. package/src/callbacks/postDoorRender.ts +0 -25
  1777. package/src/callbacks/postDoorUpdate.ts +0 -25
  1778. package/src/callbacks/postEffectInitLate.ts +0 -35
  1779. package/src/callbacks/postEffectStateChanged.ts +0 -39
  1780. package/src/callbacks/postEsauJr.ts +0 -107
  1781. package/src/callbacks/postFamiliarInitLate.ts +0 -35
  1782. package/src/callbacks/postFamiliarStateChanged.ts +0 -42
  1783. package/src/callbacks/postFlip.ts +0 -90
  1784. package/src/callbacks/postGreedModeWave.ts +0 -40
  1785. package/src/callbacks/postGridEntity.ts +0 -224
  1786. package/src/callbacks/postGridEntityCollision.ts +0 -68
  1787. package/src/callbacks/postGridEntityCustomCollision.ts +0 -73
  1788. package/src/callbacks/postGridEntityCustomRender.ts +0 -27
  1789. package/src/callbacks/postGridEntityCustomUpdate.ts +0 -27
  1790. package/src/callbacks/postGridEntityRender.ts +0 -25
  1791. package/src/callbacks/postHolyMantleRemoved.ts +0 -54
  1792. package/src/callbacks/postItemDischarged.ts +0 -152
  1793. package/src/callbacks/postKnifeInitLate.ts +0 -35
  1794. package/src/callbacks/postLaserInitLate.ts +0 -35
  1795. package/src/callbacks/postNPCInitLate.ts +0 -35
  1796. package/src/callbacks/postNPCStateChanged.ts +0 -41
  1797. package/src/callbacks/postNewRoomEarly.ts +0 -101
  1798. package/src/callbacks/postPickupCollect.ts +0 -47
  1799. package/src/callbacks/postPickupInitFirst.ts +0 -40
  1800. package/src/callbacks/postPickupInitLate.ts +0 -35
  1801. package/src/callbacks/postPickupStateChanged.ts +0 -39
  1802. package/src/callbacks/postPitRender.ts +0 -25
  1803. package/src/callbacks/postPitUpdate.ts +0 -25
  1804. package/src/callbacks/postPlayerChangeHealth.ts +0 -67
  1805. package/src/callbacks/postPlayerChangeStat.ts +0 -110
  1806. package/src/callbacks/postPlayerChangeType.ts +0 -55
  1807. package/src/callbacks/postPlayerCollectible.ts +0 -243
  1808. package/src/callbacks/postPlayerFatalDamage.ts +0 -138
  1809. package/src/callbacks/postPlayerInitFirst.ts +0 -56
  1810. package/src/callbacks/postPlayerInitLate.ts +0 -40
  1811. package/src/callbacks/postPlayerReorderedCallbacks.ts +0 -126
  1812. package/src/callbacks/postPoopRender.ts +0 -25
  1813. package/src/callbacks/postPoopUpdate.ts +0 -25
  1814. package/src/callbacks/postPressurePlateRender.ts +0 -25
  1815. package/src/callbacks/postPressurePlateUpdate.ts +0 -25
  1816. package/src/callbacks/postProjectileInitLate.ts +0 -35
  1817. package/src/callbacks/postPurchase.ts +0 -63
  1818. package/src/callbacks/postRockRender.ts +0 -25
  1819. package/src/callbacks/postRockUpdate.ts +0 -25
  1820. package/src/callbacks/postRoomClearChanged.ts +0 -52
  1821. package/src/callbacks/postSacrifice.ts +0 -63
  1822. package/src/callbacks/postSlotCollision.ts +0 -30
  1823. package/src/callbacks/postSlotDestroyed.ts +0 -92
  1824. package/src/callbacks/postSlotInitUpdate.ts +0 -70
  1825. package/src/callbacks/postSlotRender.ts +0 -68
  1826. package/src/callbacks/postSpikesRender.ts +0 -25
  1827. package/src/callbacks/postSpikesUpdate.ts +0 -25
  1828. package/src/callbacks/postTNTRender.ts +0 -25
  1829. package/src/callbacks/postTNTUpdate.ts +0 -25
  1830. package/src/callbacks/postTearInitLate.ts +0 -35
  1831. package/src/callbacks/postTearInitVeryLate.ts +0 -40
  1832. package/src/callbacks/postTransformation.ts +0 -62
  1833. package/src/callbacks/postTrinketBreak.ts +0 -115
  1834. package/src/callbacks/preBerserkDeath.ts +0 -48
  1835. package/src/callbacks/preGetPedestal.ts +0 -60
  1836. package/src/callbacks/preNewLevel.ts +0 -54
  1837. package/src/callbacks/reorderedCallbacks.ts +0 -169
  1838. package/src/callbacks/subscriptions/postAmbushFinished.ts +0 -29
  1839. package/src/callbacks/subscriptions/postAmbushStarted.ts +0 -29
  1840. package/src/callbacks/subscriptions/postBombExploded.ts +0 -29
  1841. package/src/callbacks/subscriptions/postBombInitLate.ts +0 -29
  1842. package/src/callbacks/subscriptions/postBoneSwing.ts +0 -21
  1843. package/src/callbacks/subscriptions/postCollectibleEmpty.ts +0 -38
  1844. package/src/callbacks/subscriptions/postCollectibleInitFirst.ts +0 -34
  1845. package/src/callbacks/subscriptions/postCursedTeleport.ts +0 -44
  1846. package/src/callbacks/subscriptions/postCustomRevive.ts +0 -33
  1847. package/src/callbacks/subscriptions/postDiceRoomActivated.ts +0 -35
  1848. package/src/callbacks/subscriptions/postDoorRender.ts +0 -34
  1849. package/src/callbacks/subscriptions/postDoorUpdate.ts +0 -34
  1850. package/src/callbacks/subscriptions/postEffectInitLate.ts +0 -29
  1851. package/src/callbacks/subscriptions/postEffectStateChanged.ts +0 -37
  1852. package/src/callbacks/subscriptions/postEsauJr.ts +0 -21
  1853. package/src/callbacks/subscriptions/postFamiliarInitLate.ts +0 -29
  1854. package/src/callbacks/subscriptions/postFamiliarStateChanged.ts +0 -37
  1855. package/src/callbacks/subscriptions/postFirstEsauJr.ts +0 -21
  1856. package/src/callbacks/subscriptions/postFirstFlip.ts +0 -24
  1857. package/src/callbacks/subscriptions/postFlip.ts +0 -22
  1858. package/src/callbacks/subscriptions/postGameStartedReordered.ts +0 -21
  1859. package/src/callbacks/subscriptions/postGameStartedReorderedLast.ts +0 -21
  1860. package/src/callbacks/subscriptions/postGreedModeWave.ts +0 -21
  1861. package/src/callbacks/subscriptions/postGridEntityBroken.ts +0 -45
  1862. package/src/callbacks/subscriptions/postGridEntityCollision.ts +0 -71
  1863. package/src/callbacks/subscriptions/postGridEntityCustomBroken.ts +0 -38
  1864. package/src/callbacks/subscriptions/postGridEntityCustomCollision.ts +0 -63
  1865. package/src/callbacks/subscriptions/postGridEntityCustomInit.ts +0 -38
  1866. package/src/callbacks/subscriptions/postGridEntityCustomRemove.ts +0 -35
  1867. package/src/callbacks/subscriptions/postGridEntityCustomRender.ts +0 -38
  1868. package/src/callbacks/subscriptions/postGridEntityCustomStateChanged.ts +0 -42
  1869. package/src/callbacks/subscriptions/postGridEntityCustomUpdate.ts +0 -38
  1870. package/src/callbacks/subscriptions/postGridEntityInit.ts +0 -45
  1871. package/src/callbacks/subscriptions/postGridEntityRemove.ts +0 -50
  1872. package/src/callbacks/subscriptions/postGridEntityRender.ts +0 -45
  1873. package/src/callbacks/subscriptions/postGridEntityStateChanged.ts +0 -49
  1874. package/src/callbacks/subscriptions/postGridEntityUpdate.ts +0 -45
  1875. package/src/callbacks/subscriptions/postHolyMantleRemoved.ts +0 -52
  1876. package/src/callbacks/subscriptions/postItemDischarged.ts +0 -40
  1877. package/src/callbacks/subscriptions/postItemPickup.ts +0 -61
  1878. package/src/callbacks/subscriptions/postKnifeInitLate.ts +0 -29
  1879. package/src/callbacks/subscriptions/postLaserInitLate.ts +0 -29
  1880. package/src/callbacks/subscriptions/postNPCInitLate.ts +0 -29
  1881. package/src/callbacks/subscriptions/postNPCStateChanged.ts +0 -39
  1882. package/src/callbacks/subscriptions/postNewLevelReordered.ts +0 -19
  1883. package/src/callbacks/subscriptions/postNewRoomEarly.ts +0 -19
  1884. package/src/callbacks/subscriptions/postNewRoomReordered.ts +0 -19
  1885. package/src/callbacks/subscriptions/postPEffectUpdateReordered.ts +0 -44
  1886. package/src/callbacks/subscriptions/postPickupCollect.ts +0 -32
  1887. package/src/callbacks/subscriptions/postPickupInitFirst.ts +0 -29
  1888. package/src/callbacks/subscriptions/postPickupInitLate.ts +0 -29
  1889. package/src/callbacks/subscriptions/postPickupStateChanged.ts +0 -37
  1890. package/src/callbacks/subscriptions/postPitRender.ts +0 -31
  1891. package/src/callbacks/subscriptions/postPitUpdate.ts +0 -31
  1892. package/src/callbacks/subscriptions/postPlayerChangeHealth.ts +0 -50
  1893. package/src/callbacks/subscriptions/postPlayerChangeStat.ts +0 -52
  1894. package/src/callbacks/subscriptions/postPlayerChangeType.ts +0 -37
  1895. package/src/callbacks/subscriptions/postPlayerCollectibleAdded.ts +0 -35
  1896. package/src/callbacks/subscriptions/postPlayerCollectibleRemoved.ts +0 -35
  1897. package/src/callbacks/subscriptions/postPlayerFatalDamage.ts +0 -65
  1898. package/src/callbacks/subscriptions/postPlayerInitFirst.ts +0 -37
  1899. package/src/callbacks/subscriptions/postPlayerInitLate.ts +0 -37
  1900. package/src/callbacks/subscriptions/postPlayerRenderReordered.ts +0 -37
  1901. package/src/callbacks/subscriptions/postPlayerUpdateReordered.ts +0 -37
  1902. package/src/callbacks/subscriptions/postPoopRender.ts +0 -34
  1903. package/src/callbacks/subscriptions/postPoopUpdate.ts +0 -34
  1904. package/src/callbacks/subscriptions/postPressurePlateRender.ts +0 -36
  1905. package/src/callbacks/subscriptions/postPressurePlateUpdate.ts +0 -36
  1906. package/src/callbacks/subscriptions/postProjectileInitLate.ts +0 -32
  1907. package/src/callbacks/subscriptions/postPurchase.ts +0 -48
  1908. package/src/callbacks/subscriptions/postRockRender.ts +0 -31
  1909. package/src/callbacks/subscriptions/postRockUpdate.ts +0 -31
  1910. package/src/callbacks/subscriptions/postRoomClearChanged.ts +0 -27
  1911. package/src/callbacks/subscriptions/postSacrifice.ts +0 -40
  1912. package/src/callbacks/subscriptions/postSlotAnimationChanged.ts +0 -37
  1913. package/src/callbacks/subscriptions/postSlotCollision.ts +0 -35
  1914. package/src/callbacks/subscriptions/postSlotDestroyed.ts +0 -52
  1915. package/src/callbacks/subscriptions/postSlotInit.ts +0 -29
  1916. package/src/callbacks/subscriptions/postSlotRender.ts +0 -29
  1917. package/src/callbacks/subscriptions/postSlotUpdate.ts +0 -29
  1918. package/src/callbacks/subscriptions/postSpikesRender.ts +0 -29
  1919. package/src/callbacks/subscriptions/postSpikesUpdate.ts +0 -29
  1920. package/src/callbacks/subscriptions/postTNTRender.ts +0 -29
  1921. package/src/callbacks/subscriptions/postTNTUpdate.ts +0 -29
  1922. package/src/callbacks/subscriptions/postTearInitLate.ts +0 -29
  1923. package/src/callbacks/subscriptions/postTearInitVeryLate.ts +0 -29
  1924. package/src/callbacks/subscriptions/postTransformation.ts +0 -37
  1925. package/src/callbacks/subscriptions/postTrinketBreak.ts +0 -35
  1926. package/src/callbacks/subscriptions/preBerserkDeath.ts +0 -39
  1927. package/src/callbacks/subscriptions/preCustomRevive.ts +0 -43
  1928. package/src/callbacks/subscriptions/preGetPedestal.ts +0 -55
  1929. package/src/callbacks/subscriptions/preItemPickup.ts +0 -61
  1930. package/src/callbacks/subscriptions/preNewLevel.ts +0 -21
  1931. package/src/classes/ModUpgraded.ts +0 -343
  1932. package/src/classes/callbacks/validation/CustomCallbackAmbush.ts +0 -28
  1933. package/src/classes/callbacks/validation/CustomCallbackBomb.ts +0 -27
  1934. package/src/classes/callbacks/validation/CustomCallbackCollectible.ts +0 -30
  1935. package/src/classes/callbacks/validation/CustomCallbackDoor.ts +0 -28
  1936. package/src/classes/callbacks/validation/CustomCallbackEffect.ts +0 -29
  1937. package/src/classes/callbacks/validation/CustomCallbackFamiliar.ts +0 -30
  1938. package/src/classes/callbacks/validation/CustomCallbackGridEntity.ts +0 -42
  1939. package/src/classes/callbacks/validation/CustomCallbackGridEntityCustom.ts +0 -36
  1940. package/src/classes/callbacks/validation/CustomCallbackKnife.ts +0 -27
  1941. package/src/classes/callbacks/validation/CustomCallbackPit.ts +0 -28
  1942. package/src/classes/callbacks/validation/CustomCallbackPlayer.ts +0 -47
  1943. package/src/classes/callbacks/validation/CustomCallbackRevive.ts +0 -27
  1944. package/src/classes/callbacks/validation/CustomCallbackSpikes.ts +0 -28
  1945. package/src/classes/features/callbackLogic/GridEntityDetection.ts +0 -231
  1946. package/src/enums/ModCallbackCustom2.ts +0 -57
  1947. package/src/enums/private/SerializationBrand.ts +0 -39
  1948. package/src/features/characterHealthConversion.ts +0 -125
  1949. package/src/features/characterStats.ts +0 -66
  1950. package/src/features/collectibleItemPoolType.ts +0 -66
  1951. package/src/features/customGridEntity.ts +0 -404
  1952. package/src/features/customHotkeys.ts +0 -144
  1953. package/src/features/customPickup.ts +0 -141
  1954. package/src/features/customStage/backdrop.ts +0 -279
  1955. package/src/features/customStage/constants.ts +0 -19
  1956. package/src/features/customStage/customStageGridEntities.ts +0 -323
  1957. package/src/features/customStage/customStageUtils.ts +0 -105
  1958. package/src/features/customStage/exports.ts +0 -225
  1959. package/src/features/customStage/init.ts +0 -203
  1960. package/src/features/customStage/shadows.ts +0 -83
  1961. package/src/features/customStage/streakText.ts +0 -276
  1962. package/src/features/customStage/v.ts +0 -42
  1963. package/src/features/customStage/versusScreen.ts +0 -331
  1964. package/src/features/customTrapdoor/blackSprite.ts +0 -27
  1965. package/src/features/customTrapdoor/constants.ts +0 -27
  1966. package/src/features/customTrapdoor/exports.ts +0 -89
  1967. package/src/features/customTrapdoor/init.ts +0 -253
  1968. package/src/features/customTrapdoor/openClose.ts +0 -103
  1969. package/src/features/customTrapdoor/spawn.ts +0 -53
  1970. package/src/features/customTrapdoor/touched.ts +0 -198
  1971. package/src/features/customTrapdoor/v.ts +0 -23
  1972. package/src/features/debugDisplay/debugDisplay.ts +0 -226
  1973. package/src/features/debugDisplay/exports.ts +0 -513
  1974. package/src/features/debugDisplay/v.ts +0 -79
  1975. package/src/features/deployJSONRoom.ts +0 -704
  1976. package/src/features/disableAllSound.ts +0 -77
  1977. package/src/features/disableInputs.ts +0 -224
  1978. package/src/features/extraConsoleCommands/commandsDisplay.ts +0 -290
  1979. package/src/features/extraConsoleCommands/commandsSubroutines.ts +0 -164
  1980. package/src/features/extraConsoleCommands/exports.ts +0 -79
  1981. package/src/features/extraConsoleCommands/init.ts +0 -199
  1982. package/src/features/extraConsoleCommands/listCommands.ts +0 -1668
  1983. package/src/features/extraConsoleCommands/v.ts +0 -43
  1984. package/src/features/fadeInRemover.ts +0 -60
  1985. package/src/features/fastReset.ts +0 -78
  1986. package/src/features/firstLast.ts +0 -428
  1987. package/src/features/forgottenSwitch.ts +0 -50
  1988. package/src/features/pause.ts +0 -189
  1989. package/src/features/persistentEntities.ts +0 -209
  1990. package/src/features/pickupIndex.ts +0 -256
  1991. package/src/features/playerInventory.ts +0 -110
  1992. package/src/features/ponyDetection.ts +0 -86
  1993. package/src/features/preventChildEntities.ts +0 -45
  1994. package/src/features/preventCollectibleRotation.ts +0 -115
  1995. package/src/features/roomClearFrame.ts +0 -54
  1996. package/src/features/roomHistory.ts +0 -135
  1997. package/src/features/runInNFrames.ts +0 -255
  1998. package/src/features/runNextRoom.ts +0 -44
  1999. package/src/features/saveDataManager/constants.ts +0 -18
  2000. package/src/features/saveDataManager/exports.ts +0 -281
  2001. package/src/features/saveDataManager/load.ts +0 -101
  2002. package/src/features/saveDataManager/main.ts +0 -351
  2003. package/src/features/saveDataManager/maps.ts +0 -20
  2004. package/src/features/saveDataManager/merge.ts +0 -205
  2005. package/src/features/saveDataManager/save.ts +0 -75
  2006. package/src/features/saveDataManager/serializationBrands.ts +0 -16
  2007. package/src/features/sirenHelpers.ts +0 -129
  2008. package/src/features/stageHistory.ts +0 -67
  2009. package/src/features/taintedLazarusPlayers.ts +0 -114
  2010. package/src/featuresInitialized.ts +0 -17
  2011. package/src/functions/collectibleCacheFlag.ts +0 -102
  2012. package/src/functions/collectibleSet.ts +0 -134
  2013. package/src/functions/dev.ts +0 -32
  2014. package/src/functions/eden.ts +0 -45
  2015. package/src/functions/flying.ts +0 -117
  2016. package/src/functions/itemPool.ts +0 -177
  2017. package/src/functions/reorderedCallbacks.ts +0 -46
  2018. package/src/functions/saveFile.ts +0 -28
  2019. package/src/functions/trinketCacheFlag.ts +0 -81
  2020. package/src/functions/trinketSet.ts +0 -133
  2021. package/src/initCustomCallbacks.ts +0 -147
  2022. package/src/initFeatures.ts +0 -70
  2023. package/src/interfaces/private/AddCallbackParametersCustom2.ts +0 -343
  2024. package/src/interfaces/private/CustomTrapdoorDestination.ts +0 -14
  2025. package/src/objects/callbackRegisterFunctions.ts +0 -216
  2026. package/src/types/Constructor.ts +0 -2
  2027. package/src/types/private/MatchingCallbackCustom.ts +0 -32
@@ -1,1392 +0,0 @@
1
- local ____lualib = require("lualib_bundle")
2
- local Map = ____lualib.Map
3
- local __TS__StringSplit = ____lualib.__TS__StringSplit
4
- local __TS__ArrayFilter = ____lualib.__TS__ArrayFilter
5
- local __TS__StringSlice = ____lualib.__TS__StringSlice
6
- local __TS__ArrayIncludes = ____lualib.__TS__ArrayIncludes
7
- local ____exports = {}
8
- local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
9
- local ActiveSlot = ____isaac_2Dtypescript_2Ddefinitions.ActiveSlot
10
- local CacheFlag = ____isaac_2Dtypescript_2Ddefinitions.CacheFlag
11
- local Challenge = ____isaac_2Dtypescript_2Ddefinitions.Challenge
12
- local CollectibleType = ____isaac_2Dtypescript_2Ddefinitions.CollectibleType
13
- local Direction = ____isaac_2Dtypescript_2Ddefinitions.Direction
14
- local DisplayFlag = ____isaac_2Dtypescript_2Ddefinitions.DisplayFlag
15
- local GameStateFlag = ____isaac_2Dtypescript_2Ddefinitions.GameStateFlag
16
- local GridEntityType = ____isaac_2Dtypescript_2Ddefinitions.GridEntityType
17
- local GridRoom = ____isaac_2Dtypescript_2Ddefinitions.GridRoom
18
- local LevelStage = ____isaac_2Dtypescript_2Ddefinitions.LevelStage
19
- local PillColor = ____isaac_2Dtypescript_2Ddefinitions.PillColor
20
- local PlayerForm = ____isaac_2Dtypescript_2Ddefinitions.PlayerForm
21
- local RoomType = ____isaac_2Dtypescript_2Ddefinitions.RoomType
22
- local StageType = ____isaac_2Dtypescript_2Ddefinitions.StageType
23
- local ____cachedClasses = require("src.core.cachedClasses")
24
- local game = ____cachedClasses.game
25
- local sfxManager = ____cachedClasses.sfxManager
26
- local ____constants = require("src.core.constants")
27
- local DOGMA_ROOM_GRID_INDEX = ____constants.DOGMA_ROOM_GRID_INDEX
28
- local MAX_LEVEL_GRID_INDEX = ____constants.MAX_LEVEL_GRID_INDEX
29
- local ____constantsFirstLast = require("src.core.constantsFirstLast")
30
- local FIRST_CARD_TYPE = ____constantsFirstLast.FIRST_CARD_TYPE
31
- local FIRST_CHARACTER = ____constantsFirstLast.FIRST_CHARACTER
32
- local FIRST_PILL_EFFECT = ____constantsFirstLast.FIRST_PILL_EFFECT
33
- local FIRST_ROOM_TYPE = ____constantsFirstLast.FIRST_ROOM_TYPE
34
- local FIRST_STAGE = ____constantsFirstLast.FIRST_STAGE
35
- local LAST_ROOM_TYPE = ____constantsFirstLast.LAST_ROOM_TYPE
36
- local LAST_STAGE = ____constantsFirstLast.LAST_STAGE
37
- local LAST_VANILLA_CHARACTER = ____constantsFirstLast.LAST_VANILLA_CHARACTER
38
- local ____HealthType = require("src.enums.HealthType")
39
- local HealthType = ____HealthType.HealthType
40
- local ____cards = require("src.functions.cards")
41
- local getCardName = ____cards.getCardName
42
- local ____characters = require("src.functions.characters")
43
- local getCharacterName = ____characters.getCharacterName
44
- local ____charge = require("src.functions.charge")
45
- local addCharge = ____charge.addCharge
46
- local getTotalCharge = ____charge.getTotalCharge
47
- local ____collectibles = require("src.functions.collectibles")
48
- local isValidCollectibleType = ____collectibles.isValidCollectibleType
49
- local ____deepCopyTests = require("src.functions.deepCopyTests")
50
- local runDeepCopyTests = ____deepCopyTests.runDeepCopyTests
51
- local ____entitiesSpecific = require("src.functions.entitiesSpecific")
52
- local getNPCs = ____entitiesSpecific.getNPCs
53
- local ____enums = require("src.functions.enums")
54
- local getEnumValues = ____enums.getEnumValues
55
- local getLastEnumValue = ____enums.getLastEnumValue
56
- local ____flag = require("src.functions.flag")
57
- local addFlag = ____flag.addFlag
58
- local ____gridEntities = require("src.functions.gridEntities")
59
- local spawnGridEntity = ____gridEntities.spawnGridEntity
60
- local ____levelGrid = require("src.functions.levelGrid")
61
- local getRoomGridIndexesForType = ____levelGrid.getRoomGridIndexesForType
62
- local ____logMisc = require("src.functions.logMisc")
63
- local logPlayerEffects = ____logMisc.logPlayerEffects
64
- local logRoom = ____logMisc.logRoom
65
- local logSeedEffects = ____logMisc.logSeedEffects
66
- local logSounds = ____logMisc.logSounds
67
- local ____map = require("src.functions.map")
68
- local getMapPartialMatch = ____map.getMapPartialMatch
69
- local ____mergeTests = require("src.functions.mergeTests")
70
- local runMergeTests = ____mergeTests.runMergeTests
71
- local ____pickupsSpecific = require("src.functions.pickupsSpecific")
72
- local spawnCard = ____pickupsSpecific.spawnCard
73
- local spawnPill = ____pickupsSpecific.spawnPill
74
- local spawnTrinketFunction = ____pickupsSpecific.spawnTrinket
75
- local ____pills = require("src.functions.pills")
76
- local getPillEffectName = ____pills.getPillEffectName
77
- local ____playerIndex = require("src.functions.playerIndex")
78
- local getPlayers = ____playerIndex.getPlayers
79
- local ____players = require("src.functions.players")
80
- local addCollectibleCostume = ____players.addCollectibleCostume
81
- local getPlayerName = ____players.getPlayerName
82
- local removeCollectibleCostume = ____players.removeCollectibleCostume
83
- local useActiveItemTemp = ____players.useActiveItemTemp
84
- local ____roomGrid = require("src.functions.roomGrid")
85
- local gridCoordinatesToWorldPosition = ____roomGrid.gridCoordinatesToWorldPosition
86
- local ____rooms = require("src.functions.rooms")
87
- local changeRoom = ____rooms.changeRoom
88
- local ____roomTransition = require("src.functions.roomTransition")
89
- local reloadRoomFunction = ____roomTransition.reloadRoom
90
- local ____run = require("src.functions.run")
91
- local onSetSeed = ____run.onSetSeed
92
- local restart = ____run.restart
93
- local setUnseeded = ____run.setUnseeded
94
- local ____set = require("src.functions.set")
95
- local getSortedSetValues = ____set.getSortedSetValues
96
- local ____spawnCollectible = require("src.functions.spawnCollectible")
97
- local spawnCollectibleFunction = ____spawnCollectible.spawnCollectible
98
- local ____stage = require("src.functions.stage")
99
- local setStage = ____stage.setStage
100
- local ____transformations = require("src.functions.transformations")
101
- local getCollectibleTypesForTransformation = ____transformations.getCollectibleTypesForTransformation
102
- local getTransformationName = ____transformations.getTransformationName
103
- local ____trinkets = require("src.functions.trinkets")
104
- local getGoldenTrinketType = ____trinkets.getGoldenTrinketType
105
- local ____types = require("src.functions.types")
106
- local asCardType = ____types.asCardType
107
- local asCollectibleType = ____types.asCollectibleType
108
- local asTrinketType = ____types.asTrinketType
109
- local ____utils = require("src.functions.utils")
110
- local iRange = ____utils.iRange
111
- local printConsole = ____utils.printConsole
112
- local printEnabled = ____utils.printEnabled
113
- local ____cardNameToTypeMap = require("src.maps.cardNameToTypeMap")
114
- local CARD_NAME_TO_TYPE_MAP = ____cardNameToTypeMap.CARD_NAME_TO_TYPE_MAP
115
- local ____characterNameToTypeMap = require("src.maps.characterNameToTypeMap")
116
- local CHARACTER_NAME_TO_TYPE_MAP = ____characterNameToTypeMap.CHARACTER_NAME_TO_TYPE_MAP
117
- local ____collectibleNameToTypeMap = require("src.maps.collectibleNameToTypeMap")
118
- local COLLECTIBLE_NAME_TO_TYPE_MAP = ____collectibleNameToTypeMap.COLLECTIBLE_NAME_TO_TYPE_MAP
119
- local ____pillNameToEffectMap = require("src.maps.pillNameToEffectMap")
120
- local PILL_NAME_TO_EFFECT_MAP = ____pillNameToEffectMap.PILL_NAME_TO_EFFECT_MAP
121
- local ____roomNameToTypeMap = require("src.maps.roomNameToTypeMap")
122
- local ROOM_NAME_TO_TYPE_MAP = ____roomNameToTypeMap.ROOM_NAME_TO_TYPE_MAP
123
- local ____transformationNameToPlayerForm = require("src.maps.transformationNameToPlayerForm")
124
- local TRANSFORMATION_NAME_TO_PLAYER_FORM_MAP = ____transformationNameToPlayerForm.TRANSFORMATION_NAME_TO_PLAYER_FORM_MAP
125
- local ____trinketNameToTypeMap = require("src.maps.trinketNameToTypeMap")
126
- local TRINKET_NAME_TO_TYPE_MAP = ____trinketNameToTypeMap.TRINKET_NAME_TO_TYPE_MAP
127
- local ____firstLast = require("src.features.firstLast")
128
- local getLastCardType = ____firstLast.getLastCardType
129
- local getLastPillEffect = ____firstLast.getLastPillEffect
130
- local ____commandsSubroutines = require("src.features.extraConsoleCommands.commandsSubroutines")
131
- local addHeart = ____commandsSubroutines.addHeart
132
- local devilAngel = ____commandsSubroutines.devilAngel
133
- local listEntities = ____commandsSubroutines.listEntities
134
- local listGridEntities = ____commandsSubroutines.listGridEntities
135
- local movePlayer = ____commandsSubroutines.movePlayer
136
- local spawnTrapdoorOrCrawlSpace = ____commandsSubroutines.spawnTrapdoorOrCrawlSpace
137
- local warpNextToRoomType = ____commandsSubroutines.warpNextToRoomType
138
- local warpToRoomType = ____commandsSubroutines.warpToRoomType
139
- local ____v = require("src.features.extraConsoleCommands.v")
140
- local v = ____v.default
141
- --- Warps to the first Boss Room on the floor.
142
- function ____exports.bossRoom(self)
143
- warpToRoomType(nil, RoomType.BOSS)
144
- end
145
- --- Toggles Chaos Card tears for the player. Useful for killing enemies very fast without using
146
- -- "debug 10".
147
- function ____exports.chaosCardTears(self)
148
- v.persistent.chaosCardTears = not v.persistent.chaosCardTears
149
- printEnabled(nil, v.persistent.chaosCardTears, "Chaos Card tears")
150
- end
151
- --- Warps to the Devil Room for the floor. If the Angel Room has already been visited or initialized,
152
- -- this will uninitialize it and make an Devil Room instead.
153
- function ____exports.devilRoom(self)
154
- devilAngel(nil, true)
155
- end
156
- --- Gives the player a golden bomb.
157
- function ____exports.goldenBomb(self)
158
- local player = Isaac.GetPlayer()
159
- player:AddGoldenBomb()
160
- end
161
- --- Gives a golden heart. Provide a number to give a custom amount of hearts. (You can use negative
162
- -- numbers to remove hearts.)
163
- function ____exports.goldenHearts(self, params)
164
- addHeart(nil, params, HealthType.GOLDEN)
165
- end
166
- --- Gives the player a golden key.
167
- function ____exports.goldenKey(self)
168
- local player = Isaac.GetPlayer()
169
- player:AddGoldenKey()
170
- end
171
- --- Alias for the "debug 2" command. Useful for seeing the grid costs of each tile in the room.
172
- function ____exports.gridCosts(self)
173
- Isaac.ExecuteCommand("debug 2")
174
- end
175
- --- Warps to the I AM ERROR room for the floor.
176
- function ____exports.iAmErrorRoom(self)
177
- changeRoom(nil, GridRoom.ERROR)
178
- end
179
- --- Sets every NPC in the room to 1 HP.
180
- function ____exports.oneHP(self)
181
- for ____, npc in ipairs(getNPCs(nil)) do
182
- npc.HitPoints = 1
183
- end
184
- printConsole(nil, "Set every NPC to 1 HP.")
185
- end
186
- --- Gives a poop mana charge. This only affects Tainted Blue Baby. Provide a number to give a custom
187
- -- amount of charges. (You can use negative numbers to remove charges.)
188
- function ____exports.poopMana(self, params)
189
- local charges = 1
190
- if params ~= "" then
191
- local num = tonumber(params)
192
- if num == nil then
193
- printConsole(nil, "That is an invalid amount of mana to add.")
194
- return
195
- end
196
- charges = num
197
- end
198
- local player = Isaac.GetPlayer()
199
- player:AddPoopMana(charges)
200
- end
201
- --- Play the supplied sound effect.
202
- --
203
- -- For example:
204
- -- - sound 1 - Plays the 1-Up sound effect.
205
- function ____exports.sound(self, params)
206
- local soundEffect = tonumber(params)
207
- if soundEffect == nil then
208
- printConsole(nil, "That is an invalid sound effect ID.")
209
- return
210
- end
211
- sfxManager:Play(soundEffect)
212
- end
213
- --- Warps to the starting room of the floor.
214
- function ____exports.startingRoom(self)
215
- local level = game:GetLevel()
216
- local startingRoomIndex = level:GetStartingRoomIndex()
217
- changeRoom(nil, startingRoomIndex)
218
- end
219
- --- Gives the specified transformation. Accepts either the transformation number or the partial name
220
- -- of the transformation.
221
- --
222
- -- For example:
223
- -- - transformation 1 - Gives the Beelzebub transformation.
224
- -- - transformation gup - Gives the Guppy transformation.
225
- function ____exports.transformation(self, params)
226
- if params == "" then
227
- printConsole(nil, "You must specify a transformation name or number.")
228
- return
229
- end
230
- local targetPlayerForm
231
- local num = tonumber(params)
232
- if num == nil then
233
- local match = getMapPartialMatch(nil, params, TRANSFORMATION_NAME_TO_PLAYER_FORM_MAP)
234
- if match == nil then
235
- printConsole(nil, "Unknown transformation: " .. params)
236
- return
237
- end
238
- targetPlayerForm = match[2]
239
- else
240
- local lastPlayerForm = getLastEnumValue(nil, PlayerForm)
241
- if num < PlayerForm.GUPPY or num > lastPlayerForm then
242
- printConsole(
243
- nil,
244
- "Invalid transformation number: " .. tostring(num)
245
- )
246
- return
247
- end
248
- targetPlayerForm = num
249
- end
250
- local transformationName = getTransformationName(nil, targetPlayerForm)
251
- local player = Isaac.GetPlayer()
252
- local collectibleTypesSet = getCollectibleTypesForTransformation(nil, targetPlayerForm)
253
- local collectiblesTypes = getSortedSetValues(nil, collectibleTypesSet)
254
- do
255
- local i = 0
256
- while i < 3 do
257
- local collectibleType = collectiblesTypes[i + 1]
258
- if collectibleType ~= nil then
259
- player:AddCollectible(collectibleType)
260
- end
261
- i = i + 1
262
- end
263
- end
264
- printConsole(
265
- nil,
266
- ((("Gave transformation: " .. transformationName) .. " (") .. tostring(targetPlayerForm)) .. ")"
267
- )
268
- end
269
- --- Adds a single charge to the player's specified active item. You must provide the active slot
270
- -- number. Provide a second number to give a custom amount of charges. (You can use negative numbers
271
- -- to remove charge.)
272
- function ____exports.addCharges(self, params)
273
- if params == "" then
274
- printConsole(nil, "You must specify a slot number. (Use 0 for the primary slot, 1 for the Schoolbag slot, 2 for the pocket item slot, and 3 for the Dice Bag slot.)")
275
- return
276
- end
277
- local args = __TS__StringSplit(params, " ")
278
- if #args ~= 1 and #args ~= 2 then
279
- printConsole(nil, "That is an invalid amount of arguments.")
280
- return
281
- end
282
- local activeSlotString, numChargeString = table.unpack(args)
283
- local activeSlot = tonumber(activeSlotString)
284
- if activeSlot == nil then
285
- printConsole(
286
- nil,
287
- "The provided slot number is invalid: " .. tostring(activeSlotString)
288
- )
289
- return
290
- end
291
- if activeSlot < ActiveSlot.PRIMARY or activeSlot > ActiveSlot.POCKET_SINGLE_USE then
292
- printConsole(
293
- nil,
294
- "The provided slot number is invalid: " .. tostring(activeSlot)
295
- )
296
- return
297
- end
298
- local numCharges = 1
299
- if numChargeString ~= nil then
300
- local numChargesAttempt = tonumber(numChargeString)
301
- if numChargesAttempt == nil then
302
- printConsole(nil, "The provided charge amount is invalid: " .. numChargeString)
303
- return
304
- end
305
- numCharges = numChargesAttempt
306
- end
307
- local player = Isaac.GetPlayer()
308
- addCharge(nil, player, activeSlot, numCharges)
309
- end
310
- --- Warps to the Angel Room for the floor. If the Devil Room has already been visited or initialized,
311
- -- this will uninitialize it and make an Angel Room instead.
312
- function ____exports.angelRoom(self)
313
- devilAngel(nil, false)
314
- end
315
- --- Activates the flags for the Ascent (i.e. Backwards Path).
316
- function ____exports.ascent(self)
317
- game:SetStateFlag(GameStateFlag.BACKWARDS_PATH_INIT, true)
318
- game:SetStateFlag(GameStateFlag.BACKWARDS_PATH, true)
319
- printConsole(nil, "Set Ascent flags.")
320
- end
321
- --- Warps to the first Clean Bedroom or Dirty Bedroom on the floor.
322
- function ____exports.bedroom(self)
323
- local cleanBedroomGridIndexes = getRoomGridIndexesForType(nil, RoomType.CLEAN_BEDROOM)
324
- if #cleanBedroomGridIndexes > 0 then
325
- warpToRoomType(nil, RoomType.CLEAN_BEDROOM)
326
- return
327
- end
328
- local dirtyBedroomGridIndexes = getRoomGridIndexesForType(nil, RoomType.DIRTY_BEDROOM)
329
- if #dirtyBedroomGridIndexes > 0 then
330
- warpToRoomType(nil, RoomType.DIRTY_BEDROOM)
331
- return
332
- end
333
- printConsole(nil, "There are no Clean Bedrooms or Dirty Bedrooms on this floor.")
334
- end
335
- --- Gives a half black heart. Provide a number to give a custom amount of hearts. (You can use
336
- -- negative numbers to remove hearts.)
337
- function ____exports.blackHearts(self, params)
338
- addHeart(nil, params, HealthType.BLACK)
339
- end
340
- --- Warps to the Black Market for the floor.
341
- function ____exports.blackMarket(self)
342
- changeRoom(nil, GridRoom.BLACK_MARKET)
343
- end
344
- --- Toggles permanent Curse of the Blind.
345
- function ____exports.blind(self)
346
- v.persistent.blind = not v.persistent.blind
347
- printEnabled(nil, v.persistent.blind, "permanent Curse of the Blind")
348
- end
349
- --- Gives a blood charge. This only affects Bethany. Provide a number to give a custom amount of
350
- -- charges. (You can use negative numbers to remove charges.)
351
- function ____exports.bloodCharges(self, params)
352
- local charges = 1
353
- if params ~= "" then
354
- local num = tonumber(params)
355
- if num == nil then
356
- printConsole(nil, "That is an invalid amount of charges to add.")
357
- return
358
- end
359
- charges = num
360
- end
361
- local player = Isaac.GetPlayer()
362
- player:AddBloodCharge(charges)
363
- end
364
- --- Alias for the "blackMarket" command.
365
- function ____exports.bm(self)
366
- ____exports.blackMarket(nil)
367
- end
368
- --- Gives a bomb. Provide a number to give a custom amount of bombs. (You can use negative numbers to
369
- -- remove bombs.)
370
- function ____exports.bomb(self, params)
371
- local numBombs = 1
372
- if params ~= "" then
373
- local num = tonumber(params)
374
- if num == nil then
375
- printConsole(nil, "That is an invalid amount of bombs to add.")
376
- return
377
- end
378
- numBombs = num
379
- end
380
- local player = Isaac.GetPlayer()
381
- player:AddBombs(numBombs)
382
- end
383
- --- Gives 99 bombs. Provide a number to give a custom amount of bombs. (You can use negative numbers
384
- -- to remove bombs.)
385
- function ____exports.bombs(self, params)
386
- local numBombs = 99
387
- if params ~= "" then
388
- local num = tonumber(params)
389
- if num == nil then
390
- printConsole(nil, "That is an invalid amount of bombs to add.")
391
- return
392
- end
393
- numBombs = num
394
- end
395
- local player = Isaac.GetPlayer()
396
- player:AddBombs(numBombs)
397
- end
398
- --- Gives a bone heart. Provide a number to give a custom amount of hearts. (You can use negative
399
- -- numbers to remove hearts.)
400
- function ____exports.boneHearts(self, params)
401
- addHeart(nil, params, HealthType.BONE)
402
- end
403
- --- Alias for the "bossRoom" command.
404
- function ____exports.boss(self)
405
- ____exports.bossRoom(nil)
406
- end
407
- --- Warps to the room next to the first Boss Room on the floor.
408
- function ____exports.bossNextRoom(self)
409
- warpNextToRoomType(nil, RoomType.BOSS)
410
- end
411
- --- Warps to the Boss Rush for the floor.
412
- function ____exports.bossRush(self)
413
- changeRoom(nil, GridRoom.BOSS_RUSH)
414
- end
415
- --- Gives a broken heart. Provide a number to give a custom amount of hearts. (You can use negative
416
- -- numbers to remove hearts.)
417
- function ____exports.brokenHearts(self, params)
418
- addHeart(nil, params, HealthType.BROKEN)
419
- end
420
- --- Gives the specified card. Accepts either the card sub-type or the partial name of the card.
421
- --
422
- -- For example:
423
- -- - card 5 - Gives The Emperor.
424
- -- - card spa - Gives 2 of Spades.
425
- function ____exports.card(self, params)
426
- if params == "" then
427
- printConsole(nil, "You must specify a card name or number.")
428
- return
429
- end
430
- local cardType
431
- local num = tonumber(params)
432
- if num == nil then
433
- local match = getMapPartialMatch(nil, params, CARD_NAME_TO_TYPE_MAP)
434
- if match == nil then
435
- printConsole(nil, "Unknown card: " .. params)
436
- return
437
- end
438
- cardType = match[2]
439
- else
440
- local lastCardType = getLastCardType(nil)
441
- if num < FIRST_CARD_TYPE or num > lastCardType then
442
- printConsole(
443
- nil,
444
- "Invalid card sub-type: " .. tostring(num)
445
- )
446
- return
447
- end
448
- cardType = num
449
- end
450
- local cardName = getCardName(nil, cardType)
451
- Isaac.ExecuteCommand("g k" .. tostring(cardType))
452
- printConsole(
453
- nil,
454
- ((("Gave card: " .. cardName) .. " (") .. tostring(cardType)) .. ")"
455
- )
456
- end
457
- --- Spawns every card on the ground, starting at the top-left-most tile.
458
- function ____exports.cards(self)
459
- local lastCardType = getLastCardType(nil)
460
- local cardType = 1
461
- do
462
- local y = 0
463
- while y <= 6 do
464
- do
465
- local x = 0
466
- while x <= 12 do
467
- if asCardType(nil, cardType) == lastCardType then
468
- return
469
- end
470
- local worldPosition = gridCoordinatesToWorldPosition(nil, x, y)
471
- spawnCard(
472
- nil,
473
- asCardType(nil, cardType),
474
- worldPosition
475
- )
476
- cardType = cardType + 1
477
- x = x + 1
478
- end
479
- end
480
- y = y + 1
481
- end
482
- end
483
- end
484
- --- Alias for the "chaosCardTears" command.
485
- function ____exports.cc(self)
486
- ____exports.chaosCardTears(nil)
487
- end
488
- --- Restart as the specified character. Accepts either the character sub-type or the partial name of
489
- -- the character.
490
- --
491
- -- For example:
492
- -- - character 2 - Restarts as Cain.
493
- -- - character ta - Restarts as Tainted Azazel.
494
- function ____exports.character(self, params)
495
- if params == "" then
496
- printConsole(nil, "You must specify a character name or number.")
497
- return
498
- end
499
- local playerType
500
- local num = tonumber(params)
501
- if num == nil then
502
- local match = getMapPartialMatch(nil, params, CHARACTER_NAME_TO_TYPE_MAP)
503
- if match == nil then
504
- printConsole(nil, "Unknown character: " .. params)
505
- return
506
- end
507
- playerType = match[2]
508
- else
509
- if num < FIRST_CHARACTER or num > LAST_VANILLA_CHARACTER then
510
- printConsole(
511
- nil,
512
- "Invalid player sub-type: " .. tostring(num)
513
- )
514
- return
515
- end
516
- playerType = num
517
- end
518
- local characterName = getCharacterName(nil, playerType)
519
- restart(nil, playerType)
520
- printConsole(
521
- nil,
522
- ((("Restarting as character: " .. characterName) .. " (") .. tostring(playerType)) .. ")"
523
- )
524
- end
525
- --- Alias for the "addCharges" command.
526
- function ____exports.charge(self, params)
527
- ____exports.addCharges(nil, params)
528
- end
529
- --- Warps to the first Clean Bedroom on the floor.
530
- function ____exports.cleanBedroom(self)
531
- warpToRoomType(nil, RoomType.CLEAN_BEDROOM)
532
- end
533
- --- Gives a coin. Provide a number to give a custom amount of coins. (You can use negative numbers to
534
- -- remove coins.)
535
- function ____exports.coin(self, params)
536
- local numCoins = 1
537
- if params ~= "" then
538
- local num = tonumber(params)
539
- if num == nil then
540
- printConsole(nil, "That is an invalid amount of coins to add.")
541
- return
542
- end
543
- numCoins = num
544
- end
545
- local player = Isaac.GetPlayer()
546
- player:AddCoins(numCoins)
547
- end
548
- --- Gives 999 coins. Provide a number to give a custom amount of coins. (You can use negative numbers
549
- -- to remove coins.)
550
- function ____exports.coins(self, params)
551
- local numCoins = 999
552
- if params ~= "" then
553
- local num = tonumber(params)
554
- if num == nil then
555
- printConsole(nil, "That is an invalid amount of coins to add.")
556
- return
557
- end
558
- numCoins = num
559
- end
560
- local player = Isaac.GetPlayer()
561
- player:AddCoins(numCoins)
562
- end
563
- --- Creates a crawl space next to the player.
564
- function ____exports.crawlSpace(self)
565
- spawnTrapdoorOrCrawlSpace(nil, false)
566
- end
567
- --- Toggles permanent Curse of the Cursed.
568
- function ____exports.cursed(self)
569
- v.persistent.cursed = not v.persistent.cursed
570
- printEnabled(nil, v.persistent.cursed, "permanent Curse of the Cursed")
571
- end
572
- --- Uses the D20.
573
- function ____exports.d20(self)
574
- local player = Isaac.GetPlayer()
575
- useActiveItemTemp(nil, player, CollectibleType.D20)
576
- end
577
- --- Uses the D6.
578
- function ____exports.d6(self)
579
- local player = Isaac.GetPlayer()
580
- useActiveItemTemp(nil, player, CollectibleType.D6)
581
- end
582
- --- Warps to the Mausoleum 2 Boss Room that has Dad's Note in it.
583
- function ____exports.dadsNote(self)
584
- game:SetStateFlag(GameStateFlag.BACKWARDS_PATH_INIT, true)
585
- setStage(nil, LevelStage.DEPTHS_2, StageType.REPENTANCE)
586
- ____exports.bossRoom(nil)
587
- end
588
- --- Toggles a set damage stat for the player. You can provide an optional argument to this command in
589
- -- order to set the damage to a specific amount. Default is 500.
590
- function ____exports.damage(self, params)
591
- if params ~= "" then
592
- local num = tonumber(params)
593
- if num == nil then
594
- printConsole(nil, "The provided damage amount is invalid: " .. params)
595
- return
596
- end
597
- v.persistent.damageAmount = num
598
- end
599
- v.persistent.damage = not v.persistent.damage
600
- local player = Isaac.GetPlayer()
601
- player:AddCacheFlags(CacheFlag.DAMAGE)
602
- player:EvaluateItems()
603
- printEnabled(nil, v.persistent.damage, "set damage")
604
- end
605
- --- Toggles permanent Curse of Darkness.
606
- function ____exports.darkness(self)
607
- v.persistent.darkness = not v.persistent.darkness
608
- printEnabled(nil, v.persistent.darkness, "permanent Curse of Darkness")
609
- end
610
- --- Alias for the "devil" command.
611
- function ____exports.dd(self)
612
- ____exports.devilRoom(nil)
613
- end
614
- --- Warps to the first Dirty Bedroom on the floor.
615
- function ____exports.dirtyBedroom(self)
616
- warpToRoomType(nil, RoomType.DIRTY_BEDROOM)
617
- end
618
- --- Toggles whether or not curses can appear.
619
- function ____exports.disableCurses(self)
620
- v.persistent.disableCurses = not v.persistent.disableCurses
621
- printEnabled(nil, not v.persistent.disableCurses, "curses")
622
- end
623
- --- Warps to the Dogma Boss Room.
624
- function ____exports.dogma(self)
625
- setStage(nil, LevelStage.HOME, StageType.WRATH_OF_THE_LAMB)
626
- changeRoom(nil, DOGMA_ROOM_GRID_INDEX)
627
- end
628
- --- Moves the player 0.5 units down. Provide a number to move a custom amount of units.
629
- function ____exports.down(self, params)
630
- movePlayer(nil, params, Direction.DOWN)
631
- end
632
- --- Warps to the Dungeon (i.e. the crawl space room) for the floor.
633
- function ____exports.dungeon(self)
634
- changeRoom(nil, GridRoom.DUNGEON)
635
- end
636
- --- Logs the player's current temporary effects to the "log.txt" file.
637
- function ____exports.effects(self)
638
- local player = Isaac.GetPlayer()
639
- logPlayerEffects(nil, player)
640
- printConsole(nil, "Logged the player's effects to the \"log.txt\" file.")
641
- end
642
- --- Alias for the "iAmError" command.
643
- function ____exports.errorRoom(self)
644
- ____exports.iAmErrorRoom(nil)
645
- end
646
- --- Gives an eternal heart. Provide a number to give a custom amount of hearts. (You can use negative
647
- -- numbers to remove hearts.)
648
- function ____exports.eternalHearts(self, params)
649
- addHeart(nil, params, HealthType.ETERNAL)
650
- end
651
- --- Toggles flight for the player.
652
- function ____exports.flight(self, params)
653
- local player = Isaac.GetPlayer()
654
- v.persistent.flight = not v.persistent.flight
655
- if params == "true" then
656
- v.persistent.flight = true
657
- elseif params == "false" then
658
- v.persistent.flight = false
659
- end
660
- player:AddCacheFlags(CacheFlag.FLYING)
661
- player:EvaluateItems()
662
- local collectibleUsedToShowFlight = CollectibleType.FATE
663
- if v.persistent.flight then
664
- addCollectibleCostume(nil, player, collectibleUsedToShowFlight)
665
- else
666
- removeCollectibleCostume(nil, player, collectibleUsedToShowFlight)
667
- end
668
- printEnabled(nil, v.persistent.speed, "set speed")
669
- end
670
- --- Alias for the "startingRoom" command.
671
- function ____exports.fool(self)
672
- ____exports.startingRoom(nil)
673
- end
674
- --- Displays the current challenge, if any.
675
- function ____exports.getChallenge(self)
676
- local challenge = Isaac.GetChallenge()
677
- local challengeName = Challenge[challenge]
678
- local challengeDescription = challengeName == nil and tostring(challenge) .. " (custom)" or ((("Challenge." .. challengeName) .. " (") .. tostring(challenge)) .. ")"
679
- printConsole(nil, "The current challenge is: " .. challengeDescription)
680
- end
681
- --- Prints the charge for the specified slot. By default, will use `ActiveSlot.PRIMARY`.
682
- function ____exports.getCharge(self, params)
683
- local activeSlot = ActiveSlot.PRIMARY
684
- if params ~= "" then
685
- local num = tonumber(params)
686
- if num == nil then
687
- printConsole(nil, "The provided slot number is invalid: " .. params)
688
- return
689
- end
690
- activeSlot = num
691
- end
692
- local player = Isaac.GetPlayer()
693
- local totalCharge = getTotalCharge(nil, player, activeSlot)
694
- printConsole(
695
- nil,
696
- (((("Total charge for ActiveSlot." .. tostring(ActiveSlot[activeSlot])) .. " (") .. tostring(activeSlot)) .. ") is: ") .. tostring(totalCharge)
697
- )
698
- end
699
- --- Prints the current position of all players.
700
- function ____exports.getPosition(self)
701
- for ____, player in ipairs(getPlayers(nil)) do
702
- local playerName = getPlayerName(nil, player)
703
- printConsole(
704
- nil,
705
- ((((("Player position for " .. playerName) .. ": (") .. tostring(player.Position.X)) .. ", ") .. tostring(player.Position.Y)) .. ")"
706
- )
707
- end
708
- end
709
- --- Toggles permanent Curse of the Giant.
710
- function ____exports.giant(self)
711
- v.persistent.giant = not v.persistent.giant
712
- printEnabled(nil, v.persistent.giant, "permanent Curse of the Giant")
713
- end
714
- --- Gives a Giga Bomb. Provide a number to give a custom amount of Giga Bombs. (You can use negative
715
- -- numbers to remove bombs.)
716
- function ____exports.gigaBomb(self, params)
717
- local numBombs = 1
718
- if params ~= "" then
719
- local num = tonumber(params)
720
- if num == nil then
721
- printConsole(nil, "That is an invalid amount of Giga Bombs to add.")
722
- return
723
- end
724
- numBombs = num
725
- end
726
- local player = Isaac.GetPlayer()
727
- player:AddGigaBombs(numBombs)
728
- end
729
- --- Alias for the "goldenBomb" command.
730
- function ____exports.goldBomb(self)
731
- ____exports.goldenBomb(nil)
732
- end
733
- --- Alias for the "goldenHearts" command.
734
- function ____exports.goldHearts(self, params)
735
- ____exports.goldenHearts(nil, params)
736
- end
737
- --- Alias for the "goldenKey" command.
738
- function ____exports.goldKey(self)
739
- ____exports.goldenKey(nil)
740
- end
741
- --- Alias for the "debug 11" command. Useful for seeing the coordinates and grid index of each tile
742
- -- in the room.
743
- function ____exports.grid(self)
744
- Isaac.ExecuteCommand("debug 11")
745
- end
746
- --- Alias for the "gridCosts" command.
747
- function ____exports.grid2(self)
748
- ____exports.gridCosts(nil)
749
- end
750
- --- Spawns every grid entity, starting at the top-left-most tile.
751
- function ____exports.gridEntities(self)
752
- local gridEntityTypes = getEnumValues(nil, GridEntityType)
753
- local gridEntityTypeIndex = -1
754
- do
755
- local y = 0
756
- while y <= 6 do
757
- do
758
- local x = 0
759
- while x <= 12 do
760
- gridEntityTypeIndex = gridEntityTypeIndex + 1
761
- local gridEntityType = gridEntityTypes[gridEntityTypeIndex + 1]
762
- if gridEntityType == nil then
763
- return
764
- end
765
- local worldPosition = gridCoordinatesToWorldPosition(nil, x, y)
766
- spawnGridEntity(nil, gridEntityType, worldPosition)
767
- x = x + 1
768
- end
769
- end
770
- y = y + 1
771
- end
772
- end
773
- end
774
- --- Gives a half red heart. Provide a number to give a custom amount of hearts. (You can use negative
775
- -- numbers to remove hearts.)
776
- function ____exports.hearts(self, params)
777
- addHeart(nil, params, HealthType.RED)
778
- end
779
- --- Alias for the "debug 6" command.
780
- function ____exports.hitboxes(self)
781
- Isaac.ExecuteCommand("debug 6")
782
- end
783
- --- Warps to the Blue Womb Boss Room.
784
- function ____exports.hush(self)
785
- setStage(nil, LevelStage.BLUE_WOMB, StageType.ORIGINAL)
786
- ____exports.bossRoom(nil)
787
- end
788
- --- Gives a key. Provide a number to give a custom amount of key. (You can use negative numbers to
789
- -- remove keys.)
790
- function ____exports.key(self, params)
791
- local numKeys = 1
792
- if params ~= "" then
793
- local num = tonumber(params)
794
- if num == nil then
795
- printConsole(nil, "That is an invalid amount of keys to add.")
796
- return
797
- end
798
- numKeys = num
799
- end
800
- local player = Isaac.GetPlayer()
801
- player:AddKeys(numKeys)
802
- end
803
- --- Gives 99 keys. Provide a number to give a custom amount of coins. (You can use negative numbers
804
- -- to remove keys.)
805
- function ____exports.keys(self, params)
806
- local numKeys = 99
807
- if params ~= "" then
808
- local num = tonumber(params)
809
- if num == nil then
810
- printConsole(nil, "That is an invalid amount of keys to add.")
811
- return
812
- end
813
- numKeys = num
814
- end
815
- local player = Isaac.GetPlayer()
816
- player:AddKeys(numKeys)
817
- end
818
- --- Toggles permanent Curse of the Labyrinth.
819
- function ____exports.labyrinth(self)
820
- v.persistent.labyrinth = not v.persistent.labyrinth
821
- printEnabled(nil, v.persistent.labyrinth, "permanent Curse of the Labyrinth")
822
- end
823
- --- Moves the player 0.5 units left. Provide a number to move a custom amount of units.
824
- function ____exports.left(self, params)
825
- movePlayer(nil, params, Direction.LEFT)
826
- end
827
- --- Warps to the first Library on the floor.
828
- function ____exports.library(self)
829
- warpToRoomType(nil, RoomType.LIBRARY)
830
- end
831
- --- Logs the entities in the room to the "log.txt" file. Provide a number to only log that specific
832
- -- `EntityType`.
833
- --
834
- -- By default, this command will exclude background effects. If that is not desired, use the
835
- -- "listAll" command instead.
836
- function ____exports.list(self, params)
837
- listEntities(nil, params, false)
838
- end
839
- --- Logs the entities in the room to the "log.txt" file. Provide a number to only log that specific
840
- -- `EntityType`.
841
- function ____exports.listAll(self, params)
842
- listEntities(nil, params, true)
843
- end
844
- --- Logs the grid entities in the room to the "log.txt" file. Provide a number to only log that
845
- -- specific `GridEntityType`.
846
- --
847
- -- By default, this command will exclude walls. If that is not desired, use the "listGridAll"
848
- -- command instead.
849
- function ____exports.listGrid(self, params)
850
- listGridEntities(nil, params, false)
851
- end
852
- --- Logs the grid entities in the room to the "log.txt" file. Provide a number to only log that
853
- -- specific `GridEntityType`.
854
- function ____exports.listGridAll(self, params)
855
- listGridEntities(nil, params, true)
856
- end
857
- --- Toggles permanent Curse of the Lost.
858
- function ____exports.lost(self)
859
- v.persistent.lost = not v.persistent.lost
860
- printEnabled(nil, v.persistent.lost, "permanent Curse of the Lost")
861
- end
862
- --- Alias for the "1hp" command.
863
- function ____exports.lowHP(self)
864
- ____exports.oneHP(nil)
865
- end
866
- --- Alias for "debug 9".
867
- function ____exports.luck(self)
868
- Isaac.ExecuteCommand("debug 9")
869
- end
870
- --- Alias for the "poopMana" command.
871
- function ____exports.mana(self, params)
872
- ____exports.poopMana(nil, params)
873
- end
874
- --- Completely reveals the entire map, including the Ultra Secret Room.
875
- function ____exports.map(self)
876
- local level = game:GetLevel()
877
- local displayFlags = addFlag(nil, DisplayFlag.VISIBLE, DisplayFlag.SHADOW, DisplayFlag.SHOW_ICON)
878
- for ____, roomGridIndex in ipairs(iRange(nil, MAX_LEVEL_GRID_INDEX)) do
879
- local roomDesc = level:GetRoomByIdx(roomGridIndex)
880
- roomDesc.DisplayFlags = displayFlags
881
- end
882
- level:UpdateVisibility()
883
- end
884
- --- Gives a heart container. Provide a number to give a custom amount of heart containers. (You can
885
- -- use negative numbers to remove heart containers.)
886
- function ____exports.maxHearts(self, params)
887
- addHeart(nil, params, HealthType.MAX_HEARTS)
888
- end
889
- --- Toggles permanent Curse of the Maze.
890
- function ____exports.maze(self)
891
- v.persistent.maze = not v.persistent.maze
892
- printEnabled(nil, v.persistent.maze, "permanent Curse of the Maze")
893
- end
894
- --- Warps to the first Miniboss Room on the floor.
895
- function ____exports.miniboss(self)
896
- warpToRoomType(nil, RoomType.MINI_BOSS)
897
- end
898
- --- Alias for the "disableCurses" command.
899
- function ____exports.noCurses(self)
900
- ____exports.disableCurses(nil)
901
- end
902
- --- Gives a pill with the specified pill effect. Accepts either the effect ID or the partial name of
903
- -- the effect.
904
- --
905
- -- For example:
906
- --
907
- -- - `pill 5` - Gives a "Full Health" pill.
908
- -- - `pill suns` - Gives a "Feels like I'm walking on sunshine" pill.
909
- function ____exports.pill(self, params)
910
- if params == "" then
911
- printConsole(nil, "You must specify a pill name or number.")
912
- return
913
- end
914
- local pillEffect
915
- local num = tonumber(params)
916
- if num == nil then
917
- local match = getMapPartialMatch(nil, params, PILL_NAME_TO_EFFECT_MAP)
918
- if match == nil then
919
- printConsole(nil, "Unknown pill effect: " .. params)
920
- return
921
- end
922
- pillEffect = match[2]
923
- else
924
- local lastPillEffect = getLastPillEffect(nil)
925
- if num < FIRST_PILL_EFFECT or num > lastPillEffect then
926
- printConsole(
927
- nil,
928
- "Invalid pill effect ID: " .. tostring(num)
929
- )
930
- return
931
- end
932
- pillEffect = num
933
- end
934
- local pillEffectName = getPillEffectName(nil, pillEffect)
935
- Isaac.ExecuteCommand("g p" .. tostring(pillEffect))
936
- printConsole(
937
- nil,
938
- ((("Gave pill: " .. pillEffectName) .. " (") .. tostring(pillEffect)) .. ")"
939
- )
940
- end
941
- --- Spawns every pill on the ground, starting at the top-left-most tile.
942
- function ____exports.pills(self)
943
- local pillColors = __TS__ArrayFilter(
944
- getEnumValues(nil, PillColor),
945
- function(____, pillColor) return pillColor ~= PillColor.NULL end
946
- )
947
- local pillColorIndex = -1
948
- do
949
- local y = 0
950
- while y <= 6 do
951
- do
952
- local x = 0
953
- while x <= 12 do
954
- pillColorIndex = pillColorIndex + 1
955
- local pillColor = pillColors[pillColorIndex + 1]
956
- if pillColor == nil then
957
- return
958
- end
959
- local worldPosition = gridCoordinatesToWorldPosition(nil, x, y)
960
- spawnPill(nil, pillColor, worldPosition)
961
- x = x + 1
962
- end
963
- end
964
- y = y + 1
965
- end
966
- end
967
- end
968
- --- Warps to the first Planetarium on the floor.
969
- function ____exports.planetarium(self)
970
- warpToRoomType(nil, RoomType.PLANETARIUM)
971
- end
972
- --- Alias for the "sound" command.
973
- function ____exports.playSound(self, params)
974
- ____exports.sound(nil, params)
975
- end
976
- --- Alias for the "transformation" command.
977
- function ____exports.playerForm(self, params)
978
- ____exports.transformation(nil, params)
979
- end
980
- --- Sets the player's pocket item to the specified collectible type.
981
- function ____exports.pocket(self, params)
982
- if params == "" then
983
- printConsole(nil, "You must supply a collectible type to put as the pocket item.")
984
- return
985
- end
986
- local collectibleType = tonumber(params)
987
- if collectibleType == nil then
988
- printConsole(nil, "That is an invalid collectible type.")
989
- return
990
- end
991
- if not isValidCollectibleType(nil, collectibleType) then
992
- printConsole(nil, "That is an invalid collectible type.")
993
- return
994
- end
995
- local player = Isaac.GetPlayer()
996
- player:SetPocketActiveItem(collectibleType, ActiveSlot.POCKET)
997
- end
998
- --- Alias for the "getPosition" command.
999
- function ____exports.position(self)
1000
- ____exports.getPosition(nil)
1001
- end
1002
- --- Alias for the "hearts" command.
1003
- function ____exports.redHearts(self, params)
1004
- ____exports.hearts(nil, params)
1005
- end
1006
- --- Starts a room transition to the same room that you are already in.
1007
- function ____exports.reloadRoom(self)
1008
- reloadRoomFunction(nil)
1009
- end
1010
- --- Moves the player 0.5 units right. Provide a number to move a custom amount of units.
1011
- function ____exports.right(self, params)
1012
- movePlayer(nil, params, Direction.RIGHT)
1013
- end
1014
- --- Logs information about the room to the "log.txt" file.
1015
- function ____exports.room(self)
1016
- logRoom(nil)
1017
- printConsole(nil, "Logged room information to the \"log.txt\" file.")
1018
- end
1019
- --- Gives a rotten heart. Provide a number to give a custom amount of hearts. (You can use negative
1020
- -- numbers to remove hearts.)
1021
- function ____exports.rottenHearts(self, params)
1022
- addHeart(nil, params, HealthType.ROTTEN)
1023
- end
1024
- --- Run the suite of tests that prove that the "deepCopy" helper function and the "merge" function
1025
- -- work properly. For more information, see the `runDeepCopyTests` and the `runMergeTests`
1026
- -- functions.
1027
- --
1028
- -- In general, running the tests is only useful if you are troubleshooting the save data manager.
1029
- function ____exports.runTests(self)
1030
- runDeepCopyTests(nil)
1031
- runMergeTests(nil)
1032
- end
1033
- --- Alias for the "stage" command.
1034
- --
1035
- -- For example:
1036
- -- - s 3 - Warps to Caves 1.
1037
- -- - s 1c - Warps to Downpour 1.
1038
- function ____exports.s(self, params)
1039
- if params == "" then
1040
- printConsole(nil, "You must specify a stage number.")
1041
- return
1042
- end
1043
- local finalCharacter = string.sub(params, -1)
1044
- local stageString
1045
- local stageTypeLetter
1046
- if finalCharacter == "a" or finalCharacter == "b" or finalCharacter == "c" or finalCharacter == "d" then
1047
- stageString = __TS__StringSlice(params, 0, #params - 1)
1048
- stageTypeLetter = finalCharacter
1049
- else
1050
- stageString = params
1051
- stageTypeLetter = ""
1052
- end
1053
- local stage = tonumber(stageString)
1054
- if stage == nil then
1055
- printConsole(
1056
- nil,
1057
- "That is an invalid stage number: " .. tostring(stage)
1058
- )
1059
- return
1060
- end
1061
- if stage < FIRST_STAGE or stage > LAST_STAGE then
1062
- printConsole(
1063
- nil,
1064
- ((("Invalid stage number; must be between " .. tostring(FIRST_STAGE)) .. " and ") .. tostring(LAST_STAGE)) .. "."
1065
- )
1066
- return
1067
- end
1068
- Isaac.ExecuteCommand(("stage " .. tostring(stage)) .. stageTypeLetter)
1069
- end
1070
- --- Warps to the first Sacrifice Room on the floor.
1071
- function ____exports.sacrificeRoom(self)
1072
- warpToRoomType(nil, RoomType.SACRIFICE)
1073
- end
1074
- --- Warps to the first Secret Room on the floor.
1075
- function ____exports.secretRoom(self)
1076
- warpToRoomType(nil, RoomType.SECRET)
1077
- end
1078
- --- Changes to a seeded run, using the seed of the current run.
1079
- function ____exports.seedStick(self)
1080
- local seedsClass = game:GetSeeds()
1081
- local startSeedString = seedsClass:GetStartSeedString()
1082
- Isaac.ExecuteCommand("seed " .. startSeedString)
1083
- end
1084
- --- Logs all of the current run's seed effects to the "log.txt" file.
1085
- function ____exports.seeds(self)
1086
- logSeedEffects(nil)
1087
- printConsole(nil, "Logged the seed effects to the \"log.txt\" file.")
1088
- end
1089
- --- Sets a charge to the player's specified active item. You must provide the active slot number and
1090
- -- the number of charges to set.
1091
- function ____exports.setCharges(self, params)
1092
- if params == "" then
1093
- printConsole(nil, "You must specify a slot number and a charge amount. (Use 0 for the primary slot, 1 for the Schoolbag slot, 2 for the pocket item slot, and 3 for the Dice Bag slot.)")
1094
- return
1095
- end
1096
- local args = __TS__StringSplit(params, " ")
1097
- if #args == 1 then
1098
- printConsole(nil, "You must specify the amount of charge to set.")
1099
- return
1100
- end
1101
- if #args ~= 2 then
1102
- printConsole(nil, "That is an invalid amount of arguments.")
1103
- return
1104
- end
1105
- local activeSlotString, chargeString = table.unpack(args)
1106
- local activeSlot = tonumber(activeSlotString)
1107
- if activeSlot == nil then
1108
- printConsole(
1109
- nil,
1110
- "The provided slot number is invalid: " .. tostring(activeSlotString)
1111
- )
1112
- return
1113
- end
1114
- local activeSlots = getEnumValues(nil, ActiveSlot)
1115
- if not __TS__ArrayIncludes(activeSlots, activeSlot) then
1116
- printConsole(
1117
- nil,
1118
- "The provided slot number is invalid: " .. tostring(activeSlot)
1119
- )
1120
- return
1121
- end
1122
- local chargeNum = tonumber(chargeString)
1123
- if chargeNum == nil then
1124
- printConsole(
1125
- nil,
1126
- "The provided charge amount is invalid: " .. tostring(chargeString)
1127
- )
1128
- return
1129
- end
1130
- if chargeNum < 0 then
1131
- printConsole(
1132
- nil,
1133
- "The provided charge amount is invalid: " .. tostring(chargeNum)
1134
- )
1135
- return
1136
- end
1137
- local player = Isaac.GetPlayer()
1138
- player:SetActiveCharge(chargeNum, activeSlot)
1139
- end
1140
- --- Moves the first player to the specified position.
1141
- --
1142
- -- For example:
1143
- -- - setPosition 100 50
1144
- function ____exports.setPosition(self, params)
1145
- if params == "" then
1146
- printConsole(nil, "You must specify a position. (e.g. \"setPosition 100 50\")")
1147
- return
1148
- end
1149
- local args = __TS__StringSplit(params, " ")
1150
- if #args ~= 2 then
1151
- printConsole(nil, "You must specify a position. (e.g. \"setPosition 100 50\")")
1152
- return
1153
- end
1154
- local xString, yString = table.unpack(args)
1155
- local x = tonumber(xString)
1156
- if x == nil then
1157
- printConsole(
1158
- nil,
1159
- "That is an invalid x value: " .. tostring(xString)
1160
- )
1161
- return
1162
- end
1163
- local y = tonumber(yString)
1164
- if y == nil then
1165
- printConsole(
1166
- nil,
1167
- "That is an invalid y value: " .. tostring(yString)
1168
- )
1169
- return
1170
- end
1171
- local player = Isaac.GetPlayer()
1172
- local newPosition = Vector(x, y)
1173
- player.Position = newPosition
1174
- end
1175
- --- Warps to the first shop on the floor.
1176
- function ____exports.shop(self)
1177
- warpToRoomType(nil, RoomType.SHOP)
1178
- end
1179
- --- Uses the Smelter to smelt the current player's trinket.
1180
- function ____exports.smelt(self)
1181
- local player = Isaac.GetPlayer()
1182
- useActiveItemTemp(nil, player, CollectibleType.SMELTER)
1183
- end
1184
- --- Gives a soul charge. This only affects Tainted Bethany. Provide a number to give a custom amount
1185
- -- of charges. (You can use negative numbers to remove charges.)
1186
- function ____exports.soulCharges(self, params)
1187
- local charges = 1
1188
- if params ~= "" then
1189
- local num = tonumber(params)
1190
- if num == nil then
1191
- printConsole(nil, "That is an invalid amount of charges to add.")
1192
- return
1193
- end
1194
- charges = num
1195
- end
1196
- local player = Isaac.GetPlayer()
1197
- player:AddSoulCharge(charges)
1198
- end
1199
- --- Gives a half soul heart. Provide a number to give a custom amount of hearts. (You can use
1200
- -- negative numbers to remove hearts.)
1201
- function ____exports.soulHearts(self, params)
1202
- addHeart(nil, params, HealthType.SOUL)
1203
- end
1204
- --- Logs all of the currently playing sound effects to the "log.txt" file.
1205
- function ____exports.sounds(self)
1206
- logSounds(nil)
1207
- printConsole(nil, "Logged the currently playing sound effects to the \"log.txt\" file.")
1208
- end
1209
- --- Toggles spamming Blood Rights on every frame. Useful for killing enemies very fast without using
1210
- -- "debug 10".
1211
- function ____exports.spam(self)
1212
- v.persistent.spamBloodRights = not v.persistent.spamBloodRights
1213
- printEnabled(nil, v.persistent.spamBloodRights, "spamming Blood Rights")
1214
- end
1215
- function ____exports.spawnCollectible(self, params)
1216
- if params == "" then
1217
- printConsole(nil, "You must specify the name or number corresponding to the collectible type.")
1218
- return
1219
- end
1220
- local collectibleTypeNumber = tonumber(params)
1221
- local collectibleType
1222
- if collectibleTypeNumber == nil then
1223
- local match = getMapPartialMatch(nil, params, COLLECTIBLE_NAME_TO_TYPE_MAP)
1224
- if match == nil then
1225
- printConsole(nil, "Unknown collectible: " .. params)
1226
- return
1227
- end
1228
- collectibleType = match[2]
1229
- else
1230
- collectibleType = asCollectibleType(nil, collectibleTypeNumber)
1231
- end
1232
- local roomClass = game:GetRoom()
1233
- local centerPos = roomClass:GetCenterPos()
1234
- spawnCollectibleFunction(nil, collectibleType, centerPos)
1235
- end
1236
- --- Spawns a golden version of the specified trinket type.
1237
- function ____exports.spawnGoldenTrinket(self, params)
1238
- if params == "" then
1239
- printConsole(nil, "You must specify the name or number corresponding to the trinket type.")
1240
- return
1241
- end
1242
- local trinketTypeNumber = tonumber(params)
1243
- local trinketType
1244
- if trinketTypeNumber == nil then
1245
- local match = getMapPartialMatch(nil, params, TRINKET_NAME_TO_TYPE_MAP)
1246
- if match == nil then
1247
- printConsole(nil, "Unknown trinket: " .. params)
1248
- return
1249
- end
1250
- trinketType = match[2]
1251
- else
1252
- trinketType = asTrinketType(nil, trinketTypeNumber)
1253
- end
1254
- local roomClass = game:GetRoom()
1255
- local centerPos = roomClass:GetCenterPos()
1256
- local goldenTrinketType = getGoldenTrinketType(nil, trinketType)
1257
- spawnTrinketFunction(nil, goldenTrinketType, centerPos)
1258
- end
1259
- function ____exports.spawnTrinket(self, params)
1260
- if params == "" then
1261
- printConsole(nil, "You must specify the name or number corresponding to the trinket type.")
1262
- return
1263
- end
1264
- local trinketTypeNumber = tonumber(params)
1265
- local trinketType
1266
- if trinketTypeNumber == nil then
1267
- local match = getMapPartialMatch(nil, params, TRINKET_NAME_TO_TYPE_MAP)
1268
- if match == nil then
1269
- printConsole(nil, "Unknown trinket: " .. params)
1270
- return
1271
- end
1272
- trinketType = match[2]
1273
- else
1274
- trinketType = asTrinketType(nil, trinketTypeNumber)
1275
- end
1276
- local roomClass = game:GetRoom()
1277
- local centerPos = roomClass:GetCenterPos()
1278
- spawnTrinketFunction(nil, trinketType, centerPos)
1279
- end
1280
- --- Toggles a set movement speed and flight for the player. You can provide an optional argument to
1281
- -- this command in order to set the speed to a specific amount. Default is 2.0 (which is the maximum
1282
- -- that the stat can be set to).
1283
- function ____exports.speed(self, params)
1284
- local player = Isaac.GetPlayer()
1285
- if params ~= "" then
1286
- local num = tonumber(params)
1287
- if num == nil then
1288
- printConsole(nil, "The provided speed amount is invalid: " .. params)
1289
- return
1290
- end
1291
- v.persistent.damageAmount = num
1292
- end
1293
- v.persistent.speed = not v.persistent.speed
1294
- player:AddCacheFlags(CacheFlag.SPEED)
1295
- player:EvaluateItems()
1296
- local value = tostring(v.persistent.speed)
1297
- ____exports.flight(nil, value)
1298
- printEnabled(nil, v.persistent.speed, "set speed and flight")
1299
- end
1300
- --- Alias for the "startingRoom" command.
1301
- function ____exports.startRoom(self)
1302
- ____exports.startingRoom(nil)
1303
- end
1304
- --- Warps to the first Super Secret Room on the floor.
1305
- function ____exports.superSecretRoom(self)
1306
- warpToRoomType(nil, RoomType.SUPER_SECRET)
1307
- end
1308
- --- Toggles a set tear delay (e.g. fire rate) for the player. You can provide an optional argument to
1309
- -- this command in order to set the tear delay to a specific amount. Default is 1 (which is
1310
- -- equivalent to the Soy Milk tear rate).
1311
- function ____exports.tears(self, params)
1312
- if params ~= "" then
1313
- local num = tonumber(params)
1314
- if num == nil then
1315
- printConsole(nil, "The provided tear delay amount is invalid: " .. params)
1316
- return
1317
- end
1318
- v.persistent.tearsAmount = num
1319
- end
1320
- v.persistent.tears = not v.persistent.tears
1321
- local player = Isaac.GetPlayer()
1322
- player:AddCacheFlags(CacheFlag.FIRE_DELAY)
1323
- player:EvaluateItems()
1324
- printEnabled(nil, v.persistent.damage, "set tear delay")
1325
- end
1326
- --- Alias for the "runTests" command.
1327
- function ____exports.tests(self)
1328
- ____exports.runTests(nil)
1329
- end
1330
- --- Creates a trapdoor next to the player.
1331
- function ____exports.trapdoor(self)
1332
- spawnTrapdoorOrCrawlSpace(nil, true)
1333
- end
1334
- --- Warps to the first Treasure Room on the floor.
1335
- function ____exports.treasureRoom(self)
1336
- warpToRoomType(nil, RoomType.TREASURE)
1337
- end
1338
- --- Warps to the first Ultra Secret Room on the floor.
1339
- function ____exports.ultraSecretRoom(self)
1340
- warpToRoomType(nil, RoomType.ULTRA_SECRET)
1341
- end
1342
- --- Toggles permanent Curse of the Unknown.
1343
- function ____exports.unknown(self)
1344
- v.persistent.unknown = not v.persistent.unknown
1345
- printEnabled(nil, v.persistent.unknown, "permanent Curse of the Unknown")
1346
- end
1347
- --- If currently on a set seed, changes to an unseeded state and restarts the game.
1348
- function ____exports.unseed(self)
1349
- if not onSetSeed(nil) then
1350
- printConsole(nil, "You are not on a set seed, so you cannot unseed the run.")
1351
- return
1352
- end
1353
- setUnseeded(nil)
1354
- restart(nil)
1355
- end
1356
- --- Moves the player 0.5 units up. Provide a number to move a custom amount of units.
1357
- function ____exports.up(self, params)
1358
- movePlayer(nil, params, Direction.UP)
1359
- end
1360
- --- Warps to the specified room type. Accepts either the room type number or the partial name of the
1361
- -- room type.
1362
- --
1363
- -- For example:
1364
- -- - warp 5 - Warps to the first Boss Room on the floor, if any.
1365
- -- - warp tr - Warps to the first Treasure Room on the floor, if any.
1366
- function ____exports.warp(self, params)
1367
- if params == "" then
1368
- printConsole(nil, "You must specify a room type name or number.")
1369
- return
1370
- end
1371
- local roomType
1372
- local num = tonumber(params)
1373
- if num == nil then
1374
- local match = getMapPartialMatch(nil, params, ROOM_NAME_TO_TYPE_MAP)
1375
- if match == nil then
1376
- printConsole(nil, "Unknown room type: " .. params)
1377
- return
1378
- end
1379
- roomType = match[2]
1380
- else
1381
- if num < FIRST_ROOM_TYPE or num > LAST_ROOM_TYPE then
1382
- printConsole(
1383
- nil,
1384
- "Invalid room type: " .. tostring(num)
1385
- )
1386
- return
1387
- end
1388
- roomType = num
1389
- end
1390
- warpToRoomType(nil, roomType)
1391
- end
1392
- return ____exports