isaacscript-common 6.6.1-dev.2 → 6.6.1-dev.4
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.
- package/{cachedClasses.d.ts → dist/cachedClasses.d.ts} +0 -0
- package/dist/cachedClasses.js +59 -0
- package/dist/cachedClasses.js.map +1 -0
- package/dist/cachedClasses.lua +50 -0
- package/dist/cachedClasses.lua.map +1 -0
- package/{callbacks → dist/callbacks}/customRevive.d.ts +0 -0
- package/dist/callbacks/customRevive.js +153 -0
- package/dist/callbacks/customRevive.js.map +1 -0
- package/dist/callbacks/customRevive.lua +148 -0
- package/dist/callbacks/customRevive.lua.map +1 -0
- package/{callbacks → dist/callbacks}/itemPickup.d.ts +0 -0
- package/dist/callbacks/itemPickup.js +64 -0
- package/dist/callbacks/itemPickup.js.map +1 -0
- package/dist/callbacks/itemPickup.lua +66 -0
- package/dist/callbacks/itemPickup.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postAmbush.d.ts +0 -0
- package/dist/callbacks/postAmbush.js +54 -0
- package/dist/callbacks/postAmbush.js.map +1 -0
- package/dist/callbacks/postAmbush.lua +56 -0
- package/dist/callbacks/postAmbush.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postBombExploded.d.ts +0 -0
- package/dist/callbacks/postBombExploded.js +20 -0
- package/dist/callbacks/postBombExploded.js.map +1 -0
- package/dist/callbacks/postBombExploded.lua +26 -0
- package/dist/callbacks/postBombExploded.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postBombInitLate.d.ts +0 -0
- package/dist/callbacks/postBombInitLate.js +28 -0
- package/dist/callbacks/postBombInitLate.js.map +1 -0
- package/dist/callbacks/postBombInitLate.lua +33 -0
- package/dist/callbacks/postBombInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postBoneSwing.d.ts +0 -0
- package/dist/callbacks/postBoneSwing.js +49 -0
- package/dist/callbacks/postBoneSwing.js.map +1 -0
- package/dist/callbacks/postBoneSwing.lua +50 -0
- package/dist/callbacks/postBoneSwing.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postCollectibleEmpty.d.ts +0 -0
- package/dist/callbacks/postCollectibleEmpty.js +32 -0
- package/dist/callbacks/postCollectibleEmpty.js.map +1 -0
- package/dist/callbacks/postCollectibleEmpty.lua +40 -0
- package/dist/callbacks/postCollectibleEmpty.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postCollectibleInitFirst.d.ts +0 -0
- package/dist/callbacks/postCollectibleInitFirst.js +27 -0
- package/dist/callbacks/postCollectibleInitFirst.js.map +1 -0
- package/dist/callbacks/postCollectibleInitFirst.lua +35 -0
- package/dist/callbacks/postCollectibleInitFirst.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postCursedTeleport.d.ts +0 -0
- package/dist/callbacks/postCursedTeleport.js +120 -0
- package/dist/callbacks/postCursedTeleport.js.map +1 -0
- package/dist/callbacks/postCursedTeleport.lua +122 -0
- package/dist/callbacks/postCursedTeleport.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postCustomDoorEnter.d.ts +0 -0
- package/dist/callbacks/postCustomDoorEnter.js +205 -0
- package/dist/callbacks/postCustomDoorEnter.js.map +1 -0
- package/dist/callbacks/postCustomDoorEnter.lua +240 -0
- package/dist/callbacks/postCustomDoorEnter.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postDiceRoomActivated.d.ts +0 -0
- package/dist/callbacks/postDiceRoomActivated.js +39 -0
- package/dist/callbacks/postDiceRoomActivated.js.map +1 -0
- package/dist/callbacks/postDiceRoomActivated.lua +41 -0
- package/dist/callbacks/postDiceRoomActivated.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postDoorRender.d.ts +0 -0
- package/dist/callbacks/postDoorRender.js +20 -0
- package/dist/callbacks/postDoorRender.js.map +1 -0
- package/dist/callbacks/postDoorRender.lua +26 -0
- package/dist/callbacks/postDoorRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postDoorUpdate.d.ts +0 -0
- package/dist/callbacks/postDoorUpdate.js +20 -0
- package/dist/callbacks/postDoorUpdate.js.map +1 -0
- package/dist/callbacks/postDoorUpdate.lua +26 -0
- package/dist/callbacks/postDoorUpdate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postEffectInitLate.d.ts +0 -0
- package/dist/callbacks/postEffectInitLate.js +28 -0
- package/dist/callbacks/postEffectInitLate.js.map +1 -0
- package/dist/callbacks/postEffectInitLate.lua +33 -0
- package/dist/callbacks/postEffectInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postEffectStateChanged.d.ts +0 -0
- package/dist/callbacks/postEffectStateChanged.js +31 -0
- package/dist/callbacks/postEffectStateChanged.js.map +1 -0
- package/dist/callbacks/postEffectStateChanged.lua +39 -0
- package/dist/callbacks/postEffectStateChanged.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postEsauJr.d.ts +0 -0
- package/dist/callbacks/postEsauJr.js +70 -0
- package/dist/callbacks/postEsauJr.js.map +1 -0
- package/dist/callbacks/postEsauJr.lua +70 -0
- package/dist/callbacks/postEsauJr.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postFamiliarInitLate.d.ts +0 -0
- package/dist/callbacks/postFamiliarInitLate.js +28 -0
- package/dist/callbacks/postFamiliarInitLate.js.map +1 -0
- package/dist/callbacks/postFamiliarInitLate.lua +33 -0
- package/dist/callbacks/postFamiliarInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postFamiliarStateChanged.d.ts +0 -0
- package/dist/callbacks/postFamiliarStateChanged.js +31 -0
- package/dist/callbacks/postFamiliarStateChanged.js.map +1 -0
- package/dist/callbacks/postFamiliarStateChanged.lua +39 -0
- package/dist/callbacks/postFamiliarStateChanged.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postFlip.d.ts +0 -0
- package/dist/callbacks/postFlip.js +59 -0
- package/dist/callbacks/postFlip.js.map +1 -0
- package/dist/callbacks/postFlip.lua +64 -0
- package/dist/callbacks/postFlip.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postGreedModeWave.d.ts +0 -0
- package/dist/callbacks/postGreedModeWave.js +31 -0
- package/dist/callbacks/postGreedModeWave.js.map +1 -0
- package/dist/callbacks/postGreedModeWave.lua +34 -0
- package/dist/callbacks/postGreedModeWave.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postGridEntity.d.ts +0 -0
- package/dist/callbacks/postGridEntity.js +107 -0
- package/dist/callbacks/postGridEntity.js.map +1 -0
- package/dist/callbacks/postGridEntity.lua +109 -0
- package/dist/callbacks/postGridEntity.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postGridEntityCollision.d.ts +0 -0
- package/dist/callbacks/postGridEntityCollision.js +49 -0
- package/dist/callbacks/postGridEntityCollision.js.map +1 -0
- package/dist/callbacks/postGridEntityCollision.lua +67 -0
- package/dist/callbacks/postGridEntityCollision.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postGridEntityRender.d.ts +0 -0
- package/dist/callbacks/postGridEntityRender.js +20 -0
- package/dist/callbacks/postGridEntityRender.js.map +1 -0
- package/dist/callbacks/postGridEntityRender.lua +26 -0
- package/dist/callbacks/postGridEntityRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postHolyMantleRemoved.d.ts +0 -0
- package/dist/callbacks/postHolyMantleRemoved.js +33 -0
- package/dist/callbacks/postHolyMantleRemoved.js.map +1 -0
- package/dist/callbacks/postHolyMantleRemoved.lua +41 -0
- package/dist/callbacks/postHolyMantleRemoved.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postItemDischarged.d.ts +0 -0
- package/dist/callbacks/postItemDischarged.js +94 -0
- package/dist/callbacks/postItemDischarged.js.map +1 -0
- package/dist/callbacks/postItemDischarged.lua +105 -0
- package/dist/callbacks/postItemDischarged.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postKnifeInitLate.d.ts +0 -0
- package/dist/callbacks/postKnifeInitLate.js +28 -0
- package/dist/callbacks/postKnifeInitLate.js.map +1 -0
- package/dist/callbacks/postKnifeInitLate.lua +33 -0
- package/dist/callbacks/postKnifeInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postLaserInitLate.d.ts +0 -0
- package/dist/callbacks/postLaserInitLate.js +28 -0
- package/dist/callbacks/postLaserInitLate.js.map +1 -0
- package/dist/callbacks/postLaserInitLate.lua +33 -0
- package/dist/callbacks/postLaserInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postNPCInitLate.d.ts +0 -0
- package/dist/callbacks/postNPCInitLate.js +28 -0
- package/dist/callbacks/postNPCInitLate.js.map +1 -0
- package/dist/callbacks/postNPCInitLate.lua +33 -0
- package/dist/callbacks/postNPCInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postNPCStateChanged.d.ts +0 -0
- package/dist/callbacks/postNPCStateChanged.js +31 -0
- package/dist/callbacks/postNPCStateChanged.js.map +1 -0
- package/dist/callbacks/postNPCStateChanged.lua +39 -0
- package/dist/callbacks/postNPCStateChanged.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postNewRoomEarly.d.ts +0 -0
- package/dist/callbacks/postNewRoomEarly.js +69 -0
- package/dist/callbacks/postNewRoomEarly.js.map +1 -0
- package/dist/callbacks/postNewRoomEarly.lua +68 -0
- package/dist/callbacks/postNewRoomEarly.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postPickupCollect.d.ts +0 -0
- package/dist/callbacks/postPickupCollect.js +37 -0
- package/dist/callbacks/postPickupCollect.js.map +1 -0
- package/dist/callbacks/postPickupCollect.lua +41 -0
- package/dist/callbacks/postPickupCollect.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postPickupInitFirst.d.ts +0 -0
- package/dist/callbacks/postPickupInitFirst.js +52 -0
- package/dist/callbacks/postPickupInitFirst.js.map +1 -0
- package/dist/callbacks/postPickupInitFirst.lua +55 -0
- package/dist/callbacks/postPickupInitFirst.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postPickupInitLate.d.ts +0 -0
- package/dist/callbacks/postPickupInitLate.js +28 -0
- package/dist/callbacks/postPickupInitLate.js.map +1 -0
- package/dist/callbacks/postPickupInitLate.lua +33 -0
- package/dist/callbacks/postPickupInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postPickupStateChanged.d.ts +0 -0
- package/dist/callbacks/postPickupStateChanged.js +31 -0
- package/dist/callbacks/postPickupStateChanged.js.map +1 -0
- package/dist/callbacks/postPickupStateChanged.lua +39 -0
- package/dist/callbacks/postPickupStateChanged.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postPitRender.d.ts +0 -0
- package/dist/callbacks/postPitRender.js +20 -0
- package/dist/callbacks/postPitRender.js.map +1 -0
- package/dist/callbacks/postPitRender.lua +26 -0
- package/dist/callbacks/postPitRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postPitUpdate.d.ts +0 -0
- package/dist/callbacks/postPitUpdate.js +20 -0
- package/dist/callbacks/postPitUpdate.js.map +1 -0
- package/dist/callbacks/postPitUpdate.lua +26 -0
- package/dist/callbacks/postPitUpdate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postPlayerChangeHealth.d.ts +0 -0
- package/dist/callbacks/postPlayerChangeHealth.js +43 -0
- package/dist/callbacks/postPlayerChangeHealth.js.map +1 -0
- package/dist/callbacks/postPlayerChangeHealth.lua +52 -0
- package/dist/callbacks/postPlayerChangeHealth.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postPlayerChangeType.d.ts +0 -0
- package/dist/callbacks/postPlayerChangeType.js +31 -0
- package/dist/callbacks/postPlayerChangeType.js.map +1 -0
- package/dist/callbacks/postPlayerChangeType.lua +41 -0
- package/dist/callbacks/postPlayerChangeType.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postPlayerCollectible.d.ts +0 -0
- package/dist/callbacks/postPlayerCollectible.js +74 -0
- package/dist/callbacks/postPlayerCollectible.js.map +1 -0
- package/dist/callbacks/postPlayerCollectible.lua +97 -0
- package/dist/callbacks/postPlayerCollectible.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postPlayerFatalDamage.d.ts +0 -0
- package/dist/callbacks/postPlayerFatalDamage.js +74 -0
- package/dist/callbacks/postPlayerFatalDamage.js.map +1 -0
- package/dist/callbacks/postPlayerFatalDamage.lua +99 -0
- package/dist/callbacks/postPlayerFatalDamage.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postPlayerInitLate.d.ts +0 -0
- package/dist/callbacks/postPlayerInitLate.js +28 -0
- package/dist/callbacks/postPlayerInitLate.js.map +1 -0
- package/dist/callbacks/postPlayerInitLate.lua +35 -0
- package/dist/callbacks/postPlayerInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postPlayerReordered.d.ts +0 -0
- package/dist/callbacks/postPlayerReordered.js +109 -0
- package/dist/callbacks/postPlayerReordered.js.map +1 -0
- package/dist/callbacks/postPlayerReordered.lua +114 -0
- package/dist/callbacks/postPlayerReordered.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postPoopRender.d.ts +0 -0
- package/dist/callbacks/postPoopRender.js +20 -0
- package/dist/callbacks/postPoopRender.js.map +1 -0
- package/dist/callbacks/postPoopRender.lua +26 -0
- package/dist/callbacks/postPoopRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postPoopUpdate.d.ts +0 -0
- package/dist/callbacks/postPoopUpdate.js +20 -0
- package/dist/callbacks/postPoopUpdate.js.map +1 -0
- package/dist/callbacks/postPoopUpdate.lua +26 -0
- package/dist/callbacks/postPoopUpdate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postPressurePlateRender.d.ts +0 -0
- package/dist/callbacks/postPressurePlateRender.js +20 -0
- package/dist/callbacks/postPressurePlateRender.js.map +1 -0
- package/dist/callbacks/postPressurePlateRender.lua +26 -0
- package/dist/callbacks/postPressurePlateRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postPressurePlateUpdate.d.ts +0 -0
- package/dist/callbacks/postPressurePlateUpdate.js +20 -0
- package/dist/callbacks/postPressurePlateUpdate.js.map +1 -0
- package/dist/callbacks/postPressurePlateUpdate.lua +26 -0
- package/dist/callbacks/postPressurePlateUpdate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postProjectileInitLate.d.ts +0 -0
- package/dist/callbacks/postProjectileInitLate.js +28 -0
- package/dist/callbacks/postProjectileInitLate.js.map +1 -0
- package/dist/callbacks/postProjectileInitLate.lua +33 -0
- package/dist/callbacks/postProjectileInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postPurchase.d.ts +0 -0
- package/dist/callbacks/postPurchase.js +39 -0
- package/dist/callbacks/postPurchase.js.map +1 -0
- package/dist/callbacks/postPurchase.lua +51 -0
- package/dist/callbacks/postPurchase.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postRockRender.d.ts +0 -0
- package/dist/callbacks/postRockRender.js +20 -0
- package/dist/callbacks/postRockRender.js.map +1 -0
- package/dist/callbacks/postRockRender.lua +26 -0
- package/dist/callbacks/postRockRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postRockUpdate.d.ts +0 -0
- package/dist/callbacks/postRockUpdate.js +20 -0
- package/dist/callbacks/postRockUpdate.js.map +1 -0
- package/dist/callbacks/postRockUpdate.lua +26 -0
- package/dist/callbacks/postRockUpdate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postRoomClearChanged.d.ts +0 -0
- package/dist/callbacks/postRoomClearChanged.js +41 -0
- package/dist/callbacks/postRoomClearChanged.js.map +1 -0
- package/dist/callbacks/postRoomClearChanged.lua +44 -0
- package/dist/callbacks/postRoomClearChanged.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postSacrifice.d.ts +0 -0
- package/dist/callbacks/postSacrifice.js +38 -0
- package/dist/callbacks/postSacrifice.js.map +1 -0
- package/dist/callbacks/postSacrifice.lua +45 -0
- package/dist/callbacks/postSacrifice.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postSlotDestroyed.d.ts +0 -0
- package/dist/callbacks/postSlotDestroyed.js +64 -0
- package/dist/callbacks/postSlotDestroyed.js.map +1 -0
- package/dist/callbacks/postSlotDestroyed.lua +68 -0
- package/dist/callbacks/postSlotDestroyed.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postSlotInitUpdate.d.ts +0 -0
- package/dist/callbacks/postSlotInitUpdate.js +49 -0
- package/dist/callbacks/postSlotInitUpdate.js.map +1 -0
- package/dist/callbacks/postSlotInitUpdate.lua +55 -0
- package/dist/callbacks/postSlotInitUpdate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postSlotRender.d.ts +0 -0
- package/dist/callbacks/postSlotRender.js +48 -0
- package/dist/callbacks/postSlotRender.js.map +1 -0
- package/dist/callbacks/postSlotRender.lua +58 -0
- package/dist/callbacks/postSlotRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postSpikesRender.d.ts +0 -0
- package/dist/callbacks/postSpikesRender.js +20 -0
- package/dist/callbacks/postSpikesRender.js.map +1 -0
- package/dist/callbacks/postSpikesRender.lua +26 -0
- package/dist/callbacks/postSpikesRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postSpikesUpdate.d.ts +0 -0
- package/dist/callbacks/postSpikesUpdate.js +20 -0
- package/dist/callbacks/postSpikesUpdate.js.map +1 -0
- package/dist/callbacks/postSpikesUpdate.lua +26 -0
- package/dist/callbacks/postSpikesUpdate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postTNTRender.d.ts +0 -0
- package/dist/callbacks/postTNTRender.js +20 -0
- package/dist/callbacks/postTNTRender.js.map +1 -0
- package/dist/callbacks/postTNTRender.lua +26 -0
- package/dist/callbacks/postTNTRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postTNTUpdate.d.ts +0 -0
- package/dist/callbacks/postTNTUpdate.js +20 -0
- package/dist/callbacks/postTNTUpdate.js.map +1 -0
- package/dist/callbacks/postTNTUpdate.lua +26 -0
- package/dist/callbacks/postTNTUpdate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postTearInitLate.d.ts +0 -0
- package/dist/callbacks/postTearInitLate.js +28 -0
- package/dist/callbacks/postTearInitLate.js.map +1 -0
- package/dist/callbacks/postTearInitLate.lua +33 -0
- package/dist/callbacks/postTearInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postTearInitVeryLate.d.ts +0 -0
- package/dist/callbacks/postTearInitVeryLate.js +32 -0
- package/dist/callbacks/postTearInitVeryLate.js.map +1 -0
- package/dist/callbacks/postTearInitVeryLate.lua +36 -0
- package/dist/callbacks/postTearInitVeryLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postTransformation.d.ts +0 -0
- package/dist/callbacks/postTransformation.js +37 -0
- package/dist/callbacks/postTransformation.js.map +1 -0
- package/dist/callbacks/postTransformation.lua +48 -0
- package/dist/callbacks/postTransformation.lua.map +1 -0
- package/{callbacks → dist/callbacks}/postTrinketBreak.d.ts +0 -0
- package/dist/callbacks/postTrinketBreak.js +64 -0
- package/dist/callbacks/postTrinketBreak.js.map +1 -0
- package/dist/callbacks/postTrinketBreak.lua +73 -0
- package/dist/callbacks/postTrinketBreak.lua.map +1 -0
- package/{callbacks → dist/callbacks}/preBerserkDeath.d.ts +0 -0
- package/dist/callbacks/preBerserkDeath.js +35 -0
- package/dist/callbacks/preBerserkDeath.js.map +1 -0
- package/dist/callbacks/preBerserkDeath.lua +38 -0
- package/dist/callbacks/preBerserkDeath.lua.map +1 -0
- package/{callbacks → dist/callbacks}/preNewLevel.d.ts +0 -0
- package/dist/callbacks/preNewLevel.js +45 -0
- package/dist/callbacks/preNewLevel.js.map +1 -0
- package/dist/callbacks/preNewLevel.lua +45 -0
- package/dist/callbacks/preNewLevel.lua.map +1 -0
- package/{callbacks → dist/callbacks}/reorderedCallbacks.d.ts +0 -0
- package/dist/callbacks/reorderedCallbacks.js +136 -0
- package/dist/callbacks/reorderedCallbacks.js.map +1 -0
- package/dist/callbacks/reorderedCallbacks.lua +118 -0
- package/dist/callbacks/reorderedCallbacks.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postAmbushFinished.d.ts +0 -0
- package/dist/callbacks/subscriptions/postAmbushFinished.js +20 -0
- package/dist/callbacks/subscriptions/postAmbushFinished.js.map +1 -0
- package/dist/callbacks/subscriptions/postAmbushFinished.lua +29 -0
- package/dist/callbacks/subscriptions/postAmbushFinished.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postAmbushStarted.d.ts +0 -0
- package/dist/callbacks/subscriptions/postAmbushStarted.js +20 -0
- package/dist/callbacks/subscriptions/postAmbushStarted.js.map +1 -0
- package/dist/callbacks/subscriptions/postAmbushStarted.lua +29 -0
- package/dist/callbacks/subscriptions/postAmbushStarted.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postBombInitLate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postBombInitLate.js +20 -0
- package/dist/callbacks/subscriptions/postBombInitLate.js.map +1 -0
- package/dist/callbacks/subscriptions/postBombInitLate.lua +29 -0
- package/dist/callbacks/subscriptions/postBombInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postBoneExploded.d.ts +0 -0
- package/dist/callbacks/subscriptions/postBoneExploded.js +20 -0
- package/dist/callbacks/subscriptions/postBoneExploded.js.map +1 -0
- package/dist/callbacks/subscriptions/postBoneExploded.lua +29 -0
- package/dist/callbacks/subscriptions/postBoneExploded.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postBoneSwing.d.ts +0 -0
- package/dist/callbacks/subscriptions/postBoneSwing.js +16 -0
- package/dist/callbacks/subscriptions/postBoneSwing.js.map +1 -0
- package/dist/callbacks/subscriptions/postBoneSwing.lua +22 -0
- package/dist/callbacks/subscriptions/postBoneSwing.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postCollectibleEmpty.d.ts +0 -0
- package/dist/callbacks/subscriptions/postCollectibleEmpty.js +21 -0
- package/dist/callbacks/subscriptions/postCollectibleEmpty.js.map +1 -0
- package/dist/callbacks/subscriptions/postCollectibleEmpty.lua +29 -0
- package/dist/callbacks/subscriptions/postCollectibleEmpty.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postCollectibleInitFirst.d.ts +0 -0
- package/dist/callbacks/subscriptions/postCollectibleInitFirst.js +21 -0
- package/dist/callbacks/subscriptions/postCollectibleInitFirst.js.map +1 -0
- package/dist/callbacks/subscriptions/postCollectibleInitFirst.lua +29 -0
- package/dist/callbacks/subscriptions/postCollectibleInitFirst.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postCursedTeleport.d.ts +0 -0
- package/dist/callbacks/subscriptions/postCursedTeleport.js +16 -0
- package/dist/callbacks/subscriptions/postCursedTeleport.js.map +1 -0
- package/dist/callbacks/subscriptions/postCursedTeleport.lua +22 -0
- package/dist/callbacks/subscriptions/postCursedTeleport.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postCustomDoorEnter.d.ts +0 -0
- package/dist/callbacks/subscriptions/postCustomDoorEnter.js +21 -0
- package/dist/callbacks/subscriptions/postCustomDoorEnter.js.map +1 -0
- package/dist/callbacks/subscriptions/postCustomDoorEnter.lua +35 -0
- package/dist/callbacks/subscriptions/postCustomDoorEnter.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postCustomRevive.d.ts +0 -0
- package/dist/callbacks/subscriptions/postCustomRevive.js +21 -0
- package/dist/callbacks/subscriptions/postCustomRevive.js.map +1 -0
- package/dist/callbacks/subscriptions/postCustomRevive.lua +29 -0
- package/dist/callbacks/subscriptions/postCustomRevive.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postDiceRoomActivated.d.ts +0 -0
- package/dist/callbacks/subscriptions/postDiceRoomActivated.js +21 -0
- package/dist/callbacks/subscriptions/postDiceRoomActivated.js.map +1 -0
- package/dist/callbacks/subscriptions/postDiceRoomActivated.lua +29 -0
- package/dist/callbacks/subscriptions/postDiceRoomActivated.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postDoorRender.d.ts +0 -0
- package/dist/callbacks/subscriptions/postDoorRender.js +22 -0
- package/dist/callbacks/subscriptions/postDoorRender.js.map +1 -0
- package/dist/callbacks/subscriptions/postDoorRender.lua +30 -0
- package/dist/callbacks/subscriptions/postDoorRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postDoorUpdate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postDoorUpdate.js +22 -0
- package/dist/callbacks/subscriptions/postDoorUpdate.js.map +1 -0
- package/dist/callbacks/subscriptions/postDoorUpdate.lua +30 -0
- package/dist/callbacks/subscriptions/postDoorUpdate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postEffectInitLate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postEffectInitLate.js +20 -0
- package/dist/callbacks/subscriptions/postEffectInitLate.js.map +1 -0
- package/dist/callbacks/subscriptions/postEffectInitLate.lua +29 -0
- package/dist/callbacks/subscriptions/postEffectInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postEffectStateChanged.d.ts +0 -0
- package/dist/callbacks/subscriptions/postEffectStateChanged.js +20 -0
- package/dist/callbacks/subscriptions/postEffectStateChanged.js.map +1 -0
- package/dist/callbacks/subscriptions/postEffectStateChanged.lua +29 -0
- package/dist/callbacks/subscriptions/postEffectStateChanged.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postEsauJr.d.ts +0 -0
- package/dist/callbacks/subscriptions/postEsauJr.js +16 -0
- package/dist/callbacks/subscriptions/postEsauJr.js.map +1 -0
- package/dist/callbacks/subscriptions/postEsauJr.lua +22 -0
- package/dist/callbacks/subscriptions/postEsauJr.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postFamiliarInitLate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postFamiliarInitLate.js +20 -0
- package/dist/callbacks/subscriptions/postFamiliarInitLate.js.map +1 -0
- package/dist/callbacks/subscriptions/postFamiliarInitLate.lua +29 -0
- package/dist/callbacks/subscriptions/postFamiliarInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postFamiliarStateChanged.d.ts +0 -0
- package/dist/callbacks/subscriptions/postFamiliarStateChanged.js +20 -0
- package/dist/callbacks/subscriptions/postFamiliarStateChanged.js.map +1 -0
- package/dist/callbacks/subscriptions/postFamiliarStateChanged.lua +29 -0
- package/dist/callbacks/subscriptions/postFamiliarStateChanged.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postFirstEsauJr.d.ts +0 -0
- package/dist/callbacks/subscriptions/postFirstEsauJr.js +16 -0
- package/dist/callbacks/subscriptions/postFirstEsauJr.js.map +1 -0
- package/dist/callbacks/subscriptions/postFirstEsauJr.lua +22 -0
- package/dist/callbacks/subscriptions/postFirstEsauJr.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postFirstFlip.d.ts +0 -0
- package/dist/callbacks/subscriptions/postFirstFlip.js +16 -0
- package/dist/callbacks/subscriptions/postFirstFlip.js.map +1 -0
- package/dist/callbacks/subscriptions/postFirstFlip.lua +22 -0
- package/dist/callbacks/subscriptions/postFirstFlip.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postFlip.d.ts +0 -0
- package/dist/callbacks/subscriptions/postFlip.js +16 -0
- package/dist/callbacks/subscriptions/postFlip.js.map +1 -0
- package/dist/callbacks/subscriptions/postFlip.lua +22 -0
- package/dist/callbacks/subscriptions/postFlip.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postGameStartedReordered.d.ts +0 -0
- package/dist/callbacks/subscriptions/postGameStartedReordered.js +16 -0
- package/dist/callbacks/subscriptions/postGameStartedReordered.js.map +1 -0
- package/dist/callbacks/subscriptions/postGameStartedReordered.lua +22 -0
- package/dist/callbacks/subscriptions/postGameStartedReordered.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postGreedModeWave.d.ts +0 -0
- package/dist/callbacks/subscriptions/postGreedModeWave.js +16 -0
- package/dist/callbacks/subscriptions/postGreedModeWave.js.map +1 -0
- package/dist/callbacks/subscriptions/postGreedModeWave.lua +22 -0
- package/dist/callbacks/subscriptions/postGreedModeWave.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postGridEntityBroken.d.ts +0 -0
- package/dist/callbacks/subscriptions/postGridEntityBroken.js +28 -0
- package/dist/callbacks/subscriptions/postGridEntityBroken.js.map +1 -0
- package/dist/callbacks/subscriptions/postGridEntityBroken.lua +35 -0
- package/dist/callbacks/subscriptions/postGridEntityBroken.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postGridEntityCollision.d.ts +0 -0
- package/dist/callbacks/subscriptions/postGridEntityCollision.js +28 -0
- package/dist/callbacks/subscriptions/postGridEntityCollision.js.map +1 -0
- package/dist/callbacks/subscriptions/postGridEntityCollision.lua +35 -0
- package/dist/callbacks/subscriptions/postGridEntityCollision.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postGridEntityInit.d.ts +0 -0
- package/dist/callbacks/subscriptions/postGridEntityInit.js +28 -0
- package/dist/callbacks/subscriptions/postGridEntityInit.js.map +1 -0
- package/dist/callbacks/subscriptions/postGridEntityInit.lua +35 -0
- package/dist/callbacks/subscriptions/postGridEntityInit.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postGridEntityRemove.d.ts +0 -0
- package/dist/callbacks/subscriptions/postGridEntityRemove.js +26 -0
- package/dist/callbacks/subscriptions/postGridEntityRemove.js.map +1 -0
- package/dist/callbacks/subscriptions/postGridEntityRemove.lua +33 -0
- package/dist/callbacks/subscriptions/postGridEntityRemove.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postGridEntityRender.d.ts +0 -0
- package/dist/callbacks/subscriptions/postGridEntityRender.js +28 -0
- package/dist/callbacks/subscriptions/postGridEntityRender.js.map +1 -0
- package/dist/callbacks/subscriptions/postGridEntityRender.lua +35 -0
- package/dist/callbacks/subscriptions/postGridEntityRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postGridEntityStateChanged.d.ts +0 -0
- package/dist/callbacks/subscriptions/postGridEntityStateChanged.js +28 -0
- package/dist/callbacks/subscriptions/postGridEntityStateChanged.js.map +1 -0
- package/dist/callbacks/subscriptions/postGridEntityStateChanged.lua +35 -0
- package/dist/callbacks/subscriptions/postGridEntityStateChanged.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postGridEntityUpdate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postGridEntityUpdate.js +28 -0
- package/dist/callbacks/subscriptions/postGridEntityUpdate.js.map +1 -0
- package/dist/callbacks/subscriptions/postGridEntityUpdate.lua +35 -0
- package/dist/callbacks/subscriptions/postGridEntityUpdate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postHolyMantleRemoved.d.ts +0 -0
- package/dist/callbacks/subscriptions/postHolyMantleRemoved.js +25 -0
- package/dist/callbacks/subscriptions/postHolyMantleRemoved.js.map +1 -0
- package/dist/callbacks/subscriptions/postHolyMantleRemoved.lua +34 -0
- package/dist/callbacks/subscriptions/postHolyMantleRemoved.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postItemDischarged.d.ts +0 -0
- package/dist/callbacks/subscriptions/postItemDischarged.js +21 -0
- package/dist/callbacks/subscriptions/postItemDischarged.js.map +1 -0
- package/dist/callbacks/subscriptions/postItemDischarged.lua +29 -0
- package/dist/callbacks/subscriptions/postItemDischarged.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postItemPickup.d.ts +0 -0
- package/dist/callbacks/subscriptions/postItemPickup.js +25 -0
- package/dist/callbacks/subscriptions/postItemPickup.js.map +1 -0
- package/dist/callbacks/subscriptions/postItemPickup.lua +33 -0
- package/dist/callbacks/subscriptions/postItemPickup.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postKnifeInitLate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postKnifeInitLate.js +20 -0
- package/dist/callbacks/subscriptions/postKnifeInitLate.js.map +1 -0
- package/dist/callbacks/subscriptions/postKnifeInitLate.lua +29 -0
- package/dist/callbacks/subscriptions/postKnifeInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postLaserInitLate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postLaserInitLate.js +20 -0
- package/dist/callbacks/subscriptions/postLaserInitLate.js.map +1 -0
- package/dist/callbacks/subscriptions/postLaserInitLate.lua +29 -0
- package/dist/callbacks/subscriptions/postLaserInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postNPCInitLate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postNPCInitLate.js +20 -0
- package/dist/callbacks/subscriptions/postNPCInitLate.js.map +1 -0
- package/dist/callbacks/subscriptions/postNPCInitLate.lua +29 -0
- package/dist/callbacks/subscriptions/postNPCInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postNPCStateChanged.d.ts +0 -0
- package/dist/callbacks/subscriptions/postNPCStateChanged.js +24 -0
- package/dist/callbacks/subscriptions/postNPCStateChanged.js.map +1 -0
- package/dist/callbacks/subscriptions/postNPCStateChanged.lua +33 -0
- package/dist/callbacks/subscriptions/postNPCStateChanged.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postNewLevelReordered.d.ts +0 -0
- package/dist/callbacks/subscriptions/postNewLevelReordered.js +16 -0
- package/dist/callbacks/subscriptions/postNewLevelReordered.js.map +1 -0
- package/dist/callbacks/subscriptions/postNewLevelReordered.lua +22 -0
- package/dist/callbacks/subscriptions/postNewLevelReordered.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postNewRoomEarly.d.ts +0 -0
- package/dist/callbacks/subscriptions/postNewRoomEarly.js +16 -0
- package/dist/callbacks/subscriptions/postNewRoomEarly.js.map +1 -0
- package/dist/callbacks/subscriptions/postNewRoomEarly.lua +22 -0
- package/dist/callbacks/subscriptions/postNewRoomEarly.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postNewRoomReordered.d.ts +0 -0
- package/dist/callbacks/subscriptions/postNewRoomReordered.js +16 -0
- package/dist/callbacks/subscriptions/postNewRoomReordered.js.map +1 -0
- package/dist/callbacks/subscriptions/postNewRoomReordered.lua +22 -0
- package/dist/callbacks/subscriptions/postNewRoomReordered.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPEffectUpdateReordered.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPEffectUpdateReordered.js +25 -0
- package/dist/callbacks/subscriptions/postPEffectUpdateReordered.js.map +1 -0
- package/dist/callbacks/subscriptions/postPEffectUpdateReordered.lua +34 -0
- package/dist/callbacks/subscriptions/postPEffectUpdateReordered.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPickupCollect.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPickupCollect.js +20 -0
- package/dist/callbacks/subscriptions/postPickupCollect.js.map +1 -0
- package/dist/callbacks/subscriptions/postPickupCollect.lua +29 -0
- package/dist/callbacks/subscriptions/postPickupCollect.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPickupInitFirst.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPickupInitFirst.js +20 -0
- package/dist/callbacks/subscriptions/postPickupInitFirst.js.map +1 -0
- package/dist/callbacks/subscriptions/postPickupInitFirst.lua +29 -0
- package/dist/callbacks/subscriptions/postPickupInitFirst.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPickupInitLate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPickupInitLate.js +20 -0
- package/dist/callbacks/subscriptions/postPickupInitLate.js.map +1 -0
- package/dist/callbacks/subscriptions/postPickupInitLate.lua +29 -0
- package/dist/callbacks/subscriptions/postPickupInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPickupStateChanged.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPickupStateChanged.js +20 -0
- package/dist/callbacks/subscriptions/postPickupStateChanged.js.map +1 -0
- package/dist/callbacks/subscriptions/postPickupStateChanged.lua +29 -0
- package/dist/callbacks/subscriptions/postPickupStateChanged.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPitRender.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPitRender.js +22 -0
- package/dist/callbacks/subscriptions/postPitRender.js.map +1 -0
- package/dist/callbacks/subscriptions/postPitRender.lua +30 -0
- package/dist/callbacks/subscriptions/postPitRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPitUpdate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPitUpdate.js +22 -0
- package/dist/callbacks/subscriptions/postPitUpdate.js.map +1 -0
- package/dist/callbacks/subscriptions/postPitUpdate.lua +30 -0
- package/dist/callbacks/subscriptions/postPitUpdate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPlayerChangeHealth.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPlayerChangeHealth.js +25 -0
- package/dist/callbacks/subscriptions/postPlayerChangeHealth.js.map +1 -0
- package/dist/callbacks/subscriptions/postPlayerChangeHealth.lua +34 -0
- package/dist/callbacks/subscriptions/postPlayerChangeHealth.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPlayerChangeType.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPlayerChangeType.js +20 -0
- package/dist/callbacks/subscriptions/postPlayerChangeType.js.map +1 -0
- package/dist/callbacks/subscriptions/postPlayerChangeType.lua +29 -0
- package/dist/callbacks/subscriptions/postPlayerChangeType.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPlayerCollectibleAdded.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPlayerCollectibleAdded.js +21 -0
- package/dist/callbacks/subscriptions/postPlayerCollectibleAdded.js.map +1 -0
- package/dist/callbacks/subscriptions/postPlayerCollectibleAdded.lua +29 -0
- package/dist/callbacks/subscriptions/postPlayerCollectibleAdded.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPlayerCollectibleRemoved.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPlayerCollectibleRemoved.js +21 -0
- package/dist/callbacks/subscriptions/postPlayerCollectibleRemoved.js.map +1 -0
- package/dist/callbacks/subscriptions/postPlayerCollectibleRemoved.lua +29 -0
- package/dist/callbacks/subscriptions/postPlayerCollectibleRemoved.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPlayerFatalDamage.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPlayerFatalDamage.js +29 -0
- package/dist/callbacks/subscriptions/postPlayerFatalDamage.js.map +1 -0
- package/dist/callbacks/subscriptions/postPlayerFatalDamage.lua +45 -0
- package/dist/callbacks/subscriptions/postPlayerFatalDamage.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPlayerInitLate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPlayerInitLate.js +25 -0
- package/dist/callbacks/subscriptions/postPlayerInitLate.js.map +1 -0
- package/dist/callbacks/subscriptions/postPlayerInitLate.lua +34 -0
- package/dist/callbacks/subscriptions/postPlayerInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPlayerInitReordered.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPlayerInitReordered.js +25 -0
- package/dist/callbacks/subscriptions/postPlayerInitReordered.js.map +1 -0
- package/dist/callbacks/subscriptions/postPlayerInitReordered.lua +34 -0
- package/dist/callbacks/subscriptions/postPlayerInitReordered.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPlayerRenderReordered.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPlayerRenderReordered.js +25 -0
- package/dist/callbacks/subscriptions/postPlayerRenderReordered.js.map +1 -0
- package/dist/callbacks/subscriptions/postPlayerRenderReordered.lua +34 -0
- package/dist/callbacks/subscriptions/postPlayerRenderReordered.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPlayerUpdateReordered.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPlayerUpdateReordered.js +25 -0
- package/dist/callbacks/subscriptions/postPlayerUpdateReordered.js.map +1 -0
- package/dist/callbacks/subscriptions/postPlayerUpdateReordered.lua +34 -0
- package/dist/callbacks/subscriptions/postPlayerUpdateReordered.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPoopRender.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPoopRender.js +22 -0
- package/dist/callbacks/subscriptions/postPoopRender.js.map +1 -0
- package/dist/callbacks/subscriptions/postPoopRender.lua +30 -0
- package/dist/callbacks/subscriptions/postPoopRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPoopUpdate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPoopUpdate.js +22 -0
- package/dist/callbacks/subscriptions/postPoopUpdate.js.map +1 -0
- package/dist/callbacks/subscriptions/postPoopUpdate.lua +30 -0
- package/dist/callbacks/subscriptions/postPoopUpdate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPressurePlateRender.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPressurePlateRender.js +22 -0
- package/dist/callbacks/subscriptions/postPressurePlateRender.js.map +1 -0
- package/dist/callbacks/subscriptions/postPressurePlateRender.lua +30 -0
- package/dist/callbacks/subscriptions/postPressurePlateRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPressurePlateUpdate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPressurePlateUpdate.js +22 -0
- package/dist/callbacks/subscriptions/postPressurePlateUpdate.js.map +1 -0
- package/dist/callbacks/subscriptions/postPressurePlateUpdate.lua +30 -0
- package/dist/callbacks/subscriptions/postPressurePlateUpdate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postProjectileInitLate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postProjectileInitLate.js +21 -0
- package/dist/callbacks/subscriptions/postProjectileInitLate.js.map +1 -0
- package/dist/callbacks/subscriptions/postProjectileInitLate.lua +29 -0
- package/dist/callbacks/subscriptions/postProjectileInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postPurchase.d.ts +0 -0
- package/dist/callbacks/subscriptions/postPurchase.js +16 -0
- package/dist/callbacks/subscriptions/postPurchase.js.map +1 -0
- package/dist/callbacks/subscriptions/postPurchase.lua +22 -0
- package/dist/callbacks/subscriptions/postPurchase.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postRockRender.d.ts +0 -0
- package/dist/callbacks/subscriptions/postRockRender.js +22 -0
- package/dist/callbacks/subscriptions/postRockRender.js.map +1 -0
- package/dist/callbacks/subscriptions/postRockRender.lua +30 -0
- package/dist/callbacks/subscriptions/postRockRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postRockUpdate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postRockUpdate.js +22 -0
- package/dist/callbacks/subscriptions/postRockUpdate.js.map +1 -0
- package/dist/callbacks/subscriptions/postRockUpdate.lua +30 -0
- package/dist/callbacks/subscriptions/postRockUpdate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postRoomClearChanged.d.ts +0 -0
- package/dist/callbacks/subscriptions/postRoomClearChanged.js +20 -0
- package/dist/callbacks/subscriptions/postRoomClearChanged.js.map +1 -0
- package/dist/callbacks/subscriptions/postRoomClearChanged.lua +29 -0
- package/dist/callbacks/subscriptions/postRoomClearChanged.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postSacrifice.d.ts +0 -0
- package/dist/callbacks/subscriptions/postSacrifice.js +25 -0
- package/dist/callbacks/subscriptions/postSacrifice.js.map +1 -0
- package/dist/callbacks/subscriptions/postSacrifice.lua +34 -0
- package/dist/callbacks/subscriptions/postSacrifice.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postSlotAnimationChanged.d.ts +0 -0
- package/dist/callbacks/subscriptions/postSlotAnimationChanged.js +20 -0
- package/dist/callbacks/subscriptions/postSlotAnimationChanged.js.map +1 -0
- package/dist/callbacks/subscriptions/postSlotAnimationChanged.lua +29 -0
- package/dist/callbacks/subscriptions/postSlotAnimationChanged.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postSlotDestroyed.d.ts +0 -0
- package/dist/callbacks/subscriptions/postSlotDestroyed.js +26 -0
- package/dist/callbacks/subscriptions/postSlotDestroyed.js.map +1 -0
- package/dist/callbacks/subscriptions/postSlotDestroyed.lua +33 -0
- package/dist/callbacks/subscriptions/postSlotDestroyed.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postSlotInit.d.ts +0 -0
- package/dist/callbacks/subscriptions/postSlotInit.js +20 -0
- package/dist/callbacks/subscriptions/postSlotInit.js.map +1 -0
- package/dist/callbacks/subscriptions/postSlotInit.lua +29 -0
- package/dist/callbacks/subscriptions/postSlotInit.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postSlotRender.d.ts +0 -0
- package/dist/callbacks/subscriptions/postSlotRender.js +20 -0
- package/dist/callbacks/subscriptions/postSlotRender.js.map +1 -0
- package/dist/callbacks/subscriptions/postSlotRender.lua +29 -0
- package/dist/callbacks/subscriptions/postSlotRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postSlotUpdate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postSlotUpdate.js +20 -0
- package/dist/callbacks/subscriptions/postSlotUpdate.js.map +1 -0
- package/dist/callbacks/subscriptions/postSlotUpdate.lua +29 -0
- package/dist/callbacks/subscriptions/postSlotUpdate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postSpikesRender.d.ts +0 -0
- package/dist/callbacks/subscriptions/postSpikesRender.js +22 -0
- package/dist/callbacks/subscriptions/postSpikesRender.js.map +1 -0
- package/dist/callbacks/subscriptions/postSpikesRender.lua +30 -0
- package/dist/callbacks/subscriptions/postSpikesRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postSpikesUpdate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postSpikesUpdate.js +22 -0
- package/dist/callbacks/subscriptions/postSpikesUpdate.js.map +1 -0
- package/dist/callbacks/subscriptions/postSpikesUpdate.lua +30 -0
- package/dist/callbacks/subscriptions/postSpikesUpdate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postTNTRender.d.ts +0 -0
- package/dist/callbacks/subscriptions/postTNTRender.js +22 -0
- package/dist/callbacks/subscriptions/postTNTRender.js.map +1 -0
- package/dist/callbacks/subscriptions/postTNTRender.lua +30 -0
- package/dist/callbacks/subscriptions/postTNTRender.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postTNTUpdate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postTNTUpdate.js +22 -0
- package/dist/callbacks/subscriptions/postTNTUpdate.js.map +1 -0
- package/dist/callbacks/subscriptions/postTNTUpdate.lua +30 -0
- package/dist/callbacks/subscriptions/postTNTUpdate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postTearInitLate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postTearInitLate.js +20 -0
- package/dist/callbacks/subscriptions/postTearInitLate.js.map +1 -0
- package/dist/callbacks/subscriptions/postTearInitLate.lua +29 -0
- package/dist/callbacks/subscriptions/postTearInitLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postTearInitVeryLate.d.ts +0 -0
- package/dist/callbacks/subscriptions/postTearInitVeryLate.js +20 -0
- package/dist/callbacks/subscriptions/postTearInitVeryLate.js.map +1 -0
- package/dist/callbacks/subscriptions/postTearInitVeryLate.lua +29 -0
- package/dist/callbacks/subscriptions/postTearInitVeryLate.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postTransformation.d.ts +0 -0
- package/dist/callbacks/subscriptions/postTransformation.js +20 -0
- package/dist/callbacks/subscriptions/postTransformation.js.map +1 -0
- package/dist/callbacks/subscriptions/postTransformation.lua +29 -0
- package/dist/callbacks/subscriptions/postTransformation.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/postTrinketBreak.d.ts +0 -0
- package/dist/callbacks/subscriptions/postTrinketBreak.js +21 -0
- package/dist/callbacks/subscriptions/postTrinketBreak.js.map +1 -0
- package/dist/callbacks/subscriptions/postTrinketBreak.lua +29 -0
- package/dist/callbacks/subscriptions/postTrinketBreak.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/preBerserkDeath.d.ts +0 -0
- package/dist/callbacks/subscriptions/preBerserkDeath.js +26 -0
- package/dist/callbacks/subscriptions/preBerserkDeath.js.map +1 -0
- package/dist/callbacks/subscriptions/preBerserkDeath.lua +35 -0
- package/dist/callbacks/subscriptions/preBerserkDeath.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/preCustomRevive.d.ts +0 -0
- package/dist/callbacks/subscriptions/preCustomRevive.js +29 -0
- package/dist/callbacks/subscriptions/preCustomRevive.js.map +1 -0
- package/dist/callbacks/subscriptions/preCustomRevive.lua +38 -0
- package/dist/callbacks/subscriptions/preCustomRevive.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/preItemPickup.d.ts +0 -0
- package/dist/callbacks/subscriptions/preItemPickup.js +25 -0
- package/dist/callbacks/subscriptions/preItemPickup.js.map +1 -0
- package/dist/callbacks/subscriptions/preItemPickup.lua +33 -0
- package/dist/callbacks/subscriptions/preItemPickup.lua.map +1 -0
- package/{callbacks → dist/callbacks}/subscriptions/preNewLevel.d.ts +0 -0
- package/dist/callbacks/subscriptions/preNewLevel.js +16 -0
- package/dist/callbacks/subscriptions/preNewLevel.js.map +1 -0
- package/dist/callbacks/subscriptions/preNewLevel.lua +22 -0
- package/dist/callbacks/subscriptions/preNewLevel.lua.map +1 -0
- package/{classes → dist/classes}/DefaultMap.d.ts +0 -0
- package/dist/classes/DefaultMap.js +145 -0
- package/dist/classes/DefaultMap.js.map +1 -0
- package/dist/classes/DefaultMap.lua +134 -0
- package/dist/classes/DefaultMap.lua.map +1 -0
- package/{classes → dist/classes}/ModUpgraded.d.ts +0 -0
- package/dist/classes/ModUpgraded.js +57 -0
- package/dist/classes/ModUpgraded.js.map +1 -0
- package/dist/classes/ModUpgraded.lua +40 -0
- package/dist/classes/ModUpgraded.lua.map +1 -0
- package/{constants.d.ts → dist/constants.d.ts} +0 -0
- package/dist/constants.js +143 -0
- package/dist/constants.js.map +1 -0
- package/dist/constants.lua +115 -0
- package/dist/constants.lua.map +1 -0
- package/{constantsFirstLast.d.ts → dist/constantsFirstLast.d.ts} +0 -0
- package/dist/constantsFirstLast.js +156 -0
- package/dist/constantsFirstLast.js.map +1 -0
- package/dist/constantsFirstLast.lua +113 -0
- package/dist/constantsFirstLast.lua.map +1 -0
- package/{enums → dist/enums}/AmbushType.d.ts +0 -0
- package/dist/enums/AmbushType.js +6 -0
- package/dist/enums/AmbushType.js.map +1 -0
- package/dist/enums/AmbushType.lua +7 -0
- package/dist/enums/AmbushType.lua.map +1 -0
- package/{enums → dist/enums}/CornerType.d.ts +0 -0
- package/dist/enums/CornerType.js +8 -0
- package/dist/enums/CornerType.js.map +1 -0
- package/dist/enums/CornerType.lua +11 -0
- package/dist/enums/CornerType.lua.map +1 -0
- package/{enums → dist/enums}/DecorationVariant.d.ts +0 -0
- package/dist/enums/DecorationVariant.js +11 -0
- package/dist/enums/DecorationVariant.js.map +1 -0
- package/dist/enums/DecorationVariant.lua +7 -0
- package/dist/enums/DecorationVariant.lua.map +1 -0
- package/{enums → dist/enums}/HealthType.d.ts +0 -0
- package/dist/enums/HealthType.js +18 -0
- package/dist/enums/HealthType.js.map +1 -0
- package/dist/enums/HealthType.lua +24 -0
- package/dist/enums/HealthType.lua.map +1 -0
- package/{enums → dist/enums}/ModCallbackCustom.d.ts +0 -0
- package/dist/enums/ModCallbackCustom.js +1213 -0
- package/dist/enums/ModCallbackCustom.js.map +1 -0
- package/dist/enums/ModCallbackCustom.lua +175 -0
- package/dist/enums/ModCallbackCustom.lua.map +1 -0
- package/{enums → dist/enums}/PocketItemType.d.ts +0 -0
- package/dist/enums/PocketItemType.js +10 -0
- package/dist/enums/PocketItemType.js.map +1 -0
- package/dist/enums/PocketItemType.lua +15 -0
- package/dist/enums/PocketItemType.lua.map +1 -0
- package/{enums → dist/enums}/RockAltType.d.ts +0 -0
- package/dist/enums/RockAltType.js +9 -0
- package/dist/enums/RockAltType.js.map +1 -0
- package/dist/enums/RockAltType.lua +13 -0
- package/dist/enums/RockAltType.lua.map +1 -0
- package/{enums → dist/enums}/SerializationType.d.ts +0 -0
- package/dist/enums/SerializationType.js +7 -0
- package/dist/enums/SerializationType.js.map +1 -0
- package/dist/enums/SerializationType.lua +9 -0
- package/dist/enums/SerializationType.lua.map +1 -0
- package/{enums → dist/enums}/SlotDestructionType.d.ts +0 -0
- package/dist/enums/SlotDestructionType.js +6 -0
- package/dist/enums/SlotDestructionType.js.map +1 -0
- package/dist/enums/SlotDestructionType.lua +7 -0
- package/dist/enums/SlotDestructionType.lua.map +1 -0
- package/{enums → dist/enums}/private/CopyableIsaacAPIClassType.d.ts +0 -0
- package/dist/enums/private/CopyableIsaacAPIClassType.js +9 -0
- package/dist/enums/private/CopyableIsaacAPIClassType.js.map +1 -0
- package/dist/enums/private/CopyableIsaacAPIClassType.lua +8 -0
- package/dist/enums/private/CopyableIsaacAPIClassType.lua.map +1 -0
- package/{enums → dist/enums}/private/SaveDataKey.d.ts +0 -0
- package/dist/enums/private/SaveDataKey.js +8 -0
- package/dist/enums/private/SaveDataKey.js.map +1 -0
- package/dist/enums/private/SaveDataKey.lua +7 -0
- package/dist/enums/private/SaveDataKey.lua.map +1 -0
- package/{enums → dist/enums}/private/SerializationBrand.d.ts +0 -0
- package/dist/enums/private/SerializationBrand.js +41 -0
- package/dist/enums/private/SerializationBrand.js.map +1 -0
- package/dist/enums/private/SerializationBrand.lua +17 -0
- package/dist/enums/private/SerializationBrand.lua.map +1 -0
- package/{features → dist/features}/characterHealthConversion.d.ts +0 -0
- package/dist/features/characterHealthConversion.js +86 -0
- package/dist/features/characterHealthConversion.js.map +1 -0
- package/dist/features/characterHealthConversion.lua +87 -0
- package/dist/features/characterHealthConversion.lua.map +1 -0
- package/{features → dist/features}/characterStats.d.ts +0 -0
- package/dist/features/characterStats.js +52 -0
- package/dist/features/characterStats.js.map +1 -0
- package/dist/features/characterStats.lua +54 -0
- package/dist/features/characterStats.lua.map +1 -0
- package/{features → dist/features}/collectibleItemPoolType.d.ts +0 -0
- package/dist/features/collectibleItemPoolType.js +45 -0
- package/dist/features/collectibleItemPoolType.js.map +1 -0
- package/dist/features/collectibleItemPoolType.lua +48 -0
- package/dist/features/collectibleItemPoolType.lua.map +1 -0
- package/{features → dist/features}/customGridEntity.d.ts +0 -0
- package/dist/features/customGridEntity.js +148 -0
- package/dist/features/customGridEntity.js.map +1 -0
- package/dist/features/customGridEntity.lua +156 -0
- package/dist/features/customGridEntity.lua.map +1 -0
- package/{features → dist/features}/customStage/backdrop.d.ts +0 -0
- package/dist/features/customStage/backdrop.js +191 -0
- package/dist/features/customStage/backdrop.js.map +1 -0
- package/dist/features/customStage/backdrop.lua +193 -0
- package/dist/features/customStage/backdrop.lua.map +1 -0
- package/{features → dist/features}/customStage/customStageConstants.d.ts +0 -0
- package/dist/features/customStage/customStageConstants.js +2 -0
- package/dist/features/customStage/customStageConstants.js.map +1 -0
- package/dist/features/customStage/customStageConstants.lua +3 -0
- package/dist/features/customStage/customStageConstants.lua.map +1 -0
- package/{features → dist/features}/customStage/exports.d.ts +0 -0
- package/dist/features/customStage/exports.js +147 -0
- package/dist/features/customStage/exports.js.map +1 -0
- package/dist/features/customStage/exports.lua +156 -0
- package/dist/features/customStage/exports.lua.map +1 -0
- package/{features → dist/features}/customStage/gridEntities.d.ts +0 -0
- package/dist/features/customStage/gridEntities.js +138 -0
- package/dist/features/customStage/gridEntities.js.map +1 -0
- package/dist/features/customStage/gridEntities.lua +215 -0
- package/dist/features/customStage/gridEntities.lua.map +1 -0
- package/{features → dist/features}/customStage/init.d.ts +0 -0
- package/dist/features/customStage/init.js +104 -0
- package/dist/features/customStage/init.js.map +1 -0
- package/dist/features/customStage/init.lua +119 -0
- package/dist/features/customStage/init.lua.map +1 -0
- package/{features → dist/features}/customStage/metadata.json +0 -0
- package/dist/features/customStage/metadata.lua +1 -0
- package/dist/features/customStage/metadata.lua.map +1 -0
- package/{features → dist/features}/customStage/shadows.d.ts +0 -0
- package/dist/features/customStage/shadows.js +63 -0
- package/dist/features/customStage/shadows.js.map +1 -0
- package/dist/features/customStage/shadows.lua +69 -0
- package/dist/features/customStage/shadows.lua.map +1 -0
- package/{features → dist/features}/customStage/streakText.d.ts +0 -0
- package/dist/features/customStage/streakText.js +35 -0
- package/dist/features/customStage/streakText.js.map +1 -0
- package/dist/features/customStage/streakText.lua +38 -0
- package/dist/features/customStage/streakText.lua.map +1 -0
- package/{features → dist/features}/customStage/util.d.ts +0 -0
- package/dist/features/customStage/util.js +36 -0
- package/dist/features/customStage/util.js.map +1 -0
- package/dist/features/customStage/util.lua +51 -0
- package/dist/features/customStage/util.lua.map +1 -0
- package/{features → dist/features}/customStage/v.d.ts +0 -0
- package/dist/features/customStage/v.js +18 -0
- package/dist/features/customStage/v.js.map +1 -0
- package/dist/features/customStage/v.lua +13 -0
- package/dist/features/customStage/v.lua.map +1 -0
- package/{features → dist/features}/customStage/versusScreen.d.ts +0 -0
- package/dist/features/customStage/versusScreen.js +184 -0
- package/dist/features/customStage/versusScreen.js.map +1 -0
- package/dist/features/customStage/versusScreen.lua +206 -0
- package/dist/features/customStage/versusScreen.lua.map +1 -0
- package/{features → dist/features}/debugDisplay/debugDisplay.d.ts +0 -0
- package/dist/features/debugDisplay/debugDisplay.js +183 -0
- package/dist/features/debugDisplay/debugDisplay.js.map +1 -0
- package/dist/features/debugDisplay/debugDisplay.lua +185 -0
- package/dist/features/debugDisplay/debugDisplay.lua.map +1 -0
- package/{features → dist/features}/debugDisplay/exports.d.ts +0 -0
- package/dist/features/debugDisplay/exports.js +441 -0
- package/dist/features/debugDisplay/exports.js.map +1 -0
- package/dist/features/debugDisplay/exports.lua +368 -0
- package/dist/features/debugDisplay/exports.lua.map +1 -0
- package/{features → dist/features}/debugDisplay/v.d.ts +0 -0
- package/dist/features/debugDisplay/v.js +61 -0
- package/dist/features/debugDisplay/v.js.map +1 -0
- package/dist/features/debugDisplay/v.lua +63 -0
- package/dist/features/debugDisplay/v.lua.map +1 -0
- package/{features → dist/features}/deployJSONRoom.d.ts +0 -0
- package/dist/features/deployJSONRoom.js +532 -0
- package/dist/features/deployJSONRoom.js.map +1 -0
- package/dist/features/deployJSONRoom.lua +567 -0
- package/dist/features/deployJSONRoom.lua.map +1 -0
- package/{features → dist/features}/disableAllSound.d.ts +0 -0
- package/dist/features/disableAllSound.js +63 -0
- package/dist/features/disableAllSound.js.map +1 -0
- package/dist/features/disableAllSound.lua +62 -0
- package/dist/features/disableAllSound.lua.map +1 -0
- package/{features → dist/features}/disableInputs.d.ts +0 -0
- package/dist/features/disableInputs.js +130 -0
- package/dist/features/disableInputs.js.map +1 -0
- package/dist/features/disableInputs.lua +134 -0
- package/dist/features/disableInputs.lua.map +1 -0
- package/{features → dist/features}/extraConsoleCommands/commandsDisplay.d.ts +0 -0
- package/dist/features/extraConsoleCommands/commandsDisplay.js +236 -0
- package/dist/features/extraConsoleCommands/commandsDisplay.js.map +1 -0
- package/dist/features/extraConsoleCommands/commandsDisplay.lua +219 -0
- package/dist/features/extraConsoleCommands/commandsDisplay.lua.map +1 -0
- package/{features → dist/features}/extraConsoleCommands/commandsSubroutines.d.ts +0 -0
- package/dist/features/extraConsoleCommands/commandsSubroutines.js +109 -0
- package/dist/features/extraConsoleCommands/commandsSubroutines.js.map +1 -0
- package/dist/features/extraConsoleCommands/commandsSubroutines.lua +129 -0
- package/dist/features/extraConsoleCommands/commandsSubroutines.lua.map +1 -0
- package/{features → dist/features}/extraConsoleCommands/exports.d.ts +0 -0
- package/dist/features/extraConsoleCommands/exports.js +53 -0
- package/dist/features/extraConsoleCommands/exports.js.map +1 -0
- package/dist/features/extraConsoleCommands/exports.lua +54 -0
- package/dist/features/extraConsoleCommands/exports.lua.map +1 -0
- package/{features → dist/features}/extraConsoleCommands/init.d.ts +0 -0
- package/dist/features/extraConsoleCommands/init.js +239 -0
- package/dist/features/extraConsoleCommands/init.js.map +1 -0
- package/dist/features/extraConsoleCommands/init.lua +246 -0
- package/dist/features/extraConsoleCommands/init.lua.map +1 -0
- package/{features → dist/features}/extraConsoleCommands/listCommands.d.ts +0 -0
- package/dist/features/extraConsoleCommands/listCommands.js +1081 -0
- package/dist/features/extraConsoleCommands/listCommands.js.map +1 -0
- package/dist/features/extraConsoleCommands/listCommands.lua +1130 -0
- package/dist/features/extraConsoleCommands/listCommands.lua.map +1 -0
- package/{features → dist/features}/extraConsoleCommands/v.d.ts +0 -0
- package/dist/features/extraConsoleCommands/v.js +25 -0
- package/dist/features/extraConsoleCommands/v.js.map +1 -0
- package/dist/features/extraConsoleCommands/v.lua +22 -0
- package/dist/features/extraConsoleCommands/v.lua.map +1 -0
- package/{features → dist/features}/fadeInRemover.d.ts +0 -0
- package/dist/features/fadeInRemover.js +51 -0
- package/dist/features/fadeInRemover.js.map +1 -0
- package/dist/features/fadeInRemover.lua +55 -0
- package/dist/features/fadeInRemover.lua.map +1 -0
- package/{features → dist/features}/fastReset.d.ts +0 -0
- package/dist/features/fastReset.js +61 -0
- package/dist/features/fastReset.js.map +1 -0
- package/dist/features/fastReset.lua +59 -0
- package/dist/features/fastReset.lua.map +1 -0
- package/{features → dist/features}/forgottenSwitch.d.ts +0 -0
- package/dist/features/forgottenSwitch.js +33 -0
- package/dist/features/forgottenSwitch.js.map +1 -0
- package/dist/features/forgottenSwitch.lua +32 -0
- package/dist/features/forgottenSwitch.lua.map +1 -0
- package/{features → dist/features}/pause.d.ts +0 -0
- package/dist/features/pause.js +68 -0
- package/dist/features/pause.js.map +1 -0
- package/dist/features/pause.lua +71 -0
- package/dist/features/pause.lua.map +1 -0
- package/{features → dist/features}/persistentEntities.d.ts +0 -0
- package/dist/features/persistentEntities.js +120 -0
- package/dist/features/persistentEntities.js.map +1 -0
- package/dist/features/persistentEntities.lua +155 -0
- package/dist/features/persistentEntities.lua.map +1 -0
- package/{features → dist/features}/playerInventory.d.ts +0 -0
- package/dist/features/playerInventory.js +89 -0
- package/dist/features/playerInventory.js.map +1 -0
- package/dist/features/playerInventory.lua +111 -0
- package/dist/features/playerInventory.lua.map +1 -0
- package/{features → dist/features}/ponyDetection.d.ts +0 -0
- package/dist/features/ponyDetection.js +63 -0
- package/dist/features/ponyDetection.js.map +1 -0
- package/dist/features/ponyDetection.lua +66 -0
- package/dist/features/ponyDetection.lua.map +1 -0
- package/{features → dist/features}/preventCollectibleRotation.d.ts +0 -0
- package/dist/features/preventCollectibleRotation.js +81 -0
- package/dist/features/preventCollectibleRotation.js.map +1 -0
- package/dist/features/preventCollectibleRotation.lua +68 -0
- package/dist/features/preventCollectibleRotation.lua.map +1 -0
- package/{features → dist/features}/registerHotkey.d.ts +0 -0
- package/dist/features/registerHotkey.js +91 -0
- package/dist/features/registerHotkey.js.map +1 -0
- package/dist/features/registerHotkey.lua +93 -0
- package/dist/features/registerHotkey.lua.map +1 -0
- package/{features → dist/features}/roomClearFrame.d.ts +0 -0
- package/dist/features/roomClearFrame.js +42 -0
- package/dist/features/roomClearFrame.js.map +1 -0
- package/dist/features/roomClearFrame.lua +38 -0
- package/dist/features/roomClearFrame.lua.map +1 -0
- package/{features → dist/features}/runInNFrames.d.ts +0 -0
- package/dist/features/runInNFrames.js +189 -0
- package/dist/features/runInNFrames.js.map +1 -0
- package/dist/features/runInNFrames.lua +196 -0
- package/dist/features/runInNFrames.lua.map +1 -0
- package/{features → dist/features}/runNextRoom.d.ts +0 -0
- package/dist/features/runNextRoom.js +34 -0
- package/dist/features/runNextRoom.js.map +1 -0
- package/dist/features/runNextRoom.lua +40 -0
- package/dist/features/runNextRoom.lua.map +1 -0
- package/{features → dist/features}/saveDataManager/exports.d.ts +0 -0
- package/dist/features/saveDataManager/exports.js +183 -0
- package/dist/features/saveDataManager/exports.js.map +1 -0
- package/dist/features/saveDataManager/exports.lua +183 -0
- package/dist/features/saveDataManager/exports.lua.map +1 -0
- package/{features → dist/features}/saveDataManager/load.d.ts +0 -0
- package/dist/features/saveDataManager/load.js +69 -0
- package/dist/features/saveDataManager/load.js.map +1 -0
- package/dist/features/saveDataManager/load.lua +72 -0
- package/dist/features/saveDataManager/load.lua.map +1 -0
- package/{features → dist/features}/saveDataManager/main.d.ts +0 -0
- package/dist/features/saveDataManager/main.js +131 -0
- package/dist/features/saveDataManager/main.js.map +1 -0
- package/dist/features/saveDataManager/main.lua +134 -0
- package/dist/features/saveDataManager/main.lua.map +1 -0
- package/{features → dist/features}/saveDataManager/maps.d.ts +0 -0
- package/dist/features/saveDataManager/maps.js +9 -0
- package/dist/features/saveDataManager/maps.js.map +1 -0
- package/dist/features/saveDataManager/maps.lua +11 -0
- package/dist/features/saveDataManager/maps.lua.map +1 -0
- package/{features → dist/features}/saveDataManager/merge.d.ts +0 -0
- package/dist/features/saveDataManager/merge.js +139 -0
- package/dist/features/saveDataManager/merge.js.map +1 -0
- package/dist/features/saveDataManager/merge.lua +152 -0
- package/dist/features/saveDataManager/merge.lua.map +1 -0
- package/{features → dist/features}/saveDataManager/save.d.ts +0 -0
- package/dist/features/saveDataManager/save.js +43 -0
- package/dist/features/saveDataManager/save.js.map +1 -0
- package/dist/features/saveDataManager/save.lua +49 -0
- package/dist/features/saveDataManager/save.lua.map +1 -0
- package/{features → dist/features}/saveDataManager/saveDataManagerConstants.d.ts +0 -0
- package/dist/features/saveDataManager/saveDataManagerConstants.js +4 -0
- package/dist/features/saveDataManager/saveDataManagerConstants.js.map +1 -0
- package/dist/features/saveDataManager/saveDataManagerConstants.lua +5 -0
- package/dist/features/saveDataManager/saveDataManagerConstants.lua.map +1 -0
- package/{features → dist/features}/saveDataManager/serializationBrand.d.ts +0 -0
- package/dist/features/saveDataManager/serializationBrand.js +12 -0
- package/dist/features/saveDataManager/serializationBrand.js.map +1 -0
- package/dist/features/saveDataManager/serializationBrand.lua +19 -0
- package/dist/features/saveDataManager/serializationBrand.lua.map +1 -0
- package/{features → dist/features}/sirenHelpers.d.ts +0 -0
- package/dist/features/sirenHelpers.js +90 -0
- package/dist/features/sirenHelpers.js.map +1 -0
- package/dist/features/sirenHelpers.lua +82 -0
- package/dist/features/sirenHelpers.lua.map +1 -0
- package/{features → dist/features}/stageHistory.d.ts +0 -0
- package/dist/features/stageHistory.js +43 -0
- package/dist/features/stageHistory.js.map +1 -0
- package/dist/features/stageHistory.lua +62 -0
- package/dist/features/stageHistory.lua.map +1 -0
- package/{features → dist/features}/taintedLazarusPlayers.d.ts +0 -0
- package/dist/features/taintedLazarusPlayers.js +92 -0
- package/dist/features/taintedLazarusPlayers.js.map +1 -0
- package/dist/features/taintedLazarusPlayers.lua +85 -0
- package/dist/features/taintedLazarusPlayers.lua.map +1 -0
- package/{featuresInitialized.d.ts → dist/featuresInitialized.d.ts} +0 -0
- package/dist/featuresInitialized.js +16 -0
- package/dist/featuresInitialized.js.map +1 -0
- package/dist/featuresInitialized.lua +20 -0
- package/dist/featuresInitialized.lua.map +1 -0
- package/{functions → dist/functions}/ambush.d.ts +0 -0
- package/dist/functions/ambush.js +35 -0
- package/dist/functions/ambush.js.map +1 -0
- package/dist/functions/ambush.lua +43 -0
- package/dist/functions/ambush.lua.map +1 -0
- package/{functions → dist/functions}/array.d.ts +0 -0
- package/dist/functions/array.js +423 -0
- package/dist/functions/array.js.map +1 -0
- package/dist/functions/array.lua +500 -0
- package/dist/functions/array.lua.map +1 -0
- package/{functions → dist/functions}/benchmark.d.ts +0 -0
- package/dist/functions/benchmark.js +28 -0
- package/dist/functions/benchmark.js.map +1 -0
- package/dist/functions/benchmark.lua +38 -0
- package/dist/functions/benchmark.lua.map +1 -0
- package/{functions → dist/functions}/bitwise.d.ts +0 -0
- package/dist/functions/bitwise.js +74 -0
- package/dist/functions/bitwise.js.map +1 -0
- package/dist/functions/bitwise.lua +77 -0
- package/dist/functions/bitwise.lua.map +1 -0
- package/{functions → dist/functions}/bombs.d.ts +0 -0
- package/dist/functions/bombs.js +11 -0
- package/dist/functions/bombs.js.map +1 -0
- package/dist/functions/bombs.lua +12 -0
- package/dist/functions/bombs.lua.map +1 -0
- package/{functions → dist/functions}/boss.d.ts +0 -0
- package/dist/functions/boss.js +137 -0
- package/dist/functions/boss.js.map +1 -0
- package/dist/functions/boss.lua +222 -0
- package/dist/functions/boss.lua.map +1 -0
- package/{functions → dist/functions}/cacheFlag.d.ts +0 -0
- package/dist/functions/cacheFlag.js +11 -0
- package/dist/functions/cacheFlag.js.map +1 -0
- package/dist/functions/cacheFlag.lua +11 -0
- package/dist/functions/cacheFlag.lua.map +1 -0
- package/{functions → dist/functions}/cards.d.ts +0 -0
- package/dist/functions/cards.js +217 -0
- package/dist/functions/cards.js.map +1 -0
- package/dist/functions/cards.lua +234 -0
- package/dist/functions/cards.lua.map +1 -0
- package/{functions → dist/functions}/challenges.d.ts +0 -0
- package/dist/functions/challenges.js +9 -0
- package/dist/functions/challenges.js.map +1 -0
- package/dist/functions/challenges.lua +10 -0
- package/dist/functions/challenges.lua.map +1 -0
- package/{functions → dist/functions}/character.d.ts +0 -0
- package/dist/functions/character.js +102 -0
- package/dist/functions/character.js.map +1 -0
- package/dist/functions/character.lua +94 -0
- package/dist/functions/character.lua.map +1 -0
- package/{functions → dist/functions}/charge.d.ts +0 -0
- package/dist/functions/charge.js +202 -0
- package/dist/functions/charge.js.map +1 -0
- package/dist/functions/charge.lua +207 -0
- package/dist/functions/charge.lua.map +1 -0
- package/{functions → dist/functions}/chargeBar.d.ts +0 -0
- package/dist/functions/chargeBar.js +44 -0
- package/dist/functions/chargeBar.js.map +1 -0
- package/dist/functions/chargeBar.lua +45 -0
- package/dist/functions/chargeBar.lua.map +1 -0
- package/{functions → dist/functions}/collectibleCacheFlag.d.ts +0 -0
- package/dist/functions/collectibleCacheFlag.js +68 -0
- package/dist/functions/collectibleCacheFlag.js.map +1 -0
- package/dist/functions/collectibleCacheFlag.lua +80 -0
- package/dist/functions/collectibleCacheFlag.lua.map +1 -0
- package/{functions → dist/functions}/collectibleSet.d.ts +0 -0
- package/dist/functions/collectibleSet.js +108 -0
- package/dist/functions/collectibleSet.js.map +1 -0
- package/dist/functions/collectibleSet.lua +102 -0
- package/dist/functions/collectibleSet.lua.map +1 -0
- package/{functions → dist/functions}/collectibleTag.d.ts +0 -0
- package/dist/functions/collectibleTag.js +65 -0
- package/dist/functions/collectibleTag.js.map +1 -0
- package/dist/functions/collectibleTag.lua +83 -0
- package/dist/functions/collectibleTag.lua.map +1 -0
- package/{functions → dist/functions}/collectibles.d.ts +0 -0
- package/dist/functions/collectibles.js +469 -0
- package/dist/functions/collectibles.js.map +1 -0
- package/dist/functions/collectibles.lua +436 -0
- package/dist/functions/collectibles.lua.map +1 -0
- package/{functions → dist/functions}/color.d.ts +0 -0
- package/dist/functions/color.js +60 -0
- package/dist/functions/color.js.map +1 -0
- package/dist/functions/color.lua +119 -0
- package/dist/functions/color.lua.map +1 -0
- package/{functions → dist/functions}/debug.d.ts +0 -0
- package/dist/functions/debug.js +60 -0
- package/dist/functions/debug.js.map +1 -0
- package/dist/functions/debug.lua +49 -0
- package/dist/functions/debug.lua.map +1 -0
- package/{functions → dist/functions}/deepCopy.d.ts +0 -0
- package/dist/functions/deepCopy.js +361 -0
- package/dist/functions/deepCopy.js.map +1 -0
- package/dist/functions/deepCopy.lua +389 -0
- package/dist/functions/deepCopy.lua.map +1 -0
- package/{functions → dist/functions}/deepCopyTests.d.ts +0 -0
- package/dist/functions/deepCopyTests.js +308 -0
- package/dist/functions/deepCopyTests.js.map +1 -0
- package/dist/functions/deepCopyTests.lua +315 -0
- package/dist/functions/deepCopyTests.lua.map +1 -0
- package/{functions → dist/functions}/direction.d.ts +0 -0
- package/dist/functions/direction.js +41 -0
- package/dist/functions/direction.js.map +1 -0
- package/dist/functions/direction.lua +44 -0
- package/dist/functions/direction.lua.map +1 -0
- package/{functions → dist/functions}/doors.d.ts +0 -0
- package/dist/functions/doors.js +326 -0
- package/dist/functions/doors.js.map +1 -0
- package/dist/functions/doors.lua +335 -0
- package/dist/functions/doors.lua.map +1 -0
- package/{functions → dist/functions}/easing.d.ts +0 -0
- package/dist/functions/easing.js +142 -0
- package/dist/functions/easing.js.map +1 -0
- package/dist/functions/easing.lua +115 -0
- package/dist/functions/easing.lua.map +1 -0
- package/{functions → dist/functions}/eden.d.ts +0 -0
- package/dist/functions/eden.js +32 -0
- package/dist/functions/eden.js.map +1 -0
- package/dist/functions/eden.lua +47 -0
- package/dist/functions/eden.lua.map +1 -0
- package/{functions → dist/functions}/effects.d.ts +0 -0
- package/dist/functions/effects.js +11 -0
- package/dist/functions/effects.js.map +1 -0
- package/dist/functions/effects.lua +12 -0
- package/dist/functions/effects.lua.map +1 -0
- package/{functions → dist/functions}/entity.d.ts +0 -0
- package/dist/functions/entity.js +324 -0
- package/dist/functions/entity.js.map +1 -0
- package/dist/functions/entity.lua +406 -0
- package/dist/functions/entity.lua.map +1 -0
- package/{functions → dist/functions}/entitySpecific.d.ts +0 -0
- package/dist/functions/entitySpecific.js +481 -0
- package/dist/functions/entitySpecific.js.map +1 -0
- package/dist/functions/entitySpecific.lua +832 -0
- package/dist/functions/entitySpecific.lua.map +1 -0
- package/{functions → dist/functions}/entityTypes.d.ts +0 -0
- package/dist/functions/entityTypes.js +6 -0
- package/dist/functions/entityTypes.js.map +1 -0
- package/dist/functions/entityTypes.lua +8 -0
- package/dist/functions/entityTypes.lua.map +1 -0
- package/{functions → dist/functions}/enums.d.ts +0 -0
- package/dist/functions/enums.js +151 -0
- package/dist/functions/enums.js.map +1 -0
- package/dist/functions/enums.lua +177 -0
- package/dist/functions/enums.lua.map +1 -0
- package/{functions → dist/functions}/familiars.d.ts +0 -0
- package/dist/functions/familiars.js +85 -0
- package/dist/functions/familiars.js.map +1 -0
- package/dist/functions/familiars.lua +101 -0
- package/dist/functions/familiars.lua.map +1 -0
- package/{functions → dist/functions}/flag.d.ts +0 -0
- package/dist/functions/flag.js +137 -0
- package/dist/functions/flag.js.map +1 -0
- package/dist/functions/flag.lua +124 -0
- package/dist/functions/flag.lua.map +1 -0
- package/{functions → dist/functions}/flying.d.ts +0 -0
- package/dist/functions/flying.js +88 -0
- package/dist/functions/flying.js.map +1 -0
- package/dist/functions/flying.lua +77 -0
- package/dist/functions/flying.lua.map +1 -0
- package/{functions → dist/functions}/globals.d.ts +0 -0
- package/dist/functions/globals.js +230 -0
- package/dist/functions/globals.js.map +1 -0
- package/dist/functions/globals.lua +234 -0
- package/dist/functions/globals.lua.map +1 -0
- package/{functions → dist/functions}/gridEntity.d.ts +0 -0
- package/dist/functions/gridEntity.js +488 -0
- package/dist/functions/gridEntity.js.map +1 -0
- package/dist/functions/gridEntity.lua +491 -0
- package/dist/functions/gridEntity.lua.map +1 -0
- package/{functions → dist/functions}/gridEntitySpecific.d.ts +0 -0
- package/dist/functions/gridEntitySpecific.js +109 -0
- package/dist/functions/gridEntitySpecific.js.map +1 -0
- package/dist/functions/gridEntitySpecific.lua +114 -0
- package/dist/functions/gridEntitySpecific.lua.map +1 -0
- package/{functions → dist/functions}/input.d.ts +0 -0
- package/dist/functions/input.js +95 -0
- package/dist/functions/input.js.map +1 -0
- package/dist/functions/input.lua +117 -0
- package/dist/functions/input.lua.map +1 -0
- package/{functions → dist/functions}/isaacAPIClass.d.ts +0 -0
- package/dist/functions/isaacAPIClass.js +48 -0
- package/dist/functions/isaacAPIClass.js.map +1 -0
- package/dist/functions/isaacAPIClass.lua +49 -0
- package/dist/functions/isaacAPIClass.lua.map +1 -0
- package/{functions → dist/functions}/jsonHelpers.d.ts +0 -0
- package/dist/functions/jsonHelpers.js +40 -0
- package/dist/functions/jsonHelpers.js.map +1 -0
- package/dist/functions/jsonHelpers.lua +37 -0
- package/dist/functions/jsonHelpers.lua.map +1 -0
- package/{functions → dist/functions}/jsonRoom.d.ts +0 -0
- package/dist/functions/jsonRoom.js +132 -0
- package/dist/functions/jsonRoom.js.map +1 -0
- package/dist/functions/jsonRoom.lua +153 -0
- package/dist/functions/jsonRoom.lua.map +1 -0
- package/{functions → dist/functions}/kColor.d.ts +0 -0
- package/dist/functions/kColor.js +63 -0
- package/dist/functions/kColor.js.map +1 -0
- package/dist/functions/kColor.lua +98 -0
- package/dist/functions/kColor.lua.map +1 -0
- package/{functions → dist/functions}/language.d.ts +0 -0
- package/dist/functions/language.js +13 -0
- package/dist/functions/language.js.map +1 -0
- package/dist/functions/language.lua +13 -0
- package/dist/functions/language.lua.map +1 -0
- package/{functions → dist/functions}/level.d.ts +0 -0
- package/dist/functions/level.js +20 -0
- package/dist/functions/level.js.map +1 -0
- package/dist/functions/level.lua +29 -0
- package/dist/functions/level.lua.map +1 -0
- package/{functions → dist/functions}/log.d.ts +0 -0
- package/dist/functions/log.js +567 -0
- package/dist/functions/log.js.map +1 -0
- package/dist/functions/log.lua +593 -0
- package/dist/functions/log.lua.map +1 -0
- package/{functions → dist/functions}/map.d.ts +0 -0
- package/dist/functions/map.js +45 -0
- package/dist/functions/map.js.map +1 -0
- package/dist/functions/map.lua +61 -0
- package/dist/functions/map.lua.map +1 -0
- package/{functions → dist/functions}/math.d.ts +0 -0
- package/dist/functions/math.js +103 -0
- package/dist/functions/math.js.map +1 -0
- package/dist/functions/math.lua +118 -0
- package/dist/functions/math.lua.map +1 -0
- package/{functions → dist/functions}/mergeTests.d.ts +0 -0
- package/dist/functions/mergeTests.js +213 -0
- package/dist/functions/mergeTests.js.map +1 -0
- package/dist/functions/mergeTests.lua +182 -0
- package/dist/functions/mergeTests.lua.map +1 -0
- package/{functions → dist/functions}/minimap.d.ts +0 -0
- package/dist/functions/minimap.js +80 -0
- package/dist/functions/minimap.js.map +1 -0
- package/dist/functions/minimap.lua +78 -0
- package/dist/functions/minimap.lua.map +1 -0
- package/{functions → dist/functions}/nextStage.d.ts +0 -0
- package/dist/functions/nextStage.js +290 -0
- package/dist/functions/nextStage.js.map +1 -0
- package/dist/functions/nextStage.lua +251 -0
- package/dist/functions/nextStage.lua.map +1 -0
- package/{functions → dist/functions}/npc.d.ts +0 -0
- package/dist/functions/npc.js +101 -0
- package/dist/functions/npc.js.map +1 -0
- package/dist/functions/npc.lua +128 -0
- package/dist/functions/npc.lua.map +1 -0
- package/{functions → dist/functions}/pickupVariants.d.ts +0 -0
- package/dist/functions/pickupVariants.js +47 -0
- package/dist/functions/pickupVariants.js.map +1 -0
- package/dist/functions/pickupVariants.lua +48 -0
- package/dist/functions/pickupVariants.lua.map +1 -0
- package/{functions → dist/functions}/pickups.d.ts +0 -0
- package/dist/functions/pickups.js +219 -0
- package/dist/functions/pickups.js.map +1 -0
- package/dist/functions/pickups.lua +474 -0
- package/dist/functions/pickups.lua.map +1 -0
- package/{functions → dist/functions}/pills.d.ts +0 -0
- package/dist/functions/pills.js +160 -0
- package/dist/functions/pills.js.map +1 -0
- package/dist/functions/pills.lua +144 -0
- package/dist/functions/pills.lua.map +1 -0
- package/{functions → dist/functions}/player.d.ts +0 -0
- package/dist/functions/player.js +808 -0
- package/dist/functions/player.js.map +1 -0
- package/dist/functions/player.lua +831 -0
- package/dist/functions/player.lua.map +1 -0
- package/{functions → dist/functions}/playerCenter.d.ts +0 -0
- package/dist/functions/playerCenter.js +50 -0
- package/dist/functions/playerCenter.js.map +1 -0
- package/dist/functions/playerCenter.lua +64 -0
- package/dist/functions/playerCenter.lua.map +1 -0
- package/{functions → dist/functions}/playerDataStructures.d.ts +0 -0
- package/dist/functions/playerDataStructures.js +114 -0
- package/dist/functions/playerDataStructures.js.map +1 -0
- package/dist/functions/playerDataStructures.lua +103 -0
- package/dist/functions/playerDataStructures.lua.map +1 -0
- package/{functions → dist/functions}/playerHealth.d.ts +0 -0
- package/dist/functions/playerHealth.js +321 -0
- package/dist/functions/playerHealth.js.map +1 -0
- package/dist/functions/playerHealth.lua +353 -0
- package/dist/functions/playerHealth.lua.map +1 -0
- package/{functions → dist/functions}/playerIndex.d.ts +0 -0
- package/dist/functions/playerIndex.js +160 -0
- package/dist/functions/playerIndex.js.map +1 -0
- package/dist/functions/playerIndex.lua +177 -0
- package/dist/functions/playerIndex.lua.map +1 -0
- package/{functions → dist/functions}/pocketItems.d.ts +0 -0
- package/dist/functions/pocketItems.js +124 -0
- package/dist/functions/pocketItems.js.map +1 -0
- package/dist/functions/pocketItems.lua +104 -0
- package/dist/functions/pocketItems.lua.map +1 -0
- package/{functions → dist/functions}/positionVelocity.d.ts +0 -0
- package/dist/functions/positionVelocity.js +136 -0
- package/dist/functions/positionVelocity.js.map +1 -0
- package/dist/functions/positionVelocity.lua +154 -0
- package/dist/functions/positionVelocity.lua.map +1 -0
- package/{functions → dist/functions}/random.d.ts +0 -0
- package/dist/functions/random.js +73 -0
- package/dist/functions/random.js.map +1 -0
- package/dist/functions/random.lua +87 -0
- package/dist/functions/random.lua.map +1 -0
- package/{functions → dist/functions}/revive.d.ts +0 -0
- package/dist/functions/revive.js +140 -0
- package/dist/functions/revive.js.map +1 -0
- package/dist/functions/revive.lua +117 -0
- package/dist/functions/revive.lua.map +1 -0
- package/{functions → dist/functions}/rng.d.ts +0 -0
- package/dist/functions/rng.js +117 -0
- package/dist/functions/rng.js.map +1 -0
- package/dist/functions/rng.lua +143 -0
- package/dist/functions/rng.lua.map +1 -0
- package/{functions → dist/functions}/roomData.d.ts +0 -0
- package/dist/functions/roomData.js +174 -0
- package/dist/functions/roomData.js.map +1 -0
- package/dist/functions/roomData.lua +160 -0
- package/dist/functions/roomData.lua.map +1 -0
- package/{functions → dist/functions}/roomGrid.d.ts +0 -0
- package/dist/functions/roomGrid.js +81 -0
- package/dist/functions/roomGrid.js.map +1 -0
- package/dist/functions/roomGrid.lua +80 -0
- package/dist/functions/roomGrid.lua.map +1 -0
- package/{functions → dist/functions}/roomShape.d.ts +0 -0
- package/dist/functions/roomShape.js +99 -0
- package/dist/functions/roomShape.js.map +1 -0
- package/dist/functions/roomShape.lua +96 -0
- package/dist/functions/roomShape.lua.map +1 -0
- package/{functions → dist/functions}/rooms.d.ts +0 -0
- package/dist/functions/rooms.js +487 -0
- package/dist/functions/rooms.js.map +1 -0
- package/dist/functions/rooms.lua +492 -0
- package/dist/functions/rooms.lua.map +1 -0
- package/{functions → dist/functions}/run.d.ts +0 -0
- package/dist/functions/run.js +53 -0
- package/dist/functions/run.js.map +1 -0
- package/dist/functions/run.lua +48 -0
- package/dist/functions/run.lua.map +1 -0
- package/{functions → dist/functions}/saveFile.d.ts +0 -0
- package/dist/functions/saveFile.js +104 -0
- package/dist/functions/saveFile.js.map +1 -0
- package/dist/functions/saveFile.lua +108 -0
- package/dist/functions/saveFile.lua.map +1 -0
- package/{functions → dist/functions}/seeds.d.ts +0 -0
- package/dist/functions/seeds.js +18 -0
- package/dist/functions/seeds.js.map +1 -0
- package/dist/functions/seeds.lua +19 -0
- package/dist/functions/seeds.lua.map +1 -0
- package/{functions → dist/functions}/serialization.d.ts +0 -0
- package/dist/functions/serialization.js +52 -0
- package/dist/functions/serialization.js.map +1 -0
- package/dist/functions/serialization.lua +68 -0
- package/dist/functions/serialization.lua.map +1 -0
- package/{functions → dist/functions}/set.d.ts +0 -0
- package/dist/functions/set.js +99 -0
- package/dist/functions/set.js.map +1 -0
- package/dist/functions/set.lua +110 -0
- package/dist/functions/set.lua.map +1 -0
- package/{functions → dist/functions}/sound.d.ts +0 -0
- package/dist/functions/sound.js +9 -0
- package/dist/functions/sound.js.map +1 -0
- package/dist/functions/sound.lua +13 -0
- package/dist/functions/sound.lua.map +1 -0
- package/{functions → dist/functions}/spawnCollectible.d.ts +0 -0
- package/dist/functions/spawnCollectible.js +66 -0
- package/dist/functions/spawnCollectible.js.map +1 -0
- package/dist/functions/spawnCollectible.lua +94 -0
- package/dist/functions/spawnCollectible.lua.map +1 -0
- package/{functions → dist/functions}/sprite.d.ts +0 -0
- package/dist/functions/sprite.js +80 -0
- package/dist/functions/sprite.js.map +1 -0
- package/dist/functions/sprite.lua +89 -0
- package/dist/functions/sprite.lua.map +1 -0
- package/{functions → dist/functions}/stage.d.ts +0 -0
- package/dist/functions/stage.js +172 -0
- package/dist/functions/stage.js.map +1 -0
- package/dist/functions/stage.lua +142 -0
- package/dist/functions/stage.lua.map +1 -0
- package/{functions → dist/functions}/string.d.ts +0 -0
- package/dist/functions/string.js +37 -0
- package/dist/functions/string.js.map +1 -0
- package/dist/functions/string.lua +42 -0
- package/dist/functions/string.lua.map +1 -0
- package/{functions → dist/functions}/table.d.ts +0 -0
- package/dist/functions/table.js +143 -0
- package/dist/functions/table.js.map +1 -0
- package/dist/functions/table.lua +149 -0
- package/dist/functions/table.lua.map +1 -0
- package/{functions → dist/functions}/tears.d.ts +0 -0
- package/dist/functions/tears.js +31 -0
- package/dist/functions/tears.js.map +1 -0
- package/dist/functions/tears.lua +26 -0
- package/dist/functions/tears.lua.map +1 -0
- package/{functions → dist/functions}/transformations.d.ts +0 -0
- package/dist/functions/transformations.js +101 -0
- package/dist/functions/transformations.js.map +1 -0
- package/dist/functions/transformations.lua +112 -0
- package/dist/functions/transformations.lua.map +1 -0
- package/{functions → dist/functions}/trinketCacheFlag.d.ts +0 -0
- package/dist/functions/trinketCacheFlag.js +46 -0
- package/dist/functions/trinketCacheFlag.js.map +1 -0
- package/dist/functions/trinketCacheFlag.lua +53 -0
- package/dist/functions/trinketCacheFlag.lua.map +1 -0
- package/{functions → dist/functions}/trinketGive.d.ts +0 -0
- package/dist/functions/trinketGive.js +121 -0
- package/dist/functions/trinketGive.js.map +1 -0
- package/dist/functions/trinketGive.lua +114 -0
- package/dist/functions/trinketGive.lua.map +1 -0
- package/{functions → dist/functions}/trinkets.d.ts +0 -0
- package/dist/functions/trinkets.js +169 -0
- package/dist/functions/trinkets.js.map +1 -0
- package/dist/functions/trinkets.lua +167 -0
- package/dist/functions/trinkets.lua.map +1 -0
- package/{functions → dist/functions}/tstlClass.d.ts +0 -0
- package/dist/functions/tstlClass.js +125 -0
- package/dist/functions/tstlClass.js.map +1 -0
- package/dist/functions/tstlClass.lua +112 -0
- package/dist/functions/tstlClass.lua.map +1 -0
- package/{functions → dist/functions}/types.d.ts +0 -0
- package/dist/functions/types.js +27 -0
- package/dist/functions/types.js.map +1 -0
- package/dist/functions/types.lua +25 -0
- package/dist/functions/types.lua.map +1 -0
- package/{functions → dist/functions}/ui.d.ts +0 -0
- package/dist/functions/ui.js +124 -0
- package/dist/functions/ui.js.map +1 -0
- package/dist/functions/ui.lua +119 -0
- package/dist/functions/ui.lua.map +1 -0
- package/{functions → dist/functions}/utils.d.ts +0 -0
- package/dist/functions/utils.js +172 -0
- package/dist/functions/utils.js.map +1 -0
- package/dist/functions/utils.lua +171 -0
- package/dist/functions/utils.lua.map +1 -0
- package/{functions → dist/functions}/vector.d.ts +0 -0
- package/dist/functions/vector.js +68 -0
- package/dist/functions/vector.js.map +1 -0
- package/dist/functions/vector.lua +107 -0
- package/dist/functions/vector.lua.map +1 -0
- package/{index.d.ts → dist/index.d.ts} +0 -0
- package/dist/index.js +140 -0
- package/dist/index.js.map +1 -0
- package/dist/index.lua +1018 -0
- package/dist/index.lua.map +1 -0
- package/{initCustomCallbacks.d.ts → dist/initCustomCallbacks.d.ts} +0 -0
- package/dist/initCustomCallbacks.js +133 -0
- package/dist/initCustomCallbacks.js.map +1 -0
- package/dist/initCustomCallbacks.lua +199 -0
- package/dist/initCustomCallbacks.lua.map +1 -0
- package/{initFeatures.d.ts → dist/initFeatures.d.ts} +0 -0
- package/dist/initFeatures.js +51 -0
- package/dist/initFeatures.js.map +1 -0
- package/dist/initFeatures.lua +75 -0
- package/dist/initFeatures.lua.map +1 -0
- package/{interfaces → dist/interfaces}/AddCallbackParameterCustom.d.ts +0 -0
- package/dist/interfaces/AddCallbackParameterCustom.js +2 -0
- package/dist/interfaces/AddCallbackParameterCustom.js.map +1 -0
- package/dist/interfaces/AddCallbackParameterCustom.lua +4 -0
- package/dist/interfaces/AddCallbackParameterCustom.lua.map +1 -0
- package/{interfaces → dist/interfaces}/ChargeBarSprites.d.ts +0 -0
- package/dist/interfaces/ChargeBarSprites.js +2 -0
- package/dist/interfaces/ChargeBarSprites.js.map +1 -0
- package/dist/interfaces/ChargeBarSprites.lua +2 -0
- package/dist/interfaces/ChargeBarSprites.lua.map +1 -0
- package/{interfaces → dist/interfaces}/Corner.d.ts +0 -0
- package/dist/interfaces/Corner.js +2 -0
- package/dist/interfaces/Corner.js.map +1 -0
- package/dist/interfaces/Corner.lua +2 -0
- package/dist/interfaces/Corner.lua.map +1 -0
- package/{interfaces → dist/interfaces}/CustomGridEntityData.d.ts +0 -0
- package/dist/interfaces/CustomGridEntityData.js +2 -0
- package/dist/interfaces/CustomGridEntityData.js.map +1 -0
- package/dist/interfaces/CustomGridEntityData.lua +2 -0
- package/dist/interfaces/CustomGridEntityData.lua.map +1 -0
- package/{interfaces → dist/interfaces}/CustomStage.d.ts +0 -0
- package/dist/interfaces/CustomStage.js +2 -0
- package/dist/interfaces/CustomStage.js.map +1 -0
- package/dist/interfaces/CustomStage.lua +2 -0
- package/dist/interfaces/CustomStage.lua.map +1 -0
- package/{interfaces → dist/interfaces}/CustomStageLua.d.ts +0 -0
- package/dist/interfaces/CustomStageLua.js +13 -0
- package/dist/interfaces/CustomStageLua.js.map +1 -0
- package/dist/interfaces/CustomStageLua.lua +2 -0
- package/dist/interfaces/CustomStageLua.lua.map +1 -0
- package/{interfaces → dist/interfaces}/JSONRoomsFile.d.ts +0 -0
- package/dist/interfaces/JSONRoomsFile.js +2 -0
- package/dist/interfaces/JSONRoomsFile.js.map +1 -0
- package/dist/interfaces/JSONRoomsFile.lua +2 -0
- package/dist/interfaces/JSONRoomsFile.lua.map +1 -0
- package/{interfaces → dist/interfaces}/PlayerHealth.d.ts +0 -0
- package/dist/interfaces/PlayerHealth.js +2 -0
- package/dist/interfaces/PlayerHealth.js.map +1 -0
- package/dist/interfaces/PlayerHealth.lua +2 -0
- package/dist/interfaces/PlayerHealth.lua.map +1 -0
- package/{interfaces → dist/interfaces}/PocketItemDescription.d.ts +0 -0
- package/dist/interfaces/PocketItemDescription.js +2 -0
- package/dist/interfaces/PocketItemDescription.js.map +1 -0
- package/dist/interfaces/PocketItemDescription.lua +2 -0
- package/dist/interfaces/PocketItemDescription.lua.map +1 -0
- package/{interfaces → dist/interfaces}/SaveData.d.ts +0 -0
- package/dist/interfaces/SaveData.js +2 -0
- package/dist/interfaces/SaveData.js.map +1 -0
- package/dist/interfaces/SaveData.lua +2 -0
- package/dist/interfaces/SaveData.lua.map +1 -0
- package/{interfaces → dist/interfaces}/TrinketSituation.d.ts +0 -0
- package/dist/interfaces/TrinketSituation.js +2 -0
- package/dist/interfaces/TrinketSituation.js.map +1 -0
- package/dist/interfaces/TrinketSituation.lua +2 -0
- package/dist/interfaces/TrinketSituation.lua.map +1 -0
- package/{interfaces → dist/interfaces}/private/TSTLClassMetatable.d.ts +0 -0
- package/dist/interfaces/private/TSTLClassMetatable.js +2 -0
- package/dist/interfaces/private/TSTLClassMetatable.js.map +1 -0
- package/dist/interfaces/private/TSTLClassMetatable.lua +2 -0
- package/dist/interfaces/private/TSTLClassMetatable.lua.map +1 -0
- package/{lualib_bundle.lua → dist/lualib_bundle.lua} +0 -0
- package/{maps → dist/maps}/PHDPillConversions.d.ts +0 -0
- package/dist/maps/PHDPillConversions.js +20 -0
- package/dist/maps/PHDPillConversions.js.map +1 -0
- package/dist/maps/PHDPillConversions.lua +25 -0
- package/dist/maps/PHDPillConversions.lua.map +1 -0
- package/{maps → dist/maps}/cardMap.d.ts +0 -0
- package/dist/maps/cardMap.js +208 -0
- package/dist/maps/cardMap.js.map +1 -0
- package/dist/maps/cardMap.lua +212 -0
- package/dist/maps/cardMap.lua.map +1 -0
- package/{maps → dist/maps}/characterMap.d.ts +0 -0
- package/dist/maps/characterMap.js +86 -0
- package/dist/maps/characterMap.js.map +1 -0
- package/dist/maps/characterMap.lua +90 -0
- package/dist/maps/characterMap.lua.map +1 -0
- package/{maps → dist/maps}/collectibleDescriptionMap.d.ts +0 -0
- package/dist/maps/collectibleDescriptionMap.js +728 -0
- package/dist/maps/collectibleDescriptionMap.js.map +1 -0
- package/dist/maps/collectibleDescriptionMap.lua +728 -0
- package/dist/maps/collectibleDescriptionMap.lua.map +1 -0
- package/{maps → dist/maps}/collectibleNameMap.d.ts +0 -0
- package/dist/maps/collectibleNameMap.js +727 -0
- package/dist/maps/collectibleNameMap.js.map +1 -0
- package/dist/maps/collectibleNameMap.lua +728 -0
- package/dist/maps/collectibleNameMap.lua.map +1 -0
- package/{maps → dist/maps}/defaultPlayerStatMap.d.ts +0 -0
- package/dist/maps/defaultPlayerStatMap.js +14 -0
- package/dist/maps/defaultPlayerStatMap.js.map +1 -0
- package/dist/maps/defaultPlayerStatMap.lua +25 -0
- package/dist/maps/defaultPlayerStatMap.lua.map +1 -0
- package/{maps → dist/maps}/falsePHDPillConversions.d.ts +0 -0
- package/dist/maps/falsePHDPillConversions.js +34 -0
- package/dist/maps/falsePHDPillConversions.js.map +1 -0
- package/dist/maps/falsePHDPillConversions.lua +39 -0
- package/dist/maps/falsePHDPillConversions.lua.map +1 -0
- package/{maps → dist/maps}/gridEntityTypeToBrokenStateMap.d.ts +0 -0
- package/dist/maps/gridEntityTypeToBrokenStateMap.js +29 -0
- package/dist/maps/gridEntityTypeToBrokenStateMap.js.map +1 -0
- package/dist/maps/gridEntityTypeToBrokenStateMap.lua +26 -0
- package/dist/maps/gridEntityTypeToBrokenStateMap.lua.map +1 -0
- package/{maps → dist/maps}/gridEntityXMLMap.d.ts +0 -0
- package/dist/maps/gridEntityXMLMap.js +128 -0
- package/dist/maps/gridEntityXMLMap.js.map +1 -0
- package/dist/maps/gridEntityXMLMap.lua +53 -0
- package/dist/maps/gridEntityXMLMap.lua.map +1 -0
- package/{maps → dist/maps}/pillEffectMap.d.ts +0 -0
- package/dist/maps/pillEffectMap.js +88 -0
- package/dist/maps/pillEffectMap.js.map +1 -0
- package/dist/maps/pillEffectMap.lua +90 -0
- package/dist/maps/pillEffectMap.lua.map +1 -0
- package/{maps → dist/maps}/roomShapeToTopLeftWallGridIndexMap.d.ts +0 -0
- package/dist/maps/roomShapeToTopLeftWallGridIndexMap.js +14 -0
- package/dist/maps/roomShapeToTopLeftWallGridIndexMap.js.map +1 -0
- package/dist/maps/roomShapeToTopLeftWallGridIndexMap.lua +17 -0
- package/dist/maps/roomShapeToTopLeftWallGridIndexMap.lua.map +1 -0
- package/{maps → dist/maps}/roomTypeMap.d.ts +0 -0
- package/dist/maps/roomTypeMap.js +39 -0
- package/dist/maps/roomTypeMap.js.map +1 -0
- package/dist/maps/roomTypeMap.lua +44 -0
- package/dist/maps/roomTypeMap.lua.map +1 -0
- package/{maps → dist/maps}/trinketDescriptionMap.d.ts +0 -0
- package/dist/maps/trinketDescriptionMap.js +196 -0
- package/dist/maps/trinketDescriptionMap.js.map +1 -0
- package/dist/maps/trinketDescriptionMap.lua +196 -0
- package/dist/maps/trinketDescriptionMap.lua.map +1 -0
- package/{maps → dist/maps}/trinketNameMap.d.ts +0 -0
- package/dist/maps/trinketNameMap.js +195 -0
- package/dist/maps/trinketNameMap.js.map +1 -0
- package/dist/maps/trinketNameMap.lua +196 -0
- package/dist/maps/trinketNameMap.lua.map +1 -0
- package/{objects → dist/objects}/LRoomShapeToRectangles.d.ts +0 -0
- package/dist/objects/LRoomShapeToRectangles.js +33 -0
- package/dist/objects/LRoomShapeToRectangles.js.map +1 -0
- package/dist/objects/LRoomShapeToRectangles.lua +35 -0
- package/dist/objects/LRoomShapeToRectangles.lua.map +1 -0
- package/{objects → dist/objects}/backdropTypeToRockAltType.d.ts +0 -0
- package/dist/objects/backdropTypeToRockAltType.js +66 -0
- package/dist/objects/backdropTypeToRockAltType.js.map +1 -0
- package/dist/objects/backdropTypeToRockAltType.lua +69 -0
- package/dist/objects/backdropTypeToRockAltType.lua.map +1 -0
- package/{objects → dist/objects}/bossNamePNGFileNames.d.ts +0 -0
- package/dist/objects/bossNamePNGFileNames.js +112 -0
- package/dist/objects/bossNamePNGFileNames.js.map +1 -0
- package/dist/objects/bossNamePNGFileNames.lua +108 -0
- package/dist/objects/bossNamePNGFileNames.lua.map +1 -0
- package/{objects → dist/objects}/bossPortraitPNGFileNames.d.ts +0 -0
- package/dist/objects/bossPortraitPNGFileNames.js +115 -0
- package/dist/objects/bossPortraitPNGFileNames.js.map +1 -0
- package/dist/objects/bossPortraitPNGFileNames.lua +108 -0
- package/dist/objects/bossPortraitPNGFileNames.lua.map +1 -0
- package/{objects → dist/objects}/callbackRegisterFunctions.d.ts +0 -0
- package/dist/objects/callbackRegisterFunctions.js +170 -0
- package/dist/objects/callbackRegisterFunctions.js.map +1 -0
- package/dist/objects/callbackRegisterFunctions.lua +255 -0
- package/dist/objects/callbackRegisterFunctions.lua.map +1 -0
- package/{objects → dist/objects}/cardDescriptions.d.ts +0 -0
- package/dist/objects/cardDescriptions.js +104 -0
- package/dist/objects/cardDescriptions.js.map +1 -0
- package/dist/objects/cardDescriptions.lua +105 -0
- package/dist/objects/cardDescriptions.lua.map +1 -0
- package/{objects → dist/objects}/cardNames.d.ts +0 -0
- package/dist/objects/cardNames.js +104 -0
- package/dist/objects/cardNames.js.map +1 -0
- package/dist/objects/cardNames.lua +105 -0
- package/dist/objects/cardNames.lua.map +1 -0
- package/{objects → dist/objects}/cardTypes.d.ts +0 -0
- package/dist/objects/cardTypes.js +103 -0
- package/dist/objects/cardTypes.js.map +1 -0
- package/dist/objects/cardTypes.lua +106 -0
- package/dist/objects/cardTypes.lua.map +1 -0
- package/{objects → dist/objects}/challengeNames.d.ts +0 -0
- package/dist/objects/challengeNames.js +51 -0
- package/dist/objects/challengeNames.js.map +1 -0
- package/dist/objects/challengeNames.lua +53 -0
- package/dist/objects/challengeNames.lua.map +1 -0
- package/{objects → dist/objects}/characterNames.d.ts +0 -0
- package/dist/objects/characterNames.js +46 -0
- package/dist/objects/characterNames.js.map +1 -0
- package/dist/objects/characterNames.lua +48 -0
- package/dist/objects/characterNames.lua.map +1 -0
- package/{objects → dist/objects}/coinSubTypeToValue.d.ts +0 -0
- package/dist/objects/coinSubTypeToValue.js +13 -0
- package/dist/objects/coinSubTypeToValue.js.map +1 -0
- package/dist/objects/coinSubTypeToValue.lua +15 -0
- package/dist/objects/coinSubTypeToValue.lua.map +1 -0
- package/{objects → dist/objects}/colors.d.ts +0 -0
- package/dist/objects/colors.js +24 -0
- package/dist/objects/colors.js.map +1 -0
- package/dist/objects/colors.lua +23 -0
- package/dist/objects/colors.lua.map +1 -0
- package/{objects → dist/objects}/directionNames.d.ts +0 -0
- package/dist/objects/directionNames.js +9 -0
- package/dist/objects/directionNames.js.map +1 -0
- package/dist/objects/directionNames.lua +11 -0
- package/dist/objects/directionNames.lua.map +1 -0
- package/{objects → dist/objects}/directionToDegrees.d.ts +0 -0
- package/dist/objects/directionToDegrees.js +9 -0
- package/dist/objects/directionToDegrees.js.map +1 -0
- package/dist/objects/directionToDegrees.lua +11 -0
- package/dist/objects/directionToDegrees.lua.map +1 -0
- package/{objects → dist/objects}/directionToVector.d.ts +0 -0
- package/dist/objects/directionToVector.js +10 -0
- package/dist/objects/directionToVector.js.map +1 -0
- package/dist/objects/directionToVector.lua +13 -0
- package/dist/objects/directionToVector.lua.map +1 -0
- package/{objects → dist/objects}/doorSlotFlagToDoorSlot.d.ts +0 -0
- package/dist/objects/doorSlotFlagToDoorSlot.js +13 -0
- package/dist/objects/doorSlotFlagToDoorSlot.js.map +1 -0
- package/dist/objects/doorSlotFlagToDoorSlot.lua +16 -0
- package/dist/objects/doorSlotFlagToDoorSlot.lua.map +1 -0
- package/{objects → dist/objects}/doorSlotToDirection.d.ts +0 -0
- package/dist/objects/doorSlotToDirection.js +13 -0
- package/dist/objects/doorSlotToDirection.js.map +1 -0
- package/dist/objects/doorSlotToDirection.lua +16 -0
- package/dist/objects/doorSlotToDirection.lua.map +1 -0
- package/{objects → dist/objects}/doorSlotToDoorSlotFlag.d.ts +0 -0
- package/dist/objects/doorSlotToDoorSlotFlag.js +13 -0
- package/dist/objects/doorSlotToDoorSlotFlag.js.map +1 -0
- package/dist/objects/doorSlotToDoorSlotFlag.lua +17 -0
- package/dist/objects/doorSlotToDoorSlotFlag.lua.map +1 -0
- package/{objects → dist/objects}/isaacAPIClassTypeToBrand.d.ts +0 -0
- package/dist/objects/isaacAPIClassTypeToBrand.js +9 -0
- package/dist/objects/isaacAPIClassTypeToBrand.js.map +1 -0
- package/dist/objects/isaacAPIClassTypeToBrand.lua +7 -0
- package/dist/objects/isaacAPIClassTypeToBrand.lua.map +1 -0
- package/{objects → dist/objects}/isaacAPIClassTypeToCopyFunction.d.ts +0 -0
- package/dist/objects/isaacAPIClassTypeToCopyFunction.js +12 -0
- package/dist/objects/isaacAPIClassTypeToCopyFunction.js.map +1 -0
- package/dist/objects/isaacAPIClassTypeToCopyFunction.lua +13 -0
- package/dist/objects/isaacAPIClassTypeToCopyFunction.lua.map +1 -0
- package/{objects → dist/objects}/languageNames.d.ts +0 -0
- package/dist/objects/languageNames.js +11 -0
- package/dist/objects/languageNames.js.map +1 -0
- package/dist/objects/languageNames.lua +13 -0
- package/dist/objects/languageNames.lua.map +1 -0
- package/{objects → dist/objects}/oppositeDoorSlots.d.ts +0 -0
- package/dist/objects/oppositeDoorSlots.js +13 -0
- package/dist/objects/oppositeDoorSlots.js.map +1 -0
- package/dist/objects/oppositeDoorSlots.lua +15 -0
- package/dist/objects/oppositeDoorSlots.lua.map +1 -0
- package/{objects → dist/objects}/pillEffectClasses.d.ts +0 -0
- package/dist/objects/pillEffectClasses.js +56 -0
- package/dist/objects/pillEffectClasses.js.map +1 -0
- package/dist/objects/pillEffectClasses.lua +59 -0
- package/dist/objects/pillEffectClasses.lua.map +1 -0
- package/{objects → dist/objects}/pillEffectNames.d.ts +0 -0
- package/dist/objects/pillEffectNames.js +55 -0
- package/dist/objects/pillEffectNames.js.map +1 -0
- package/dist/objects/pillEffectNames.lua +57 -0
- package/dist/objects/pillEffectNames.lua.map +1 -0
- package/{objects → dist/objects}/pillEffectTypes.d.ts +0 -0
- package/dist/objects/pillEffectTypes.js +55 -0
- package/dist/objects/pillEffectTypes.js.map +1 -0
- package/dist/objects/pillEffectTypes.lua +58 -0
- package/dist/objects/pillEffectTypes.lua.map +1 -0
- package/{objects → dist/objects}/playerNamePNGFileNames.d.ts +0 -0
- package/dist/objects/playerNamePNGFileNames.js +55 -0
- package/dist/objects/playerNamePNGFileNames.js.map +1 -0
- package/dist/objects/playerNamePNGFileNames.lua +49 -0
- package/dist/objects/playerNamePNGFileNames.lua.map +1 -0
- package/{objects → dist/objects}/playerPortraitPNGFileNames.d.ts +0 -0
- package/dist/objects/playerPortraitPNGFileNames.js +52 -0
- package/dist/objects/playerPortraitPNGFileNames.js.map +1 -0
- package/dist/objects/playerPortraitPNGFileNames.lua +49 -0
- package/dist/objects/playerPortraitPNGFileNames.lua.map +1 -0
- package/{objects → dist/objects}/roomShapeBounds.d.ts +0 -0
- package/dist/objects/roomShapeBounds.js +46 -0
- package/dist/objects/roomShapeBounds.js.map +1 -0
- package/dist/objects/roomShapeBounds.lua +26 -0
- package/dist/objects/roomShapeBounds.lua.map +1 -0
- package/{objects → dist/objects}/roomShapeCorners.d.ts +0 -0
- package/dist/objects/roomShapeCorners.js +268 -0
- package/dist/objects/roomShapeCorners.js.map +1 -0
- package/dist/objects/roomShapeCorners.lua +259 -0
- package/dist/objects/roomShapeCorners.lua.map +1 -0
- package/{objects → dist/objects}/roomShapeLayoutSizes.d.ts +0 -0
- package/dist/objects/roomShapeLayoutSizes.js +39 -0
- package/dist/objects/roomShapeLayoutSizes.js.map +1 -0
- package/dist/objects/roomShapeLayoutSizes.lua +29 -0
- package/dist/objects/roomShapeLayoutSizes.lua.map +1 -0
- package/{objects → dist/objects}/roomShapeToBottomRightPosition.d.ts +0 -0
- package/dist/objects/roomShapeToBottomRightPosition.js +22 -0
- package/dist/objects/roomShapeToBottomRightPosition.js.map +1 -0
- package/dist/objects/roomShapeToBottomRightPosition.lua +22 -0
- package/dist/objects/roomShapeToBottomRightPosition.lua.map +1 -0
- package/{objects → dist/objects}/roomShapeToDoorSlotCoordinates.d.ts +0 -0
- package/dist/objects/roomShapeToDoorSlotCoordinates.js +109 -0
- package/dist/objects/roomShapeToDoorSlotCoordinates.js.map +1 -0
- package/dist/objects/roomShapeToDoorSlotCoordinates.lua +84 -0
- package/dist/objects/roomShapeToDoorSlotCoordinates.lua.map +1 -0
- package/{objects → dist/objects}/roomShapeToDoorSlots.d.ts +0 -0
- package/dist/objects/roomShapeToDoorSlots.js +69 -0
- package/dist/objects/roomShapeToDoorSlots.js.map +1 -0
- package/dist/objects/roomShapeToDoorSlots.lua +46 -0
- package/dist/objects/roomShapeToDoorSlots.lua.map +1 -0
- package/{objects → dist/objects}/roomShapeToDoorSlotsToGridIndexDelta.d.ts +0 -0
- package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.js +113 -0
- package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.js.map +1 -0
- package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.lua +89 -0
- package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.lua.map +1 -0
- package/{objects → dist/objects}/roomShapeToGridWidth.d.ts +0 -0
- package/dist/objects/roomShapeToGridWidth.js +18 -0
- package/dist/objects/roomShapeToGridWidth.js.map +1 -0
- package/dist/objects/roomShapeToGridWidth.lua +20 -0
- package/dist/objects/roomShapeToGridWidth.lua.map +1 -0
- package/{objects → dist/objects}/roomShapeToTopLeftPosition.d.ts +0 -0
- package/dist/objects/roomShapeToTopLeftPosition.js +23 -0
- package/dist/objects/roomShapeToTopLeftPosition.js.map +1 -0
- package/dist/objects/roomShapeToTopLeftPosition.lua +24 -0
- package/dist/objects/roomShapeToTopLeftPosition.lua.map +1 -0
- package/{objects → dist/objects}/roomShapeVolumes.d.ts +0 -0
- package/dist/objects/roomShapeVolumes.js +30 -0
- package/dist/objects/roomShapeVolumes.js.map +1 -0
- package/dist/objects/roomShapeVolumes.lua +30 -0
- package/dist/objects/roomShapeVolumes.lua.map +1 -0
- package/{objects → dist/objects}/roomTypeGotoPrefixes.d.ts +0 -0
- package/dist/objects/roomTypeGotoPrefixes.js +33 -0
- package/dist/objects/roomTypeGotoPrefixes.js.map +1 -0
- package/dist/objects/roomTypeGotoPrefixes.lua +35 -0
- package/dist/objects/roomTypeGotoPrefixes.lua.map +1 -0
- package/{objects → dist/objects}/roomTypeNames.d.ts +0 -0
- package/dist/objects/roomTypeNames.js +34 -0
- package/dist/objects/roomTypeNames.js.map +1 -0
- package/dist/objects/roomTypeNames.lua +36 -0
- package/dist/objects/roomTypeNames.lua.map +1 -0
- package/{objects → dist/objects}/serializedIsaacAPIClassTypeToIdentityFunction.d.ts +0 -0
- package/dist/objects/serializedIsaacAPIClassTypeToIdentityFunction.js +12 -0
- package/dist/objects/serializedIsaacAPIClassTypeToIdentityFunction.js.map +1 -0
- package/dist/objects/serializedIsaacAPIClassTypeToIdentityFunction.lua +13 -0
- package/dist/objects/serializedIsaacAPIClassTypeToIdentityFunction.lua.map +1 -0
- package/{objects → dist/objects}/stageTypeSuffixes.d.ts +0 -0
- package/dist/objects/stageTypeSuffixes.js +10 -0
- package/dist/objects/stageTypeSuffixes.js.map +1 -0
- package/dist/objects/stageTypeSuffixes.lua +12 -0
- package/dist/objects/stageTypeSuffixes.lua.map +1 -0
- package/{objects → dist/objects}/stageTypeToLetter.d.ts +0 -0
- package/dist/objects/stageTypeToLetter.js +12 -0
- package/dist/objects/stageTypeToLetter.js.map +1 -0
- package/dist/objects/stageTypeToLetter.lua +12 -0
- package/dist/objects/stageTypeToLetter.lua.map +1 -0
- package/{objects → dist/objects}/transformationNames.d.ts +0 -0
- package/dist/objects/transformationNames.js +18 -0
- package/dist/objects/transformationNames.js.map +1 -0
- package/dist/objects/transformationNames.lua +20 -0
- package/dist/objects/transformationNames.lua.map +1 -0
- package/{objects → dist/objects}/versusScreenBackgroundColors.d.ts +0 -0
- package/dist/objects/versusScreenBackgroundColors.js +36 -0
- package/dist/objects/versusScreenBackgroundColors.js.map +1 -0
- package/dist/objects/versusScreenBackgroundColors.lua +38 -0
- package/dist/objects/versusScreenBackgroundColors.lua.map +1 -0
- package/{objects → dist/objects}/versusScreenDirtSpotColors.d.ts +0 -0
- package/dist/objects/versusScreenDirtSpotColors.js +36 -0
- package/dist/objects/versusScreenDirtSpotColors.js.map +1 -0
- package/dist/objects/versusScreenDirtSpotColors.lua +38 -0
- package/dist/objects/versusScreenDirtSpotColors.lua.map +1 -0
- package/{patchErrorFunctions.d.ts → dist/patchErrorFunctions.d.ts} +0 -0
- package/dist/patchErrorFunctions.js +67 -0
- package/dist/patchErrorFunctions.js.map +1 -0
- package/dist/patchErrorFunctions.lua +58 -0
- package/dist/patchErrorFunctions.lua.map +1 -0
- package/{sets → dist/sets}/LRoomShapesSet.d.ts +0 -0
- package/dist/sets/LRoomShapesSet.js +8 -0
- package/dist/sets/LRoomShapesSet.js.map +1 -0
- package/dist/sets/LRoomShapesSet.lua +8 -0
- package/dist/sets/LRoomShapesSet.lua.map +1 -0
- package/{sets → dist/sets}/bossSets.d.ts +0 -0
- package/dist/sets/bossSets.js +374 -0
- package/dist/sets/bossSets.js.map +1 -0
- package/dist/sets/bossSets.lua +554 -0
- package/dist/sets/bossSets.lua.map +1 -0
- package/{sets → dist/sets}/charactersThatStartWithAnActiveItemSet.d.ts +0 -0
- package/dist/sets/charactersThatStartWithAnActiveItemSet.js +15 -0
- package/dist/sets/charactersThatStartWithAnActiveItemSet.js.map +1 -0
- package/dist/sets/charactersThatStartWithAnActiveItemSet.lua +20 -0
- package/dist/sets/charactersThatStartWithAnActiveItemSet.lua.map +1 -0
- package/{sets → dist/sets}/charactersWithBlackHeartFromEternalHeartSet.d.ts +0 -0
- package/dist/sets/charactersWithBlackHeartFromEternalHeartSet.js +6 -0
- package/dist/sets/charactersWithBlackHeartFromEternalHeartSet.js.map +1 -0
- package/dist/sets/charactersWithBlackHeartFromEternalHeartSet.lua +8 -0
- package/dist/sets/charactersWithBlackHeartFromEternalHeartSet.lua.map +1 -0
- package/{sets → dist/sets}/charactersWithFreeDevilDealsSet.d.ts +0 -0
- package/dist/sets/charactersWithFreeDevilDealsSet.js +3 -0
- package/dist/sets/charactersWithFreeDevilDealsSet.js.map +1 -0
- package/dist/sets/charactersWithFreeDevilDealsSet.lua +8 -0
- package/dist/sets/charactersWithFreeDevilDealsSet.lua.map +1 -0
- package/{sets → dist/sets}/charactersWithNoRedHeartsSet.d.ts +0 -0
- package/dist/sets/charactersWithNoRedHeartsSet.js +16 -0
- package/dist/sets/charactersWithNoRedHeartsSet.js.map +1 -0
- package/dist/sets/charactersWithNoRedHeartsSet.lua +19 -0
- package/dist/sets/charactersWithNoRedHeartsSet.lua.map +1 -0
- package/{sets → dist/sets}/charactersWithNoSoulHeartsSet.d.ts +0 -0
- package/dist/sets/charactersWithNoSoulHeartsSet.js +13 -0
- package/dist/sets/charactersWithNoSoulHeartsSet.js.map +1 -0
- package/dist/sets/charactersWithNoSoulHeartsSet.lua +16 -0
- package/dist/sets/charactersWithNoSoulHeartsSet.lua.map +1 -0
- package/{sets → dist/sets}/chestPickupVariantsSet.d.ts +0 -0
- package/dist/sets/chestPickupVariantsSet.js +16 -0
- package/dist/sets/chestPickupVariantsSet.js.map +1 -0
- package/dist/sets/chestPickupVariantsSet.lua +21 -0
- package/dist/sets/chestPickupVariantsSet.lua.map +1 -0
- package/{sets → dist/sets}/consoleCommandsSet.d.ts +0 -0
- package/dist/sets/consoleCommandsSet.js +61 -0
- package/dist/sets/consoleCommandsSet.js.map +1 -0
- package/dist/sets/consoleCommandsSet.lua +61 -0
- package/dist/sets/consoleCommandsSet.lua.map +1 -0
- package/{sets → dist/sets}/familiarsThatShootPlayerTearsSet.d.ts +0 -0
- package/dist/sets/familiarsThatShootPlayerTearsSet.js +12 -0
- package/dist/sets/familiarsThatShootPlayerTearsSet.js.map +1 -0
- package/dist/sets/familiarsThatShootPlayerTearsSet.lua +17 -0
- package/dist/sets/familiarsThatShootPlayerTearsSet.lua.map +1 -0
- package/{sets → dist/sets}/lostStyleCharactersSet.d.ts +0 -0
- package/dist/sets/lostStyleCharactersSet.js +13 -0
- package/dist/sets/lostStyleCharactersSet.js.map +1 -0
- package/dist/sets/lostStyleCharactersSet.lua +16 -0
- package/dist/sets/lostStyleCharactersSet.lua.map +1 -0
- package/{sets → dist/sets}/mineShaftRoomSubTypesSet.d.ts +0 -0
- package/dist/sets/mineShaftRoomSubTypesSet.js +9 -0
- package/dist/sets/mineShaftRoomSubTypesSet.js.map +1 -0
- package/dist/sets/mineShaftRoomSubTypesSet.lua +14 -0
- package/dist/sets/mineShaftRoomSubTypesSet.lua.map +1 -0
- package/{sets → dist/sets}/narrowRoomShapesSet.d.ts +0 -0
- package/dist/sets/narrowRoomShapesSet.js +8 -0
- package/dist/sets/narrowRoomShapesSet.js.map +1 -0
- package/dist/sets/narrowRoomShapesSet.lua +8 -0
- package/dist/sets/narrowRoomShapesSet.lua.map +1 -0
- package/{sets → dist/sets}/redHeartSubTypesSet.d.ts +0 -0
- package/dist/sets/redHeartSubTypesSet.js +7 -0
- package/dist/sets/redHeartSubTypesSet.js.map +1 -0
- package/dist/sets/redHeartSubTypesSet.lua +8 -0
- package/dist/sets/redHeartSubTypesSet.lua.map +1 -0
- package/{sets → dist/sets}/sinEntityTypesSet.d.ts +0 -0
- package/dist/sets/sinEntityTypesSet.js +11 -0
- package/dist/sets/sinEntityTypesSet.js.map +1 -0
- package/dist/sets/sinEntityTypesSet.lua +16 -0
- package/dist/sets/sinEntityTypesSet.lua.map +1 -0
- package/{sets → dist/sets}/singleUseActiveCollectibleTypesSet.d.ts +0 -0
- package/dist/sets/singleUseActiveCollectibleTypesSet.js +12 -0
- package/dist/sets/singleUseActiveCollectibleTypesSet.js.map +1 -0
- package/dist/sets/singleUseActiveCollectibleTypesSet.lua +17 -0
- package/dist/sets/singleUseActiveCollectibleTypesSet.lua.map +1 -0
- package/{sets → dist/sets}/storyBossesSet.d.ts +0 -0
- package/dist/sets/storyBossesSet.js +17 -0
- package/dist/sets/storyBossesSet.js.map +1 -0
- package/dist/sets/storyBossesSet.lua +22 -0
- package/dist/sets/storyBossesSet.lua.map +1 -0
- package/{shaderCrashFix.d.ts → dist/shaderCrashFix.d.ts} +0 -0
- package/dist/shaderCrashFix.js +17 -0
- package/dist/shaderCrashFix.js.map +1 -0
- package/dist/shaderCrashFix.lua +18 -0
- package/dist/shaderCrashFix.lua.map +1 -0
- package/{types → dist/types}/AnyEntity.d.ts +0 -0
- package/dist/types/AnyEntity.js +2 -0
- package/dist/types/AnyEntity.js.map +1 -0
- package/dist/types/AnyEntity.lua +2 -0
- package/dist/types/AnyEntity.lua.map +1 -0
- package/{types → dist/types}/CollectibleIndex.d.ts +0 -0
- package/dist/types/CollectibleIndex.js +2 -0
- package/dist/types/CollectibleIndex.js.map +1 -0
- package/dist/types/CollectibleIndex.lua +2 -0
- package/dist/types/CollectibleIndex.lua.map +1 -0
- package/{types → dist/types}/PickingUpItem.d.ts +0 -0
- package/dist/types/PickingUpItem.js +38 -0
- package/dist/types/PickingUpItem.js.map +1 -0
- package/dist/types/PickingUpItem.lua +34 -0
- package/dist/types/PickingUpItem.lua.map +1 -0
- package/{types → dist/types}/PlayerIndex.d.ts +0 -0
- package/dist/types/PlayerIndex.js +2 -0
- package/dist/types/PlayerIndex.js.map +1 -0
- package/dist/types/PlayerIndex.lua +2 -0
- package/dist/types/PlayerIndex.lua.map +1 -0
- package/{types → dist/types}/private/IsaacAPIClass.d.ts +0 -0
- package/dist/types/private/IsaacAPIClass.js +2 -0
- package/dist/types/private/IsaacAPIClass.js.map +1 -0
- package/dist/types/private/IsaacAPIClass.lua +2 -0
- package/dist/types/private/IsaacAPIClass.lua.map +1 -0
- package/{types → dist/types}/private/SerializedIsaacAPIClass.d.ts +0 -0
- package/dist/types/private/SerializedIsaacAPIClass.js +2 -0
- package/dist/types/private/SerializedIsaacAPIClass.js.map +1 -0
- package/dist/types/private/SerializedIsaacAPIClass.lua +2 -0
- package/dist/types/private/SerializedIsaacAPIClass.lua.map +1 -0
- package/{types → dist/types}/private/TSTLClass.d.ts +0 -0
- package/dist/types/private/TSTLClass.js +2 -0
- package/dist/types/private/TSTLClass.js.map +1 -0
- package/dist/types/private/TSTLClass.lua +2 -0
- package/dist/types/private/TSTLClass.lua.map +1 -0
- package/{upgradeMod.d.ts → dist/upgradeMod.d.ts} +0 -0
- package/dist/upgradeMod.js +47 -0
- package/dist/upgradeMod.js.map +1 -0
- package/dist/upgradeMod.lua +54 -0
- package/dist/upgradeMod.lua.map +1 -0
- package/package.json +3 -3
- package/src/cachedClasses.ts +63 -0
- package/src/callbacks/customRevive.ts +215 -0
- package/src/callbacks/itemPickup.ts +101 -0
- package/src/callbacks/postAmbush.ts +73 -0
- package/src/callbacks/postBombExploded.ts +26 -0
- package/src/callbacks/postBombInitLate.ts +36 -0
- package/src/callbacks/postBoneSwing.ts +64 -0
- package/src/callbacks/postCollectibleEmpty.ts +49 -0
- package/src/callbacks/postCollectibleInitFirst.ts +40 -0
- package/src/callbacks/postCursedTeleport.ts +185 -0
- package/src/callbacks/postCustomDoorEnter.ts +290 -0
- package/src/callbacks/postDiceRoomActivated.ts +60 -0
- package/src/callbacks/postDoorRender.ts +26 -0
- package/src/callbacks/postDoorUpdate.ts +26 -0
- package/src/callbacks/postEffectInitLate.ts +36 -0
- package/src/callbacks/postEffectStateChanged.ts +43 -0
- package/src/callbacks/postEsauJr.ts +109 -0
- package/src/callbacks/postFamiliarInitLate.ts +36 -0
- package/src/callbacks/postFamiliarStateChanged.ts +43 -0
- package/src/callbacks/postFlip.ts +90 -0
- package/src/callbacks/postGreedModeWave.ts +41 -0
- package/src/callbacks/postGridEntity.ts +164 -0
- package/src/callbacks/postGridEntityCollision.ts +69 -0
- package/src/callbacks/postGridEntityRender.ts +26 -0
- package/src/callbacks/postHolyMantleRemoved.ts +55 -0
- package/src/callbacks/postItemDischarged.ts +154 -0
- package/src/callbacks/postKnifeInitLate.ts +36 -0
- package/src/callbacks/postLaserInitLate.ts +36 -0
- package/src/callbacks/postNPCInitLate.ts +36 -0
- package/src/callbacks/postNPCStateChanged.ts +42 -0
- package/src/callbacks/postNewRoomEarly.ts +96 -0
- package/src/callbacks/postPickupCollect.ts +48 -0
- package/src/callbacks/postPickupInitFirst.ts +70 -0
- package/src/callbacks/postPickupInitLate.ts +36 -0
- package/src/callbacks/postPickupStateChanged.ts +43 -0
- package/src/callbacks/postPitRender.ts +26 -0
- package/src/callbacks/postPitUpdate.ts +26 -0
- package/src/callbacks/postPlayerChangeHealth.ts +62 -0
- package/src/callbacks/postPlayerChangeType.ts +56 -0
- package/src/callbacks/postPlayerCollectible.ts +112 -0
- package/src/callbacks/postPlayerFatalDamage.ts +141 -0
- package/src/callbacks/postPlayerInitLate.ts +37 -0
- package/src/callbacks/postPlayerReordered.ts +142 -0
- package/src/callbacks/postPoopRender.ts +26 -0
- package/src/callbacks/postPoopUpdate.ts +26 -0
- package/src/callbacks/postPressurePlateRender.ts +26 -0
- package/src/callbacks/postPressurePlateUpdate.ts +26 -0
- package/src/callbacks/postProjectileInitLate.ts +36 -0
- package/src/callbacks/postPurchase.ts +64 -0
- package/src/callbacks/postRockRender.ts +26 -0
- package/src/callbacks/postRockUpdate.ts +26 -0
- package/src/callbacks/postRoomClearChanged.ts +57 -0
- package/src/callbacks/postSacrifice.ts +64 -0
- package/src/callbacks/postSlotDestroyed.ts +92 -0
- package/src/callbacks/postSlotInitUpdate.ts +68 -0
- package/src/callbacks/postSlotRender.ts +69 -0
- package/src/callbacks/postSpikesRender.ts +26 -0
- package/src/callbacks/postSpikesUpdate.ts +26 -0
- package/src/callbacks/postTNTRender.ts +26 -0
- package/src/callbacks/postTNTUpdate.ts +26 -0
- package/src/callbacks/postTearInitLate.ts +36 -0
- package/src/callbacks/postTearInitVeryLate.ts +41 -0
- package/src/callbacks/postTransformation.ts +59 -0
- package/src/callbacks/postTrinketBreak.ts +112 -0
- package/src/callbacks/preBerserkDeath.ts +49 -0
- package/src/callbacks/preNewLevel.ts +55 -0
- package/src/callbacks/reorderedCallbacks.ts +186 -0
- package/src/callbacks/subscriptions/postAmbushFinished.ts +32 -0
- package/src/callbacks/subscriptions/postAmbushStarted.ts +32 -0
- package/src/callbacks/subscriptions/postBombInitLate.ts +32 -0
- package/src/callbacks/subscriptions/postBoneExploded.ts +32 -0
- package/src/callbacks/subscriptions/postBoneSwing.ts +24 -0
- package/src/callbacks/subscriptions/postCollectibleEmpty.ts +41 -0
- package/src/callbacks/subscriptions/postCollectibleInitFirst.ts +37 -0
- package/src/callbacks/subscriptions/postCursedTeleport.ts +24 -0
- package/src/callbacks/subscriptions/postCustomDoorEnter.ts +45 -0
- package/src/callbacks/subscriptions/postCustomRevive.ts +36 -0
- package/src/callbacks/subscriptions/postDiceRoomActivated.ts +38 -0
- package/src/callbacks/subscriptions/postDoorRender.ts +35 -0
- package/src/callbacks/subscriptions/postDoorUpdate.ts +35 -0
- package/src/callbacks/subscriptions/postEffectInitLate.ts +32 -0
- package/src/callbacks/subscriptions/postEffectStateChanged.ts +40 -0
- package/src/callbacks/subscriptions/postEsauJr.ts +24 -0
- package/src/callbacks/subscriptions/postFamiliarInitLate.ts +32 -0
- package/src/callbacks/subscriptions/postFamiliarStateChanged.ts +40 -0
- package/src/callbacks/subscriptions/postFirstEsauJr.ts +24 -0
- package/src/callbacks/subscriptions/postFirstFlip.ts +24 -0
- package/src/callbacks/subscriptions/postFlip.ts +22 -0
- package/src/callbacks/subscriptions/postGameStartedReordered.ts +24 -0
- package/src/callbacks/subscriptions/postGreedModeWave.ts +24 -0
- package/src/callbacks/subscriptions/postGridEntityBroken.ts +51 -0
- package/src/callbacks/subscriptions/postGridEntityCollision.ts +54 -0
- package/src/callbacks/subscriptions/postGridEntityInit.ts +51 -0
- package/src/callbacks/subscriptions/postGridEntityRemove.ts +52 -0
- package/src/callbacks/subscriptions/postGridEntityRender.ts +51 -0
- package/src/callbacks/subscriptions/postGridEntityStateChanged.ts +55 -0
- package/src/callbacks/subscriptions/postGridEntityUpdate.ts +51 -0
- package/src/callbacks/subscriptions/postHolyMantleRemoved.ts +48 -0
- package/src/callbacks/subscriptions/postItemDischarged.ts +43 -0
- package/src/callbacks/subscriptions/postItemPickup.ts +64 -0
- package/src/callbacks/subscriptions/postKnifeInitLate.ts +32 -0
- package/src/callbacks/subscriptions/postLaserInitLate.ts +32 -0
- package/src/callbacks/subscriptions/postNPCInitLate.ts +32 -0
- package/src/callbacks/subscriptions/postNPCStateChanged.ts +42 -0
- package/src/callbacks/subscriptions/postNewLevelReordered.ts +22 -0
- package/src/callbacks/subscriptions/postNewRoomEarly.ts +22 -0
- package/src/callbacks/subscriptions/postNewRoomReordered.ts +22 -0
- package/src/callbacks/subscriptions/postPEffectUpdateReordered.ts +40 -0
- package/src/callbacks/subscriptions/postPickupCollect.ts +35 -0
- package/src/callbacks/subscriptions/postPickupInitFirst.ts +32 -0
- package/src/callbacks/subscriptions/postPickupInitLate.ts +32 -0
- package/src/callbacks/subscriptions/postPickupStateChanged.ts +40 -0
- package/src/callbacks/subscriptions/postPitRender.ts +35 -0
- package/src/callbacks/subscriptions/postPitUpdate.ts +35 -0
- package/src/callbacks/subscriptions/postPlayerChangeHealth.ts +49 -0
- package/src/callbacks/subscriptions/postPlayerChangeType.ts +40 -0
- package/src/callbacks/subscriptions/postPlayerCollectibleAdded.ts +38 -0
- package/src/callbacks/subscriptions/postPlayerCollectibleRemoved.ts +38 -0
- package/src/callbacks/subscriptions/postPlayerFatalDamage.ts +68 -0
- package/src/callbacks/subscriptions/postPlayerInitLate.ts +40 -0
- package/src/callbacks/subscriptions/postPlayerInitReordered.ts +40 -0
- package/src/callbacks/subscriptions/postPlayerRenderReordered.ts +40 -0
- package/src/callbacks/subscriptions/postPlayerUpdateReordered.ts +40 -0
- package/src/callbacks/subscriptions/postPoopRender.ts +35 -0
- package/src/callbacks/subscriptions/postPoopUpdate.ts +35 -0
- package/src/callbacks/subscriptions/postPressurePlateRender.ts +37 -0
- package/src/callbacks/subscriptions/postPressurePlateUpdate.ts +37 -0
- package/src/callbacks/subscriptions/postProjectileInitLate.ts +35 -0
- package/src/callbacks/subscriptions/postPurchase.ts +31 -0
- package/src/callbacks/subscriptions/postRockRender.ts +35 -0
- package/src/callbacks/subscriptions/postRockUpdate.ts +35 -0
- package/src/callbacks/subscriptions/postRoomClearChanged.ts +30 -0
- package/src/callbacks/subscriptions/postSacrifice.ts +43 -0
- package/src/callbacks/subscriptions/postSlotAnimationChanged.ts +40 -0
- package/src/callbacks/subscriptions/postSlotDestroyed.ts +55 -0
- package/src/callbacks/subscriptions/postSlotInit.ts +32 -0
- package/src/callbacks/subscriptions/postSlotRender.ts +32 -0
- package/src/callbacks/subscriptions/postSlotUpdate.ts +32 -0
- package/src/callbacks/subscriptions/postSpikesRender.ts +35 -0
- package/src/callbacks/subscriptions/postSpikesUpdate.ts +35 -0
- package/src/callbacks/subscriptions/postTNTRender.ts +35 -0
- package/src/callbacks/subscriptions/postTNTUpdate.ts +35 -0
- package/src/callbacks/subscriptions/postTearInitLate.ts +32 -0
- package/src/callbacks/subscriptions/postTearInitVeryLate.ts +32 -0
- package/src/callbacks/subscriptions/postTransformation.ts +40 -0
- package/src/callbacks/subscriptions/postTrinketBreak.ts +38 -0
- package/src/callbacks/subscriptions/preBerserkDeath.ts +42 -0
- package/src/callbacks/subscriptions/preCustomRevive.ts +46 -0
- package/src/callbacks/subscriptions/preItemPickup.ts +64 -0
- package/src/callbacks/subscriptions/preNewLevel.ts +24 -0
- package/src/classes/DefaultMap.ts +172 -0
- package/src/classes/ModUpgraded.ts +84 -0
- package/src/constants.ts +189 -0
- package/src/constantsFirstLast.ts +210 -0
- package/src/enums/AmbushType.ts +4 -0
- package/src/enums/CornerType.ts +6 -0
- package/src/enums/DecorationVariant.ts +10 -0
- package/src/enums/HealthType.ts +16 -0
- package/src/enums/ModCallbackCustom.ts +1294 -0
- package/src/enums/PocketItemType.ts +8 -0
- package/src/enums/RockAltType.ts +7 -0
- package/src/enums/SerializationType.ts +5 -0
- package/src/enums/SlotDestructionType.ts +4 -0
- package/src/enums/private/CopyableIsaacAPIClassType.ts +7 -0
- package/src/enums/private/SaveDataKey.ts +6 -0
- package/src/enums/private/SerializationBrand.ts +42 -0
- package/src/features/characterHealthConversion.ts +125 -0
- package/src/features/characterStats.ts +67 -0
- package/src/features/collectibleItemPoolType.ts +66 -0
- package/src/features/customGridEntity.ts +192 -0
- package/src/features/customStage/backdrop.ts +274 -0
- package/src/features/customStage/customStageConstants.ts +1 -0
- package/src/features/customStage/exports.ts +201 -0
- package/src/features/customStage/gridEntities.ts +195 -0
- package/src/features/customStage/init.ts +172 -0
- package/src/features/customStage/metadata.json +1 -0
- package/src/features/customStage/shadows.ts +84 -0
- package/src/features/customStage/streakText.ts +43 -0
- package/src/features/customStage/util.ts +54 -0
- package/src/features/customStage/v.ts +26 -0
- package/src/features/customStage/versusScreen.ts +267 -0
- package/src/features/debugDisplay/debugDisplay.ts +226 -0
- package/src/features/debugDisplay/exports.ts +513 -0
- package/src/features/debugDisplay/v.ts +79 -0
- package/src/features/deployJSONRoom.ts +759 -0
- package/src/features/disableAllSound.ts +77 -0
- package/src/features/disableInputs.ts +193 -0
- package/src/features/extraConsoleCommands/commandsDisplay.ts +290 -0
- package/src/features/extraConsoleCommands/commandsSubroutines.ts +139 -0
- package/src/features/extraConsoleCommands/exports.ts +78 -0
- package/src/features/extraConsoleCommands/init.ts +385 -0
- package/src/features/extraConsoleCommands/listCommands.ts +1351 -0
- package/src/features/extraConsoleCommands/v.ts +30 -0
- package/src/features/fadeInRemover.ts +60 -0
- package/src/features/fastReset.ts +75 -0
- package/src/features/forgottenSwitch.ts +50 -0
- package/src/features/pause.ts +98 -0
- package/src/features/persistentEntities.ts +190 -0
- package/src/features/playerInventory.ts +135 -0
- package/src/features/ponyDetection.ts +86 -0
- package/src/features/preventCollectibleRotation.ts +115 -0
- package/src/features/registerHotkey.ts +124 -0
- package/src/features/roomClearFrame.ts +54 -0
- package/src/features/runInNFrames.ts +255 -0
- package/src/features/runNextRoom.ts +44 -0
- package/src/features/saveDataManager/exports.ts +229 -0
- package/src/features/saveDataManager/load.ts +99 -0
- package/src/features/saveDataManager/main.ts +196 -0
- package/src/features/saveDataManager/maps.ts +11 -0
- package/src/features/saveDataManager/merge.ts +194 -0
- package/src/features/saveDataManager/save.ts +74 -0
- package/src/features/saveDataManager/saveDataManagerConstants.ts +4 -0
- package/src/features/saveDataManager/serializationBrand.ts +16 -0
- package/src/features/sirenHelpers.ts +129 -0
- package/src/features/stageHistory.ts +67 -0
- package/src/features/taintedLazarusPlayers.ts +113 -0
- package/src/featuresInitialized.ts +20 -0
- package/src/functions/ambush.ts +45 -0
- package/src/functions/array.ts +548 -0
- package/src/functions/benchmark.ts +36 -0
- package/src/functions/bitwise.ts +92 -0
- package/src/functions/bombs.ts +12 -0
- package/src/functions/boss.ts +230 -0
- package/src/functions/cacheFlag.ts +12 -0
- package/src/functions/cards.ts +271 -0
- package/src/functions/challenges.ts +13 -0
- package/src/functions/character.ts +120 -0
- package/src/functions/charge.ts +282 -0
- package/src/functions/chargeBar.ts +66 -0
- package/src/functions/collectibleCacheFlag.ts +90 -0
- package/src/functions/collectibleSet.ts +133 -0
- package/src/functions/collectibleTag.ts +89 -0
- package/src/functions/collectibles.ts +644 -0
- package/src/functions/color.ts +123 -0
- package/src/functions/debug.ts +68 -0
- package/src/functions/deepCopy.ts +535 -0
- package/src/functions/deepCopyTests.ts +386 -0
- package/src/functions/direction.ts +49 -0
- package/src/functions/doors.ts +423 -0
- package/src/functions/easing.ts +182 -0
- package/src/functions/eden.ts +47 -0
- package/src/functions/effects.ts +20 -0
- package/src/functions/entity.ts +476 -0
- package/src/functions/entitySpecific.ts +938 -0
- package/src/functions/entityTypes.ts +6 -0
- package/src/functions/enums.ts +187 -0
- package/src/functions/familiars.ts +117 -0
- package/src/functions/flag.ts +165 -0
- package/src/functions/flying.ts +117 -0
- package/src/functions/globals.ts +242 -0
- package/src/functions/gridEntity.ts +654 -0
- package/src/functions/gridEntitySpecific.ts +143 -0
- package/src/functions/input.ts +139 -0
- package/src/functions/isaacAPIClass.ts +67 -0
- package/src/functions/jsonHelpers.ts +45 -0
- package/src/functions/jsonRoom.ts +184 -0
- package/src/functions/kColor.ts +124 -0
- package/src/functions/language.ts +13 -0
- package/src/functions/level.ts +31 -0
- package/src/functions/log.ts +734 -0
- package/src/functions/map.ts +56 -0
- package/src/functions/math.ts +149 -0
- package/src/functions/mergeTests.ts +288 -0
- package/src/functions/minimap.ts +102 -0
- package/src/functions/nextStage.ts +419 -0
- package/src/functions/npc.ts +148 -0
- package/src/functions/pickupVariants.ts +60 -0
- package/src/functions/pickups.ts +513 -0
- package/src/functions/pills.ts +205 -0
- package/src/functions/player.ts +1057 -0
- package/src/functions/playerCenter.ts +68 -0
- package/src/functions/playerDataStructures.ts +150 -0
- package/src/functions/playerHealth.ts +396 -0
- package/src/functions/playerIndex.ts +198 -0
- package/src/functions/pocketItems.ts +149 -0
- package/src/functions/positionVelocity.ts +188 -0
- package/src/functions/random.ts +89 -0
- package/src/functions/revive.ts +201 -0
- package/src/functions/rng.ts +180 -0
- package/src/functions/roomData.ts +199 -0
- package/src/functions/roomGrid.ts +109 -0
- package/src/functions/roomShape.ts +123 -0
- package/src/functions/rooms.ts +665 -0
- package/src/functions/run.ts +61 -0
- package/src/functions/saveFile.ts +133 -0
- package/src/functions/seeds.ts +19 -0
- package/src/functions/serialization.ts +91 -0
- package/src/functions/set.ts +124 -0
- package/src/functions/sound.ts +9 -0
- package/src/functions/spawnCollectible.ts +104 -0
- package/src/functions/sprite.ts +107 -0
- package/src/functions/stage.ts +221 -0
- package/src/functions/string.ts +47 -0
- package/src/functions/table.ts +189 -0
- package/src/functions/tears.ts +32 -0
- package/src/functions/transformations.ts +131 -0
- package/src/functions/trinketCacheFlag.ts +60 -0
- package/src/functions/trinketGive.ts +157 -0
- package/src/functions/trinkets.ts +213 -0
- package/src/functions/tstlClass.ts +157 -0
- package/src/functions/types.ts +36 -0
- package/src/functions/ui.ts +148 -0
- package/src/functions/utils.ts +200 -0
- package/src/functions/vector.ts +126 -0
- package/src/index.ts +179 -0
- package/src/initCustomCallbacks.ts +134 -0
- package/src/initFeatures.ts +53 -0
- package/src/interfaces/AddCallbackParameterCustom.ts +190 -0
- package/src/interfaces/ChargeBarSprites.ts +12 -0
- package/src/interfaces/Corner.ts +6 -0
- package/src/interfaces/CustomGridEntityData.ts +13 -0
- package/src/interfaces/CustomStage.ts +15 -0
- package/src/interfaces/CustomStageLua.ts +404 -0
- package/src/interfaces/JSONRoomsFile.ts +96 -0
- package/src/interfaces/PlayerHealth.ts +16 -0
- package/src/interfaces/PocketItemDescription.ts +9 -0
- package/src/interfaces/SaveData.ts +29 -0
- package/src/interfaces/TrinketSituation.ts +9 -0
- package/src/interfaces/private/TSTLClassMetatable.ts +8 -0
- package/src/maps/PHDPillConversions.ts +21 -0
- package/src/maps/cardMap.ts +209 -0
- package/src/maps/characterMap.ts +87 -0
- package/src/maps/collectibleDescriptionMap.ts +732 -0
- package/src/maps/collectibleNameMap.ts +731 -0
- package/src/maps/defaultPlayerStatMap.ts +17 -0
- package/src/maps/falsePHDPillConversions.ts +35 -0
- package/src/maps/gridEntityTypeToBrokenStateMap.ts +50 -0
- package/src/maps/gridEntityXMLMap.ts +176 -0
- package/src/maps/pillEffectMap.ts +88 -0
- package/src/maps/roomShapeToTopLeftWallGridIndexMap.ts +18 -0
- package/src/maps/roomTypeMap.ts +39 -0
- package/src/maps/trinketDescriptionMap.ts +200 -0
- package/src/maps/trinketNameMap.ts +198 -0
- package/src/objects/LRoomShapeToRectangles.ts +44 -0
- package/src/objects/backdropTypeToRockAltType.ts +68 -0
- package/src/objects/bossNamePNGFileNames.ts +115 -0
- package/src/objects/bossPortraitPNGFileNames.ts +118 -0
- package/src/objects/callbackRegisterFunctions.ts +189 -0
- package/src/objects/cardDescriptions.ts +105 -0
- package/src/objects/cardNames.ts +105 -0
- package/src/objects/cardTypes.ts +104 -0
- package/src/objects/challengeNames.ts +52 -0
- package/src/objects/characterNames.ts +46 -0
- package/src/objects/coinSubTypeToValue.ts +14 -0
- package/src/objects/colors.ts +24 -0
- package/src/objects/directionNames.ts +11 -0
- package/src/objects/directionToDegrees.ts +11 -0
- package/src/objects/directionToVector.ts +12 -0
- package/src/objects/doorSlotFlagToDoorSlot.ts +16 -0
- package/src/objects/doorSlotToDirection.ts +14 -0
- package/src/objects/doorSlotToDoorSlotFlag.ts +19 -0
- package/src/objects/isaacAPIClassTypeToBrand.ts +11 -0
- package/src/objects/isaacAPIClassTypeToCopyFunction.ts +18 -0
- package/src/objects/languageNames.ts +13 -0
- package/src/objects/oppositeDoorSlots.ts +15 -0
- package/src/objects/pillEffectClasses.ts +63 -0
- package/src/objects/pillEffectNames.ts +57 -0
- package/src/objects/pillEffectTypes.ts +62 -0
- package/src/objects/playerNamePNGFileNames.ts +58 -0
- package/src/objects/playerPortraitPNGFileNames.ts +55 -0
- package/src/objects/roomShapeBounds.ts +65 -0
- package/src/objects/roomShapeCorners.ts +283 -0
- package/src/objects/roomShapeLayoutSizes.ts +45 -0
- package/src/objects/roomShapeToBottomRightPosition.ts +25 -0
- package/src/objects/roomShapeToDoorSlotCoordinates.ts +122 -0
- package/src/objects/roomShapeToDoorSlots.ts +83 -0
- package/src/objects/roomShapeToDoorSlotsToGridIndexDelta.ts +127 -0
- package/src/objects/roomShapeToGridWidth.ts +21 -0
- package/src/objects/roomShapeToTopLeftPosition.ts +26 -0
- package/src/objects/roomShapeVolumes.ts +38 -0
- package/src/objects/roomTypeGotoPrefixes.ts +35 -0
- package/src/objects/roomTypeNames.ts +35 -0
- package/src/objects/serializedIsaacAPIClassTypeToIdentityFunction.ts +14 -0
- package/src/objects/stageTypeSuffixes.ts +12 -0
- package/src/objects/stageTypeToLetter.ts +15 -0
- package/src/objects/transformationNames.ts +18 -0
- package/src/objects/versusScreenBackgroundColors.ts +39 -0
- package/src/objects/versusScreenDirtSpotColors.ts +39 -0
- package/src/patchErrorFunctions.ts +92 -0
- package/src/sets/LRoomShapesSet.ts +8 -0
- package/src/sets/bossSets.ts +470 -0
- package/src/sets/charactersThatStartWithAnActiveItemSet.ts +16 -0
- package/src/sets/charactersWithBlackHeartFromEternalHeartSet.ts +7 -0
- package/src/sets/charactersWithFreeDevilDealsSet.ts +4 -0
- package/src/sets/charactersWithNoRedHeartsSet.ts +17 -0
- package/src/sets/charactersWithNoSoulHeartsSet.ts +14 -0
- package/src/sets/chestPickupVariantsSet.ts +16 -0
- package/src/sets/consoleCommandsSet.ts +61 -0
- package/src/sets/familiarsThatShootPlayerTearsSet.ts +13 -0
- package/src/sets/lostStyleCharactersSet.ts +13 -0
- package/src/sets/mineShaftRoomSubTypesSet.ts +10 -0
- package/src/sets/narrowRoomShapesSet.ts +8 -0
- package/src/sets/redHeartSubTypesSet.ts +7 -0
- package/src/sets/sinEntityTypesSet.ts +11 -0
- package/src/sets/singleUseActiveCollectibleTypesSet.ts +13 -0
- package/src/sets/storyBossesSet.ts +17 -0
- package/src/shaderCrashFix.ts +18 -0
- package/src/types/AnyEntity.ts +12 -0
- package/src/types/AwaitingTextInput.d.ts +2 -0
- package/src/types/CollectibleIndex.ts +16 -0
- package/src/types/PickingUpItem.ts +87 -0
- package/src/types/PlayerIndex.ts +13 -0
- package/src/types/private/IsaacAPIClass.ts +3 -0
- package/src/types/private/SerializedIsaacAPIClass.ts +3 -0
- package/src/types/private/TSTLClass.ts +3 -0
- package/src/upgradeMod.ts +57 -0
- package/cachedClasses.js +0 -59
- package/cachedClasses.lua +0 -52
- package/callbacks/customRevive.js +0 -153
- package/callbacks/customRevive.lua +0 -150
- package/callbacks/itemPickup.js +0 -64
- package/callbacks/itemPickup.lua +0 -68
- package/callbacks/postAmbush.js +0 -54
- package/callbacks/postAmbush.lua +0 -58
- package/callbacks/postBombExploded.js +0 -20
- package/callbacks/postBombExploded.lua +0 -28
- package/callbacks/postBombInitLate.js +0 -28
- package/callbacks/postBombInitLate.lua +0 -35
- package/callbacks/postBoneSwing.js +0 -49
- package/callbacks/postBoneSwing.lua +0 -52
- package/callbacks/postCollectibleEmpty.js +0 -32
- package/callbacks/postCollectibleEmpty.lua +0 -42
- package/callbacks/postCollectibleInitFirst.js +0 -27
- package/callbacks/postCollectibleInitFirst.lua +0 -37
- package/callbacks/postCursedTeleport.js +0 -120
- package/callbacks/postCursedTeleport.lua +0 -124
- package/callbacks/postCustomDoorEnter.js +0 -205
- package/callbacks/postCustomDoorEnter.lua +0 -242
- package/callbacks/postDiceRoomActivated.js +0 -39
- package/callbacks/postDiceRoomActivated.lua +0 -43
- package/callbacks/postDoorRender.js +0 -20
- package/callbacks/postDoorRender.lua +0 -28
- package/callbacks/postDoorUpdate.js +0 -20
- package/callbacks/postDoorUpdate.lua +0 -28
- package/callbacks/postEffectInitLate.js +0 -28
- package/callbacks/postEffectInitLate.lua +0 -35
- package/callbacks/postEffectStateChanged.js +0 -31
- package/callbacks/postEffectStateChanged.lua +0 -41
- package/callbacks/postEsauJr.js +0 -70
- package/callbacks/postEsauJr.lua +0 -72
- package/callbacks/postFamiliarInitLate.js +0 -28
- package/callbacks/postFamiliarInitLate.lua +0 -35
- package/callbacks/postFamiliarStateChanged.js +0 -31
- package/callbacks/postFamiliarStateChanged.lua +0 -41
- package/callbacks/postFlip.js +0 -59
- package/callbacks/postFlip.lua +0 -66
- package/callbacks/postGreedModeWave.js +0 -31
- package/callbacks/postGreedModeWave.lua +0 -36
- package/callbacks/postGridEntity.js +0 -107
- package/callbacks/postGridEntity.lua +0 -111
- package/callbacks/postGridEntityCollision.js +0 -49
- package/callbacks/postGridEntityCollision.lua +0 -69
- package/callbacks/postGridEntityRender.js +0 -20
- package/callbacks/postGridEntityRender.lua +0 -28
- package/callbacks/postHolyMantleRemoved.js +0 -33
- package/callbacks/postHolyMantleRemoved.lua +0 -43
- package/callbacks/postItemDischarged.js +0 -94
- package/callbacks/postItemDischarged.lua +0 -107
- package/callbacks/postKnifeInitLate.js +0 -28
- package/callbacks/postKnifeInitLate.lua +0 -35
- package/callbacks/postLaserInitLate.js +0 -28
- package/callbacks/postLaserInitLate.lua +0 -35
- package/callbacks/postNPCInitLate.js +0 -28
- package/callbacks/postNPCInitLate.lua +0 -35
- package/callbacks/postNPCStateChanged.js +0 -31
- package/callbacks/postNPCStateChanged.lua +0 -41
- package/callbacks/postNewRoomEarly.js +0 -69
- package/callbacks/postNewRoomEarly.lua +0 -70
- package/callbacks/postPickupCollect.js +0 -37
- package/callbacks/postPickupCollect.lua +0 -43
- package/callbacks/postPickupInitFirst.js +0 -52
- package/callbacks/postPickupInitFirst.lua +0 -57
- package/callbacks/postPickupInitLate.js +0 -28
- package/callbacks/postPickupInitLate.lua +0 -35
- package/callbacks/postPickupStateChanged.js +0 -31
- package/callbacks/postPickupStateChanged.lua +0 -41
- package/callbacks/postPitRender.js +0 -20
- package/callbacks/postPitRender.lua +0 -28
- package/callbacks/postPitUpdate.js +0 -20
- package/callbacks/postPitUpdate.lua +0 -28
- package/callbacks/postPlayerChangeHealth.js +0 -43
- package/callbacks/postPlayerChangeHealth.lua +0 -54
- package/callbacks/postPlayerChangeType.js +0 -31
- package/callbacks/postPlayerChangeType.lua +0 -43
- package/callbacks/postPlayerCollectible.js +0 -74
- package/callbacks/postPlayerCollectible.lua +0 -99
- package/callbacks/postPlayerFatalDamage.js +0 -74
- package/callbacks/postPlayerFatalDamage.lua +0 -101
- package/callbacks/postPlayerInitLate.js +0 -28
- package/callbacks/postPlayerInitLate.lua +0 -37
- package/callbacks/postPlayerReordered.js +0 -109
- package/callbacks/postPlayerReordered.lua +0 -116
- package/callbacks/postPoopRender.js +0 -20
- package/callbacks/postPoopRender.lua +0 -28
- package/callbacks/postPoopUpdate.js +0 -20
- package/callbacks/postPoopUpdate.lua +0 -28
- package/callbacks/postPressurePlateRender.js +0 -20
- package/callbacks/postPressurePlateRender.lua +0 -28
- package/callbacks/postPressurePlateUpdate.js +0 -20
- package/callbacks/postPressurePlateUpdate.lua +0 -28
- package/callbacks/postProjectileInitLate.js +0 -28
- package/callbacks/postProjectileInitLate.lua +0 -35
- package/callbacks/postPurchase.js +0 -39
- package/callbacks/postPurchase.lua +0 -53
- package/callbacks/postRockRender.js +0 -20
- package/callbacks/postRockRender.lua +0 -28
- package/callbacks/postRockUpdate.js +0 -20
- package/callbacks/postRockUpdate.lua +0 -28
- package/callbacks/postRoomClearChanged.js +0 -41
- package/callbacks/postRoomClearChanged.lua +0 -46
- package/callbacks/postSacrifice.js +0 -38
- package/callbacks/postSacrifice.lua +0 -47
- package/callbacks/postSlotDestroyed.js +0 -64
- package/callbacks/postSlotDestroyed.lua +0 -70
- package/callbacks/postSlotInitUpdate.js +0 -49
- package/callbacks/postSlotInitUpdate.lua +0 -57
- package/callbacks/postSlotRender.js +0 -48
- package/callbacks/postSlotRender.lua +0 -60
- package/callbacks/postSpikesRender.js +0 -20
- package/callbacks/postSpikesRender.lua +0 -28
- package/callbacks/postSpikesUpdate.js +0 -20
- package/callbacks/postSpikesUpdate.lua +0 -28
- package/callbacks/postTNTRender.js +0 -20
- package/callbacks/postTNTRender.lua +0 -28
- package/callbacks/postTNTUpdate.js +0 -20
- package/callbacks/postTNTUpdate.lua +0 -28
- package/callbacks/postTearInitLate.js +0 -28
- package/callbacks/postTearInitLate.lua +0 -35
- package/callbacks/postTearInitVeryLate.js +0 -32
- package/callbacks/postTearInitVeryLate.lua +0 -38
- package/callbacks/postTransformation.js +0 -37
- package/callbacks/postTransformation.lua +0 -50
- package/callbacks/postTrinketBreak.js +0 -64
- package/callbacks/postTrinketBreak.lua +0 -75
- package/callbacks/preBerserkDeath.js +0 -35
- package/callbacks/preBerserkDeath.lua +0 -40
- package/callbacks/preNewLevel.js +0 -45
- package/callbacks/preNewLevel.lua +0 -47
- package/callbacks/reorderedCallbacks.js +0 -136
- package/callbacks/reorderedCallbacks.lua +0 -120
- package/callbacks/subscriptions/postAmbushFinished.js +0 -20
- package/callbacks/subscriptions/postAmbushFinished.lua +0 -31
- package/callbacks/subscriptions/postAmbushStarted.js +0 -20
- package/callbacks/subscriptions/postAmbushStarted.lua +0 -31
- package/callbacks/subscriptions/postBombInitLate.js +0 -20
- package/callbacks/subscriptions/postBombInitLate.lua +0 -31
- package/callbacks/subscriptions/postBoneExploded.js +0 -20
- package/callbacks/subscriptions/postBoneExploded.lua +0 -31
- package/callbacks/subscriptions/postBoneSwing.js +0 -16
- package/callbacks/subscriptions/postBoneSwing.lua +0 -24
- package/callbacks/subscriptions/postCollectibleEmpty.js +0 -21
- package/callbacks/subscriptions/postCollectibleEmpty.lua +0 -31
- package/callbacks/subscriptions/postCollectibleInitFirst.js +0 -21
- package/callbacks/subscriptions/postCollectibleInitFirst.lua +0 -31
- package/callbacks/subscriptions/postCursedTeleport.js +0 -16
- package/callbacks/subscriptions/postCursedTeleport.lua +0 -24
- package/callbacks/subscriptions/postCustomDoorEnter.js +0 -21
- package/callbacks/subscriptions/postCustomDoorEnter.lua +0 -37
- package/callbacks/subscriptions/postCustomRevive.js +0 -21
- package/callbacks/subscriptions/postCustomRevive.lua +0 -31
- package/callbacks/subscriptions/postDiceRoomActivated.js +0 -21
- package/callbacks/subscriptions/postDiceRoomActivated.lua +0 -31
- package/callbacks/subscriptions/postDoorRender.js +0 -22
- package/callbacks/subscriptions/postDoorRender.lua +0 -32
- package/callbacks/subscriptions/postDoorUpdate.js +0 -22
- package/callbacks/subscriptions/postDoorUpdate.lua +0 -32
- package/callbacks/subscriptions/postEffectInitLate.js +0 -20
- package/callbacks/subscriptions/postEffectInitLate.lua +0 -31
- package/callbacks/subscriptions/postEffectStateChanged.js +0 -20
- package/callbacks/subscriptions/postEffectStateChanged.lua +0 -31
- package/callbacks/subscriptions/postEsauJr.js +0 -16
- package/callbacks/subscriptions/postEsauJr.lua +0 -24
- package/callbacks/subscriptions/postFamiliarInitLate.js +0 -20
- package/callbacks/subscriptions/postFamiliarInitLate.lua +0 -31
- package/callbacks/subscriptions/postFamiliarStateChanged.js +0 -20
- package/callbacks/subscriptions/postFamiliarStateChanged.lua +0 -31
- package/callbacks/subscriptions/postFirstEsauJr.js +0 -16
- package/callbacks/subscriptions/postFirstEsauJr.lua +0 -24
- package/callbacks/subscriptions/postFirstFlip.js +0 -16
- package/callbacks/subscriptions/postFirstFlip.lua +0 -24
- package/callbacks/subscriptions/postFlip.js +0 -16
- package/callbacks/subscriptions/postFlip.lua +0 -24
- package/callbacks/subscriptions/postGameStartedReordered.js +0 -16
- package/callbacks/subscriptions/postGameStartedReordered.lua +0 -24
- package/callbacks/subscriptions/postGreedModeWave.js +0 -16
- package/callbacks/subscriptions/postGreedModeWave.lua +0 -24
- package/callbacks/subscriptions/postGridEntityBroken.js +0 -28
- package/callbacks/subscriptions/postGridEntityBroken.lua +0 -37
- package/callbacks/subscriptions/postGridEntityCollision.js +0 -28
- package/callbacks/subscriptions/postGridEntityCollision.lua +0 -37
- package/callbacks/subscriptions/postGridEntityInit.js +0 -28
- package/callbacks/subscriptions/postGridEntityInit.lua +0 -37
- package/callbacks/subscriptions/postGridEntityRemove.js +0 -26
- package/callbacks/subscriptions/postGridEntityRemove.lua +0 -35
- package/callbacks/subscriptions/postGridEntityRender.js +0 -28
- package/callbacks/subscriptions/postGridEntityRender.lua +0 -37
- package/callbacks/subscriptions/postGridEntityStateChanged.js +0 -28
- package/callbacks/subscriptions/postGridEntityStateChanged.lua +0 -37
- package/callbacks/subscriptions/postGridEntityUpdate.js +0 -28
- package/callbacks/subscriptions/postGridEntityUpdate.lua +0 -37
- package/callbacks/subscriptions/postHolyMantleRemoved.js +0 -25
- package/callbacks/subscriptions/postHolyMantleRemoved.lua +0 -36
- package/callbacks/subscriptions/postItemDischarged.js +0 -21
- package/callbacks/subscriptions/postItemDischarged.lua +0 -31
- package/callbacks/subscriptions/postItemPickup.js +0 -25
- package/callbacks/subscriptions/postItemPickup.lua +0 -35
- package/callbacks/subscriptions/postKnifeInitLate.js +0 -20
- package/callbacks/subscriptions/postKnifeInitLate.lua +0 -31
- package/callbacks/subscriptions/postLaserInitLate.js +0 -20
- package/callbacks/subscriptions/postLaserInitLate.lua +0 -31
- package/callbacks/subscriptions/postNPCInitLate.js +0 -20
- package/callbacks/subscriptions/postNPCInitLate.lua +0 -31
- package/callbacks/subscriptions/postNPCStateChanged.js +0 -24
- package/callbacks/subscriptions/postNPCStateChanged.lua +0 -35
- package/callbacks/subscriptions/postNewLevelReordered.js +0 -16
- package/callbacks/subscriptions/postNewLevelReordered.lua +0 -24
- package/callbacks/subscriptions/postNewRoomEarly.js +0 -16
- package/callbacks/subscriptions/postNewRoomEarly.lua +0 -24
- package/callbacks/subscriptions/postNewRoomReordered.js +0 -16
- package/callbacks/subscriptions/postNewRoomReordered.lua +0 -24
- package/callbacks/subscriptions/postPEffectUpdateReordered.js +0 -25
- package/callbacks/subscriptions/postPEffectUpdateReordered.lua +0 -36
- package/callbacks/subscriptions/postPickupCollect.js +0 -20
- package/callbacks/subscriptions/postPickupCollect.lua +0 -31
- package/callbacks/subscriptions/postPickupInitFirst.js +0 -20
- package/callbacks/subscriptions/postPickupInitFirst.lua +0 -31
- package/callbacks/subscriptions/postPickupInitLate.js +0 -20
- package/callbacks/subscriptions/postPickupInitLate.lua +0 -31
- package/callbacks/subscriptions/postPickupStateChanged.js +0 -20
- package/callbacks/subscriptions/postPickupStateChanged.lua +0 -31
- package/callbacks/subscriptions/postPitRender.js +0 -22
- package/callbacks/subscriptions/postPitRender.lua +0 -32
- package/callbacks/subscriptions/postPitUpdate.js +0 -22
- package/callbacks/subscriptions/postPitUpdate.lua +0 -32
- package/callbacks/subscriptions/postPlayerChangeHealth.js +0 -25
- package/callbacks/subscriptions/postPlayerChangeHealth.lua +0 -36
- package/callbacks/subscriptions/postPlayerChangeType.js +0 -20
- package/callbacks/subscriptions/postPlayerChangeType.lua +0 -31
- package/callbacks/subscriptions/postPlayerCollectibleAdded.js +0 -21
- package/callbacks/subscriptions/postPlayerCollectibleAdded.lua +0 -31
- package/callbacks/subscriptions/postPlayerCollectibleRemoved.js +0 -21
- package/callbacks/subscriptions/postPlayerCollectibleRemoved.lua +0 -31
- package/callbacks/subscriptions/postPlayerFatalDamage.js +0 -29
- package/callbacks/subscriptions/postPlayerFatalDamage.lua +0 -47
- package/callbacks/subscriptions/postPlayerInitLate.js +0 -25
- package/callbacks/subscriptions/postPlayerInitLate.lua +0 -36
- package/callbacks/subscriptions/postPlayerInitReordered.js +0 -25
- package/callbacks/subscriptions/postPlayerInitReordered.lua +0 -36
- package/callbacks/subscriptions/postPlayerRenderReordered.js +0 -25
- package/callbacks/subscriptions/postPlayerRenderReordered.lua +0 -36
- package/callbacks/subscriptions/postPlayerUpdateReordered.js +0 -25
- package/callbacks/subscriptions/postPlayerUpdateReordered.lua +0 -36
- package/callbacks/subscriptions/postPoopRender.js +0 -22
- package/callbacks/subscriptions/postPoopRender.lua +0 -32
- package/callbacks/subscriptions/postPoopUpdate.js +0 -22
- package/callbacks/subscriptions/postPoopUpdate.lua +0 -32
- package/callbacks/subscriptions/postPressurePlateRender.js +0 -22
- package/callbacks/subscriptions/postPressurePlateRender.lua +0 -32
- package/callbacks/subscriptions/postPressurePlateUpdate.js +0 -22
- package/callbacks/subscriptions/postPressurePlateUpdate.lua +0 -32
- package/callbacks/subscriptions/postProjectileInitLate.js +0 -21
- package/callbacks/subscriptions/postProjectileInitLate.lua +0 -31
- package/callbacks/subscriptions/postPurchase.js +0 -16
- package/callbacks/subscriptions/postPurchase.lua +0 -24
- package/callbacks/subscriptions/postRockRender.js +0 -22
- package/callbacks/subscriptions/postRockRender.lua +0 -32
- package/callbacks/subscriptions/postRockUpdate.js +0 -22
- package/callbacks/subscriptions/postRockUpdate.lua +0 -32
- package/callbacks/subscriptions/postRoomClearChanged.js +0 -20
- package/callbacks/subscriptions/postRoomClearChanged.lua +0 -31
- package/callbacks/subscriptions/postSacrifice.js +0 -25
- package/callbacks/subscriptions/postSacrifice.lua +0 -36
- package/callbacks/subscriptions/postSlotAnimationChanged.js +0 -20
- package/callbacks/subscriptions/postSlotAnimationChanged.lua +0 -31
- package/callbacks/subscriptions/postSlotDestroyed.js +0 -26
- package/callbacks/subscriptions/postSlotDestroyed.lua +0 -35
- package/callbacks/subscriptions/postSlotInit.js +0 -20
- package/callbacks/subscriptions/postSlotInit.lua +0 -31
- package/callbacks/subscriptions/postSlotRender.js +0 -20
- package/callbacks/subscriptions/postSlotRender.lua +0 -31
- package/callbacks/subscriptions/postSlotUpdate.js +0 -20
- package/callbacks/subscriptions/postSlotUpdate.lua +0 -31
- package/callbacks/subscriptions/postSpikesRender.js +0 -22
- package/callbacks/subscriptions/postSpikesRender.lua +0 -32
- package/callbacks/subscriptions/postSpikesUpdate.js +0 -22
- package/callbacks/subscriptions/postSpikesUpdate.lua +0 -32
- package/callbacks/subscriptions/postTNTRender.js +0 -22
- package/callbacks/subscriptions/postTNTRender.lua +0 -32
- package/callbacks/subscriptions/postTNTUpdate.js +0 -22
- package/callbacks/subscriptions/postTNTUpdate.lua +0 -32
- package/callbacks/subscriptions/postTearInitLate.js +0 -20
- package/callbacks/subscriptions/postTearInitLate.lua +0 -31
- package/callbacks/subscriptions/postTearInitVeryLate.js +0 -20
- package/callbacks/subscriptions/postTearInitVeryLate.lua +0 -31
- package/callbacks/subscriptions/postTransformation.js +0 -20
- package/callbacks/subscriptions/postTransformation.lua +0 -31
- package/callbacks/subscriptions/postTrinketBreak.js +0 -21
- package/callbacks/subscriptions/postTrinketBreak.lua +0 -31
- package/callbacks/subscriptions/preBerserkDeath.js +0 -26
- package/callbacks/subscriptions/preBerserkDeath.lua +0 -37
- package/callbacks/subscriptions/preCustomRevive.js +0 -29
- package/callbacks/subscriptions/preCustomRevive.lua +0 -40
- package/callbacks/subscriptions/preItemPickup.js +0 -25
- package/callbacks/subscriptions/preItemPickup.lua +0 -35
- package/callbacks/subscriptions/preNewLevel.js +0 -16
- package/callbacks/subscriptions/preNewLevel.lua +0 -24
- package/classes/DefaultMap.js +0 -145
- package/classes/DefaultMap.lua +0 -136
- package/classes/ModUpgraded.js +0 -57
- package/classes/ModUpgraded.lua +0 -42
- package/constants.js +0 -143
- package/constants.lua +0 -117
- package/constantsFirstLast.js +0 -156
- package/constantsFirstLast.lua +0 -115
- package/enums/AmbushType.js +0 -6
- package/enums/AmbushType.lua +0 -9
- package/enums/CornerType.js +0 -8
- package/enums/CornerType.lua +0 -13
- package/enums/DecorationVariant.js +0 -11
- package/enums/DecorationVariant.lua +0 -9
- package/enums/HealthType.js +0 -18
- package/enums/HealthType.lua +0 -26
- package/enums/ModCallbackCustom.js +0 -1213
- package/enums/ModCallbackCustom.lua +0 -177
- package/enums/PocketItemType.js +0 -10
- package/enums/PocketItemType.lua +0 -17
- package/enums/RockAltType.js +0 -9
- package/enums/RockAltType.lua +0 -15
- package/enums/SerializationType.js +0 -7
- package/enums/SerializationType.lua +0 -11
- package/enums/SlotDestructionType.js +0 -6
- package/enums/SlotDestructionType.lua +0 -9
- package/enums/private/CopyableIsaacAPIClassType.js +0 -9
- package/enums/private/CopyableIsaacAPIClassType.lua +0 -10
- package/enums/private/SaveDataKey.js +0 -8
- package/enums/private/SaveDataKey.lua +0 -9
- package/enums/private/SerializationBrand.js +0 -41
- package/enums/private/SerializationBrand.lua +0 -19
- package/features/characterHealthConversion.js +0 -86
- package/features/characterHealthConversion.lua +0 -89
- package/features/characterStats.js +0 -52
- package/features/characterStats.lua +0 -56
- package/features/collectibleItemPoolType.js +0 -45
- package/features/collectibleItemPoolType.lua +0 -50
- package/features/customGridEntity.js +0 -148
- package/features/customGridEntity.lua +0 -158
- package/features/customStage/backdrop.js +0 -191
- package/features/customStage/backdrop.lua +0 -195
- package/features/customStage/customStageConstants.js +0 -2
- package/features/customStage/customStageConstants.lua +0 -5
- package/features/customStage/exports.js +0 -147
- package/features/customStage/exports.lua +0 -158
- package/features/customStage/gridEntities.js +0 -138
- package/features/customStage/gridEntities.lua +0 -217
- package/features/customStage/init.js +0 -104
- package/features/customStage/init.lua +0 -121
- package/features/customStage/metadata.lua +0 -3
- package/features/customStage/shadows.js +0 -63
- package/features/customStage/shadows.lua +0 -71
- package/features/customStage/streakText.js +0 -35
- package/features/customStage/streakText.lua +0 -40
- package/features/customStage/util.js +0 -36
- package/features/customStage/util.lua +0 -53
- package/features/customStage/v.js +0 -18
- package/features/customStage/v.lua +0 -15
- package/features/customStage/versusScreen.js +0 -184
- package/features/customStage/versusScreen.lua +0 -208
- package/features/debugDisplay/debugDisplay.js +0 -183
- package/features/debugDisplay/debugDisplay.lua +0 -187
- package/features/debugDisplay/exports.js +0 -441
- package/features/debugDisplay/exports.lua +0 -370
- package/features/debugDisplay/v.js +0 -61
- package/features/debugDisplay/v.lua +0 -65
- package/features/deployJSONRoom.js +0 -532
- package/features/deployJSONRoom.lua +0 -569
- package/features/disableAllSound.js +0 -63
- package/features/disableAllSound.lua +0 -64
- package/features/disableInputs.js +0 -130
- package/features/disableInputs.lua +0 -136
- package/features/extraConsoleCommands/commandsDisplay.js +0 -236
- package/features/extraConsoleCommands/commandsDisplay.lua +0 -221
- package/features/extraConsoleCommands/commandsSubroutines.js +0 -109
- package/features/extraConsoleCommands/commandsSubroutines.lua +0 -131
- package/features/extraConsoleCommands/exports.js +0 -53
- package/features/extraConsoleCommands/exports.lua +0 -56
- package/features/extraConsoleCommands/init.js +0 -239
- package/features/extraConsoleCommands/init.lua +0 -248
- package/features/extraConsoleCommands/listCommands.js +0 -1081
- package/features/extraConsoleCommands/listCommands.lua +0 -1132
- package/features/extraConsoleCommands/v.js +0 -25
- package/features/extraConsoleCommands/v.lua +0 -24
- package/features/fadeInRemover.js +0 -51
- package/features/fadeInRemover.lua +0 -57
- package/features/fastReset.js +0 -61
- package/features/fastReset.lua +0 -61
- package/features/forgottenSwitch.js +0 -33
- package/features/forgottenSwitch.lua +0 -34
- package/features/pause.js +0 -68
- package/features/pause.lua +0 -73
- package/features/persistentEntities.js +0 -120
- package/features/persistentEntities.lua +0 -157
- package/features/playerInventory.js +0 -89
- package/features/playerInventory.lua +0 -113
- package/features/ponyDetection.js +0 -63
- package/features/ponyDetection.lua +0 -68
- package/features/preventCollectibleRotation.js +0 -81
- package/features/preventCollectibleRotation.lua +0 -70
- package/features/registerHotkey.js +0 -91
- package/features/registerHotkey.lua +0 -95
- package/features/roomClearFrame.js +0 -42
- package/features/roomClearFrame.lua +0 -40
- package/features/runInNFrames.js +0 -189
- package/features/runInNFrames.lua +0 -198
- package/features/runNextRoom.js +0 -34
- package/features/runNextRoom.lua +0 -42
- package/features/saveDataManager/exports.js +0 -183
- package/features/saveDataManager/exports.lua +0 -185
- package/features/saveDataManager/load.js +0 -69
- package/features/saveDataManager/load.lua +0 -74
- package/features/saveDataManager/main.js +0 -131
- package/features/saveDataManager/main.lua +0 -136
- package/features/saveDataManager/maps.js +0 -9
- package/features/saveDataManager/maps.lua +0 -13
- package/features/saveDataManager/merge.js +0 -139
- package/features/saveDataManager/merge.lua +0 -154
- package/features/saveDataManager/save.js +0 -43
- package/features/saveDataManager/save.lua +0 -51
- package/features/saveDataManager/saveDataManagerConstants.js +0 -4
- package/features/saveDataManager/saveDataManagerConstants.lua +0 -7
- package/features/saveDataManager/serializationBrand.js +0 -12
- package/features/saveDataManager/serializationBrand.lua +0 -21
- package/features/sirenHelpers.js +0 -90
- package/features/sirenHelpers.lua +0 -84
- package/features/stageHistory.js +0 -43
- package/features/stageHistory.lua +0 -64
- package/features/taintedLazarusPlayers.js +0 -92
- package/features/taintedLazarusPlayers.lua +0 -87
- package/featuresInitialized.js +0 -16
- package/featuresInitialized.lua +0 -22
- package/functions/ambush.js +0 -35
- package/functions/ambush.lua +0 -45
- package/functions/array.js +0 -423
- package/functions/array.lua +0 -502
- package/functions/benchmark.js +0 -28
- package/functions/benchmark.lua +0 -40
- package/functions/bitwise.js +0 -74
- package/functions/bitwise.lua +0 -79
- package/functions/bombs.js +0 -11
- package/functions/bombs.lua +0 -14
- package/functions/boss.js +0 -137
- package/functions/boss.lua +0 -224
- package/functions/cacheFlag.js +0 -11
- package/functions/cacheFlag.lua +0 -13
- package/functions/cards.js +0 -217
- package/functions/cards.lua +0 -236
- package/functions/challenges.js +0 -9
- package/functions/challenges.lua +0 -12
- package/functions/character.js +0 -102
- package/functions/character.lua +0 -96
- package/functions/charge.js +0 -202
- package/functions/charge.lua +0 -209
- package/functions/chargeBar.js +0 -44
- package/functions/chargeBar.lua +0 -47
- package/functions/collectibleCacheFlag.js +0 -68
- package/functions/collectibleCacheFlag.lua +0 -82
- package/functions/collectibleSet.js +0 -108
- package/functions/collectibleSet.lua +0 -104
- package/functions/collectibleTag.js +0 -65
- package/functions/collectibleTag.lua +0 -85
- package/functions/collectibles.js +0 -469
- package/functions/collectibles.lua +0 -438
- package/functions/color.js +0 -60
- package/functions/color.lua +0 -121
- package/functions/debug.js +0 -60
- package/functions/debug.lua +0 -51
- package/functions/deepCopy.js +0 -361
- package/functions/deepCopy.lua +0 -391
- package/functions/deepCopyTests.js +0 -308
- package/functions/deepCopyTests.lua +0 -317
- package/functions/direction.js +0 -41
- package/functions/direction.lua +0 -46
- package/functions/doors.js +0 -326
- package/functions/doors.lua +0 -337
- package/functions/easing.js +0 -142
- package/functions/easing.lua +0 -117
- package/functions/eden.js +0 -32
- package/functions/eden.lua +0 -49
- package/functions/effects.js +0 -11
- package/functions/effects.lua +0 -14
- package/functions/entity.js +0 -324
- package/functions/entity.lua +0 -408
- package/functions/entitySpecific.js +0 -481
- package/functions/entitySpecific.lua +0 -834
- package/functions/entityTypes.js +0 -6
- package/functions/entityTypes.lua +0 -10
- package/functions/enums.js +0 -151
- package/functions/enums.lua +0 -179
- package/functions/familiars.js +0 -85
- package/functions/familiars.lua +0 -103
- package/functions/flag.js +0 -137
- package/functions/flag.lua +0 -126
- package/functions/flying.js +0 -88
- package/functions/flying.lua +0 -79
- package/functions/globals.js +0 -230
- package/functions/globals.lua +0 -236
- package/functions/gridEntity.js +0 -488
- package/functions/gridEntity.lua +0 -493
- package/functions/gridEntitySpecific.js +0 -109
- package/functions/gridEntitySpecific.lua +0 -116
- package/functions/input.js +0 -95
- package/functions/input.lua +0 -119
- package/functions/isaacAPIClass.js +0 -48
- package/functions/isaacAPIClass.lua +0 -51
- package/functions/jsonHelpers.js +0 -40
- package/functions/jsonHelpers.lua +0 -39
- package/functions/jsonRoom.js +0 -132
- package/functions/jsonRoom.lua +0 -155
- package/functions/kColor.js +0 -63
- package/functions/kColor.lua +0 -100
- package/functions/language.js +0 -13
- package/functions/language.lua +0 -15
- package/functions/level.js +0 -20
- package/functions/level.lua +0 -31
- package/functions/log.js +0 -567
- package/functions/log.lua +0 -595
- package/functions/map.js +0 -45
- package/functions/map.lua +0 -63
- package/functions/math.js +0 -103
- package/functions/math.lua +0 -120
- package/functions/mergeTests.js +0 -213
- package/functions/mergeTests.lua +0 -184
- package/functions/minimap.js +0 -80
- package/functions/minimap.lua +0 -80
- package/functions/nextStage.js +0 -290
- package/functions/nextStage.lua +0 -253
- package/functions/npc.js +0 -101
- package/functions/npc.lua +0 -130
- package/functions/pickupVariants.js +0 -47
- package/functions/pickupVariants.lua +0 -50
- package/functions/pickups.js +0 -219
- package/functions/pickups.lua +0 -476
- package/functions/pills.js +0 -160
- package/functions/pills.lua +0 -146
- package/functions/player.js +0 -808
- package/functions/player.lua +0 -833
- package/functions/playerCenter.js +0 -50
- package/functions/playerCenter.lua +0 -66
- package/functions/playerDataStructures.js +0 -114
- package/functions/playerDataStructures.lua +0 -105
- package/functions/playerHealth.js +0 -321
- package/functions/playerHealth.lua +0 -355
- package/functions/playerIndex.js +0 -160
- package/functions/playerIndex.lua +0 -179
- package/functions/pocketItems.js +0 -124
- package/functions/pocketItems.lua +0 -106
- package/functions/positionVelocity.js +0 -136
- package/functions/positionVelocity.lua +0 -156
- package/functions/random.js +0 -73
- package/functions/random.lua +0 -89
- package/functions/revive.js +0 -140
- package/functions/revive.lua +0 -119
- package/functions/rng.js +0 -117
- package/functions/rng.lua +0 -145
- package/functions/roomData.js +0 -174
- package/functions/roomData.lua +0 -162
- package/functions/roomGrid.js +0 -81
- package/functions/roomGrid.lua +0 -82
- package/functions/roomShape.js +0 -99
- package/functions/roomShape.lua +0 -98
- package/functions/rooms.js +0 -487
- package/functions/rooms.lua +0 -494
- package/functions/run.js +0 -53
- package/functions/run.lua +0 -50
- package/functions/saveFile.js +0 -104
- package/functions/saveFile.lua +0 -110
- package/functions/seeds.js +0 -18
- package/functions/seeds.lua +0 -21
- package/functions/serialization.js +0 -52
- package/functions/serialization.lua +0 -70
- package/functions/set.js +0 -99
- package/functions/set.lua +0 -112
- package/functions/sound.js +0 -9
- package/functions/sound.lua +0 -15
- package/functions/spawnCollectible.js +0 -66
- package/functions/spawnCollectible.lua +0 -96
- package/functions/sprite.js +0 -80
- package/functions/sprite.lua +0 -91
- package/functions/stage.js +0 -172
- package/functions/stage.lua +0 -144
- package/functions/string.js +0 -37
- package/functions/string.lua +0 -44
- package/functions/table.js +0 -143
- package/functions/table.lua +0 -151
- package/functions/tears.js +0 -31
- package/functions/tears.lua +0 -28
- package/functions/transformations.js +0 -101
- package/functions/transformations.lua +0 -114
- package/functions/trinketCacheFlag.js +0 -46
- package/functions/trinketCacheFlag.lua +0 -55
- package/functions/trinketGive.js +0 -121
- package/functions/trinketGive.lua +0 -116
- package/functions/trinkets.js +0 -169
- package/functions/trinkets.lua +0 -169
- package/functions/tstlClass.js +0 -125
- package/functions/tstlClass.lua +0 -114
- package/functions/types.js +0 -27
- package/functions/types.lua +0 -27
- package/functions/ui.js +0 -124
- package/functions/ui.lua +0 -121
- package/functions/utils.js +0 -172
- package/functions/utils.lua +0 -173
- package/functions/vector.js +0 -68
- package/functions/vector.lua +0 -109
- package/index.js +0 -140
- package/index.lua +0 -1020
- package/initCustomCallbacks.js +0 -133
- package/initCustomCallbacks.lua +0 -201
- package/initFeatures.js +0 -51
- package/initFeatures.lua +0 -77
- package/interfaces/AddCallbackParameterCustom.js +0 -2
- package/interfaces/AddCallbackParameterCustom.lua +0 -6
- package/interfaces/ChargeBarSprites.js +0 -2
- package/interfaces/ChargeBarSprites.lua +0 -4
- package/interfaces/Corner.js +0 -2
- package/interfaces/Corner.lua +0 -4
- package/interfaces/CustomGridEntityData.js +0 -2
- package/interfaces/CustomGridEntityData.lua +0 -4
- package/interfaces/CustomStage.js +0 -2
- package/interfaces/CustomStage.lua +0 -4
- package/interfaces/CustomStageLua.js +0 -13
- package/interfaces/CustomStageLua.lua +0 -4
- package/interfaces/JSONRoomsFile.js +0 -2
- package/interfaces/JSONRoomsFile.lua +0 -4
- package/interfaces/PlayerHealth.js +0 -2
- package/interfaces/PlayerHealth.lua +0 -4
- package/interfaces/PocketItemDescription.js +0 -2
- package/interfaces/PocketItemDescription.lua +0 -4
- package/interfaces/SaveData.js +0 -2
- package/interfaces/SaveData.lua +0 -4
- package/interfaces/TrinketSituation.js +0 -2
- package/interfaces/TrinketSituation.lua +0 -4
- package/interfaces/private/TSTLClassMetatable.js +0 -2
- package/interfaces/private/TSTLClassMetatable.lua +0 -4
- package/maps/PHDPillConversions.js +0 -20
- package/maps/PHDPillConversions.lua +0 -27
- package/maps/cardMap.js +0 -208
- package/maps/cardMap.lua +0 -214
- package/maps/characterMap.js +0 -86
- package/maps/characterMap.lua +0 -92
- package/maps/collectibleDescriptionMap.js +0 -728
- package/maps/collectibleDescriptionMap.lua +0 -730
- package/maps/collectibleNameMap.js +0 -727
- package/maps/collectibleNameMap.lua +0 -730
- package/maps/defaultPlayerStatMap.js +0 -14
- package/maps/defaultPlayerStatMap.lua +0 -27
- package/maps/falsePHDPillConversions.js +0 -34
- package/maps/falsePHDPillConversions.lua +0 -41
- package/maps/gridEntityTypeToBrokenStateMap.js +0 -29
- package/maps/gridEntityTypeToBrokenStateMap.lua +0 -28
- package/maps/gridEntityXMLMap.js +0 -128
- package/maps/gridEntityXMLMap.lua +0 -55
- package/maps/pillEffectMap.js +0 -88
- package/maps/pillEffectMap.lua +0 -92
- package/maps/roomShapeToTopLeftWallGridIndexMap.js +0 -14
- package/maps/roomShapeToTopLeftWallGridIndexMap.lua +0 -19
- package/maps/roomTypeMap.js +0 -39
- package/maps/roomTypeMap.lua +0 -46
- package/maps/trinketDescriptionMap.js +0 -196
- package/maps/trinketDescriptionMap.lua +0 -198
- package/maps/trinketNameMap.js +0 -195
- package/maps/trinketNameMap.lua +0 -198
- package/objects/LRoomShapeToRectangles.js +0 -33
- package/objects/LRoomShapeToRectangles.lua +0 -37
- package/objects/backdropTypeToRockAltType.js +0 -66
- package/objects/backdropTypeToRockAltType.lua +0 -71
- package/objects/bossNamePNGFileNames.js +0 -112
- package/objects/bossNamePNGFileNames.lua +0 -110
- package/objects/bossPortraitPNGFileNames.js +0 -115
- package/objects/bossPortraitPNGFileNames.lua +0 -110
- package/objects/callbackRegisterFunctions.js +0 -170
- package/objects/callbackRegisterFunctions.lua +0 -257
- package/objects/cardDescriptions.js +0 -104
- package/objects/cardDescriptions.lua +0 -107
- package/objects/cardNames.js +0 -104
- package/objects/cardNames.lua +0 -107
- package/objects/cardTypes.js +0 -103
- package/objects/cardTypes.lua +0 -108
- package/objects/challengeNames.js +0 -51
- package/objects/challengeNames.lua +0 -55
- package/objects/characterNames.js +0 -46
- package/objects/characterNames.lua +0 -50
- package/objects/coinSubTypeToValue.js +0 -13
- package/objects/coinSubTypeToValue.lua +0 -17
- package/objects/colors.js +0 -24
- package/objects/colors.lua +0 -25
- package/objects/directionNames.js +0 -9
- package/objects/directionNames.lua +0 -13
- package/objects/directionToDegrees.js +0 -9
- package/objects/directionToDegrees.lua +0 -13
- package/objects/directionToVector.js +0 -10
- package/objects/directionToVector.lua +0 -15
- package/objects/doorSlotFlagToDoorSlot.js +0 -13
- package/objects/doorSlotFlagToDoorSlot.lua +0 -18
- package/objects/doorSlotToDirection.js +0 -13
- package/objects/doorSlotToDirection.lua +0 -18
- package/objects/doorSlotToDoorSlotFlag.js +0 -13
- package/objects/doorSlotToDoorSlotFlag.lua +0 -19
- package/objects/isaacAPIClassTypeToBrand.js +0 -9
- package/objects/isaacAPIClassTypeToBrand.lua +0 -9
- package/objects/isaacAPIClassTypeToCopyFunction.js +0 -12
- package/objects/isaacAPIClassTypeToCopyFunction.lua +0 -15
- package/objects/languageNames.js +0 -11
- package/objects/languageNames.lua +0 -15
- package/objects/oppositeDoorSlots.js +0 -13
- package/objects/oppositeDoorSlots.lua +0 -17
- package/objects/pillEffectClasses.js +0 -56
- package/objects/pillEffectClasses.lua +0 -61
- package/objects/pillEffectNames.js +0 -55
- package/objects/pillEffectNames.lua +0 -59
- package/objects/pillEffectTypes.js +0 -55
- package/objects/pillEffectTypes.lua +0 -60
- package/objects/playerNamePNGFileNames.js +0 -55
- package/objects/playerNamePNGFileNames.lua +0 -51
- package/objects/playerPortraitPNGFileNames.js +0 -52
- package/objects/playerPortraitPNGFileNames.lua +0 -51
- package/objects/roomShapeBounds.js +0 -46
- package/objects/roomShapeBounds.lua +0 -28
- package/objects/roomShapeCorners.js +0 -268
- package/objects/roomShapeCorners.lua +0 -261
- package/objects/roomShapeLayoutSizes.js +0 -39
- package/objects/roomShapeLayoutSizes.lua +0 -31
- package/objects/roomShapeToBottomRightPosition.js +0 -22
- package/objects/roomShapeToBottomRightPosition.lua +0 -24
- package/objects/roomShapeToDoorSlotCoordinates.js +0 -109
- package/objects/roomShapeToDoorSlotCoordinates.lua +0 -86
- package/objects/roomShapeToDoorSlots.js +0 -69
- package/objects/roomShapeToDoorSlots.lua +0 -48
- package/objects/roomShapeToDoorSlotsToGridIndexDelta.js +0 -113
- package/objects/roomShapeToDoorSlotsToGridIndexDelta.lua +0 -91
- package/objects/roomShapeToGridWidth.js +0 -18
- package/objects/roomShapeToGridWidth.lua +0 -22
- package/objects/roomShapeToTopLeftPosition.js +0 -23
- package/objects/roomShapeToTopLeftPosition.lua +0 -26
- package/objects/roomShapeVolumes.js +0 -30
- package/objects/roomShapeVolumes.lua +0 -32
- package/objects/roomTypeGotoPrefixes.js +0 -33
- package/objects/roomTypeGotoPrefixes.lua +0 -37
- package/objects/roomTypeNames.js +0 -34
- package/objects/roomTypeNames.lua +0 -38
- package/objects/serializedIsaacAPIClassTypeToIdentityFunction.js +0 -12
- package/objects/serializedIsaacAPIClassTypeToIdentityFunction.lua +0 -15
- package/objects/stageTypeSuffixes.js +0 -10
- package/objects/stageTypeSuffixes.lua +0 -14
- package/objects/stageTypeToLetter.js +0 -12
- package/objects/stageTypeToLetter.lua +0 -14
- package/objects/transformationNames.js +0 -18
- package/objects/transformationNames.lua +0 -22
- package/objects/versusScreenBackgroundColors.js +0 -36
- package/objects/versusScreenBackgroundColors.lua +0 -40
- package/objects/versusScreenDirtSpotColors.js +0 -36
- package/objects/versusScreenDirtSpotColors.lua +0 -40
- package/patchErrorFunctions.js +0 -67
- package/patchErrorFunctions.lua +0 -60
- package/sets/LRoomShapesSet.js +0 -8
- package/sets/LRoomShapesSet.lua +0 -10
- package/sets/bossSets.js +0 -374
- package/sets/bossSets.lua +0 -556
- package/sets/charactersThatStartWithAnActiveItemSet.js +0 -15
- package/sets/charactersThatStartWithAnActiveItemSet.lua +0 -22
- package/sets/charactersWithBlackHeartFromEternalHeartSet.js +0 -6
- package/sets/charactersWithBlackHeartFromEternalHeartSet.lua +0 -10
- package/sets/charactersWithFreeDevilDealsSet.js +0 -3
- package/sets/charactersWithFreeDevilDealsSet.lua +0 -10
- package/sets/charactersWithNoRedHeartsSet.js +0 -16
- package/sets/charactersWithNoRedHeartsSet.lua +0 -21
- package/sets/charactersWithNoSoulHeartsSet.js +0 -13
- package/sets/charactersWithNoSoulHeartsSet.lua +0 -18
- package/sets/chestPickupVariantsSet.js +0 -16
- package/sets/chestPickupVariantsSet.lua +0 -23
- package/sets/consoleCommandsSet.js +0 -61
- package/sets/consoleCommandsSet.lua +0 -63
- package/sets/familiarsThatShootPlayerTearsSet.js +0 -12
- package/sets/familiarsThatShootPlayerTearsSet.lua +0 -19
- package/sets/lostStyleCharactersSet.js +0 -13
- package/sets/lostStyleCharactersSet.lua +0 -18
- package/sets/mineShaftRoomSubTypesSet.js +0 -9
- package/sets/mineShaftRoomSubTypesSet.lua +0 -16
- package/sets/narrowRoomShapesSet.js +0 -8
- package/sets/narrowRoomShapesSet.lua +0 -10
- package/sets/redHeartSubTypesSet.js +0 -7
- package/sets/redHeartSubTypesSet.lua +0 -10
- package/sets/sinEntityTypesSet.js +0 -11
- package/sets/sinEntityTypesSet.lua +0 -18
- package/sets/singleUseActiveCollectibleTypesSet.js +0 -12
- package/sets/singleUseActiveCollectibleTypesSet.lua +0 -19
- package/sets/storyBossesSet.js +0 -17
- package/sets/storyBossesSet.lua +0 -24
- package/shaderCrashFix.js +0 -17
- package/shaderCrashFix.lua +0 -20
- package/types/AnyEntity.js +0 -2
- package/types/AnyEntity.lua +0 -4
- package/types/CollectibleIndex.js +0 -2
- package/types/CollectibleIndex.lua +0 -4
- package/types/PickingUpItem.js +0 -38
- package/types/PickingUpItem.lua +0 -36
- package/types/PlayerIndex.js +0 -2
- package/types/PlayerIndex.lua +0 -4
- package/types/private/IsaacAPIClass.js +0 -2
- package/types/private/IsaacAPIClass.lua +0 -4
- package/types/private/SerializedIsaacAPIClass.js +0 -2
- package/types/private/SerializedIsaacAPIClass.lua +0 -4
- package/types/private/TSTLClass.js +0 -2
- package/types/private/TSTLClass.lua +0 -4
- package/upgradeMod.js +0 -47
- package/upgradeMod.lua +0 -56
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
local ____lualib = require("lualib_bundle")
|
|
2
|
-
local Map = ____lualib.Map
|
|
3
|
-
local Set = ____lualib.Set
|
|
4
|
-
local ____exports = {}
|
|
5
|
-
local mergeArray, mergeTSTLObject, mergeTable
|
|
6
|
-
local ____SerializationBrand = require("enums.private.SerializationBrand")
|
|
7
|
-
local SerializationBrand = ____SerializationBrand.SerializationBrand
|
|
8
|
-
local ____SerializationType = require("enums.SerializationType")
|
|
9
|
-
local SerializationType = ____SerializationType.SerializationType
|
|
10
|
-
local ____array = require("functions.array")
|
|
11
|
-
local isArray = ____array.isArray
|
|
12
|
-
local ____deepCopy = require("functions.deepCopy")
|
|
13
|
-
local deepCopy = ____deepCopy.deepCopy
|
|
14
|
-
local ____log = require("functions.log")
|
|
15
|
-
local log = ____log.log
|
|
16
|
-
local ____serialization = require("functions.serialization")
|
|
17
|
-
local deserializeIsaacAPIClass = ____serialization.deserializeIsaacAPIClass
|
|
18
|
-
local isSerializedIsaacAPIClass = ____serialization.isSerializedIsaacAPIClass
|
|
19
|
-
local ____table = require("functions.table")
|
|
20
|
-
local clearTable = ____table.clearTable
|
|
21
|
-
local iterateTableInOrder = ____table.iterateTableInOrder
|
|
22
|
-
local ____tstlClass = require("functions.tstlClass")
|
|
23
|
-
local isTSTLMap = ____tstlClass.isTSTLMap
|
|
24
|
-
local isTSTLSet = ____tstlClass.isTSTLSet
|
|
25
|
-
local ____types = require("functions.types")
|
|
26
|
-
local isTable = ____types.isTable
|
|
27
|
-
local ____utils = require("functions.utils")
|
|
28
|
-
local getTraversalDescription = ____utils.getTraversalDescription
|
|
29
|
-
local ____saveDataManagerConstants = require("features.saveDataManager.saveDataManagerConstants")
|
|
30
|
-
local SAVE_DATA_MANAGER_DEBUG = ____saveDataManagerConstants.SAVE_DATA_MANAGER_DEBUG
|
|
31
|
-
local ____serializationBrand = require("features.saveDataManager.serializationBrand")
|
|
32
|
-
local isSerializationBrand = ____serializationBrand.isSerializationBrand
|
|
33
|
-
--- `merge` takes the values from a new table and recursively merges them into an old object (while
|
|
34
|
-
-- performing appropriate deserialization).
|
|
35
|
-
--
|
|
36
|
-
-- It supports the following object types:
|
|
37
|
-
--
|
|
38
|
-
-- - `LuaTable` / basic TSTL objects
|
|
39
|
-
-- - TSTL `Map`
|
|
40
|
-
-- - TSTL `Set`
|
|
41
|
-
-- - TSTL classes
|
|
42
|
-
-- - `DefaultMap`
|
|
43
|
-
-- - Isaac `Color` objects
|
|
44
|
-
-- - Isaac `KColor` objects
|
|
45
|
-
-- - Isaac `RNG` objects
|
|
46
|
-
-- - Isaac `Vector` objects
|
|
47
|
-
--
|
|
48
|
-
-- Since it is common for a variable to have a type of `something | null`, we must iterate over the
|
|
49
|
-
-- new object and copy over all of the values. (A value of null transpiles to nil, which means the
|
|
50
|
-
-- table key does not exist.) The consequence of this is that it can copy over old variables that
|
|
51
|
-
-- are no longer used in the code, or copy over old variables of a different type, which can cause
|
|
52
|
-
-- run-time errors. In such cases, users will have to manually delete their save data.
|
|
53
|
-
function ____exports.merge(self, oldObject, newTable, traversalDescription)
|
|
54
|
-
if SAVE_DATA_MANAGER_DEBUG then
|
|
55
|
-
log("merge is traversing: " .. traversalDescription)
|
|
56
|
-
end
|
|
57
|
-
if not isTable(nil, oldObject) then
|
|
58
|
-
error("The first argument given to the merge function is not a table.")
|
|
59
|
-
end
|
|
60
|
-
if not isTable(nil, newTable) then
|
|
61
|
-
error("The second argument given to the merge function is not a table.")
|
|
62
|
-
end
|
|
63
|
-
if isArray(nil, oldObject) and isArray(nil, newTable) then
|
|
64
|
-
mergeArray(nil, oldObject, newTable)
|
|
65
|
-
return
|
|
66
|
-
end
|
|
67
|
-
if isTSTLMap(nil, oldObject) or isTSTLSet(nil, oldObject) then
|
|
68
|
-
mergeTSTLObject(nil, oldObject, newTable, traversalDescription)
|
|
69
|
-
else
|
|
70
|
-
mergeTable(nil, oldObject, newTable, traversalDescription)
|
|
71
|
-
end
|
|
72
|
-
end
|
|
73
|
-
function mergeArray(self, oldArray, newArray)
|
|
74
|
-
clearTable(nil, oldArray)
|
|
75
|
-
iterateTableInOrder(
|
|
76
|
-
nil,
|
|
77
|
-
newArray,
|
|
78
|
-
function(____, key, value)
|
|
79
|
-
oldArray[key] = value
|
|
80
|
-
end,
|
|
81
|
-
SAVE_DATA_MANAGER_DEBUG
|
|
82
|
-
)
|
|
83
|
-
end
|
|
84
|
-
function mergeTSTLObject(self, oldObject, newTable, traversalDescription)
|
|
85
|
-
oldObject:clear()
|
|
86
|
-
local convertStringKeysToNumbers = newTable[SerializationBrand.OBJECT_WITH_NUMBER_KEYS] ~= nil
|
|
87
|
-
iterateTableInOrder(
|
|
88
|
-
nil,
|
|
89
|
-
newTable,
|
|
90
|
-
function(____, key, value)
|
|
91
|
-
if isSerializationBrand(nil, key) then
|
|
92
|
-
return
|
|
93
|
-
end
|
|
94
|
-
local keyToUse = key
|
|
95
|
-
if convertStringKeysToNumbers then
|
|
96
|
-
local numberKey = tonumber(key)
|
|
97
|
-
if numberKey == nil then
|
|
98
|
-
return
|
|
99
|
-
end
|
|
100
|
-
keyToUse = numberKey
|
|
101
|
-
end
|
|
102
|
-
if isTSTLMap(nil, oldObject) then
|
|
103
|
-
local valueCopy
|
|
104
|
-
if isTable(nil, value) then
|
|
105
|
-
valueCopy = deepCopy(nil, value, SerializationType.DESERIALIZE, traversalDescription)
|
|
106
|
-
else
|
|
107
|
-
valueCopy = value
|
|
108
|
-
end
|
|
109
|
-
oldObject:set(keyToUse, valueCopy)
|
|
110
|
-
elseif isTSTLSet(nil, oldObject) then
|
|
111
|
-
oldObject:add(keyToUse)
|
|
112
|
-
end
|
|
113
|
-
end,
|
|
114
|
-
SAVE_DATA_MANAGER_DEBUG
|
|
115
|
-
)
|
|
116
|
-
end
|
|
117
|
-
function mergeTable(self, oldTable, newTable, traversalDescription)
|
|
118
|
-
iterateTableInOrder(
|
|
119
|
-
nil,
|
|
120
|
-
newTable,
|
|
121
|
-
function(____, key, value)
|
|
122
|
-
if SAVE_DATA_MANAGER_DEBUG then
|
|
123
|
-
local valueToPrint = value == "" and "(empty string)" or tostring(value)
|
|
124
|
-
log((("merge is merging: " .. traversalDescription) .. " --> ") .. valueToPrint)
|
|
125
|
-
end
|
|
126
|
-
if isSerializationBrand(nil, key) then
|
|
127
|
-
return
|
|
128
|
-
end
|
|
129
|
-
if isSerializedIsaacAPIClass(nil, value) then
|
|
130
|
-
if SAVE_DATA_MANAGER_DEBUG then
|
|
131
|
-
log("merge found a serialized Isaac API class.")
|
|
132
|
-
end
|
|
133
|
-
local deserializedObject = deserializeIsaacAPIClass(nil, value)
|
|
134
|
-
oldTable[key] = deserializedObject
|
|
135
|
-
return
|
|
136
|
-
end
|
|
137
|
-
if isTable(nil, value) then
|
|
138
|
-
local oldValue = oldTable[key]
|
|
139
|
-
if not isTable(nil, oldValue) then
|
|
140
|
-
oldValue = {}
|
|
141
|
-
oldTable[key] = oldValue
|
|
142
|
-
end
|
|
143
|
-
traversalDescription = getTraversalDescription(nil, key, traversalDescription)
|
|
144
|
-
____exports.merge(nil, oldValue, value, traversalDescription)
|
|
145
|
-
else
|
|
146
|
-
oldTable[key] = value
|
|
147
|
-
end
|
|
148
|
-
end,
|
|
149
|
-
SAVE_DATA_MANAGER_DEBUG
|
|
150
|
-
)
|
|
151
|
-
end
|
|
152
|
-
return ____exports
|
|
153
|
-
|
|
154
|
-
--# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2lzYWFjc2NyaXB0LWNvbW1vbi9zcmMvZmVhdHVyZXMvc2F2ZURhdGFNYW5hZ2VyL21lcmdlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7TUEwRVMsWUFnQkEsaUJBbURBO0FBN0lULCtCQUFtQztBQUExQjtBQUNULDhCQUFrQztBQUF6QjtBQUNULGtCQUF3QjtBQUFmO0FBQ1QscUJBQXlCO0FBQWhCO0FBQ1QsZ0JBQW9CO0FBQVg7QUFDVCwwQkFHTztBQUZMO0FBQ0E7QUFFRixrQkFBZ0Q7QUFBdkM7QUFBWTtBQUNyQixzQkFBcUM7QUFBNUI7QUFBVztBQUNwQixrQkFBd0I7QUFBZjtBQUNULGtCQUF3QztBQUEvQjtBQUNULHFDQUF3QztBQUEvQjtBQUNULCtCQUFxQztBQUE1Qjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBd0JULGlDQUNFLFdBSUEsVUFDQTtPQUdJO1FBQ0YsSUFBSSwyQkFBd0I7O1dBR3pCLGFBQVE7UUFDWCxNQUFNOztXQUdILGFBQVE7UUFDWCxNQUFNOztPQUlKLGFBQVEsZUFBYyxhQUFRO1FBQ2hDLGdCQUFXLFdBQVc7QUFDdEI7O09BS0UsZUFBVSxjQUFjLGVBQVU7UUFDcEMscUJBQWdCLFdBQVcsVUFBVTs7UUFFckMsZ0JBQVcsV0FBVyxVQUFVOztBQWhDcEM7QUFvQ0EsU0FBUyxpQkFDUCxVQUNBO0lBSUEsZ0JBQVc7SUFDWDs7UUFDRTtRQUNBLGVBQUMsS0FBSztBQUNKLHFCQUFhLE9BQUs7UUFEcEI7UUFHQTs7O0FBSUosU0FBUyxzQkFDUCxXQUNBLFVBQ0E7SUFHQSxVQUFVO0FBSUosdUNBQTZCLFNBQ2pDO0lBR0Y7O1FBQ0U7UUFDQSxlQUFDLEtBQUs7ZUFDQSwwQkFBcUI7QUFDdkI7O0FBR0UsNkJBQVc7ZUFDWDtBQUNJLGtDQUFZLFNBQVM7bUJBQ3ZCO0FBQ0Y7O0FBRUYsMkJBQVc7O2VBR1QsZUFBVTtBQUNSO21CQUNBLGFBQVE7QUFDVixnQ0FBWSxjQUNWLE9BQ0EsK0JBQ0E7O0FBR0YsZ0NBQVk7O2dCQUdkLFVBQVUsSUFBSSxVQUFVO21CQUNmLGVBQVU7Z0JBQ25CLFVBQVUsSUFBSTs7UUE1QmxCO1FBK0JBOzs7QUFJSixTQUFTLGlCQUNQLFVBQ0EsVUFDQTtJQUVBOztRQUNFO1FBQ0EsZUFBQyxLQUFLO2VBRUE7QUFDSSxxQ0FBZSxTQUFVLE9BQUssNkJBQXNCO2dCQUMxRCxNQUFJLHdCQUFxQix5QkFBb0IsWUFBUTs7ZUFHbkQsMEJBQXFCO0FBQ3ZCOztlQUlFLCtCQUEwQjttQkFFeEI7b0JBQ0YsSUFBSTs7QUFHQSwyQ0FBcUIsOEJBQXlCO0FBQ3BELHlCQUFhLE9BQUs7QUFDbEI7O2VBR0UsYUFBUTtBQUNOLGlDQUFXLFNBQWE7dUJBQ3ZCLGFBQVE7QUFJWCwrQkFBVztBQUNYLDZCQUFhLE9BQUs7O0FBR3BCLHVDQUF1Qiw2QkFDckIsS0FDQTtnQkFFRix1QkFBTSxVQUFVLE9BQU87O0FBR3ZCLHlCQUFhLE9BQUs7O1FBeEN0QjtRQTJDQSIsImZpbGUiOiJtZXJnZS5sdWEiLCJzb3VyY2VSb290IjoiIn0=
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { SerializationType } from "../../enums/SerializationType";
|
|
2
|
-
import { deepCopy } from "../../functions/deepCopy";
|
|
3
|
-
import { jsonEncode } from "../../functions/jsonHelpers";
|
|
4
|
-
import { log } from "../../functions/log";
|
|
5
|
-
import { iterateTableInOrder } from "../../functions/table";
|
|
6
|
-
import { SAVE_DATA_MANAGER_DEBUG, SAVE_DATA_MANAGER_FEATURE_NAME, } from "./saveDataManagerConstants";
|
|
7
|
-
export function saveToDisk(mod, saveDataMap, saveDataConditionalFuncMap) {
|
|
8
|
-
const allSaveData = getAllSaveDataToWriteToDisk(saveDataMap, saveDataConditionalFuncMap);
|
|
9
|
-
const jsonString = jsonEncode(allSaveData);
|
|
10
|
-
mod.SaveData(jsonString); // Write it to the "save#.dat" file
|
|
11
|
-
log(`The ${SAVE_DATA_MANAGER_FEATURE_NAME} wrote data to the "save#.dat" file.`);
|
|
12
|
-
}
|
|
13
|
-
function getAllSaveDataToWriteToDisk(saveDataMap, saveDataConditionalFuncMap) {
|
|
14
|
-
const allSaveData = new LuaTable();
|
|
15
|
-
iterateTableInOrder(saveDataMap, (subscriberName, saveData) => {
|
|
16
|
-
// Handle the feature of the save data manager where certain mod features can conditionally
|
|
17
|
-
// write their data to disk.
|
|
18
|
-
const conditionalFunc = saveDataConditionalFuncMap.get(subscriberName);
|
|
19
|
-
if (conditionalFunc !== undefined) {
|
|
20
|
-
const shouldSave = conditionalFunc();
|
|
21
|
-
if (!shouldSave) {
|
|
22
|
-
return;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
// Strip out the room part of the save data.
|
|
26
|
-
const saveDataWithoutRoom = {
|
|
27
|
-
persistent: saveData.persistent,
|
|
28
|
-
run: saveData.run,
|
|
29
|
-
level: saveData.level,
|
|
30
|
-
};
|
|
31
|
-
// If there is no data, then we can move on to the next feature.
|
|
32
|
-
if (Object.keys(saveDataWithoutRoom).length === 0) {
|
|
33
|
-
return;
|
|
34
|
-
}
|
|
35
|
-
// If we encode TypeScriptToLua Maps into JSON, it will result in a lot of extraneous data
|
|
36
|
-
// that is unnecessary. Make a copy of the data and recursively convert all TypeScriptToLua
|
|
37
|
-
// Maps into Lua tables.
|
|
38
|
-
const saveDataCopy = deepCopy(saveDataWithoutRoom, SerializationType.SERIALIZE, subscriberName);
|
|
39
|
-
allSaveData.set(subscriberName, saveDataCopy);
|
|
40
|
-
}, SAVE_DATA_MANAGER_DEBUG);
|
|
41
|
-
return allSaveData;
|
|
42
|
-
}
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2F2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2lzYWFjc2NyaXB0LWNvbW1vbi9zcmMvZmVhdHVyZXMvc2F2ZURhdGFNYW5hZ2VyL3NhdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDbEUsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ3BELE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsR0FBRyxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDMUMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFFNUQsT0FBTyxFQUNMLHVCQUF1QixFQUN2Qiw4QkFBOEIsR0FDL0IsTUFBTSw0QkFBNEIsQ0FBQztBQUVwQyxNQUFNLFVBQVUsVUFBVSxDQUN4QixHQUFRLEVBQ1IsV0FBdUMsRUFDdkMsMEJBQXNEO0lBRXRELE1BQU0sV0FBVyxHQUFHLDJCQUEyQixDQUM3QyxXQUFXLEVBQ1gsMEJBQTBCLENBQzNCLENBQUM7SUFDRixNQUFNLFVBQVUsR0FBRyxVQUFVLENBQUMsV0FBVyxDQUFDLENBQUM7SUFDM0MsR0FBRyxDQUFDLFFBQVEsQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLG1DQUFtQztJQUM3RCxHQUFHLENBQ0QsT0FBTyw4QkFBOEIsc0NBQXNDLENBQzVFLENBQUM7QUFDSixDQUFDO0FBRUQsU0FBUywyQkFBMkIsQ0FDbEMsV0FBdUMsRUFDdkMsMEJBQXNEO0lBRXRELE1BQU0sV0FBVyxHQUFHLElBQUksUUFBUSxFQUFzQixDQUFDO0lBRXZELG1CQUFtQixDQUNqQixXQUFXLEVBQ1gsQ0FBQyxjQUFjLEVBQUUsUUFBUSxFQUFFLEVBQUU7UUFDM0IsMkZBQTJGO1FBQzNGLDRCQUE0QjtRQUM1QixNQUFNLGVBQWUsR0FBRywwQkFBMEIsQ0FBQyxHQUFHLENBQUMsY0FBYyxDQUFDLENBQUM7UUFDdkUsSUFBSSxlQUFlLEtBQUssU0FBUyxFQUFFO1lBQ2pDLE1BQU0sVUFBVSxHQUFHLGVBQWUsRUFBRSxDQUFDO1lBQ3JDLElBQUksQ0FBQyxVQUFVLEVBQUU7Z0JBQ2YsT0FBTzthQUNSO1NBQ0Y7UUFFRCw0Q0FBNEM7UUFDNUMsTUFBTSxtQkFBbUIsR0FBYTtZQUNwQyxVQUFVLEVBQUUsUUFBUSxDQUFDLFVBQVU7WUFDL0IsR0FBRyxFQUFFLFFBQVEsQ0FBQyxHQUFHO1lBQ2pCLEtBQUssRUFBRSxRQUFRLENBQUMsS0FBSztTQUN0QixDQUFDO1FBRUYsZ0VBQWdFO1FBQ2hFLElBQUksTUFBTSxDQUFDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDLE1BQU0sS0FBSyxDQUFDLEVBQUU7WUFDakQsT0FBTztTQUNSO1FBRUQsMEZBQTBGO1FBQzFGLDJGQUEyRjtRQUMzRix3QkFBd0I7UUFDeEIsTUFBTSxZQUFZLEdBQUcsUUFBUSxDQUMzQixtQkFBK0IsRUFDL0IsaUJBQWlCLENBQUMsU0FBUyxFQUMzQixjQUFjLENBQ2YsQ0FBQztRQUVGLFdBQVcsQ0FBQyxHQUFHLENBQUMsY0FBYyxFQUFFLFlBQVksQ0FBQyxDQUFDO0lBQ2hELENBQUMsRUFDRCx1QkFBdUIsQ0FDeEIsQ0FBQztJQUVGLE9BQU8sV0FBVyxDQUFDO0FBQ3JCLENBQUMifQ==
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
local ____lualib = require("lualib_bundle")
|
|
2
|
-
local Map = ____lualib.Map
|
|
3
|
-
local __TS__ObjectKeys = ____lualib.__TS__ObjectKeys
|
|
4
|
-
local ____exports = {}
|
|
5
|
-
local getAllSaveDataToWriteToDisk
|
|
6
|
-
local ____SerializationType = require("enums.SerializationType")
|
|
7
|
-
local SerializationType = ____SerializationType.SerializationType
|
|
8
|
-
local ____deepCopy = require("functions.deepCopy")
|
|
9
|
-
local deepCopy = ____deepCopy.deepCopy
|
|
10
|
-
local ____jsonHelpers = require("functions.jsonHelpers")
|
|
11
|
-
local jsonEncode = ____jsonHelpers.jsonEncode
|
|
12
|
-
local ____log = require("functions.log")
|
|
13
|
-
local log = ____log.log
|
|
14
|
-
local ____table = require("functions.table")
|
|
15
|
-
local iterateTableInOrder = ____table.iterateTableInOrder
|
|
16
|
-
local ____saveDataManagerConstants = require("features.saveDataManager.saveDataManagerConstants")
|
|
17
|
-
local SAVE_DATA_MANAGER_DEBUG = ____saveDataManagerConstants.SAVE_DATA_MANAGER_DEBUG
|
|
18
|
-
local SAVE_DATA_MANAGER_FEATURE_NAME = ____saveDataManagerConstants.SAVE_DATA_MANAGER_FEATURE_NAME
|
|
19
|
-
function getAllSaveDataToWriteToDisk(self, saveDataMap, saveDataConditionalFuncMap)
|
|
20
|
-
local allSaveData = {}
|
|
21
|
-
iterateTableInOrder(
|
|
22
|
-
nil,
|
|
23
|
-
saveDataMap,
|
|
24
|
-
function(____, subscriberName, saveData)
|
|
25
|
-
local conditionalFunc = saveDataConditionalFuncMap:get(subscriberName)
|
|
26
|
-
if conditionalFunc ~= nil then
|
|
27
|
-
local shouldSave = conditionalFunc(nil)
|
|
28
|
-
if not shouldSave then
|
|
29
|
-
return
|
|
30
|
-
end
|
|
31
|
-
end
|
|
32
|
-
local saveDataWithoutRoom = {persistent = saveData.persistent, run = saveData.run, level = saveData.level}
|
|
33
|
-
if #__TS__ObjectKeys(saveDataWithoutRoom) == 0 then
|
|
34
|
-
return
|
|
35
|
-
end
|
|
36
|
-
local saveDataCopy = deepCopy(nil, saveDataWithoutRoom, SerializationType.SERIALIZE, subscriberName)
|
|
37
|
-
allSaveData[subscriberName] = saveDataCopy
|
|
38
|
-
end,
|
|
39
|
-
SAVE_DATA_MANAGER_DEBUG
|
|
40
|
-
)
|
|
41
|
-
return allSaveData
|
|
42
|
-
end
|
|
43
|
-
function ____exports.saveToDisk(self, mod, saveDataMap, saveDataConditionalFuncMap)
|
|
44
|
-
local allSaveData = getAllSaveDataToWriteToDisk(nil, saveDataMap, saveDataConditionalFuncMap)
|
|
45
|
-
local jsonString = jsonEncode(nil, allSaveData)
|
|
46
|
-
mod:SaveData(jsonString)
|
|
47
|
-
log(("The " .. SAVE_DATA_MANAGER_FEATURE_NAME) .. " wrote data to the \"save#.dat\" file.")
|
|
48
|
-
end
|
|
49
|
-
return ____exports
|
|
50
|
-
|
|
51
|
-
--# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2lzYWFjc2NyaXB0LWNvbW1vbi9zcmMvZmVhdHVyZXMvc2F2ZURhdGFNYW5hZ2VyL3NhdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztNQTJCUztBQTNCVCw4QkFBa0M7QUFBekI7QUFDVCxxQkFBeUI7QUFBaEI7QUFDVCx3QkFBMkI7QUFBbEI7QUFDVCxnQkFBb0I7QUFBWDtBQUNULGtCQUFvQztBQUEzQjtBQUVULHFDQUdPO0FBRkw7QUFDQTtBQW1CRixTQUFTLGtDQUNQLGFBQ0E7QUFFTSx3QkFBYztJQUVwQjs7UUFDRTtRQUNBLGVBQUMsZ0JBQWdCO0FBR1Qsb0NBQWtCLDJCQUEyQixJQUFJO2VBQ25EO0FBQ0ksbUNBQWE7dUJBQ2Q7QUFDSDs7O0FBS0Usd0NBQWdDLENBQ3BDLGFBQVkscUJBQ1osTUFBSyxjQUNMLFFBQU87ZUFJTCxrQkFBWSx3QkFBZ0M7QUFDOUM7O0FBTUksaUNBQWUsY0FDbkIscUJBQ0EsNkJBQ0E7QUFHRix3QkFBZ0Isa0JBQWdCO1FBaENsQztRQWtDQTs7QUFHRixXQUFPOztBQTdEVCxzQ0FDRSxLQUNBLGFBQ0E7QUFFTSx3QkFBYyxpQ0FDbEIsYUFDQTtBQUVJLHVCQUFhLGdCQUFXO0lBQzlCLElBQUksU0FBUztJQUNiLEtBQ0UsVUFBTyxtQ0FBOEI7QUFaekMiLCJmaWxlIjoic2F2ZS5sdWEiLCJzb3VyY2VSb290IjoiIn0=
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
/** Set this to true to enable more verbosity in the save data manger. */
|
|
2
|
-
export const SAVE_DATA_MANAGER_DEBUG = false;
|
|
3
|
-
export const SAVE_DATA_MANAGER_FEATURE_NAME = "save data manager";
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2F2ZURhdGFNYW5hZ2VyQ29uc3RhbnRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvaXNhYWNzY3JpcHQtY29tbW9uL3NyYy9mZWF0dXJlcy9zYXZlRGF0YU1hbmFnZXIvc2F2ZURhdGFNYW5hZ2VyQ29uc3RhbnRzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHlFQUF5RTtBQUN6RSxNQUFNLENBQUMsTUFBTSx1QkFBdUIsR0FBRyxLQUFLLENBQUM7QUFFN0MsTUFBTSxDQUFDLE1BQU0sOEJBQThCLEdBQUcsbUJBQW1CLENBQUMifQ==
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
local ____exports = {}
|
|
2
|
-
--- Set this to true to enable more verbosity in the save data manger.
|
|
3
|
-
____exports.SAVE_DATA_MANAGER_DEBUG = false
|
|
4
|
-
____exports.SAVE_DATA_MANAGER_FEATURE_NAME = "save data manager"
|
|
5
|
-
return ____exports
|
|
6
|
-
|
|
7
|
-
--# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2lzYWFjc2NyaXB0LWNvbW1vbi9zcmMvZmVhdHVyZXMvc2F2ZURhdGFNYW5hZ2VyL3NhdmVEYXRhTWFuYWdlckNvbnN0YW50cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUNhLHNDQUEwQjtBQUUxQiw2Q0FBaUMiLCJmaWxlIjoic2F2ZURhdGFNYW5hZ2VyQ29uc3RhbnRzLmx1YSIsInNvdXJjZVJvb3QiOiIifQ==
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SerializationBrand } from "../../enums/private/SerializationBrand";
|
|
2
|
-
import { getEnumValues } from "../../functions/enums";
|
|
3
|
-
import { isString } from "../../functions/types";
|
|
4
|
-
const SERIALIZATION_BRANDS = getEnumValues(SerializationBrand);
|
|
5
|
-
const SERIALIZATION_BRAND_SET = new Set(SERIALIZATION_BRANDS);
|
|
6
|
-
export function isSerializationBrand(key) {
|
|
7
|
-
if (!isString(key)) {
|
|
8
|
-
return false;
|
|
9
|
-
}
|
|
10
|
-
return SERIALIZATION_BRAND_SET.has(key);
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXphdGlvbkJyYW5kLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvaXNhYWNzY3JpcHQtY29tbW9uL3NyYy9mZWF0dXJlcy9zYXZlRGF0YU1hbmFnZXIvc2VyaWFsaXphdGlvbkJyYW5kLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQzVFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFFakQsTUFBTSxvQkFBb0IsR0FBRyxhQUFhLENBQUMsa0JBQWtCLENBQUMsQ0FBQztBQUMvRCxNQUFNLHVCQUF1QixHQUF3QixJQUFJLEdBQUcsQ0FDMUQsb0JBQW9CLENBQ3JCLENBQUM7QUFFRixNQUFNLFVBQVUsb0JBQW9CLENBQUMsR0FBWTtJQUMvQyxJQUFJLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQyxFQUFFO1FBQ2xCLE9BQU8sS0FBSyxDQUFDO0tBQ2Q7SUFFRCxPQUFPLHVCQUF1QixDQUFDLEdBQUcsQ0FBQyxHQUFHLENBQUMsQ0FBQztBQUMxQyxDQUFDIn0=
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
local ____lualib = require("lualib_bundle")
|
|
2
|
-
local Set = ____lualib.Set
|
|
3
|
-
local __TS__New = ____lualib.__TS__New
|
|
4
|
-
local ____exports = {}
|
|
5
|
-
local ____SerializationBrand = require("enums.private.SerializationBrand")
|
|
6
|
-
local SerializationBrand = ____SerializationBrand.SerializationBrand
|
|
7
|
-
local ____enums = require("functions.enums")
|
|
8
|
-
local getEnumValues = ____enums.getEnumValues
|
|
9
|
-
local ____types = require("functions.types")
|
|
10
|
-
local isString = ____types.isString
|
|
11
|
-
local SERIALIZATION_BRANDS = getEnumValues(nil, SerializationBrand)
|
|
12
|
-
local SERIALIZATION_BRAND_SET = __TS__New(Set, SERIALIZATION_BRANDS)
|
|
13
|
-
function ____exports.isSerializationBrand(self, key)
|
|
14
|
-
if not isString(nil, key) then
|
|
15
|
-
return false
|
|
16
|
-
end
|
|
17
|
-
return SERIALIZATION_BRAND_SET:has(key)
|
|
18
|
-
end
|
|
19
|
-
return ____exports
|
|
20
|
-
|
|
21
|
-
--# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2lzYWFjc2NyaXB0LWNvbW1vbi9zcmMvZmVhdHVyZXMvc2F2ZURhdGFNYW5hZ2VyL3NlcmlhbGl6YXRpb25CcmFuZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7O0FBQUEsK0JBQW1DO0FBQTFCO0FBQ1Qsa0JBQThCO0FBQXJCO0FBQ1Qsa0JBQXlCO0FBQWhCO0FBRUgsNkJBQXVCLG1CQUFjO0FBQ3JDLGdDQUErQyxVQUFJLEtBQ3ZEO0FBR0YsZ0RBQXFDO1dBQzlCLGNBQVM7QUFDWixlQUFPOztBQUdULFdBQU8sd0JBQXdCLElBQUk7QUFMckMiLCJmaWxlIjoic2VyaWFsaXphdGlvbkJyYW5kLmx1YSIsInNvdXJjZVJvb3QiOiIifQ==
|
package/features/sirenHelpers.js
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
import { EntityType, ModCallback, } from "isaac-typescript-definitions";
|
|
2
|
-
import { errorIfFeaturesNotInitialized } from "../featuresInitialized";
|
|
3
|
-
import { getEntities } from "../functions/entity";
|
|
4
|
-
import { saveDataManager } from "./saveDataManager/exports";
|
|
5
|
-
const FEATURE_NAME = "sirenHelpers";
|
|
6
|
-
const v = {
|
|
7
|
-
run: {
|
|
8
|
-
familiarBlacklist: [],
|
|
9
|
-
},
|
|
10
|
-
};
|
|
11
|
-
/** @internal */
|
|
12
|
-
export function sirenHelpersInit(mod) {
|
|
13
|
-
saveDataManager(FEATURE_NAME, v);
|
|
14
|
-
mod.AddCallback(ModCallback.POST_NPC_INIT, postNPCInitSirenHelper, EntityType.SIREN_HELPER);
|
|
15
|
-
}
|
|
16
|
-
// ModCallback.POST_NPC_INIT (27)
|
|
17
|
-
// EntityType.SIREN_HELPER (966)
|
|
18
|
-
function postNPCInitSirenHelper(npc) {
|
|
19
|
-
checkReturnFamiliarToPlayer(npc);
|
|
20
|
-
}
|
|
21
|
-
function checkReturnFamiliarToPlayer(npc) {
|
|
22
|
-
if (npc.Target === undefined) {
|
|
23
|
-
return;
|
|
24
|
-
}
|
|
25
|
-
const familiar = npc.Target.ToFamiliar();
|
|
26
|
-
if (familiar === undefined) {
|
|
27
|
-
return;
|
|
28
|
-
}
|
|
29
|
-
if (blacklistEntryExists(familiar.Variant, familiar.SubType)) {
|
|
30
|
-
npc.Remove();
|
|
31
|
-
familiar.AddToFollowers();
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
function blacklistEntryExists(incomingFamiliarVariant, incomingFamiliarSubType) {
|
|
35
|
-
for (const [familiarVariant, familiarSubType] of v.run.familiarBlacklist) {
|
|
36
|
-
if (incomingFamiliarVariant === familiarVariant &&
|
|
37
|
-
familiarSubType === incomingFamiliarSubType) {
|
|
38
|
-
// There is an entry that matches the variant and sub-type exactly.
|
|
39
|
-
return true;
|
|
40
|
-
}
|
|
41
|
-
if (incomingFamiliarVariant === familiarVariant &&
|
|
42
|
-
familiarSubType === undefined) {
|
|
43
|
-
// There is an entry that matches all sub-types for this variant.
|
|
44
|
-
return true;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
return false;
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* Blacklists a familiar from being stolen by The Siren boss. This should be called once at the
|
|
51
|
-
* beginning of every run.
|
|
52
|
-
*
|
|
53
|
-
* @param familiarVariant The familiar variant to blacklist.
|
|
54
|
-
* @param familiarSubType The sub-type to blacklist. Optional. The default is to blacklist all
|
|
55
|
-
* sub-types of the given variant.
|
|
56
|
-
*/
|
|
57
|
-
export function setFamiliarNoSirenSteal(familiarVariant, familiarSubType) {
|
|
58
|
-
errorIfFeaturesNotInitialized(FEATURE_NAME);
|
|
59
|
-
if (blacklistEntryExists(familiarVariant, familiarSubType)) {
|
|
60
|
-
return;
|
|
61
|
-
}
|
|
62
|
-
v.run.familiarBlacklist.push([familiarVariant, familiarSubType]);
|
|
63
|
-
}
|
|
64
|
-
/**
|
|
65
|
-
* Helper function to check if the Siren boss has stolen a familiar. Some familiars may need to
|
|
66
|
-
* behave differently when under The Siren's control (e.g. if they auto-target enemies).
|
|
67
|
-
*
|
|
68
|
-
* @param familiar The familiar to be checked.
|
|
69
|
-
* @returns Returns whether the familiar has been stolen by The Siren.
|
|
70
|
-
*/
|
|
71
|
-
export function hasSirenStolenFamiliar(familiar) {
|
|
72
|
-
errorIfFeaturesNotInitialized(FEATURE_NAME);
|
|
73
|
-
return getSirenHelper(familiar) !== undefined;
|
|
74
|
-
}
|
|
75
|
-
/**
|
|
76
|
-
* When The Siren boss "steals" your familiars, a hidden "Siren Helper" entity is spawned to control
|
|
77
|
-
* each familiar stolen. (Checking for this entity seems to be the only way to detect when the Siren
|
|
78
|
-
* steals a familiar.)
|
|
79
|
-
*
|
|
80
|
-
* @param familiar The familiar to be checked.
|
|
81
|
-
* @returns Returns the hidden "Siren Helper" entity corresponding to the given familiar, if it
|
|
82
|
-
* exists. Returns undefined otherwise.
|
|
83
|
-
*/
|
|
84
|
-
function getSirenHelper(familiar) {
|
|
85
|
-
const familiarPtrHash = GetPtrHash(familiar);
|
|
86
|
-
const sirenHelpers = getEntities(EntityType.SIREN_HELPER);
|
|
87
|
-
return sirenHelpers.find((sirenHelper) => sirenHelper.Target !== undefined &&
|
|
88
|
-
GetPtrHash(sirenHelper.Target) === familiarPtrHash);
|
|
89
|
-
}
|
|
90
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lyZW5IZWxwZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcGFja2FnZXMvaXNhYWNzY3JpcHQtY29tbW9uL3NyYy9mZWF0dXJlcy9zaXJlbkhlbHBlcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFVBQVUsRUFFVixXQUFXLEdBQ1osTUFBTSw4QkFBOEIsQ0FBQztBQUN0QyxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN2RSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDbEQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBRTVELE1BQU0sWUFBWSxHQUFHLGNBQWMsQ0FBQztBQUVwQyxNQUFNLENBQUMsR0FBRztJQUNSLEdBQUcsRUFBRTtRQUNILGlCQUFpQixFQUFFLEVBRWxCO0tBQ0Y7Q0FDRixDQUFDO0FBRUYsZ0JBQWdCO0FBQ2hCLE1BQU0sVUFBVSxnQkFBZ0IsQ0FBQyxHQUFRO0lBQ3ZDLGVBQWUsQ0FBQyxZQUFZLEVBQUUsQ0FBQyxDQUFDLENBQUM7SUFFakMsR0FBRyxDQUFDLFdBQVcsQ0FDYixXQUFXLENBQUMsYUFBYSxFQUN6QixzQkFBc0IsRUFDdEIsVUFBVSxDQUFDLFlBQVksQ0FDeEIsQ0FBQztBQUNKLENBQUM7QUFFRCxpQ0FBaUM7QUFDakMsZ0NBQWdDO0FBQ2hDLFNBQVMsc0JBQXNCLENBQUMsR0FBYztJQUM1QywyQkFBMkIsQ0FBQyxHQUFHLENBQUMsQ0FBQztBQUNuQyxDQUFDO0FBRUQsU0FBUywyQkFBMkIsQ0FBQyxHQUFjO0lBQ2pELElBQUksR0FBRyxDQUFDLE1BQU0sS0FBSyxTQUFTLEVBQUU7UUFDNUIsT0FBTztLQUNSO0lBRUQsTUFBTSxRQUFRLEdBQUcsR0FBRyxDQUFDLE1BQU0sQ0FBQyxVQUFVLEVBQUUsQ0FBQztJQUN6QyxJQUFJLFFBQVEsS0FBSyxTQUFTLEVBQUU7UUFDMUIsT0FBTztLQUNSO0lBRUQsSUFBSSxvQkFBb0IsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLFFBQVEsQ0FBQyxPQUFPLENBQUMsRUFBRTtRQUM1RCxHQUFHLENBQUMsTUFBTSxFQUFFLENBQUM7UUFDYixRQUFRLENBQUMsY0FBYyxFQUFFLENBQUM7S0FDM0I7QUFDSCxDQUFDO0FBRUQsU0FBUyxvQkFBb0IsQ0FDM0IsdUJBQXdDLEVBQ3hDLHVCQUF3QztJQUV4QyxLQUFLLE1BQU0sQ0FBQyxlQUFlLEVBQUUsZUFBZSxDQUFDLElBQUksQ0FBQyxDQUFDLEdBQUcsQ0FBQyxpQkFBaUIsRUFBRTtRQUN4RSxJQUNFLHVCQUF1QixLQUFLLGVBQWU7WUFDM0MsZUFBZSxLQUFLLHVCQUF1QixFQUMzQztZQUNBLG1FQUFtRTtZQUNuRSxPQUFPLElBQUksQ0FBQztTQUNiO1FBRUQsSUFDRSx1QkFBdUIsS0FBSyxlQUFlO1lBQzNDLGVBQWUsS0FBSyxTQUFTLEVBQzdCO1lBQ0EsaUVBQWlFO1lBQ2pFLE9BQU8sSUFBSSxDQUFDO1NBQ2I7S0FDRjtJQUVELE9BQU8sS0FBSyxDQUFDO0FBQ2YsQ0FBQztBQUVEOzs7Ozs7O0dBT0c7QUFDSCxNQUFNLFVBQVUsdUJBQXVCLENBQ3JDLGVBQWdDLEVBQ2hDLGVBQXFCO0lBRXJCLDZCQUE2QixDQUFDLFlBQVksQ0FBQyxDQUFDO0lBRTVDLElBQUksb0JBQW9CLENBQUMsZUFBZSxFQUFFLGVBQWUsQ0FBQyxFQUFFO1FBQzFELE9BQU87S0FDUjtJQUVELENBQUMsQ0FBQyxHQUFHLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLENBQUMsZUFBZSxFQUFFLGVBQWUsQ0FBQyxDQUFDLENBQUM7QUFDbkUsQ0FBQztBQUVEOzs7Ozs7R0FNRztBQUNILE1BQU0sVUFBVSxzQkFBc0IsQ0FBQyxRQUF3QjtJQUM3RCw2QkFBNkIsQ0FBQyxZQUFZLENBQUMsQ0FBQztJQUM1QyxPQUFPLGNBQWMsQ0FBQyxRQUFRLENBQUMsS0FBSyxTQUFTLENBQUM7QUFDaEQsQ0FBQztBQUVEOzs7Ozs7OztHQVFHO0FBQ0gsU0FBUyxjQUFjLENBQUMsUUFBd0I7SUFDOUMsTUFBTSxlQUFlLEdBQUcsVUFBVSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBRTdDLE1BQU0sWUFBWSxHQUFHLFdBQVcsQ0FBQyxVQUFVLENBQUMsWUFBWSxDQUFDLENBQUM7SUFDMUQsT0FBTyxZQUFZLENBQUMsSUFBSSxDQUN0QixDQUFDLFdBQVcsRUFBRSxFQUFFLENBQ2QsV0FBVyxDQUFDLE1BQU0sS0FBSyxTQUFTO1FBQ2hDLFVBQVUsQ0FBQyxXQUFXLENBQUMsTUFBTSxDQUFDLEtBQUssZUFBZSxDQUNyRCxDQUFDO0FBQ0osQ0FBQyJ9
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
local ____lualib = require("lualib_bundle")
|
|
2
|
-
local __TS__ArrayFind = ____lualib.__TS__ArrayFind
|
|
3
|
-
local ____exports = {}
|
|
4
|
-
local postNPCInitSirenHelper, checkReturnFamiliarToPlayer, blacklistEntryExists, getSirenHelper, v
|
|
5
|
-
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
6
|
-
local EntityType = ____isaac_2Dtypescript_2Ddefinitions.EntityType
|
|
7
|
-
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
8
|
-
local ____featuresInitialized = require("featuresInitialized")
|
|
9
|
-
local errorIfFeaturesNotInitialized = ____featuresInitialized.errorIfFeaturesNotInitialized
|
|
10
|
-
local ____entity = require("functions.entity")
|
|
11
|
-
local getEntities = ____entity.getEntities
|
|
12
|
-
local ____exports = require("features.saveDataManager.exports")
|
|
13
|
-
local saveDataManager = ____exports.saveDataManager
|
|
14
|
-
function postNPCInitSirenHelper(self, npc)
|
|
15
|
-
checkReturnFamiliarToPlayer(nil, npc)
|
|
16
|
-
end
|
|
17
|
-
function checkReturnFamiliarToPlayer(self, npc)
|
|
18
|
-
if npc.Target == nil then
|
|
19
|
-
return
|
|
20
|
-
end
|
|
21
|
-
local familiar = npc.Target:ToFamiliar()
|
|
22
|
-
if familiar == nil then
|
|
23
|
-
return
|
|
24
|
-
end
|
|
25
|
-
if blacklistEntryExists(nil, familiar.Variant, familiar.SubType) then
|
|
26
|
-
npc:Remove()
|
|
27
|
-
familiar:AddToFollowers()
|
|
28
|
-
end
|
|
29
|
-
end
|
|
30
|
-
function blacklistEntryExists(self, incomingFamiliarVariant, incomingFamiliarSubType)
|
|
31
|
-
for ____, ____value in ipairs(v.run.familiarBlacklist) do
|
|
32
|
-
local familiarVariant = ____value[1]
|
|
33
|
-
local familiarSubType = ____value[2]
|
|
34
|
-
if incomingFamiliarVariant == familiarVariant and familiarSubType == incomingFamiliarSubType then
|
|
35
|
-
return true
|
|
36
|
-
end
|
|
37
|
-
if incomingFamiliarVariant == familiarVariant and familiarSubType == nil then
|
|
38
|
-
return true
|
|
39
|
-
end
|
|
40
|
-
end
|
|
41
|
-
return false
|
|
42
|
-
end
|
|
43
|
-
function getSirenHelper(self, familiar)
|
|
44
|
-
local familiarPtrHash = GetPtrHash(familiar)
|
|
45
|
-
local sirenHelpers = getEntities(nil, EntityType.SIREN_HELPER)
|
|
46
|
-
return __TS__ArrayFind(
|
|
47
|
-
sirenHelpers,
|
|
48
|
-
function(____, sirenHelper) return sirenHelper.Target ~= nil and GetPtrHash(sirenHelper.Target) == familiarPtrHash end
|
|
49
|
-
)
|
|
50
|
-
end
|
|
51
|
-
local FEATURE_NAME = "sirenHelpers"
|
|
52
|
-
v = {run = {familiarBlacklist = {}}}
|
|
53
|
-
---
|
|
54
|
-
-- @internal
|
|
55
|
-
function ____exports.sirenHelpersInit(self, mod)
|
|
56
|
-
saveDataManager(nil, FEATURE_NAME, v)
|
|
57
|
-
mod:AddCallback(ModCallback.POST_NPC_INIT, postNPCInitSirenHelper, EntityType.SIREN_HELPER)
|
|
58
|
-
end
|
|
59
|
-
--- Blacklists a familiar from being stolen by The Siren boss. This should be called once at the
|
|
60
|
-
-- beginning of every run.
|
|
61
|
-
--
|
|
62
|
-
-- @param familiarVariant The familiar variant to blacklist.
|
|
63
|
-
-- @param familiarSubType The sub-type to blacklist. Optional. The default is to blacklist all
|
|
64
|
-
-- sub-types of the given variant.
|
|
65
|
-
function ____exports.setFamiliarNoSirenSteal(self, familiarVariant, familiarSubType)
|
|
66
|
-
errorIfFeaturesNotInitialized(nil, FEATURE_NAME)
|
|
67
|
-
if blacklistEntryExists(nil, familiarVariant, familiarSubType) then
|
|
68
|
-
return
|
|
69
|
-
end
|
|
70
|
-
local ____v_run_familiarBlacklist_0 = v.run.familiarBlacklist
|
|
71
|
-
____v_run_familiarBlacklist_0[#____v_run_familiarBlacklist_0 + 1] = {familiarVariant, familiarSubType}
|
|
72
|
-
end
|
|
73
|
-
--- Helper function to check if the Siren boss has stolen a familiar. Some familiars may need to
|
|
74
|
-
-- behave differently when under The Siren's control (e.g. if they auto-target enemies).
|
|
75
|
-
--
|
|
76
|
-
-- @param familiar The familiar to be checked.
|
|
77
|
-
-- @returns Returns whether the familiar has been stolen by The Siren.
|
|
78
|
-
function ____exports.hasSirenStolenFamiliar(self, familiar)
|
|
79
|
-
errorIfFeaturesNotInitialized(nil, FEATURE_NAME)
|
|
80
|
-
return getSirenHelper(nil, familiar) ~= nil
|
|
81
|
-
end
|
|
82
|
-
return ____exports
|
|
83
|
-
|
|
84
|
-
--# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL2lzYWFjc2NyaXB0LWNvbW1vbi9zcmMvZmVhdHVyZXMvc2lyZW5IZWxwZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztNQWdDUyx3QkFJQSw2QkFnQkEsc0JBbUVBLGdCQTVHSDtBQVhOLDZDQUlPO0FBSEw7QUFFQTtBQUVGLGdDQUE4QztBQUFyQztBQUNULG1CQUE0QjtBQUFuQjtBQUNULG9CQUFnQztBQUF2QjtBQXlCVCxTQUFTLDZCQUF1QjtJQUM5QixpQ0FBNEI7O0FBRzlCLFNBQVMsa0NBQTRCO09BQy9CO0FBQ0Y7O0FBR0kscUJBQVcsV0FBVztPQUN4QjtBQUNGOztPQUdFLDBCQUFxQixrQkFBa0I7UUFDekMsSUFBSTtRQUNKLFNBQVM7OztBQUliLFNBQVMsMkJBQ1AseUJBQ0E7QUFFQSxrQ0FBaUQ7Y0FBckM7Y0FBaUI7V0FFekIsMkJBQTRCLG9CQUM1QixtQkFBb0I7QUFHcEIsbUJBQU87O1dBSVAsMkJBQTRCLG9CQUM1QjtBQUdBLG1CQUFPOzs7QUFJWCxXQUFPOztBQTZDVCxTQUFTLHFCQUFlO0FBQ2hCLDRCQUFrQixXQUFXO0FBRTdCLHlCQUFlLGlCQUFZO0FBQ2pDLFdBQU87UUFBQTtRQUNMLGVBQUMsYUFDQyxxQ0FDQSxXQUFXLHVCQUF3QixlQUZyQzs7O0FBbkhFLHFCQUFlO0FBRWYsSUFBSSxDQUNSLE1BQUssQ0FDSCxvQkFBbUI7OztBQU92Qiw0Q0FBaUM7SUFDL0IscUJBQWdCLGNBQWM7SUFFOUIsSUFBSSxZQUNGLDJCQUNBLHdCQUNBO0FBTko7Ozs7Ozs7QUFpRUEsbURBQ0UsaUJBQ0E7SUFFQSxtQ0FBOEI7T0FFMUIsMEJBQXFCLGlCQUFpQjtBQUN4Qzs7VUFHRjtBQUFBLHdFQUE2QixDQUFDLGlCQUFpQjtBQVZqRDs7Ozs7O0FBb0JBLGtEQUF1QztJQUNyQyxtQ0FBOEI7QUFDOUIsV0FBTyxvQkFBZTtBQUZ4QiIsImZpbGUiOiJzaXJlbkhlbHBlcnMubHVhIiwic291cmNlUm9vdCI6IiJ9
|
package/features/stageHistory.js
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { game } from "../cachedClasses";
|
|
2
|
-
import { ModCallbackCustom } from "../enums/ModCallbackCustom";
|
|
3
|
-
import { errorIfFeaturesNotInitialized } from "../featuresInitialized";
|
|
4
|
-
import { saveDataManager } from "./saveDataManager/exports";
|
|
5
|
-
const FEATURE_NAME = "stageHistory";
|
|
6
|
-
const v = {
|
|
7
|
-
run: {
|
|
8
|
-
stageHistory: [],
|
|
9
|
-
},
|
|
10
|
-
};
|
|
11
|
-
/** @internal */
|
|
12
|
-
export function stageHistoryInit(mod) {
|
|
13
|
-
saveDataManager(FEATURE_NAME, v);
|
|
14
|
-
mod.AddCallbackCustom(ModCallbackCustom.POST_NEW_LEVEL_REORDERED, postNewLevelReordered);
|
|
15
|
-
}
|
|
16
|
-
// ModCallbackCustom.POST_NEW_LEVEL_REORDERED
|
|
17
|
-
function postNewLevelReordered() {
|
|
18
|
-
const level = game.GetLevel();
|
|
19
|
-
const stage = level.GetStage();
|
|
20
|
-
const stageType = level.GetStageType();
|
|
21
|
-
v.run.stageHistory.push([stage, stageType]);
|
|
22
|
-
}
|
|
23
|
-
/** Helper function to get all of the stages that a player has visited thus far on this run. */
|
|
24
|
-
export function getStageHistory() {
|
|
25
|
-
errorIfFeaturesNotInitialized(FEATURE_NAME);
|
|
26
|
-
return v.run.stageHistory;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Helper function to check if a player has previous visited a particular stage (or stage + stage
|
|
30
|
-
* type combination) on this run.
|
|
31
|
-
*
|
|
32
|
-
* @param stage The stage to check for.
|
|
33
|
-
* @param stageType Optional. If provided, will check for a specific stage and stage type
|
|
34
|
-
* combination.
|
|
35
|
-
*/
|
|
36
|
-
export function hasVisitedStage(stage, stageType) {
|
|
37
|
-
errorIfFeaturesNotInitialized(FEATURE_NAME);
|
|
38
|
-
if (stageType === undefined) {
|
|
39
|
-
return v.run.stageHistory.some(([previousStage]) => previousStage === stage);
|
|
40
|
-
}
|
|
41
|
-
return v.run.stageHistory.some(([previousStage, previousStageType]) => previousStage === stage && previousStageType === stageType);
|
|
42
|
-
}
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RhZ2VIaXN0b3J5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcGFja2FnZXMvaXNhYWNzY3JpcHQtY29tbW9uL3NyYy9mZWF0dXJlcy9zdGFnZUhpc3RvcnkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLElBQUksRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBRXhDLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQy9ELE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUU1RCxNQUFNLFlBQVksR0FBRyxjQUFjLENBQUM7QUFFcEMsTUFBTSxDQUFDLEdBQUc7SUFDUixHQUFHLEVBQUU7UUFDSCxZQUFZLEVBQUUsRUFBc0Q7S0FDckU7Q0FDRixDQUFDO0FBRUYsZ0JBQWdCO0FBQ2hCLE1BQU0sVUFBVSxnQkFBZ0IsQ0FBQyxHQUFnQjtJQUMvQyxlQUFlLENBQUMsWUFBWSxFQUFFLENBQUMsQ0FBQyxDQUFDO0lBRWpDLEdBQUcsQ0FBQyxpQkFBaUIsQ0FDbkIsaUJBQWlCLENBQUMsd0JBQXdCLEVBQzFDLHFCQUFxQixDQUN0QixDQUFDO0FBQ0osQ0FBQztBQUVELDZDQUE2QztBQUM3QyxTQUFTLHFCQUFxQjtJQUM1QixNQUFNLEtBQUssR0FBRyxJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDOUIsTUFBTSxLQUFLLEdBQUcsS0FBSyxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQy9CLE1BQU0sU0FBUyxHQUFHLEtBQUssQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUV2QyxDQUFDLENBQUMsR0FBRyxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLEVBQUUsU0FBUyxDQUFDLENBQUMsQ0FBQztBQUM5QyxDQUFDO0FBRUQsK0ZBQStGO0FBQy9GLE1BQU0sVUFBVSxlQUFlO0lBRzdCLDZCQUE2QixDQUFDLFlBQVksQ0FBQyxDQUFDO0lBQzVDLE9BQU8sQ0FBQyxDQUFDLEdBQUcsQ0FBQyxZQUFZLENBQUM7QUFDNUIsQ0FBQztBQUVEOzs7Ozs7O0dBT0c7QUFDSCxNQUFNLFVBQVUsZUFBZSxDQUM3QixLQUFpQixFQUNqQixTQUFxQjtJQUVyQiw2QkFBNkIsQ0FBQyxZQUFZLENBQUMsQ0FBQztJQUU1QyxJQUFJLFNBQVMsS0FBSyxTQUFTLEVBQUU7UUFDM0IsT0FBTyxDQUFDLENBQUMsR0FBRyxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQzVCLENBQUMsQ0FBQyxhQUFhLENBQUMsRUFBRSxFQUFFLENBQUMsYUFBYSxLQUFLLEtBQUssQ0FDN0MsQ0FBQztLQUNIO0lBRUQsT0FBTyxDQUFDLENBQUMsR0FBRyxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQzVCLENBQUMsQ0FBQyxhQUFhLEVBQUUsaUJBQWlCLENBQUMsRUFBRSxFQUFFLENBQ3JDLGFBQWEsS0FBSyxLQUFLLElBQUksaUJBQWlCLEtBQUssU0FBUyxDQUM3RCxDQUFDO0FBQ0osQ0FBQyJ9
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
local ____lualib = require("lualib_bundle")
|
|
2
|
-
local __TS__ArraySome = ____lualib.__TS__ArraySome
|
|
3
|
-
local ____exports = {}
|
|
4
|
-
local postNewLevelReordered, v
|
|
5
|
-
local ____cachedClasses = require("cachedClasses")
|
|
6
|
-
local game = ____cachedClasses.game
|
|
7
|
-
local ____ModCallbackCustom = require("enums.ModCallbackCustom")
|
|
8
|
-
local ModCallbackCustom = ____ModCallbackCustom.ModCallbackCustom
|
|
9
|
-
local ____featuresInitialized = require("featuresInitialized")
|
|
10
|
-
local errorIfFeaturesNotInitialized = ____featuresInitialized.errorIfFeaturesNotInitialized
|
|
11
|
-
local ____exports = require("features.saveDataManager.exports")
|
|
12
|
-
local saveDataManager = ____exports.saveDataManager
|
|
13
|
-
function postNewLevelReordered(self)
|
|
14
|
-
local level = game:GetLevel()
|
|
15
|
-
local stage = level:GetStage()
|
|
16
|
-
local stageType = level:GetStageType()
|
|
17
|
-
local ____v_run_stageHistory_0 = v.run.stageHistory
|
|
18
|
-
____v_run_stageHistory_0[#____v_run_stageHistory_0 + 1] = {stage, stageType}
|
|
19
|
-
end
|
|
20
|
-
local FEATURE_NAME = "stageHistory"
|
|
21
|
-
v = {run = {stageHistory = {}}}
|
|
22
|
-
---
|
|
23
|
-
-- @internal
|
|
24
|
-
function ____exports.stageHistoryInit(self, mod)
|
|
25
|
-
saveDataManager(nil, FEATURE_NAME, v)
|
|
26
|
-
mod:AddCallbackCustom(ModCallbackCustom.POST_NEW_LEVEL_REORDERED, postNewLevelReordered)
|
|
27
|
-
end
|
|
28
|
-
--- Helper function to get all of the stages that a player has visited thus far on this run.
|
|
29
|
-
function ____exports.getStageHistory(self)
|
|
30
|
-
errorIfFeaturesNotInitialized(nil, FEATURE_NAME)
|
|
31
|
-
return v.run.stageHistory
|
|
32
|
-
end
|
|
33
|
-
--- Helper function to check if a player has previous visited a particular stage (or stage + stage
|
|
34
|
-
-- type combination) on this run.
|
|
35
|
-
--
|
|
36
|
-
-- @param stage The stage to check for.
|
|
37
|
-
-- @param stageType Optional. If provided, will check for a specific stage and stage type
|
|
38
|
-
-- combination.
|
|
39
|
-
function ____exports.hasVisitedStage(self, stage, stageType)
|
|
40
|
-
errorIfFeaturesNotInitialized(nil, FEATURE_NAME)
|
|
41
|
-
if stageType == nil then
|
|
42
|
-
return __TS__ArraySome(
|
|
43
|
-
v.run.stageHistory,
|
|
44
|
-
function(____, ____bindingPattern0)
|
|
45
|
-
local previousStage
|
|
46
|
-
previousStage = ____bindingPattern0[1]
|
|
47
|
-
return previousStage == stage
|
|
48
|
-
end
|
|
49
|
-
)
|
|
50
|
-
end
|
|
51
|
-
return __TS__ArraySome(
|
|
52
|
-
v.run.stageHistory,
|
|
53
|
-
function(____, ____bindingPattern0)
|
|
54
|
-
local previousStageType
|
|
55
|
-
local previousStage
|
|
56
|
-
previousStage = ____bindingPattern0[1]
|
|
57
|
-
previousStageType = ____bindingPattern0[2]
|
|
58
|
-
return previousStage == stage and previousStageType == stageType
|
|
59
|
-
end
|
|
60
|
-
)
|
|
61
|
-
end
|
|
62
|
-
return ____exports
|
|
63
|
-
|
|
64
|
-
--# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL2lzYWFjc2NyaXB0LWNvbW1vbi9zcmMvZmVhdHVyZXMvc3RhZ2VIaXN0b3J5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztNQTBCUyx1QkFqQkg7QUFSTiwwQkFBcUI7QUFBWjtBQUVULDhCQUFrQztBQUF6QjtBQUNULGdDQUE4QztBQUFyQztBQUNULG9CQUFnQztBQUF2QjtBQXFCVCxTQUFTO0FBQ0Qsa0JBQVEsS0FBSztBQUNiLGtCQUFRLE1BQU07QUFDZCxzQkFBWSxNQUFNO1VBRXhCO0FBQUEsOERBQXdCLENBQUMsT0FBTzs7QUF4QjVCLHFCQUFlO0FBRWYsSUFBSSxDQUNSLE1BQUssQ0FDSCxlQUFjOzs7QUFLbEIsNENBQWlDO0lBQy9CLHFCQUFnQixjQUFjO0lBRTlCLElBQUksa0JBQ0YsNENBQ0E7QUFMSjs7QUFtQkE7SUFHRSxtQ0FBOEI7QUFDOUIsV0FBTztBQUpUOzs7Ozs7O0FBZUEsMkNBQ0UsT0FDQTtJQUVBLG1DQUE4QjtPQUUxQjtBQUNGLGVBQU87WUFBQTtZQUNMO3NCQUFFO2dCQUFBO0FBQW1CLHdDQUFrQjtZQUF2Qzs7O0FBSUosV0FBTztRQUFBO1FBQ0w7a0JBQWlCO2tCQUFmO1lBQUE7WUFBZTtBQUNmLG9DQUFrQixVQUFTLHFCQUFzQjtRQURuRDs7QUFiSiIsImZpbGUiOiJzdGFnZUhpc3RvcnkubHVhIiwic291cmNlUm9vdCI6IiJ9
|