isaacscript-common 6.6.1-dev.2 → 6.6.1

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 (2834) hide show
  1. package/dist/cachedClasses.d.ts +56 -0
  2. package/dist/cachedClasses.d.ts.map +1 -0
  3. package/dist/cachedClasses.lua +50 -0
  4. package/dist/callbacks/customRevive.d.ts +2 -0
  5. package/dist/callbacks/customRevive.d.ts.map +1 -0
  6. package/dist/callbacks/customRevive.lua +148 -0
  7. package/dist/callbacks/itemPickup.d.ts +2 -0
  8. package/dist/callbacks/itemPickup.d.ts.map +1 -0
  9. package/dist/callbacks/itemPickup.lua +66 -0
  10. package/dist/callbacks/postAmbush.d.ts +2 -0
  11. package/dist/callbacks/postAmbush.d.ts.map +1 -0
  12. package/dist/callbacks/postAmbush.lua +56 -0
  13. package/dist/callbacks/postBombExploded.d.ts +2 -0
  14. package/dist/callbacks/postBombExploded.d.ts.map +1 -0
  15. package/dist/callbacks/postBombExploded.lua +26 -0
  16. package/dist/callbacks/postBombInitLate.d.ts +2 -0
  17. package/dist/callbacks/postBombInitLate.d.ts.map +1 -0
  18. package/dist/callbacks/postBombInitLate.lua +33 -0
  19. package/dist/callbacks/postBoneSwing.d.ts +2 -0
  20. package/dist/callbacks/postBoneSwing.d.ts.map +1 -0
  21. package/dist/callbacks/postBoneSwing.lua +50 -0
  22. package/dist/callbacks/postCollectibleEmpty.d.ts +2 -0
  23. package/dist/callbacks/postCollectibleEmpty.d.ts.map +1 -0
  24. package/dist/callbacks/postCollectibleEmpty.lua +40 -0
  25. package/dist/callbacks/postCollectibleInitFirst.d.ts +2 -0
  26. package/dist/callbacks/postCollectibleInitFirst.d.ts.map +1 -0
  27. package/dist/callbacks/postCollectibleInitFirst.lua +35 -0
  28. package/dist/callbacks/postCursedTeleport.d.ts +2 -0
  29. package/dist/callbacks/postCursedTeleport.d.ts.map +1 -0
  30. package/dist/callbacks/postCursedTeleport.lua +122 -0
  31. package/dist/callbacks/postCustomDoorEnter.d.ts +51 -0
  32. package/dist/callbacks/postCustomDoorEnter.d.ts.map +1 -0
  33. package/dist/callbacks/postCustomDoorEnter.lua +240 -0
  34. package/dist/callbacks/postDiceRoomActivated.d.ts +2 -0
  35. package/dist/callbacks/postDiceRoomActivated.d.ts.map +1 -0
  36. package/dist/callbacks/postDiceRoomActivated.lua +41 -0
  37. package/dist/callbacks/postDoorRender.d.ts +2 -0
  38. package/dist/callbacks/postDoorRender.d.ts.map +1 -0
  39. package/dist/callbacks/postDoorRender.lua +26 -0
  40. package/dist/callbacks/postDoorUpdate.d.ts +2 -0
  41. package/dist/callbacks/postDoorUpdate.d.ts.map +1 -0
  42. package/dist/callbacks/postDoorUpdate.lua +26 -0
  43. package/dist/callbacks/postEffectInitLate.d.ts +2 -0
  44. package/dist/callbacks/postEffectInitLate.d.ts.map +1 -0
  45. package/dist/callbacks/postEffectInitLate.lua +33 -0
  46. package/dist/callbacks/postEffectStateChanged.d.ts +2 -0
  47. package/dist/callbacks/postEffectStateChanged.d.ts.map +1 -0
  48. package/dist/callbacks/postEffectStateChanged.lua +39 -0
  49. package/dist/callbacks/postEsauJr.d.ts +2 -0
  50. package/dist/callbacks/postEsauJr.d.ts.map +1 -0
  51. package/dist/callbacks/postEsauJr.lua +70 -0
  52. package/dist/callbacks/postFamiliarInitLate.d.ts +2 -0
  53. package/dist/callbacks/postFamiliarInitLate.d.ts.map +1 -0
  54. package/dist/callbacks/postFamiliarInitLate.lua +33 -0
  55. package/dist/callbacks/postFamiliarStateChanged.d.ts +2 -0
  56. package/dist/callbacks/postFamiliarStateChanged.d.ts.map +1 -0
  57. package/dist/callbacks/postFamiliarStateChanged.lua +39 -0
  58. package/dist/callbacks/postFlip.d.ts +2 -0
  59. package/dist/callbacks/postFlip.d.ts.map +1 -0
  60. package/dist/callbacks/postFlip.lua +64 -0
  61. package/dist/callbacks/postGreedModeWave.d.ts +2 -0
  62. package/dist/callbacks/postGreedModeWave.d.ts.map +1 -0
  63. package/dist/callbacks/postGreedModeWave.lua +34 -0
  64. package/dist/callbacks/postGridEntity.d.ts +2 -0
  65. package/dist/callbacks/postGridEntity.d.ts.map +1 -0
  66. package/dist/callbacks/postGridEntity.lua +109 -0
  67. package/dist/callbacks/postGridEntityCollision.d.ts +2 -0
  68. package/dist/callbacks/postGridEntityCollision.d.ts.map +1 -0
  69. package/dist/callbacks/postGridEntityCollision.lua +67 -0
  70. package/dist/callbacks/postGridEntityRender.d.ts +2 -0
  71. package/dist/callbacks/postGridEntityRender.d.ts.map +1 -0
  72. package/dist/callbacks/postGridEntityRender.lua +26 -0
  73. package/dist/callbacks/postHolyMantleRemoved.d.ts +2 -0
  74. package/dist/callbacks/postHolyMantleRemoved.d.ts.map +1 -0
  75. package/dist/callbacks/postHolyMantleRemoved.lua +41 -0
  76. package/dist/callbacks/postItemDischarged.d.ts +3 -0
  77. package/dist/callbacks/postItemDischarged.d.ts.map +1 -0
  78. package/dist/callbacks/postItemDischarged.lua +105 -0
  79. package/dist/callbacks/postKnifeInitLate.d.ts +2 -0
  80. package/dist/callbacks/postKnifeInitLate.d.ts.map +1 -0
  81. package/dist/callbacks/postKnifeInitLate.lua +33 -0
  82. package/dist/callbacks/postLaserInitLate.d.ts +2 -0
  83. package/dist/callbacks/postLaserInitLate.d.ts.map +1 -0
  84. package/dist/callbacks/postLaserInitLate.lua +33 -0
  85. package/dist/callbacks/postNPCInitLate.d.ts +2 -0
  86. package/dist/callbacks/postNPCInitLate.d.ts.map +1 -0
  87. package/dist/callbacks/postNPCInitLate.lua +33 -0
  88. package/dist/callbacks/postNPCStateChanged.d.ts +2 -0
  89. package/dist/callbacks/postNPCStateChanged.d.ts.map +1 -0
  90. package/dist/callbacks/postNPCStateChanged.lua +39 -0
  91. package/dist/callbacks/postNewRoomEarly.d.ts +2 -0
  92. package/dist/callbacks/postNewRoomEarly.d.ts.map +1 -0
  93. package/dist/callbacks/postNewRoomEarly.lua +68 -0
  94. package/dist/callbacks/postPickupCollect.d.ts +2 -0
  95. package/dist/callbacks/postPickupCollect.d.ts.map +1 -0
  96. package/dist/callbacks/postPickupCollect.lua +41 -0
  97. package/dist/callbacks/postPickupInitFirst.d.ts +2 -0
  98. package/dist/callbacks/postPickupInitFirst.d.ts.map +1 -0
  99. package/dist/callbacks/postPickupInitFirst.lua +55 -0
  100. package/dist/callbacks/postPickupInitLate.d.ts +2 -0
  101. package/dist/callbacks/postPickupInitLate.d.ts.map +1 -0
  102. package/dist/callbacks/postPickupInitLate.lua +33 -0
  103. package/dist/callbacks/postPickupStateChanged.d.ts +2 -0
  104. package/dist/callbacks/postPickupStateChanged.d.ts.map +1 -0
  105. package/dist/callbacks/postPickupStateChanged.lua +39 -0
  106. package/dist/callbacks/postPitRender.d.ts +2 -0
  107. package/dist/callbacks/postPitRender.d.ts.map +1 -0
  108. package/dist/callbacks/postPitRender.lua +26 -0
  109. package/dist/callbacks/postPitUpdate.d.ts +2 -0
  110. package/dist/callbacks/postPitUpdate.d.ts.map +1 -0
  111. package/dist/callbacks/postPitUpdate.lua +26 -0
  112. package/dist/callbacks/postPlayerChangeHealth.d.ts +2 -0
  113. package/dist/callbacks/postPlayerChangeHealth.d.ts.map +1 -0
  114. package/dist/callbacks/postPlayerChangeHealth.lua +52 -0
  115. package/dist/callbacks/postPlayerChangeType.d.ts +2 -0
  116. package/dist/callbacks/postPlayerChangeType.d.ts.map +1 -0
  117. package/dist/callbacks/postPlayerChangeType.lua +41 -0
  118. package/dist/callbacks/postPlayerCollectible.d.ts +2 -0
  119. package/dist/callbacks/postPlayerCollectible.d.ts.map +1 -0
  120. package/dist/callbacks/postPlayerCollectible.lua +97 -0
  121. package/dist/callbacks/postPlayerFatalDamage.d.ts +2 -0
  122. package/dist/callbacks/postPlayerFatalDamage.d.ts.map +1 -0
  123. package/dist/callbacks/postPlayerFatalDamage.lua +99 -0
  124. package/dist/callbacks/postPlayerInitLate.d.ts +2 -0
  125. package/dist/callbacks/postPlayerInitLate.d.ts.map +1 -0
  126. package/dist/callbacks/postPlayerInitLate.lua +35 -0
  127. package/dist/callbacks/postPlayerReordered.d.ts +2 -0
  128. package/dist/callbacks/postPlayerReordered.d.ts.map +1 -0
  129. package/dist/callbacks/postPlayerReordered.lua +114 -0
  130. package/dist/callbacks/postPoopRender.d.ts +2 -0
  131. package/dist/callbacks/postPoopRender.d.ts.map +1 -0
  132. package/dist/callbacks/postPoopRender.lua +26 -0
  133. package/dist/callbacks/postPoopUpdate.d.ts +2 -0
  134. package/dist/callbacks/postPoopUpdate.d.ts.map +1 -0
  135. package/dist/callbacks/postPoopUpdate.lua +26 -0
  136. package/dist/callbacks/postPressurePlateRender.d.ts +2 -0
  137. package/dist/callbacks/postPressurePlateRender.d.ts.map +1 -0
  138. package/dist/callbacks/postPressurePlateRender.lua +26 -0
  139. package/dist/callbacks/postPressurePlateUpdate.d.ts +2 -0
  140. package/dist/callbacks/postPressurePlateUpdate.d.ts.map +1 -0
  141. package/dist/callbacks/postPressurePlateUpdate.lua +26 -0
  142. package/dist/callbacks/postProjectileInitLate.d.ts +2 -0
  143. package/dist/callbacks/postProjectileInitLate.d.ts.map +1 -0
  144. package/dist/callbacks/postProjectileInitLate.lua +33 -0
  145. package/dist/callbacks/postPurchase.d.ts +2 -0
  146. package/dist/callbacks/postPurchase.d.ts.map +1 -0
  147. package/dist/callbacks/postPurchase.lua +51 -0
  148. package/dist/callbacks/postRockRender.d.ts +2 -0
  149. package/dist/callbacks/postRockRender.d.ts.map +1 -0
  150. package/dist/callbacks/postRockRender.lua +26 -0
  151. package/dist/callbacks/postRockUpdate.d.ts +2 -0
  152. package/dist/callbacks/postRockUpdate.d.ts.map +1 -0
  153. package/dist/callbacks/postRockUpdate.lua +26 -0
  154. package/dist/callbacks/postRoomClearChanged.d.ts +2 -0
  155. package/dist/callbacks/postRoomClearChanged.d.ts.map +1 -0
  156. package/dist/callbacks/postRoomClearChanged.lua +44 -0
  157. package/dist/callbacks/postSacrifice.d.ts +2 -0
  158. package/dist/callbacks/postSacrifice.d.ts.map +1 -0
  159. package/dist/callbacks/postSacrifice.lua +45 -0
  160. package/dist/callbacks/postSlotDestroyed.d.ts +2 -0
  161. package/dist/callbacks/postSlotDestroyed.d.ts.map +1 -0
  162. package/dist/callbacks/postSlotDestroyed.lua +68 -0
  163. package/dist/callbacks/postSlotInitUpdate.d.ts +2 -0
  164. package/dist/callbacks/postSlotInitUpdate.d.ts.map +1 -0
  165. package/dist/callbacks/postSlotInitUpdate.lua +55 -0
  166. package/dist/callbacks/postSlotRender.d.ts +2 -0
  167. package/dist/callbacks/postSlotRender.d.ts.map +1 -0
  168. package/dist/callbacks/postSlotRender.lua +58 -0
  169. package/dist/callbacks/postSpikesRender.d.ts +2 -0
  170. package/dist/callbacks/postSpikesRender.d.ts.map +1 -0
  171. package/dist/callbacks/postSpikesRender.lua +26 -0
  172. package/dist/callbacks/postSpikesUpdate.d.ts +2 -0
  173. package/dist/callbacks/postSpikesUpdate.d.ts.map +1 -0
  174. package/dist/callbacks/postSpikesUpdate.lua +26 -0
  175. package/dist/callbacks/postTNTRender.d.ts +2 -0
  176. package/dist/callbacks/postTNTRender.d.ts.map +1 -0
  177. package/dist/callbacks/postTNTRender.lua +26 -0
  178. package/dist/callbacks/postTNTUpdate.d.ts +2 -0
  179. package/dist/callbacks/postTNTUpdate.d.ts.map +1 -0
  180. package/dist/callbacks/postTNTUpdate.lua +26 -0
  181. package/dist/callbacks/postTearInitLate.d.ts +2 -0
  182. package/dist/callbacks/postTearInitLate.d.ts.map +1 -0
  183. package/dist/callbacks/postTearInitLate.lua +33 -0
  184. package/dist/callbacks/postTearInitVeryLate.d.ts +2 -0
  185. package/dist/callbacks/postTearInitVeryLate.d.ts.map +1 -0
  186. package/dist/callbacks/postTearInitVeryLate.lua +36 -0
  187. package/dist/callbacks/postTransformation.d.ts +2 -0
  188. package/dist/callbacks/postTransformation.d.ts.map +1 -0
  189. package/dist/callbacks/postTransformation.lua +48 -0
  190. package/dist/callbacks/postTrinketBreak.d.ts +2 -0
  191. package/dist/callbacks/postTrinketBreak.d.ts.map +1 -0
  192. package/dist/callbacks/postTrinketBreak.lua +73 -0
  193. package/dist/callbacks/preBerserkDeath.d.ts +2 -0
  194. package/dist/callbacks/preBerserkDeath.d.ts.map +1 -0
  195. package/dist/callbacks/preBerserkDeath.lua +38 -0
  196. package/dist/callbacks/preNewLevel.d.ts +2 -0
  197. package/dist/callbacks/preNewLevel.d.ts.map +1 -0
  198. package/dist/callbacks/preNewLevel.lua +45 -0
  199. package/dist/callbacks/reorderedCallbacks.d.ts +30 -0
  200. package/dist/callbacks/reorderedCallbacks.d.ts.map +1 -0
  201. package/dist/callbacks/reorderedCallbacks.lua +118 -0
  202. package/dist/callbacks/subscriptions/postAmbushFinished.d.ts +6 -0
  203. package/dist/callbacks/subscriptions/postAmbushFinished.d.ts.map +1 -0
  204. package/dist/callbacks/subscriptions/postAmbushFinished.lua +29 -0
  205. package/dist/callbacks/subscriptions/postAmbushStarted.d.ts +6 -0
  206. package/dist/callbacks/subscriptions/postAmbushStarted.d.ts.map +1 -0
  207. package/dist/callbacks/subscriptions/postAmbushStarted.lua +29 -0
  208. package/dist/callbacks/subscriptions/postBombInitLate.d.ts +6 -0
  209. package/dist/callbacks/subscriptions/postBombInitLate.d.ts.map +1 -0
  210. package/dist/callbacks/subscriptions/postBombInitLate.lua +29 -0
  211. package/dist/callbacks/subscriptions/postBoneExploded.d.ts +6 -0
  212. package/dist/callbacks/subscriptions/postBoneExploded.d.ts.map +1 -0
  213. package/dist/callbacks/subscriptions/postBoneExploded.lua +29 -0
  214. package/dist/callbacks/subscriptions/postBoneSwing.d.ts +5 -0
  215. package/dist/callbacks/subscriptions/postBoneSwing.d.ts.map +1 -0
  216. package/dist/callbacks/subscriptions/postBoneSwing.lua +22 -0
  217. package/dist/callbacks/subscriptions/postCollectibleEmpty.d.ts +6 -0
  218. package/dist/callbacks/subscriptions/postCollectibleEmpty.d.ts.map +1 -0
  219. package/dist/callbacks/subscriptions/postCollectibleEmpty.lua +29 -0
  220. package/dist/callbacks/subscriptions/postCollectibleInitFirst.d.ts +6 -0
  221. package/dist/callbacks/subscriptions/postCollectibleInitFirst.d.ts.map +1 -0
  222. package/dist/callbacks/subscriptions/postCollectibleInitFirst.lua +29 -0
  223. package/dist/callbacks/subscriptions/postCursedTeleport.d.ts +5 -0
  224. package/dist/callbacks/subscriptions/postCursedTeleport.d.ts.map +1 -0
  225. package/dist/callbacks/subscriptions/postCursedTeleport.lua +22 -0
  226. package/dist/callbacks/subscriptions/postCustomDoorEnter.d.ts +6 -0
  227. package/dist/callbacks/subscriptions/postCustomDoorEnter.d.ts.map +1 -0
  228. package/dist/callbacks/subscriptions/postCustomDoorEnter.lua +35 -0
  229. package/dist/callbacks/subscriptions/postCustomRevive.d.ts +7 -0
  230. package/dist/callbacks/subscriptions/postCustomRevive.d.ts.map +1 -0
  231. package/dist/callbacks/subscriptions/postCustomRevive.lua +29 -0
  232. package/dist/callbacks/subscriptions/postDiceRoomActivated.d.ts +6 -0
  233. package/dist/callbacks/subscriptions/postDiceRoomActivated.d.ts.map +1 -0
  234. package/dist/callbacks/subscriptions/postDiceRoomActivated.lua +29 -0
  235. package/dist/callbacks/subscriptions/postDoorRender.d.ts +7 -0
  236. package/dist/callbacks/subscriptions/postDoorRender.d.ts.map +1 -0
  237. package/dist/callbacks/subscriptions/postDoorRender.lua +30 -0
  238. package/dist/callbacks/subscriptions/postDoorUpdate.d.ts +7 -0
  239. package/dist/callbacks/subscriptions/postDoorUpdate.d.ts.map +1 -0
  240. package/dist/callbacks/subscriptions/postDoorUpdate.lua +30 -0
  241. package/dist/callbacks/subscriptions/postEffectInitLate.d.ts +6 -0
  242. package/dist/callbacks/subscriptions/postEffectInitLate.d.ts.map +1 -0
  243. package/dist/callbacks/subscriptions/postEffectInitLate.lua +29 -0
  244. package/dist/callbacks/subscriptions/postEffectStateChanged.d.ts +6 -0
  245. package/dist/callbacks/subscriptions/postEffectStateChanged.d.ts.map +1 -0
  246. package/dist/callbacks/subscriptions/postEffectStateChanged.lua +29 -0
  247. package/dist/callbacks/subscriptions/postEsauJr.d.ts +5 -0
  248. package/dist/callbacks/subscriptions/postEsauJr.d.ts.map +1 -0
  249. package/dist/callbacks/subscriptions/postEsauJr.lua +22 -0
  250. package/dist/callbacks/subscriptions/postFamiliarInitLate.d.ts +6 -0
  251. package/dist/callbacks/subscriptions/postFamiliarInitLate.d.ts.map +1 -0
  252. package/dist/callbacks/subscriptions/postFamiliarInitLate.lua +29 -0
  253. package/dist/callbacks/subscriptions/postFamiliarStateChanged.d.ts +6 -0
  254. package/dist/callbacks/subscriptions/postFamiliarStateChanged.d.ts.map +1 -0
  255. package/dist/callbacks/subscriptions/postFamiliarStateChanged.lua +29 -0
  256. package/dist/callbacks/subscriptions/postFirstEsauJr.d.ts +5 -0
  257. package/dist/callbacks/subscriptions/postFirstEsauJr.d.ts.map +1 -0
  258. package/dist/callbacks/subscriptions/postFirstEsauJr.lua +22 -0
  259. package/dist/callbacks/subscriptions/postFirstFlip.d.ts +5 -0
  260. package/dist/callbacks/subscriptions/postFirstFlip.d.ts.map +1 -0
  261. package/dist/callbacks/subscriptions/postFirstFlip.lua +22 -0
  262. package/dist/callbacks/subscriptions/postFlip.d.ts +5 -0
  263. package/dist/callbacks/subscriptions/postFlip.d.ts.map +1 -0
  264. package/dist/callbacks/subscriptions/postFlip.lua +22 -0
  265. package/dist/callbacks/subscriptions/postGameStartedReordered.d.ts +4 -0
  266. package/dist/callbacks/subscriptions/postGameStartedReordered.d.ts.map +1 -0
  267. package/dist/callbacks/subscriptions/postGameStartedReordered.lua +22 -0
  268. package/dist/callbacks/subscriptions/postGreedModeWave.d.ts +5 -0
  269. package/dist/callbacks/subscriptions/postGreedModeWave.d.ts.map +1 -0
  270. package/dist/callbacks/subscriptions/postGreedModeWave.lua +22 -0
  271. package/dist/callbacks/subscriptions/postGridEntityBroken.d.ts +7 -0
  272. package/dist/callbacks/subscriptions/postGridEntityBroken.d.ts.map +1 -0
  273. package/dist/callbacks/subscriptions/postGridEntityBroken.lua +35 -0
  274. package/dist/callbacks/subscriptions/postGridEntityCollision.d.ts +7 -0
  275. package/dist/callbacks/subscriptions/postGridEntityCollision.d.ts.map +1 -0
  276. package/dist/callbacks/subscriptions/postGridEntityCollision.lua +35 -0
  277. package/dist/callbacks/subscriptions/postGridEntityInit.d.ts +7 -0
  278. package/dist/callbacks/subscriptions/postGridEntityInit.d.ts.map +1 -0
  279. package/dist/callbacks/subscriptions/postGridEntityInit.lua +35 -0
  280. package/dist/callbacks/subscriptions/postGridEntityRemove.d.ts +7 -0
  281. package/dist/callbacks/subscriptions/postGridEntityRemove.d.ts.map +1 -0
  282. package/dist/callbacks/subscriptions/postGridEntityRemove.lua +33 -0
  283. package/dist/callbacks/subscriptions/postGridEntityRender.d.ts +7 -0
  284. package/dist/callbacks/subscriptions/postGridEntityRender.d.ts.map +1 -0
  285. package/dist/callbacks/subscriptions/postGridEntityRender.lua +35 -0
  286. package/dist/callbacks/subscriptions/postGridEntityStateChanged.d.ts +7 -0
  287. package/dist/callbacks/subscriptions/postGridEntityStateChanged.d.ts.map +1 -0
  288. package/dist/callbacks/subscriptions/postGridEntityStateChanged.lua +35 -0
  289. package/dist/callbacks/subscriptions/postGridEntityUpdate.d.ts +7 -0
  290. package/dist/callbacks/subscriptions/postGridEntityUpdate.d.ts.map +1 -0
  291. package/dist/callbacks/subscriptions/postGridEntityUpdate.lua +35 -0
  292. package/dist/callbacks/subscriptions/postHolyMantleRemoved.d.ts +7 -0
  293. package/dist/callbacks/subscriptions/postHolyMantleRemoved.d.ts.map +1 -0
  294. package/dist/callbacks/subscriptions/postHolyMantleRemoved.lua +34 -0
  295. package/dist/callbacks/subscriptions/postItemDischarged.d.ts +6 -0
  296. package/dist/callbacks/subscriptions/postItemDischarged.d.ts.map +1 -0
  297. package/dist/callbacks/subscriptions/postItemDischarged.lua +29 -0
  298. package/dist/callbacks/subscriptions/postItemPickup.d.ts +12 -0
  299. package/dist/callbacks/subscriptions/postItemPickup.d.ts.map +1 -0
  300. package/dist/callbacks/subscriptions/postItemPickup.lua +33 -0
  301. package/dist/callbacks/subscriptions/postKnifeInitLate.d.ts +6 -0
  302. package/dist/callbacks/subscriptions/postKnifeInitLate.d.ts.map +1 -0
  303. package/dist/callbacks/subscriptions/postKnifeInitLate.lua +29 -0
  304. package/dist/callbacks/subscriptions/postLaserInitLate.d.ts +6 -0
  305. package/dist/callbacks/subscriptions/postLaserInitLate.d.ts.map +1 -0
  306. package/dist/callbacks/subscriptions/postLaserInitLate.lua +29 -0
  307. package/dist/callbacks/subscriptions/postNPCInitLate.d.ts +6 -0
  308. package/dist/callbacks/subscriptions/postNPCInitLate.d.ts.map +1 -0
  309. package/dist/callbacks/subscriptions/postNPCInitLate.lua +29 -0
  310. package/dist/callbacks/subscriptions/postNPCStateChanged.d.ts +7 -0
  311. package/dist/callbacks/subscriptions/postNPCStateChanged.d.ts.map +1 -0
  312. package/dist/callbacks/subscriptions/postNPCStateChanged.lua +33 -0
  313. package/dist/callbacks/subscriptions/postNewLevelReordered.d.ts +2 -0
  314. package/dist/callbacks/subscriptions/postNewLevelReordered.d.ts.map +1 -0
  315. package/dist/callbacks/subscriptions/postNewLevelReordered.lua +22 -0
  316. package/dist/callbacks/subscriptions/postNewRoomEarly.d.ts +2 -0
  317. package/dist/callbacks/subscriptions/postNewRoomEarly.d.ts.map +1 -0
  318. package/dist/callbacks/subscriptions/postNewRoomEarly.lua +22 -0
  319. package/dist/callbacks/subscriptions/postNewRoomReordered.d.ts +2 -0
  320. package/dist/callbacks/subscriptions/postNewRoomReordered.d.ts.map +1 -0
  321. package/dist/callbacks/subscriptions/postNewRoomReordered.lua +22 -0
  322. package/dist/callbacks/subscriptions/postPEffectUpdateReordered.d.ts +7 -0
  323. package/dist/callbacks/subscriptions/postPEffectUpdateReordered.d.ts.map +1 -0
  324. package/dist/callbacks/subscriptions/postPEffectUpdateReordered.lua +34 -0
  325. package/dist/callbacks/subscriptions/postPickupCollect.d.ts +6 -0
  326. package/dist/callbacks/subscriptions/postPickupCollect.d.ts.map +1 -0
  327. package/dist/callbacks/subscriptions/postPickupCollect.lua +29 -0
  328. package/dist/callbacks/subscriptions/postPickupInitFirst.d.ts +6 -0
  329. package/dist/callbacks/subscriptions/postPickupInitFirst.d.ts.map +1 -0
  330. package/dist/callbacks/subscriptions/postPickupInitFirst.lua +29 -0
  331. package/dist/callbacks/subscriptions/postPickupInitLate.d.ts +6 -0
  332. package/dist/callbacks/subscriptions/postPickupInitLate.d.ts.map +1 -0
  333. package/dist/callbacks/subscriptions/postPickupInitLate.lua +29 -0
  334. package/dist/callbacks/subscriptions/postPickupStateChanged.d.ts +6 -0
  335. package/dist/callbacks/subscriptions/postPickupStateChanged.d.ts.map +1 -0
  336. package/dist/callbacks/subscriptions/postPickupStateChanged.lua +29 -0
  337. package/dist/callbacks/subscriptions/postPitRender.d.ts +7 -0
  338. package/dist/callbacks/subscriptions/postPitRender.d.ts.map +1 -0
  339. package/dist/callbacks/subscriptions/postPitRender.lua +30 -0
  340. package/dist/callbacks/subscriptions/postPitUpdate.d.ts +7 -0
  341. package/dist/callbacks/subscriptions/postPitUpdate.d.ts.map +1 -0
  342. package/dist/callbacks/subscriptions/postPitUpdate.lua +30 -0
  343. package/dist/callbacks/subscriptions/postPlayerChangeHealth.d.ts +8 -0
  344. package/dist/callbacks/subscriptions/postPlayerChangeHealth.d.ts.map +1 -0
  345. package/dist/callbacks/subscriptions/postPlayerChangeHealth.lua +34 -0
  346. package/dist/callbacks/subscriptions/postPlayerChangeType.d.ts +6 -0
  347. package/dist/callbacks/subscriptions/postPlayerChangeType.d.ts.map +1 -0
  348. package/dist/callbacks/subscriptions/postPlayerChangeType.lua +29 -0
  349. package/dist/callbacks/subscriptions/postPlayerCollectibleAdded.d.ts +6 -0
  350. package/dist/callbacks/subscriptions/postPlayerCollectibleAdded.d.ts.map +1 -0
  351. package/dist/callbacks/subscriptions/postPlayerCollectibleAdded.lua +29 -0
  352. package/dist/callbacks/subscriptions/postPlayerCollectibleRemoved.d.ts +6 -0
  353. package/dist/callbacks/subscriptions/postPlayerCollectibleRemoved.d.ts.map +1 -0
  354. package/dist/callbacks/subscriptions/postPlayerCollectibleRemoved.lua +29 -0
  355. package/dist/callbacks/subscriptions/postPlayerFatalDamage.d.ts +7 -0
  356. package/dist/callbacks/subscriptions/postPlayerFatalDamage.d.ts.map +1 -0
  357. package/dist/callbacks/subscriptions/postPlayerFatalDamage.lua +45 -0
  358. package/dist/callbacks/subscriptions/postPlayerInitLate.d.ts +7 -0
  359. package/dist/callbacks/subscriptions/postPlayerInitLate.d.ts.map +1 -0
  360. package/dist/callbacks/subscriptions/postPlayerInitLate.lua +34 -0
  361. package/dist/callbacks/subscriptions/postPlayerInitReordered.d.ts +7 -0
  362. package/dist/callbacks/subscriptions/postPlayerInitReordered.d.ts.map +1 -0
  363. package/dist/callbacks/subscriptions/postPlayerInitReordered.lua +34 -0
  364. package/dist/callbacks/subscriptions/postPlayerRenderReordered.d.ts +7 -0
  365. package/dist/callbacks/subscriptions/postPlayerRenderReordered.d.ts.map +1 -0
  366. package/dist/callbacks/subscriptions/postPlayerRenderReordered.lua +34 -0
  367. package/dist/callbacks/subscriptions/postPlayerUpdateReordered.d.ts +7 -0
  368. package/dist/callbacks/subscriptions/postPlayerUpdateReordered.d.ts.map +1 -0
  369. package/dist/callbacks/subscriptions/postPlayerUpdateReordered.lua +34 -0
  370. package/dist/callbacks/subscriptions/postPoopRender.d.ts +7 -0
  371. package/dist/callbacks/subscriptions/postPoopRender.d.ts.map +1 -0
  372. package/dist/callbacks/subscriptions/postPoopRender.lua +30 -0
  373. package/dist/callbacks/subscriptions/postPoopUpdate.d.ts +7 -0
  374. package/dist/callbacks/subscriptions/postPoopUpdate.d.ts.map +1 -0
  375. package/dist/callbacks/subscriptions/postPoopUpdate.lua +30 -0
  376. package/dist/callbacks/subscriptions/postPressurePlateRender.d.ts +7 -0
  377. package/dist/callbacks/subscriptions/postPressurePlateRender.d.ts.map +1 -0
  378. package/dist/callbacks/subscriptions/postPressurePlateRender.lua +30 -0
  379. package/dist/callbacks/subscriptions/postPressurePlateUpdate.d.ts +7 -0
  380. package/dist/callbacks/subscriptions/postPressurePlateUpdate.d.ts.map +1 -0
  381. package/dist/callbacks/subscriptions/postPressurePlateUpdate.lua +30 -0
  382. package/dist/callbacks/subscriptions/postProjectileInitLate.d.ts +6 -0
  383. package/dist/callbacks/subscriptions/postProjectileInitLate.d.ts.map +1 -0
  384. package/dist/callbacks/subscriptions/postProjectileInitLate.lua +29 -0
  385. package/dist/callbacks/subscriptions/postPurchase.d.ts +7 -0
  386. package/dist/callbacks/subscriptions/postPurchase.d.ts.map +1 -0
  387. package/dist/callbacks/subscriptions/postPurchase.lua +22 -0
  388. package/dist/callbacks/subscriptions/postRockRender.d.ts +7 -0
  389. package/dist/callbacks/subscriptions/postRockRender.d.ts.map +1 -0
  390. package/dist/callbacks/subscriptions/postRockRender.lua +30 -0
  391. package/dist/callbacks/subscriptions/postRockUpdate.d.ts +7 -0
  392. package/dist/callbacks/subscriptions/postRockUpdate.d.ts.map +1 -0
  393. package/dist/callbacks/subscriptions/postRockUpdate.lua +30 -0
  394. package/dist/callbacks/subscriptions/postRoomClearChanged.d.ts +5 -0
  395. package/dist/callbacks/subscriptions/postRoomClearChanged.d.ts.map +1 -0
  396. package/dist/callbacks/subscriptions/postRoomClearChanged.lua +29 -0
  397. package/dist/callbacks/subscriptions/postSacrifice.d.ts +7 -0
  398. package/dist/callbacks/subscriptions/postSacrifice.d.ts.map +1 -0
  399. package/dist/callbacks/subscriptions/postSacrifice.lua +34 -0
  400. package/dist/callbacks/subscriptions/postSlotAnimationChanged.d.ts +6 -0
  401. package/dist/callbacks/subscriptions/postSlotAnimationChanged.d.ts.map +1 -0
  402. package/dist/callbacks/subscriptions/postSlotAnimationChanged.lua +29 -0
  403. package/dist/callbacks/subscriptions/postSlotDestroyed.d.ts +8 -0
  404. package/dist/callbacks/subscriptions/postSlotDestroyed.d.ts.map +1 -0
  405. package/dist/callbacks/subscriptions/postSlotDestroyed.lua +33 -0
  406. package/dist/callbacks/subscriptions/postSlotInit.d.ts +6 -0
  407. package/dist/callbacks/subscriptions/postSlotInit.d.ts.map +1 -0
  408. package/dist/callbacks/subscriptions/postSlotInit.lua +29 -0
  409. package/dist/callbacks/subscriptions/postSlotRender.d.ts +6 -0
  410. package/dist/callbacks/subscriptions/postSlotRender.d.ts.map +1 -0
  411. package/dist/callbacks/subscriptions/postSlotRender.lua +29 -0
  412. package/dist/callbacks/subscriptions/postSlotUpdate.d.ts +6 -0
  413. package/dist/callbacks/subscriptions/postSlotUpdate.d.ts.map +1 -0
  414. package/dist/callbacks/subscriptions/postSlotUpdate.lua +29 -0
  415. package/dist/callbacks/subscriptions/postSpikesRender.d.ts +7 -0
  416. package/dist/callbacks/subscriptions/postSpikesRender.d.ts.map +1 -0
  417. package/dist/callbacks/subscriptions/postSpikesRender.lua +30 -0
  418. package/dist/callbacks/subscriptions/postSpikesUpdate.d.ts +7 -0
  419. package/dist/callbacks/subscriptions/postSpikesUpdate.d.ts.map +1 -0
  420. package/dist/callbacks/subscriptions/postSpikesUpdate.lua +30 -0
  421. package/dist/callbacks/subscriptions/postTNTRender.d.ts +7 -0
  422. package/dist/callbacks/subscriptions/postTNTRender.d.ts.map +1 -0
  423. package/dist/callbacks/subscriptions/postTNTRender.lua +30 -0
  424. package/dist/callbacks/subscriptions/postTNTUpdate.d.ts +7 -0
  425. package/dist/callbacks/subscriptions/postTNTUpdate.d.ts.map +1 -0
  426. package/dist/callbacks/subscriptions/postTNTUpdate.lua +30 -0
  427. package/dist/callbacks/subscriptions/postTearInitLate.d.ts +6 -0
  428. package/dist/callbacks/subscriptions/postTearInitLate.d.ts.map +1 -0
  429. package/dist/callbacks/subscriptions/postTearInitLate.lua +29 -0
  430. package/dist/callbacks/subscriptions/postTearInitVeryLate.d.ts +6 -0
  431. package/dist/callbacks/subscriptions/postTearInitVeryLate.d.ts.map +1 -0
  432. package/dist/callbacks/subscriptions/postTearInitVeryLate.lua +29 -0
  433. package/dist/callbacks/subscriptions/postTransformation.d.ts +6 -0
  434. package/dist/callbacks/subscriptions/postTransformation.d.ts.map +1 -0
  435. package/dist/callbacks/subscriptions/postTransformation.lua +29 -0
  436. package/dist/callbacks/subscriptions/postTrinketBreak.d.ts +6 -0
  437. package/dist/callbacks/subscriptions/postTrinketBreak.d.ts.map +1 -0
  438. package/dist/callbacks/subscriptions/postTrinketBreak.lua +29 -0
  439. package/dist/callbacks/subscriptions/preBerserkDeath.d.ts +7 -0
  440. package/dist/callbacks/subscriptions/preBerserkDeath.d.ts.map +1 -0
  441. package/dist/callbacks/subscriptions/preBerserkDeath.lua +35 -0
  442. package/dist/callbacks/subscriptions/preCustomRevive.d.ts +7 -0
  443. package/dist/callbacks/subscriptions/preCustomRevive.d.ts.map +1 -0
  444. package/dist/callbacks/subscriptions/preCustomRevive.lua +38 -0
  445. package/dist/callbacks/subscriptions/preItemPickup.d.ts +12 -0
  446. package/dist/callbacks/subscriptions/preItemPickup.d.ts.map +1 -0
  447. package/dist/callbacks/subscriptions/preItemPickup.lua +33 -0
  448. package/dist/callbacks/subscriptions/preNewLevel.d.ts +5 -0
  449. package/dist/callbacks/subscriptions/preNewLevel.d.ts.map +1 -0
  450. package/dist/callbacks/subscriptions/preNewLevel.lua +22 -0
  451. package/dist/classes/DefaultMap.d.ts +110 -0
  452. package/dist/classes/DefaultMap.d.ts.map +1 -0
  453. package/dist/classes/DefaultMap.lua +134 -0
  454. package/dist/classes/ModUpgraded.d.ts +28 -0
  455. package/dist/classes/ModUpgraded.d.ts.map +1 -0
  456. package/dist/classes/ModUpgraded.lua +40 -0
  457. package/dist/constants.d.ts +140 -0
  458. package/dist/constants.d.ts.map +1 -0
  459. package/dist/constants.lua +115 -0
  460. package/dist/constantsFirstLast.d.ts +131 -0
  461. package/dist/constantsFirstLast.d.ts.map +1 -0
  462. package/dist/constantsFirstLast.lua +113 -0
  463. package/dist/enums/AmbushType.d.ts +5 -0
  464. package/dist/enums/AmbushType.d.ts.map +1 -0
  465. package/dist/enums/AmbushType.lua +7 -0
  466. package/dist/enums/CornerType.d.ts +7 -0
  467. package/dist/enums/CornerType.d.ts.map +1 -0
  468. package/dist/enums/CornerType.lua +11 -0
  469. package/dist/enums/DecorationVariant.d.ts +10 -0
  470. package/dist/enums/DecorationVariant.d.ts.map +1 -0
  471. package/dist/enums/DecorationVariant.lua +7 -0
  472. package/dist/enums/HealthType.d.ts +17 -0
  473. package/dist/enums/HealthType.d.ts.map +1 -0
  474. package/dist/enums/HealthType.lua +24 -0
  475. package/dist/enums/ModCallbackCustom.d.ts +1204 -0
  476. package/dist/enums/ModCallbackCustom.d.ts.map +1 -0
  477. package/dist/enums/ModCallbackCustom.lua +175 -0
  478. package/dist/enums/PocketItemType.d.ts +9 -0
  479. package/dist/enums/PocketItemType.d.ts.map +1 -0
  480. package/dist/enums/PocketItemType.lua +15 -0
  481. package/dist/enums/RockAltType.d.ts +8 -0
  482. package/dist/enums/RockAltType.d.ts.map +1 -0
  483. package/dist/enums/RockAltType.lua +13 -0
  484. package/dist/enums/SerializationType.d.ts +6 -0
  485. package/dist/enums/SerializationType.d.ts.map +1 -0
  486. package/dist/enums/SerializationType.lua +9 -0
  487. package/dist/enums/SlotDestructionType.d.ts +5 -0
  488. package/dist/enums/SlotDestructionType.d.ts.map +1 -0
  489. package/dist/enums/SlotDestructionType.lua +7 -0
  490. package/dist/enums/private/CopyableIsaacAPIClassType.d.ts +8 -0
  491. package/dist/enums/private/CopyableIsaacAPIClassType.d.ts.map +1 -0
  492. package/dist/enums/private/CopyableIsaacAPIClassType.lua +8 -0
  493. package/dist/enums/private/SaveDataKey.d.ts +7 -0
  494. package/dist/enums/private/SaveDataKey.d.ts.map +1 -0
  495. package/dist/enums/private/SaveDataKey.lua +7 -0
  496. package/dist/enums/private/SerializationBrand.d.ts +38 -0
  497. package/dist/enums/private/SerializationBrand.d.ts.map +1 -0
  498. package/dist/enums/private/SerializationBrand.lua +17 -0
  499. package/dist/features/characterHealthConversion.d.ts +16 -0
  500. package/dist/features/characterHealthConversion.d.ts.map +1 -0
  501. package/dist/features/characterHealthConversion.lua +87 -0
  502. package/dist/features/characterStats.d.ts +25 -0
  503. package/dist/features/characterStats.d.ts.map +1 -0
  504. package/dist/features/characterStats.lua +54 -0
  505. package/dist/features/collectibleItemPoolType.d.ts +8 -0
  506. package/dist/features/collectibleItemPoolType.d.ts.map +1 -0
  507. package/dist/features/collectibleItemPoolType.lua +48 -0
  508. package/dist/features/customGridEntity.d.ts +42 -0
  509. package/dist/features/customGridEntity.d.ts.map +1 -0
  510. package/dist/features/customGridEntity.lua +156 -0
  511. package/dist/features/customStage/backdrop.d.ts +3 -0
  512. package/dist/features/customStage/backdrop.d.ts.map +1 -0
  513. package/dist/features/customStage/backdrop.lua +193 -0
  514. package/dist/features/customStage/customStageConstants.d.ts +2 -0
  515. package/dist/features/customStage/customStageConstants.d.ts.map +1 -0
  516. package/dist/features/customStage/customStageConstants.lua +3 -0
  517. package/dist/features/customStage/exports.d.ts +36 -0
  518. package/dist/features/customStage/exports.d.ts.map +1 -0
  519. package/dist/features/customStage/exports.lua +156 -0
  520. package/dist/features/customStage/gridEntities.d.ts +19 -0
  521. package/dist/features/customStage/gridEntities.d.ts.map +1 -0
  522. package/dist/features/customStage/gridEntities.lua +215 -0
  523. package/dist/features/customStage/init.d.ts +3 -0
  524. package/dist/features/customStage/init.d.ts.map +1 -0
  525. package/dist/features/customStage/init.lua +119 -0
  526. package/dist/features/customStage/metadata.lua +1 -0
  527. package/dist/features/customStage/shadows.d.ts +3 -0
  528. package/dist/features/customStage/shadows.d.ts.map +1 -0
  529. package/dist/features/customStage/shadows.lua +69 -0
  530. package/dist/features/customStage/streakText.d.ts +4 -0
  531. package/dist/features/customStage/streakText.d.ts.map +1 -0
  532. package/dist/features/customStage/streakText.lua +38 -0
  533. package/dist/features/customStage/util.d.ts +12 -0
  534. package/dist/features/customStage/util.d.ts.map +1 -0
  535. package/dist/features/customStage/util.lua +51 -0
  536. package/dist/features/customStage/v.d.ts +20 -0
  537. package/dist/features/customStage/v.d.ts.map +1 -0
  538. package/dist/features/customStage/v.lua +13 -0
  539. package/dist/features/customStage/versusScreen.d.ts +4 -0
  540. package/dist/features/customStage/versusScreen.d.ts.map +1 -0
  541. package/dist/features/customStage/versusScreen.lua +206 -0
  542. package/dist/features/debugDisplay/debugDisplay.d.ts +7 -0
  543. package/dist/features/debugDisplay/debugDisplay.d.ts.map +1 -0
  544. package/dist/features/debugDisplay/debugDisplay.lua +185 -0
  545. package/dist/features/debugDisplay/exports.d.ts +325 -0
  546. package/dist/features/debugDisplay/exports.d.ts.map +1 -0
  547. package/dist/features/debugDisplay/exports.lua +368 -0
  548. package/dist/features/debugDisplay/v.d.ts +46 -0
  549. package/dist/features/debugDisplay/v.d.ts.map +1 -0
  550. package/dist/features/debugDisplay/v.lua +63 -0
  551. package/dist/features/deployJSONRoom.d.ts +67 -0
  552. package/dist/features/deployJSONRoom.d.ts.map +1 -0
  553. package/dist/features/deployJSONRoom.lua +567 -0
  554. package/dist/features/disableAllSound.d.ts +19 -0
  555. package/dist/features/disableAllSound.d.ts.map +1 -0
  556. package/dist/features/disableAllSound.lua +62 -0
  557. package/dist/features/disableInputs.d.ts +63 -0
  558. package/dist/features/disableInputs.d.ts.map +1 -0
  559. package/dist/features/disableInputs.lua +134 -0
  560. package/dist/features/extraConsoleCommands/commandsDisplay.d.ts +163 -0
  561. package/dist/features/extraConsoleCommands/commandsDisplay.d.ts.map +1 -0
  562. package/dist/features/extraConsoleCommands/commandsDisplay.lua +219 -0
  563. package/dist/features/extraConsoleCommands/commandsSubroutines.d.ts +10 -0
  564. package/dist/features/extraConsoleCommands/commandsSubroutines.d.ts.map +1 -0
  565. package/dist/features/extraConsoleCommands/commandsSubroutines.lua +129 -0
  566. package/dist/features/extraConsoleCommands/exports.d.ts +27 -0
  567. package/dist/features/extraConsoleCommands/exports.d.ts.map +1 -0
  568. package/dist/features/extraConsoleCommands/exports.lua +54 -0
  569. package/dist/features/extraConsoleCommands/init.d.ts +3 -0
  570. package/dist/features/extraConsoleCommands/init.d.ts.map +1 -0
  571. package/dist/features/extraConsoleCommands/init.lua +246 -0
  572. package/dist/features/extraConsoleCommands/listCommands.d.ts +367 -0
  573. package/dist/features/extraConsoleCommands/listCommands.d.ts.map +1 -0
  574. package/dist/features/extraConsoleCommands/listCommands.lua +1130 -0
  575. package/dist/features/extraConsoleCommands/v.d.ts +23 -0
  576. package/dist/features/extraConsoleCommands/v.d.ts.map +1 -0
  577. package/dist/features/extraConsoleCommands/v.lua +22 -0
  578. package/dist/features/fadeInRemover.d.ts +15 -0
  579. package/dist/features/fadeInRemover.d.ts.map +1 -0
  580. package/dist/features/fadeInRemover.lua +55 -0
  581. package/dist/features/fastReset.d.ts +15 -0
  582. package/dist/features/fastReset.d.ts.map +1 -0
  583. package/dist/features/fastReset.lua +59 -0
  584. package/dist/features/forgottenSwitch.d.ts +6 -0
  585. package/dist/features/forgottenSwitch.d.ts.map +1 -0
  586. package/dist/features/forgottenSwitch.lua +32 -0
  587. package/dist/features/pause.d.ts +12 -0
  588. package/dist/features/pause.d.ts.map +1 -0
  589. package/dist/features/pause.lua +71 -0
  590. package/dist/features/persistentEntities.d.ts +29 -0
  591. package/dist/features/persistentEntities.d.ts.map +1 -0
  592. package/dist/features/persistentEntities.lua +155 -0
  593. package/dist/features/playerInventory.d.ts +15 -0
  594. package/dist/features/playerInventory.d.ts.map +1 -0
  595. package/dist/features/playerInventory.lua +111 -0
  596. package/dist/features/ponyDetection.d.ts +12 -0
  597. package/dist/features/ponyDetection.d.ts.map +1 -0
  598. package/dist/features/ponyDetection.lua +66 -0
  599. package/dist/features/preventCollectibleRotation.d.ts +12 -0
  600. package/dist/features/preventCollectibleRotation.d.ts.map +1 -0
  601. package/dist/features/preventCollectibleRotation.lua +68 -0
  602. package/dist/features/registerHotkey.d.ts +23 -0
  603. package/dist/features/registerHotkey.d.ts.map +1 -0
  604. package/dist/features/registerHotkey.lua +93 -0
  605. package/dist/features/roomClearFrame.d.ts +12 -0
  606. package/dist/features/roomClearFrame.d.ts.map +1 -0
  607. package/dist/features/roomClearFrame.lua +38 -0
  608. package/dist/features/runInNFrames.d.ts +96 -0
  609. package/dist/features/runInNFrames.d.ts.map +1 -0
  610. package/dist/features/runInNFrames.lua +196 -0
  611. package/dist/features/runNextRoom.d.ts +9 -0
  612. package/dist/features/runNextRoom.d.ts.map +1 -0
  613. package/dist/features/runNextRoom.lua +40 -0
  614. package/dist/features/saveDataManager/exports.d.ts +132 -0
  615. package/dist/features/saveDataManager/exports.d.ts.map +1 -0
  616. package/dist/features/saveDataManager/exports.lua +183 -0
  617. package/dist/features/saveDataManager/load.d.ts +5 -0
  618. package/dist/features/saveDataManager/load.d.ts.map +1 -0
  619. package/dist/features/saveDataManager/load.lua +72 -0
  620. package/dist/features/saveDataManager/main.d.ts +4 -0
  621. package/dist/features/saveDataManager/main.d.ts.map +1 -0
  622. package/dist/features/saveDataManager/main.lua +134 -0
  623. package/dist/features/saveDataManager/maps.d.ts +11 -0
  624. package/dist/features/saveDataManager/maps.d.ts.map +1 -0
  625. package/dist/features/saveDataManager/maps.lua +11 -0
  626. package/dist/features/saveDataManager/merge.d.ts +25 -0
  627. package/dist/features/saveDataManager/merge.d.ts.map +1 -0
  628. package/dist/features/saveDataManager/merge.lua +152 -0
  629. package/dist/features/saveDataManager/save.d.ts +5 -0
  630. package/dist/features/saveDataManager/save.d.ts.map +1 -0
  631. package/dist/features/saveDataManager/save.lua +49 -0
  632. package/dist/features/saveDataManager/saveDataManagerConstants.d.ts +4 -0
  633. package/dist/features/saveDataManager/saveDataManagerConstants.d.ts.map +1 -0
  634. package/dist/features/saveDataManager/saveDataManagerConstants.lua +5 -0
  635. package/dist/features/saveDataManager/serializationBrand.d.ts +2 -0
  636. package/dist/features/saveDataManager/serializationBrand.d.ts.map +1 -0
  637. package/dist/features/saveDataManager/serializationBrand.lua +19 -0
  638. package/dist/features/sirenHelpers.d.ts +19 -0
  639. package/dist/features/sirenHelpers.d.ts.map +1 -0
  640. package/dist/features/sirenHelpers.lua +82 -0
  641. package/dist/features/stageHistory.d.ts +16 -0
  642. package/dist/features/stageHistory.d.ts.map +1 -0
  643. package/dist/features/stageHistory.lua +62 -0
  644. package/dist/features/taintedLazarusPlayers.d.ts +14 -0
  645. package/dist/features/taintedLazarusPlayers.d.ts.map +1 -0
  646. package/dist/features/taintedLazarusPlayers.lua +85 -0
  647. package/dist/featuresInitialized.d.ts +2 -0
  648. package/dist/featuresInitialized.d.ts.map +1 -0
  649. package/dist/featuresInitialized.lua +20 -0
  650. package/dist/functions/ambush.d.ts +8 -0
  651. package/dist/functions/ambush.d.ts.map +1 -0
  652. package/dist/functions/ambush.lua +43 -0
  653. package/dist/functions/array.d.ts +214 -0
  654. package/dist/functions/array.d.ts.map +1 -0
  655. package/dist/functions/array.lua +500 -0
  656. package/dist/functions/benchmark.d.ts +11 -0
  657. package/dist/functions/benchmark.d.ts.map +1 -0
  658. package/dist/functions/benchmark.lua +38 -0
  659. package/dist/functions/bitwise.d.ts +30 -0
  660. package/dist/functions/bitwise.d.ts.map +1 -0
  661. package/dist/functions/bitwise.lua +77 -0
  662. package/dist/functions/bombs.d.ts +4 -0
  663. package/dist/functions/bombs.d.ts.map +1 -0
  664. package/dist/functions/bombs.lua +12 -0
  665. package/dist/functions/boss.d.ts +57 -0
  666. package/dist/functions/boss.d.ts.map +1 -0
  667. package/dist/functions/boss.lua +222 -0
  668. package/dist/functions/cacheFlag.d.ts +9 -0
  669. package/dist/functions/cacheFlag.d.ts.map +1 -0
  670. package/dist/functions/cacheFlag.lua +11 -0
  671. package/dist/functions/cards.d.ts +96 -0
  672. package/dist/functions/cards.d.ts.map +1 -0
  673. package/dist/functions/cards.lua +234 -0
  674. package/dist/functions/challenges.d.ts +4 -0
  675. package/dist/functions/challenges.d.ts.map +1 -0
  676. package/dist/functions/challenges.lua +10 -0
  677. package/dist/functions/character.d.ts +49 -0
  678. package/dist/functions/character.d.ts.map +1 -0
  679. package/dist/functions/character.lua +94 -0
  680. package/dist/functions/charge.d.ts +77 -0
  681. package/dist/functions/charge.d.ts.map +1 -0
  682. package/dist/functions/charge.lua +207 -0
  683. package/dist/functions/chargeBar.d.ts +14 -0
  684. package/dist/functions/chargeBar.d.ts.map +1 -0
  685. package/dist/functions/chargeBar.lua +45 -0
  686. package/dist/functions/collectibleCacheFlag.d.ts +24 -0
  687. package/dist/functions/collectibleCacheFlag.d.ts.map +1 -0
  688. package/dist/functions/collectibleCacheFlag.lua +80 -0
  689. package/dist/functions/collectibleSet.d.ts +45 -0
  690. package/dist/functions/collectibleSet.d.ts.map +1 -0
  691. package/dist/functions/collectibleSet.lua +102 -0
  692. package/dist/functions/collectibleTag.d.ts +17 -0
  693. package/dist/functions/collectibleTag.d.ts.map +1 -0
  694. package/dist/functions/collectibleTag.lua +83 -0
  695. package/dist/functions/collectibles.d.ts +213 -0
  696. package/dist/functions/collectibles.d.ts.map +1 -0
  697. package/dist/functions/collectibles.lua +436 -0
  698. package/dist/functions/color.d.ts +30 -0
  699. package/dist/functions/color.d.ts.map +1 -0
  700. package/dist/functions/color.lua +119 -0
  701. package/dist/functions/debug.d.ts +28 -0
  702. package/dist/functions/debug.d.ts.map +1 -0
  703. package/dist/functions/debug.lua +49 -0
  704. package/dist/functions/deepCopy.d.ts +30 -0
  705. package/dist/functions/deepCopy.d.ts.map +1 -0
  706. package/dist/functions/deepCopy.lua +389 -0
  707. package/dist/functions/deepCopyTests.d.ts +2 -0
  708. package/dist/functions/deepCopyTests.d.ts.map +1 -0
  709. package/dist/functions/deepCopyTests.lua +315 -0
  710. package/dist/functions/direction.d.ts +13 -0
  711. package/dist/functions/direction.d.ts.map +1 -0
  712. package/dist/functions/direction.lua +44 -0
  713. package/dist/functions/doors.d.ts +139 -0
  714. package/dist/functions/doors.d.ts.map +1 -0
  715. package/dist/functions/doors.lua +335 -0
  716. package/dist/functions/easing.d.ts +31 -0
  717. package/dist/functions/easing.d.ts.map +1 -0
  718. package/dist/functions/easing.lua +115 -0
  719. package/dist/functions/eden.d.ts +4 -0
  720. package/dist/functions/eden.d.ts.map +1 -0
  721. package/dist/functions/eden.lua +47 -0
  722. package/dist/functions/effects.d.ts +7 -0
  723. package/dist/functions/effects.d.ts.map +1 -0
  724. package/dist/functions/effects.lua +12 -0
  725. package/dist/functions/entity.d.ts +156 -0
  726. package/dist/functions/entity.d.ts.map +1 -0
  727. package/dist/functions/entity.lua +406 -0
  728. package/dist/functions/entitySpecific.d.ts +265 -0
  729. package/dist/functions/entitySpecific.d.ts.map +1 -0
  730. package/dist/functions/entitySpecific.lua +832 -0
  731. package/dist/functions/entityTypes.d.ts +4 -0
  732. package/dist/functions/entityTypes.d.ts.map +1 -0
  733. package/dist/functions/entityTypes.lua +8 -0
  734. package/dist/functions/enums.d.ts +96 -0
  735. package/dist/functions/enums.d.ts.map +1 -0
  736. package/dist/functions/enums.lua +177 -0
  737. package/dist/functions/familiars.d.ts +63 -0
  738. package/dist/functions/familiars.d.ts.map +1 -0
  739. package/dist/functions/familiars.lua +101 -0
  740. package/dist/functions/flag.d.ts +100 -0
  741. package/dist/functions/flag.d.ts.map +1 -0
  742. package/dist/functions/flag.lua +124 -0
  743. package/dist/functions/flying.d.ts +20 -0
  744. package/dist/functions/flying.d.ts.map +1 -0
  745. package/dist/functions/flying.lua +77 -0
  746. package/dist/functions/globals.d.ts +15 -0
  747. package/dist/functions/globals.d.ts.map +1 -0
  748. package/dist/functions/globals.lua +234 -0
  749. package/dist/functions/gridEntity.d.ts +220 -0
  750. package/dist/functions/gridEntity.d.ts.map +1 -0
  751. package/dist/functions/gridEntity.lua +491 -0
  752. package/dist/functions/gridEntitySpecific.d.ts +29 -0
  753. package/dist/functions/gridEntitySpecific.d.ts.map +1 -0
  754. package/dist/functions/gridEntitySpecific.lua +114 -0
  755. package/dist/functions/input.d.ts +33 -0
  756. package/dist/functions/input.d.ts.map +1 -0
  757. package/dist/functions/input.lua +117 -0
  758. package/dist/functions/isaacAPIClass.d.ts +24 -0
  759. package/dist/functions/isaacAPIClass.d.ts.map +1 -0
  760. package/dist/functions/isaacAPIClass.lua +49 -0
  761. package/dist/functions/jsonHelpers.d.ts +19 -0
  762. package/dist/functions/jsonHelpers.d.ts.map +1 -0
  763. package/dist/functions/jsonHelpers.lua +37 -0
  764. package/dist/functions/jsonRoom.d.ts +37 -0
  765. package/dist/functions/jsonRoom.d.ts.map +1 -0
  766. package/dist/functions/jsonRoom.lua +153 -0
  767. package/dist/functions/kColor.d.ts +30 -0
  768. package/dist/functions/kColor.d.ts.map +1 -0
  769. package/dist/functions/kColor.lua +98 -0
  770. package/dist/functions/language.d.ts +9 -0
  771. package/dist/functions/language.d.ts.map +1 -0
  772. package/dist/functions/language.lua +13 -0
  773. package/dist/functions/level.d.ts +2 -0
  774. package/dist/functions/level.d.ts.map +1 -0
  775. package/dist/functions/level.lua +29 -0
  776. package/dist/functions/log.d.ts +91 -0
  777. package/dist/functions/log.d.ts.map +1 -0
  778. package/dist/functions/log.lua +593 -0
  779. package/dist/functions/map.d.ts +23 -0
  780. package/dist/functions/map.d.ts.map +1 -0
  781. package/dist/functions/map.lua +61 -0
  782. package/dist/functions/math.d.ts +51 -0
  783. package/dist/functions/math.d.ts.map +1 -0
  784. package/dist/functions/math.lua +118 -0
  785. package/dist/functions/mergeTests.d.ts +2 -0
  786. package/dist/functions/mergeTests.d.ts.map +1 -0
  787. package/dist/functions/mergeTests.lua +182 -0
  788. package/dist/functions/minimap.d.ts +40 -0
  789. package/dist/functions/minimap.d.ts.map +1 -0
  790. package/dist/functions/minimap.lua +78 -0
  791. package/dist/functions/nextStage.d.ts +19 -0
  792. package/dist/functions/nextStage.d.ts.map +1 -0
  793. package/dist/functions/nextStage.lua +251 -0
  794. package/dist/functions/npc.d.ts +41 -0
  795. package/dist/functions/npc.d.ts.map +1 -0
  796. package/dist/functions/npc.lua +128 -0
  797. package/dist/functions/pickupVariants.d.ts +24 -0
  798. package/dist/functions/pickupVariants.d.ts.map +1 -0
  799. package/dist/functions/pickupVariants.lua +48 -0
  800. package/dist/functions/pickups.d.ts +133 -0
  801. package/dist/functions/pickups.d.ts.map +1 -0
  802. package/dist/functions/pickups.lua +474 -0
  803. package/dist/functions/pills.d.ts +80 -0
  804. package/dist/functions/pills.d.ts.map +1 -0
  805. package/dist/functions/pills.lua +144 -0
  806. package/dist/functions/player.d.ts +331 -0
  807. package/dist/functions/player.d.ts.map +1 -0
  808. package/dist/functions/player.lua +831 -0
  809. package/dist/functions/playerCenter.d.ts +11 -0
  810. package/dist/functions/playerCenter.d.ts.map +1 -0
  811. package/dist/functions/playerCenter.lua +64 -0
  812. package/dist/functions/playerDataStructures.d.ts +93 -0
  813. package/dist/functions/playerDataStructures.d.ts.map +1 -0
  814. package/dist/functions/playerDataStructures.lua +103 -0
  815. package/dist/functions/playerHealth.d.ts +35 -0
  816. package/dist/functions/playerHealth.d.ts.map +1 -0
  817. package/dist/functions/playerHealth.lua +353 -0
  818. package/dist/functions/playerIndex.d.ts +74 -0
  819. package/dist/functions/playerIndex.d.ts.map +1 -0
  820. package/dist/functions/playerIndex.lua +177 -0
  821. package/dist/functions/pocketItems.d.ts +34 -0
  822. package/dist/functions/pocketItems.d.ts.map +1 -0
  823. package/dist/functions/pocketItems.lua +104 -0
  824. package/dist/functions/positionVelocity.d.ts +68 -0
  825. package/dist/functions/positionVelocity.d.ts.map +1 -0
  826. package/dist/functions/positionVelocity.lua +154 -0
  827. package/dist/functions/random.d.ts +49 -0
  828. package/dist/functions/random.d.ts.map +1 -0
  829. package/dist/functions/random.lua +87 -0
  830. package/dist/functions/revive.d.ts +34 -0
  831. package/dist/functions/revive.d.ts.map +1 -0
  832. package/dist/functions/revive.lua +117 -0
  833. package/dist/functions/rng.d.ts +55 -0
  834. package/dist/functions/rng.d.ts.map +1 -0
  835. package/dist/functions/rng.lua +143 -0
  836. package/dist/functions/roomData.d.ts +109 -0
  837. package/dist/functions/roomData.d.ts.map +1 -0
  838. package/dist/functions/roomData.lua +160 -0
  839. package/dist/functions/roomGrid.d.ts +41 -0
  840. package/dist/functions/roomGrid.d.ts.map +1 -0
  841. package/dist/functions/roomGrid.lua +80 -0
  842. package/dist/functions/roomShape.d.ts +64 -0
  843. package/dist/functions/roomShape.d.ts.map +1 -0
  844. package/dist/functions/roomShape.lua +96 -0
  845. package/dist/functions/rooms.d.ts +203 -0
  846. package/dist/functions/rooms.d.ts.map +1 -0
  847. package/dist/functions/rooms.lua +492 -0
  848. package/dist/functions/run.d.ts +23 -0
  849. package/dist/functions/run.d.ts.map +1 -0
  850. package/dist/functions/run.lua +48 -0
  851. package/dist/functions/saveFile.d.ts +16 -0
  852. package/dist/functions/saveFile.d.ts.map +1 -0
  853. package/dist/functions/saveFile.lua +108 -0
  854. package/dist/functions/seeds.d.ts +10 -0
  855. package/dist/functions/seeds.d.ts.map +1 -0
  856. package/dist/functions/seeds.lua +19 -0
  857. package/dist/functions/serialization.d.ts +12 -0
  858. package/dist/functions/serialization.d.ts.map +1 -0
  859. package/dist/functions/serialization.lua +68 -0
  860. package/dist/functions/set.d.ts +61 -0
  861. package/dist/functions/set.d.ts.map +1 -0
  862. package/dist/functions/set.lua +110 -0
  863. package/dist/functions/sound.d.ts +2 -0
  864. package/dist/functions/sound.d.ts.map +1 -0
  865. package/dist/functions/sound.lua +13 -0
  866. package/dist/functions/spawnCollectible.d.ts +32 -0
  867. package/dist/functions/spawnCollectible.d.ts.map +1 -0
  868. package/dist/functions/spawnCollectible.lua +94 -0
  869. package/dist/functions/sprite.d.ts +39 -0
  870. package/dist/functions/sprite.d.ts.map +1 -0
  871. package/dist/functions/sprite.lua +89 -0
  872. package/dist/functions/stage.d.ts +61 -0
  873. package/dist/functions/stage.d.ts.map +1 -0
  874. package/dist/functions/stage.lua +142 -0
  875. package/dist/functions/string.d.ts +14 -0
  876. package/dist/functions/string.d.ts.map +1 -0
  877. package/dist/functions/string.lua +42 -0
  878. package/dist/functions/table.d.ts +53 -0
  879. package/dist/functions/table.d.ts.map +1 -0
  880. package/dist/functions/table.lua +149 -0
  881. package/dist/functions/tears.d.ts +24 -0
  882. package/dist/functions/tears.d.ts.map +1 -0
  883. package/dist/functions/tears.lua +26 -0
  884. package/dist/functions/transformations.d.ts +31 -0
  885. package/dist/functions/transformations.d.ts.map +1 -0
  886. package/dist/functions/transformations.lua +112 -0
  887. package/dist/functions/trinketCacheFlag.d.ts +11 -0
  888. package/dist/functions/trinketCacheFlag.d.ts.map +1 -0
  889. package/dist/functions/trinketCacheFlag.lua +53 -0
  890. package/dist/functions/trinketGive.d.ts +39 -0
  891. package/dist/functions/trinketGive.d.ts.map +1 -0
  892. package/dist/functions/trinketGive.lua +114 -0
  893. package/dist/functions/trinkets.d.ts +74 -0
  894. package/dist/functions/trinkets.d.ts.map +1 -0
  895. package/dist/functions/trinkets.lua +167 -0
  896. package/dist/functions/tstlClass.d.ts +55 -0
  897. package/dist/functions/tstlClass.d.ts.map +1 -0
  898. package/dist/functions/tstlClass.lua +112 -0
  899. package/dist/functions/types.d.ts +11 -0
  900. package/dist/functions/types.d.ts.map +1 -0
  901. package/dist/functions/types.lua +25 -0
  902. package/dist/functions/ui.d.ts +39 -0
  903. package/dist/functions/ui.d.ts.map +1 -0
  904. package/dist/functions/ui.lua +119 -0
  905. package/dist/functions/utils.d.ts +98 -0
  906. package/dist/functions/utils.d.ts.map +1 -0
  907. package/dist/functions/utils.lua +171 -0
  908. package/dist/functions/vector.d.ts +33 -0
  909. package/dist/functions/vector.d.ts.map +1 -0
  910. package/dist/functions/vector.lua +107 -0
  911. package/dist/index.d.ts +140 -0
  912. package/dist/index.d.ts.map +1 -0
  913. package/dist/index.lua +1018 -0
  914. package/dist/initCustomCallbacks.d.ts +3 -0
  915. package/dist/initCustomCallbacks.d.ts.map +1 -0
  916. package/dist/initCustomCallbacks.lua +199 -0
  917. package/dist/initFeatures.d.ts +4 -0
  918. package/dist/initFeatures.d.ts.map +1 -0
  919. package/dist/initFeatures.lua +75 -0
  920. package/dist/interfaces/AddCallbackParameterCustom.d.ts +170 -0
  921. package/dist/interfaces/AddCallbackParameterCustom.d.ts.map +1 -0
  922. package/dist/interfaces/AddCallbackParameterCustom.lua +4 -0
  923. package/dist/interfaces/ChargeBarSprites.d.ts +15 -0
  924. package/dist/interfaces/ChargeBarSprites.d.ts.map +1 -0
  925. package/dist/interfaces/ChargeBarSprites.lua +2 -0
  926. package/dist/interfaces/Corner.d.ts +7 -0
  927. package/dist/interfaces/Corner.d.ts.map +1 -0
  928. package/dist/interfaces/Corner.lua +2 -0
  929. package/dist/interfaces/CustomGridEntityData.d.ts +10 -0
  930. package/dist/interfaces/CustomGridEntityData.d.ts.map +1 -0
  931. package/dist/interfaces/CustomGridEntityData.lua +2 -0
  932. package/dist/interfaces/CustomStage.d.ts +11 -0
  933. package/dist/interfaces/CustomStage.d.ts.map +1 -0
  934. package/dist/interfaces/CustomStage.lua +2 -0
  935. package/dist/interfaces/CustomStageLua.d.ts +371 -0
  936. package/dist/interfaces/CustomStageLua.d.ts.map +1 -0
  937. package/dist/interfaces/CustomStageLua.lua +2 -0
  938. package/dist/interfaces/JSONRoomsFile.d.ts +76 -0
  939. package/dist/interfaces/JSONRoomsFile.d.ts.map +1 -0
  940. package/dist/interfaces/JSONRoomsFile.lua +2 -0
  941. package/dist/interfaces/PlayerHealth.d.ts +16 -0
  942. package/dist/interfaces/PlayerHealth.d.ts.map +1 -0
  943. package/dist/interfaces/PlayerHealth.lua +2 -0
  944. package/dist/interfaces/PocketItemDescription.d.ts +9 -0
  945. package/dist/interfaces/PocketItemDescription.d.ts.map +1 -0
  946. package/dist/interfaces/PocketItemDescription.lua +2 -0
  947. package/dist/interfaces/SaveData.d.ts +30 -0
  948. package/dist/interfaces/SaveData.d.ts.map +1 -0
  949. package/dist/interfaces/SaveData.lua +2 -0
  950. package/dist/interfaces/TrinketSituation.d.ts +9 -0
  951. package/dist/interfaces/TrinketSituation.d.ts.map +1 -0
  952. package/dist/interfaces/TrinketSituation.lua +2 -0
  953. package/dist/interfaces/private/TSTLClassMetatable.d.ts +13 -0
  954. package/dist/interfaces/private/TSTLClassMetatable.d.ts.map +1 -0
  955. package/dist/interfaces/private/TSTLClassMetatable.lua +2 -0
  956. package/{lualib_bundle.lua → dist/lualib_bundle.lua} +0 -0
  957. package/dist/maps/PHDPillConversions.d.ts +3 -0
  958. package/dist/maps/PHDPillConversions.d.ts.map +1 -0
  959. package/dist/maps/PHDPillConversions.lua +25 -0
  960. package/dist/maps/cardMap.d.ts +4 -0
  961. package/dist/maps/cardMap.d.ts.map +1 -0
  962. package/dist/maps/cardMap.lua +212 -0
  963. package/dist/maps/characterMap.d.ts +4 -0
  964. package/dist/maps/characterMap.d.ts.map +1 -0
  965. package/dist/maps/characterMap.lua +90 -0
  966. package/dist/maps/collectibleDescriptionMap.d.ts +4 -0
  967. package/dist/maps/collectibleDescriptionMap.d.ts.map +1 -0
  968. package/dist/maps/collectibleDescriptionMap.lua +728 -0
  969. package/dist/maps/collectibleNameMap.d.ts +4 -0
  970. package/dist/maps/collectibleNameMap.d.ts.map +1 -0
  971. package/dist/maps/collectibleNameMap.lua +728 -0
  972. package/dist/maps/defaultPlayerStatMap.d.ts +4 -0
  973. package/dist/maps/defaultPlayerStatMap.d.ts.map +1 -0
  974. package/dist/maps/defaultPlayerStatMap.lua +25 -0
  975. package/dist/maps/falsePHDPillConversions.d.ts +3 -0
  976. package/dist/maps/falsePHDPillConversions.d.ts.map +1 -0
  977. package/dist/maps/falsePHDPillConversions.lua +39 -0
  978. package/dist/maps/gridEntityTypeToBrokenStateMap.d.ts +3 -0
  979. package/dist/maps/gridEntityTypeToBrokenStateMap.d.ts.map +1 -0
  980. package/dist/maps/gridEntityTypeToBrokenStateMap.lua +26 -0
  981. package/dist/maps/gridEntityXMLMap.d.ts +10 -0
  982. package/dist/maps/gridEntityXMLMap.d.ts.map +1 -0
  983. package/dist/maps/gridEntityXMLMap.lua +53 -0
  984. package/dist/maps/pillEffectMap.d.ts +4 -0
  985. package/dist/maps/pillEffectMap.d.ts.map +1 -0
  986. package/dist/maps/pillEffectMap.lua +90 -0
  987. package/dist/maps/roomShapeToTopLeftWallGridIndexMap.d.ts +8 -0
  988. package/dist/maps/roomShapeToTopLeftWallGridIndexMap.d.ts.map +1 -0
  989. package/dist/maps/roomShapeToTopLeftWallGridIndexMap.lua +17 -0
  990. package/dist/maps/roomTypeMap.d.ts +4 -0
  991. package/dist/maps/roomTypeMap.d.ts.map +1 -0
  992. package/dist/maps/roomTypeMap.lua +44 -0
  993. package/dist/maps/trinketDescriptionMap.d.ts +4 -0
  994. package/dist/maps/trinketDescriptionMap.d.ts.map +1 -0
  995. package/dist/maps/trinketDescriptionMap.lua +196 -0
  996. package/dist/maps/trinketNameMap.d.ts +4 -0
  997. package/dist/maps/trinketNameMap.d.ts.map +1 -0
  998. package/dist/maps/trinketNameMap.lua +196 -0
  999. package/dist/objects/LRoomShapeToRectangles.d.ts +14 -0
  1000. package/dist/objects/LRoomShapeToRectangles.d.ts.map +1 -0
  1001. package/dist/objects/LRoomShapeToRectangles.lua +35 -0
  1002. package/dist/objects/backdropTypeToRockAltType.d.ts +7 -0
  1003. package/dist/objects/backdropTypeToRockAltType.d.ts.map +1 -0
  1004. package/dist/objects/backdropTypeToRockAltType.lua +69 -0
  1005. package/dist/objects/bossNamePNGFileNames.d.ts +6 -0
  1006. package/dist/objects/bossNamePNGFileNames.d.ts.map +1 -0
  1007. package/dist/objects/bossNamePNGFileNames.lua +108 -0
  1008. package/dist/objects/bossPortraitPNGFileNames.d.ts +6 -0
  1009. package/dist/objects/bossPortraitPNGFileNames.d.ts.map +1 -0
  1010. package/dist/objects/bossPortraitPNGFileNames.lua +108 -0
  1011. package/dist/objects/callbackRegisterFunctions.d.ts +6 -0
  1012. package/dist/objects/callbackRegisterFunctions.d.ts.map +1 -0
  1013. package/dist/objects/callbackRegisterFunctions.lua +255 -0
  1014. package/dist/objects/cardDescriptions.d.ts +6 -0
  1015. package/dist/objects/cardDescriptions.d.ts.map +1 -0
  1016. package/dist/objects/cardDescriptions.lua +105 -0
  1017. package/dist/objects/cardNames.d.ts +6 -0
  1018. package/dist/objects/cardNames.d.ts.map +1 -0
  1019. package/dist/objects/cardNames.lua +105 -0
  1020. package/dist/objects/cardTypes.d.ts +6 -0
  1021. package/dist/objects/cardTypes.d.ts.map +1 -0
  1022. package/dist/objects/cardTypes.lua +106 -0
  1023. package/dist/objects/challengeNames.d.ts +6 -0
  1024. package/dist/objects/challengeNames.d.ts.map +1 -0
  1025. package/dist/objects/challengeNames.lua +53 -0
  1026. package/dist/objects/characterNames.d.ts +5 -0
  1027. package/dist/objects/characterNames.d.ts.map +1 -0
  1028. package/dist/objects/characterNames.lua +48 -0
  1029. package/dist/objects/coinSubTypeToValue.d.ts +6 -0
  1030. package/dist/objects/coinSubTypeToValue.d.ts.map +1 -0
  1031. package/dist/objects/coinSubTypeToValue.lua +15 -0
  1032. package/dist/objects/colors.d.ts +24 -0
  1033. package/dist/objects/colors.d.ts.map +1 -0
  1034. package/dist/objects/colors.lua +23 -0
  1035. package/dist/objects/directionNames.d.ts +5 -0
  1036. package/dist/objects/directionNames.d.ts.map +1 -0
  1037. package/dist/objects/directionNames.lua +11 -0
  1038. package/dist/objects/directionToDegrees.d.ts +5 -0
  1039. package/dist/objects/directionToDegrees.d.ts.map +1 -0
  1040. package/dist/objects/directionToDegrees.lua +11 -0
  1041. package/dist/objects/directionToVector.d.ts +5 -0
  1042. package/dist/objects/directionToVector.d.ts.map +1 -0
  1043. package/dist/objects/directionToVector.lua +13 -0
  1044. package/dist/objects/doorSlotFlagToDoorSlot.d.ts +6 -0
  1045. package/dist/objects/doorSlotFlagToDoorSlot.d.ts.map +1 -0
  1046. package/dist/objects/doorSlotFlagToDoorSlot.lua +16 -0
  1047. package/dist/objects/doorSlotToDirection.d.ts +5 -0
  1048. package/dist/objects/doorSlotToDirection.d.ts.map +1 -0
  1049. package/dist/objects/doorSlotToDirection.lua +16 -0
  1050. package/dist/objects/doorSlotToDoorSlotFlag.d.ts +5 -0
  1051. package/dist/objects/doorSlotToDoorSlotFlag.d.ts.map +1 -0
  1052. package/dist/objects/doorSlotToDoorSlotFlag.lua +17 -0
  1053. package/dist/objects/isaacAPIClassTypeToBrand.d.ts +6 -0
  1054. package/dist/objects/isaacAPIClassTypeToBrand.d.ts.map +1 -0
  1055. package/dist/objects/isaacAPIClassTypeToBrand.lua +7 -0
  1056. package/dist/objects/isaacAPIClassTypeToCopyFunction.d.ts +6 -0
  1057. package/dist/objects/isaacAPIClassTypeToCopyFunction.d.ts.map +1 -0
  1058. package/dist/objects/isaacAPIClassTypeToCopyFunction.lua +13 -0
  1059. package/dist/objects/languageNames.d.ts +5 -0
  1060. package/dist/objects/languageNames.d.ts.map +1 -0
  1061. package/dist/objects/languageNames.lua +13 -0
  1062. package/dist/objects/oppositeDoorSlots.d.ts +5 -0
  1063. package/dist/objects/oppositeDoorSlots.d.ts.map +1 -0
  1064. package/dist/objects/oppositeDoorSlots.lua +15 -0
  1065. package/dist/objects/pillEffectClasses.d.ts +6 -0
  1066. package/dist/objects/pillEffectClasses.d.ts.map +1 -0
  1067. package/dist/objects/pillEffectClasses.lua +59 -0
  1068. package/dist/objects/pillEffectNames.d.ts +6 -0
  1069. package/dist/objects/pillEffectNames.d.ts.map +1 -0
  1070. package/dist/objects/pillEffectNames.lua +57 -0
  1071. package/dist/objects/pillEffectTypes.d.ts +6 -0
  1072. package/dist/objects/pillEffectTypes.d.ts.map +1 -0
  1073. package/dist/objects/pillEffectTypes.lua +58 -0
  1074. package/dist/objects/playerNamePNGFileNames.d.ts +6 -0
  1075. package/dist/objects/playerNamePNGFileNames.d.ts.map +1 -0
  1076. package/dist/objects/playerNamePNGFileNames.lua +49 -0
  1077. package/dist/objects/playerPortraitPNGFileNames.d.ts +6 -0
  1078. package/dist/objects/playerPortraitPNGFileNames.d.ts.map +1 -0
  1079. package/dist/objects/playerPortraitPNGFileNames.lua +49 -0
  1080. package/dist/objects/roomShapeBounds.d.ts +9 -0
  1081. package/dist/objects/roomShapeBounds.d.ts.map +1 -0
  1082. package/dist/objects/roomShapeBounds.lua +26 -0
  1083. package/dist/objects/roomShapeCorners.d.ts +7 -0
  1084. package/dist/objects/roomShapeCorners.d.ts.map +1 -0
  1085. package/dist/objects/roomShapeCorners.lua +259 -0
  1086. package/dist/objects/roomShapeLayoutSizes.d.ts +11 -0
  1087. package/dist/objects/roomShapeLayoutSizes.d.ts.map +1 -0
  1088. package/dist/objects/roomShapeLayoutSizes.lua +29 -0
  1089. package/dist/objects/roomShapeToBottomRightPosition.d.ts +9 -0
  1090. package/dist/objects/roomShapeToBottomRightPosition.d.ts.map +1 -0
  1091. package/dist/objects/roomShapeToBottomRightPosition.lua +22 -0
  1092. package/dist/objects/roomShapeToDoorSlotCoordinates.d.ts +10 -0
  1093. package/dist/objects/roomShapeToDoorSlotCoordinates.d.ts.map +1 -0
  1094. package/dist/objects/roomShapeToDoorSlotCoordinates.lua +84 -0
  1095. package/dist/objects/roomShapeToDoorSlots.d.ts +5 -0
  1096. package/dist/objects/roomShapeToDoorSlots.d.ts.map +1 -0
  1097. package/dist/objects/roomShapeToDoorSlots.lua +46 -0
  1098. package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.d.ts +9 -0
  1099. package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.d.ts.map +1 -0
  1100. package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.lua +89 -0
  1101. package/dist/objects/roomShapeToGridWidth.d.ts +5 -0
  1102. package/dist/objects/roomShapeToGridWidth.d.ts.map +1 -0
  1103. package/dist/objects/roomShapeToGridWidth.lua +20 -0
  1104. package/dist/objects/roomShapeToTopLeftPosition.d.ts +9 -0
  1105. package/dist/objects/roomShapeToTopLeftPosition.d.ts.map +1 -0
  1106. package/dist/objects/roomShapeToTopLeftPosition.lua +24 -0
  1107. package/dist/objects/roomShapeVolumes.d.ts +14 -0
  1108. package/dist/objects/roomShapeVolumes.d.ts.map +1 -0
  1109. package/dist/objects/roomShapeVolumes.lua +30 -0
  1110. package/dist/objects/roomTypeGotoPrefixes.d.ts +5 -0
  1111. package/dist/objects/roomTypeGotoPrefixes.d.ts.map +1 -0
  1112. package/dist/objects/roomTypeGotoPrefixes.lua +35 -0
  1113. package/dist/objects/roomTypeNames.d.ts +6 -0
  1114. package/dist/objects/roomTypeNames.d.ts.map +1 -0
  1115. package/dist/objects/roomTypeNames.lua +36 -0
  1116. package/dist/objects/serializedIsaacAPIClassTypeToIdentityFunction.d.ts +5 -0
  1117. package/dist/objects/serializedIsaacAPIClassTypeToIdentityFunction.d.ts.map +1 -0
  1118. package/dist/objects/serializedIsaacAPIClassTypeToIdentityFunction.lua +13 -0
  1119. package/dist/objects/stageTypeSuffixes.d.ts +5 -0
  1120. package/dist/objects/stageTypeSuffixes.d.ts.map +1 -0
  1121. package/dist/objects/stageTypeSuffixes.lua +12 -0
  1122. package/dist/objects/stageTypeToLetter.d.ts +5 -0
  1123. package/dist/objects/stageTypeToLetter.d.ts.map +1 -0
  1124. package/dist/objects/stageTypeToLetter.lua +12 -0
  1125. package/dist/objects/transformationNames.d.ts +5 -0
  1126. package/dist/objects/transformationNames.d.ts.map +1 -0
  1127. package/dist/objects/transformationNames.lua +20 -0
  1128. package/dist/objects/versusScreenBackgroundColors.d.ts +6 -0
  1129. package/dist/objects/versusScreenBackgroundColors.d.ts.map +1 -0
  1130. package/dist/objects/versusScreenBackgroundColors.lua +38 -0
  1131. package/dist/objects/versusScreenDirtSpotColors.d.ts +6 -0
  1132. package/dist/objects/versusScreenDirtSpotColors.d.ts.map +1 -0
  1133. package/dist/objects/versusScreenDirtSpotColors.lua +38 -0
  1134. package/dist/patchErrorFunctions.d.ts +2 -0
  1135. package/dist/patchErrorFunctions.d.ts.map +1 -0
  1136. package/dist/patchErrorFunctions.lua +58 -0
  1137. package/dist/sets/LRoomShapesSet.d.ts +3 -0
  1138. package/dist/sets/LRoomShapesSet.d.ts.map +1 -0
  1139. package/dist/sets/LRoomShapesSet.lua +8 -0
  1140. package/dist/sets/bossSets.d.ts +5 -0
  1141. package/dist/sets/bossSets.d.ts.map +1 -0
  1142. package/dist/sets/bossSets.lua +554 -0
  1143. package/dist/sets/charactersThatStartWithAnActiveItemSet.d.ts +3 -0
  1144. package/dist/sets/charactersThatStartWithAnActiveItemSet.d.ts.map +1 -0
  1145. package/dist/sets/charactersThatStartWithAnActiveItemSet.lua +20 -0
  1146. package/dist/sets/charactersWithBlackHeartFromEternalHeartSet.d.ts +3 -0
  1147. package/dist/sets/charactersWithBlackHeartFromEternalHeartSet.d.ts.map +1 -0
  1148. package/dist/sets/charactersWithBlackHeartFromEternalHeartSet.lua +8 -0
  1149. package/dist/sets/charactersWithFreeDevilDealsSet.d.ts +3 -0
  1150. package/dist/sets/charactersWithFreeDevilDealsSet.d.ts.map +1 -0
  1151. package/dist/sets/charactersWithFreeDevilDealsSet.lua +8 -0
  1152. package/dist/sets/charactersWithNoRedHeartsSet.d.ts +7 -0
  1153. package/dist/sets/charactersWithNoRedHeartsSet.d.ts.map +1 -0
  1154. package/dist/sets/charactersWithNoRedHeartsSet.lua +19 -0
  1155. package/dist/sets/charactersWithNoSoulHeartsSet.d.ts +7 -0
  1156. package/dist/sets/charactersWithNoSoulHeartsSet.d.ts.map +1 -0
  1157. package/dist/sets/charactersWithNoSoulHeartsSet.lua +16 -0
  1158. package/dist/sets/chestPickupVariantsSet.d.ts +3 -0
  1159. package/dist/sets/chestPickupVariantsSet.d.ts.map +1 -0
  1160. package/dist/sets/chestPickupVariantsSet.lua +21 -0
  1161. package/dist/sets/consoleCommandsSet.d.ts +6 -0
  1162. package/dist/sets/consoleCommandsSet.d.ts.map +1 -0
  1163. package/dist/sets/consoleCommandsSet.lua +61 -0
  1164. package/dist/sets/familiarsThatShootPlayerTearsSet.d.ts +3 -0
  1165. package/dist/sets/familiarsThatShootPlayerTearsSet.d.ts.map +1 -0
  1166. package/dist/sets/familiarsThatShootPlayerTearsSet.lua +17 -0
  1167. package/dist/sets/lostStyleCharactersSet.d.ts +7 -0
  1168. package/dist/sets/lostStyleCharactersSet.d.ts.map +1 -0
  1169. package/dist/sets/lostStyleCharactersSet.lua +16 -0
  1170. package/dist/sets/mineShaftRoomSubTypesSet.d.ts +3 -0
  1171. package/dist/sets/mineShaftRoomSubTypesSet.d.ts.map +1 -0
  1172. package/dist/sets/mineShaftRoomSubTypesSet.lua +14 -0
  1173. package/dist/sets/narrowRoomShapesSet.d.ts +3 -0
  1174. package/dist/sets/narrowRoomShapesSet.d.ts.map +1 -0
  1175. package/dist/sets/narrowRoomShapesSet.lua +8 -0
  1176. package/dist/sets/redHeartSubTypesSet.d.ts +3 -0
  1177. package/dist/sets/redHeartSubTypesSet.d.ts.map +1 -0
  1178. package/dist/sets/redHeartSubTypesSet.lua +8 -0
  1179. package/dist/sets/sinEntityTypesSet.d.ts +3 -0
  1180. package/dist/sets/sinEntityTypesSet.d.ts.map +1 -0
  1181. package/dist/sets/sinEntityTypesSet.lua +16 -0
  1182. package/dist/sets/singleUseActiveCollectibleTypesSet.d.ts +3 -0
  1183. package/dist/sets/singleUseActiveCollectibleTypesSet.d.ts.map +1 -0
  1184. package/dist/sets/singleUseActiveCollectibleTypesSet.lua +17 -0
  1185. package/dist/sets/storyBossesSet.d.ts +3 -0
  1186. package/dist/sets/storyBossesSet.d.ts.map +1 -0
  1187. package/dist/sets/storyBossesSet.lua +22 -0
  1188. package/dist/shaderCrashFix.d.ts +8 -0
  1189. package/dist/shaderCrashFix.d.ts.map +1 -0
  1190. package/dist/shaderCrashFix.lua +18 -0
  1191. package/dist/types/AnyEntity.d.ts +13 -0
  1192. package/dist/types/AnyEntity.d.ts.map +1 -0
  1193. package/dist/types/AnyEntity.lua +2 -0
  1194. package/dist/types/CollectibleIndex.d.ts +17 -0
  1195. package/dist/types/CollectibleIndex.d.ts.map +1 -0
  1196. package/dist/types/CollectibleIndex.lua +2 -0
  1197. package/dist/types/PickingUpItem.d.ts +35 -0
  1198. package/dist/types/PickingUpItem.d.ts.map +1 -0
  1199. package/dist/types/PickingUpItem.lua +34 -0
  1200. package/dist/types/PlayerIndex.d.ts +17 -0
  1201. package/dist/types/PlayerIndex.d.ts.map +1 -0
  1202. package/dist/types/PlayerIndex.lua +2 -0
  1203. package/dist/types/private/IsaacAPIClass.d.ts +5 -0
  1204. package/dist/types/private/IsaacAPIClass.d.ts.map +1 -0
  1205. package/dist/types/private/IsaacAPIClass.lua +2 -0
  1206. package/dist/types/private/SerializedIsaacAPIClass.d.ts +5 -0
  1207. package/dist/types/private/SerializedIsaacAPIClass.d.ts.map +1 -0
  1208. package/dist/types/private/SerializedIsaacAPIClass.lua +2 -0
  1209. package/dist/types/private/TSTLClass.d.ts +5 -0
  1210. package/dist/types/private/TSTLClass.d.ts.map +1 -0
  1211. package/dist/types/private/TSTLClass.lua +2 -0
  1212. package/dist/upgradeMod.d.ts +24 -0
  1213. package/dist/upgradeMod.d.ts.map +1 -0
  1214. package/dist/upgradeMod.lua +54 -0
  1215. package/package.json +4 -4
  1216. package/src/cachedClasses.ts +63 -0
  1217. package/src/callbacks/customRevive.ts +215 -0
  1218. package/src/callbacks/itemPickup.ts +101 -0
  1219. package/src/callbacks/postAmbush.ts +73 -0
  1220. package/src/callbacks/postBombExploded.ts +26 -0
  1221. package/src/callbacks/postBombInitLate.ts +36 -0
  1222. package/src/callbacks/postBoneSwing.ts +64 -0
  1223. package/src/callbacks/postCollectibleEmpty.ts +49 -0
  1224. package/src/callbacks/postCollectibleInitFirst.ts +40 -0
  1225. package/src/callbacks/postCursedTeleport.ts +185 -0
  1226. package/src/callbacks/postCustomDoorEnter.ts +290 -0
  1227. package/src/callbacks/postDiceRoomActivated.ts +60 -0
  1228. package/src/callbacks/postDoorRender.ts +26 -0
  1229. package/src/callbacks/postDoorUpdate.ts +26 -0
  1230. package/src/callbacks/postEffectInitLate.ts +36 -0
  1231. package/src/callbacks/postEffectStateChanged.ts +43 -0
  1232. package/src/callbacks/postEsauJr.ts +109 -0
  1233. package/src/callbacks/postFamiliarInitLate.ts +36 -0
  1234. package/src/callbacks/postFamiliarStateChanged.ts +43 -0
  1235. package/src/callbacks/postFlip.ts +90 -0
  1236. package/src/callbacks/postGreedModeWave.ts +41 -0
  1237. package/src/callbacks/postGridEntity.ts +164 -0
  1238. package/src/callbacks/postGridEntityCollision.ts +69 -0
  1239. package/src/callbacks/postGridEntityRender.ts +26 -0
  1240. package/src/callbacks/postHolyMantleRemoved.ts +55 -0
  1241. package/src/callbacks/postItemDischarged.ts +154 -0
  1242. package/src/callbacks/postKnifeInitLate.ts +36 -0
  1243. package/src/callbacks/postLaserInitLate.ts +36 -0
  1244. package/src/callbacks/postNPCInitLate.ts +36 -0
  1245. package/src/callbacks/postNPCStateChanged.ts +42 -0
  1246. package/src/callbacks/postNewRoomEarly.ts +96 -0
  1247. package/src/callbacks/postPickupCollect.ts +48 -0
  1248. package/src/callbacks/postPickupInitFirst.ts +70 -0
  1249. package/src/callbacks/postPickupInitLate.ts +36 -0
  1250. package/src/callbacks/postPickupStateChanged.ts +43 -0
  1251. package/src/callbacks/postPitRender.ts +26 -0
  1252. package/src/callbacks/postPitUpdate.ts +26 -0
  1253. package/src/callbacks/postPlayerChangeHealth.ts +62 -0
  1254. package/src/callbacks/postPlayerChangeType.ts +56 -0
  1255. package/src/callbacks/postPlayerCollectible.ts +112 -0
  1256. package/src/callbacks/postPlayerFatalDamage.ts +141 -0
  1257. package/src/callbacks/postPlayerInitLate.ts +37 -0
  1258. package/src/callbacks/postPlayerReordered.ts +142 -0
  1259. package/src/callbacks/postPoopRender.ts +26 -0
  1260. package/src/callbacks/postPoopUpdate.ts +26 -0
  1261. package/src/callbacks/postPressurePlateRender.ts +26 -0
  1262. package/src/callbacks/postPressurePlateUpdate.ts +26 -0
  1263. package/src/callbacks/postProjectileInitLate.ts +36 -0
  1264. package/src/callbacks/postPurchase.ts +64 -0
  1265. package/src/callbacks/postRockRender.ts +26 -0
  1266. package/src/callbacks/postRockUpdate.ts +26 -0
  1267. package/src/callbacks/postRoomClearChanged.ts +57 -0
  1268. package/src/callbacks/postSacrifice.ts +64 -0
  1269. package/src/callbacks/postSlotDestroyed.ts +92 -0
  1270. package/src/callbacks/postSlotInitUpdate.ts +68 -0
  1271. package/src/callbacks/postSlotRender.ts +69 -0
  1272. package/src/callbacks/postSpikesRender.ts +26 -0
  1273. package/src/callbacks/postSpikesUpdate.ts +26 -0
  1274. package/src/callbacks/postTNTRender.ts +26 -0
  1275. package/src/callbacks/postTNTUpdate.ts +26 -0
  1276. package/src/callbacks/postTearInitLate.ts +36 -0
  1277. package/src/callbacks/postTearInitVeryLate.ts +41 -0
  1278. package/src/callbacks/postTransformation.ts +59 -0
  1279. package/src/callbacks/postTrinketBreak.ts +112 -0
  1280. package/src/callbacks/preBerserkDeath.ts +49 -0
  1281. package/src/callbacks/preNewLevel.ts +55 -0
  1282. package/src/callbacks/reorderedCallbacks.ts +186 -0
  1283. package/src/callbacks/subscriptions/postAmbushFinished.ts +32 -0
  1284. package/src/callbacks/subscriptions/postAmbushStarted.ts +32 -0
  1285. package/src/callbacks/subscriptions/postBombInitLate.ts +32 -0
  1286. package/src/callbacks/subscriptions/postBoneExploded.ts +32 -0
  1287. package/src/callbacks/subscriptions/postBoneSwing.ts +24 -0
  1288. package/src/callbacks/subscriptions/postCollectibleEmpty.ts +41 -0
  1289. package/src/callbacks/subscriptions/postCollectibleInitFirst.ts +37 -0
  1290. package/src/callbacks/subscriptions/postCursedTeleport.ts +24 -0
  1291. package/src/callbacks/subscriptions/postCustomDoorEnter.ts +45 -0
  1292. package/src/callbacks/subscriptions/postCustomRevive.ts +36 -0
  1293. package/src/callbacks/subscriptions/postDiceRoomActivated.ts +38 -0
  1294. package/src/callbacks/subscriptions/postDoorRender.ts +35 -0
  1295. package/src/callbacks/subscriptions/postDoorUpdate.ts +35 -0
  1296. package/src/callbacks/subscriptions/postEffectInitLate.ts +32 -0
  1297. package/src/callbacks/subscriptions/postEffectStateChanged.ts +40 -0
  1298. package/src/callbacks/subscriptions/postEsauJr.ts +24 -0
  1299. package/src/callbacks/subscriptions/postFamiliarInitLate.ts +32 -0
  1300. package/src/callbacks/subscriptions/postFamiliarStateChanged.ts +40 -0
  1301. package/src/callbacks/subscriptions/postFirstEsauJr.ts +24 -0
  1302. package/src/callbacks/subscriptions/postFirstFlip.ts +24 -0
  1303. package/src/callbacks/subscriptions/postFlip.ts +22 -0
  1304. package/src/callbacks/subscriptions/postGameStartedReordered.ts +24 -0
  1305. package/src/callbacks/subscriptions/postGreedModeWave.ts +24 -0
  1306. package/src/callbacks/subscriptions/postGridEntityBroken.ts +51 -0
  1307. package/src/callbacks/subscriptions/postGridEntityCollision.ts +54 -0
  1308. package/src/callbacks/subscriptions/postGridEntityInit.ts +51 -0
  1309. package/src/callbacks/subscriptions/postGridEntityRemove.ts +52 -0
  1310. package/src/callbacks/subscriptions/postGridEntityRender.ts +51 -0
  1311. package/src/callbacks/subscriptions/postGridEntityStateChanged.ts +55 -0
  1312. package/src/callbacks/subscriptions/postGridEntityUpdate.ts +51 -0
  1313. package/src/callbacks/subscriptions/postHolyMantleRemoved.ts +48 -0
  1314. package/src/callbacks/subscriptions/postItemDischarged.ts +43 -0
  1315. package/src/callbacks/subscriptions/postItemPickup.ts +64 -0
  1316. package/src/callbacks/subscriptions/postKnifeInitLate.ts +32 -0
  1317. package/src/callbacks/subscriptions/postLaserInitLate.ts +32 -0
  1318. package/src/callbacks/subscriptions/postNPCInitLate.ts +32 -0
  1319. package/src/callbacks/subscriptions/postNPCStateChanged.ts +42 -0
  1320. package/src/callbacks/subscriptions/postNewLevelReordered.ts +22 -0
  1321. package/src/callbacks/subscriptions/postNewRoomEarly.ts +22 -0
  1322. package/src/callbacks/subscriptions/postNewRoomReordered.ts +22 -0
  1323. package/src/callbacks/subscriptions/postPEffectUpdateReordered.ts +40 -0
  1324. package/src/callbacks/subscriptions/postPickupCollect.ts +35 -0
  1325. package/src/callbacks/subscriptions/postPickupInitFirst.ts +32 -0
  1326. package/src/callbacks/subscriptions/postPickupInitLate.ts +32 -0
  1327. package/src/callbacks/subscriptions/postPickupStateChanged.ts +40 -0
  1328. package/src/callbacks/subscriptions/postPitRender.ts +35 -0
  1329. package/src/callbacks/subscriptions/postPitUpdate.ts +35 -0
  1330. package/src/callbacks/subscriptions/postPlayerChangeHealth.ts +49 -0
  1331. package/src/callbacks/subscriptions/postPlayerChangeType.ts +40 -0
  1332. package/src/callbacks/subscriptions/postPlayerCollectibleAdded.ts +38 -0
  1333. package/src/callbacks/subscriptions/postPlayerCollectibleRemoved.ts +38 -0
  1334. package/src/callbacks/subscriptions/postPlayerFatalDamage.ts +68 -0
  1335. package/src/callbacks/subscriptions/postPlayerInitLate.ts +40 -0
  1336. package/src/callbacks/subscriptions/postPlayerInitReordered.ts +40 -0
  1337. package/src/callbacks/subscriptions/postPlayerRenderReordered.ts +40 -0
  1338. package/src/callbacks/subscriptions/postPlayerUpdateReordered.ts +40 -0
  1339. package/src/callbacks/subscriptions/postPoopRender.ts +35 -0
  1340. package/src/callbacks/subscriptions/postPoopUpdate.ts +35 -0
  1341. package/src/callbacks/subscriptions/postPressurePlateRender.ts +37 -0
  1342. package/src/callbacks/subscriptions/postPressurePlateUpdate.ts +37 -0
  1343. package/src/callbacks/subscriptions/postProjectileInitLate.ts +35 -0
  1344. package/src/callbacks/subscriptions/postPurchase.ts +31 -0
  1345. package/src/callbacks/subscriptions/postRockRender.ts +35 -0
  1346. package/src/callbacks/subscriptions/postRockUpdate.ts +35 -0
  1347. package/src/callbacks/subscriptions/postRoomClearChanged.ts +30 -0
  1348. package/src/callbacks/subscriptions/postSacrifice.ts +43 -0
  1349. package/src/callbacks/subscriptions/postSlotAnimationChanged.ts +40 -0
  1350. package/src/callbacks/subscriptions/postSlotDestroyed.ts +55 -0
  1351. package/src/callbacks/subscriptions/postSlotInit.ts +32 -0
  1352. package/src/callbacks/subscriptions/postSlotRender.ts +32 -0
  1353. package/src/callbacks/subscriptions/postSlotUpdate.ts +32 -0
  1354. package/src/callbacks/subscriptions/postSpikesRender.ts +35 -0
  1355. package/src/callbacks/subscriptions/postSpikesUpdate.ts +35 -0
  1356. package/src/callbacks/subscriptions/postTNTRender.ts +35 -0
  1357. package/src/callbacks/subscriptions/postTNTUpdate.ts +35 -0
  1358. package/src/callbacks/subscriptions/postTearInitLate.ts +32 -0
  1359. package/src/callbacks/subscriptions/postTearInitVeryLate.ts +32 -0
  1360. package/src/callbacks/subscriptions/postTransformation.ts +40 -0
  1361. package/src/callbacks/subscriptions/postTrinketBreak.ts +38 -0
  1362. package/src/callbacks/subscriptions/preBerserkDeath.ts +42 -0
  1363. package/src/callbacks/subscriptions/preCustomRevive.ts +46 -0
  1364. package/src/callbacks/subscriptions/preItemPickup.ts +64 -0
  1365. package/src/callbacks/subscriptions/preNewLevel.ts +24 -0
  1366. package/src/classes/DefaultMap.ts +172 -0
  1367. package/src/classes/ModUpgraded.ts +84 -0
  1368. package/src/constants.ts +189 -0
  1369. package/src/constantsFirstLast.ts +210 -0
  1370. package/src/enums/AmbushType.ts +4 -0
  1371. package/src/enums/CornerType.ts +6 -0
  1372. package/src/enums/DecorationVariant.ts +10 -0
  1373. package/src/enums/HealthType.ts +16 -0
  1374. package/src/enums/ModCallbackCustom.ts +1294 -0
  1375. package/src/enums/PocketItemType.ts +8 -0
  1376. package/src/enums/RockAltType.ts +7 -0
  1377. package/src/enums/SerializationType.ts +5 -0
  1378. package/src/enums/SlotDestructionType.ts +4 -0
  1379. package/src/enums/private/CopyableIsaacAPIClassType.ts +7 -0
  1380. package/src/enums/private/SaveDataKey.ts +6 -0
  1381. package/src/enums/private/SerializationBrand.ts +42 -0
  1382. package/src/features/characterHealthConversion.ts +125 -0
  1383. package/src/features/characterStats.ts +67 -0
  1384. package/src/features/collectibleItemPoolType.ts +66 -0
  1385. package/src/features/customGridEntity.ts +192 -0
  1386. package/src/features/customStage/backdrop.ts +274 -0
  1387. package/src/features/customStage/customStageConstants.ts +1 -0
  1388. package/src/features/customStage/exports.ts +201 -0
  1389. package/src/features/customStage/gridEntities.ts +195 -0
  1390. package/src/features/customStage/init.ts +172 -0
  1391. package/{features → src/features}/customStage/metadata.json +0 -0
  1392. package/src/features/customStage/shadows.ts +84 -0
  1393. package/src/features/customStage/streakText.ts +43 -0
  1394. package/src/features/customStage/util.ts +54 -0
  1395. package/src/features/customStage/v.ts +26 -0
  1396. package/src/features/customStage/versusScreen.ts +267 -0
  1397. package/src/features/debugDisplay/debugDisplay.ts +226 -0
  1398. package/src/features/debugDisplay/exports.ts +513 -0
  1399. package/src/features/debugDisplay/v.ts +79 -0
  1400. package/src/features/deployJSONRoom.ts +759 -0
  1401. package/src/features/disableAllSound.ts +77 -0
  1402. package/src/features/disableInputs.ts +193 -0
  1403. package/src/features/extraConsoleCommands/commandsDisplay.ts +290 -0
  1404. package/src/features/extraConsoleCommands/commandsSubroutines.ts +139 -0
  1405. package/src/features/extraConsoleCommands/exports.ts +78 -0
  1406. package/src/features/extraConsoleCommands/init.ts +385 -0
  1407. package/src/features/extraConsoleCommands/listCommands.ts +1351 -0
  1408. package/src/features/extraConsoleCommands/v.ts +30 -0
  1409. package/src/features/fadeInRemover.ts +60 -0
  1410. package/src/features/fastReset.ts +75 -0
  1411. package/src/features/forgottenSwitch.ts +50 -0
  1412. package/src/features/pause.ts +98 -0
  1413. package/src/features/persistentEntities.ts +190 -0
  1414. package/src/features/playerInventory.ts +135 -0
  1415. package/src/features/ponyDetection.ts +86 -0
  1416. package/src/features/preventCollectibleRotation.ts +115 -0
  1417. package/src/features/registerHotkey.ts +124 -0
  1418. package/src/features/roomClearFrame.ts +54 -0
  1419. package/src/features/runInNFrames.ts +255 -0
  1420. package/src/features/runNextRoom.ts +44 -0
  1421. package/src/features/saveDataManager/exports.ts +229 -0
  1422. package/src/features/saveDataManager/load.ts +99 -0
  1423. package/src/features/saveDataManager/main.ts +196 -0
  1424. package/src/features/saveDataManager/maps.ts +11 -0
  1425. package/src/features/saveDataManager/merge.ts +194 -0
  1426. package/src/features/saveDataManager/save.ts +74 -0
  1427. package/src/features/saveDataManager/saveDataManagerConstants.ts +4 -0
  1428. package/src/features/saveDataManager/serializationBrand.ts +16 -0
  1429. package/src/features/sirenHelpers.ts +129 -0
  1430. package/src/features/stageHistory.ts +67 -0
  1431. package/src/features/taintedLazarusPlayers.ts +113 -0
  1432. package/src/featuresInitialized.ts +20 -0
  1433. package/src/functions/ambush.ts +45 -0
  1434. package/src/functions/array.ts +548 -0
  1435. package/src/functions/benchmark.ts +36 -0
  1436. package/src/functions/bitwise.ts +92 -0
  1437. package/src/functions/bombs.ts +12 -0
  1438. package/src/functions/boss.ts +230 -0
  1439. package/src/functions/cacheFlag.ts +12 -0
  1440. package/src/functions/cards.ts +271 -0
  1441. package/src/functions/challenges.ts +13 -0
  1442. package/src/functions/character.ts +120 -0
  1443. package/src/functions/charge.ts +282 -0
  1444. package/src/functions/chargeBar.ts +66 -0
  1445. package/src/functions/collectibleCacheFlag.ts +90 -0
  1446. package/src/functions/collectibleSet.ts +133 -0
  1447. package/src/functions/collectibleTag.ts +89 -0
  1448. package/src/functions/collectibles.ts +644 -0
  1449. package/src/functions/color.ts +123 -0
  1450. package/src/functions/debug.ts +68 -0
  1451. package/src/functions/deepCopy.ts +535 -0
  1452. package/src/functions/deepCopyTests.ts +386 -0
  1453. package/src/functions/direction.ts +49 -0
  1454. package/src/functions/doors.ts +423 -0
  1455. package/src/functions/easing.ts +182 -0
  1456. package/src/functions/eden.ts +47 -0
  1457. package/src/functions/effects.ts +20 -0
  1458. package/src/functions/entity.ts +476 -0
  1459. package/src/functions/entitySpecific.ts +938 -0
  1460. package/src/functions/entityTypes.ts +6 -0
  1461. package/src/functions/enums.ts +187 -0
  1462. package/src/functions/familiars.ts +117 -0
  1463. package/src/functions/flag.ts +165 -0
  1464. package/src/functions/flying.ts +117 -0
  1465. package/src/functions/globals.ts +242 -0
  1466. package/src/functions/gridEntity.ts +654 -0
  1467. package/src/functions/gridEntitySpecific.ts +143 -0
  1468. package/src/functions/input.ts +139 -0
  1469. package/src/functions/isaacAPIClass.ts +67 -0
  1470. package/src/functions/jsonHelpers.ts +45 -0
  1471. package/src/functions/jsonRoom.ts +184 -0
  1472. package/src/functions/kColor.ts +124 -0
  1473. package/src/functions/language.ts +13 -0
  1474. package/src/functions/level.ts +31 -0
  1475. package/src/functions/log.ts +734 -0
  1476. package/src/functions/map.ts +56 -0
  1477. package/src/functions/math.ts +149 -0
  1478. package/src/functions/mergeTests.ts +288 -0
  1479. package/src/functions/minimap.ts +102 -0
  1480. package/src/functions/nextStage.ts +419 -0
  1481. package/src/functions/npc.ts +148 -0
  1482. package/src/functions/pickupVariants.ts +60 -0
  1483. package/src/functions/pickups.ts +513 -0
  1484. package/src/functions/pills.ts +205 -0
  1485. package/src/functions/player.ts +1057 -0
  1486. package/src/functions/playerCenter.ts +68 -0
  1487. package/src/functions/playerDataStructures.ts +150 -0
  1488. package/src/functions/playerHealth.ts +396 -0
  1489. package/src/functions/playerIndex.ts +198 -0
  1490. package/src/functions/pocketItems.ts +149 -0
  1491. package/src/functions/positionVelocity.ts +188 -0
  1492. package/src/functions/random.ts +89 -0
  1493. package/src/functions/revive.ts +201 -0
  1494. package/src/functions/rng.ts +180 -0
  1495. package/src/functions/roomData.ts +199 -0
  1496. package/src/functions/roomGrid.ts +109 -0
  1497. package/src/functions/roomShape.ts +123 -0
  1498. package/src/functions/rooms.ts +665 -0
  1499. package/src/functions/run.ts +61 -0
  1500. package/src/functions/saveFile.ts +133 -0
  1501. package/src/functions/seeds.ts +19 -0
  1502. package/src/functions/serialization.ts +91 -0
  1503. package/src/functions/set.ts +124 -0
  1504. package/src/functions/sound.ts +9 -0
  1505. package/src/functions/spawnCollectible.ts +104 -0
  1506. package/src/functions/sprite.ts +107 -0
  1507. package/src/functions/stage.ts +221 -0
  1508. package/src/functions/string.ts +47 -0
  1509. package/src/functions/table.ts +189 -0
  1510. package/src/functions/tears.ts +32 -0
  1511. package/src/functions/transformations.ts +131 -0
  1512. package/src/functions/trinketCacheFlag.ts +60 -0
  1513. package/src/functions/trinketGive.ts +157 -0
  1514. package/src/functions/trinkets.ts +213 -0
  1515. package/src/functions/tstlClass.ts +157 -0
  1516. package/src/functions/types.ts +36 -0
  1517. package/src/functions/ui.ts +148 -0
  1518. package/src/functions/utils.ts +200 -0
  1519. package/src/functions/vector.ts +126 -0
  1520. package/src/index.ts +179 -0
  1521. package/src/initCustomCallbacks.ts +134 -0
  1522. package/src/initFeatures.ts +53 -0
  1523. package/src/interfaces/AddCallbackParameterCustom.ts +190 -0
  1524. package/src/interfaces/ChargeBarSprites.ts +12 -0
  1525. package/src/interfaces/Corner.ts +6 -0
  1526. package/src/interfaces/CustomGridEntityData.ts +13 -0
  1527. package/src/interfaces/CustomStage.ts +15 -0
  1528. package/src/interfaces/CustomStageLua.ts +404 -0
  1529. package/src/interfaces/JSONRoomsFile.ts +96 -0
  1530. package/src/interfaces/PlayerHealth.ts +16 -0
  1531. package/src/interfaces/PocketItemDescription.ts +9 -0
  1532. package/src/interfaces/SaveData.ts +29 -0
  1533. package/src/interfaces/TrinketSituation.ts +9 -0
  1534. package/src/interfaces/private/TSTLClassMetatable.ts +8 -0
  1535. package/src/maps/PHDPillConversions.ts +21 -0
  1536. package/src/maps/cardMap.ts +209 -0
  1537. package/src/maps/characterMap.ts +87 -0
  1538. package/src/maps/collectibleDescriptionMap.ts +732 -0
  1539. package/src/maps/collectibleNameMap.ts +731 -0
  1540. package/src/maps/defaultPlayerStatMap.ts +17 -0
  1541. package/src/maps/falsePHDPillConversions.ts +35 -0
  1542. package/src/maps/gridEntityTypeToBrokenStateMap.ts +50 -0
  1543. package/src/maps/gridEntityXMLMap.ts +176 -0
  1544. package/src/maps/pillEffectMap.ts +88 -0
  1545. package/src/maps/roomShapeToTopLeftWallGridIndexMap.ts +18 -0
  1546. package/src/maps/roomTypeMap.ts +39 -0
  1547. package/src/maps/trinketDescriptionMap.ts +200 -0
  1548. package/src/maps/trinketNameMap.ts +198 -0
  1549. package/src/objects/LRoomShapeToRectangles.ts +44 -0
  1550. package/src/objects/backdropTypeToRockAltType.ts +68 -0
  1551. package/src/objects/bossNamePNGFileNames.ts +115 -0
  1552. package/src/objects/bossPortraitPNGFileNames.ts +118 -0
  1553. package/src/objects/callbackRegisterFunctions.ts +189 -0
  1554. package/src/objects/cardDescriptions.ts +105 -0
  1555. package/src/objects/cardNames.ts +105 -0
  1556. package/src/objects/cardTypes.ts +104 -0
  1557. package/src/objects/challengeNames.ts +52 -0
  1558. package/src/objects/characterNames.ts +46 -0
  1559. package/src/objects/coinSubTypeToValue.ts +14 -0
  1560. package/src/objects/colors.ts +24 -0
  1561. package/src/objects/directionNames.ts +11 -0
  1562. package/src/objects/directionToDegrees.ts +11 -0
  1563. package/src/objects/directionToVector.ts +12 -0
  1564. package/src/objects/doorSlotFlagToDoorSlot.ts +16 -0
  1565. package/src/objects/doorSlotToDirection.ts +14 -0
  1566. package/src/objects/doorSlotToDoorSlotFlag.ts +19 -0
  1567. package/src/objects/isaacAPIClassTypeToBrand.ts +11 -0
  1568. package/src/objects/isaacAPIClassTypeToCopyFunction.ts +18 -0
  1569. package/src/objects/languageNames.ts +13 -0
  1570. package/src/objects/oppositeDoorSlots.ts +15 -0
  1571. package/src/objects/pillEffectClasses.ts +63 -0
  1572. package/src/objects/pillEffectNames.ts +57 -0
  1573. package/src/objects/pillEffectTypes.ts +62 -0
  1574. package/src/objects/playerNamePNGFileNames.ts +58 -0
  1575. package/src/objects/playerPortraitPNGFileNames.ts +55 -0
  1576. package/src/objects/roomShapeBounds.ts +65 -0
  1577. package/src/objects/roomShapeCorners.ts +283 -0
  1578. package/src/objects/roomShapeLayoutSizes.ts +45 -0
  1579. package/src/objects/roomShapeToBottomRightPosition.ts +25 -0
  1580. package/src/objects/roomShapeToDoorSlotCoordinates.ts +122 -0
  1581. package/src/objects/roomShapeToDoorSlots.ts +83 -0
  1582. package/src/objects/roomShapeToDoorSlotsToGridIndexDelta.ts +127 -0
  1583. package/src/objects/roomShapeToGridWidth.ts +21 -0
  1584. package/src/objects/roomShapeToTopLeftPosition.ts +26 -0
  1585. package/src/objects/roomShapeVolumes.ts +38 -0
  1586. package/src/objects/roomTypeGotoPrefixes.ts +35 -0
  1587. package/src/objects/roomTypeNames.ts +35 -0
  1588. package/src/objects/serializedIsaacAPIClassTypeToIdentityFunction.ts +14 -0
  1589. package/src/objects/stageTypeSuffixes.ts +12 -0
  1590. package/src/objects/stageTypeToLetter.ts +15 -0
  1591. package/src/objects/transformationNames.ts +18 -0
  1592. package/src/objects/versusScreenBackgroundColors.ts +39 -0
  1593. package/src/objects/versusScreenDirtSpotColors.ts +39 -0
  1594. package/src/patchErrorFunctions.ts +92 -0
  1595. package/src/sets/LRoomShapesSet.ts +8 -0
  1596. package/src/sets/bossSets.ts +470 -0
  1597. package/src/sets/charactersThatStartWithAnActiveItemSet.ts +16 -0
  1598. package/src/sets/charactersWithBlackHeartFromEternalHeartSet.ts +7 -0
  1599. package/src/sets/charactersWithFreeDevilDealsSet.ts +4 -0
  1600. package/src/sets/charactersWithNoRedHeartsSet.ts +17 -0
  1601. package/src/sets/charactersWithNoSoulHeartsSet.ts +14 -0
  1602. package/src/sets/chestPickupVariantsSet.ts +16 -0
  1603. package/src/sets/consoleCommandsSet.ts +61 -0
  1604. package/src/sets/familiarsThatShootPlayerTearsSet.ts +13 -0
  1605. package/src/sets/lostStyleCharactersSet.ts +13 -0
  1606. package/src/sets/mineShaftRoomSubTypesSet.ts +10 -0
  1607. package/src/sets/narrowRoomShapesSet.ts +8 -0
  1608. package/src/sets/redHeartSubTypesSet.ts +7 -0
  1609. package/src/sets/sinEntityTypesSet.ts +11 -0
  1610. package/src/sets/singleUseActiveCollectibleTypesSet.ts +13 -0
  1611. package/src/sets/storyBossesSet.ts +17 -0
  1612. package/src/shaderCrashFix.ts +18 -0
  1613. package/src/types/AnyEntity.ts +12 -0
  1614. package/src/types/AwaitingTextInput.d.ts +2 -0
  1615. package/src/types/CollectibleIndex.ts +16 -0
  1616. package/src/types/PickingUpItem.ts +87 -0
  1617. package/src/types/PlayerIndex.ts +13 -0
  1618. package/src/types/private/IsaacAPIClass.ts +3 -0
  1619. package/src/types/private/SerializedIsaacAPIClass.ts +3 -0
  1620. package/src/types/private/TSTLClass.ts +3 -0
  1621. package/src/upgradeMod.ts +57 -0
  1622. package/cachedClasses.d.ts +0 -56
  1623. package/cachedClasses.js +0 -59
  1624. package/cachedClasses.lua +0 -52
  1625. package/callbacks/customRevive.d.ts +0 -1
  1626. package/callbacks/customRevive.js +0 -153
  1627. package/callbacks/customRevive.lua +0 -150
  1628. package/callbacks/itemPickup.d.ts +0 -1
  1629. package/callbacks/itemPickup.js +0 -64
  1630. package/callbacks/itemPickup.lua +0 -68
  1631. package/callbacks/postAmbush.d.ts +0 -1
  1632. package/callbacks/postAmbush.js +0 -54
  1633. package/callbacks/postAmbush.lua +0 -58
  1634. package/callbacks/postBombExploded.d.ts +0 -1
  1635. package/callbacks/postBombExploded.js +0 -20
  1636. package/callbacks/postBombExploded.lua +0 -28
  1637. package/callbacks/postBombInitLate.d.ts +0 -1
  1638. package/callbacks/postBombInitLate.js +0 -28
  1639. package/callbacks/postBombInitLate.lua +0 -35
  1640. package/callbacks/postBoneSwing.d.ts +0 -1
  1641. package/callbacks/postBoneSwing.js +0 -49
  1642. package/callbacks/postBoneSwing.lua +0 -52
  1643. package/callbacks/postCollectibleEmpty.d.ts +0 -1
  1644. package/callbacks/postCollectibleEmpty.js +0 -32
  1645. package/callbacks/postCollectibleEmpty.lua +0 -42
  1646. package/callbacks/postCollectibleInitFirst.d.ts +0 -1
  1647. package/callbacks/postCollectibleInitFirst.js +0 -27
  1648. package/callbacks/postCollectibleInitFirst.lua +0 -37
  1649. package/callbacks/postCursedTeleport.d.ts +0 -1
  1650. package/callbacks/postCursedTeleport.js +0 -120
  1651. package/callbacks/postCursedTeleport.lua +0 -124
  1652. package/callbacks/postCustomDoorEnter.d.ts +0 -50
  1653. package/callbacks/postCustomDoorEnter.js +0 -205
  1654. package/callbacks/postCustomDoorEnter.lua +0 -242
  1655. package/callbacks/postDiceRoomActivated.d.ts +0 -1
  1656. package/callbacks/postDiceRoomActivated.js +0 -39
  1657. package/callbacks/postDiceRoomActivated.lua +0 -43
  1658. package/callbacks/postDoorRender.d.ts +0 -1
  1659. package/callbacks/postDoorRender.js +0 -20
  1660. package/callbacks/postDoorRender.lua +0 -28
  1661. package/callbacks/postDoorUpdate.d.ts +0 -1
  1662. package/callbacks/postDoorUpdate.js +0 -20
  1663. package/callbacks/postDoorUpdate.lua +0 -28
  1664. package/callbacks/postEffectInitLate.d.ts +0 -1
  1665. package/callbacks/postEffectInitLate.js +0 -28
  1666. package/callbacks/postEffectInitLate.lua +0 -35
  1667. package/callbacks/postEffectStateChanged.d.ts +0 -1
  1668. package/callbacks/postEffectStateChanged.js +0 -31
  1669. package/callbacks/postEffectStateChanged.lua +0 -41
  1670. package/callbacks/postEsauJr.d.ts +0 -1
  1671. package/callbacks/postEsauJr.js +0 -70
  1672. package/callbacks/postEsauJr.lua +0 -72
  1673. package/callbacks/postFamiliarInitLate.d.ts +0 -1
  1674. package/callbacks/postFamiliarInitLate.js +0 -28
  1675. package/callbacks/postFamiliarInitLate.lua +0 -35
  1676. package/callbacks/postFamiliarStateChanged.d.ts +0 -1
  1677. package/callbacks/postFamiliarStateChanged.js +0 -31
  1678. package/callbacks/postFamiliarStateChanged.lua +0 -41
  1679. package/callbacks/postFlip.d.ts +0 -1
  1680. package/callbacks/postFlip.js +0 -59
  1681. package/callbacks/postFlip.lua +0 -66
  1682. package/callbacks/postGreedModeWave.d.ts +0 -1
  1683. package/callbacks/postGreedModeWave.js +0 -31
  1684. package/callbacks/postGreedModeWave.lua +0 -36
  1685. package/callbacks/postGridEntity.d.ts +0 -1
  1686. package/callbacks/postGridEntity.js +0 -107
  1687. package/callbacks/postGridEntity.lua +0 -111
  1688. package/callbacks/postGridEntityCollision.d.ts +0 -1
  1689. package/callbacks/postGridEntityCollision.js +0 -49
  1690. package/callbacks/postGridEntityCollision.lua +0 -69
  1691. package/callbacks/postGridEntityRender.d.ts +0 -1
  1692. package/callbacks/postGridEntityRender.js +0 -20
  1693. package/callbacks/postGridEntityRender.lua +0 -28
  1694. package/callbacks/postHolyMantleRemoved.d.ts +0 -1
  1695. package/callbacks/postHolyMantleRemoved.js +0 -33
  1696. package/callbacks/postHolyMantleRemoved.lua +0 -43
  1697. package/callbacks/postItemDischarged.d.ts +0 -2
  1698. package/callbacks/postItemDischarged.js +0 -94
  1699. package/callbacks/postItemDischarged.lua +0 -107
  1700. package/callbacks/postKnifeInitLate.d.ts +0 -1
  1701. package/callbacks/postKnifeInitLate.js +0 -28
  1702. package/callbacks/postKnifeInitLate.lua +0 -35
  1703. package/callbacks/postLaserInitLate.d.ts +0 -1
  1704. package/callbacks/postLaserInitLate.js +0 -28
  1705. package/callbacks/postLaserInitLate.lua +0 -35
  1706. package/callbacks/postNPCInitLate.d.ts +0 -1
  1707. package/callbacks/postNPCInitLate.js +0 -28
  1708. package/callbacks/postNPCInitLate.lua +0 -35
  1709. package/callbacks/postNPCStateChanged.d.ts +0 -1
  1710. package/callbacks/postNPCStateChanged.js +0 -31
  1711. package/callbacks/postNPCStateChanged.lua +0 -41
  1712. package/callbacks/postNewRoomEarly.d.ts +0 -1
  1713. package/callbacks/postNewRoomEarly.js +0 -69
  1714. package/callbacks/postNewRoomEarly.lua +0 -70
  1715. package/callbacks/postPickupCollect.d.ts +0 -1
  1716. package/callbacks/postPickupCollect.js +0 -37
  1717. package/callbacks/postPickupCollect.lua +0 -43
  1718. package/callbacks/postPickupInitFirst.d.ts +0 -1
  1719. package/callbacks/postPickupInitFirst.js +0 -52
  1720. package/callbacks/postPickupInitFirst.lua +0 -57
  1721. package/callbacks/postPickupInitLate.d.ts +0 -1
  1722. package/callbacks/postPickupInitLate.js +0 -28
  1723. package/callbacks/postPickupInitLate.lua +0 -35
  1724. package/callbacks/postPickupStateChanged.d.ts +0 -1
  1725. package/callbacks/postPickupStateChanged.js +0 -31
  1726. package/callbacks/postPickupStateChanged.lua +0 -41
  1727. package/callbacks/postPitRender.d.ts +0 -1
  1728. package/callbacks/postPitRender.js +0 -20
  1729. package/callbacks/postPitRender.lua +0 -28
  1730. package/callbacks/postPitUpdate.d.ts +0 -1
  1731. package/callbacks/postPitUpdate.js +0 -20
  1732. package/callbacks/postPitUpdate.lua +0 -28
  1733. package/callbacks/postPlayerChangeHealth.d.ts +0 -1
  1734. package/callbacks/postPlayerChangeHealth.js +0 -43
  1735. package/callbacks/postPlayerChangeHealth.lua +0 -54
  1736. package/callbacks/postPlayerChangeType.d.ts +0 -1
  1737. package/callbacks/postPlayerChangeType.js +0 -31
  1738. package/callbacks/postPlayerChangeType.lua +0 -43
  1739. package/callbacks/postPlayerCollectible.d.ts +0 -1
  1740. package/callbacks/postPlayerCollectible.js +0 -74
  1741. package/callbacks/postPlayerCollectible.lua +0 -99
  1742. package/callbacks/postPlayerFatalDamage.d.ts +0 -1
  1743. package/callbacks/postPlayerFatalDamage.js +0 -74
  1744. package/callbacks/postPlayerFatalDamage.lua +0 -101
  1745. package/callbacks/postPlayerInitLate.d.ts +0 -1
  1746. package/callbacks/postPlayerInitLate.js +0 -28
  1747. package/callbacks/postPlayerInitLate.lua +0 -37
  1748. package/callbacks/postPlayerReordered.d.ts +0 -1
  1749. package/callbacks/postPlayerReordered.js +0 -109
  1750. package/callbacks/postPlayerReordered.lua +0 -116
  1751. package/callbacks/postPoopRender.d.ts +0 -1
  1752. package/callbacks/postPoopRender.js +0 -20
  1753. package/callbacks/postPoopRender.lua +0 -28
  1754. package/callbacks/postPoopUpdate.d.ts +0 -1
  1755. package/callbacks/postPoopUpdate.js +0 -20
  1756. package/callbacks/postPoopUpdate.lua +0 -28
  1757. package/callbacks/postPressurePlateRender.d.ts +0 -1
  1758. package/callbacks/postPressurePlateRender.js +0 -20
  1759. package/callbacks/postPressurePlateRender.lua +0 -28
  1760. package/callbacks/postPressurePlateUpdate.d.ts +0 -1
  1761. package/callbacks/postPressurePlateUpdate.js +0 -20
  1762. package/callbacks/postPressurePlateUpdate.lua +0 -28
  1763. package/callbacks/postProjectileInitLate.d.ts +0 -1
  1764. package/callbacks/postProjectileInitLate.js +0 -28
  1765. package/callbacks/postProjectileInitLate.lua +0 -35
  1766. package/callbacks/postPurchase.d.ts +0 -1
  1767. package/callbacks/postPurchase.js +0 -39
  1768. package/callbacks/postPurchase.lua +0 -53
  1769. package/callbacks/postRockRender.d.ts +0 -1
  1770. package/callbacks/postRockRender.js +0 -20
  1771. package/callbacks/postRockRender.lua +0 -28
  1772. package/callbacks/postRockUpdate.d.ts +0 -1
  1773. package/callbacks/postRockUpdate.js +0 -20
  1774. package/callbacks/postRockUpdate.lua +0 -28
  1775. package/callbacks/postRoomClearChanged.d.ts +0 -1
  1776. package/callbacks/postRoomClearChanged.js +0 -41
  1777. package/callbacks/postRoomClearChanged.lua +0 -46
  1778. package/callbacks/postSacrifice.d.ts +0 -1
  1779. package/callbacks/postSacrifice.js +0 -38
  1780. package/callbacks/postSacrifice.lua +0 -47
  1781. package/callbacks/postSlotDestroyed.d.ts +0 -1
  1782. package/callbacks/postSlotDestroyed.js +0 -64
  1783. package/callbacks/postSlotDestroyed.lua +0 -70
  1784. package/callbacks/postSlotInitUpdate.d.ts +0 -1
  1785. package/callbacks/postSlotInitUpdate.js +0 -49
  1786. package/callbacks/postSlotInitUpdate.lua +0 -57
  1787. package/callbacks/postSlotRender.d.ts +0 -1
  1788. package/callbacks/postSlotRender.js +0 -48
  1789. package/callbacks/postSlotRender.lua +0 -60
  1790. package/callbacks/postSpikesRender.d.ts +0 -1
  1791. package/callbacks/postSpikesRender.js +0 -20
  1792. package/callbacks/postSpikesRender.lua +0 -28
  1793. package/callbacks/postSpikesUpdate.d.ts +0 -1
  1794. package/callbacks/postSpikesUpdate.js +0 -20
  1795. package/callbacks/postSpikesUpdate.lua +0 -28
  1796. package/callbacks/postTNTRender.d.ts +0 -1
  1797. package/callbacks/postTNTRender.js +0 -20
  1798. package/callbacks/postTNTRender.lua +0 -28
  1799. package/callbacks/postTNTUpdate.d.ts +0 -1
  1800. package/callbacks/postTNTUpdate.js +0 -20
  1801. package/callbacks/postTNTUpdate.lua +0 -28
  1802. package/callbacks/postTearInitLate.d.ts +0 -1
  1803. package/callbacks/postTearInitLate.js +0 -28
  1804. package/callbacks/postTearInitLate.lua +0 -35
  1805. package/callbacks/postTearInitVeryLate.d.ts +0 -1
  1806. package/callbacks/postTearInitVeryLate.js +0 -32
  1807. package/callbacks/postTearInitVeryLate.lua +0 -38
  1808. package/callbacks/postTransformation.d.ts +0 -1
  1809. package/callbacks/postTransformation.js +0 -37
  1810. package/callbacks/postTransformation.lua +0 -50
  1811. package/callbacks/postTrinketBreak.d.ts +0 -1
  1812. package/callbacks/postTrinketBreak.js +0 -64
  1813. package/callbacks/postTrinketBreak.lua +0 -75
  1814. package/callbacks/preBerserkDeath.d.ts +0 -1
  1815. package/callbacks/preBerserkDeath.js +0 -35
  1816. package/callbacks/preBerserkDeath.lua +0 -40
  1817. package/callbacks/preNewLevel.d.ts +0 -1
  1818. package/callbacks/preNewLevel.js +0 -45
  1819. package/callbacks/preNewLevel.lua +0 -47
  1820. package/callbacks/reorderedCallbacks.d.ts +0 -29
  1821. package/callbacks/reorderedCallbacks.js +0 -136
  1822. package/callbacks/reorderedCallbacks.lua +0 -120
  1823. package/callbacks/subscriptions/postAmbushFinished.d.ts +0 -5
  1824. package/callbacks/subscriptions/postAmbushFinished.js +0 -20
  1825. package/callbacks/subscriptions/postAmbushFinished.lua +0 -31
  1826. package/callbacks/subscriptions/postAmbushStarted.d.ts +0 -5
  1827. package/callbacks/subscriptions/postAmbushStarted.js +0 -20
  1828. package/callbacks/subscriptions/postAmbushStarted.lua +0 -31
  1829. package/callbacks/subscriptions/postBombInitLate.d.ts +0 -5
  1830. package/callbacks/subscriptions/postBombInitLate.js +0 -20
  1831. package/callbacks/subscriptions/postBombInitLate.lua +0 -31
  1832. package/callbacks/subscriptions/postBoneExploded.d.ts +0 -5
  1833. package/callbacks/subscriptions/postBoneExploded.js +0 -20
  1834. package/callbacks/subscriptions/postBoneExploded.lua +0 -31
  1835. package/callbacks/subscriptions/postBoneSwing.d.ts +0 -4
  1836. package/callbacks/subscriptions/postBoneSwing.js +0 -16
  1837. package/callbacks/subscriptions/postBoneSwing.lua +0 -24
  1838. package/callbacks/subscriptions/postCollectibleEmpty.d.ts +0 -5
  1839. package/callbacks/subscriptions/postCollectibleEmpty.js +0 -21
  1840. package/callbacks/subscriptions/postCollectibleEmpty.lua +0 -31
  1841. package/callbacks/subscriptions/postCollectibleInitFirst.d.ts +0 -5
  1842. package/callbacks/subscriptions/postCollectibleInitFirst.js +0 -21
  1843. package/callbacks/subscriptions/postCollectibleInitFirst.lua +0 -31
  1844. package/callbacks/subscriptions/postCursedTeleport.d.ts +0 -4
  1845. package/callbacks/subscriptions/postCursedTeleport.js +0 -16
  1846. package/callbacks/subscriptions/postCursedTeleport.lua +0 -24
  1847. package/callbacks/subscriptions/postCustomDoorEnter.d.ts +0 -5
  1848. package/callbacks/subscriptions/postCustomDoorEnter.js +0 -21
  1849. package/callbacks/subscriptions/postCustomDoorEnter.lua +0 -37
  1850. package/callbacks/subscriptions/postCustomRevive.d.ts +0 -6
  1851. package/callbacks/subscriptions/postCustomRevive.js +0 -21
  1852. package/callbacks/subscriptions/postCustomRevive.lua +0 -31
  1853. package/callbacks/subscriptions/postDiceRoomActivated.d.ts +0 -5
  1854. package/callbacks/subscriptions/postDiceRoomActivated.js +0 -21
  1855. package/callbacks/subscriptions/postDiceRoomActivated.lua +0 -31
  1856. package/callbacks/subscriptions/postDoorRender.d.ts +0 -6
  1857. package/callbacks/subscriptions/postDoorRender.js +0 -22
  1858. package/callbacks/subscriptions/postDoorRender.lua +0 -32
  1859. package/callbacks/subscriptions/postDoorUpdate.d.ts +0 -6
  1860. package/callbacks/subscriptions/postDoorUpdate.js +0 -22
  1861. package/callbacks/subscriptions/postDoorUpdate.lua +0 -32
  1862. package/callbacks/subscriptions/postEffectInitLate.d.ts +0 -5
  1863. package/callbacks/subscriptions/postEffectInitLate.js +0 -20
  1864. package/callbacks/subscriptions/postEffectInitLate.lua +0 -31
  1865. package/callbacks/subscriptions/postEffectStateChanged.d.ts +0 -5
  1866. package/callbacks/subscriptions/postEffectStateChanged.js +0 -20
  1867. package/callbacks/subscriptions/postEffectStateChanged.lua +0 -31
  1868. package/callbacks/subscriptions/postEsauJr.d.ts +0 -4
  1869. package/callbacks/subscriptions/postEsauJr.js +0 -16
  1870. package/callbacks/subscriptions/postEsauJr.lua +0 -24
  1871. package/callbacks/subscriptions/postFamiliarInitLate.d.ts +0 -5
  1872. package/callbacks/subscriptions/postFamiliarInitLate.js +0 -20
  1873. package/callbacks/subscriptions/postFamiliarInitLate.lua +0 -31
  1874. package/callbacks/subscriptions/postFamiliarStateChanged.d.ts +0 -5
  1875. package/callbacks/subscriptions/postFamiliarStateChanged.js +0 -20
  1876. package/callbacks/subscriptions/postFamiliarStateChanged.lua +0 -31
  1877. package/callbacks/subscriptions/postFirstEsauJr.d.ts +0 -4
  1878. package/callbacks/subscriptions/postFirstEsauJr.js +0 -16
  1879. package/callbacks/subscriptions/postFirstEsauJr.lua +0 -24
  1880. package/callbacks/subscriptions/postFirstFlip.d.ts +0 -4
  1881. package/callbacks/subscriptions/postFirstFlip.js +0 -16
  1882. package/callbacks/subscriptions/postFirstFlip.lua +0 -24
  1883. package/callbacks/subscriptions/postFlip.d.ts +0 -4
  1884. package/callbacks/subscriptions/postFlip.js +0 -16
  1885. package/callbacks/subscriptions/postFlip.lua +0 -24
  1886. package/callbacks/subscriptions/postGameStartedReordered.d.ts +0 -3
  1887. package/callbacks/subscriptions/postGameStartedReordered.js +0 -16
  1888. package/callbacks/subscriptions/postGameStartedReordered.lua +0 -24
  1889. package/callbacks/subscriptions/postGreedModeWave.d.ts +0 -4
  1890. package/callbacks/subscriptions/postGreedModeWave.js +0 -16
  1891. package/callbacks/subscriptions/postGreedModeWave.lua +0 -24
  1892. package/callbacks/subscriptions/postGridEntityBroken.d.ts +0 -6
  1893. package/callbacks/subscriptions/postGridEntityBroken.js +0 -28
  1894. package/callbacks/subscriptions/postGridEntityBroken.lua +0 -37
  1895. package/callbacks/subscriptions/postGridEntityCollision.d.ts +0 -6
  1896. package/callbacks/subscriptions/postGridEntityCollision.js +0 -28
  1897. package/callbacks/subscriptions/postGridEntityCollision.lua +0 -37
  1898. package/callbacks/subscriptions/postGridEntityInit.d.ts +0 -6
  1899. package/callbacks/subscriptions/postGridEntityInit.js +0 -28
  1900. package/callbacks/subscriptions/postGridEntityInit.lua +0 -37
  1901. package/callbacks/subscriptions/postGridEntityRemove.d.ts +0 -6
  1902. package/callbacks/subscriptions/postGridEntityRemove.js +0 -26
  1903. package/callbacks/subscriptions/postGridEntityRemove.lua +0 -35
  1904. package/callbacks/subscriptions/postGridEntityRender.d.ts +0 -6
  1905. package/callbacks/subscriptions/postGridEntityRender.js +0 -28
  1906. package/callbacks/subscriptions/postGridEntityRender.lua +0 -37
  1907. package/callbacks/subscriptions/postGridEntityStateChanged.d.ts +0 -6
  1908. package/callbacks/subscriptions/postGridEntityStateChanged.js +0 -28
  1909. package/callbacks/subscriptions/postGridEntityStateChanged.lua +0 -37
  1910. package/callbacks/subscriptions/postGridEntityUpdate.d.ts +0 -6
  1911. package/callbacks/subscriptions/postGridEntityUpdate.js +0 -28
  1912. package/callbacks/subscriptions/postGridEntityUpdate.lua +0 -37
  1913. package/callbacks/subscriptions/postHolyMantleRemoved.d.ts +0 -6
  1914. package/callbacks/subscriptions/postHolyMantleRemoved.js +0 -25
  1915. package/callbacks/subscriptions/postHolyMantleRemoved.lua +0 -36
  1916. package/callbacks/subscriptions/postItemDischarged.d.ts +0 -5
  1917. package/callbacks/subscriptions/postItemDischarged.js +0 -21
  1918. package/callbacks/subscriptions/postItemDischarged.lua +0 -31
  1919. package/callbacks/subscriptions/postItemPickup.d.ts +0 -11
  1920. package/callbacks/subscriptions/postItemPickup.js +0 -25
  1921. package/callbacks/subscriptions/postItemPickup.lua +0 -35
  1922. package/callbacks/subscriptions/postKnifeInitLate.d.ts +0 -5
  1923. package/callbacks/subscriptions/postKnifeInitLate.js +0 -20
  1924. package/callbacks/subscriptions/postKnifeInitLate.lua +0 -31
  1925. package/callbacks/subscriptions/postLaserInitLate.d.ts +0 -5
  1926. package/callbacks/subscriptions/postLaserInitLate.js +0 -20
  1927. package/callbacks/subscriptions/postLaserInitLate.lua +0 -31
  1928. package/callbacks/subscriptions/postNPCInitLate.d.ts +0 -5
  1929. package/callbacks/subscriptions/postNPCInitLate.js +0 -20
  1930. package/callbacks/subscriptions/postNPCInitLate.lua +0 -31
  1931. package/callbacks/subscriptions/postNPCStateChanged.d.ts +0 -6
  1932. package/callbacks/subscriptions/postNPCStateChanged.js +0 -24
  1933. package/callbacks/subscriptions/postNPCStateChanged.lua +0 -35
  1934. package/callbacks/subscriptions/postNewLevelReordered.d.ts +0 -1
  1935. package/callbacks/subscriptions/postNewLevelReordered.js +0 -16
  1936. package/callbacks/subscriptions/postNewLevelReordered.lua +0 -24
  1937. package/callbacks/subscriptions/postNewRoomEarly.d.ts +0 -1
  1938. package/callbacks/subscriptions/postNewRoomEarly.js +0 -16
  1939. package/callbacks/subscriptions/postNewRoomEarly.lua +0 -24
  1940. package/callbacks/subscriptions/postNewRoomReordered.d.ts +0 -1
  1941. package/callbacks/subscriptions/postNewRoomReordered.js +0 -16
  1942. package/callbacks/subscriptions/postNewRoomReordered.lua +0 -24
  1943. package/callbacks/subscriptions/postPEffectUpdateReordered.d.ts +0 -6
  1944. package/callbacks/subscriptions/postPEffectUpdateReordered.js +0 -25
  1945. package/callbacks/subscriptions/postPEffectUpdateReordered.lua +0 -36
  1946. package/callbacks/subscriptions/postPickupCollect.d.ts +0 -5
  1947. package/callbacks/subscriptions/postPickupCollect.js +0 -20
  1948. package/callbacks/subscriptions/postPickupCollect.lua +0 -31
  1949. package/callbacks/subscriptions/postPickupInitFirst.d.ts +0 -5
  1950. package/callbacks/subscriptions/postPickupInitFirst.js +0 -20
  1951. package/callbacks/subscriptions/postPickupInitFirst.lua +0 -31
  1952. package/callbacks/subscriptions/postPickupInitLate.d.ts +0 -5
  1953. package/callbacks/subscriptions/postPickupInitLate.js +0 -20
  1954. package/callbacks/subscriptions/postPickupInitLate.lua +0 -31
  1955. package/callbacks/subscriptions/postPickupStateChanged.d.ts +0 -5
  1956. package/callbacks/subscriptions/postPickupStateChanged.js +0 -20
  1957. package/callbacks/subscriptions/postPickupStateChanged.lua +0 -31
  1958. package/callbacks/subscriptions/postPitRender.d.ts +0 -6
  1959. package/callbacks/subscriptions/postPitRender.js +0 -22
  1960. package/callbacks/subscriptions/postPitRender.lua +0 -32
  1961. package/callbacks/subscriptions/postPitUpdate.d.ts +0 -6
  1962. package/callbacks/subscriptions/postPitUpdate.js +0 -22
  1963. package/callbacks/subscriptions/postPitUpdate.lua +0 -32
  1964. package/callbacks/subscriptions/postPlayerChangeHealth.d.ts +0 -7
  1965. package/callbacks/subscriptions/postPlayerChangeHealth.js +0 -25
  1966. package/callbacks/subscriptions/postPlayerChangeHealth.lua +0 -36
  1967. package/callbacks/subscriptions/postPlayerChangeType.d.ts +0 -5
  1968. package/callbacks/subscriptions/postPlayerChangeType.js +0 -20
  1969. package/callbacks/subscriptions/postPlayerChangeType.lua +0 -31
  1970. package/callbacks/subscriptions/postPlayerCollectibleAdded.d.ts +0 -5
  1971. package/callbacks/subscriptions/postPlayerCollectibleAdded.js +0 -21
  1972. package/callbacks/subscriptions/postPlayerCollectibleAdded.lua +0 -31
  1973. package/callbacks/subscriptions/postPlayerCollectibleRemoved.d.ts +0 -5
  1974. package/callbacks/subscriptions/postPlayerCollectibleRemoved.js +0 -21
  1975. package/callbacks/subscriptions/postPlayerCollectibleRemoved.lua +0 -31
  1976. package/callbacks/subscriptions/postPlayerFatalDamage.d.ts +0 -6
  1977. package/callbacks/subscriptions/postPlayerFatalDamage.js +0 -29
  1978. package/callbacks/subscriptions/postPlayerFatalDamage.lua +0 -47
  1979. package/callbacks/subscriptions/postPlayerInitLate.d.ts +0 -6
  1980. package/callbacks/subscriptions/postPlayerInitLate.js +0 -25
  1981. package/callbacks/subscriptions/postPlayerInitLate.lua +0 -36
  1982. package/callbacks/subscriptions/postPlayerInitReordered.d.ts +0 -6
  1983. package/callbacks/subscriptions/postPlayerInitReordered.js +0 -25
  1984. package/callbacks/subscriptions/postPlayerInitReordered.lua +0 -36
  1985. package/callbacks/subscriptions/postPlayerRenderReordered.d.ts +0 -6
  1986. package/callbacks/subscriptions/postPlayerRenderReordered.js +0 -25
  1987. package/callbacks/subscriptions/postPlayerRenderReordered.lua +0 -36
  1988. package/callbacks/subscriptions/postPlayerUpdateReordered.d.ts +0 -6
  1989. package/callbacks/subscriptions/postPlayerUpdateReordered.js +0 -25
  1990. package/callbacks/subscriptions/postPlayerUpdateReordered.lua +0 -36
  1991. package/callbacks/subscriptions/postPoopRender.d.ts +0 -6
  1992. package/callbacks/subscriptions/postPoopRender.js +0 -22
  1993. package/callbacks/subscriptions/postPoopRender.lua +0 -32
  1994. package/callbacks/subscriptions/postPoopUpdate.d.ts +0 -6
  1995. package/callbacks/subscriptions/postPoopUpdate.js +0 -22
  1996. package/callbacks/subscriptions/postPoopUpdate.lua +0 -32
  1997. package/callbacks/subscriptions/postPressurePlateRender.d.ts +0 -6
  1998. package/callbacks/subscriptions/postPressurePlateRender.js +0 -22
  1999. package/callbacks/subscriptions/postPressurePlateRender.lua +0 -32
  2000. package/callbacks/subscriptions/postPressurePlateUpdate.d.ts +0 -6
  2001. package/callbacks/subscriptions/postPressurePlateUpdate.js +0 -22
  2002. package/callbacks/subscriptions/postPressurePlateUpdate.lua +0 -32
  2003. package/callbacks/subscriptions/postProjectileInitLate.d.ts +0 -5
  2004. package/callbacks/subscriptions/postProjectileInitLate.js +0 -21
  2005. package/callbacks/subscriptions/postProjectileInitLate.lua +0 -31
  2006. package/callbacks/subscriptions/postPurchase.d.ts +0 -6
  2007. package/callbacks/subscriptions/postPurchase.js +0 -16
  2008. package/callbacks/subscriptions/postPurchase.lua +0 -24
  2009. package/callbacks/subscriptions/postRockRender.d.ts +0 -6
  2010. package/callbacks/subscriptions/postRockRender.js +0 -22
  2011. package/callbacks/subscriptions/postRockRender.lua +0 -32
  2012. package/callbacks/subscriptions/postRockUpdate.d.ts +0 -6
  2013. package/callbacks/subscriptions/postRockUpdate.js +0 -22
  2014. package/callbacks/subscriptions/postRockUpdate.lua +0 -32
  2015. package/callbacks/subscriptions/postRoomClearChanged.d.ts +0 -4
  2016. package/callbacks/subscriptions/postRoomClearChanged.js +0 -20
  2017. package/callbacks/subscriptions/postRoomClearChanged.lua +0 -31
  2018. package/callbacks/subscriptions/postSacrifice.d.ts +0 -6
  2019. package/callbacks/subscriptions/postSacrifice.js +0 -25
  2020. package/callbacks/subscriptions/postSacrifice.lua +0 -36
  2021. package/callbacks/subscriptions/postSlotAnimationChanged.d.ts +0 -5
  2022. package/callbacks/subscriptions/postSlotAnimationChanged.js +0 -20
  2023. package/callbacks/subscriptions/postSlotAnimationChanged.lua +0 -31
  2024. package/callbacks/subscriptions/postSlotDestroyed.d.ts +0 -7
  2025. package/callbacks/subscriptions/postSlotDestroyed.js +0 -26
  2026. package/callbacks/subscriptions/postSlotDestroyed.lua +0 -35
  2027. package/callbacks/subscriptions/postSlotInit.d.ts +0 -5
  2028. package/callbacks/subscriptions/postSlotInit.js +0 -20
  2029. package/callbacks/subscriptions/postSlotInit.lua +0 -31
  2030. package/callbacks/subscriptions/postSlotRender.d.ts +0 -5
  2031. package/callbacks/subscriptions/postSlotRender.js +0 -20
  2032. package/callbacks/subscriptions/postSlotRender.lua +0 -31
  2033. package/callbacks/subscriptions/postSlotUpdate.d.ts +0 -5
  2034. package/callbacks/subscriptions/postSlotUpdate.js +0 -20
  2035. package/callbacks/subscriptions/postSlotUpdate.lua +0 -31
  2036. package/callbacks/subscriptions/postSpikesRender.d.ts +0 -6
  2037. package/callbacks/subscriptions/postSpikesRender.js +0 -22
  2038. package/callbacks/subscriptions/postSpikesRender.lua +0 -32
  2039. package/callbacks/subscriptions/postSpikesUpdate.d.ts +0 -6
  2040. package/callbacks/subscriptions/postSpikesUpdate.js +0 -22
  2041. package/callbacks/subscriptions/postSpikesUpdate.lua +0 -32
  2042. package/callbacks/subscriptions/postTNTRender.d.ts +0 -6
  2043. package/callbacks/subscriptions/postTNTRender.js +0 -22
  2044. package/callbacks/subscriptions/postTNTRender.lua +0 -32
  2045. package/callbacks/subscriptions/postTNTUpdate.d.ts +0 -6
  2046. package/callbacks/subscriptions/postTNTUpdate.js +0 -22
  2047. package/callbacks/subscriptions/postTNTUpdate.lua +0 -32
  2048. package/callbacks/subscriptions/postTearInitLate.d.ts +0 -5
  2049. package/callbacks/subscriptions/postTearInitLate.js +0 -20
  2050. package/callbacks/subscriptions/postTearInitLate.lua +0 -31
  2051. package/callbacks/subscriptions/postTearInitVeryLate.d.ts +0 -5
  2052. package/callbacks/subscriptions/postTearInitVeryLate.js +0 -20
  2053. package/callbacks/subscriptions/postTearInitVeryLate.lua +0 -31
  2054. package/callbacks/subscriptions/postTransformation.d.ts +0 -5
  2055. package/callbacks/subscriptions/postTransformation.js +0 -20
  2056. package/callbacks/subscriptions/postTransformation.lua +0 -31
  2057. package/callbacks/subscriptions/postTrinketBreak.d.ts +0 -5
  2058. package/callbacks/subscriptions/postTrinketBreak.js +0 -21
  2059. package/callbacks/subscriptions/postTrinketBreak.lua +0 -31
  2060. package/callbacks/subscriptions/preBerserkDeath.d.ts +0 -6
  2061. package/callbacks/subscriptions/preBerserkDeath.js +0 -26
  2062. package/callbacks/subscriptions/preBerserkDeath.lua +0 -37
  2063. package/callbacks/subscriptions/preCustomRevive.d.ts +0 -6
  2064. package/callbacks/subscriptions/preCustomRevive.js +0 -29
  2065. package/callbacks/subscriptions/preCustomRevive.lua +0 -40
  2066. package/callbacks/subscriptions/preItemPickup.d.ts +0 -11
  2067. package/callbacks/subscriptions/preItemPickup.js +0 -25
  2068. package/callbacks/subscriptions/preItemPickup.lua +0 -35
  2069. package/callbacks/subscriptions/preNewLevel.d.ts +0 -4
  2070. package/callbacks/subscriptions/preNewLevel.js +0 -16
  2071. package/callbacks/subscriptions/preNewLevel.lua +0 -24
  2072. package/classes/DefaultMap.d.ts +0 -109
  2073. package/classes/DefaultMap.js +0 -145
  2074. package/classes/DefaultMap.lua +0 -136
  2075. package/classes/ModUpgraded.d.ts +0 -27
  2076. package/classes/ModUpgraded.js +0 -57
  2077. package/classes/ModUpgraded.lua +0 -42
  2078. package/constants.d.ts +0 -139
  2079. package/constants.js +0 -143
  2080. package/constants.lua +0 -117
  2081. package/constantsFirstLast.d.ts +0 -130
  2082. package/constantsFirstLast.js +0 -156
  2083. package/constantsFirstLast.lua +0 -115
  2084. package/enums/AmbushType.d.ts +0 -4
  2085. package/enums/AmbushType.js +0 -6
  2086. package/enums/AmbushType.lua +0 -9
  2087. package/enums/CornerType.d.ts +0 -6
  2088. package/enums/CornerType.js +0 -8
  2089. package/enums/CornerType.lua +0 -13
  2090. package/enums/DecorationVariant.d.ts +0 -9
  2091. package/enums/DecorationVariant.js +0 -11
  2092. package/enums/DecorationVariant.lua +0 -9
  2093. package/enums/HealthType.d.ts +0 -16
  2094. package/enums/HealthType.js +0 -18
  2095. package/enums/HealthType.lua +0 -26
  2096. package/enums/ModCallbackCustom.d.ts +0 -1203
  2097. package/enums/ModCallbackCustom.js +0 -1213
  2098. package/enums/ModCallbackCustom.lua +0 -177
  2099. package/enums/PocketItemType.d.ts +0 -8
  2100. package/enums/PocketItemType.js +0 -10
  2101. package/enums/PocketItemType.lua +0 -17
  2102. package/enums/RockAltType.d.ts +0 -7
  2103. package/enums/RockAltType.js +0 -9
  2104. package/enums/RockAltType.lua +0 -15
  2105. package/enums/SerializationType.d.ts +0 -5
  2106. package/enums/SerializationType.js +0 -7
  2107. package/enums/SerializationType.lua +0 -11
  2108. package/enums/SlotDestructionType.d.ts +0 -4
  2109. package/enums/SlotDestructionType.js +0 -6
  2110. package/enums/SlotDestructionType.lua +0 -9
  2111. package/enums/private/CopyableIsaacAPIClassType.d.ts +0 -7
  2112. package/enums/private/CopyableIsaacAPIClassType.js +0 -9
  2113. package/enums/private/CopyableIsaacAPIClassType.lua +0 -10
  2114. package/enums/private/SaveDataKey.d.ts +0 -6
  2115. package/enums/private/SaveDataKey.js +0 -8
  2116. package/enums/private/SaveDataKey.lua +0 -9
  2117. package/enums/private/SerializationBrand.d.ts +0 -37
  2118. package/enums/private/SerializationBrand.js +0 -41
  2119. package/enums/private/SerializationBrand.lua +0 -19
  2120. package/features/characterHealthConversion.d.ts +0 -15
  2121. package/features/characterHealthConversion.js +0 -86
  2122. package/features/characterHealthConversion.lua +0 -89
  2123. package/features/characterStats.d.ts +0 -24
  2124. package/features/characterStats.js +0 -52
  2125. package/features/characterStats.lua +0 -56
  2126. package/features/collectibleItemPoolType.d.ts +0 -7
  2127. package/features/collectibleItemPoolType.js +0 -45
  2128. package/features/collectibleItemPoolType.lua +0 -50
  2129. package/features/customGridEntity.d.ts +0 -41
  2130. package/features/customGridEntity.js +0 -148
  2131. package/features/customGridEntity.lua +0 -158
  2132. package/features/customStage/backdrop.d.ts +0 -2
  2133. package/features/customStage/backdrop.js +0 -191
  2134. package/features/customStage/backdrop.lua +0 -195
  2135. package/features/customStage/customStageConstants.d.ts +0 -1
  2136. package/features/customStage/customStageConstants.js +0 -2
  2137. package/features/customStage/customStageConstants.lua +0 -5
  2138. package/features/customStage/exports.d.ts +0 -35
  2139. package/features/customStage/exports.js +0 -147
  2140. package/features/customStage/exports.lua +0 -158
  2141. package/features/customStage/gridEntities.d.ts +0 -18
  2142. package/features/customStage/gridEntities.js +0 -138
  2143. package/features/customStage/gridEntities.lua +0 -217
  2144. package/features/customStage/init.d.ts +0 -2
  2145. package/features/customStage/init.js +0 -104
  2146. package/features/customStage/init.lua +0 -121
  2147. package/features/customStage/metadata.lua +0 -3
  2148. package/features/customStage/shadows.d.ts +0 -2
  2149. package/features/customStage/shadows.js +0 -63
  2150. package/features/customStage/shadows.lua +0 -71
  2151. package/features/customStage/streakText.d.ts +0 -3
  2152. package/features/customStage/streakText.js +0 -35
  2153. package/features/customStage/streakText.lua +0 -40
  2154. package/features/customStage/util.d.ts +0 -11
  2155. package/features/customStage/util.js +0 -36
  2156. package/features/customStage/util.lua +0 -53
  2157. package/features/customStage/v.d.ts +0 -19
  2158. package/features/customStage/v.js +0 -18
  2159. package/features/customStage/v.lua +0 -15
  2160. package/features/customStage/versusScreen.d.ts +0 -3
  2161. package/features/customStage/versusScreen.js +0 -184
  2162. package/features/customStage/versusScreen.lua +0 -208
  2163. package/features/debugDisplay/debugDisplay.d.ts +0 -6
  2164. package/features/debugDisplay/debugDisplay.js +0 -183
  2165. package/features/debugDisplay/debugDisplay.lua +0 -187
  2166. package/features/debugDisplay/exports.d.ts +0 -324
  2167. package/features/debugDisplay/exports.js +0 -441
  2168. package/features/debugDisplay/exports.lua +0 -370
  2169. package/features/debugDisplay/v.d.ts +0 -63
  2170. package/features/debugDisplay/v.js +0 -61
  2171. package/features/debugDisplay/v.lua +0 -65
  2172. package/features/deployJSONRoom.d.ts +0 -66
  2173. package/features/deployJSONRoom.js +0 -532
  2174. package/features/deployJSONRoom.lua +0 -569
  2175. package/features/disableAllSound.d.ts +0 -18
  2176. package/features/disableAllSound.js +0 -63
  2177. package/features/disableAllSound.lua +0 -64
  2178. package/features/disableInputs.d.ts +0 -62
  2179. package/features/disableInputs.js +0 -130
  2180. package/features/disableInputs.lua +0 -136
  2181. package/features/extraConsoleCommands/commandsDisplay.d.ts +0 -162
  2182. package/features/extraConsoleCommands/commandsDisplay.js +0 -236
  2183. package/features/extraConsoleCommands/commandsDisplay.lua +0 -221
  2184. package/features/extraConsoleCommands/commandsSubroutines.d.ts +0 -9
  2185. package/features/extraConsoleCommands/commandsSubroutines.js +0 -109
  2186. package/features/extraConsoleCommands/commandsSubroutines.lua +0 -131
  2187. package/features/extraConsoleCommands/exports.d.ts +0 -26
  2188. package/features/extraConsoleCommands/exports.js +0 -53
  2189. package/features/extraConsoleCommands/exports.lua +0 -56
  2190. package/features/extraConsoleCommands/init.d.ts +0 -2
  2191. package/features/extraConsoleCommands/init.js +0 -239
  2192. package/features/extraConsoleCommands/init.lua +0 -248
  2193. package/features/extraConsoleCommands/listCommands.d.ts +0 -366
  2194. package/features/extraConsoleCommands/listCommands.js +0 -1081
  2195. package/features/extraConsoleCommands/listCommands.lua +0 -1132
  2196. package/features/extraConsoleCommands/v.d.ts +0 -22
  2197. package/features/extraConsoleCommands/v.js +0 -25
  2198. package/features/extraConsoleCommands/v.lua +0 -24
  2199. package/features/fadeInRemover.d.ts +0 -14
  2200. package/features/fadeInRemover.js +0 -51
  2201. package/features/fadeInRemover.lua +0 -57
  2202. package/features/fastReset.d.ts +0 -14
  2203. package/features/fastReset.js +0 -61
  2204. package/features/fastReset.lua +0 -61
  2205. package/features/forgottenSwitch.d.ts +0 -5
  2206. package/features/forgottenSwitch.js +0 -33
  2207. package/features/forgottenSwitch.lua +0 -34
  2208. package/features/pause.d.ts +0 -11
  2209. package/features/pause.js +0 -68
  2210. package/features/pause.lua +0 -73
  2211. package/features/persistentEntities.d.ts +0 -28
  2212. package/features/persistentEntities.js +0 -120
  2213. package/features/persistentEntities.lua +0 -157
  2214. package/features/playerInventory.d.ts +0 -14
  2215. package/features/playerInventory.js +0 -89
  2216. package/features/playerInventory.lua +0 -113
  2217. package/features/ponyDetection.d.ts +0 -11
  2218. package/features/ponyDetection.js +0 -63
  2219. package/features/ponyDetection.lua +0 -68
  2220. package/features/preventCollectibleRotation.d.ts +0 -11
  2221. package/features/preventCollectibleRotation.js +0 -81
  2222. package/features/preventCollectibleRotation.lua +0 -70
  2223. package/features/registerHotkey.d.ts +0 -22
  2224. package/features/registerHotkey.js +0 -91
  2225. package/features/registerHotkey.lua +0 -95
  2226. package/features/roomClearFrame.d.ts +0 -11
  2227. package/features/roomClearFrame.js +0 -42
  2228. package/features/roomClearFrame.lua +0 -40
  2229. package/features/runInNFrames.d.ts +0 -95
  2230. package/features/runInNFrames.js +0 -189
  2231. package/features/runInNFrames.lua +0 -198
  2232. package/features/runNextRoom.d.ts +0 -8
  2233. package/features/runNextRoom.js +0 -34
  2234. package/features/runNextRoom.lua +0 -42
  2235. package/features/saveDataManager/exports.d.ts +0 -131
  2236. package/features/saveDataManager/exports.js +0 -183
  2237. package/features/saveDataManager/exports.lua +0 -185
  2238. package/features/saveDataManager/load.d.ts +0 -4
  2239. package/features/saveDataManager/load.js +0 -69
  2240. package/features/saveDataManager/load.lua +0 -74
  2241. package/features/saveDataManager/main.d.ts +0 -3
  2242. package/features/saveDataManager/main.js +0 -131
  2243. package/features/saveDataManager/main.lua +0 -136
  2244. package/features/saveDataManager/maps.d.ts +0 -10
  2245. package/features/saveDataManager/maps.js +0 -9
  2246. package/features/saveDataManager/maps.lua +0 -13
  2247. package/features/saveDataManager/merge.d.ts +0 -24
  2248. package/features/saveDataManager/merge.js +0 -139
  2249. package/features/saveDataManager/merge.lua +0 -154
  2250. package/features/saveDataManager/save.d.ts +0 -4
  2251. package/features/saveDataManager/save.js +0 -43
  2252. package/features/saveDataManager/save.lua +0 -51
  2253. package/features/saveDataManager/saveDataManagerConstants.d.ts +0 -3
  2254. package/features/saveDataManager/saveDataManagerConstants.js +0 -4
  2255. package/features/saveDataManager/saveDataManagerConstants.lua +0 -7
  2256. package/features/saveDataManager/serializationBrand.d.ts +0 -1
  2257. package/features/saveDataManager/serializationBrand.js +0 -12
  2258. package/features/saveDataManager/serializationBrand.lua +0 -21
  2259. package/features/sirenHelpers.d.ts +0 -18
  2260. package/features/sirenHelpers.js +0 -90
  2261. package/features/sirenHelpers.lua +0 -84
  2262. package/features/stageHistory.d.ts +0 -15
  2263. package/features/stageHistory.js +0 -43
  2264. package/features/stageHistory.lua +0 -64
  2265. package/features/taintedLazarusPlayers.d.ts +0 -13
  2266. package/features/taintedLazarusPlayers.js +0 -92
  2267. package/features/taintedLazarusPlayers.lua +0 -87
  2268. package/featuresInitialized.d.ts +0 -1
  2269. package/featuresInitialized.js +0 -16
  2270. package/featuresInitialized.lua +0 -22
  2271. package/functions/ambush.d.ts +0 -7
  2272. package/functions/ambush.js +0 -35
  2273. package/functions/ambush.lua +0 -45
  2274. package/functions/array.d.ts +0 -213
  2275. package/functions/array.js +0 -423
  2276. package/functions/array.lua +0 -502
  2277. package/functions/benchmark.d.ts +0 -10
  2278. package/functions/benchmark.js +0 -28
  2279. package/functions/benchmark.lua +0 -40
  2280. package/functions/bitwise.d.ts +0 -29
  2281. package/functions/bitwise.js +0 -74
  2282. package/functions/bitwise.lua +0 -79
  2283. package/functions/bombs.d.ts +0 -3
  2284. package/functions/bombs.js +0 -11
  2285. package/functions/bombs.lua +0 -14
  2286. package/functions/boss.d.ts +0 -56
  2287. package/functions/boss.js +0 -137
  2288. package/functions/boss.lua +0 -224
  2289. package/functions/cacheFlag.d.ts +0 -8
  2290. package/functions/cacheFlag.js +0 -11
  2291. package/functions/cacheFlag.lua +0 -13
  2292. package/functions/cards.d.ts +0 -95
  2293. package/functions/cards.js +0 -217
  2294. package/functions/cards.lua +0 -236
  2295. package/functions/challenges.d.ts +0 -3
  2296. package/functions/challenges.js +0 -9
  2297. package/functions/challenges.lua +0 -12
  2298. package/functions/character.d.ts +0 -48
  2299. package/functions/character.js +0 -102
  2300. package/functions/character.lua +0 -96
  2301. package/functions/charge.d.ts +0 -76
  2302. package/functions/charge.js +0 -202
  2303. package/functions/charge.lua +0 -209
  2304. package/functions/chargeBar.d.ts +0 -13
  2305. package/functions/chargeBar.js +0 -44
  2306. package/functions/chargeBar.lua +0 -47
  2307. package/functions/collectibleCacheFlag.d.ts +0 -23
  2308. package/functions/collectibleCacheFlag.js +0 -68
  2309. package/functions/collectibleCacheFlag.lua +0 -82
  2310. package/functions/collectibleSet.d.ts +0 -44
  2311. package/functions/collectibleSet.js +0 -108
  2312. package/functions/collectibleSet.lua +0 -104
  2313. package/functions/collectibleTag.d.ts +0 -16
  2314. package/functions/collectibleTag.js +0 -65
  2315. package/functions/collectibleTag.lua +0 -85
  2316. package/functions/collectibles.d.ts +0 -212
  2317. package/functions/collectibles.js +0 -469
  2318. package/functions/collectibles.lua +0 -438
  2319. package/functions/color.d.ts +0 -29
  2320. package/functions/color.js +0 -60
  2321. package/functions/color.lua +0 -121
  2322. package/functions/debug.d.ts +0 -27
  2323. package/functions/debug.js +0 -60
  2324. package/functions/debug.lua +0 -51
  2325. package/functions/deepCopy.d.ts +0 -29
  2326. package/functions/deepCopy.js +0 -361
  2327. package/functions/deepCopy.lua +0 -391
  2328. package/functions/deepCopyTests.d.ts +0 -1
  2329. package/functions/deepCopyTests.js +0 -308
  2330. package/functions/deepCopyTests.lua +0 -317
  2331. package/functions/direction.d.ts +0 -12
  2332. package/functions/direction.js +0 -41
  2333. package/functions/direction.lua +0 -46
  2334. package/functions/doors.d.ts +0 -138
  2335. package/functions/doors.js +0 -326
  2336. package/functions/doors.lua +0 -337
  2337. package/functions/easing.d.ts +0 -30
  2338. package/functions/easing.js +0 -142
  2339. package/functions/easing.lua +0 -117
  2340. package/functions/eden.d.ts +0 -3
  2341. package/functions/eden.js +0 -32
  2342. package/functions/eden.lua +0 -49
  2343. package/functions/effects.d.ts +0 -6
  2344. package/functions/effects.js +0 -11
  2345. package/functions/effects.lua +0 -14
  2346. package/functions/entity.d.ts +0 -155
  2347. package/functions/entity.js +0 -324
  2348. package/functions/entity.lua +0 -408
  2349. package/functions/entitySpecific.d.ts +0 -264
  2350. package/functions/entitySpecific.js +0 -481
  2351. package/functions/entitySpecific.lua +0 -834
  2352. package/functions/entityTypes.d.ts +0 -3
  2353. package/functions/entityTypes.js +0 -6
  2354. package/functions/entityTypes.lua +0 -10
  2355. package/functions/enums.d.ts +0 -95
  2356. package/functions/enums.js +0 -151
  2357. package/functions/enums.lua +0 -179
  2358. package/functions/familiars.d.ts +0 -62
  2359. package/functions/familiars.js +0 -85
  2360. package/functions/familiars.lua +0 -103
  2361. package/functions/flag.d.ts +0 -99
  2362. package/functions/flag.js +0 -137
  2363. package/functions/flag.lua +0 -126
  2364. package/functions/flying.d.ts +0 -19
  2365. package/functions/flying.js +0 -88
  2366. package/functions/flying.lua +0 -79
  2367. package/functions/globals.d.ts +0 -14
  2368. package/functions/globals.js +0 -230
  2369. package/functions/globals.lua +0 -236
  2370. package/functions/gridEntity.d.ts +0 -219
  2371. package/functions/gridEntity.js +0 -488
  2372. package/functions/gridEntity.lua +0 -493
  2373. package/functions/gridEntitySpecific.d.ts +0 -28
  2374. package/functions/gridEntitySpecific.js +0 -109
  2375. package/functions/gridEntitySpecific.lua +0 -116
  2376. package/functions/input.d.ts +0 -32
  2377. package/functions/input.js +0 -95
  2378. package/functions/input.lua +0 -119
  2379. package/functions/isaacAPIClass.d.ts +0 -23
  2380. package/functions/isaacAPIClass.js +0 -48
  2381. package/functions/isaacAPIClass.lua +0 -51
  2382. package/functions/jsonHelpers.d.ts +0 -18
  2383. package/functions/jsonHelpers.js +0 -40
  2384. package/functions/jsonHelpers.lua +0 -39
  2385. package/functions/jsonRoom.d.ts +0 -36
  2386. package/functions/jsonRoom.js +0 -132
  2387. package/functions/jsonRoom.lua +0 -155
  2388. package/functions/kColor.d.ts +0 -29
  2389. package/functions/kColor.js +0 -63
  2390. package/functions/kColor.lua +0 -100
  2391. package/functions/language.d.ts +0 -8
  2392. package/functions/language.js +0 -13
  2393. package/functions/language.lua +0 -15
  2394. package/functions/level.d.ts +0 -1
  2395. package/functions/level.js +0 -20
  2396. package/functions/level.lua +0 -31
  2397. package/functions/log.d.ts +0 -90
  2398. package/functions/log.js +0 -567
  2399. package/functions/log.lua +0 -595
  2400. package/functions/map.d.ts +0 -22
  2401. package/functions/map.js +0 -45
  2402. package/functions/map.lua +0 -63
  2403. package/functions/math.d.ts +0 -50
  2404. package/functions/math.js +0 -103
  2405. package/functions/math.lua +0 -120
  2406. package/functions/mergeTests.d.ts +0 -1
  2407. package/functions/mergeTests.js +0 -213
  2408. package/functions/mergeTests.lua +0 -184
  2409. package/functions/minimap.d.ts +0 -39
  2410. package/functions/minimap.js +0 -80
  2411. package/functions/minimap.lua +0 -80
  2412. package/functions/nextStage.d.ts +0 -18
  2413. package/functions/nextStage.js +0 -290
  2414. package/functions/nextStage.lua +0 -253
  2415. package/functions/npc.d.ts +0 -40
  2416. package/functions/npc.js +0 -101
  2417. package/functions/npc.lua +0 -130
  2418. package/functions/pickupVariants.d.ts +0 -23
  2419. package/functions/pickupVariants.js +0 -47
  2420. package/functions/pickupVariants.lua +0 -50
  2421. package/functions/pickups.d.ts +0 -132
  2422. package/functions/pickups.js +0 -219
  2423. package/functions/pickups.lua +0 -476
  2424. package/functions/pills.d.ts +0 -79
  2425. package/functions/pills.js +0 -160
  2426. package/functions/pills.lua +0 -146
  2427. package/functions/player.d.ts +0 -330
  2428. package/functions/player.js +0 -808
  2429. package/functions/player.lua +0 -833
  2430. package/functions/playerCenter.d.ts +0 -10
  2431. package/functions/playerCenter.js +0 -50
  2432. package/functions/playerCenter.lua +0 -66
  2433. package/functions/playerDataStructures.d.ts +0 -92
  2434. package/functions/playerDataStructures.js +0 -114
  2435. package/functions/playerDataStructures.lua +0 -105
  2436. package/functions/playerHealth.d.ts +0 -34
  2437. package/functions/playerHealth.js +0 -321
  2438. package/functions/playerHealth.lua +0 -355
  2439. package/functions/playerIndex.d.ts +0 -73
  2440. package/functions/playerIndex.js +0 -160
  2441. package/functions/playerIndex.lua +0 -179
  2442. package/functions/pocketItems.d.ts +0 -33
  2443. package/functions/pocketItems.js +0 -124
  2444. package/functions/pocketItems.lua +0 -106
  2445. package/functions/positionVelocity.d.ts +0 -67
  2446. package/functions/positionVelocity.js +0 -136
  2447. package/functions/positionVelocity.lua +0 -156
  2448. package/functions/random.d.ts +0 -48
  2449. package/functions/random.js +0 -73
  2450. package/functions/random.lua +0 -89
  2451. package/functions/revive.d.ts +0 -33
  2452. package/functions/revive.js +0 -140
  2453. package/functions/revive.lua +0 -119
  2454. package/functions/rng.d.ts +0 -54
  2455. package/functions/rng.js +0 -117
  2456. package/functions/rng.lua +0 -145
  2457. package/functions/roomData.d.ts +0 -108
  2458. package/functions/roomData.js +0 -174
  2459. package/functions/roomData.lua +0 -162
  2460. package/functions/roomGrid.d.ts +0 -40
  2461. package/functions/roomGrid.js +0 -81
  2462. package/functions/roomGrid.lua +0 -82
  2463. package/functions/roomShape.d.ts +0 -63
  2464. package/functions/roomShape.js +0 -99
  2465. package/functions/roomShape.lua +0 -98
  2466. package/functions/rooms.d.ts +0 -202
  2467. package/functions/rooms.js +0 -487
  2468. package/functions/rooms.lua +0 -494
  2469. package/functions/run.d.ts +0 -22
  2470. package/functions/run.js +0 -53
  2471. package/functions/run.lua +0 -50
  2472. package/functions/saveFile.d.ts +0 -15
  2473. package/functions/saveFile.js +0 -104
  2474. package/functions/saveFile.lua +0 -110
  2475. package/functions/seeds.d.ts +0 -9
  2476. package/functions/seeds.js +0 -18
  2477. package/functions/seeds.lua +0 -21
  2478. package/functions/serialization.d.ts +0 -11
  2479. package/functions/serialization.js +0 -52
  2480. package/functions/serialization.lua +0 -70
  2481. package/functions/set.d.ts +0 -60
  2482. package/functions/set.js +0 -99
  2483. package/functions/set.lua +0 -112
  2484. package/functions/sound.d.ts +0 -1
  2485. package/functions/sound.js +0 -9
  2486. package/functions/sound.lua +0 -15
  2487. package/functions/spawnCollectible.d.ts +0 -31
  2488. package/functions/spawnCollectible.js +0 -66
  2489. package/functions/spawnCollectible.lua +0 -96
  2490. package/functions/sprite.d.ts +0 -38
  2491. package/functions/sprite.js +0 -80
  2492. package/functions/sprite.lua +0 -91
  2493. package/functions/stage.d.ts +0 -60
  2494. package/functions/stage.js +0 -172
  2495. package/functions/stage.lua +0 -144
  2496. package/functions/string.d.ts +0 -13
  2497. package/functions/string.js +0 -37
  2498. package/functions/string.lua +0 -44
  2499. package/functions/table.d.ts +0 -52
  2500. package/functions/table.js +0 -143
  2501. package/functions/table.lua +0 -151
  2502. package/functions/tears.d.ts +0 -23
  2503. package/functions/tears.js +0 -31
  2504. package/functions/tears.lua +0 -28
  2505. package/functions/transformations.d.ts +0 -30
  2506. package/functions/transformations.js +0 -101
  2507. package/functions/transformations.lua +0 -114
  2508. package/functions/trinketCacheFlag.d.ts +0 -10
  2509. package/functions/trinketCacheFlag.js +0 -46
  2510. package/functions/trinketCacheFlag.lua +0 -55
  2511. package/functions/trinketGive.d.ts +0 -38
  2512. package/functions/trinketGive.js +0 -121
  2513. package/functions/trinketGive.lua +0 -116
  2514. package/functions/trinkets.d.ts +0 -73
  2515. package/functions/trinkets.js +0 -169
  2516. package/functions/trinkets.lua +0 -169
  2517. package/functions/tstlClass.d.ts +0 -54
  2518. package/functions/tstlClass.js +0 -125
  2519. package/functions/tstlClass.lua +0 -114
  2520. package/functions/types.d.ts +0 -10
  2521. package/functions/types.js +0 -27
  2522. package/functions/types.lua +0 -27
  2523. package/functions/ui.d.ts +0 -38
  2524. package/functions/ui.js +0 -124
  2525. package/functions/ui.lua +0 -121
  2526. package/functions/utils.d.ts +0 -97
  2527. package/functions/utils.js +0 -172
  2528. package/functions/utils.lua +0 -173
  2529. package/functions/vector.d.ts +0 -32
  2530. package/functions/vector.js +0 -68
  2531. package/functions/vector.lua +0 -109
  2532. package/index.d.ts +0 -139
  2533. package/index.js +0 -140
  2534. package/index.lua +0 -1020
  2535. package/initCustomCallbacks.d.ts +0 -2
  2536. package/initCustomCallbacks.js +0 -133
  2537. package/initCustomCallbacks.lua +0 -201
  2538. package/initFeatures.d.ts +0 -3
  2539. package/initFeatures.js +0 -51
  2540. package/initFeatures.lua +0 -77
  2541. package/interfaces/AddCallbackParameterCustom.d.ts +0 -169
  2542. package/interfaces/AddCallbackParameterCustom.js +0 -2
  2543. package/interfaces/AddCallbackParameterCustom.lua +0 -6
  2544. package/interfaces/ChargeBarSprites.d.ts +0 -14
  2545. package/interfaces/ChargeBarSprites.js +0 -2
  2546. package/interfaces/ChargeBarSprites.lua +0 -4
  2547. package/interfaces/Corner.d.ts +0 -6
  2548. package/interfaces/Corner.js +0 -2
  2549. package/interfaces/Corner.lua +0 -4
  2550. package/interfaces/CustomGridEntityData.d.ts +0 -9
  2551. package/interfaces/CustomGridEntityData.js +0 -2
  2552. package/interfaces/CustomGridEntityData.lua +0 -4
  2553. package/interfaces/CustomStage.d.ts +0 -10
  2554. package/interfaces/CustomStage.js +0 -2
  2555. package/interfaces/CustomStage.lua +0 -4
  2556. package/interfaces/CustomStageLua.d.ts +0 -370
  2557. package/interfaces/CustomStageLua.js +0 -13
  2558. package/interfaces/CustomStageLua.lua +0 -4
  2559. package/interfaces/JSONRoomsFile.d.ts +0 -75
  2560. package/interfaces/JSONRoomsFile.js +0 -2
  2561. package/interfaces/JSONRoomsFile.lua +0 -4
  2562. package/interfaces/PlayerHealth.d.ts +0 -15
  2563. package/interfaces/PlayerHealth.js +0 -2
  2564. package/interfaces/PlayerHealth.lua +0 -4
  2565. package/interfaces/PocketItemDescription.d.ts +0 -8
  2566. package/interfaces/PocketItemDescription.js +0 -2
  2567. package/interfaces/PocketItemDescription.lua +0 -4
  2568. package/interfaces/SaveData.d.ts +0 -29
  2569. package/interfaces/SaveData.js +0 -2
  2570. package/interfaces/SaveData.lua +0 -4
  2571. package/interfaces/TrinketSituation.d.ts +0 -8
  2572. package/interfaces/TrinketSituation.js +0 -2
  2573. package/interfaces/TrinketSituation.lua +0 -4
  2574. package/interfaces/private/TSTLClassMetatable.d.ts +0 -12
  2575. package/interfaces/private/TSTLClassMetatable.js +0 -2
  2576. package/interfaces/private/TSTLClassMetatable.lua +0 -4
  2577. package/maps/PHDPillConversions.d.ts +0 -2
  2578. package/maps/PHDPillConversions.js +0 -20
  2579. package/maps/PHDPillConversions.lua +0 -27
  2580. package/maps/cardMap.d.ts +0 -3
  2581. package/maps/cardMap.js +0 -208
  2582. package/maps/cardMap.lua +0 -214
  2583. package/maps/characterMap.d.ts +0 -3
  2584. package/maps/characterMap.js +0 -86
  2585. package/maps/characterMap.lua +0 -92
  2586. package/maps/collectibleDescriptionMap.d.ts +0 -3
  2587. package/maps/collectibleDescriptionMap.js +0 -728
  2588. package/maps/collectibleDescriptionMap.lua +0 -730
  2589. package/maps/collectibleNameMap.d.ts +0 -3
  2590. package/maps/collectibleNameMap.js +0 -727
  2591. package/maps/collectibleNameMap.lua +0 -730
  2592. package/maps/defaultPlayerStatMap.d.ts +0 -3
  2593. package/maps/defaultPlayerStatMap.js +0 -14
  2594. package/maps/defaultPlayerStatMap.lua +0 -27
  2595. package/maps/falsePHDPillConversions.d.ts +0 -2
  2596. package/maps/falsePHDPillConversions.js +0 -34
  2597. package/maps/falsePHDPillConversions.lua +0 -41
  2598. package/maps/gridEntityTypeToBrokenStateMap.d.ts +0 -2
  2599. package/maps/gridEntityTypeToBrokenStateMap.js +0 -29
  2600. package/maps/gridEntityTypeToBrokenStateMap.lua +0 -28
  2601. package/maps/gridEntityXMLMap.d.ts +0 -9
  2602. package/maps/gridEntityXMLMap.js +0 -128
  2603. package/maps/gridEntityXMLMap.lua +0 -55
  2604. package/maps/pillEffectMap.d.ts +0 -3
  2605. package/maps/pillEffectMap.js +0 -88
  2606. package/maps/pillEffectMap.lua +0 -92
  2607. package/maps/roomShapeToTopLeftWallGridIndexMap.d.ts +0 -7
  2608. package/maps/roomShapeToTopLeftWallGridIndexMap.js +0 -14
  2609. package/maps/roomShapeToTopLeftWallGridIndexMap.lua +0 -19
  2610. package/maps/roomTypeMap.d.ts +0 -3
  2611. package/maps/roomTypeMap.js +0 -39
  2612. package/maps/roomTypeMap.lua +0 -46
  2613. package/maps/trinketDescriptionMap.d.ts +0 -3
  2614. package/maps/trinketDescriptionMap.js +0 -196
  2615. package/maps/trinketDescriptionMap.lua +0 -198
  2616. package/maps/trinketNameMap.d.ts +0 -3
  2617. package/maps/trinketNameMap.js +0 -195
  2618. package/maps/trinketNameMap.lua +0 -198
  2619. package/objects/LRoomShapeToRectangles.d.ts +0 -13
  2620. package/objects/LRoomShapeToRectangles.js +0 -33
  2621. package/objects/LRoomShapeToRectangles.lua +0 -37
  2622. package/objects/backdropTypeToRockAltType.d.ts +0 -6
  2623. package/objects/backdropTypeToRockAltType.js +0 -66
  2624. package/objects/backdropTypeToRockAltType.lua +0 -71
  2625. package/objects/bossNamePNGFileNames.d.ts +0 -5
  2626. package/objects/bossNamePNGFileNames.js +0 -112
  2627. package/objects/bossNamePNGFileNames.lua +0 -110
  2628. package/objects/bossPortraitPNGFileNames.d.ts +0 -5
  2629. package/objects/bossPortraitPNGFileNames.js +0 -115
  2630. package/objects/bossPortraitPNGFileNames.lua +0 -110
  2631. package/objects/callbackRegisterFunctions.d.ts +0 -5
  2632. package/objects/callbackRegisterFunctions.js +0 -170
  2633. package/objects/callbackRegisterFunctions.lua +0 -257
  2634. package/objects/cardDescriptions.d.ts +0 -5
  2635. package/objects/cardDescriptions.js +0 -104
  2636. package/objects/cardDescriptions.lua +0 -107
  2637. package/objects/cardNames.d.ts +0 -5
  2638. package/objects/cardNames.js +0 -104
  2639. package/objects/cardNames.lua +0 -107
  2640. package/objects/cardTypes.d.ts +0 -5
  2641. package/objects/cardTypes.js +0 -103
  2642. package/objects/cardTypes.lua +0 -108
  2643. package/objects/challengeNames.d.ts +0 -5
  2644. package/objects/challengeNames.js +0 -51
  2645. package/objects/challengeNames.lua +0 -55
  2646. package/objects/characterNames.d.ts +0 -4
  2647. package/objects/characterNames.js +0 -46
  2648. package/objects/characterNames.lua +0 -50
  2649. package/objects/coinSubTypeToValue.d.ts +0 -5
  2650. package/objects/coinSubTypeToValue.js +0 -13
  2651. package/objects/coinSubTypeToValue.lua +0 -17
  2652. package/objects/colors.d.ts +0 -24
  2653. package/objects/colors.js +0 -24
  2654. package/objects/colors.lua +0 -25
  2655. package/objects/directionNames.d.ts +0 -4
  2656. package/objects/directionNames.js +0 -9
  2657. package/objects/directionNames.lua +0 -13
  2658. package/objects/directionToDegrees.d.ts +0 -4
  2659. package/objects/directionToDegrees.js +0 -9
  2660. package/objects/directionToDegrees.lua +0 -13
  2661. package/objects/directionToVector.d.ts +0 -4
  2662. package/objects/directionToVector.js +0 -10
  2663. package/objects/directionToVector.lua +0 -15
  2664. package/objects/doorSlotFlagToDoorSlot.d.ts +0 -5
  2665. package/objects/doorSlotFlagToDoorSlot.js +0 -13
  2666. package/objects/doorSlotFlagToDoorSlot.lua +0 -18
  2667. package/objects/doorSlotToDirection.d.ts +0 -4
  2668. package/objects/doorSlotToDirection.js +0 -13
  2669. package/objects/doorSlotToDirection.lua +0 -18
  2670. package/objects/doorSlotToDoorSlotFlag.d.ts +0 -4
  2671. package/objects/doorSlotToDoorSlotFlag.js +0 -13
  2672. package/objects/doorSlotToDoorSlotFlag.lua +0 -19
  2673. package/objects/isaacAPIClassTypeToBrand.d.ts +0 -5
  2674. package/objects/isaacAPIClassTypeToBrand.js +0 -9
  2675. package/objects/isaacAPIClassTypeToBrand.lua +0 -9
  2676. package/objects/isaacAPIClassTypeToCopyFunction.d.ts +0 -5
  2677. package/objects/isaacAPIClassTypeToCopyFunction.js +0 -12
  2678. package/objects/isaacAPIClassTypeToCopyFunction.lua +0 -15
  2679. package/objects/languageNames.d.ts +0 -4
  2680. package/objects/languageNames.js +0 -11
  2681. package/objects/languageNames.lua +0 -15
  2682. package/objects/oppositeDoorSlots.d.ts +0 -4
  2683. package/objects/oppositeDoorSlots.js +0 -13
  2684. package/objects/oppositeDoorSlots.lua +0 -17
  2685. package/objects/pillEffectClasses.d.ts +0 -5
  2686. package/objects/pillEffectClasses.js +0 -56
  2687. package/objects/pillEffectClasses.lua +0 -61
  2688. package/objects/pillEffectNames.d.ts +0 -5
  2689. package/objects/pillEffectNames.js +0 -55
  2690. package/objects/pillEffectNames.lua +0 -59
  2691. package/objects/pillEffectTypes.d.ts +0 -5
  2692. package/objects/pillEffectTypes.js +0 -55
  2693. package/objects/pillEffectTypes.lua +0 -60
  2694. package/objects/playerNamePNGFileNames.d.ts +0 -5
  2695. package/objects/playerNamePNGFileNames.js +0 -55
  2696. package/objects/playerNamePNGFileNames.lua +0 -51
  2697. package/objects/playerPortraitPNGFileNames.d.ts +0 -5
  2698. package/objects/playerPortraitPNGFileNames.js +0 -52
  2699. package/objects/playerPortraitPNGFileNames.lua +0 -51
  2700. package/objects/roomShapeBounds.d.ts +0 -8
  2701. package/objects/roomShapeBounds.js +0 -46
  2702. package/objects/roomShapeBounds.lua +0 -28
  2703. package/objects/roomShapeCorners.d.ts +0 -6
  2704. package/objects/roomShapeCorners.js +0 -268
  2705. package/objects/roomShapeCorners.lua +0 -261
  2706. package/objects/roomShapeLayoutSizes.d.ts +0 -10
  2707. package/objects/roomShapeLayoutSizes.js +0 -39
  2708. package/objects/roomShapeLayoutSizes.lua +0 -31
  2709. package/objects/roomShapeToBottomRightPosition.d.ts +0 -8
  2710. package/objects/roomShapeToBottomRightPosition.js +0 -22
  2711. package/objects/roomShapeToBottomRightPosition.lua +0 -24
  2712. package/objects/roomShapeToDoorSlotCoordinates.d.ts +0 -9
  2713. package/objects/roomShapeToDoorSlotCoordinates.js +0 -109
  2714. package/objects/roomShapeToDoorSlotCoordinates.lua +0 -86
  2715. package/objects/roomShapeToDoorSlots.d.ts +0 -4
  2716. package/objects/roomShapeToDoorSlots.js +0 -69
  2717. package/objects/roomShapeToDoorSlots.lua +0 -48
  2718. package/objects/roomShapeToDoorSlotsToGridIndexDelta.d.ts +0 -8
  2719. package/objects/roomShapeToDoorSlotsToGridIndexDelta.js +0 -113
  2720. package/objects/roomShapeToDoorSlotsToGridIndexDelta.lua +0 -91
  2721. package/objects/roomShapeToGridWidth.d.ts +0 -4
  2722. package/objects/roomShapeToGridWidth.js +0 -18
  2723. package/objects/roomShapeToGridWidth.lua +0 -22
  2724. package/objects/roomShapeToTopLeftPosition.d.ts +0 -8
  2725. package/objects/roomShapeToTopLeftPosition.js +0 -23
  2726. package/objects/roomShapeToTopLeftPosition.lua +0 -26
  2727. package/objects/roomShapeVolumes.d.ts +0 -13
  2728. package/objects/roomShapeVolumes.js +0 -30
  2729. package/objects/roomShapeVolumes.lua +0 -32
  2730. package/objects/roomTypeGotoPrefixes.d.ts +0 -4
  2731. package/objects/roomTypeGotoPrefixes.js +0 -33
  2732. package/objects/roomTypeGotoPrefixes.lua +0 -37
  2733. package/objects/roomTypeNames.d.ts +0 -5
  2734. package/objects/roomTypeNames.js +0 -34
  2735. package/objects/roomTypeNames.lua +0 -38
  2736. package/objects/serializedIsaacAPIClassTypeToIdentityFunction.d.ts +0 -4
  2737. package/objects/serializedIsaacAPIClassTypeToIdentityFunction.js +0 -12
  2738. package/objects/serializedIsaacAPIClassTypeToIdentityFunction.lua +0 -15
  2739. package/objects/stageTypeSuffixes.d.ts +0 -4
  2740. package/objects/stageTypeSuffixes.js +0 -10
  2741. package/objects/stageTypeSuffixes.lua +0 -14
  2742. package/objects/stageTypeToLetter.d.ts +0 -4
  2743. package/objects/stageTypeToLetter.js +0 -12
  2744. package/objects/stageTypeToLetter.lua +0 -14
  2745. package/objects/transformationNames.d.ts +0 -4
  2746. package/objects/transformationNames.js +0 -18
  2747. package/objects/transformationNames.lua +0 -22
  2748. package/objects/versusScreenBackgroundColors.d.ts +0 -5
  2749. package/objects/versusScreenBackgroundColors.js +0 -36
  2750. package/objects/versusScreenBackgroundColors.lua +0 -40
  2751. package/objects/versusScreenDirtSpotColors.d.ts +0 -5
  2752. package/objects/versusScreenDirtSpotColors.js +0 -36
  2753. package/objects/versusScreenDirtSpotColors.lua +0 -40
  2754. package/patchErrorFunctions.d.ts +0 -1
  2755. package/patchErrorFunctions.js +0 -67
  2756. package/patchErrorFunctions.lua +0 -60
  2757. package/sets/LRoomShapesSet.d.ts +0 -2
  2758. package/sets/LRoomShapesSet.js +0 -8
  2759. package/sets/LRoomShapesSet.lua +0 -10
  2760. package/sets/bossSets.d.ts +0 -4
  2761. package/sets/bossSets.js +0 -374
  2762. package/sets/bossSets.lua +0 -556
  2763. package/sets/charactersThatStartWithAnActiveItemSet.d.ts +0 -2
  2764. package/sets/charactersThatStartWithAnActiveItemSet.js +0 -15
  2765. package/sets/charactersThatStartWithAnActiveItemSet.lua +0 -22
  2766. package/sets/charactersWithBlackHeartFromEternalHeartSet.d.ts +0 -2
  2767. package/sets/charactersWithBlackHeartFromEternalHeartSet.js +0 -6
  2768. package/sets/charactersWithBlackHeartFromEternalHeartSet.lua +0 -10
  2769. package/sets/charactersWithFreeDevilDealsSet.d.ts +0 -2
  2770. package/sets/charactersWithFreeDevilDealsSet.js +0 -3
  2771. package/sets/charactersWithFreeDevilDealsSet.lua +0 -10
  2772. package/sets/charactersWithNoRedHeartsSet.d.ts +0 -6
  2773. package/sets/charactersWithNoRedHeartsSet.js +0 -16
  2774. package/sets/charactersWithNoRedHeartsSet.lua +0 -21
  2775. package/sets/charactersWithNoSoulHeartsSet.d.ts +0 -6
  2776. package/sets/charactersWithNoSoulHeartsSet.js +0 -13
  2777. package/sets/charactersWithNoSoulHeartsSet.lua +0 -18
  2778. package/sets/chestPickupVariantsSet.d.ts +0 -2
  2779. package/sets/chestPickupVariantsSet.js +0 -16
  2780. package/sets/chestPickupVariantsSet.lua +0 -23
  2781. package/sets/consoleCommandsSet.d.ts +0 -5
  2782. package/sets/consoleCommandsSet.js +0 -61
  2783. package/sets/consoleCommandsSet.lua +0 -63
  2784. package/sets/familiarsThatShootPlayerTearsSet.d.ts +0 -2
  2785. package/sets/familiarsThatShootPlayerTearsSet.js +0 -12
  2786. package/sets/familiarsThatShootPlayerTearsSet.lua +0 -19
  2787. package/sets/lostStyleCharactersSet.d.ts +0 -6
  2788. package/sets/lostStyleCharactersSet.js +0 -13
  2789. package/sets/lostStyleCharactersSet.lua +0 -18
  2790. package/sets/mineShaftRoomSubTypesSet.d.ts +0 -2
  2791. package/sets/mineShaftRoomSubTypesSet.js +0 -9
  2792. package/sets/mineShaftRoomSubTypesSet.lua +0 -16
  2793. package/sets/narrowRoomShapesSet.d.ts +0 -2
  2794. package/sets/narrowRoomShapesSet.js +0 -8
  2795. package/sets/narrowRoomShapesSet.lua +0 -10
  2796. package/sets/redHeartSubTypesSet.d.ts +0 -2
  2797. package/sets/redHeartSubTypesSet.js +0 -7
  2798. package/sets/redHeartSubTypesSet.lua +0 -10
  2799. package/sets/sinEntityTypesSet.d.ts +0 -2
  2800. package/sets/sinEntityTypesSet.js +0 -11
  2801. package/sets/sinEntityTypesSet.lua +0 -18
  2802. package/sets/singleUseActiveCollectibleTypesSet.d.ts +0 -2
  2803. package/sets/singleUseActiveCollectibleTypesSet.js +0 -12
  2804. package/sets/singleUseActiveCollectibleTypesSet.lua +0 -19
  2805. package/sets/storyBossesSet.d.ts +0 -2
  2806. package/sets/storyBossesSet.js +0 -17
  2807. package/sets/storyBossesSet.lua +0 -24
  2808. package/shaderCrashFix.d.ts +0 -7
  2809. package/shaderCrashFix.js +0 -17
  2810. package/shaderCrashFix.lua +0 -20
  2811. package/types/AnyEntity.d.ts +0 -12
  2812. package/types/AnyEntity.js +0 -2
  2813. package/types/AnyEntity.lua +0 -4
  2814. package/types/CollectibleIndex.d.ts +0 -16
  2815. package/types/CollectibleIndex.js +0 -2
  2816. package/types/CollectibleIndex.lua +0 -4
  2817. package/types/PickingUpItem.d.ts +0 -34
  2818. package/types/PickingUpItem.js +0 -38
  2819. package/types/PickingUpItem.lua +0 -36
  2820. package/types/PlayerIndex.d.ts +0 -16
  2821. package/types/PlayerIndex.js +0 -2
  2822. package/types/PlayerIndex.lua +0 -4
  2823. package/types/private/IsaacAPIClass.d.ts +0 -4
  2824. package/types/private/IsaacAPIClass.js +0 -2
  2825. package/types/private/IsaacAPIClass.lua +0 -4
  2826. package/types/private/SerializedIsaacAPIClass.d.ts +0 -4
  2827. package/types/private/SerializedIsaacAPIClass.js +0 -2
  2828. package/types/private/SerializedIsaacAPIClass.lua +0 -4
  2829. package/types/private/TSTLClass.d.ts +0 -4
  2830. package/types/private/TSTLClass.js +0 -2
  2831. package/types/private/TSTLClass.lua +0 -4
  2832. package/upgradeMod.d.ts +0 -23
  2833. package/upgradeMod.js +0 -47
  2834. package/upgradeMod.lua +0 -56
@@ -1,1213 +0,0 @@
1
- /*
2
- eslint isaacscript/member-ordering: ["warn", {
3
- enums: {
4
- memberTypes: ["method", "field"],
5
- order: "alphabetically"
6
- },
7
- }]
8
- */
9
- /**
10
- * - The Isaac API offers a lot of callbacks, but a lot of times there isn't one for the specific
11
- * thing that you are looking to do. So, `isaacscript-common` adds a bunch of new callbacks that
12
- * you can use.
13
- * - The extra callbacks are efficient such that no code is executed until there is one or more
14
- * subscriptions.
15
- * - You must upgrade your mod with the `upgradeMod` helper function before using a custom callback.
16
- */
17
- export var ModCallbackCustom;
18
- (function (ModCallbackCustom) {
19
- /**
20
- * Fires from the `POST_UPDATE` callback when a Challenge Room or Boss Rush is started.
21
- * Specifically, this happens on the first frame that `Room.IsAmbushDone` is true.
22
- *
23
- * When registering the callback, takes an optional second argument that will make the callback
24
- * only fire if for the `AmbushType` provided.
25
- *
26
- * ```ts
27
- * function postAmbushFinished(ambushType: AmbushType): void {}
28
- * ```
29
- */
30
- ModCallbackCustom[ModCallbackCustom["POST_AMBUSH_FINISHED"] = 0] = "POST_AMBUSH_FINISHED";
31
- /**
32
- * Fires from the `POST_UPDATE` callback when a Challenge Room or Boss Rush is completed.
33
- * Specifically, this happens on the first frame that `Room.IsAmbushActive` is true.
34
- *
35
- * When registering the callback, takes an optional second argument that will make the callback
36
- * only fire if for the `AmbushType` provided.
37
- *
38
- * ```ts
39
- * function postAmbushStarted(ambushType: AmbushType): void {}
40
- * ```
41
- */
42
- ModCallbackCustom[ModCallbackCustom["POST_AMBUSH_STARTED"] = 1] = "POST_AMBUSH_STARTED";
43
- /**
44
- * Fires on the `POST_BOMB_UPDATE` callback that it explodes.
45
- *
46
- * When registering the callback, takes an optional second argument that will make the callback
47
- * only fire if the bomb variant matches the `BombVariant` provided.
48
- *
49
- * ```ts
50
- * function postBombDetonated(bomb: EntityBomb): void {}
51
- * ```
52
- */
53
- ModCallbackCustom[ModCallbackCustom["POST_BOMB_EXPLODED"] = 2] = "POST_BOMB_EXPLODED";
54
- /**
55
- * Fires on the first `POST_BOMB_UPDATE` frame for each bomb.
56
- *
57
- * This callback is useful because many attributes cannot be set or retrieved properly in the
58
- * normal `POST_BOMB_INIT` callback.
59
- *
60
- * When registering the callback, takes an optional second argument that will make the callback
61
- * only fire if the bomb variant matches the `BombVariant` provided.
62
- *
63
- * ```ts
64
- * function postBombInitLate(bomb: EntityBomb): void {}
65
- * ```
66
- */
67
- ModCallbackCustom[ModCallbackCustom["POST_BOMB_INIT_LATE"] = 3] = "POST_BOMB_INIT_LATE";
68
- /**
69
- * Fires from the `POST_RENDER` callback when one of Forgotten's bone clubs is swung or thrown.
70
- *
71
- * ```ts
72
- * function postBoneSwing(boneClub: EntityKnife): void {}
73
- * ```
74
- */
75
- ModCallbackCustom[ModCallbackCustom["POST_BONE_SWING"] = 4] = "POST_BONE_SWING";
76
- /**
77
- * Fires from the `POST_PICKUP_UPDATE` callback when a collectible goes from a non-zero sub-type
78
- * to `CollectibleType.NULL` (i.e. an "empty" pedestal).
79
- *
80
- * When registering the callback, takes an optional second argument that will make the callback
81
- * only fire if the collectible type changed from the `CollectibleType` provided.
82
- *
83
- * ```ts
84
- * function postCollectibleEmpty(
85
- * collectible: EntityPickupCollectible,
86
- * oldCollectibleType: CollectibleType,
87
- * ): void {}
88
- * ```
89
- */
90
- ModCallbackCustom[ModCallbackCustom["POST_COLLECTIBLE_EMPTY"] = 5] = "POST_COLLECTIBLE_EMPTY";
91
- /**
92
- * Fires from the `POST_PICKUP_INIT` callback on the first time that a player has seen the
93
- * respective collectible on the run. For more details on how this is calculated, see the
94
- * documentation for the `getCollectibleIndex` helper function.
95
- *
96
- * This callback is useful because collectibles will despawn upon leaving the room and respawn
97
- * upon re-entering the room. Additionally, when playing as Tainted Isaac, the `POST_PICKUP_INIT`
98
- * callback will fire every time the item shifts.
99
- *
100
- * When registering the callback, takes an optional second argument that will make the callback
101
- * only fire if the collectible type matches the `CollectibleType` provided.
102
- *
103
- * ```ts
104
- * function postCollectibleInitLate(collectible: EntityPickup): void {}
105
- * ```
106
- */
107
- ModCallbackCustom[ModCallbackCustom["POST_COLLECTIBLE_INIT_FIRST"] = 6] = "POST_COLLECTIBLE_INIT_FIRST";
108
- /**
109
- * Fires from the `POST_PLAYER_RENDER` callback on the first frame that the "TeleportUp" animation
110
- * begins playing after a player triggers a Cursed Eye teleport or a Cursed Skull teleport. (Both
111
- * of these have the same effect in causing Isaac to be teleported to a random room.)
112
- *
113
- * ```ts
114
- * function postCursedTeleport(player: EntityPlayer): void {}
115
- * ```
116
- */
117
- ModCallbackCustom[ModCallbackCustom["POST_CURSED_TELEPORT"] = 7] = "POST_CURSED_TELEPORT";
118
- /**
119
- * Fires from the `POST_PEFFECT_UPDATE` callback when a player enters the loading zone of a custom
120
- * door created with the `spawnCustomDoor` helper function.
121
- *
122
- * When registering the callback, takes an optional second argument that will make the callback
123
- * only fire if it matches the `DoorVariant` provided.
124
- *
125
- * ```ts
126
- * function postCustomDoorEnter(
127
- * player: EntityPlayer,
128
- * effectVariant: int,
129
- * doorSlot: DoorSlot,
130
- * direction: Direction,
131
- * ): void {}
132
- * ```
133
- */
134
- ModCallbackCustom[ModCallbackCustom["POST_CUSTOM_DOOR_ENTER"] = 8] = "POST_CUSTOM_DOOR_ENTER";
135
- /**
136
- * Fires from the `POST_PLAYER_UPDATE` callback after the player has finished the death animation,
137
- * has teleported to the previous room, and is ready to play the animation for the modded revival
138
- * item. The `revivalType` will match the value returned from the `PRE_CUSTOM_REVIVE` callback.
139
- *
140
- * In this callback, you must play an animation with something along the lines of
141
- * `player.AnimateCollectible(CollectibleTypeCustom.COLLECTIBLE_MY_REVIVAL_ITEM);`, otherwise the
142
- * animation for a 1-Up will play.
143
- *
144
- * When registering the callback, takes an optional second argument that will make the callback
145
- * only fire if the revival type matches the one provided.
146
- *
147
- * ```ts
148
- * function postCustomRevive(player: EntityPlayer, revivalType: int): void {}
149
- * ```
150
- */
151
- ModCallbackCustom[ModCallbackCustom["POST_CUSTOM_REVIVE"] = 9] = "POST_CUSTOM_REVIVE";
152
- /**
153
- * Fires from the `EFFECT_POST_UPDATE` callback after a player has entered the range of a Dice
154
- * Room floor.
155
- *
156
- * When registering the callback, takes an optional second argument that will make the callback
157
- * only fire if the `DiceFloorSubType` type matches the one provided.
158
- *
159
- * ```ts
160
- * function postDiceRoomActivated(
161
- * player: EntityPlayer,
162
- * diceFloorSubType: DiceFloorSubType,
163
- * ): void {}
164
- * ```
165
- */
166
- ModCallbackCustom[ModCallbackCustom["POST_DICE_ROOM_ACTIVATED"] = 10] = "POST_DICE_ROOM_ACTIVATED";
167
- /**
168
- * Fires from the `POST_RENDER` callback on every frame that a door exists.
169
- *
170
- * When registering the callback, takes an optional second argument that will make the callback
171
- * only fire if it matches the variant provided.
172
- *
173
- * ```ts
174
- * function postDoorRender(door: GridEntityDoor): void {}
175
- * ```
176
- */
177
- ModCallbackCustom[ModCallbackCustom["POST_DOOR_RENDER"] = 11] = "POST_DOOR_RENDER";
178
- /**
179
- * Fires from the `POST_UPDATE` callback on every frame that a door exists.
180
- *
181
- * When registering the callback, takes an optional second argument that will make the callback
182
- * only fire if it matches the variant provided.
183
- *
184
- * ```ts
185
- * function postDoorUpdate(door: GridEntityDoor): void {}
186
- * ```
187
- */
188
- ModCallbackCustom[ModCallbackCustom["POST_DOOR_UPDATE"] = 12] = "POST_DOOR_UPDATE";
189
- /**
190
- * Fires on the first `POST_EFFECT_UPDATE` frame for each effect.
191
- *
192
- * This callback is useful because many attributes cannot be set or retrieved properly in the
193
- * normal `POST_EFFECT_INIT` callback.
194
- *
195
- * When registering the callback, takes an optional second argument that will make the callback
196
- * only fire if the effect variant matches the `EffectVariant` provided.
197
- *
198
- * ```ts
199
- * function postEffectInitLate(effect: EntityEffect): void {}
200
- * ```
201
- */
202
- ModCallbackCustom[ModCallbackCustom["POST_EFFECT_INIT_LATE"] = 13] = "POST_EFFECT_INIT_LATE";
203
- /**
204
- * Fires from the `POST_EFFECT_UPDATE` callback when an effect's state has changed from what it
205
- * was on the previous frame.
206
- *
207
- * When registering the callback, takes an optional second argument that will make the callback
208
- * only fire if it matches the `EffectVariant` provided.
209
- *
210
- * ```ts
211
- * function postEffectStateChanged(
212
- * effect: EntityEffect,
213
- * previousState: int,
214
- * currentState: int,
215
- * ): void {}
216
- * ```
217
- */
218
- ModCallbackCustom[ModCallbackCustom["POST_EFFECT_STATE_CHANGED"] = 14] = "POST_EFFECT_STATE_CHANGED";
219
- /**
220
- * Fires one `POST_UPDATE` frame after the player has used the Esau Jr. item. (The player is not
221
- * updated to the new character until a game frame has passed.)
222
- *
223
- * ```ts
224
- * function postEsauJr(player: EntityPlayer): void {}
225
- * ```
226
- */
227
- ModCallbackCustom[ModCallbackCustom["POST_ESAU_JR"] = 15] = "POST_ESAU_JR";
228
- /**
229
- * Fires on the first `FAMILIAR_UPDATE` frame for each familiar.
230
- *
231
- * This callback is useful because many attributes cannot be set or retrieved properly in the
232
- * normal `POST_TEAR_INIT` callback.
233
- *
234
- * When registering the callback, takes an optional second argument that will make the callback
235
- * only fire if the familiar variant matches the `FamiliarVariant` provided.
236
- *
237
- * ```ts
238
- * function postFamiliarInitLate(familiar: EntityFamiliar): void {}
239
- * ```
240
- */
241
- ModCallbackCustom[ModCallbackCustom["POST_FAMILIAR_INIT_LATE"] = 16] = "POST_FAMILIAR_INIT_LATE";
242
- /**
243
- * Fires from the `POST_FAMILIAR_UPDATE` callback when a familiar's state has changed from what it
244
- * was on the previous frame.
245
- *
246
- * When registering the callback, takes an optional second argument that will make the callback
247
- * only fire if it matches the `FamiliarVariant` provided.
248
- *
249
- * ```ts
250
- * function postFamiliarStateChanged(
251
- * familiar: EntityFamiliar,
252
- * previousState: int,
253
- * currentState: int,
254
- * ): void {}
255
- * ```
256
- */
257
- ModCallbackCustom[ModCallbackCustom["POST_FAMILIAR_STATE_CHANGED"] = 17] = "POST_FAMILIAR_STATE_CHANGED";
258
- /**
259
- * Fires one `POST_UPDATE` frame after the player has first used the Esau Jr. item. (The player is
260
- * not updated to the new character until a game frame has passed.)
261
- *
262
- * This callback is useful because there is no way to get access to the Esau Jr. character entity
263
- * before the player has actually used the Esau Jr. item.
264
- *
265
- * ```ts
266
- * function postFirstEsauJr(player: EntityPlayer): void {}
267
- * ```
268
- */
269
- ModCallbackCustom[ModCallbackCustom["POST_FIRST_ESAU_JR"] = 18] = "POST_FIRST_ESAU_JR";
270
- /**
271
- * Fires after the player has used the Flip item for the first time. Unlike the vanilla `USE_ITEM`
272
- * callback, this callback will return the player object for the new Lazarus (not the one who used
273
- * the Flip item).
274
- *
275
- * This callback is useful because there is no way to get access to the "flipped" character entity
276
- * before the player has actually used the Flip item.
277
- *
278
- * ```ts
279
- * function postFirstFlip(player: EntityPlayer): void {}
280
- * ```
281
- */
282
- ModCallbackCustom[ModCallbackCustom["POST_FIRST_FLIP"] = 19] = "POST_FIRST_FLIP";
283
- /**
284
- * Fires after the player has used the Flip item. Unlike the vanilla `USE_ITEM` callback, this
285
- * callback will return the player object for the new Lazarus (not the one who used the Flip
286
- * item).
287
- *
288
- * This callback is useful because there is no way to get access to the "flipped" character entity
289
- * before the player has actually used the Flip item.
290
- *
291
- * ```ts
292
- * function postFlip(player: EntityPlayer): void {}
293
- * ```
294
- */
295
- ModCallbackCustom[ModCallbackCustom["POST_FLIP"] = 20] = "POST_FLIP";
296
- /**
297
- * Similar to the vanilla callback of the same name, but fires in the correct order with respect
298
- * to the `POST_NEW_LEVEL` and the `POST_NEW_ROOM` callbacks:
299
- *
300
- * `POST_GAME_STARTED_REORDERED` --> `POST_NEW_LEVEL_REORDERED` --> `POST_NEW_ROOM_REORDERED`
301
- *
302
- * ```ts
303
- * function postGameStartedReordered(isContinued: boolean): void {}
304
- * ```
305
- */
306
- ModCallbackCustom[ModCallbackCustom["POST_GAME_STARTED_REORDERED"] = 21] = "POST_GAME_STARTED_REORDERED";
307
- /**
308
- * Fires from the `POST_UPDATE` callback when the Greed Mode wave increases.
309
- *
310
- * ```ts
311
- * function postGreedModeWave(oldWave: int, newWave: int): void {}
312
- * ```
313
- */
314
- ModCallbackCustom[ModCallbackCustom["POST_GREED_MODE_WAVE"] = 22] = "POST_GREED_MODE_WAVE";
315
- /**
316
- * Fires from the `POST_UPDATE` update when a grid entity changes to a state that corresponds to
317
- * the broken state for the respective grid entity type.
318
- *
319
- * When registering the callback, takes an optional second argument that will make the callback
320
- * only fire if it matches the `GridEntityType` provided.
321
- *
322
- * ```ts
323
- * function postGridEntityBroken(gridEntity: GridEntity): void {}
324
- * ```
325
- */
326
- ModCallbackCustom[ModCallbackCustom["POST_GRID_ENTITY_BROKEN"] = 23] = "POST_GRID_ENTITY_BROKEN";
327
- /**
328
- * Fires from the `POST_UPDATE` callback when a new entity collides with a grid entity.
329
- *
330
- * When registering the callback, takes an optional second argument that will make the callback
331
- * only fire if it matches the `GridEntityType` provided.
332
- *
333
- * ```ts
334
- * function postGridEntityCollision(
335
- * gridEntity: GridEntity,
336
- * entity: Entity,
337
- * ): void {}
338
- * ```
339
- */
340
- ModCallbackCustom[ModCallbackCustom["POST_GRID_ENTITY_COLLISION"] = 24] = "POST_GRID_ENTITY_COLLISION";
341
- /**
342
- * Fires when a new grid entity is initialized. Specifically, this is either:
343
- *
344
- * - in the `POST_NEW_ROOM` callback (firing every time a room is entered, even if the entity was
345
- * previously there on a previous room entry)
346
- * - in the `POST_UPDATE` callback (if the entity appeared mid-way through the room, like when the
347
- * trapdoor appears after defeating It Lives!)
348
- *
349
- * When registering the callback, takes an optional second argument that will make the callback
350
- * only fire if it matches the `GridEntityType` provided.
351
- *
352
- * ```ts
353
- * function postGridEntityInit(gridEntity: GridEntity): void {}
354
- * ```
355
- */
356
- ModCallbackCustom[ModCallbackCustom["POST_GRID_ENTITY_INIT"] = 25] = "POST_GRID_ENTITY_INIT";
357
- /**
358
- * Fires from the `POST_UPDATE` callback when a new grid entity is removed. Specifically, this on
359
- * the frame after it no longer exists (where it did exist a frame ago).
360
- *
361
- * When registering the callback, takes an optional second argument that will make the callback
362
- * only fire if it matches the `GridEntityType` provided.
363
- *
364
- * ```ts
365
- * function postGridEntityRemove(
366
- * gridIndex: int,
367
- * gridEntityType: GridEntityType,
368
- * ): void {}
369
- * ```
370
- */
371
- ModCallbackCustom[ModCallbackCustom["POST_GRID_ENTITY_REMOVE"] = 26] = "POST_GRID_ENTITY_REMOVE";
372
- /**
373
- * Fires from the `POST_RENDER` callback on every frame that a grid entity exists.
374
- *
375
- * - When registering the callback, takes an optional second argument that will make the callback
376
- * only fire if it matches the `GridEntityType` provided.
377
- * - When registering the callback, takes an optional third argument that will make the callback
378
- * only fire if it matches the variant provided.
379
- *
380
- * ```ts
381
- * function postGridEntityRender(gridEntity: GridEntity): void {}
382
- * ```
383
- */
384
- ModCallbackCustom[ModCallbackCustom["POST_GRID_ENTITY_RENDER"] = 27] = "POST_GRID_ENTITY_RENDER";
385
- /**
386
- * Fires from the `POST_UPDATE` callback when a grid entity changes its state.
387
- *
388
- * When registering the callback, takes an optional second argument that will make the callback
389
- * only fire if it matches the `GridEntityType` provided.
390
- *
391
- * ```ts
392
- * function postGridEntityStateChanged(
393
- * gridEntity: GridEntity,
394
- * oldState: int,
395
- * newState: int,
396
- * ): void {}
397
- * ```
398
- */
399
- ModCallbackCustom[ModCallbackCustom["POST_GRID_ENTITY_STATE_CHANGED"] = 28] = "POST_GRID_ENTITY_STATE_CHANGED";
400
- /**
401
- * Fires from the `POST_UPDATE` callback on every frame that a grid entity exists.
402
- *
403
- * - When registering the callback, takes an optional second argument that will make the callback
404
- * only fire if it matches the `GridEntityType` provided.
405
- * - When registering the callback, takes an optional third argument that will make the callback
406
- * only fire if it matches the variant provided.
407
- *
408
- * ```ts
409
- * function postGridEntityUpdate(gridEntity: GridEntity): void {}
410
- * ```
411
- */
412
- ModCallbackCustom[ModCallbackCustom["POST_GRID_ENTITY_UPDATE"] = 29] = "POST_GRID_ENTITY_UPDATE";
413
- /**
414
- * Fires from the `POST_PEFFECT_UPDATE` callback when the player loses a Holy Mantle temporary
415
- * collectible effect.
416
- *
417
- * This callback is useful because you might want to have code that happens when the player is hit
418
- * from an enemy. Normally, you would accomplish this via the `ENTITY_TAKE_DMG` callback, but that
419
- * callback never fires if the player has a Holy Mantle shield.
420
- *
421
- * - When registering the callback, takes an optional second argument that will make the callback
422
- * only fire if the player matches the `PlayerVariant` provided.
423
- * - When registering the callback, takes an optional third argument that will make the callback
424
- * only fire if the player matches the `PlayerType` provided.
425
- *
426
- * ```ts
427
- * function postPlayerInitReordered(
428
- * player: EntityPlayer,
429
- * oldNumHolyMantles: int,
430
- * newNumHolyMantles: int,
431
- * ): void {}
432
- * ```
433
- */
434
- ModCallbackCustom[ModCallbackCustom["POST_HOLY_MANTLE_REMOVED"] = 30] = "POST_HOLY_MANTLE_REMOVED";
435
- /**
436
- * Fires from `POST_PEFFECT_UPDATE` callback when the player loses charge on their active
437
- * collectible item, implying that the item was just used.
438
- *
439
- * This callback is useful because the `USE_ITEM` callback does not fire when The Candle, Red
440
- * Candle, and Bob's Rotten Brain are discharged.
441
- *
442
- * Note that this callback will not fire if the active item is both discharged and swapped for
443
- * another item / discharged on the same frame, like in the case of Alabaster Box.
444
- *
445
- * When registering the callback, takes an optional second argument that will make the callback
446
- * only fire if it matches the `CollectibleType` provided.
447
- *
448
- * ```ts
449
- * function postItemDischarge(
450
- * player: EntityPlayer,
451
- * collectibleType: CollectibleType,
452
- * activeSlot: ActiveSlot,
453
- * ): void {}
454
- * ```
455
- */
456
- ModCallbackCustom[ModCallbackCustom["POST_ITEM_DISCHARGE"] = 31] = "POST_ITEM_DISCHARGE";
457
- /**
458
- * Fires from the `POST_PEFFECT_UPDATE` callback when an item is no longer queued (i.e. when the
459
- * animation of the player holding the item above their head is finished and the item is actually
460
- * added to the player's inventory).
461
- *
462
- * Note that this callback will only fire once per Forgotten/Soul pair.
463
- *
464
- * - When registering the callback, takes an optional second argument that will make the callback
465
- * only fire if it matches the `ItemType` provided.
466
- * - When registering the callback, takes an optional third argument that will make the callback
467
- * only fire if the `CollectibleType` or the `TrinketType` matches the ID provided.
468
- *
469
- * ```ts
470
- * function postItemPickup(
471
- * player: EntityPlayer,
472
- * pickingUpItem: PickingUpItem,
473
- * ): void {}
474
- * ```
475
- */
476
- ModCallbackCustom[ModCallbackCustom["POST_ITEM_PICKUP"] = 32] = "POST_ITEM_PICKUP";
477
- /**
478
- * Fires on the first `POST_KNIFE_UPDATE` frame for each knife.
479
- *
480
- * This callback is useful because many attributes cannot be set or retrieved properly in the
481
- * normal `POST_KNIFE_INIT` callback.
482
- *
483
- * When registering the callback, takes an optional second argument that will make the callback
484
- * only fire if the knife variant matches the `KnifeVariant` provided.
485
- *
486
- * ```ts
487
- * function postKnifeInitLate(knife: EntityKnife): void {}
488
- * ```
489
- */
490
- ModCallbackCustom[ModCallbackCustom["POST_KNIFE_INIT_LATE"] = 33] = "POST_KNIFE_INIT_LATE";
491
- /**
492
- * Fires on the first `POST_LASER_UPDATE` frame for each laser.
493
- *
494
- * This callback is useful because many attributes cannot be set or retrieved properly in the
495
- * normal `POST_LASER_INIT` callback.
496
- *
497
- * When registering the callback, takes an optional second argument that will make the callback
498
- * only fire if the laser variant matches the `LaserVariant` provided.
499
- *
500
- * ```ts
501
- * function postLaserInitLate(laser: EntityLaser): void {}
502
- * ```
503
- */
504
- ModCallbackCustom[ModCallbackCustom["POST_LASER_INIT_LATE"] = 34] = "POST_LASER_INIT_LATE";
505
- /**
506
- * The same as the vanilla callback of the same name, but fires in the correct order with respect
507
- * to the `POST_GAME_STARTED` and the `POST_NEW_ROOM` callbacks:
508
- *
509
- * `POST_GAME_STARTED_REORDERED` --> `POST_NEW_LEVEL_REORDERED` --> `POST_NEW_ROOM_REORDERED`
510
- *
511
- * If some specific cases, mods can change the current level during run initialization (on the 0th
512
- * frame). However, due to how the callback reordering works, the custom
513
- * `POST_NEW_LEVEL_REORDERED` callback will never fire on the 0th frame. To get around this, call
514
- * the `forceNewLevelCallback()` function before changing levels to temporarily force the callback
515
- * to fire.
516
- *
517
- * ```ts
518
- * function postNewLevelReordered(): void {}
519
- * ```
520
- */
521
- ModCallbackCustom[ModCallbackCustom["POST_NEW_LEVEL_REORDERED"] = 35] = "POST_NEW_LEVEL_REORDERED";
522
- /**
523
- * Fires on the first `POST_NEW_ROOM` or `PRE_ENTITY_SPAWN` callback where being in a new room is
524
- * detected. This is useful because the vanilla `POST_NEW_ROOM` callback fires only after entities
525
- * in the room have been initialized and updated once, which means that it is possible for
526
- * entity-related code to run before room-related-initialization has been performed.
527
- *
528
- * ```ts
529
- * function postNewRoomEarly(): void {}
530
- * ```
531
- */
532
- ModCallbackCustom[ModCallbackCustom["POST_NEW_ROOM_EARLY"] = 36] = "POST_NEW_ROOM_EARLY";
533
- /**
534
- * The same as the vanilla callback of the same name, but fires in the correct order with respect
535
- * to the `POST_GAME_STARTED` and the `POST_NEW_LEVEL` callbacks:
536
- *
537
- * `POST_GAME_STARTED_REORDERED` --> `POST_NEW_LEVEL_REORDERED` --> `POST_NEW_ROOM_REORDERED`
538
- *
539
- * If some specific cases, mods can change the current room during run initialization (on the 0th
540
- * frame). However, due to how the callback reordering works, the custom `POST_NEW_ROOM_REORDERED`
541
- * callback will never fire on the 0th frame. To get around this, call the
542
- * `forceNewRoomCallback()` function before changing levels to temporarily force the callback to
543
- * fire.
544
- *
545
- * ```ts
546
- * function postNewRoomReordered(): void {}
547
- * ```
548
- */
549
- ModCallbackCustom[ModCallbackCustom["POST_NEW_ROOM_REORDERED"] = 37] = "POST_NEW_ROOM_REORDERED";
550
- /**
551
- * Fires on the first `NPC_UPDATE` frame for each NPC.
552
- *
553
- * This callback is useful because many attributes cannot be set or retrieved properly in the
554
- * normal `POST_NPC_INIT` callback.
555
- *
556
- * When registering the callback, takes an optional second argument that will make the callback
557
- * only fire if the NPC's entity type matches the entity type provided.
558
- *
559
- * ```ts
560
- * function postNPCInitLate(npc: EntityNPC): void {}
561
- * ```
562
- */
563
- ModCallbackCustom[ModCallbackCustom["POST_NPC_INIT_LATE"] = 38] = "POST_NPC_INIT_LATE";
564
- /**
565
- * Fires from the `POST_NPC_UPDATE` callback when an NPC's state has changed from what it was on
566
- * the previous frame.
567
- *
568
- * - When registering the callback, takes an optional second argument that will make the callback
569
- * only fire if it matches the `EntityType` provided.
570
- * - When registering the callback, takes an optional third argument that will make the callback
571
- * only fire if it matches the variant provided.
572
- *
573
- * ```ts
574
- * function postNPCStateChanged(
575
- * npc: EntityNPC,
576
- * previousState: int,
577
- * currentState: int,
578
- * ): void {}
579
- * ```
580
- */
581
- ModCallbackCustom[ModCallbackCustom["POST_NPC_STATE_CHANGED"] = 39] = "POST_NPC_STATE_CHANGED";
582
- /**
583
- * Similar to the vanilla callback of the same name, but fires after the `POST_GAME_STARTED`
584
- * callback fires (if the player is being updated on the 0th game frame of the run).
585
- *
586
- * This callback is useful for two reasons:
587
- *
588
- * 1. Normally, `POST_PEFFECT_UPDATE` fires before `POST_GAME_STARTED`. Since mod variables are
589
- * often initialized at the beginning of the `POST_GAME_STARTED` callback, this can cause
590
- * problems.
591
- * 1. Some functions do not work (or crash the game) when called before the `POST_NEW_ROOM`
592
- * callback. For example, since the level is not generated yet, you will not be able to access
593
- * any rooms.
594
- *
595
- * - When registering the callback, takes an optional second argument that will make the callback
596
- * only fire if the player matches the `PlayerVariant` provided.
597
- * - When registering the callback, takes an optional third argument that will make the callback
598
- * only fire if the player matches the `PlayerType` provided.
599
- *
600
- * ```ts
601
- * function postPEffectUpdateReordered(player: EntityPlayer): void {}
602
- * ```
603
- */
604
- ModCallbackCustom[ModCallbackCustom["POST_PEFFECT_UPDATE_REORDERED"] = 40] = "POST_PEFFECT_UPDATE_REORDERED";
605
- /**
606
- * Fires on the first `POST_RENDER` frame that a pickup plays the "Collect" animation.
607
- *
608
- * Use this callback to know when a pickup is added to the player's inventory or health.
609
- *
610
- * When registering the callback, takes an optional second argument that will make the callback
611
- * only fire if the pickup variant matches the `PickupVariant` provided.
612
- *
613
- * ```ts
614
- * function postPickupCollect(pickup: EntityPickup, player: EntityPlayer): void {}
615
- * ```
616
- */
617
- ModCallbackCustom[ModCallbackCustom["POST_PICKUP_COLLECT"] = 41] = "POST_PICKUP_COLLECT";
618
- /**
619
- * Fires from the `POST_PICKUP_INIT` callback on the first time that a player has seen the
620
- * respective pickup on the run.
621
- *
622
- * This callback is useful because pickups will despawn upon leaving the room and respawn upon
623
- * re-entering the room.
624
- *
625
- * For most cases, this callback will simply fire when `POST_PICKUP_INIT` fires and the player is
626
- * not re-entering a previously visited room.
627
- *
628
- * The special case is when a player enters a post-Ascent Treasure Room or Boss Room. For these
629
- * cases, the `InitSeed` of any pickups seen from previous floors is kept track of to prevent the
630
- * callback from firing when re-entering the room.
631
- *
632
- * When registering the callback, takes an optional second argument that will make the callback
633
- * only fire if the collectible type matches the `PickupVariant` provided.
634
- *
635
- * ```ts
636
- * function postPickupInitFirst(pickup: EntityPickup): void {}
637
- * ```
638
- */
639
- ModCallbackCustom[ModCallbackCustom["POST_PICKUP_INIT_FIRST"] = 42] = "POST_PICKUP_INIT_FIRST";
640
- /**
641
- * Fires on the first `POST_PICKUP_UPDATE` frame for each pickup.
642
- *
643
- * This callback is useful because many attributes cannot be set or retrieved properly in the
644
- * normal `POST_PICKUP_INIT` callback.
645
- *
646
- * When registering the callback, takes an optional second argument that will make the callback
647
- * only fire if the pickup variant matches the `PickupVariant` provided.
648
- *
649
- * ```ts
650
- * function postPickupInitLate(pickup: EntityPickup): void {}
651
- * ```
652
- */
653
- ModCallbackCustom[ModCallbackCustom["POST_PICKUP_INIT_LATE"] = 43] = "POST_PICKUP_INIT_LATE";
654
- /**
655
- * Fires from the `POST_PICKUP_UPDATE` callback when a pickup's state has changed from what it was
656
- * on the previous frame.
657
- *
658
- * When registering the callback, takes an optional second argument that will make the callback
659
- * only fire if it matches the `PickupVariant` provided.
660
- *
661
- * ```ts
662
- * function postPickupStateChanged(
663
- * pickup: EntityPickup,
664
- * previousState: int,
665
- * currentState: int,
666
- * ): void {}
667
- * ```
668
- */
669
- ModCallbackCustom[ModCallbackCustom["POST_PICKUP_STATE_CHANGED"] = 44] = "POST_PICKUP_STATE_CHANGED";
670
- /**
671
- * Fires from the `POST_RENDER` callback on every frame that a pit exists.
672
- *
673
- * When registering the callback, takes an optional second argument that will make the callback
674
- * only fire if it matches the variant provided.
675
- *
676
- * ```ts
677
- * function postPitRender(pit: GridEntityPit): void {}
678
- * ```
679
- */
680
- ModCallbackCustom[ModCallbackCustom["POST_PIT_RENDER"] = 45] = "POST_PIT_RENDER";
681
- /**
682
- * Fires from the `POST_UPDATE` callback on every frame that a pit exists.
683
- *
684
- * When registering the callback, takes an optional second argument that will make the callback
685
- * only fire if it matches the variant provided.
686
- *
687
- * ```ts
688
- * function postPitUpdate(pit: GridEntityPit): void {}
689
- * ```
690
- */
691
- ModCallbackCustom[ModCallbackCustom["POST_PIT_UPDATE"] = 46] = "POST_PIT_UPDATE";
692
- /**
693
- * Fires from the `POST_PEFFECT_UPDATE` callback when a player entity gains or loses any health
694
- * (i.e. hearts). For more information, see the `PlayerHealth` enum.
695
- *
696
- * - When registering the callback, takes an optional second argument that will make the callback
697
- * only fire if the player matches the `PlayerVariant` provided.
698
- * - When registering the callback, takes an optional third argument that will make the callback
699
- * only fire if the player matches the `PlayerType` provided.
700
- *
701
- * ```ts
702
- * function postPlayerChangeHealth(
703
- * player: EntityPlayer,
704
- * healthType: HealthType,
705
- * difference: int,
706
- * ): void {}
707
- * ```
708
- */
709
- ModCallbackCustom[ModCallbackCustom["POST_PLAYER_CHANGE_HEALTH"] = 47] = "POST_PLAYER_CHANGE_HEALTH";
710
- /**
711
- * Fires from the `POST_PEFFECT_UPDATE` callback when a player entity changes its player type
712
- * (i.e. character). For example, it will fire after using Clicker, after dying with the Judas'
713
- * Shadow collectible, etc.
714
- *
715
- * Notably, it does not fire after the player uses the Flip item or the Esau Jr. item, because
716
- * those items cause separate player entities to be created. Use the `POST_FLIP` and
717
- * `POST_ESAU_JR` callbacks to handle those situations.
718
- *
719
- * ```ts
720
- * function postPlayerChangeType(
721
- * player: EntityPlayer,
722
- * oldCharacter: PlayerType,
723
- * newCharacter: PlayerType,
724
- * ): void {}
725
- * ```
726
- */
727
- ModCallbackCustom[ModCallbackCustom["POST_PLAYER_CHANGE_TYPE"] = 48] = "POST_PLAYER_CHANGE_TYPE";
728
- /**
729
- * Fires from the `POST_PEFFECT_UPDATE` callback when a player's collectible count is higher than
730
- * what it was on the previous frame.
731
- *
732
- * When registering the callback, takes an optional second argument that will make the callback
733
- * only fire if the collectible matches the `CollectibleType` provided.
734
- *
735
- * ```ts
736
- * function postPlayerCollectibleAdded(
737
- * player: EntityPlayer,
738
- * collectibleType: CollectibleType,
739
- * ): void {}
740
- * ```
741
- */
742
- ModCallbackCustom[ModCallbackCustom["POST_PLAYER_COLLECTIBLE_ADDED"] = 49] = "POST_PLAYER_COLLECTIBLE_ADDED";
743
- /**
744
- * Fires from the `POST_PEFFECT_UPDATE` callback when a player's collectible count is lower than
745
- * what it was on the previous frame.
746
- *
747
- * When registering the callback, takes an optional second argument that will make the callback
748
- * only fire if the collectible matches the `CollectibleType` provided.
749
- *
750
- * ```ts
751
- * function postPlayerCollectibleRemoved(
752
- * player: EntityPlayer,
753
- * collectibleType: CollectibleType,
754
- * ): void {}
755
- * ```
756
- */
757
- ModCallbackCustom[ModCallbackCustom["POST_PLAYER_COLLECTIBLE_REMOVED"] = 50] = "POST_PLAYER_COLLECTIBLE_REMOVED";
758
- /**
759
- * Fires from the `ENTITY_TAKE_DMG` callback when a player takes fatal damage. Return false to
760
- * prevent the fatal damage.
761
- *
762
- * Note that this function does properly take into account Guppy's Collar, Broken Ankh, Spirit
763
- * Shackles, and Mysterious Paper. It also takes into account using The Bible on Satan.
764
- *
765
- * - When registering the callback, takes an optional second argument that will make the callback
766
- * only fire if the player matches the `PlayerVariant` provided.
767
- * - When registering the callback, takes an optional third argument that will make the callback
768
- * only fire if the player matches the `PlayerType` provided.
769
- *
770
- * ```ts
771
- * function postPlayerFatalDamage(player: EntityPlayer): boolean | undefined {}
772
- * ```
773
- */
774
- ModCallbackCustom[ModCallbackCustom["POST_PLAYER_FATAL_DAMAGE"] = 51] = "POST_PLAYER_FATAL_DAMAGE";
775
- /**
776
- * Fires on the first `POST_PLAYER_UPDATE` frame for each player.
777
- *
778
- * This callback is useful because many attributes cannot be set or retrieved properly in the
779
- * normal `POST_PLAYER_INIT` callback.
780
- *
781
- * - When registering the callback, takes an optional second argument that will make the callback
782
- * only fire if the player matches the `PlayerVariant` provided.
783
- * - When registering the callback, takes an optional third argument that will make the callback
784
- * only fire if the player matches the `PlayerType` provided.
785
- *
786
- * ```ts
787
- * function postPlayerInitLate(pickup: EntityPickup): void {}
788
- * ```
789
- */
790
- ModCallbackCustom[ModCallbackCustom["POST_PLAYER_INIT_LATE"] = 52] = "POST_PLAYER_INIT_LATE";
791
- /**
792
- * Similar to the vanilla callback of the same name, but fires after the `POST_GAME_STARTED`
793
- * callback fires (if the player is spawning on the 0th game frame of the run).
794
- *
795
- * This callback is useful for two reasons:
796
- *
797
- * 1. Normally, `POST_PLAYER_INIT` fires before `POST_GAME_STARTED`. Since mod variables are often
798
- * initialized at the beginning of the `POST_GAME_STARTED` callback, this can cause problems.
799
- * 1. Some functions do not work (or crash the game) when called before the `POST_NEW_ROOM`
800
- * callback. For example, since the level is not generated yet, you will not be able to access
801
- * any rooms.
802
- *
803
- * - When registering the callback, takes an optional second argument that will make the callback
804
- * only fire if the player matches the `PlayerVariant` provided.
805
- * - When registering the callback, takes an optional third argument that will make the callback
806
- * only fire if the player matches the `PlayerType` provided.
807
- *
808
- * ```ts
809
- * function postPlayerInitReordered(player: EntityPlayer): void {}
810
- * ```
811
- */
812
- ModCallbackCustom[ModCallbackCustom["POST_PLAYER_INIT_REORDERED"] = 53] = "POST_PLAYER_INIT_REORDERED";
813
- /**
814
- * Similar to the vanilla callback of the same name, but fires after the `POST_GAME_STARTED`
815
- * callback fires (if the player is spawning on the 0th game frame of the run).
816
- *
817
- * This callback is useful for two reasons:
818
- *
819
- * 1. Normally, `POST_PLAYER_RENDER` fires before `POST_GAME_STARTED`. Since mod variables are
820
- * often initialized at the beginning of the `POST_GAME_STARTED` callback, this can cause
821
- * problems.
822
- * 1. Some functions do not work (or crash the game) when called before the `POST_NEW_ROOM`
823
- * callback. For example, since the level is not generated yet, you will not be able to access
824
- * any rooms.
825
- *
826
- * - When registering the callback, takes an optional second argument that will make the callback
827
- * only fire if the player matches the `PlayerVariant` provided.
828
- * - When registering the callback, takes an optional third argument that will make the callback
829
- * only fire if the player matches the `PlayerType` provided.
830
- *
831
- * ```ts
832
- * function postPlayerRenderReordered(player: EntityPlayer): void {}
833
- * ```
834
- */
835
- ModCallbackCustom[ModCallbackCustom["POST_PLAYER_RENDER_REORDERED"] = 54] = "POST_PLAYER_RENDER_REORDERED";
836
- /**
837
- * Similar to the vanilla callback of the same name, but fires after the `POST_GAME_STARTED`
838
- * callback fires (if the player is being updated on the 0th game frame of the run).
839
- *
840
- * This callback is useful for two reasons:
841
- *
842
- * 1. Normally, `POST_PLAYER_UPDATE` fires before `POST_GAME_STARTED`. Since mod variables are
843
- * often initialized at the beginning of the `POST_GAME_STARTED` callback, this can cause
844
- * problems.
845
- * 1. Some functions do not work (or crash the game) when called before the `POST_NEW_ROOM`
846
- * callback. For example, since the level is not generated yet, you will not be able to access
847
- * any rooms.
848
- *
849
- * - When registering the callback, takes an optional second argument that will make the callback
850
- * only fire if the player matches the `PlayerVariant` provided.
851
- * - When registering the callback, takes an optional third argument that will make the callback
852
- * only fire if the player matches the `PlayerType` provided.
853
- *
854
- * ```ts
855
- * function postPlayerUpdateReordered(player: EntityPlayer): void {}
856
- * ```
857
- */
858
- ModCallbackCustom[ModCallbackCustom["POST_PLAYER_UPDATE_REORDERED"] = 55] = "POST_PLAYER_UPDATE_REORDERED";
859
- /**
860
- * Fires from the `POST_RENDER` callback on every frame that a poop exists.
861
- *
862
- * When registering the callback, takes an optional second argument that will make the callback
863
- * only fire if it matches the variant provided.
864
- *
865
- * ```ts
866
- * function postPoopRender(poop: GridEntityPoop): void {}
867
- * ```
868
- */
869
- ModCallbackCustom[ModCallbackCustom["POST_POOP_RENDER"] = 56] = "POST_POOP_RENDER";
870
- /**
871
- * Fires from the `POST_UPDATE` callback on every frame that a poop exists.
872
- *
873
- * When registering the callback, takes an optional second argument that will make the callback
874
- * only fire if it matches the variant provided.
875
- *
876
- * ```ts
877
- * function postPoopUpdate(poop: GridEntityPoop): void {}
878
- * ```
879
- */
880
- ModCallbackCustom[ModCallbackCustom["POST_POOP_UPDATE"] = 57] = "POST_POOP_UPDATE";
881
- /**
882
- * Fires from the `POST_RENDER` callback on every frame that a pressure plate exists.
883
- *
884
- * When registering the callback, takes an optional second argument that will make the callback
885
- * only fire if it matches the variant provided.
886
- *
887
- * ```ts
888
- * function postPressurePlateRender(pressurePlate: GridEntityPressurePlate): void {}
889
- * ```
890
- */
891
- ModCallbackCustom[ModCallbackCustom["POST_PRESSURE_PLATE_RENDER"] = 58] = "POST_PRESSURE_PLATE_RENDER";
892
- /**
893
- * Fires from the `POST_UPDATE` callback on every frame that a pressure plate exists.
894
- *
895
- * When registering the callback, takes an optional second argument that will make the callback
896
- * only fire if it matches the variant provided.
897
- *
898
- * ```ts
899
- * function postPressurePlateUpdate(pressurePlate: GridEntityPressurePlate): void {}
900
- * ```
901
- */
902
- ModCallbackCustom[ModCallbackCustom["POST_PRESSURE_PLATE_UPDATE"] = 59] = "POST_PRESSURE_PLATE_UPDATE";
903
- /**
904
- * Fires on the first `POST_PROJECTILE_UPDATE` frame for each projectile.
905
- *
906
- * This callback is useful because many attributes cannot be set or retrieved properly in the
907
- * normal `POST_PROJECTILE_INIT` callback.
908
- *
909
- * When registering the callback, takes an optional second argument that will make the callback
910
- * only fire if the projectile variant matches the `ProjectileVariant` provided.
911
- *
912
- * ```ts
913
- * function postProjectileInitLate(projectile: EntityProjectile): void {}
914
- * ```
915
- */
916
- ModCallbackCustom[ModCallbackCustom["POST_PROJECTILE_INIT_LATE"] = 60] = "POST_PROJECTILE_INIT_LATE";
917
- /**
918
- * Fires from the `POST_PEFFECT_UPDATE` callback when a player first picks up a new item. The
919
- * pickup returned in the callback is assumed to be the first pickup that no longer exists.
920
- *
921
- * - When registering the callback, takes an optional second argument that will make the callback
922
- * only fire if it matches the `PickupVariant` provided.
923
- * - When registering the callback, takes an optional third argument that will make the callback
924
- * only fire if it matches the sub-type provided.
925
- *
926
- * ```ts
927
- * function postPurchase(player: EntityPlayer, pickup: EntityPickup): void {}
928
- * ```
929
- */
930
- ModCallbackCustom[ModCallbackCustom["POST_PURCHASE"] = 61] = "POST_PURCHASE";
931
- /**
932
- * Fires from the `POST_RENDER` callback on every frame that a rock exists.
933
- *
934
- * When registering the callback, takes an optional second argument that will make the callback
935
- * only fire if it matches the variant provided.
936
- *
937
- * ```ts
938
- * function postRockRender(rock: GridEntityRock): void {}
939
- * ```
940
- */
941
- ModCallbackCustom[ModCallbackCustom["POST_ROCK_RENDER"] = 62] = "POST_ROCK_RENDER";
942
- /**
943
- * Fires from the `POST_UPDATE` callback on every frame that a rock exists.
944
- *
945
- * When registering the callback, takes an optional second argument that will make the callback
946
- * only fire if it matches the variant provided.
947
- *
948
- * ```ts
949
- * function postRockUpdate(rock: GridEntityRock): void {}
950
- * ```
951
- */
952
- ModCallbackCustom[ModCallbackCustom["POST_ROCK_UPDATE"] = 63] = "POST_ROCK_UPDATE";
953
- /**
954
- * Fires from the `POST_UPDATE` callback when the clear state of a room changes.
955
- *
956
- * When registering the callback, takes an optional second argument that will make the callback
957
- * only fire if the room clear state matches the boolean provided.
958
- *
959
- * ```ts
960
- * function postRoomClearChanged(roomClear: boolean): void {}
961
- * ```
962
- */
963
- ModCallbackCustom[ModCallbackCustom["POST_ROOM_CLEAR_CHANGED"] = 64] = "POST_ROOM_CLEAR_CHANGED";
964
- /**
965
- * Fires from the `ENTITY_TAKE_DMG` callback when a player takes damage from spikes in a Sacrifice
966
- * Room.
967
- *
968
- * - When registering the callback, takes an optional second argument that will make the callback
969
- * only fire if the player matches the `PlayerVariant` provided.
970
- * - When registering the callback, takes an optional third argument that will make the callback
971
- * only fire if the player matches the `PlayerType` provided.
972
- *
973
- * ```ts
974
- * function postSacrifice(player: EntityPlayer, numSacrifices: int): void {}
975
- * ```
976
- */
977
- ModCallbackCustom[ModCallbackCustom["POST_SACRIFICE"] = 65] = "POST_SACRIFICE";
978
- /**
979
- * Fires from the `POST_RENDER` callback when a slot entity's animation changes.
980
- *
981
- * When registering the callback, takes an optional second argument that will make the callback
982
- * only fire if it matches the `SlotVariant` provided.
983
- *
984
- * ```ts
985
- * function postSlotAnimationChanged(slot: Entity): void {}
986
- * ```
987
- */
988
- ModCallbackCustom[ModCallbackCustom["POST_SLOT_ANIMATION_CHANGED"] = 66] = "POST_SLOT_ANIMATION_CHANGED";
989
- /**
990
- * Fires from the `POST_RENDER` callback when a slot plays the animation that indicates that it
991
- * has broken.
992
- *
993
- * - When registering the callback, takes an optional second argument that will make the callback
994
- * only fire if it matches the `SlotVariant` provided.
995
- * - When registering the callback, takes an optional third argument that will make the callback
996
- * only fire if the destruction type matches the `SlotDestructionType` provided.
997
- *
998
- * ```ts
999
- * function postSlotDestroyed(slot: Entity, slotDestructionType: SlotDestructionType): void {}
1000
- * ```
1001
- */
1002
- ModCallbackCustom[ModCallbackCustom["POST_SLOT_DESTROYED"] = 67] = "POST_SLOT_DESTROYED";
1003
- /**
1004
- * Fires when a new slot entity is initialized. Specifically, this is either:
1005
- *
1006
- * - in the `POST_NEW_ROOM` callback (firing every time a room is entered, even if the entity was
1007
- * previously there on a previous room entry)
1008
- * - in the `POST_UPDATE` callback (if the entity appeared mid-way through the room, like when a
1009
- * Wheel of Fortune card is used)
1010
- *
1011
- * When registering the callback, takes an optional second argument that will make the callback
1012
- * only fire if it matches the `SlotVariant` provided.
1013
- *
1014
- * ```ts
1015
- * function postSlotInit(slot: Entity): void {}
1016
- * ```
1017
- */
1018
- ModCallbackCustom[ModCallbackCustom["POST_SLOT_INIT"] = 68] = "POST_SLOT_INIT";
1019
- /**
1020
- * Fires from the `POST_RENDER` callback on every frame that a slot entity exists.
1021
- *
1022
- * When registering the callback, takes an optional second argument that will make the callback
1023
- * only fire if it matches the `SlotVariant` provided.
1024
- *
1025
- * ```ts
1026
- * function postSlotRender(slot: Entity): void {}
1027
- * ```
1028
- */
1029
- ModCallbackCustom[ModCallbackCustom["POST_SLOT_RENDER"] = 69] = "POST_SLOT_RENDER";
1030
- /**
1031
- * Fires from the `POST_UPDATE` callback on every frame that a slot entity exists.
1032
- *
1033
- * When registering the callback, takes an optional second argument that will make the callback
1034
- * only fire if it matches the `SlotVariant` provided.
1035
- *
1036
- * ```ts
1037
- * function postSlotUpdate(slot: Entity): void {}
1038
- * ```
1039
- */
1040
- ModCallbackCustom[ModCallbackCustom["POST_SLOT_UPDATE"] = 70] = "POST_SLOT_UPDATE";
1041
- /**
1042
- * Fires from the `POST_RENDER` callback on every frame that spikes exist.
1043
- *
1044
- * When registering the callback, takes an optional second argument that will make the callback
1045
- * only fire if it matches the variant provided.
1046
- *
1047
- * ```ts
1048
- * function postSpikesRender(spikes: GridEntitySpikes): void {}
1049
- * ```
1050
- */
1051
- ModCallbackCustom[ModCallbackCustom["POST_SPIKES_RENDER"] = 71] = "POST_SPIKES_RENDER";
1052
- /**
1053
- * Fires from the `POST_UPDATE` callback on every frame that spikes exist.
1054
- *
1055
- * When registering the callback, takes an optional second argument that will make the callback
1056
- * only fire if it matches the variant provided.
1057
- *
1058
- * ```ts
1059
- * function postSpikesUpdate(spikes: GridEntitySpikes): void {}
1060
- * ```
1061
- */
1062
- ModCallbackCustom[ModCallbackCustom["POST_SPIKES_UPDATE"] = 72] = "POST_SPIKES_UPDATE";
1063
- /**
1064
- * Fires on the first `POST_TEAR_UPDATE` frame for each tear (which is when
1065
- * `EntityTear.FrameCount` is equal to 0).
1066
- *
1067
- * This callback is useful because many attributes cannot be set or retrieved properly in the
1068
- * normal `POST_TEAR_INIT` callback.
1069
- *
1070
- * When registering the callback, takes an optional second argument that will make the callback
1071
- * only fire if the tear variant matches the `TearVariant` provided.
1072
- *
1073
- * ```ts
1074
- * function postTearInitLate(tear: EntityTear): void {}
1075
- * ```
1076
- */
1077
- ModCallbackCustom[ModCallbackCustom["POST_TEAR_INIT_LATE"] = 73] = "POST_TEAR_INIT_LATE";
1078
- /**
1079
- * Fires on the second `POST_TEAR_UPDATE` frame for each tear (which is when
1080
- * `EntityTear.FrameCount` is equal to 1).
1081
- *
1082
- * This callback is useful because Incubus tears are not distinguishable until the second frame.
1083
- *
1084
- * When registering the callback, takes an optional second argument that will make the callback
1085
- * only fire if the tear variant matches the `TearVariant` provided.
1086
- *
1087
- * ```ts
1088
- * function postTearInitVeryLate(tear: EntityTear): void {}
1089
- * ```
1090
- */
1091
- ModCallbackCustom[ModCallbackCustom["POST_TEAR_INIT_VERY_LATE"] = 74] = "POST_TEAR_INIT_VERY_LATE";
1092
- /**
1093
- * Fires from the `POST_RENDER` callback on every frame that a TNT exists.
1094
- *
1095
- * When registering the callback, takes an optional second argument that will make the callback
1096
- * only fire if it matches the variant provided.
1097
- *
1098
- * ```ts
1099
- * function postTNTRender(tnt: GridEntityTNT): void {}
1100
- * ```
1101
- */
1102
- ModCallbackCustom[ModCallbackCustom["POST_TNT_RENDER"] = 75] = "POST_TNT_RENDER";
1103
- /**
1104
- * Fires from the `POST_UPDATE` callback on every frame that a TNT exists.
1105
- *
1106
- * When registering the callback, takes an optional second argument that will make the callback
1107
- * only fire if it matches the variant provided.
1108
- *
1109
- * ```ts
1110
- * function postTNTUpdate(tnt: GridEntityTNT): void {}
1111
- * ```
1112
- */
1113
- ModCallbackCustom[ModCallbackCustom["POST_TNT_UPDATE"] = 76] = "POST_TNT_UPDATE";
1114
- /**
1115
- * Fires from the `POST_PEFFECT_UPDATE` callback when a player gains or loses a new
1116
- * transformation.
1117
- *
1118
- * Note that this callback will only fire once per Forgotten/Soul pair.
1119
- *
1120
- * When registering the callback, takes an optional second argument that will make the callback
1121
- * only fire if it matches the `PlayerForm` provided.
1122
- *
1123
- * ```ts
1124
- * function postTransformation(
1125
- * player: EntityPlayer,
1126
- * playerForm: PlayerForm,
1127
- * hasForm: boolean,
1128
- * ): void {}
1129
- * ```
1130
- */
1131
- ModCallbackCustom[ModCallbackCustom["POST_TRANSFORMATION"] = 77] = "POST_TRANSFORMATION";
1132
- /**
1133
- * Fires from `ENTITY_TAKE_DMG` callback when a Wishbone or a Walnut breaks.
1134
- *
1135
- * When registering the callback, takes an optional second argument that will make the callback
1136
- * only fire if it matches the `TrinketType` provided.
1137
- *
1138
- * ```ts
1139
- * function postTrinketBreak(
1140
- * player: EntityPlayer,
1141
- * trinketType: TrinketType,
1142
- * ): void {}
1143
- * ```
1144
- */
1145
- ModCallbackCustom[ModCallbackCustom["POST_TRINKET_BREAK"] = 78] = "POST_TRINKET_BREAK";
1146
- /**
1147
- * Fires from the `POST_PEFFECT_UPDATE` callback on the frame before a Berserk effect ends when
1148
- * the player is predicted to die (e.g. they currently have no health left or they took damage in
1149
- * a "Lost" form).
1150
- *
1151
- * - When registering the callback, takes an optional second argument that will make the callback
1152
- * only fire if the player matches the `PlayerVariant` provided.
1153
- * - When registering the callback, takes an optional third argument that will make the callback
1154
- * only fire if the player matches the `PlayerType` provided.
1155
- *
1156
- * ```ts
1157
- * function preBerserkDeath(player: EntityPlayer): void {}
1158
- * ```
1159
- */
1160
- ModCallbackCustom[ModCallbackCustom["PRE_BERSERK_DEATH"] = 79] = "PRE_BERSERK_DEATH";
1161
- /**
1162
- * Fires from the `POST_PLAYER_FATAL_DAMAGE` callback when a player is about to die. If you want
1163
- * to initiate a custom revival, return an integer that corresponds to the item or type of revival
1164
- * that you are doing. Otherwise, return undefined to continue the fatal damage.
1165
- *
1166
- * This callback is useful because reviving the player after the game things that player should
1167
- * have died will result in the save data for the run getting deleted.
1168
- *
1169
- * - When registering the callback, takes an optional second argument that will make the callback
1170
- * only fire if the player matches the `PlayerVariant` provided.
1171
- * - When registering the callback, takes an optional third argument that will make the callback
1172
- * only fire if the player matches the `PlayerType` provided.
1173
- *
1174
- * ```ts
1175
- * function preCustomRevive(player: EntityPlayer): int | undefined {}
1176
- * ```
1177
- */
1178
- ModCallbackCustom[ModCallbackCustom["PRE_CUSTOM_REVIVE"] = 80] = "PRE_CUSTOM_REVIVE";
1179
- /**
1180
- * Fires from the `POST_PEFFECT_UPDATE` callback when an item becomes queued (i.e. when the player
1181
- * begins to hold the item above their head).
1182
- *
1183
- * Note that this callback will only fire once per Forgotten/Soul pair.
1184
- *
1185
- * - When registering the callback, takes an optional second argument that will make the callback
1186
- * only fire if it matches the `ItemType` provided.
1187
- * - When registering the callback, takes an optional third argument that will make the callback
1188
- * only fire if the `CollectibleType` or the `TrinketType` matches the ID provided.
1189
- *
1190
- * ```ts
1191
- * function preItemPickup(
1192
- * player: EntityPlayer,
1193
- * pickingUpItem: PickingUpItem,
1194
- * ): void {}
1195
- * ```
1196
- */
1197
- ModCallbackCustom[ModCallbackCustom["PRE_ITEM_PICKUP"] = 81] = "PRE_ITEM_PICKUP";
1198
- /**
1199
- * Fires on the `POST_RENDER` frame before the player is taken to a new floor. Only fires when a
1200
- * player jumps into a trapdoor or enters a heaven door (beam of light). Does not fire on the
1201
- * first floor of the run. Does not fire when the player reloads/reseeds the current floor (i.e.
1202
- * Forget Me Now, 5-pip dice room).
1203
- *
1204
- * This callback passes the `EntityPlayer` object for the player who jumped into the trapdoor or
1205
- * entered the heaven door, if needed.
1206
- *
1207
- * ```ts
1208
- * function preNewLevel(player: EntityPlayer): void {}
1209
- * ```
1210
- */
1211
- ModCallbackCustom[ModCallbackCustom["PRE_NEW_LEVEL"] = 82] = "PRE_NEW_LEVEL";
1212
- })(ModCallbackCustom || (ModCallbackCustom = {}));
1213
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiTW9kQ2FsbGJhY2tDdXN0b20uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9pc2FhY3NjcmlwdC1jb21tb24vc3JjL2VudW1zL01vZENhbGxiYWNrQ3VzdG9tLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7O0VBT0U7QUFFRjs7Ozs7OztHQU9HO0FBQ0gsTUFBTSxDQUFOLElBQVksaUJBNHZDWDtBQTV2Q0QsV0FBWSxpQkFBaUI7SUFDM0I7Ozs7Ozs7Ozs7T0FVRztJQUNILHlGQUFvQixDQUFBO0lBRXBCOzs7Ozs7Ozs7O09BVUc7SUFDSCx1RkFBbUIsQ0FBQTtJQUVuQjs7Ozs7Ozs7O09BU0c7SUFDSCxxRkFBa0IsQ0FBQTtJQUVsQjs7Ozs7Ozs7Ozs7O09BWUc7SUFDSCx1RkFBbUIsQ0FBQTtJQUVuQjs7Ozs7O09BTUc7SUFDSCwrRUFBZSxDQUFBO0lBRWY7Ozs7Ozs7Ozs7Ozs7T0FhRztJQUNILDZGQUFzQixDQUFBO0lBRXRCOzs7Ozs7Ozs7Ozs7Ozs7T0FlRztJQUNILHVHQUEyQixDQUFBO0lBRTNCOzs7Ozs7OztPQVFHO0lBQ0gseUZBQW9CLENBQUE7SUFFcEI7Ozs7Ozs7Ozs7Ozs7OztPQWVHO0lBQ0gsNkZBQXNCLENBQUE7SUFFdEI7Ozs7Ozs7Ozs7Ozs7OztPQWVHO0lBQ0gscUZBQWtCLENBQUE7SUFFbEI7Ozs7Ozs7Ozs7Ozs7T0FhRztJQUNILGtHQUF3QixDQUFBO0lBRXhCOzs7Ozs7Ozs7T0FTRztJQUNILGtGQUFnQixDQUFBO0lBRWhCOzs7Ozs7Ozs7T0FTRztJQUNILGtGQUFnQixDQUFBO0lBRWhCOzs7Ozs7Ozs7Ozs7T0FZRztJQUNILDRGQUFxQixDQUFBO0lBRXJCOzs7Ozs7Ozs7Ozs7OztPQWNHO0lBQ0gsb0dBQXlCLENBQUE7SUFFekI7Ozs7Ozs7T0FPRztJQUNILDBFQUFZLENBQUE7SUFFWjs7Ozs7Ozs7Ozs7O09BWUc7SUFDSCxnR0FBdUIsQ0FBQTtJQUV2Qjs7Ozs7Ozs7Ozs7Ozs7T0FjRztJQUNILHdHQUEyQixDQUFBO0lBRTNCOzs7Ozs7Ozs7O09BVUc7SUFDSCxzRkFBa0IsQ0FBQTtJQUVsQjs7Ozs7Ozs7Ozs7T0FXRztJQUNILGdGQUFlLENBQUE7SUFFZjs7Ozs7Ozs7Ozs7T0FXRztJQUNILG9FQUFTLENBQUE7SUFFVDs7Ozs7Ozs7O09BU0c7SUFDSCx3R0FBMkIsQ0FBQTtJQUUzQjs7Ozs7O09BTUc7SUFDSCwwRkFBb0IsQ0FBQTtJQUVwQjs7Ozs7Ozs7OztPQVVHO0lBQ0gsZ0dBQXVCLENBQUE7SUFFdkI7Ozs7Ozs7Ozs7OztPQVlHO0lBQ0gsc0dBQTBCLENBQUE7SUFFMUI7Ozs7Ozs7Ozs7Ozs7O09BY0c7SUFDSCw0RkFBcUIsQ0FBQTtJQUVyQjs7Ozs7Ozs7Ozs7OztPQWFHO0lBQ0gsZ0dBQXVCLENBQUE7SUFFdkI7Ozs7Ozs7Ozs7O09BV0c7SUFDSCxnR0FBdUIsQ0FBQTtJQUV2Qjs7Ozs7Ozs7Ozs7OztPQWFHO0lBQ0gsOEdBQThCLENBQUE7SUFFOUI7Ozs7Ozs7Ozs7O09BV0c7SUFDSCxnR0FBdUIsQ0FBQTtJQUV2Qjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7T0FvQkc7SUFDSCxrR0FBd0IsQ0FBQTtJQUV4Qjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7T0FvQkc7SUFDSCx3RkFBbUIsQ0FBQTtJQUVuQjs7Ozs7Ozs7Ozs7Ozs7Ozs7O09Ba0JHO0lBQ0gsa0ZBQWdCLENBQUE7SUFFaEI7Ozs7Ozs7Ozs7OztPQVlHO0lBQ0gsMEZBQW9CLENBQUE7SUFFcEI7Ozs7Ozs7Ozs7OztPQVlHO0lBQ0gsMEZBQW9CLENBQUE7SUFFcEI7Ozs7Ozs7Ozs7Ozs7OztPQWVHO0lBQ0gsa0dBQXdCLENBQUE7SUFFeEI7Ozs7Ozs7OztPQVNHO0lBQ0gsd0ZBQW1CLENBQUE7SUFFbkI7Ozs7Ozs7Ozs7Ozs7OztPQWVHO0lBQ0gsZ0dBQXVCLENBQUE7SUFFdkI7Ozs7Ozs7Ozs7OztPQVlHO0lBQ0gsc0ZBQWtCLENBQUE7SUFFbEI7Ozs7Ozs7Ozs7Ozs7Ozs7T0FnQkc7SUFDSCw4RkFBc0IsQ0FBQTtJQUV0Qjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O09BcUJHO0lBQ0gsNEdBQTZCLENBQUE7SUFFN0I7Ozs7Ozs7Ozs7O09BV0c7SUFDSCx3RkFBbUIsQ0FBQTtJQUVuQjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7T0FvQkc7SUFDSCw4RkFBc0IsQ0FBQTtJQUV0Qjs7Ozs7Ozs7Ozs7O09BWUc7SUFDSCw0RkFBcUIsQ0FBQTtJQUVyQjs7Ozs7Ozs7Ozs7Ozs7T0FjRztJQUNILG9HQUF5QixDQUFBO0lBRXpCOzs7Ozs7Ozs7T0FTRztJQUNILGdGQUFlLENBQUE7SUFFZjs7Ozs7Ozs7O09BU0c7SUFDSCxnRkFBZSxDQUFBO0lBRWY7Ozs7Ozs7Ozs7Ozs7Ozs7T0FnQkc7SUFDSCxvR0FBeUIsQ0FBQTtJQUV6Qjs7Ozs7Ozs7Ozs7Ozs7OztPQWdCRztJQUNILGdHQUF1QixDQUFBO0lBRXZCOzs7Ozs7Ozs7Ozs7O09BYUc7SUFDSCw0R0FBNkIsQ0FBQTtJQUU3Qjs7Ozs7Ozs7Ozs7OztPQWFHO0lBQ0gsZ0hBQStCLENBQUE7SUFFL0I7Ozs7Ozs7Ozs7Ozs7OztPQWVHO0lBQ0gsa0dBQXdCLENBQUE7SUFFeEI7Ozs7Ozs7Ozs7Ozs7O09BY0c7SUFDSCw0RkFBcUIsQ0FBQTtJQUVyQjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7T0FvQkc7SUFDSCxzR0FBMEIsQ0FBQTtJQUUxQjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O09BcUJHO0lBQ0gsMEdBQTRCLENBQUE7SUFFNUI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztPQXFCRztJQUNILDBHQUE0QixDQUFBO0lBRTVCOzs7Ozs7Ozs7T0FTRztJQUNILGtGQUFnQixDQUFBO0lBRWhCOzs7Ozs7Ozs7T0FTRztJQUNILGtGQUFnQixDQUFBO0lBRWhCOzs7Ozs7Ozs7T0FTRztJQUNILHNHQUEwQixDQUFBO0lBRTFCOzs7Ozs7Ozs7T0FTRztJQUNILHNHQUEwQixDQUFBO0lBRTFCOzs7Ozs7Ozs7Ozs7T0FZRztJQUNILG9HQUF5QixDQUFBO0lBRXpCOzs7Ozs7Ozs7Ozs7T0FZRztJQUNILDRFQUFhLENBQUE7SUFFYjs7Ozs7Ozs7O09BU0c7SUFDSCxrRkFBZ0IsQ0FBQTtJQUVoQjs7Ozs7Ozs7O09BU0c7SUFDSCxrRkFBZ0IsQ0FBQTtJQUVoQjs7Ozs7Ozs7O09BU0c7SUFDSCxnR0FBdUIsQ0FBQTtJQUV2Qjs7Ozs7Ozs7Ozs7O09BWUc7SUFDSCw4RUFBYyxDQUFBO0lBRWQ7Ozs7Ozs7OztPQVNHO0lBQ0gsd0dBQTJCLENBQUE7SUFFM0I7Ozs7Ozs7Ozs7OztPQVlHO0lBQ0gsd0ZBQW1CLENBQUE7SUFFbkI7Ozs7Ozs7Ozs7Ozs7O09BY0c7SUFDSCw4RUFBYyxDQUFBO0lBRWQ7Ozs7Ozs7OztPQVNHO0lBQ0gsa0ZBQWdCLENBQUE7SUFFaEI7Ozs7Ozs7OztPQVNHO0lBQ0gsa0ZBQWdCLENBQUE7SUFFaEI7Ozs7Ozs7OztPQVNHO0lBQ0gsc0ZBQWtCLENBQUE7SUFFbEI7Ozs7Ozs7OztPQVNHO0lBQ0gsc0ZBQWtCLENBQUE7SUFFbEI7Ozs7Ozs7Ozs7Ozs7T0FhRztJQUNILHdGQUFtQixDQUFBO0lBRW5COzs7Ozs7Ozs7Ozs7T0FZRztJQUNILGtHQUF3QixDQUFBO0lBRXhCOzs7Ozs7Ozs7T0FTRztJQUNILGdGQUFlLENBQUE7SUFFZjs7Ozs7Ozs7O09BU0c7SUFDSCxnRkFBZSxDQUFBO0lBRWY7Ozs7Ozs7Ozs7Ozs7Ozs7T0FnQkc7SUFDSCx3RkFBbUIsQ0FBQTtJQUVuQjs7Ozs7Ozs7Ozs7O09BWUc7SUFDSCxzRkFBa0IsQ0FBQTtJQUVsQjs7Ozs7Ozs7Ozs7OztPQWFHO0lBQ0gsb0ZBQWlCLENBQUE7SUFFakI7Ozs7Ozs7Ozs7Ozs7Ozs7T0FnQkc7SUFDSCxvRkFBaUIsQ0FBQTtJQUVqQjs7Ozs7Ozs7Ozs7Ozs7Ozs7T0FpQkc7SUFDSCxnRkFBZSxDQUFBO0lBRWY7Ozs7Ozs7Ozs7OztPQVlHO0lBQ0gsNEVBQWEsQ0FBQTtBQUNmLENBQUMsRUE1dkNXLGlCQUFpQixLQUFqQixpQkFBaUIsUUE0dkM1QiJ9