isaacscript-common 9.18.4 → 9.19.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +70 -1
- package/dist/isaacscript-common.lua +56031 -0
- package/dist/package.lua +15 -0
- package/dist/{callbacks → src/callbacks}/customRevive.d.ts +0 -0
- package/dist/src/callbacks/customRevive.d.ts.map +1 -0
- package/dist/src/callbacks/customRevive.lua +149 -0
- package/dist/{callbacks → src/callbacks}/itemPickup.d.ts +0 -0
- package/dist/src/callbacks/itemPickup.d.ts.map +1 -0
- package/dist/src/callbacks/itemPickup.lua +66 -0
- package/dist/{callbacks → src/callbacks}/postAmbush.d.ts +0 -0
- package/dist/src/callbacks/postAmbush.d.ts.map +1 -0
- package/dist/src/callbacks/postAmbush.lua +54 -0
- package/dist/{callbacks → src/callbacks}/postBombExploded.d.ts +0 -0
- package/dist/src/callbacks/postBombExploded.d.ts.map +1 -0
- package/dist/src/callbacks/postBombExploded.lua +24 -0
- package/dist/{callbacks → src/callbacks}/postBombInitLate.d.ts +0 -0
- package/dist/src/callbacks/postBombInitLate.d.ts.map +1 -0
- package/dist/src/callbacks/postBombInitLate.lua +31 -0
- package/dist/{callbacks → src/callbacks}/postBoneSwing.d.ts +0 -0
- package/dist/src/callbacks/postBoneSwing.d.ts.map +1 -0
- package/dist/src/callbacks/postBoneSwing.lua +48 -0
- package/dist/{callbacks → src/callbacks}/postCollectibleEmpty.d.ts +0 -0
- package/dist/src/callbacks/postCollectibleEmpty.d.ts.map +1 -0
- package/dist/src/callbacks/postCollectibleEmpty.lua +38 -0
- package/dist/{callbacks → src/callbacks}/postCollectibleInitFirst.d.ts +0 -0
- package/dist/src/callbacks/postCollectibleInitFirst.d.ts.map +1 -0
- package/dist/src/callbacks/postCollectibleInitFirst.lua +33 -0
- package/dist/{callbacks → src/callbacks}/postCursedTeleport.d.ts +0 -0
- package/dist/src/callbacks/postCursedTeleport.d.ts.map +1 -0
- package/dist/src/callbacks/postCursedTeleport.lua +120 -0
- package/dist/{callbacks → src/callbacks}/postCustomDoorEnter.d.ts +0 -0
- package/dist/src/callbacks/postCustomDoorEnter.d.ts.map +1 -0
- package/dist/src/callbacks/postCustomDoorEnter.lua +199 -0
- package/dist/{callbacks → src/callbacks}/postDiceRoomActivated.d.ts +0 -0
- package/dist/src/callbacks/postDiceRoomActivated.d.ts.map +1 -0
- package/dist/src/callbacks/postDiceRoomActivated.lua +39 -0
- package/dist/{callbacks → src/callbacks}/postDoorRender.d.ts +0 -0
- package/dist/src/callbacks/postDoorRender.d.ts.map +1 -0
- package/dist/src/callbacks/postDoorRender.lua +24 -0
- package/dist/{callbacks → src/callbacks}/postDoorUpdate.d.ts +0 -0
- package/dist/src/callbacks/postDoorUpdate.d.ts.map +1 -0
- package/dist/src/callbacks/postDoorUpdate.lua +24 -0
- package/dist/{callbacks → src/callbacks}/postEffectInitLate.d.ts +0 -0
- package/dist/src/callbacks/postEffectInitLate.d.ts.map +1 -0
- package/dist/src/callbacks/postEffectInitLate.lua +31 -0
- package/dist/{callbacks → src/callbacks}/postEffectStateChanged.d.ts +0 -0
- package/dist/src/callbacks/postEffectStateChanged.d.ts.map +1 -0
- package/dist/src/callbacks/postEffectStateChanged.lua +37 -0
- package/dist/{callbacks → src/callbacks}/postEsauJr.d.ts +0 -0
- package/dist/src/callbacks/postEsauJr.d.ts.map +1 -0
- package/dist/src/callbacks/postEsauJr.lua +60 -0
- package/dist/{callbacks → src/callbacks}/postFamiliarInitLate.d.ts +0 -0
- package/dist/src/callbacks/postFamiliarInitLate.d.ts.map +1 -0
- package/dist/src/callbacks/postFamiliarInitLate.lua +31 -0
- package/dist/{callbacks → src/callbacks}/postFamiliarStateChanged.d.ts +0 -0
- package/dist/src/callbacks/postFamiliarStateChanged.d.ts.map +1 -0
- package/dist/src/callbacks/postFamiliarStateChanged.lua +37 -0
- package/dist/{callbacks → src/callbacks}/postFlip.d.ts +0 -0
- package/dist/src/callbacks/postFlip.d.ts.map +1 -0
- package/dist/src/callbacks/postFlip.lua +62 -0
- package/dist/{callbacks → src/callbacks}/postGreedModeWave.d.ts +0 -0
- package/dist/src/callbacks/postGreedModeWave.d.ts.map +1 -0
- package/dist/src/callbacks/postGreedModeWave.lua +32 -0
- package/dist/{callbacks → src/callbacks}/postGridEntity.d.ts +0 -0
- package/dist/src/callbacks/postGridEntity.d.ts.map +1 -0
- package/dist/src/callbacks/postGridEntity.lua +154 -0
- package/dist/{callbacks → src/callbacks}/postGridEntityCollision.d.ts +0 -0
- package/dist/src/callbacks/postGridEntityCollision.d.ts.map +1 -0
- package/dist/src/callbacks/postGridEntityCollision.lua +65 -0
- package/dist/{callbacks → src/callbacks}/postGridEntityCustomCollision.d.ts +0 -0
- package/dist/src/callbacks/postGridEntityCustomCollision.d.ts.map +1 -0
- package/dist/src/callbacks/postGridEntityCustomCollision.lua +69 -0
- package/dist/{callbacks → src/callbacks}/postGridEntityCustomRender.d.ts +0 -0
- package/dist/src/callbacks/postGridEntityCustomRender.d.ts.map +1 -0
- package/dist/src/callbacks/postGridEntityCustomRender.lua +27 -0
- package/dist/{callbacks → src/callbacks}/postGridEntityCustomUpdate.d.ts +0 -0
- package/dist/src/callbacks/postGridEntityCustomUpdate.d.ts.map +1 -0
- package/dist/src/callbacks/postGridEntityCustomUpdate.lua +27 -0
- package/dist/{callbacks → src/callbacks}/postGridEntityRender.d.ts +0 -0
- package/dist/src/callbacks/postGridEntityRender.d.ts.map +1 -0
- package/dist/src/callbacks/postGridEntityRender.lua +24 -0
- package/dist/{callbacks → src/callbacks}/postHolyMantleRemoved.d.ts +0 -0
- package/dist/src/callbacks/postHolyMantleRemoved.d.ts.map +1 -0
- package/dist/src/callbacks/postHolyMantleRemoved.lua +39 -0
- package/dist/{callbacks → src/callbacks}/postItemDischarged.d.ts +0 -0
- package/dist/src/callbacks/postItemDischarged.d.ts.map +1 -0
- package/dist/src/callbacks/postItemDischarged.lua +107 -0
- package/dist/{callbacks → src/callbacks}/postKnifeInitLate.d.ts +0 -0
- package/dist/src/callbacks/postKnifeInitLate.d.ts.map +1 -0
- package/dist/src/callbacks/postKnifeInitLate.lua +31 -0
- package/dist/{callbacks → src/callbacks}/postLaserInitLate.d.ts +0 -0
- package/dist/src/callbacks/postLaserInitLate.d.ts.map +1 -0
- package/dist/src/callbacks/postLaserInitLate.lua +31 -0
- package/dist/{callbacks → src/callbacks}/postNPCInitLate.d.ts +0 -0
- package/dist/src/callbacks/postNPCInitLate.d.ts.map +1 -0
- package/dist/src/callbacks/postNPCInitLate.lua +31 -0
- package/dist/{callbacks → src/callbacks}/postNPCStateChanged.d.ts +0 -0
- package/dist/src/callbacks/postNPCStateChanged.d.ts.map +1 -0
- package/dist/src/callbacks/postNPCStateChanged.lua +37 -0
- package/dist/{callbacks → src/callbacks}/postNewRoomEarly.d.ts +0 -0
- package/dist/src/callbacks/postNewRoomEarly.d.ts.map +1 -0
- package/dist/src/callbacks/postNewRoomEarly.lua +66 -0
- package/dist/{callbacks → src/callbacks}/postPickupCollect.d.ts +0 -0
- package/dist/src/callbacks/postPickupCollect.d.ts.map +1 -0
- package/dist/src/callbacks/postPickupCollect.lua +39 -0
- package/dist/{callbacks → src/callbacks}/postPickupInitFirst.d.ts +0 -0
- package/dist/src/callbacks/postPickupInitFirst.d.ts.map +1 -0
- package/dist/src/callbacks/postPickupInitFirst.lua +34 -0
- package/dist/{callbacks → src/callbacks}/postPickupInitLate.d.ts +0 -0
- package/dist/src/callbacks/postPickupInitLate.d.ts.map +1 -0
- package/dist/src/callbacks/postPickupInitLate.lua +31 -0
- package/dist/{callbacks → src/callbacks}/postPickupStateChanged.d.ts +0 -0
- package/dist/src/callbacks/postPickupStateChanged.d.ts.map +1 -0
- package/dist/src/callbacks/postPickupStateChanged.lua +37 -0
- package/dist/{callbacks → src/callbacks}/postPitRender.d.ts +0 -0
- package/dist/src/callbacks/postPitRender.d.ts.map +1 -0
- package/dist/src/callbacks/postPitRender.lua +24 -0
- package/dist/{callbacks → src/callbacks}/postPitUpdate.d.ts +0 -0
- package/dist/src/callbacks/postPitUpdate.d.ts.map +1 -0
- package/dist/src/callbacks/postPitUpdate.lua +24 -0
- package/dist/{callbacks → src/callbacks}/postPlayerChangeHealth.d.ts +0 -0
- package/dist/src/callbacks/postPlayerChangeHealth.d.ts.map +1 -0
- package/dist/src/callbacks/postPlayerChangeHealth.lua +57 -0
- package/dist/{callbacks → src/callbacks}/postPlayerChangeStat.d.ts +0 -0
- package/dist/src/callbacks/postPlayerChangeStat.d.ts.map +1 -0
- package/dist/src/callbacks/postPlayerChangeStat.lua +98 -0
- package/dist/{callbacks → src/callbacks}/postPlayerChangeType.d.ts +0 -0
- package/dist/src/callbacks/postPlayerChangeType.d.ts.map +1 -0
- package/dist/src/callbacks/postPlayerChangeType.lua +39 -0
- package/dist/{callbacks → src/callbacks}/postPlayerCollectible.d.ts +0 -0
- package/dist/src/callbacks/postPlayerCollectible.d.ts.map +1 -0
- package/dist/src/callbacks/postPlayerCollectible.lua +169 -0
- package/dist/{callbacks → src/callbacks}/postPlayerFatalDamage.d.ts +0 -0
- package/dist/src/callbacks/postPlayerFatalDamage.d.ts.map +1 -0
- package/dist/src/callbacks/postPlayerFatalDamage.lua +97 -0
- package/dist/{callbacks → src/callbacks}/postPlayerInitFirst.d.ts +0 -0
- package/dist/src/callbacks/postPlayerInitFirst.d.ts.map +1 -0
- package/dist/src/callbacks/postPlayerInitFirst.lua +40 -0
- package/dist/{callbacks → src/callbacks}/postPlayerInitLate.d.ts +0 -0
- package/dist/src/callbacks/postPlayerInitLate.d.ts.map +1 -0
- package/dist/src/callbacks/postPlayerInitLate.lua +33 -0
- package/dist/{callbacks → src/callbacks}/postPlayerReorderedCallbacks.d.ts +0 -0
- package/dist/src/callbacks/postPlayerReorderedCallbacks.d.ts.map +1 -0
- package/dist/src/callbacks/postPlayerReorderedCallbacks.lua +88 -0
- package/dist/{callbacks → src/callbacks}/postPoopRender.d.ts +0 -0
- package/dist/src/callbacks/postPoopRender.d.ts.map +1 -0
- package/dist/src/callbacks/postPoopRender.lua +24 -0
- package/dist/{callbacks → src/callbacks}/postPoopUpdate.d.ts +0 -0
- package/dist/src/callbacks/postPoopUpdate.d.ts.map +1 -0
- package/dist/src/callbacks/postPoopUpdate.lua +24 -0
- package/dist/{callbacks → src/callbacks}/postPressurePlateRender.d.ts +0 -0
- package/dist/src/callbacks/postPressurePlateRender.d.ts.map +1 -0
- package/dist/src/callbacks/postPressurePlateRender.lua +24 -0
- package/dist/{callbacks → src/callbacks}/postPressurePlateUpdate.d.ts +0 -0
- package/dist/src/callbacks/postPressurePlateUpdate.d.ts.map +1 -0
- package/dist/src/callbacks/postPressurePlateUpdate.lua +24 -0
- package/dist/{callbacks → src/callbacks}/postProjectileInitLate.d.ts +0 -0
- package/dist/src/callbacks/postProjectileInitLate.d.ts.map +1 -0
- package/dist/src/callbacks/postProjectileInitLate.lua +31 -0
- package/dist/{callbacks → src/callbacks}/postPurchase.d.ts +0 -0
- package/dist/src/callbacks/postPurchase.d.ts.map +1 -0
- package/dist/src/callbacks/postPurchase.lua +49 -0
- package/dist/{callbacks → src/callbacks}/postRockRender.d.ts +0 -0
- package/dist/src/callbacks/postRockRender.d.ts.map +1 -0
- package/dist/src/callbacks/postRockRender.lua +24 -0
- package/dist/{callbacks → src/callbacks}/postRockUpdate.d.ts +0 -0
- package/dist/src/callbacks/postRockUpdate.d.ts.map +1 -0
- package/dist/src/callbacks/postRockUpdate.lua +24 -0
- package/dist/{callbacks → src/callbacks}/postRoomClearChanged.d.ts +0 -0
- package/dist/src/callbacks/postRoomClearChanged.d.ts.map +1 -0
- package/dist/src/callbacks/postRoomClearChanged.lua +42 -0
- package/dist/{callbacks → src/callbacks}/postSacrifice.d.ts +0 -0
- package/dist/src/callbacks/postSacrifice.d.ts.map +1 -0
- package/dist/src/callbacks/postSacrifice.lua +43 -0
- package/dist/{callbacks → src/callbacks}/postSlotCollision.d.ts +0 -0
- package/dist/src/callbacks/postSlotCollision.d.ts.map +1 -0
- package/dist/src/callbacks/postSlotCollision.lua +25 -0
- package/dist/{callbacks → src/callbacks}/postSlotDestroyed.d.ts +0 -0
- package/dist/src/callbacks/postSlotDestroyed.d.ts.map +1 -0
- package/dist/src/callbacks/postSlotDestroyed.lua +66 -0
- package/dist/{callbacks → src/callbacks}/postSlotInitUpdate.d.ts +0 -0
- package/dist/src/callbacks/postSlotInitUpdate.d.ts.map +1 -0
- package/dist/src/callbacks/postSlotInitUpdate.lua +53 -0
- package/dist/{callbacks → src/callbacks}/postSlotRender.d.ts +0 -0
- package/dist/src/callbacks/postSlotRender.d.ts.map +1 -0
- package/dist/src/callbacks/postSlotRender.lua +56 -0
- package/dist/{callbacks → src/callbacks}/postSpikesRender.d.ts +0 -0
- package/dist/src/callbacks/postSpikesRender.d.ts.map +1 -0
- package/dist/src/callbacks/postSpikesRender.lua +24 -0
- package/dist/{callbacks → src/callbacks}/postSpikesUpdate.d.ts +0 -0
- package/dist/src/callbacks/postSpikesUpdate.d.ts.map +1 -0
- package/dist/src/callbacks/postSpikesUpdate.lua +24 -0
- package/dist/{callbacks → src/callbacks}/postTNTRender.d.ts +0 -0
- package/dist/src/callbacks/postTNTRender.d.ts.map +1 -0
- package/dist/src/callbacks/postTNTRender.lua +24 -0
- package/dist/{callbacks → src/callbacks}/postTNTUpdate.d.ts +0 -0
- package/dist/src/callbacks/postTNTUpdate.d.ts.map +1 -0
- package/dist/src/callbacks/postTNTUpdate.lua +24 -0
- package/dist/{callbacks → src/callbacks}/postTearInitLate.d.ts +0 -0
- package/dist/src/callbacks/postTearInitLate.d.ts.map +1 -0
- package/dist/src/callbacks/postTearInitLate.lua +31 -0
- package/dist/{callbacks → src/callbacks}/postTearInitVeryLate.d.ts +0 -0
- package/dist/src/callbacks/postTearInitVeryLate.d.ts.map +1 -0
- package/dist/src/callbacks/postTearInitVeryLate.lua +34 -0
- package/dist/{callbacks → src/callbacks}/postTransformation.d.ts +0 -0
- package/dist/src/callbacks/postTransformation.d.ts.map +1 -0
- package/dist/src/callbacks/postTransformation.lua +50 -0
- package/dist/{callbacks → src/callbacks}/postTrinketBreak.d.ts +0 -0
- package/dist/src/callbacks/postTrinketBreak.d.ts.map +1 -0
- package/dist/src/callbacks/postTrinketBreak.lua +75 -0
- package/dist/{callbacks → src/callbacks}/preBerserkDeath.d.ts +0 -0
- package/dist/src/callbacks/preBerserkDeath.d.ts.map +1 -0
- package/dist/src/callbacks/preBerserkDeath.lua +36 -0
- package/dist/{callbacks → src/callbacks}/preNewLevel.d.ts +0 -0
- package/dist/src/callbacks/preNewLevel.d.ts.map +1 -0
- package/dist/src/callbacks/preNewLevel.lua +43 -0
- package/dist/{callbacks → src/callbacks}/reorderedCallbacks.d.ts +0 -0
- package/dist/src/callbacks/reorderedCallbacks.d.ts.map +1 -0
- package/dist/src/callbacks/reorderedCallbacks.lua +101 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postAmbushFinished.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postAmbushFinished.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postAmbushFinished.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postAmbushStarted.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postAmbushStarted.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postAmbushStarted.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postBombInitLate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postBombInitLate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postBombInitLate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postBoneExploded.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postBoneExploded.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postBoneExploded.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postBoneSwing.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postBoneSwing.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postBoneSwing.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postCollectibleEmpty.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postCollectibleEmpty.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postCollectibleEmpty.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postCollectibleInitFirst.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postCollectibleInitFirst.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postCollectibleInitFirst.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postCursedTeleport.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postCursedTeleport.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postCursedTeleport.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postCustomDoorEnter.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postCustomDoorEnter.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postCustomDoorEnter.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postCustomRevive.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postCustomRevive.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postCustomRevive.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postDiceRoomActivated.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postDiceRoomActivated.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postDiceRoomActivated.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postDoorRender.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postDoorRender.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postDoorRender.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postDoorUpdate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postDoorUpdate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postDoorUpdate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postEffectInitLate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postEffectInitLate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postEffectInitLate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postEffectStateChanged.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postEffectStateChanged.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postEffectStateChanged.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postEsauJr.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postEsauJr.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postEsauJr.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postFamiliarInitLate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postFamiliarInitLate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postFamiliarInitLate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postFamiliarStateChanged.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postFamiliarStateChanged.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postFamiliarStateChanged.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postFirstEsauJr.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postFirstEsauJr.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postFirstEsauJr.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postFirstFlip.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postFirstFlip.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postFirstFlip.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postFlip.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postFlip.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postFlip.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGameStartedReordered.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postGameStartedReordered.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGameStartedReordered.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGameStartedReorderedLast.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postGameStartedReorderedLast.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGameStartedReorderedLast.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGreedModeWave.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postGreedModeWave.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGreedModeWave.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityBroken.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postGridEntityBroken.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityBroken.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCollision.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postGridEntityCollision.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCollision.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomBroken.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postGridEntityCustomBroken.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomBroken.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomCollision.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postGridEntityCustomCollision.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomCollision.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomInit.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postGridEntityCustomInit.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomInit.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomRemove.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postGridEntityCustomRemove.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomRemove.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomRender.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postGridEntityCustomRender.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomRender.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomStateChanged.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postGridEntityCustomStateChanged.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomStateChanged.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomUpdate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postGridEntityCustomUpdate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityCustomUpdate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityInit.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postGridEntityInit.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityInit.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityRemove.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postGridEntityRemove.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityRemove.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityRender.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postGridEntityRender.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityRender.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityStateChanged.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postGridEntityStateChanged.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityStateChanged.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityUpdate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postGridEntityUpdate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postGridEntityUpdate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postHolyMantleRemoved.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postHolyMantleRemoved.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postHolyMantleRemoved.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postItemDischarged.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postItemDischarged.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postItemDischarged.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postItemPickup.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postItemPickup.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postItemPickup.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postKnifeInitLate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postKnifeInitLate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postKnifeInitLate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postLaserInitLate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postLaserInitLate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postLaserInitLate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postNPCInitLate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postNPCInitLate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postNPCInitLate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postNPCStateChanged.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postNPCStateChanged.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postNPCStateChanged.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postNewLevelReordered.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postNewLevelReordered.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postNewLevelReordered.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postNewRoomEarly.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postNewRoomEarly.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postNewRoomEarly.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postNewRoomReordered.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postNewRoomReordered.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postNewRoomReordered.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPEffectUpdateReordered.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPEffectUpdateReordered.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPEffectUpdateReordered.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPickupCollect.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPickupCollect.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPickupCollect.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPickupInitFirst.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPickupInitFirst.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPickupInitFirst.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPickupInitLate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPickupInitLate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPickupInitLate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPickupStateChanged.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPickupStateChanged.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPickupStateChanged.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPitRender.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPitRender.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPitRender.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPitUpdate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPitUpdate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPitUpdate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerChangeHealth.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPlayerChangeHealth.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerChangeHealth.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerChangeStat.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPlayerChangeStat.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerChangeStat.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerChangeType.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPlayerChangeType.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerChangeType.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerCollectibleAdded.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPlayerCollectibleAdded.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerCollectibleAdded.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerCollectibleRemoved.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPlayerCollectibleRemoved.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerCollectibleRemoved.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerFatalDamage.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPlayerFatalDamage.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerFatalDamage.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerInitFirst.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPlayerInitFirst.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerInitFirst.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerInitLate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPlayerInitLate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerInitLate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerRenderReordered.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPlayerRenderReordered.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerRenderReordered.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerUpdateReordered.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPlayerUpdateReordered.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPlayerUpdateReordered.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPoopRender.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPoopRender.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPoopRender.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPoopUpdate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPoopUpdate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPoopUpdate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPressurePlateRender.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPressurePlateRender.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPressurePlateRender.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPressurePlateUpdate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPressurePlateUpdate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPressurePlateUpdate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postProjectileInitLate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postProjectileInitLate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postProjectileInitLate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPurchase.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postPurchase.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postPurchase.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postRockRender.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postRockRender.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postRockRender.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postRockUpdate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postRockUpdate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postRockUpdate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postRoomClearChanged.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postRoomClearChanged.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postRoomClearChanged.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSacrifice.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postSacrifice.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSacrifice.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSlotAnimationChanged.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postSlotAnimationChanged.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSlotAnimationChanged.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSlotCollision.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postSlotCollision.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSlotCollision.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSlotDestroyed.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postSlotDestroyed.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSlotDestroyed.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSlotInit.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postSlotInit.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSlotInit.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSlotRender.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postSlotRender.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSlotRender.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSlotUpdate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postSlotUpdate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSlotUpdate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSpikesRender.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postSpikesRender.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSpikesRender.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSpikesUpdate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postSpikesUpdate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postSpikesUpdate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postTNTRender.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postTNTRender.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postTNTRender.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postTNTUpdate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postTNTUpdate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postTNTUpdate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postTearInitLate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postTearInitLate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postTearInitLate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postTearInitVeryLate.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postTearInitVeryLate.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postTearInitVeryLate.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postTransformation.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postTransformation.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postTransformation.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postTrinketBreak.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/postTrinketBreak.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/postTrinketBreak.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/preBerserkDeath.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/preBerserkDeath.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/preBerserkDeath.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/preCustomRevive.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/preCustomRevive.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/preCustomRevive.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/preItemPickup.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/preItemPickup.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/preItemPickup.lua +0 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/preNewLevel.d.ts +0 -0
- package/dist/src/callbacks/subscriptions/preNewLevel.d.ts.map +1 -0
- package/dist/{callbacks → src/callbacks}/subscriptions/preNewLevel.lua +0 -0
- package/dist/{classes → src/classes}/DefaultMap.d.ts +0 -0
- package/dist/src/classes/DefaultMap.d.ts.map +1 -0
- package/dist/src/classes/DefaultMap.lua +172 -0
- package/dist/{classes → src/classes}/ModUpgraded.d.ts +0 -0
- package/dist/src/classes/ModUpgraded.d.ts.map +1 -0
- package/dist/src/classes/ModUpgraded.lua +40 -0
- package/dist/{core → src/core}/cachedClasses.d.ts +0 -0
- package/dist/src/core/cachedClasses.d.ts.map +1 -0
- package/dist/{core → src/core}/cachedClasses.lua +0 -0
- package/dist/{core → src/core}/constants.d.ts +0 -0
- package/dist/src/core/constants.d.ts.map +1 -0
- package/dist/src/core/constants.lua +120 -0
- package/dist/{core → src/core}/constantsFirstLast.d.ts +0 -0
- package/dist/src/core/constantsFirstLast.d.ts.map +1 -0
- package/dist/src/core/constantsFirstLast.lua +66 -0
- package/dist/{core → src/core}/upgradeMod.d.ts +0 -0
- package/dist/src/core/upgradeMod.d.ts.map +1 -0
- package/dist/src/core/upgradeMod.lua +52 -0
- package/dist/{enums → src/enums}/AmbushType.d.ts +0 -0
- package/dist/src/enums/AmbushType.d.ts.map +1 -0
- package/dist/{enums → src/enums}/AmbushType.lua +0 -0
- package/dist/{enums → src/enums}/CornerType.d.ts +0 -0
- package/dist/src/enums/CornerType.d.ts.map +1 -0
- package/dist/{enums → src/enums}/CornerType.lua +0 -0
- package/dist/{enums → src/enums}/HealthType.d.ts +0 -0
- package/dist/src/enums/HealthType.d.ts.map +1 -0
- package/dist/{enums → src/enums}/HealthType.lua +0 -0
- package/dist/{enums → src/enums}/ModCallbackCustom.d.ts +0 -0
- package/dist/src/enums/ModCallbackCustom.d.ts.map +1 -0
- package/dist/{enums → src/enums}/ModCallbackCustom.lua +0 -0
- package/dist/{enums → src/enums}/PocketItemType.d.ts +0 -0
- package/dist/src/enums/PocketItemType.d.ts.map +1 -0
- package/dist/{enums → src/enums}/PocketItemType.lua +0 -0
- package/dist/{enums → src/enums}/RockAltType.d.ts +0 -0
- package/dist/src/enums/RockAltType.d.ts.map +1 -0
- package/dist/{enums → src/enums}/RockAltType.lua +0 -0
- package/dist/{enums → src/enums}/SaveDataKey.d.ts +0 -0
- package/dist/src/enums/SaveDataKey.d.ts.map +1 -0
- package/dist/{enums → src/enums}/SaveDataKey.lua +0 -0
- package/dist/{enums → src/enums}/SerializationType.d.ts +0 -0
- package/dist/src/enums/SerializationType.d.ts.map +1 -0
- package/dist/{enums → src/enums}/SerializationType.lua +0 -0
- package/dist/{enums → src/enums}/SlotDestructionType.d.ts +0 -0
- package/dist/src/enums/SlotDestructionType.d.ts.map +1 -0
- package/dist/{enums → src/enums}/SlotDestructionType.lua +0 -0
- package/dist/{enums → src/enums}/StatType.d.ts +0 -0
- package/dist/src/enums/StatType.d.ts.map +1 -0
- package/dist/{enums → src/enums}/StatType.lua +0 -0
- package/dist/{enums → src/enums}/private/CopyableIsaacAPIClassType.d.ts +0 -0
- package/dist/src/enums/private/CopyableIsaacAPIClassType.d.ts.map +1 -0
- package/dist/{enums → src/enums}/private/CopyableIsaacAPIClassType.lua +0 -0
- package/dist/{enums → src/enums}/private/SerializationBrand.d.ts +0 -0
- package/dist/src/enums/private/SerializationBrand.d.ts.map +1 -0
- package/dist/{enums → src/enums}/private/SerializationBrand.lua +0 -0
- package/dist/{enums → src/enums}/private/StageTravelState.d.ts +0 -0
- package/dist/src/enums/private/StageTravelState.d.ts.map +1 -0
- package/dist/{enums → src/enums}/private/StageTravelState.lua +0 -0
- package/dist/{enums → src/enums}/private/TrapdoorAnimation.d.ts +0 -0
- package/dist/src/enums/private/TrapdoorAnimation.d.ts.map +1 -0
- package/dist/{enums → src/enums}/private/TrapdoorAnimation.lua +0 -0
- package/dist/{features → src/features}/characterHealthConversion.d.ts +0 -0
- package/dist/src/features/characterHealthConversion.d.ts.map +1 -0
- package/dist/src/features/characterHealthConversion.lua +87 -0
- package/dist/{features → src/features}/characterStats.d.ts +0 -0
- package/dist/src/features/characterStats.d.ts.map +1 -0
- package/dist/src/features/characterStats.lua +53 -0
- package/dist/{features → src/features}/collectibleItemPoolType.d.ts +0 -0
- package/dist/src/features/collectibleItemPoolType.d.ts.map +1 -0
- package/dist/src/features/collectibleItemPoolType.lua +48 -0
- package/dist/{features → src/features}/customDoor.d.ts +0 -0
- package/dist/src/features/customDoor.d.ts.map +1 -0
- package/dist/src/features/customDoor.lua +53 -0
- package/dist/{features → src/features}/customGridEntity.d.ts +0 -0
- package/dist/src/features/customGridEntity.d.ts.map +1 -0
- package/dist/src/features/customGridEntity.lua +325 -0
- package/dist/{features → src/features}/customPickup.d.ts +0 -0
- package/dist/src/features/customPickup.d.ts.map +1 -0
- package/dist/src/features/customPickup.lua +90 -0
- package/dist/{features → src/features}/customStage/backdrop.d.ts +0 -0
- package/dist/src/features/customStage/backdrop.d.ts.map +1 -0
- package/dist/src/features/customStage/backdrop.lua +198 -0
- package/dist/{features → src/features}/customStage/customStageConstants.d.ts +0 -0
- package/dist/src/features/customStage/customStageConstants.d.ts.map +1 -0
- package/dist/{features → src/features}/customStage/customStageConstants.lua +0 -0
- package/dist/{features → src/features}/customStage/customStageGridEntities.d.ts +0 -0
- package/dist/src/features/customStage/customStageGridEntities.d.ts.map +1 -0
- package/dist/src/features/customStage/customStageGridEntities.lua +301 -0
- package/dist/{features → src/features}/customStage/customStageUtils.d.ts +0 -0
- package/dist/src/features/customStage/customStageUtils.d.ts.map +1 -0
- package/dist/src/features/customStage/customStageUtils.lua +102 -0
- package/dist/{features → src/features}/customStage/exports.d.ts +0 -0
- package/dist/src/features/customStage/exports.d.ts.map +1 -0
- package/dist/src/features/customStage/exports.lua +175 -0
- package/dist/{features → src/features}/customStage/init.d.ts +0 -0
- package/dist/src/features/customStage/init.d.ts.map +1 -0
- package/dist/src/features/customStage/init.lua +147 -0
- package/dist/{features → src/features}/customStage/metadata.lua +0 -0
- package/dist/{features → src/features}/customStage/shadows.d.ts +0 -0
- package/dist/src/features/customStage/shadows.d.ts.map +1 -0
- package/dist/src/features/customStage/shadows.lua +72 -0
- package/dist/{features → src/features}/customStage/streakText.d.ts +0 -0
- package/dist/src/features/customStage/streakText.d.ts.map +1 -0
- package/dist/src/features/customStage/streakText.lua +210 -0
- package/dist/{features → src/features}/customStage/v.d.ts +0 -0
- package/dist/src/features/customStage/v.d.ts.map +1 -0
- package/dist/src/features/customStage/v.lua +24 -0
- package/dist/{features → src/features}/customStage/versusScreen.d.ts +0 -0
- package/dist/src/features/customStage/versusScreen.d.ts.map +1 -0
- package/dist/src/features/customStage/versusScreen.lua +263 -0
- package/dist/{features → src/features}/customTrapdoor/blackSprite.d.ts +0 -0
- package/dist/src/features/customTrapdoor/blackSprite.d.ts.map +1 -0
- package/dist/src/features/customTrapdoor/blackSprite.lua +20 -0
- package/dist/{features → src/features}/customTrapdoor/customTrapdoorConstants.d.ts +0 -0
- package/dist/src/features/customTrapdoor/customTrapdoorConstants.d.ts.map +1 -0
- package/dist/{features → src/features}/customTrapdoor/customTrapdoorConstants.lua +0 -0
- package/dist/{features → src/features}/customTrapdoor/exports.d.ts +0 -0
- package/dist/src/features/customTrapdoor/exports.d.ts.map +1 -0
- package/dist/src/features/customTrapdoor/exports.lua +72 -0
- package/dist/{features → src/features}/customTrapdoor/init.d.ts +0 -0
- package/dist/src/features/customTrapdoor/init.d.ts.map +1 -0
- package/dist/src/features/customTrapdoor/init.lua +199 -0
- package/dist/{features → src/features}/customTrapdoor/openClose.d.ts +0 -0
- package/dist/src/features/customTrapdoor/openClose.d.ts.map +1 -0
- package/dist/src/features/customTrapdoor/openClose.lua +60 -0
- package/dist/{features → src/features}/customTrapdoor/spawn.d.ts +0 -0
- package/dist/src/features/customTrapdoor/spawn.d.ts.map +1 -0
- package/dist/src/features/customTrapdoor/spawn.lua +51 -0
- package/dist/{features → src/features}/customTrapdoor/touched.d.ts +0 -0
- package/dist/src/features/customTrapdoor/touched.d.ts.map +1 -0
- package/dist/src/features/customTrapdoor/touched.lua +159 -0
- package/dist/{features → src/features}/customTrapdoor/v.d.ts +0 -0
- package/dist/src/features/customTrapdoor/v.d.ts.map +1 -0
- package/dist/src/features/customTrapdoor/v.lua +17 -0
- package/dist/{features → src/features}/debugDisplay/debugDisplay.d.ts +0 -0
- package/dist/src/features/debugDisplay/debugDisplay.d.ts.map +1 -0
- package/dist/src/features/debugDisplay/debugDisplay.lua +180 -0
- package/dist/{features → src/features}/debugDisplay/exports.d.ts +0 -0
- package/dist/src/features/debugDisplay/exports.d.ts.map +1 -0
- package/dist/src/features/debugDisplay/exports.lua +368 -0
- package/dist/{features → src/features}/debugDisplay/v.d.ts +0 -0
- package/dist/src/features/debugDisplay/v.d.ts.map +1 -0
- package/dist/src/features/debugDisplay/v.lua +63 -0
- package/dist/{features → src/features}/deployJSONRoom.d.ts +0 -0
- package/dist/src/features/deployJSONRoom.d.ts.map +1 -0
- package/dist/src/features/deployJSONRoom.lua +576 -0
- package/dist/{features → src/features}/disableAllSound.d.ts +0 -0
- package/dist/src/features/disableAllSound.d.ts.map +1 -0
- package/dist/src/features/disableAllSound.lua +62 -0
- package/dist/{features → src/features}/disableInputs.d.ts +0 -0
- package/dist/src/features/disableInputs.d.ts.map +1 -0
- package/dist/src/features/disableInputs.lua +156 -0
- package/dist/{features → src/features}/extraConsoleCommands/commandsDisplay.d.ts +0 -0
- package/dist/src/features/extraConsoleCommands/commandsDisplay.d.ts.map +1 -0
- package/dist/src/features/extraConsoleCommands/commandsDisplay.lua +219 -0
- package/dist/{features → src/features}/extraConsoleCommands/commandsSubroutines.d.ts +0 -0
- package/dist/src/features/extraConsoleCommands/commandsSubroutines.d.ts.map +1 -0
- package/dist/src/features/extraConsoleCommands/commandsSubroutines.lua +154 -0
- package/dist/{features → src/features}/extraConsoleCommands/exports.d.ts +0 -0
- package/dist/src/features/extraConsoleCommands/exports.d.ts.map +1 -0
- package/dist/src/features/extraConsoleCommands/exports.lua +55 -0
- package/dist/{features → src/features}/extraConsoleCommands/init.d.ts +0 -0
- package/dist/src/features/extraConsoleCommands/init.d.ts.map +1 -0
- package/dist/src/features/extraConsoleCommands/init.lua +142 -0
- package/dist/{features → src/features}/extraConsoleCommands/listCommands.d.ts +0 -0
- package/dist/src/features/extraConsoleCommands/listCommands.d.ts.map +1 -0
- package/dist/src/features/extraConsoleCommands/listCommands.lua +1273 -0
- package/dist/{features → src/features}/extraConsoleCommands/v.d.ts +0 -0
- package/dist/src/features/extraConsoleCommands/v.d.ts.map +1 -0
- package/dist/{features → src/features}/extraConsoleCommands/v.lua +0 -0
- package/dist/{features → src/features}/fadeInRemover.d.ts +0 -0
- package/dist/src/features/fadeInRemover.d.ts.map +1 -0
- package/dist/src/features/fadeInRemover.lua +55 -0
- package/dist/{features → src/features}/fastReset.d.ts +0 -0
- package/dist/src/features/fastReset.d.ts.map +1 -0
- package/dist/src/features/fastReset.lua +59 -0
- package/dist/{features → src/features}/firstLast.d.ts +0 -0
- package/dist/src/features/firstLast.d.ts.map +1 -0
- package/dist/src/features/firstLast.lua +344 -0
- package/dist/{features → src/features}/forgottenSwitch.d.ts +0 -0
- package/dist/src/features/forgottenSwitch.d.ts.map +1 -0
- package/dist/src/features/forgottenSwitch.lua +32 -0
- package/dist/{features → src/features}/pause.d.ts +0 -0
- package/dist/src/features/pause.d.ts.map +1 -0
- package/dist/src/features/pause.lua +150 -0
- package/dist/{features → src/features}/persistentEntities.d.ts +0 -0
- package/dist/src/features/persistentEntities.d.ts.map +1 -0
- package/dist/src/features/persistentEntities.lua +165 -0
- package/dist/{features → src/features}/pickupIndex.d.ts +0 -0
- package/dist/src/features/pickupIndex.d.ts.map +1 -0
- package/dist/src/features/pickupIndex.lua +198 -0
- package/dist/{features → src/features}/playerInventory.d.ts +0 -0
- package/dist/src/features/playerInventory.d.ts.map +1 -0
- package/dist/src/features/playerInventory.lua +83 -0
- package/dist/{features → src/features}/ponyDetection.d.ts +0 -0
- package/dist/src/features/ponyDetection.d.ts.map +1 -0
- package/dist/src/features/ponyDetection.lua +66 -0
- package/dist/{features → src/features}/preventChildEntities.d.ts +0 -0
- package/dist/src/features/preventChildEntities.d.ts.map +1 -0
- package/dist/src/features/preventChildEntities.lua +35 -0
- package/dist/{features → src/features}/preventCollectibleRotation.d.ts +0 -0
- package/dist/src/features/preventCollectibleRotation.d.ts.map +1 -0
- package/dist/src/features/preventCollectibleRotation.lua +68 -0
- package/dist/{features → src/features}/registerHotkey.d.ts +0 -0
- package/dist/src/features/registerHotkey.d.ts.map +1 -0
- package/dist/src/features/registerHotkey.lua +93 -0
- package/dist/{features → src/features}/roomClearFrame.d.ts +0 -0
- package/dist/src/features/roomClearFrame.d.ts.map +1 -0
- package/dist/src/features/roomClearFrame.lua +38 -0
- package/dist/{features → src/features}/roomHistory.d.ts +0 -0
- package/dist/src/features/roomHistory.d.ts.map +1 -0
- package/dist/src/features/roomHistory.lua +102 -0
- package/dist/{features → src/features}/runInNFrames.d.ts +0 -0
- package/dist/src/features/runInNFrames.d.ts.map +1 -0
- package/dist/src/features/runInNFrames.lua +191 -0
- package/dist/{features → src/features}/runNextRoom.d.ts +0 -0
- package/dist/src/features/runNextRoom.d.ts.map +1 -0
- package/dist/src/features/runNextRoom.lua +35 -0
- package/dist/{features → src/features}/saveDataManager/exports.d.ts +0 -0
- package/dist/src/features/saveDataManager/exports.d.ts.map +1 -0
- package/dist/src/features/saveDataManager/exports.lua +189 -0
- package/dist/{features → src/features}/saveDataManager/load.d.ts +0 -0
- package/dist/src/features/saveDataManager/load.d.ts.map +1 -0
- package/dist/src/features/saveDataManager/load.lua +75 -0
- package/dist/{features → src/features}/saveDataManager/main.d.ts +0 -0
- package/dist/src/features/saveDataManager/main.d.ts.map +1 -0
- package/dist/src/features/saveDataManager/main.lua +135 -0
- package/dist/{features → src/features}/saveDataManager/maps.d.ts +0 -0
- package/dist/src/features/saveDataManager/maps.d.ts.map +1 -0
- package/dist/{features → src/features}/saveDataManager/maps.lua +0 -0
- package/dist/{features → src/features}/saveDataManager/merge.d.ts +0 -0
- package/dist/src/features/saveDataManager/merge.d.ts.map +1 -0
- package/dist/src/features/saveDataManager/merge.lua +154 -0
- package/dist/{features → src/features}/saveDataManager/save.d.ts +0 -0
- package/dist/src/features/saveDataManager/save.d.ts.map +1 -0
- package/dist/src/features/saveDataManager/save.lua +48 -0
- package/dist/{features → src/features}/saveDataManager/saveDataManagerConstants.d.ts +0 -0
- package/dist/src/features/saveDataManager/saveDataManagerConstants.d.ts.map +1 -0
- package/dist/{features → src/features}/saveDataManager/saveDataManagerConstants.lua +0 -0
- package/dist/{features → src/features}/saveDataManager/serializationBrands.d.ts +0 -0
- package/dist/src/features/saveDataManager/serializationBrands.d.ts.map +1 -0
- package/dist/src/features/saveDataManager/serializationBrands.lua +19 -0
- package/dist/{features → src/features}/sirenHelpers.d.ts +0 -0
- package/dist/src/features/sirenHelpers.d.ts.map +1 -0
- package/dist/src/features/sirenHelpers.lua +82 -0
- package/dist/{features → src/features}/stageHistory.d.ts +0 -0
- package/dist/src/features/stageHistory.d.ts.map +1 -0
- package/dist/src/features/stageHistory.lua +62 -0
- package/dist/{features → src/features}/taintedLazarusPlayers.d.ts +0 -0
- package/dist/src/features/taintedLazarusPlayers.d.ts.map +1 -0
- package/dist/src/features/taintedLazarusPlayers.lua +72 -0
- package/dist/{featuresInitialized.d.ts → src/featuresInitialized.d.ts} +0 -0
- package/dist/src/featuresInitialized.d.ts.map +1 -0
- package/dist/{featuresInitialized.lua → src/featuresInitialized.lua} +0 -0
- package/dist/{functions → src/functions}/ambush.d.ts +0 -0
- package/dist/src/functions/ambush.d.ts.map +1 -0
- package/dist/src/functions/ambush.lua +43 -0
- package/dist/{functions → src/functions}/array.d.ts +0 -0
- package/dist/src/functions/array.d.ts.map +1 -0
- package/dist/src/functions/array.lua +481 -0
- package/dist/src/functions/arrayLua.d.ts +53 -0
- package/dist/src/functions/arrayLua.d.ts.map +1 -0
- package/dist/src/functions/arrayLua.lua +52 -0
- package/dist/{functions → src/functions}/benchmark.d.ts +0 -0
- package/dist/src/functions/benchmark.d.ts.map +1 -0
- package/dist/src/functions/benchmark.lua +49 -0
- package/dist/{functions → src/functions}/bitSet128.d.ts +0 -0
- package/dist/src/functions/bitSet128.d.ts.map +1 -0
- package/dist/src/functions/bitSet128.lua +71 -0
- package/dist/{functions → src/functions}/bitwise.d.ts +0 -0
- package/dist/src/functions/bitwise.d.ts.map +1 -0
- package/dist/src/functions/bitwise.lua +77 -0
- package/dist/{functions → src/functions}/bombs.d.ts +0 -0
- package/dist/src/functions/bombs.d.ts.map +1 -0
- package/dist/{functions → src/functions}/bombs.lua +0 -0
- package/dist/{functions → src/functions}/bosses.d.ts +0 -0
- package/dist/src/functions/bosses.d.ts.map +1 -0
- package/dist/src/functions/bosses.lua +257 -0
- package/dist/{functions → src/functions}/cards.d.ts +0 -0
- package/dist/src/functions/cards.d.ts.map +1 -0
- package/dist/src/functions/cards.lua +214 -0
- package/dist/{functions → src/functions}/challenges.d.ts +0 -0
- package/dist/src/functions/challenges.d.ts.map +1 -0
- package/dist/src/functions/challenges.lua +10 -0
- package/dist/{functions → src/functions}/characters.d.ts +0 -0
- package/dist/src/functions/characters.d.ts.map +1 -0
- package/dist/src/functions/characters.lua +106 -0
- package/dist/{functions → src/functions}/charge.d.ts +0 -0
- package/dist/src/functions/charge.d.ts.map +1 -0
- package/dist/src/functions/charge.lua +219 -0
- package/dist/{functions → src/functions}/chargeBar.d.ts +0 -0
- package/dist/src/functions/chargeBar.d.ts.map +1 -0
- package/dist/{functions → src/functions}/chargeBar.lua +0 -0
- package/dist/{functions → src/functions}/collectibleCacheFlag.d.ts +0 -0
- package/dist/src/functions/collectibleCacheFlag.d.ts.map +1 -0
- package/dist/src/functions/collectibleCacheFlag.lua +90 -0
- package/dist/{functions → src/functions}/collectibleSet.d.ts +0 -0
- package/dist/src/functions/collectibleSet.d.ts.map +1 -0
- package/dist/src/functions/collectibleSet.lua +111 -0
- package/dist/{functions → src/functions}/collectibleTag.d.ts +0 -0
- package/dist/src/functions/collectibleTag.d.ts.map +1 -0
- package/dist/src/functions/collectibleTag.lua +81 -0
- package/dist/{functions → src/functions}/collectibles.d.ts +0 -0
- package/dist/src/functions/collectibles.d.ts.map +1 -0
- package/dist/src/functions/collectibles.lua +465 -0
- package/dist/{functions → src/functions}/color.d.ts +0 -0
- package/dist/src/functions/color.d.ts.map +1 -0
- package/dist/src/functions/color.lua +124 -0
- package/dist/{functions → src/functions}/curses.d.ts +0 -0
- package/dist/src/functions/curses.d.ts.map +1 -0
- package/dist/src/functions/curses.lua +24 -0
- package/dist/src/functions/debug.d.ts +63 -0
- package/dist/src/functions/debug.d.ts.map +1 -0
- package/dist/src/functions/debug.lua +112 -0
- package/dist/{functions → src/functions}/deepCopy.d.ts +0 -0
- package/dist/src/functions/deepCopy.d.ts.map +1 -0
- package/dist/src/functions/deepCopy.lua +555 -0
- package/dist/{functions → src/functions}/deepCopyTests.d.ts +0 -0
- package/dist/src/functions/deepCopyTests.d.ts.map +1 -0
- package/dist/src/functions/deepCopyTests.lua +379 -0
- package/dist/{functions → src/functions}/dimensions.d.ts +0 -0
- package/dist/src/functions/dimensions.d.ts.map +1 -0
- package/dist/src/functions/dimensions.lua +35 -0
- package/dist/{functions → src/functions}/direction.d.ts +0 -0
- package/dist/src/functions/direction.d.ts.map +1 -0
- package/dist/src/functions/direction.lua +44 -0
- package/dist/{functions → src/functions}/doors.d.ts +0 -0
- package/dist/src/functions/doors.d.ts.map +1 -0
- package/dist/src/functions/doors.lua +382 -0
- package/dist/{functions → src/functions}/easing.d.ts +0 -0
- package/dist/src/functions/easing.d.ts.map +1 -0
- package/dist/{functions → src/functions}/easing.lua +0 -0
- package/dist/{functions → src/functions}/eden.d.ts +0 -0
- package/dist/src/functions/eden.d.ts.map +1 -0
- package/dist/src/functions/eden.lua +44 -0
- package/dist/{functions → src/functions}/effects.d.ts +0 -0
- package/dist/src/functions/effects.d.ts.map +1 -0
- package/dist/src/functions/effects.lua +12 -0
- package/dist/{functions → src/functions}/entities.d.ts +0 -0
- package/dist/src/functions/entities.d.ts.map +1 -0
- package/dist/src/functions/entities.lua +431 -0
- package/dist/{functions → src/functions}/entitiesSpecific.d.ts +0 -0
- package/dist/src/functions/entitiesSpecific.d.ts.map +1 -0
- package/dist/src/functions/entitiesSpecific.lua +970 -0
- package/dist/{functions → src/functions}/entityTypes.d.ts +0 -0
- package/dist/src/functions/entityTypes.d.ts.map +1 -0
- package/dist/{functions → src/functions}/entityTypes.lua +0 -0
- package/dist/{functions → src/functions}/enums.d.ts +0 -0
- package/dist/src/functions/enums.d.ts.map +1 -0
- package/dist/src/functions/enums.lua +177 -0
- package/dist/{functions → src/functions}/familiars.d.ts +0 -0
- package/dist/src/functions/familiars.d.ts.map +1 -0
- package/dist/src/functions/familiars.lua +101 -0
- package/dist/{functions → src/functions}/flag.d.ts +0 -0
- package/dist/src/functions/flag.d.ts.map +1 -0
- package/dist/{functions → src/functions}/flag.lua +0 -0
- package/dist/{functions → src/functions}/flying.d.ts +0 -0
- package/dist/src/functions/flying.d.ts.map +1 -0
- package/dist/src/functions/flying.lua +80 -0
- package/dist/{functions → src/functions}/globals.d.ts +0 -0
- package/dist/src/functions/globals.d.ts.map +1 -0
- package/dist/src/functions/globals.lua +237 -0
- package/dist/{functions → src/functions}/gridEntities.d.ts +0 -0
- package/dist/src/functions/gridEntities.d.ts.map +1 -0
- package/dist/src/functions/gridEntities.lua +476 -0
- package/dist/{functions → src/functions}/gridEntitiesSpecific.d.ts +0 -0
- package/dist/src/functions/gridEntitiesSpecific.d.ts.map +1 -0
- package/dist/src/functions/gridEntitiesSpecific.lua +493 -0
- package/dist/{functions → src/functions}/hex.d.ts +0 -0
- package/dist/src/functions/hex.d.ts.map +1 -0
- package/dist/src/functions/hex.lua +54 -0
- package/dist/{functions → src/functions}/initArray.d.ts +0 -0
- package/dist/src/functions/initArray.d.ts.map +1 -0
- package/dist/src/functions/initArray.lua +37 -0
- package/dist/{functions → src/functions}/input.d.ts +0 -0
- package/dist/src/functions/input.d.ts.map +1 -0
- package/dist/src/functions/input.lua +127 -0
- package/dist/{functions → src/functions}/isaacAPIClass.d.ts +0 -0
- package/dist/src/functions/isaacAPIClass.d.ts.map +1 -0
- package/dist/src/functions/isaacAPIClass.lua +132 -0
- package/dist/{functions → src/functions}/itemPool.d.ts +0 -0
- package/dist/src/functions/itemPool.d.ts.map +1 -0
- package/dist/src/functions/itemPool.lua +131 -0
- package/dist/{functions → src/functions}/jsonHelpers.d.ts +0 -0
- package/dist/src/functions/jsonHelpers.d.ts.map +1 -0
- package/dist/src/functions/jsonHelpers.lua +43 -0
- package/dist/{functions → src/functions}/jsonRoom.d.ts +0 -0
- package/dist/src/functions/jsonRoom.d.ts.map +1 -0
- package/dist/src/functions/jsonRoom.lua +159 -0
- package/dist/{functions → src/functions}/kColor.d.ts +0 -0
- package/dist/src/functions/kColor.d.ts.map +1 -0
- package/dist/src/functions/kColor.lua +103 -0
- package/dist/{functions → src/functions}/language.d.ts +0 -0
- package/dist/src/functions/language.d.ts.map +1 -0
- package/dist/src/functions/language.lua +13 -0
- package/dist/{functions → src/functions}/level.d.ts +0 -0
- package/dist/src/functions/level.d.ts.map +1 -0
- package/dist/src/functions/level.lua +30 -0
- package/dist/{functions → src/functions}/levelGrid.d.ts +0 -0
- package/dist/src/functions/levelGrid.d.ts.map +1 -0
- package/dist/src/functions/levelGrid.lua +404 -0
- package/dist/{functions → src/functions}/log.d.ts +0 -0
- package/dist/src/functions/log.d.ts.map +1 -0
- package/dist/src/functions/log.lua +519 -0
- package/dist/{functions → src/functions}/logEntities.d.ts +0 -0
- package/dist/src/functions/logEntities.d.ts.map +1 -0
- package/dist/src/functions/logEntities.lua +242 -0
- package/dist/{functions → src/functions}/map.d.ts +0 -0
- package/dist/src/functions/map.d.ts.map +1 -0
- package/dist/src/functions/map.lua +55 -0
- package/dist/{functions → src/functions}/math.d.ts +0 -0
- package/dist/src/functions/math.d.ts.map +1 -0
- package/dist/src/functions/math.lua +118 -0
- package/dist/{functions → src/functions}/mergeTests.d.ts +0 -0
- package/dist/src/functions/mergeTests.d.ts.map +1 -0
- package/dist/src/functions/mergeTests.lua +261 -0
- package/dist/{functions → src/functions}/minimap.d.ts +0 -0
- package/dist/src/functions/minimap.d.ts.map +1 -0
- package/dist/src/functions/minimap.lua +141 -0
- package/dist/{functions → src/functions}/nextStage.d.ts +0 -0
- package/dist/src/functions/nextStage.d.ts.map +1 -0
- package/dist/src/functions/nextStage.lua +253 -0
- package/dist/{functions → src/functions}/npcs.d.ts +0 -0
- package/dist/src/functions/npcs.d.ts.map +1 -0
- package/dist/src/functions/npcs.lua +143 -0
- package/dist/{functions → src/functions}/pickupVariants.d.ts +0 -0
- package/dist/src/functions/pickupVariants.d.ts.map +1 -0
- package/dist/{functions → src/functions}/pickupVariants.lua +0 -0
- package/dist/{functions → src/functions}/pickups.d.ts +0 -0
- package/dist/src/functions/pickups.d.ts.map +1 -0
- package/dist/src/functions/pickups.lua +47 -0
- package/dist/{functions → src/functions}/pickupsSpecific.d.ts +0 -0
- package/dist/src/functions/pickupsSpecific.d.ts.map +1 -0
- package/dist/src/functions/pickupsSpecific.lua +560 -0
- package/dist/{functions → src/functions}/pills.d.ts +0 -0
- package/dist/src/functions/pills.d.ts.map +1 -0
- package/dist/src/functions/pills.lua +136 -0
- package/dist/{functions → src/functions}/playerCenter.d.ts +0 -0
- package/dist/src/functions/playerCenter.d.ts.map +1 -0
- package/dist/src/functions/playerCenter.lua +64 -0
- package/dist/{functions → src/functions}/playerDataStructures.d.ts +0 -0
- package/dist/src/functions/playerDataStructures.d.ts.map +1 -0
- package/dist/src/functions/playerDataStructures.lua +103 -0
- package/dist/{functions → src/functions}/playerHealth.d.ts +0 -0
- package/dist/src/functions/playerHealth.d.ts.map +1 -0
- package/dist/src/functions/playerHealth.lua +581 -0
- package/dist/{functions → src/functions}/playerIndex.d.ts +0 -0
- package/dist/src/functions/playerIndex.d.ts.map +1 -0
- package/dist/src/functions/playerIndex.lua +175 -0
- package/dist/{functions → src/functions}/playerStats.d.ts +0 -0
- package/dist/src/functions/playerStats.d.ts.map +1 -0
- package/dist/src/functions/playerStats.lua +22 -0
- package/dist/{functions → src/functions}/players.d.ts +0 -0
- package/dist/src/functions/players.d.ts.map +1 -0
- package/dist/src/functions/players.lua +671 -0
- package/dist/{functions → src/functions}/pocketItems.d.ts +0 -0
- package/dist/src/functions/pocketItems.d.ts.map +1 -0
- package/dist/src/functions/pocketItems.lua +106 -0
- package/dist/{functions → src/functions}/positionVelocity.d.ts +0 -0
- package/dist/src/functions/positionVelocity.d.ts.map +1 -0
- package/dist/src/functions/positionVelocity.lua +157 -0
- package/dist/{functions → src/functions}/pressurePlate.d.ts +0 -0
- package/dist/src/functions/pressurePlate.d.ts.map +1 -0
- package/dist/src/functions/pressurePlate.lua +29 -0
- package/dist/{functions → src/functions}/projectiles.d.ts +0 -0
- package/dist/src/functions/projectiles.d.ts.map +1 -0
- package/dist/src/functions/projectiles.lua +73 -0
- package/dist/{functions → src/functions}/random.d.ts +0 -0
- package/dist/src/functions/random.d.ts.map +1 -0
- package/dist/src/functions/random.lua +89 -0
- package/dist/{functions → src/functions}/reorderedCallbacks.d.ts +0 -0
- package/dist/src/functions/reorderedCallbacks.d.ts.map +1 -0
- package/dist/src/functions/reorderedCallbacks.lua +34 -0
- package/dist/{functions → src/functions}/revive.d.ts +0 -0
- package/dist/src/functions/revive.d.ts.map +1 -0
- package/dist/src/functions/revive.lua +118 -0
- package/dist/{functions → src/functions}/rng.d.ts +0 -0
- package/dist/src/functions/rng.d.ts.map +1 -0
- package/dist/src/functions/rng.lua +126 -0
- package/dist/{functions → src/functions}/rockAlt.d.ts +0 -0
- package/dist/src/functions/rockAlt.d.ts.map +1 -0
- package/dist/src/functions/rockAlt.lua +485 -0
- package/dist/{functions → src/functions}/roomData.d.ts +0 -0
- package/dist/src/functions/roomData.d.ts.map +1 -0
- package/dist/src/functions/roomData.lua +167 -0
- package/dist/{functions → src/functions}/roomGrid.d.ts +0 -0
- package/dist/src/functions/roomGrid.d.ts.map +1 -0
- package/dist/src/functions/roomGrid.lua +80 -0
- package/dist/{functions → src/functions}/roomShape.d.ts +0 -0
- package/dist/src/functions/roomShape.d.ts.map +1 -0
- package/dist/src/functions/roomShape.lua +96 -0
- package/dist/{functions → src/functions}/roomTransition.d.ts +0 -0
- package/dist/src/functions/roomTransition.d.ts.map +1 -0
- package/dist/src/functions/roomTransition.lua +75 -0
- package/dist/{functions → src/functions}/rooms.d.ts +0 -0
- package/dist/src/functions/rooms.d.ts.map +1 -0
- package/dist/src/functions/rooms.lua +436 -0
- package/dist/{functions → src/functions}/run.d.ts +0 -0
- package/dist/src/functions/run.d.ts.map +1 -0
- package/dist/src/functions/run.lua +79 -0
- package/dist/{functions → src/functions}/saveFile.d.ts +0 -0
- package/dist/src/functions/saveFile.d.ts.map +1 -0
- package/dist/src/functions/saveFile.lua +24 -0
- package/dist/{functions → src/functions}/seeds.d.ts +0 -0
- package/dist/src/functions/seeds.d.ts.map +1 -0
- package/dist/src/functions/seeds.lua +19 -0
- package/dist/{functions → src/functions}/serialization.d.ts +0 -0
- package/dist/src/functions/serialization.d.ts.map +1 -0
- package/dist/src/functions/serialization.lua +100 -0
- package/dist/{functions → src/functions}/set.d.ts +0 -0
- package/dist/src/functions/set.d.ts.map +1 -0
- package/dist/src/functions/set.lua +125 -0
- package/dist/{functions → src/functions}/sound.d.ts +0 -0
- package/dist/src/functions/sound.d.ts.map +1 -0
- package/dist/src/functions/sound.lua +13 -0
- package/dist/{functions → src/functions}/spawnCollectible.d.ts +0 -0
- package/dist/src/functions/spawnCollectible.d.ts.map +1 -0
- package/dist/src/functions/spawnCollectible.lua +94 -0
- package/dist/{functions → src/functions}/sprites.d.ts +0 -0
- package/dist/src/functions/sprites.d.ts.map +1 -0
- package/dist/src/functions/sprites.lua +89 -0
- package/dist/{functions → src/functions}/stage.d.ts +0 -0
- package/dist/src/functions/stage.d.ts.map +1 -0
- package/dist/src/functions/stage.lua +165 -0
- package/dist/{functions → src/functions}/stats.d.ts +0 -0
- package/dist/src/functions/stats.d.ts.map +1 -0
- package/dist/src/functions/stats.lua +89 -0
- package/dist/{functions → src/functions}/string.d.ts +0 -0
- package/dist/src/functions/string.d.ts.map +1 -0
- package/dist/{functions → src/functions}/string.lua +0 -0
- package/dist/{functions → src/functions}/table.d.ts +0 -0
- package/dist/src/functions/table.d.ts.map +1 -0
- package/dist/src/functions/table.lua +151 -0
- package/dist/{functions → src/functions}/tears.d.ts +0 -0
- package/dist/src/functions/tears.d.ts.map +1 -0
- package/dist/{functions → src/functions}/tears.lua +0 -0
- package/dist/{functions → src/functions}/transformations.d.ts +0 -0
- package/dist/src/functions/transformations.d.ts.map +1 -0
- package/dist/src/functions/transformations.lua +112 -0
- package/dist/{functions → src/functions}/trinketCacheFlag.d.ts +0 -0
- package/dist/src/functions/trinketCacheFlag.d.ts.map +1 -0
- package/dist/src/functions/trinketCacheFlag.lua +69 -0
- package/dist/{functions → src/functions}/trinketGive.d.ts +0 -0
- package/dist/src/functions/trinketGive.d.ts.map +1 -0
- package/dist/src/functions/trinketGive.lua +130 -0
- package/dist/{functions → src/functions}/trinketSet.d.ts +0 -0
- package/dist/src/functions/trinketSet.d.ts.map +1 -0
- package/dist/src/functions/trinketSet.lua +110 -0
- package/dist/{functions → src/functions}/trinkets.d.ts +0 -0
- package/dist/src/functions/trinkets.d.ts.map +1 -0
- package/dist/src/functions/trinkets.lua +172 -0
- package/dist/{functions → src/functions}/tstlClass.d.ts +0 -0
- package/dist/src/functions/tstlClass.d.ts.map +1 -0
- package/dist/src/functions/tstlClass.lua +112 -0
- package/dist/{functions → src/functions}/types.d.ts +0 -0
- package/dist/src/functions/types.d.ts.map +1 -0
- package/dist/{functions → src/functions}/types.lua +0 -0
- package/dist/{functions → src/functions}/ui.d.ts +0 -0
- package/dist/src/functions/ui.d.ts.map +1 -0
- package/dist/src/functions/ui.lua +119 -0
- package/dist/src/functions/utils.d.ts +94 -0
- package/dist/src/functions/utils.d.ts.map +1 -0
- package/dist/src/functions/utils.lua +149 -0
- package/dist/{functions → src/functions}/vector.d.ts +0 -0
- package/dist/src/functions/vector.d.ts.map +1 -0
- package/dist/src/functions/vector.lua +111 -0
- package/dist/src/index.d.ts +179 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.lua +1266 -0
- package/dist/{initCustomCallbacks.d.ts → src/initCustomCallbacks.d.ts} +0 -0
- package/dist/src/initCustomCallbacks.d.ts.map +1 -0
- package/dist/src/initCustomCallbacks.lua +217 -0
- package/dist/{initFeatures.d.ts → src/initFeatures.d.ts} +0 -0
- package/dist/src/initFeatures.d.ts.map +1 -0
- package/dist/src/initFeatures.lua +98 -0
- package/dist/{interfaces → src/interfaces}/ChargeBarSprites.d.ts +0 -0
- package/dist/src/interfaces/ChargeBarSprites.d.ts.map +1 -0
- package/dist/{interfaces → src/interfaces}/ChargeBarSprites.lua +0 -0
- package/dist/{interfaces → src/interfaces}/Corner.d.ts +0 -0
- package/dist/src/interfaces/Corner.d.ts.map +1 -0
- package/dist/{interfaces → src/interfaces}/Corner.lua +0 -0
- package/dist/{interfaces → src/interfaces}/CustomStageTSConfig.d.ts +0 -0
- package/dist/src/interfaces/CustomStageTSConfig.d.ts.map +1 -0
- package/dist/{interfaces → src/interfaces}/CustomStageTSConfig.lua +0 -0
- package/dist/{interfaces → src/interfaces}/GridEntityCustomData.d.ts +0 -0
- package/dist/src/interfaces/GridEntityCustomData.d.ts.map +1 -0
- package/dist/{interfaces → src/interfaces}/GridEntityCustomData.lua +0 -0
- package/dist/{interfaces → src/interfaces}/JSONRoomsFile.d.ts +0 -0
- package/dist/src/interfaces/JSONRoomsFile.d.ts.map +1 -0
- package/dist/{interfaces → src/interfaces}/JSONRoomsFile.lua +0 -0
- package/dist/{interfaces → src/interfaces}/PlayerHealth.d.ts +0 -0
- package/dist/src/interfaces/PlayerHealth.d.ts.map +1 -0
- package/dist/{interfaces → src/interfaces}/PlayerHealth.lua +0 -0
- package/dist/{interfaces → src/interfaces}/PocketItemDescription.d.ts +0 -0
- package/dist/src/interfaces/PocketItemDescription.d.ts.map +1 -0
- package/dist/{interfaces → src/interfaces}/PocketItemDescription.lua +0 -0
- package/dist/{interfaces → src/interfaces}/RoomDescription.d.ts +0 -0
- package/dist/src/interfaces/RoomDescription.d.ts.map +1 -0
- package/dist/{interfaces → src/interfaces}/RoomDescription.lua +0 -0
- package/dist/{interfaces → src/interfaces}/SaveData.d.ts +0 -0
- package/dist/src/interfaces/SaveData.d.ts.map +1 -0
- package/dist/{interfaces → src/interfaces}/SaveData.lua +0 -0
- package/dist/{interfaces → src/interfaces}/StatTypeType.d.ts +0 -0
- package/dist/src/interfaces/StatTypeType.d.ts.map +1 -0
- package/dist/src/interfaces/StatTypeType.lua +4 -0
- package/dist/{interfaces → src/interfaces}/TrinketSituation.d.ts +0 -0
- package/dist/src/interfaces/TrinketSituation.d.ts.map +1 -0
- package/dist/{interfaces → src/interfaces}/TrinketSituation.lua +0 -0
- package/dist/{interfaces → src/interfaces}/private/AddCallbackParameterCustom.d.ts +0 -0
- package/dist/src/interfaces/private/AddCallbackParameterCustom.d.ts.map +1 -0
- package/dist/src/interfaces/private/AddCallbackParameterCustom.lua +4 -0
- package/dist/{interfaces → src/interfaces}/private/CustomStage.d.ts +0 -0
- package/dist/src/interfaces/private/CustomStage.d.ts.map +1 -0
- package/dist/{interfaces → src/interfaces}/private/CustomStage.lua +0 -0
- package/dist/{interfaces → src/interfaces}/private/CustomTrapdoorDescription.d.ts +0 -0
- package/dist/src/interfaces/private/CustomTrapdoorDescription.d.ts.map +1 -0
- package/dist/{interfaces → src/interfaces}/private/CustomTrapdoorDescription.lua +0 -0
- package/dist/{interfaces → src/interfaces}/private/CustomTrapdoorDestination.d.ts +0 -0
- package/dist/src/interfaces/private/CustomTrapdoorDestination.d.ts.map +1 -0
- package/dist/{interfaces → src/interfaces}/private/CustomTrapdoorDestination.lua +0 -0
- package/dist/{interfaces → src/interfaces}/private/TSTLClassMetatable.d.ts +0 -0
- package/dist/src/interfaces/private/TSTLClassMetatable.d.ts.map +1 -0
- package/dist/{interfaces → src/interfaces}/private/TSTLClassMetatable.lua +0 -0
- package/dist/{lib → src/lib}/jsonLua.lua +0 -0
- package/dist/{maps → src/maps}/PHDPillConversions.d.ts +0 -0
- package/dist/src/maps/PHDPillConversions.d.ts.map +1 -0
- package/dist/{maps → src/maps}/PHDPillConversions.lua +0 -0
- package/dist/{maps → src/maps}/cardNameToTypeMap.d.ts +0 -0
- package/dist/src/maps/cardNameToTypeMap.d.ts.map +1 -0
- package/dist/{maps → src/maps}/cardNameToTypeMap.lua +0 -0
- package/dist/{maps → src/maps}/characterNameToTypeMap.d.ts +0 -0
- package/dist/src/maps/characterNameToTypeMap.d.ts.map +1 -0
- package/dist/{maps → src/maps}/characterNameToTypeMap.lua +0 -0
- package/dist/{maps → src/maps}/collectibleDescriptionMap.d.ts +0 -0
- package/dist/src/maps/collectibleDescriptionMap.d.ts.map +1 -0
- package/dist/{maps → src/maps}/collectibleDescriptionMap.lua +0 -0
- package/dist/{maps → src/maps}/collectibleNameToTypeMap.d.ts +0 -0
- package/dist/src/maps/collectibleNameToTypeMap.d.ts.map +1 -0
- package/dist/src/maps/collectibleNameToTypeMap.lua +21 -0
- package/dist/{maps → src/maps}/collectibleTypeToNameMap.d.ts +0 -0
- package/dist/src/maps/collectibleTypeToNameMap.d.ts.map +1 -0
- package/dist/{maps → src/maps}/collectibleTypeToNameMap.lua +0 -0
- package/dist/{maps → src/maps}/defaultPlayerStatMap.d.ts +0 -0
- package/dist/src/maps/defaultPlayerStatMap.d.ts.map +1 -0
- package/dist/src/maps/defaultPlayerStatMap.lua +25 -0
- package/dist/{maps → src/maps}/falsePHDPillConversions.d.ts +0 -0
- package/dist/src/maps/falsePHDPillConversions.d.ts.map +1 -0
- package/dist/{maps → src/maps}/falsePHDPillConversions.lua +0 -0
- package/dist/{maps → src/maps}/gridEntityTypeToBrokenStateMap.d.ts +0 -0
- package/dist/src/maps/gridEntityTypeToBrokenStateMap.d.ts.map +1 -0
- package/dist/{maps → src/maps}/gridEntityTypeToBrokenStateMap.lua +0 -0
- package/dist/{maps → src/maps}/gridEntityXMLMap.d.ts +0 -0
- package/dist/src/maps/gridEntityXMLMap.d.ts.map +1 -0
- package/dist/{maps → src/maps}/gridEntityXMLMap.lua +0 -0
- package/dist/{maps → src/maps}/keyboardToString.d.ts +0 -0
- package/dist/src/maps/keyboardToString.d.ts.map +1 -0
- package/dist/{maps → src/maps}/keyboardToString.lua +0 -0
- package/dist/{maps → src/maps}/pillNameToEffectMap.d.ts +0 -0
- package/dist/src/maps/pillNameToEffectMap.d.ts.map +1 -0
- package/dist/{maps → src/maps}/pillNameToEffectMap.lua +0 -0
- package/dist/{maps → src/maps}/roomNameToTypeMap.d.ts +0 -0
- package/dist/src/maps/roomNameToTypeMap.d.ts.map +1 -0
- package/dist/{maps → src/maps}/roomNameToTypeMap.lua +0 -0
- package/dist/{maps → src/maps}/roomShapeToTopLeftWallGridIndexMap.d.ts +0 -0
- package/dist/src/maps/roomShapeToTopLeftWallGridIndexMap.d.ts.map +1 -0
- package/dist/{maps → src/maps}/roomShapeToTopLeftWallGridIndexMap.lua +0 -0
- package/dist/{maps → src/maps}/trinketDescriptionMap.d.ts +0 -0
- package/dist/src/maps/trinketDescriptionMap.d.ts.map +1 -0
- package/dist/{maps → src/maps}/trinketDescriptionMap.lua +0 -0
- package/dist/{maps → src/maps}/trinketNameToTypeMap.d.ts +0 -0
- package/dist/src/maps/trinketNameToTypeMap.d.ts.map +1 -0
- package/dist/src/maps/trinketNameToTypeMap.lua +21 -0
- package/dist/{maps → src/maps}/trinketTypeToNameMap.d.ts +0 -0
- package/dist/src/maps/trinketTypeToNameMap.d.ts.map +1 -0
- package/dist/{maps → src/maps}/trinketTypeToNameMap.lua +0 -0
- package/dist/{objects → src/objects}/LRoomShapeToRectangles.d.ts +0 -0
- package/dist/src/objects/LRoomShapeToRectangles.d.ts.map +1 -0
- package/dist/src/objects/LRoomShapeToRectangles.lua +35 -0
- package/dist/{objects → src/objects}/backdropTypeToRockAltType.d.ts +0 -0
- package/dist/src/objects/backdropTypeToRockAltType.d.ts.map +1 -0
- package/dist/src/objects/backdropTypeToRockAltType.lua +69 -0
- package/dist/{objects → src/objects}/bossNamePNGFileNames.d.ts +0 -0
- package/dist/src/objects/bossNamePNGFileNames.d.ts.map +1 -0
- package/dist/{objects → src/objects}/bossNamePNGFileNames.lua +0 -0
- package/dist/{objects → src/objects}/bossPortraitPNGFileNames.d.ts +0 -0
- package/dist/src/objects/bossPortraitPNGFileNames.d.ts.map +1 -0
- package/dist/{objects → src/objects}/bossPortraitPNGFileNames.lua +0 -0
- package/dist/{objects → src/objects}/callbackRegisterFunctions.d.ts +0 -0
- package/dist/src/objects/callbackRegisterFunctions.d.ts.map +1 -0
- package/dist/src/objects/callbackRegisterFunctions.lua +285 -0
- package/dist/{objects → src/objects}/cardDescriptions.d.ts +0 -0
- package/dist/src/objects/cardDescriptions.d.ts.map +1 -0
- package/dist/{objects → src/objects}/cardDescriptions.lua +0 -0
- package/dist/{objects → src/objects}/cardNames.d.ts +0 -0
- package/dist/src/objects/cardNames.d.ts.map +1 -0
- package/dist/{objects → src/objects}/cardNames.lua +0 -0
- package/dist/{objects → src/objects}/cardTypeToItemConfigCardType.d.ts +0 -0
- package/dist/src/objects/cardTypeToItemConfigCardType.d.ts.map +1 -0
- package/dist/{objects → src/objects}/cardTypeToItemConfigCardType.lua +0 -0
- package/dist/{objects → src/objects}/challengeNames.d.ts +0 -0
- package/dist/src/objects/challengeNames.d.ts.map +1 -0
- package/dist/{objects → src/objects}/challengeNames.lua +0 -0
- package/dist/{objects → src/objects}/characterDamageMultipliers.d.ts +0 -0
- package/dist/src/objects/characterDamageMultipliers.d.ts.map +1 -0
- package/dist/{objects → src/objects}/characterDamageMultipliers.lua +0 -0
- package/dist/{objects → src/objects}/characterNames.d.ts +0 -0
- package/dist/src/objects/characterNames.d.ts.map +1 -0
- package/dist/{objects → src/objects}/characterNames.lua +0 -0
- package/dist/{objects → src/objects}/coinSubTypeToValue.d.ts +0 -0
- package/dist/src/objects/coinSubTypeToValue.d.ts.map +1 -0
- package/dist/{objects → src/objects}/coinSubTypeToValue.lua +0 -0
- package/dist/{objects → src/objects}/colors.d.ts +0 -0
- package/dist/src/objects/colors.d.ts.map +1 -0
- package/dist/{objects → src/objects}/colors.lua +0 -0
- package/dist/{objects → src/objects}/directionNames.d.ts +0 -0
- package/dist/src/objects/directionNames.d.ts.map +1 -0
- package/dist/{objects → src/objects}/directionNames.lua +0 -0
- package/dist/{objects → src/objects}/directionToDegrees.d.ts +0 -0
- package/dist/src/objects/directionToDegrees.d.ts.map +1 -0
- package/dist/{objects → src/objects}/directionToDegrees.lua +0 -0
- package/dist/{objects → src/objects}/directionToVector.d.ts +0 -0
- package/dist/src/objects/directionToVector.d.ts.map +1 -0
- package/dist/src/objects/directionToVector.lua +13 -0
- package/dist/{objects → src/objects}/doorSlotFlagToDoorSlot.d.ts +0 -0
- package/dist/src/objects/doorSlotFlagToDoorSlot.d.ts.map +1 -0
- package/dist/{objects → src/objects}/doorSlotFlagToDoorSlot.lua +0 -0
- package/dist/{objects → src/objects}/doorSlotToDirection.d.ts +0 -0
- package/dist/src/objects/doorSlotToDirection.d.ts.map +1 -0
- package/dist/{objects → src/objects}/doorSlotToDirection.lua +0 -0
- package/dist/{objects → src/objects}/doorSlotToDoorSlotFlag.d.ts +0 -0
- package/dist/src/objects/doorSlotToDoorSlotFlag.d.ts.map +1 -0
- package/dist/{objects → src/objects}/doorSlotToDoorSlotFlag.lua +0 -0
- package/dist/{objects → src/objects}/isaacAPIClassTypeToBrand.d.ts +0 -0
- package/dist/src/objects/isaacAPIClassTypeToBrand.d.ts.map +1 -0
- package/dist/src/objects/isaacAPIClassTypeToBrand.lua +13 -0
- package/dist/{objects → src/objects}/isaacAPIClassTypeToFunctions.d.ts +0 -0
- package/dist/src/objects/isaacAPIClassTypeToFunctions.d.ts.map +1 -0
- package/dist/src/objects/isaacAPIClassTypeToFunctions.lua +36 -0
- package/dist/{objects → src/objects}/kColors.d.ts +0 -0
- package/dist/src/objects/kColors.d.ts.map +1 -0
- package/dist/{objects → src/objects}/kColors.lua +0 -0
- package/dist/{objects → src/objects}/languageNames.d.ts +0 -0
- package/dist/src/objects/languageNames.d.ts.map +1 -0
- package/dist/{objects → src/objects}/languageNames.lua +0 -0
- package/dist/{objects → src/objects}/oppositeDoorSlots.d.ts +0 -0
- package/dist/src/objects/oppositeDoorSlots.d.ts.map +1 -0
- package/dist/{objects → src/objects}/oppositeDoorSlots.lua +0 -0
- package/dist/{objects → src/objects}/pillEffectClasses.d.ts +0 -0
- package/dist/src/objects/pillEffectClasses.d.ts.map +1 -0
- package/dist/{objects → src/objects}/pillEffectClasses.lua +0 -0
- package/dist/{objects → src/objects}/pillEffectNames.d.ts +0 -0
- package/dist/src/objects/pillEffectNames.d.ts.map +1 -0
- package/dist/{objects → src/objects}/pillEffectNames.lua +0 -0
- package/dist/{objects → src/objects}/pillEffectTypes.d.ts +0 -0
- package/dist/src/objects/pillEffectTypes.d.ts.map +1 -0
- package/dist/{objects → src/objects}/pillEffectTypes.lua +0 -0
- package/dist/{objects → src/objects}/playerNamePNGFileNames.d.ts +0 -0
- package/dist/src/objects/playerNamePNGFileNames.d.ts.map +1 -0
- package/dist/{objects → src/objects}/playerNamePNGFileNames.lua +0 -0
- package/dist/{objects → src/objects}/playerPortraitPNGFileNames.d.ts +0 -0
- package/dist/src/objects/playerPortraitPNGFileNames.d.ts.map +1 -0
- package/dist/{objects → src/objects}/playerPortraitPNGFileNames.lua +0 -0
- package/dist/{objects → src/objects}/roomShapeBounds.d.ts +0 -0
- package/dist/src/objects/roomShapeBounds.d.ts.map +1 -0
- package/dist/src/objects/roomShapeBounds.lua +26 -0
- package/dist/{objects → src/objects}/roomShapeCorners.d.ts +0 -0
- package/dist/src/objects/roomShapeCorners.d.ts.map +1 -0
- package/dist/src/objects/roomShapeCorners.lua +259 -0
- package/dist/{objects → src/objects}/roomShapeLayoutSizes.d.ts +0 -0
- package/dist/src/objects/roomShapeLayoutSizes.d.ts.map +1 -0
- package/dist/src/objects/roomShapeLayoutSizes.lua +29 -0
- package/dist/{objects → src/objects}/roomShapeToBottomRightPosition.d.ts +0 -0
- package/dist/src/objects/roomShapeToBottomRightPosition.d.ts.map +1 -0
- package/dist/{objects → src/objects}/roomShapeToBottomRightPosition.lua +0 -0
- package/dist/{objects → src/objects}/roomShapeToDoorSlotCoordinates.d.ts +0 -0
- package/dist/src/objects/roomShapeToDoorSlotCoordinates.d.ts.map +1 -0
- package/dist/{objects → src/objects}/roomShapeToDoorSlotCoordinates.lua +0 -0
- package/dist/{objects → src/objects}/roomShapeToDoorSlots.d.ts +0 -0
- package/dist/src/objects/roomShapeToDoorSlots.d.ts.map +1 -0
- package/dist/{objects → src/objects}/roomShapeToDoorSlots.lua +0 -0
- package/dist/{objects → src/objects}/roomShapeToDoorSlotsToGridIndexDelta.d.ts +0 -0
- package/dist/src/objects/roomShapeToDoorSlotsToGridIndexDelta.d.ts.map +1 -0
- package/dist/src/objects/roomShapeToDoorSlotsToGridIndexDelta.lua +89 -0
- package/dist/{objects → src/objects}/roomShapeToGridWidth.d.ts +0 -0
- package/dist/src/objects/roomShapeToGridWidth.d.ts.map +1 -0
- package/dist/{objects → src/objects}/roomShapeToGridWidth.lua +0 -0
- package/dist/{objects → src/objects}/roomShapeToTopLeftPosition.d.ts +0 -0
- package/dist/src/objects/roomShapeToTopLeftPosition.d.ts.map +1 -0
- package/dist/src/objects/roomShapeToTopLeftPosition.lua +24 -0
- package/dist/{objects → src/objects}/roomShapeVolumes.d.ts +0 -0
- package/dist/src/objects/roomShapeVolumes.d.ts.map +1 -0
- package/dist/{objects → src/objects}/roomShapeVolumes.lua +0 -0
- package/dist/{objects → src/objects}/roomTypeGotoPrefixes.d.ts +0 -0
- package/dist/src/objects/roomTypeGotoPrefixes.d.ts.map +1 -0
- package/dist/{objects → src/objects}/roomTypeGotoPrefixes.lua +0 -0
- package/dist/{objects → src/objects}/roomTypeNames.d.ts +0 -0
- package/dist/src/objects/roomTypeNames.d.ts.map +1 -0
- package/dist/{objects → src/objects}/roomTypeNames.lua +0 -0
- package/dist/{objects → src/objects}/stageTypeSuffixes.d.ts +0 -0
- package/dist/src/objects/stageTypeSuffixes.d.ts.map +1 -0
- package/dist/{objects → src/objects}/stageTypeSuffixes.lua +0 -0
- package/dist/{objects → src/objects}/stageTypeToLetter.d.ts +0 -0
- package/dist/src/objects/stageTypeToLetter.d.ts.map +1 -0
- package/dist/{objects → src/objects}/stageTypeToLetter.lua +0 -0
- package/dist/{objects → src/objects}/transformationNames.d.ts +0 -0
- package/dist/src/objects/transformationNames.d.ts.map +1 -0
- package/dist/{objects → src/objects}/transformationNames.lua +0 -0
- package/dist/{objects → src/objects}/versusScreenBackgroundColors.d.ts +0 -0
- package/dist/src/objects/versusScreenBackgroundColors.d.ts.map +1 -0
- package/dist/{objects → src/objects}/versusScreenBackgroundColors.lua +0 -0
- package/dist/{objects → src/objects}/versusScreenDirtSpotColors.d.ts +0 -0
- package/dist/src/objects/versusScreenDirtSpotColors.d.ts.map +1 -0
- package/dist/{objects → src/objects}/versusScreenDirtSpotColors.lua +0 -0
- package/dist/{patchErrorFunctions.d.ts → src/patchErrorFunctions.d.ts} +0 -0
- package/dist/src/patchErrorFunctions.d.ts.map +1 -0
- package/dist/src/patchErrorFunctions.lua +56 -0
- package/dist/{sets → src/sets}/LRoomShapesSet.d.ts +0 -0
- package/dist/src/sets/LRoomShapesSet.d.ts.map +1 -0
- package/dist/{sets → src/sets}/LRoomShapesSet.lua +0 -0
- package/dist/{sets → src/sets}/bossSets.d.ts +0 -0
- package/dist/src/sets/bossSets.d.ts.map +1 -0
- package/dist/src/sets/bossSets.lua +577 -0
- package/dist/{sets → src/sets}/charactersThatStartWithAnActiveItemSet.d.ts +0 -0
- package/dist/src/sets/charactersThatStartWithAnActiveItemSet.d.ts.map +1 -0
- package/dist/{sets → src/sets}/charactersThatStartWithAnActiveItemSet.lua +0 -0
- package/dist/{sets → src/sets}/charactersWithBlackHeartFromEternalHeartSet.d.ts +0 -0
- package/dist/src/sets/charactersWithBlackHeartFromEternalHeartSet.d.ts.map +1 -0
- package/dist/{sets → src/sets}/charactersWithBlackHeartFromEternalHeartSet.lua +0 -0
- package/dist/{sets → src/sets}/charactersWithFreeDevilDealsSet.d.ts +0 -0
- package/dist/src/sets/charactersWithFreeDevilDealsSet.d.ts.map +1 -0
- package/dist/{sets → src/sets}/charactersWithFreeDevilDealsSet.lua +0 -0
- package/dist/{sets → src/sets}/charactersWithNoRedHeartsSet.d.ts +0 -0
- package/dist/src/sets/charactersWithNoRedHeartsSet.d.ts.map +1 -0
- package/dist/{sets → src/sets}/charactersWithNoRedHeartsSet.lua +0 -0
- package/dist/{sets → src/sets}/charactersWithNoSoulHeartsSet.d.ts +0 -0
- package/dist/src/sets/charactersWithNoSoulHeartsSet.d.ts.map +1 -0
- package/dist/{sets → src/sets}/charactersWithNoSoulHeartsSet.lua +0 -0
- package/dist/{sets → src/sets}/chestPickupVariantsSet.d.ts +0 -0
- package/dist/src/sets/chestPickupVariantsSet.d.ts.map +1 -0
- package/dist/{sets → src/sets}/chestPickupVariantsSet.lua +0 -0
- package/dist/{sets → src/sets}/consoleCommandsSet.d.ts +0 -0
- package/dist/src/sets/consoleCommandsSet.d.ts.map +1 -0
- package/dist/{sets → src/sets}/consoleCommandsSet.lua +0 -0
- package/dist/{sets → src/sets}/familiarsThatShootPlayerTearsSet.d.ts +0 -0
- package/dist/src/sets/familiarsThatShootPlayerTearsSet.d.ts.map +1 -0
- package/dist/{sets → src/sets}/familiarsThatShootPlayerTearsSet.lua +0 -0
- package/dist/{sets → src/sets}/lostStyleCharactersSet.d.ts +0 -0
- package/dist/src/sets/lostStyleCharactersSet.d.ts.map +1 -0
- package/dist/{sets → src/sets}/lostStyleCharactersSet.lua +0 -0
- package/dist/{sets → src/sets}/mineShaftRoomSubTypesSet.d.ts +0 -0
- package/dist/src/sets/mineShaftRoomSubTypesSet.d.ts.map +1 -0
- package/dist/{sets → src/sets}/mineShaftRoomSubTypesSet.lua +0 -0
- package/dist/{sets → src/sets}/narrowRoomShapesSet.d.ts +0 -0
- package/dist/src/sets/narrowRoomShapesSet.d.ts.map +1 -0
- package/dist/{sets → src/sets}/narrowRoomShapesSet.lua +0 -0
- package/dist/{sets → src/sets}/redHeartSubTypesSet.d.ts +0 -0
- package/dist/src/sets/redHeartSubTypesSet.d.ts.map +1 -0
- package/dist/{sets → src/sets}/redHeartSubTypesSet.lua +0 -0
- package/dist/{sets → src/sets}/sinEntityTypesSet.d.ts +0 -0
- package/dist/src/sets/sinEntityTypesSet.d.ts.map +1 -0
- package/dist/{sets → src/sets}/sinEntityTypesSet.lua +0 -0
- package/dist/{sets → src/sets}/singleUseActiveCollectibleTypesSet.d.ts +0 -0
- package/dist/src/sets/singleUseActiveCollectibleTypesSet.d.ts.map +1 -0
- package/dist/{sets → src/sets}/singleUseActiveCollectibleTypesSet.lua +0 -0
- package/dist/{sets → src/sets}/storyBossesSet.d.ts +0 -0
- package/dist/src/sets/storyBossesSet.d.ts.map +1 -0
- package/dist/{sets → src/sets}/storyBossesSet.lua +0 -0
- package/dist/{shaderCrashFix.d.ts → src/shaderCrashFix.d.ts} +0 -0
- package/dist/src/shaderCrashFix.d.ts.map +1 -0
- package/dist/{shaderCrashFix.lua → src/shaderCrashFix.lua} +0 -0
- package/dist/{types → src/types}/AnyEntity.d.ts +0 -0
- package/dist/src/types/AnyEntity.d.ts.map +1 -0
- package/dist/{types → src/types}/AnyEntity.lua +0 -0
- package/dist/{types → src/types}/AnyGridEntity.d.ts +0 -0
- package/dist/src/types/AnyGridEntity.d.ts.map +1 -0
- package/dist/{types → src/types}/AnyGridEntity.lua +0 -0
- package/dist/{types → src/types}/CollectibleIndex.d.ts +0 -0
- package/dist/src/types/CollectibleIndex.d.ts.map +1 -0
- package/dist/{types → src/types}/CollectibleIndex.lua +0 -0
- package/dist/{types → src/types}/Immutable.d.ts +0 -0
- package/dist/src/types/Immutable.d.ts.map +1 -0
- package/dist/{types → src/types}/Immutable.lua +0 -0
- package/dist/{types → src/types}/PickingUpItem.d.ts +0 -0
- package/dist/src/types/PickingUpItem.d.ts.map +1 -0
- package/dist/{types → src/types}/PickingUpItem.lua +0 -0
- package/dist/{types → src/types}/PickupIndex.d.ts +0 -0
- package/dist/src/types/PickupIndex.d.ts.map +1 -0
- package/dist/{types → src/types}/PickupIndex.lua +0 -0
- package/dist/{types → src/types}/PlayerIndex.d.ts +0 -0
- package/dist/src/types/PlayerIndex.d.ts.map +1 -0
- package/dist/{types → src/types}/PlayerIndex.lua +0 -0
- package/dist/{types → src/types}/PossibleStatType.d.ts +0 -0
- package/dist/src/types/PossibleStatType.d.ts.map +1 -0
- package/dist/{types → src/types}/PossibleStatType.lua +0 -0
- package/dist/{types → src/types}/SerializedIsaacAPIClass.d.ts +0 -0
- package/dist/src/types/SerializedIsaacAPIClass.d.ts.map +1 -0
- package/dist/{types → src/types}/SerializedIsaacAPIClass.lua +0 -0
- package/dist/{types → src/types}/TSTLClass.d.ts +0 -0
- package/dist/src/types/TSTLClass.d.ts.map +1 -0
- package/dist/{types → src/types}/TSTLClass.lua +0 -0
- package/package.json +4 -4
- package/src/functions/arrayLua.ts +82 -0
- package/src/functions/debug.ts +19 -5
- package/src/functions/utils.ts +14 -5
- package/src/index.ts +1 -0
- package/dist/callbacks/customRevive.d.ts.map +0 -1
- package/dist/callbacks/customRevive.lua +0 -149
- package/dist/callbacks/itemPickup.d.ts.map +0 -1
- package/dist/callbacks/itemPickup.lua +0 -66
- package/dist/callbacks/postAmbush.d.ts.map +0 -1
- package/dist/callbacks/postAmbush.lua +0 -54
- package/dist/callbacks/postBombExploded.d.ts.map +0 -1
- package/dist/callbacks/postBombExploded.lua +0 -24
- package/dist/callbacks/postBombInitLate.d.ts.map +0 -1
- package/dist/callbacks/postBombInitLate.lua +0 -31
- package/dist/callbacks/postBoneSwing.d.ts.map +0 -1
- package/dist/callbacks/postBoneSwing.lua +0 -48
- package/dist/callbacks/postCollectibleEmpty.d.ts.map +0 -1
- package/dist/callbacks/postCollectibleEmpty.lua +0 -38
- package/dist/callbacks/postCollectibleInitFirst.d.ts.map +0 -1
- package/dist/callbacks/postCollectibleInitFirst.lua +0 -33
- package/dist/callbacks/postCursedTeleport.d.ts.map +0 -1
- package/dist/callbacks/postCursedTeleport.lua +0 -120
- package/dist/callbacks/postCustomDoorEnter.d.ts.map +0 -1
- package/dist/callbacks/postCustomDoorEnter.lua +0 -199
- package/dist/callbacks/postDiceRoomActivated.d.ts.map +0 -1
- package/dist/callbacks/postDiceRoomActivated.lua +0 -39
- package/dist/callbacks/postDoorRender.d.ts.map +0 -1
- package/dist/callbacks/postDoorRender.lua +0 -24
- package/dist/callbacks/postDoorUpdate.d.ts.map +0 -1
- package/dist/callbacks/postDoorUpdate.lua +0 -24
- package/dist/callbacks/postEffectInitLate.d.ts.map +0 -1
- package/dist/callbacks/postEffectInitLate.lua +0 -31
- package/dist/callbacks/postEffectStateChanged.d.ts.map +0 -1
- package/dist/callbacks/postEffectStateChanged.lua +0 -37
- package/dist/callbacks/postEsauJr.d.ts.map +0 -1
- package/dist/callbacks/postEsauJr.lua +0 -60
- package/dist/callbacks/postFamiliarInitLate.d.ts.map +0 -1
- package/dist/callbacks/postFamiliarInitLate.lua +0 -31
- package/dist/callbacks/postFamiliarStateChanged.d.ts.map +0 -1
- package/dist/callbacks/postFamiliarStateChanged.lua +0 -37
- package/dist/callbacks/postFlip.d.ts.map +0 -1
- package/dist/callbacks/postFlip.lua +0 -62
- package/dist/callbacks/postGreedModeWave.d.ts.map +0 -1
- package/dist/callbacks/postGreedModeWave.lua +0 -32
- package/dist/callbacks/postGridEntity.d.ts.map +0 -1
- package/dist/callbacks/postGridEntity.lua +0 -154
- package/dist/callbacks/postGridEntityCollision.d.ts.map +0 -1
- package/dist/callbacks/postGridEntityCollision.lua +0 -65
- package/dist/callbacks/postGridEntityCustomCollision.d.ts.map +0 -1
- package/dist/callbacks/postGridEntityCustomCollision.lua +0 -69
- package/dist/callbacks/postGridEntityCustomRender.d.ts.map +0 -1
- package/dist/callbacks/postGridEntityCustomRender.lua +0 -27
- package/dist/callbacks/postGridEntityCustomUpdate.d.ts.map +0 -1
- package/dist/callbacks/postGridEntityCustomUpdate.lua +0 -27
- package/dist/callbacks/postGridEntityRender.d.ts.map +0 -1
- package/dist/callbacks/postGridEntityRender.lua +0 -24
- package/dist/callbacks/postHolyMantleRemoved.d.ts.map +0 -1
- package/dist/callbacks/postHolyMantleRemoved.lua +0 -39
- package/dist/callbacks/postItemDischarged.d.ts.map +0 -1
- package/dist/callbacks/postItemDischarged.lua +0 -107
- package/dist/callbacks/postKnifeInitLate.d.ts.map +0 -1
- package/dist/callbacks/postKnifeInitLate.lua +0 -31
- package/dist/callbacks/postLaserInitLate.d.ts.map +0 -1
- package/dist/callbacks/postLaserInitLate.lua +0 -31
- package/dist/callbacks/postNPCInitLate.d.ts.map +0 -1
- package/dist/callbacks/postNPCInitLate.lua +0 -31
- package/dist/callbacks/postNPCStateChanged.d.ts.map +0 -1
- package/dist/callbacks/postNPCStateChanged.lua +0 -37
- package/dist/callbacks/postNewRoomEarly.d.ts.map +0 -1
- package/dist/callbacks/postNewRoomEarly.lua +0 -66
- package/dist/callbacks/postPickupCollect.d.ts.map +0 -1
- package/dist/callbacks/postPickupCollect.lua +0 -39
- package/dist/callbacks/postPickupInitFirst.d.ts.map +0 -1
- package/dist/callbacks/postPickupInitFirst.lua +0 -34
- package/dist/callbacks/postPickupInitLate.d.ts.map +0 -1
- package/dist/callbacks/postPickupInitLate.lua +0 -31
- package/dist/callbacks/postPickupStateChanged.d.ts.map +0 -1
- package/dist/callbacks/postPickupStateChanged.lua +0 -37
- package/dist/callbacks/postPitRender.d.ts.map +0 -1
- package/dist/callbacks/postPitRender.lua +0 -24
- package/dist/callbacks/postPitUpdate.d.ts.map +0 -1
- package/dist/callbacks/postPitUpdate.lua +0 -24
- package/dist/callbacks/postPlayerChangeHealth.d.ts.map +0 -1
- package/dist/callbacks/postPlayerChangeHealth.lua +0 -57
- package/dist/callbacks/postPlayerChangeStat.d.ts.map +0 -1
- package/dist/callbacks/postPlayerChangeStat.lua +0 -98
- package/dist/callbacks/postPlayerChangeType.d.ts.map +0 -1
- package/dist/callbacks/postPlayerChangeType.lua +0 -39
- package/dist/callbacks/postPlayerCollectible.d.ts.map +0 -1
- package/dist/callbacks/postPlayerCollectible.lua +0 -169
- package/dist/callbacks/postPlayerFatalDamage.d.ts.map +0 -1
- package/dist/callbacks/postPlayerFatalDamage.lua +0 -97
- package/dist/callbacks/postPlayerInitFirst.d.ts.map +0 -1
- package/dist/callbacks/postPlayerInitFirst.lua +0 -40
- package/dist/callbacks/postPlayerInitLate.d.ts.map +0 -1
- package/dist/callbacks/postPlayerInitLate.lua +0 -33
- package/dist/callbacks/postPlayerReorderedCallbacks.d.ts.map +0 -1
- package/dist/callbacks/postPlayerReorderedCallbacks.lua +0 -88
- package/dist/callbacks/postPoopRender.d.ts.map +0 -1
- package/dist/callbacks/postPoopRender.lua +0 -24
- package/dist/callbacks/postPoopUpdate.d.ts.map +0 -1
- package/dist/callbacks/postPoopUpdate.lua +0 -24
- package/dist/callbacks/postPressurePlateRender.d.ts.map +0 -1
- package/dist/callbacks/postPressurePlateRender.lua +0 -24
- package/dist/callbacks/postPressurePlateUpdate.d.ts.map +0 -1
- package/dist/callbacks/postPressurePlateUpdate.lua +0 -24
- package/dist/callbacks/postProjectileInitLate.d.ts.map +0 -1
- package/dist/callbacks/postProjectileInitLate.lua +0 -31
- package/dist/callbacks/postPurchase.d.ts.map +0 -1
- package/dist/callbacks/postPurchase.lua +0 -49
- package/dist/callbacks/postRockRender.d.ts.map +0 -1
- package/dist/callbacks/postRockRender.lua +0 -24
- package/dist/callbacks/postRockUpdate.d.ts.map +0 -1
- package/dist/callbacks/postRockUpdate.lua +0 -24
- package/dist/callbacks/postRoomClearChanged.d.ts.map +0 -1
- package/dist/callbacks/postRoomClearChanged.lua +0 -42
- package/dist/callbacks/postSacrifice.d.ts.map +0 -1
- package/dist/callbacks/postSacrifice.lua +0 -43
- package/dist/callbacks/postSlotCollision.d.ts.map +0 -1
- package/dist/callbacks/postSlotCollision.lua +0 -25
- package/dist/callbacks/postSlotDestroyed.d.ts.map +0 -1
- package/dist/callbacks/postSlotDestroyed.lua +0 -66
- package/dist/callbacks/postSlotInitUpdate.d.ts.map +0 -1
- package/dist/callbacks/postSlotInitUpdate.lua +0 -53
- package/dist/callbacks/postSlotRender.d.ts.map +0 -1
- package/dist/callbacks/postSlotRender.lua +0 -56
- package/dist/callbacks/postSpikesRender.d.ts.map +0 -1
- package/dist/callbacks/postSpikesRender.lua +0 -24
- package/dist/callbacks/postSpikesUpdate.d.ts.map +0 -1
- package/dist/callbacks/postSpikesUpdate.lua +0 -24
- package/dist/callbacks/postTNTRender.d.ts.map +0 -1
- package/dist/callbacks/postTNTRender.lua +0 -24
- package/dist/callbacks/postTNTUpdate.d.ts.map +0 -1
- package/dist/callbacks/postTNTUpdate.lua +0 -24
- package/dist/callbacks/postTearInitLate.d.ts.map +0 -1
- package/dist/callbacks/postTearInitLate.lua +0 -31
- package/dist/callbacks/postTearInitVeryLate.d.ts.map +0 -1
- package/dist/callbacks/postTearInitVeryLate.lua +0 -34
- package/dist/callbacks/postTransformation.d.ts.map +0 -1
- package/dist/callbacks/postTransformation.lua +0 -50
- package/dist/callbacks/postTrinketBreak.d.ts.map +0 -1
- package/dist/callbacks/postTrinketBreak.lua +0 -75
- package/dist/callbacks/preBerserkDeath.d.ts.map +0 -1
- package/dist/callbacks/preBerserkDeath.lua +0 -36
- package/dist/callbacks/preNewLevel.d.ts.map +0 -1
- package/dist/callbacks/preNewLevel.lua +0 -43
- package/dist/callbacks/reorderedCallbacks.d.ts.map +0 -1
- package/dist/callbacks/reorderedCallbacks.lua +0 -101
- package/dist/callbacks/subscriptions/postAmbushFinished.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postAmbushStarted.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postBombInitLate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postBoneExploded.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postBoneSwing.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postCollectibleEmpty.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postCollectibleInitFirst.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postCursedTeleport.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postCustomDoorEnter.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postCustomRevive.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postDiceRoomActivated.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postDoorRender.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postDoorUpdate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postEffectInitLate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postEffectStateChanged.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postEsauJr.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postFamiliarInitLate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postFamiliarStateChanged.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postFirstEsauJr.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postFirstFlip.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postFlip.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postGameStartedReordered.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postGameStartedReorderedLast.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postGreedModeWave.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postGridEntityBroken.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postGridEntityCollision.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postGridEntityCustomBroken.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postGridEntityCustomCollision.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postGridEntityCustomInit.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postGridEntityCustomRemove.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postGridEntityCustomRender.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postGridEntityCustomStateChanged.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postGridEntityCustomUpdate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postGridEntityInit.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postGridEntityRemove.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postGridEntityRender.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postGridEntityStateChanged.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postGridEntityUpdate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postHolyMantleRemoved.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postItemDischarged.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postItemPickup.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postKnifeInitLate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postLaserInitLate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postNPCInitLate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postNPCStateChanged.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postNewLevelReordered.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postNewRoomEarly.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postNewRoomReordered.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPEffectUpdateReordered.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPickupCollect.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPickupInitFirst.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPickupInitLate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPickupStateChanged.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPitRender.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPitUpdate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPlayerChangeHealth.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPlayerChangeStat.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPlayerChangeType.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPlayerCollectibleAdded.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPlayerCollectibleRemoved.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPlayerFatalDamage.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPlayerInitFirst.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPlayerInitLate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPlayerRenderReordered.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPlayerUpdateReordered.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPoopRender.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPoopUpdate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPressurePlateRender.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPressurePlateUpdate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postProjectileInitLate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postPurchase.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postRockRender.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postRockUpdate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postRoomClearChanged.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postSacrifice.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postSlotAnimationChanged.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postSlotCollision.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postSlotDestroyed.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postSlotInit.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postSlotRender.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postSlotUpdate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postSpikesRender.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postSpikesUpdate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postTNTRender.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postTNTUpdate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postTearInitLate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postTearInitVeryLate.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postTransformation.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/postTrinketBreak.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/preBerserkDeath.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/preCustomRevive.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/preItemPickup.d.ts.map +0 -1
- package/dist/callbacks/subscriptions/preNewLevel.d.ts.map +0 -1
- package/dist/classes/DefaultMap.d.ts.map +0 -1
- package/dist/classes/DefaultMap.lua +0 -172
- package/dist/classes/ModUpgraded.d.ts.map +0 -1
- package/dist/classes/ModUpgraded.lua +0 -40
- package/dist/core/cachedClasses.d.ts.map +0 -1
- package/dist/core/constants.d.ts.map +0 -1
- package/dist/core/constants.lua +0 -120
- package/dist/core/constantsFirstLast.d.ts.map +0 -1
- package/dist/core/constantsFirstLast.lua +0 -66
- package/dist/core/upgradeMod.d.ts.map +0 -1
- package/dist/core/upgradeMod.lua +0 -52
- package/dist/enums/AmbushType.d.ts.map +0 -1
- package/dist/enums/CornerType.d.ts.map +0 -1
- package/dist/enums/HealthType.d.ts.map +0 -1
- package/dist/enums/ModCallbackCustom.d.ts.map +0 -1
- package/dist/enums/PocketItemType.d.ts.map +0 -1
- package/dist/enums/RockAltType.d.ts.map +0 -1
- package/dist/enums/SaveDataKey.d.ts.map +0 -1
- package/dist/enums/SerializationType.d.ts.map +0 -1
- package/dist/enums/SlotDestructionType.d.ts.map +0 -1
- package/dist/enums/StatType.d.ts.map +0 -1
- package/dist/enums/private/CopyableIsaacAPIClassType.d.ts.map +0 -1
- package/dist/enums/private/SerializationBrand.d.ts.map +0 -1
- package/dist/enums/private/StageTravelState.d.ts.map +0 -1
- package/dist/enums/private/TrapdoorAnimation.d.ts.map +0 -1
- package/dist/features/characterHealthConversion.d.ts.map +0 -1
- package/dist/features/characterHealthConversion.lua +0 -87
- package/dist/features/characterStats.d.ts.map +0 -1
- package/dist/features/characterStats.lua +0 -53
- package/dist/features/collectibleItemPoolType.d.ts.map +0 -1
- package/dist/features/collectibleItemPoolType.lua +0 -48
- package/dist/features/customDoor.d.ts.map +0 -1
- package/dist/features/customDoor.lua +0 -53
- package/dist/features/customGridEntity.d.ts.map +0 -1
- package/dist/features/customGridEntity.lua +0 -325
- package/dist/features/customPickup.d.ts.map +0 -1
- package/dist/features/customPickup.lua +0 -90
- package/dist/features/customStage/backdrop.d.ts.map +0 -1
- package/dist/features/customStage/backdrop.lua +0 -198
- package/dist/features/customStage/customStageConstants.d.ts.map +0 -1
- package/dist/features/customStage/customStageGridEntities.d.ts.map +0 -1
- package/dist/features/customStage/customStageGridEntities.lua +0 -301
- package/dist/features/customStage/customStageUtils.d.ts.map +0 -1
- package/dist/features/customStage/customStageUtils.lua +0 -102
- package/dist/features/customStage/exports.d.ts.map +0 -1
- package/dist/features/customStage/exports.lua +0 -175
- package/dist/features/customStage/init.d.ts.map +0 -1
- package/dist/features/customStage/init.lua +0 -147
- package/dist/features/customStage/shadows.d.ts.map +0 -1
- package/dist/features/customStage/shadows.lua +0 -72
- package/dist/features/customStage/streakText.d.ts.map +0 -1
- package/dist/features/customStage/streakText.lua +0 -210
- package/dist/features/customStage/v.d.ts.map +0 -1
- package/dist/features/customStage/v.lua +0 -24
- package/dist/features/customStage/versusScreen.d.ts.map +0 -1
- package/dist/features/customStage/versusScreen.lua +0 -263
- package/dist/features/customTrapdoor/blackSprite.d.ts.map +0 -1
- package/dist/features/customTrapdoor/blackSprite.lua +0 -20
- package/dist/features/customTrapdoor/customTrapdoorConstants.d.ts.map +0 -1
- package/dist/features/customTrapdoor/exports.d.ts.map +0 -1
- package/dist/features/customTrapdoor/exports.lua +0 -72
- package/dist/features/customTrapdoor/init.d.ts.map +0 -1
- package/dist/features/customTrapdoor/init.lua +0 -199
- package/dist/features/customTrapdoor/openClose.d.ts.map +0 -1
- package/dist/features/customTrapdoor/openClose.lua +0 -60
- package/dist/features/customTrapdoor/spawn.d.ts.map +0 -1
- package/dist/features/customTrapdoor/spawn.lua +0 -51
- package/dist/features/customTrapdoor/touched.d.ts.map +0 -1
- package/dist/features/customTrapdoor/touched.lua +0 -159
- package/dist/features/customTrapdoor/v.d.ts.map +0 -1
- package/dist/features/customTrapdoor/v.lua +0 -17
- package/dist/features/debugDisplay/debugDisplay.d.ts.map +0 -1
- package/dist/features/debugDisplay/debugDisplay.lua +0 -180
- package/dist/features/debugDisplay/exports.d.ts.map +0 -1
- package/dist/features/debugDisplay/exports.lua +0 -368
- package/dist/features/debugDisplay/v.d.ts.map +0 -1
- package/dist/features/debugDisplay/v.lua +0 -63
- package/dist/features/deployJSONRoom.d.ts.map +0 -1
- package/dist/features/deployJSONRoom.lua +0 -576
- package/dist/features/disableAllSound.d.ts.map +0 -1
- package/dist/features/disableAllSound.lua +0 -62
- package/dist/features/disableInputs.d.ts.map +0 -1
- package/dist/features/disableInputs.lua +0 -156
- package/dist/features/extraConsoleCommands/commandsDisplay.d.ts.map +0 -1
- package/dist/features/extraConsoleCommands/commandsDisplay.lua +0 -219
- package/dist/features/extraConsoleCommands/commandsSubroutines.d.ts.map +0 -1
- package/dist/features/extraConsoleCommands/commandsSubroutines.lua +0 -154
- package/dist/features/extraConsoleCommands/exports.d.ts.map +0 -1
- package/dist/features/extraConsoleCommands/exports.lua +0 -55
- package/dist/features/extraConsoleCommands/init.d.ts.map +0 -1
- package/dist/features/extraConsoleCommands/init.lua +0 -142
- package/dist/features/extraConsoleCommands/listCommands.d.ts.map +0 -1
- package/dist/features/extraConsoleCommands/listCommands.lua +0 -1273
- package/dist/features/extraConsoleCommands/v.d.ts.map +0 -1
- package/dist/features/fadeInRemover.d.ts.map +0 -1
- package/dist/features/fadeInRemover.lua +0 -55
- package/dist/features/fastReset.d.ts.map +0 -1
- package/dist/features/fastReset.lua +0 -59
- package/dist/features/firstLast.d.ts.map +0 -1
- package/dist/features/firstLast.lua +0 -344
- package/dist/features/forgottenSwitch.d.ts.map +0 -1
- package/dist/features/forgottenSwitch.lua +0 -32
- package/dist/features/pause.d.ts.map +0 -1
- package/dist/features/pause.lua +0 -150
- package/dist/features/persistentEntities.d.ts.map +0 -1
- package/dist/features/persistentEntities.lua +0 -165
- package/dist/features/pickupIndex.d.ts.map +0 -1
- package/dist/features/pickupIndex.lua +0 -198
- package/dist/features/playerInventory.d.ts.map +0 -1
- package/dist/features/playerInventory.lua +0 -83
- package/dist/features/ponyDetection.d.ts.map +0 -1
- package/dist/features/ponyDetection.lua +0 -66
- package/dist/features/preventChildEntities.d.ts.map +0 -1
- package/dist/features/preventChildEntities.lua +0 -35
- package/dist/features/preventCollectibleRotation.d.ts.map +0 -1
- package/dist/features/preventCollectibleRotation.lua +0 -68
- package/dist/features/registerHotkey.d.ts.map +0 -1
- package/dist/features/registerHotkey.lua +0 -93
- package/dist/features/roomClearFrame.d.ts.map +0 -1
- package/dist/features/roomClearFrame.lua +0 -38
- package/dist/features/roomHistory.d.ts.map +0 -1
- package/dist/features/roomHistory.lua +0 -102
- package/dist/features/runInNFrames.d.ts.map +0 -1
- package/dist/features/runInNFrames.lua +0 -191
- package/dist/features/runNextRoom.d.ts.map +0 -1
- package/dist/features/runNextRoom.lua +0 -35
- package/dist/features/saveDataManager/exports.d.ts.map +0 -1
- package/dist/features/saveDataManager/exports.lua +0 -189
- package/dist/features/saveDataManager/load.d.ts.map +0 -1
- package/dist/features/saveDataManager/load.lua +0 -75
- package/dist/features/saveDataManager/main.d.ts.map +0 -1
- package/dist/features/saveDataManager/main.lua +0 -135
- package/dist/features/saveDataManager/maps.d.ts.map +0 -1
- package/dist/features/saveDataManager/merge.d.ts.map +0 -1
- package/dist/features/saveDataManager/merge.lua +0 -154
- package/dist/features/saveDataManager/save.d.ts.map +0 -1
- package/dist/features/saveDataManager/save.lua +0 -48
- package/dist/features/saveDataManager/saveDataManagerConstants.d.ts.map +0 -1
- package/dist/features/saveDataManager/serializationBrands.d.ts.map +0 -1
- package/dist/features/saveDataManager/serializationBrands.lua +0 -19
- package/dist/features/sirenHelpers.d.ts.map +0 -1
- package/dist/features/sirenHelpers.lua +0 -82
- package/dist/features/stageHistory.d.ts.map +0 -1
- package/dist/features/stageHistory.lua +0 -62
- package/dist/features/taintedLazarusPlayers.d.ts.map +0 -1
- package/dist/features/taintedLazarusPlayers.lua +0 -72
- package/dist/featuresInitialized.d.ts.map +0 -1
- package/dist/functions/ambush.d.ts.map +0 -1
- package/dist/functions/ambush.lua +0 -43
- package/dist/functions/array.d.ts.map +0 -1
- package/dist/functions/array.lua +0 -481
- package/dist/functions/benchmark.d.ts.map +0 -1
- package/dist/functions/benchmark.lua +0 -49
- package/dist/functions/bitSet128.d.ts.map +0 -1
- package/dist/functions/bitSet128.lua +0 -71
- package/dist/functions/bitwise.d.ts.map +0 -1
- package/dist/functions/bitwise.lua +0 -77
- package/dist/functions/bombs.d.ts.map +0 -1
- package/dist/functions/bosses.d.ts.map +0 -1
- package/dist/functions/bosses.lua +0 -257
- package/dist/functions/cards.d.ts.map +0 -1
- package/dist/functions/cards.lua +0 -214
- package/dist/functions/challenges.d.ts.map +0 -1
- package/dist/functions/challenges.lua +0 -10
- package/dist/functions/characters.d.ts.map +0 -1
- package/dist/functions/characters.lua +0 -106
- package/dist/functions/charge.d.ts.map +0 -1
- package/dist/functions/charge.lua +0 -219
- package/dist/functions/chargeBar.d.ts.map +0 -1
- package/dist/functions/collectibleCacheFlag.d.ts.map +0 -1
- package/dist/functions/collectibleCacheFlag.lua +0 -90
- package/dist/functions/collectibleSet.d.ts.map +0 -1
- package/dist/functions/collectibleSet.lua +0 -111
- package/dist/functions/collectibleTag.d.ts.map +0 -1
- package/dist/functions/collectibleTag.lua +0 -81
- package/dist/functions/collectibles.d.ts.map +0 -1
- package/dist/functions/collectibles.lua +0 -465
- package/dist/functions/color.d.ts.map +0 -1
- package/dist/functions/color.lua +0 -124
- package/dist/functions/curses.d.ts.map +0 -1
- package/dist/functions/curses.lua +0 -24
- package/dist/functions/debug.d.ts +0 -53
- package/dist/functions/debug.d.ts.map +0 -1
- package/dist/functions/debug.lua +0 -99
- package/dist/functions/deepCopy.d.ts.map +0 -1
- package/dist/functions/deepCopy.lua +0 -555
- package/dist/functions/deepCopyTests.d.ts.map +0 -1
- package/dist/functions/deepCopyTests.lua +0 -379
- package/dist/functions/dimensions.d.ts.map +0 -1
- package/dist/functions/dimensions.lua +0 -35
- package/dist/functions/direction.d.ts.map +0 -1
- package/dist/functions/direction.lua +0 -44
- package/dist/functions/doors.d.ts.map +0 -1
- package/dist/functions/doors.lua +0 -382
- package/dist/functions/easing.d.ts.map +0 -1
- package/dist/functions/eden.d.ts.map +0 -1
- package/dist/functions/eden.lua +0 -44
- package/dist/functions/effects.d.ts.map +0 -1
- package/dist/functions/effects.lua +0 -12
- package/dist/functions/entities.d.ts.map +0 -1
- package/dist/functions/entities.lua +0 -431
- package/dist/functions/entitiesSpecific.d.ts.map +0 -1
- package/dist/functions/entitiesSpecific.lua +0 -970
- package/dist/functions/entityTypes.d.ts.map +0 -1
- package/dist/functions/enums.d.ts.map +0 -1
- package/dist/functions/enums.lua +0 -177
- package/dist/functions/familiars.d.ts.map +0 -1
- package/dist/functions/familiars.lua +0 -101
- package/dist/functions/flag.d.ts.map +0 -1
- package/dist/functions/flying.d.ts.map +0 -1
- package/dist/functions/flying.lua +0 -80
- package/dist/functions/globals.d.ts.map +0 -1
- package/dist/functions/globals.lua +0 -237
- package/dist/functions/gridEntities.d.ts.map +0 -1
- package/dist/functions/gridEntities.lua +0 -476
- package/dist/functions/gridEntitiesSpecific.d.ts.map +0 -1
- package/dist/functions/gridEntitiesSpecific.lua +0 -493
- package/dist/functions/hex.d.ts.map +0 -1
- package/dist/functions/hex.lua +0 -54
- package/dist/functions/initArray.d.ts.map +0 -1
- package/dist/functions/initArray.lua +0 -37
- package/dist/functions/input.d.ts.map +0 -1
- package/dist/functions/input.lua +0 -127
- package/dist/functions/isaacAPIClass.d.ts.map +0 -1
- package/dist/functions/isaacAPIClass.lua +0 -132
- package/dist/functions/itemPool.d.ts.map +0 -1
- package/dist/functions/itemPool.lua +0 -131
- package/dist/functions/jsonHelpers.d.ts.map +0 -1
- package/dist/functions/jsonHelpers.lua +0 -43
- package/dist/functions/jsonRoom.d.ts.map +0 -1
- package/dist/functions/jsonRoom.lua +0 -159
- package/dist/functions/kColor.d.ts.map +0 -1
- package/dist/functions/kColor.lua +0 -103
- package/dist/functions/language.d.ts.map +0 -1
- package/dist/functions/language.lua +0 -13
- package/dist/functions/level.d.ts.map +0 -1
- package/dist/functions/level.lua +0 -30
- package/dist/functions/levelGrid.d.ts.map +0 -1
- package/dist/functions/levelGrid.lua +0 -404
- package/dist/functions/log.d.ts.map +0 -1
- package/dist/functions/log.lua +0 -519
- package/dist/functions/logEntities.d.ts.map +0 -1
- package/dist/functions/logEntities.lua +0 -242
- package/dist/functions/map.d.ts.map +0 -1
- package/dist/functions/map.lua +0 -55
- package/dist/functions/math.d.ts.map +0 -1
- package/dist/functions/math.lua +0 -118
- package/dist/functions/mergeTests.d.ts.map +0 -1
- package/dist/functions/mergeTests.lua +0 -261
- package/dist/functions/minimap.d.ts.map +0 -1
- package/dist/functions/minimap.lua +0 -141
- package/dist/functions/nextStage.d.ts.map +0 -1
- package/dist/functions/nextStage.lua +0 -253
- package/dist/functions/npcs.d.ts.map +0 -1
- package/dist/functions/npcs.lua +0 -143
- package/dist/functions/pickupVariants.d.ts.map +0 -1
- package/dist/functions/pickups.d.ts.map +0 -1
- package/dist/functions/pickups.lua +0 -47
- package/dist/functions/pickupsSpecific.d.ts.map +0 -1
- package/dist/functions/pickupsSpecific.lua +0 -560
- package/dist/functions/pills.d.ts.map +0 -1
- package/dist/functions/pills.lua +0 -136
- package/dist/functions/playerCenter.d.ts.map +0 -1
- package/dist/functions/playerCenter.lua +0 -64
- package/dist/functions/playerDataStructures.d.ts.map +0 -1
- package/dist/functions/playerDataStructures.lua +0 -103
- package/dist/functions/playerHealth.d.ts.map +0 -1
- package/dist/functions/playerHealth.lua +0 -581
- package/dist/functions/playerIndex.d.ts.map +0 -1
- package/dist/functions/playerIndex.lua +0 -175
- package/dist/functions/playerStats.d.ts.map +0 -1
- package/dist/functions/playerStats.lua +0 -22
- package/dist/functions/players.d.ts.map +0 -1
- package/dist/functions/players.lua +0 -671
- package/dist/functions/pocketItems.d.ts.map +0 -1
- package/dist/functions/pocketItems.lua +0 -106
- package/dist/functions/positionVelocity.d.ts.map +0 -1
- package/dist/functions/positionVelocity.lua +0 -157
- package/dist/functions/pressurePlate.d.ts.map +0 -1
- package/dist/functions/pressurePlate.lua +0 -29
- package/dist/functions/projectiles.d.ts.map +0 -1
- package/dist/functions/projectiles.lua +0 -73
- package/dist/functions/random.d.ts.map +0 -1
- package/dist/functions/random.lua +0 -89
- package/dist/functions/reorderedCallbacks.d.ts.map +0 -1
- package/dist/functions/reorderedCallbacks.lua +0 -34
- package/dist/functions/revive.d.ts.map +0 -1
- package/dist/functions/revive.lua +0 -118
- package/dist/functions/rng.d.ts.map +0 -1
- package/dist/functions/rng.lua +0 -126
- package/dist/functions/rockAlt.d.ts.map +0 -1
- package/dist/functions/rockAlt.lua +0 -485
- package/dist/functions/roomData.d.ts.map +0 -1
- package/dist/functions/roomData.lua +0 -167
- package/dist/functions/roomGrid.d.ts.map +0 -1
- package/dist/functions/roomGrid.lua +0 -80
- package/dist/functions/roomShape.d.ts.map +0 -1
- package/dist/functions/roomShape.lua +0 -96
- package/dist/functions/roomTransition.d.ts.map +0 -1
- package/dist/functions/roomTransition.lua +0 -75
- package/dist/functions/rooms.d.ts.map +0 -1
- package/dist/functions/rooms.lua +0 -436
- package/dist/functions/run.d.ts.map +0 -1
- package/dist/functions/run.lua +0 -79
- package/dist/functions/saveFile.d.ts.map +0 -1
- package/dist/functions/saveFile.lua +0 -24
- package/dist/functions/seeds.d.ts.map +0 -1
- package/dist/functions/seeds.lua +0 -19
- package/dist/functions/serialization.d.ts.map +0 -1
- package/dist/functions/serialization.lua +0 -100
- package/dist/functions/set.d.ts.map +0 -1
- package/dist/functions/set.lua +0 -125
- package/dist/functions/sound.d.ts.map +0 -1
- package/dist/functions/sound.lua +0 -13
- package/dist/functions/spawnCollectible.d.ts.map +0 -1
- package/dist/functions/spawnCollectible.lua +0 -94
- package/dist/functions/sprites.d.ts.map +0 -1
- package/dist/functions/sprites.lua +0 -89
- package/dist/functions/stage.d.ts.map +0 -1
- package/dist/functions/stage.lua +0 -165
- package/dist/functions/stats.d.ts.map +0 -1
- package/dist/functions/stats.lua +0 -89
- package/dist/functions/string.d.ts.map +0 -1
- package/dist/functions/table.d.ts.map +0 -1
- package/dist/functions/table.lua +0 -151
- package/dist/functions/tears.d.ts.map +0 -1
- package/dist/functions/transformations.d.ts.map +0 -1
- package/dist/functions/transformations.lua +0 -112
- package/dist/functions/trinketCacheFlag.d.ts.map +0 -1
- package/dist/functions/trinketCacheFlag.lua +0 -69
- package/dist/functions/trinketGive.d.ts.map +0 -1
- package/dist/functions/trinketGive.lua +0 -130
- package/dist/functions/trinketSet.d.ts.map +0 -1
- package/dist/functions/trinketSet.lua +0 -110
- package/dist/functions/trinkets.d.ts.map +0 -1
- package/dist/functions/trinkets.lua +0 -172
- package/dist/functions/tstlClass.d.ts.map +0 -1
- package/dist/functions/tstlClass.lua +0 -112
- package/dist/functions/types.d.ts.map +0 -1
- package/dist/functions/ui.d.ts.map +0 -1
- package/dist/functions/ui.lua +0 -119
- package/dist/functions/utils.d.ts +0 -94
- package/dist/functions/utils.d.ts.map +0 -1
- package/dist/functions/utils.lua +0 -144
- package/dist/functions/vector.d.ts.map +0 -1
- package/dist/functions/vector.lua +0 -111
- package/dist/index.d.ts.map +0 -1
- package/dist/index.lua +0 -1258
- package/dist/initCustomCallbacks.d.ts.map +0 -1
- package/dist/initCustomCallbacks.lua +0 -217
- package/dist/initFeatures.d.ts.map +0 -1
- package/dist/initFeatures.lua +0 -98
- package/dist/interfaces/ChargeBarSprites.d.ts.map +0 -1
- package/dist/interfaces/Corner.d.ts.map +0 -1
- package/dist/interfaces/CustomStageTSConfig.d.ts.map +0 -1
- package/dist/interfaces/GridEntityCustomData.d.ts.map +0 -1
- package/dist/interfaces/JSONRoomsFile.d.ts.map +0 -1
- package/dist/interfaces/PlayerHealth.d.ts.map +0 -1
- package/dist/interfaces/PocketItemDescription.d.ts.map +0 -1
- package/dist/interfaces/RoomDescription.d.ts.map +0 -1
- package/dist/interfaces/SaveData.d.ts.map +0 -1
- package/dist/interfaces/StatTypeType.d.ts.map +0 -1
- package/dist/interfaces/StatTypeType.lua +0 -4
- package/dist/interfaces/TrinketSituation.d.ts.map +0 -1
- package/dist/interfaces/private/AddCallbackParameterCustom.d.ts.map +0 -1
- package/dist/interfaces/private/AddCallbackParameterCustom.lua +0 -4
- package/dist/interfaces/private/CustomStage.d.ts.map +0 -1
- package/dist/interfaces/private/CustomTrapdoorDescription.d.ts.map +0 -1
- package/dist/interfaces/private/CustomTrapdoorDestination.d.ts.map +0 -1
- package/dist/interfaces/private/TSTLClassMetatable.d.ts.map +0 -1
- package/dist/maps/PHDPillConversions.d.ts.map +0 -1
- package/dist/maps/cardNameToTypeMap.d.ts.map +0 -1
- package/dist/maps/characterNameToTypeMap.d.ts.map +0 -1
- package/dist/maps/collectibleDescriptionMap.d.ts.map +0 -1
- package/dist/maps/collectibleNameToTypeMap.d.ts.map +0 -1
- package/dist/maps/collectibleNameToTypeMap.lua +0 -21
- package/dist/maps/collectibleTypeToNameMap.d.ts.map +0 -1
- package/dist/maps/defaultPlayerStatMap.d.ts.map +0 -1
- package/dist/maps/defaultPlayerStatMap.lua +0 -25
- package/dist/maps/falsePHDPillConversions.d.ts.map +0 -1
- package/dist/maps/gridEntityTypeToBrokenStateMap.d.ts.map +0 -1
- package/dist/maps/gridEntityXMLMap.d.ts.map +0 -1
- package/dist/maps/keyboardToString.d.ts.map +0 -1
- package/dist/maps/pillNameToEffectMap.d.ts.map +0 -1
- package/dist/maps/roomNameToTypeMap.d.ts.map +0 -1
- package/dist/maps/roomShapeToTopLeftWallGridIndexMap.d.ts.map +0 -1
- package/dist/maps/trinketDescriptionMap.d.ts.map +0 -1
- package/dist/maps/trinketNameToTypeMap.d.ts.map +0 -1
- package/dist/maps/trinketNameToTypeMap.lua +0 -21
- package/dist/maps/trinketTypeToNameMap.d.ts.map +0 -1
- package/dist/objects/LRoomShapeToRectangles.d.ts.map +0 -1
- package/dist/objects/LRoomShapeToRectangles.lua +0 -35
- package/dist/objects/backdropTypeToRockAltType.d.ts.map +0 -1
- package/dist/objects/backdropTypeToRockAltType.lua +0 -69
- package/dist/objects/bossNamePNGFileNames.d.ts.map +0 -1
- package/dist/objects/bossPortraitPNGFileNames.d.ts.map +0 -1
- package/dist/objects/callbackRegisterFunctions.d.ts.map +0 -1
- package/dist/objects/callbackRegisterFunctions.lua +0 -285
- package/dist/objects/cardDescriptions.d.ts.map +0 -1
- package/dist/objects/cardNames.d.ts.map +0 -1
- package/dist/objects/cardTypeToItemConfigCardType.d.ts.map +0 -1
- package/dist/objects/challengeNames.d.ts.map +0 -1
- package/dist/objects/characterDamageMultipliers.d.ts.map +0 -1
- package/dist/objects/characterNames.d.ts.map +0 -1
- package/dist/objects/coinSubTypeToValue.d.ts.map +0 -1
- package/dist/objects/colors.d.ts.map +0 -1
- package/dist/objects/directionNames.d.ts.map +0 -1
- package/dist/objects/directionToDegrees.d.ts.map +0 -1
- package/dist/objects/directionToVector.d.ts.map +0 -1
- package/dist/objects/directionToVector.lua +0 -13
- package/dist/objects/doorSlotFlagToDoorSlot.d.ts.map +0 -1
- package/dist/objects/doorSlotToDirection.d.ts.map +0 -1
- package/dist/objects/doorSlotToDoorSlotFlag.d.ts.map +0 -1
- package/dist/objects/isaacAPIClassTypeToBrand.d.ts.map +0 -1
- package/dist/objects/isaacAPIClassTypeToBrand.lua +0 -13
- package/dist/objects/isaacAPIClassTypeToFunctions.d.ts.map +0 -1
- package/dist/objects/isaacAPIClassTypeToFunctions.lua +0 -36
- package/dist/objects/kColors.d.ts.map +0 -1
- package/dist/objects/languageNames.d.ts.map +0 -1
- package/dist/objects/oppositeDoorSlots.d.ts.map +0 -1
- package/dist/objects/pillEffectClasses.d.ts.map +0 -1
- package/dist/objects/pillEffectNames.d.ts.map +0 -1
- package/dist/objects/pillEffectTypes.d.ts.map +0 -1
- package/dist/objects/playerNamePNGFileNames.d.ts.map +0 -1
- package/dist/objects/playerPortraitPNGFileNames.d.ts.map +0 -1
- package/dist/objects/roomShapeBounds.d.ts.map +0 -1
- package/dist/objects/roomShapeBounds.lua +0 -26
- package/dist/objects/roomShapeCorners.d.ts.map +0 -1
- package/dist/objects/roomShapeCorners.lua +0 -259
- package/dist/objects/roomShapeLayoutSizes.d.ts.map +0 -1
- package/dist/objects/roomShapeLayoutSizes.lua +0 -29
- package/dist/objects/roomShapeToBottomRightPosition.d.ts.map +0 -1
- package/dist/objects/roomShapeToDoorSlotCoordinates.d.ts.map +0 -1
- package/dist/objects/roomShapeToDoorSlots.d.ts.map +0 -1
- package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.d.ts.map +0 -1
- package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.lua +0 -89
- package/dist/objects/roomShapeToGridWidth.d.ts.map +0 -1
- package/dist/objects/roomShapeToTopLeftPosition.d.ts.map +0 -1
- package/dist/objects/roomShapeToTopLeftPosition.lua +0 -24
- package/dist/objects/roomShapeVolumes.d.ts.map +0 -1
- package/dist/objects/roomTypeGotoPrefixes.d.ts.map +0 -1
- package/dist/objects/roomTypeNames.d.ts.map +0 -1
- package/dist/objects/stageTypeSuffixes.d.ts.map +0 -1
- package/dist/objects/stageTypeToLetter.d.ts.map +0 -1
- package/dist/objects/transformationNames.d.ts.map +0 -1
- package/dist/objects/versusScreenBackgroundColors.d.ts.map +0 -1
- package/dist/objects/versusScreenDirtSpotColors.d.ts.map +0 -1
- package/dist/patchErrorFunctions.d.ts.map +0 -1
- package/dist/patchErrorFunctions.lua +0 -56
- package/dist/sets/LRoomShapesSet.d.ts.map +0 -1
- package/dist/sets/bossSets.d.ts.map +0 -1
- package/dist/sets/bossSets.lua +0 -577
- package/dist/sets/charactersThatStartWithAnActiveItemSet.d.ts.map +0 -1
- package/dist/sets/charactersWithBlackHeartFromEternalHeartSet.d.ts.map +0 -1
- package/dist/sets/charactersWithFreeDevilDealsSet.d.ts.map +0 -1
- package/dist/sets/charactersWithNoRedHeartsSet.d.ts.map +0 -1
- package/dist/sets/charactersWithNoSoulHeartsSet.d.ts.map +0 -1
- package/dist/sets/chestPickupVariantsSet.d.ts.map +0 -1
- package/dist/sets/consoleCommandsSet.d.ts.map +0 -1
- package/dist/sets/familiarsThatShootPlayerTearsSet.d.ts.map +0 -1
- package/dist/sets/lostStyleCharactersSet.d.ts.map +0 -1
- package/dist/sets/mineShaftRoomSubTypesSet.d.ts.map +0 -1
- package/dist/sets/narrowRoomShapesSet.d.ts.map +0 -1
- package/dist/sets/redHeartSubTypesSet.d.ts.map +0 -1
- package/dist/sets/sinEntityTypesSet.d.ts.map +0 -1
- package/dist/sets/singleUseActiveCollectibleTypesSet.d.ts.map +0 -1
- package/dist/sets/storyBossesSet.d.ts.map +0 -1
- package/dist/shaderCrashFix.d.ts.map +0 -1
- package/dist/types/AnyEntity.d.ts.map +0 -1
- package/dist/types/AnyGridEntity.d.ts.map +0 -1
- package/dist/types/CollectibleIndex.d.ts.map +0 -1
- package/dist/types/Immutable.d.ts.map +0 -1
- package/dist/types/PickingUpItem.d.ts.map +0 -1
- package/dist/types/PickupIndex.d.ts.map +0 -1
- package/dist/types/PlayerIndex.d.ts.map +0 -1
- package/dist/types/PossibleStatType.d.ts.map +0 -1
- package/dist/types/SerializedIsaacAPIClass.d.ts.map +0 -1
- package/dist/types/TSTLClass.d.ts.map +0 -1
|
@@ -0,0 +1,1273 @@
|
|
|
1
|
+
local ____lualib = require("lualib_bundle")
|
|
2
|
+
local Map = ____lualib.Map
|
|
3
|
+
local __TS__StringSplit = ____lualib.__TS__StringSplit
|
|
4
|
+
local __TS__ArrayFilter = ____lualib.__TS__ArrayFilter
|
|
5
|
+
local __TS__StringSlice = ____lualib.__TS__StringSlice
|
|
6
|
+
local __TS__ArrayIncludes = ____lualib.__TS__ArrayIncludes
|
|
7
|
+
local ____exports = {}
|
|
8
|
+
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
9
|
+
local ActiveSlot = ____isaac_2Dtypescript_2Ddefinitions.ActiveSlot
|
|
10
|
+
local CacheFlag = ____isaac_2Dtypescript_2Ddefinitions.CacheFlag
|
|
11
|
+
local Challenge = ____isaac_2Dtypescript_2Ddefinitions.Challenge
|
|
12
|
+
local CollectibleType = ____isaac_2Dtypescript_2Ddefinitions.CollectibleType
|
|
13
|
+
local Direction = ____isaac_2Dtypescript_2Ddefinitions.Direction
|
|
14
|
+
local DisplayFlag = ____isaac_2Dtypescript_2Ddefinitions.DisplayFlag
|
|
15
|
+
local GameStateFlag = ____isaac_2Dtypescript_2Ddefinitions.GameStateFlag
|
|
16
|
+
local GridEntityType = ____isaac_2Dtypescript_2Ddefinitions.GridEntityType
|
|
17
|
+
local GridRoom = ____isaac_2Dtypescript_2Ddefinitions.GridRoom
|
|
18
|
+
local LevelStage = ____isaac_2Dtypescript_2Ddefinitions.LevelStage
|
|
19
|
+
local PillColor = ____isaac_2Dtypescript_2Ddefinitions.PillColor
|
|
20
|
+
local RoomType = ____isaac_2Dtypescript_2Ddefinitions.RoomType
|
|
21
|
+
local StageType = ____isaac_2Dtypescript_2Ddefinitions.StageType
|
|
22
|
+
local ____cachedClasses = require("src.core.cachedClasses")
|
|
23
|
+
local game = ____cachedClasses.game
|
|
24
|
+
local sfxManager = ____cachedClasses.sfxManager
|
|
25
|
+
local ____constants = require("src.core.constants")
|
|
26
|
+
local MAX_LEVEL_GRID_INDEX = ____constants.MAX_LEVEL_GRID_INDEX
|
|
27
|
+
local ____constantsFirstLast = require("src.core.constantsFirstLast")
|
|
28
|
+
local FIRST_CARD_TYPE = ____constantsFirstLast.FIRST_CARD_TYPE
|
|
29
|
+
local FIRST_CHARACTER = ____constantsFirstLast.FIRST_CHARACTER
|
|
30
|
+
local FIRST_PILL_EFFECT = ____constantsFirstLast.FIRST_PILL_EFFECT
|
|
31
|
+
local FIRST_ROOM_TYPE = ____constantsFirstLast.FIRST_ROOM_TYPE
|
|
32
|
+
local FIRST_STAGE = ____constantsFirstLast.FIRST_STAGE
|
|
33
|
+
local LAST_ROOM_TYPE = ____constantsFirstLast.LAST_ROOM_TYPE
|
|
34
|
+
local LAST_STAGE = ____constantsFirstLast.LAST_STAGE
|
|
35
|
+
local LAST_VANILLA_CHARACTER = ____constantsFirstLast.LAST_VANILLA_CHARACTER
|
|
36
|
+
local ____HealthType = require("src.enums.HealthType")
|
|
37
|
+
local HealthType = ____HealthType.HealthType
|
|
38
|
+
local ____cards = require("src.functions.cards")
|
|
39
|
+
local getCardName = ____cards.getCardName
|
|
40
|
+
local ____characters = require("src.functions.characters")
|
|
41
|
+
local getCharacterName = ____characters.getCharacterName
|
|
42
|
+
local ____charge = require("src.functions.charge")
|
|
43
|
+
local addCharge = ____charge.addCharge
|
|
44
|
+
local ____collectibles = require("src.functions.collectibles")
|
|
45
|
+
local isValidCollectibleType = ____collectibles.isValidCollectibleType
|
|
46
|
+
local ____deepCopyTests = require("src.functions.deepCopyTests")
|
|
47
|
+
local runDeepCopyTests = ____deepCopyTests.runDeepCopyTests
|
|
48
|
+
local ____entitiesSpecific = require("src.functions.entitiesSpecific")
|
|
49
|
+
local getNPCs = ____entitiesSpecific.getNPCs
|
|
50
|
+
local ____enums = require("src.functions.enums")
|
|
51
|
+
local getEnumValues = ____enums.getEnumValues
|
|
52
|
+
local ____flag = require("src.functions.flag")
|
|
53
|
+
local addFlag = ____flag.addFlag
|
|
54
|
+
local ____gridEntities = require("src.functions.gridEntities")
|
|
55
|
+
local spawnGridEntity = ____gridEntities.spawnGridEntity
|
|
56
|
+
local ____levelGrid = require("src.functions.levelGrid")
|
|
57
|
+
local getRoomGridIndexesForType = ____levelGrid.getRoomGridIndexesForType
|
|
58
|
+
local ____log = require("src.functions.log")
|
|
59
|
+
local logPlayerEffects = ____log.logPlayerEffects
|
|
60
|
+
local logRoom = ____log.logRoom
|
|
61
|
+
local logSeedEffects = ____log.logSeedEffects
|
|
62
|
+
local logSounds = ____log.logSounds
|
|
63
|
+
local ____map = require("src.functions.map")
|
|
64
|
+
local getMapPartialMatch = ____map.getMapPartialMatch
|
|
65
|
+
local ____mergeTests = require("src.functions.mergeTests")
|
|
66
|
+
local runMergeTests = ____mergeTests.runMergeTests
|
|
67
|
+
local ____pickupsSpecific = require("src.functions.pickupsSpecific")
|
|
68
|
+
local spawnCard = ____pickupsSpecific.spawnCard
|
|
69
|
+
local spawnPill = ____pickupsSpecific.spawnPill
|
|
70
|
+
local spawnTrinketFunction = ____pickupsSpecific.spawnTrinket
|
|
71
|
+
local ____pills = require("src.functions.pills")
|
|
72
|
+
local getPillEffectName = ____pills.getPillEffectName
|
|
73
|
+
local ____playerIndex = require("src.functions.playerIndex")
|
|
74
|
+
local getPlayers = ____playerIndex.getPlayers
|
|
75
|
+
local ____players = require("src.functions.players")
|
|
76
|
+
local addCollectibleCostume = ____players.addCollectibleCostume
|
|
77
|
+
local getPlayerName = ____players.getPlayerName
|
|
78
|
+
local removeCollectibleCostume = ____players.removeCollectibleCostume
|
|
79
|
+
local useActiveItemTemp = ____players.useActiveItemTemp
|
|
80
|
+
local ____roomGrid = require("src.functions.roomGrid")
|
|
81
|
+
local gridCoordinatesToWorldPosition = ____roomGrid.gridCoordinatesToWorldPosition
|
|
82
|
+
local ____rooms = require("src.functions.rooms")
|
|
83
|
+
local changeRoom = ____rooms.changeRoom
|
|
84
|
+
local ____roomTransition = require("src.functions.roomTransition")
|
|
85
|
+
local reloadRoomFunction = ____roomTransition.reloadRoom
|
|
86
|
+
local ____run = require("src.functions.run")
|
|
87
|
+
local onSetSeed = ____run.onSetSeed
|
|
88
|
+
local restart = ____run.restart
|
|
89
|
+
local setUnseeded = ____run.setUnseeded
|
|
90
|
+
local ____spawnCollectible = require("src.functions.spawnCollectible")
|
|
91
|
+
local spawnCollectibleFunction = ____spawnCollectible.spawnCollectible
|
|
92
|
+
local ____stage = require("src.functions.stage")
|
|
93
|
+
local setStage = ____stage.setStage
|
|
94
|
+
local ____trinkets = require("src.functions.trinkets")
|
|
95
|
+
local getGoldenTrinketType = ____trinkets.getGoldenTrinketType
|
|
96
|
+
local ____types = require("src.functions.types")
|
|
97
|
+
local asCardType = ____types.asCardType
|
|
98
|
+
local asCollectibleType = ____types.asCollectibleType
|
|
99
|
+
local asTrinketType = ____types.asTrinketType
|
|
100
|
+
local ____utils = require("src.functions.utils")
|
|
101
|
+
local irange = ____utils.irange
|
|
102
|
+
local printConsole = ____utils.printConsole
|
|
103
|
+
local printEnabled = ____utils.printEnabled
|
|
104
|
+
local ____cardNameToTypeMap = require("src.maps.cardNameToTypeMap")
|
|
105
|
+
local CARD_NAME_TO_TYPE_MAP = ____cardNameToTypeMap.CARD_NAME_TO_TYPE_MAP
|
|
106
|
+
local ____characterNameToTypeMap = require("src.maps.characterNameToTypeMap")
|
|
107
|
+
local CHARACTER_NAME_TO_TYPE_MAP = ____characterNameToTypeMap.CHARACTER_NAME_TO_TYPE_MAP
|
|
108
|
+
local ____collectibleNameToTypeMap = require("src.maps.collectibleNameToTypeMap")
|
|
109
|
+
local COLLECTIBLE_NAME_TO_TYPE_MAP = ____collectibleNameToTypeMap.COLLECTIBLE_NAME_TO_TYPE_MAP
|
|
110
|
+
local ____pillNameToEffectMap = require("src.maps.pillNameToEffectMap")
|
|
111
|
+
local PILL_NAME_TO_EFFECT_MAP = ____pillNameToEffectMap.PILL_NAME_TO_EFFECT_MAP
|
|
112
|
+
local ____roomNameToTypeMap = require("src.maps.roomNameToTypeMap")
|
|
113
|
+
local ROOM_NAME_TO_TYPE_MAP = ____roomNameToTypeMap.ROOM_NAME_TO_TYPE_MAP
|
|
114
|
+
local ____trinketNameToTypeMap = require("src.maps.trinketNameToTypeMap")
|
|
115
|
+
local TRINKET_NAME_TO_TYPE_MAP = ____trinketNameToTypeMap.TRINKET_NAME_TO_TYPE_MAP
|
|
116
|
+
local ____firstLast = require("src.features.firstLast")
|
|
117
|
+
local getLastCardType = ____firstLast.getLastCardType
|
|
118
|
+
local getLastPillEffect = ____firstLast.getLastPillEffect
|
|
119
|
+
local ____commandsSubroutines = require("src.features.extraConsoleCommands.commandsSubroutines")
|
|
120
|
+
local addHeart = ____commandsSubroutines.addHeart
|
|
121
|
+
local devilAngel = ____commandsSubroutines.devilAngel
|
|
122
|
+
local listEntities = ____commandsSubroutines.listEntities
|
|
123
|
+
local listGridEntities = ____commandsSubroutines.listGridEntities
|
|
124
|
+
local movePlayer = ____commandsSubroutines.movePlayer
|
|
125
|
+
local spawnTrapdoorOrCrawlSpace = ____commandsSubroutines.spawnTrapdoorOrCrawlSpace
|
|
126
|
+
local warpNextToRoomType = ____commandsSubroutines.warpNextToRoomType
|
|
127
|
+
local warpToRoomType = ____commandsSubroutines.warpToRoomType
|
|
128
|
+
local ____v = require("src.features.extraConsoleCommands.v")
|
|
129
|
+
local v = ____v.default
|
|
130
|
+
--- Warps to the first Boss Room on the floor.
|
|
131
|
+
function ____exports.bossRoom(self)
|
|
132
|
+
warpToRoomType(nil, RoomType.BOSS)
|
|
133
|
+
end
|
|
134
|
+
--- Toggles Chaos Card tears for the player. Useful for killing enemies very fast without using
|
|
135
|
+
-- "debug 10".
|
|
136
|
+
function ____exports.chaosCardTears(self)
|
|
137
|
+
v.run.chaosCardTears = not v.run.chaosCardTears
|
|
138
|
+
printEnabled(nil, v.run.chaosCardTears, "Chaos Card tears")
|
|
139
|
+
end
|
|
140
|
+
--- Warps to the Devil Room for the floor. If the Angel Room has already been visited or initialized,
|
|
141
|
+
-- this will uninitialize it and make an Devil Room instead.
|
|
142
|
+
function ____exports.devilRoom(self)
|
|
143
|
+
devilAngel(nil, true)
|
|
144
|
+
end
|
|
145
|
+
--- Gives the player a golden bomb.
|
|
146
|
+
function ____exports.goldenBomb(self)
|
|
147
|
+
local player = Isaac.GetPlayer()
|
|
148
|
+
player:AddGoldenBomb()
|
|
149
|
+
end
|
|
150
|
+
--- Gives a golden heart. Provide a number to give a custom amount of hearts. (You can use negative
|
|
151
|
+
-- numbers to remove hearts.)
|
|
152
|
+
function ____exports.goldenHearts(self, params)
|
|
153
|
+
addHeart(nil, params, HealthType.GOLDEN)
|
|
154
|
+
end
|
|
155
|
+
--- Gives the player a golden key.
|
|
156
|
+
function ____exports.goldenKey(self)
|
|
157
|
+
local player = Isaac.GetPlayer()
|
|
158
|
+
player:AddGoldenKey()
|
|
159
|
+
end
|
|
160
|
+
--- Alias for the "debug 2" command. Useful for seeing the grid costs of each tile in the room.
|
|
161
|
+
function ____exports.gridCosts(self)
|
|
162
|
+
Isaac.ExecuteCommand("debug 2")
|
|
163
|
+
end
|
|
164
|
+
--- Warps to the I AM ERROR room for the floor.
|
|
165
|
+
function ____exports.iAmErrorRoom(self)
|
|
166
|
+
changeRoom(nil, GridRoom.ERROR)
|
|
167
|
+
end
|
|
168
|
+
--- Sets every NPC in the room to 1 HP.
|
|
169
|
+
function ____exports.oneHP(self)
|
|
170
|
+
for ____, npc in ipairs(getNPCs(nil)) do
|
|
171
|
+
npc.HitPoints = 1
|
|
172
|
+
end
|
|
173
|
+
printConsole(nil, "Set every NPC to 1 HP.")
|
|
174
|
+
end
|
|
175
|
+
--- Gives a poop mana charge. This only affects Tainted Blue Baby. Provide a number to give a custom
|
|
176
|
+
-- amount of charges. (You can use negative numbers to remove charges.)
|
|
177
|
+
function ____exports.poopMana(self, params)
|
|
178
|
+
local charges = 1
|
|
179
|
+
if params ~= "" then
|
|
180
|
+
local num = tonumber(params)
|
|
181
|
+
if num == nil then
|
|
182
|
+
printConsole(nil, "That is an invalid amount of mana to add.")
|
|
183
|
+
return
|
|
184
|
+
end
|
|
185
|
+
charges = num
|
|
186
|
+
end
|
|
187
|
+
local player = Isaac.GetPlayer()
|
|
188
|
+
player:AddPoopMana(charges)
|
|
189
|
+
end
|
|
190
|
+
--- Play the supplied sound effect.
|
|
191
|
+
--
|
|
192
|
+
-- For example:
|
|
193
|
+
-- - sound 1 - Plays the 1-Up sound effect.
|
|
194
|
+
function ____exports.sound(self, params)
|
|
195
|
+
local soundEffect = tonumber(params)
|
|
196
|
+
if soundEffect == nil then
|
|
197
|
+
printConsole(nil, "That is an invalid sound effect ID.")
|
|
198
|
+
return
|
|
199
|
+
end
|
|
200
|
+
sfxManager:Play(soundEffect)
|
|
201
|
+
end
|
|
202
|
+
--- Warps to the starting room of the floor.
|
|
203
|
+
function ____exports.startingRoom(self)
|
|
204
|
+
local level = game:GetLevel()
|
|
205
|
+
local startingRoomIndex = level:GetStartingRoomIndex()
|
|
206
|
+
changeRoom(nil, startingRoomIndex)
|
|
207
|
+
end
|
|
208
|
+
--- Adds a single charge to the player's specified active item. You must provide the active slot
|
|
209
|
+
-- number. Provide a second number to give a custom amount of charges. (You can use negative numbers
|
|
210
|
+
-- to remove charge.)
|
|
211
|
+
function ____exports.addCharges(self, params)
|
|
212
|
+
if params == "" then
|
|
213
|
+
printConsole(nil, "You must specify a slot number. (Use 0 for the primary slot, 1 for the Schoolbag slot, 2 for the pocket item slot, and 3 for the Dice Bag slot.)")
|
|
214
|
+
return
|
|
215
|
+
end
|
|
216
|
+
local args = __TS__StringSplit(params, " ")
|
|
217
|
+
if #args ~= 1 and #args ~= 2 then
|
|
218
|
+
printConsole(nil, "That is an invalid amount of arguments.")
|
|
219
|
+
return
|
|
220
|
+
end
|
|
221
|
+
local activeSlotString, numChargeString = table.unpack(args)
|
|
222
|
+
local activeSlot = tonumber(activeSlotString)
|
|
223
|
+
if activeSlot == nil then
|
|
224
|
+
printConsole(
|
|
225
|
+
nil,
|
|
226
|
+
"The provided slot number is invalid: " .. tostring(activeSlotString)
|
|
227
|
+
)
|
|
228
|
+
return
|
|
229
|
+
end
|
|
230
|
+
if activeSlot < ActiveSlot.PRIMARY or activeSlot > ActiveSlot.POCKET_SINGLE_USE then
|
|
231
|
+
printConsole(
|
|
232
|
+
nil,
|
|
233
|
+
"The provided slot number is invalid: " .. tostring(activeSlot)
|
|
234
|
+
)
|
|
235
|
+
return
|
|
236
|
+
end
|
|
237
|
+
local numCharges = 1
|
|
238
|
+
if numChargeString ~= nil then
|
|
239
|
+
local numChargesAttempt = tonumber(numChargeString)
|
|
240
|
+
if numChargesAttempt == nil then
|
|
241
|
+
printConsole(nil, "The provided charge amount is invalid: " .. numChargeString)
|
|
242
|
+
return
|
|
243
|
+
end
|
|
244
|
+
numCharges = numChargesAttempt
|
|
245
|
+
end
|
|
246
|
+
local player = Isaac.GetPlayer()
|
|
247
|
+
addCharge(nil, player, activeSlot, numCharges)
|
|
248
|
+
end
|
|
249
|
+
--- Warps to the Angel Room for the floor. If the Devil Room has already been visited or initialized,
|
|
250
|
+
-- this will uninitialize it and make an Angel Room instead.
|
|
251
|
+
function ____exports.angelRoom(self)
|
|
252
|
+
devilAngel(nil, false)
|
|
253
|
+
end
|
|
254
|
+
--- Activates the flags for the Ascent (i.e. Backwards Path).
|
|
255
|
+
function ____exports.ascent(self)
|
|
256
|
+
game:SetStateFlag(GameStateFlag.BACKWARDS_PATH_INIT, true)
|
|
257
|
+
game:SetStateFlag(GameStateFlag.BACKWARDS_PATH, true)
|
|
258
|
+
printConsole(nil, "Set Ascent flags.")
|
|
259
|
+
end
|
|
260
|
+
--- Warps to the first Clean Bedroom or Dirty Bedroom on the floor.
|
|
261
|
+
function ____exports.bedroom(self)
|
|
262
|
+
local cleanBedroomGridIndexes = getRoomGridIndexesForType(nil, RoomType.CLEAN_BEDROOM)
|
|
263
|
+
if #cleanBedroomGridIndexes > 0 then
|
|
264
|
+
warpToRoomType(nil, RoomType.CLEAN_BEDROOM)
|
|
265
|
+
return
|
|
266
|
+
end
|
|
267
|
+
local dirtyBedroomGridIndexes = getRoomGridIndexesForType(nil, RoomType.DIRTY_BEDROOM)
|
|
268
|
+
if #dirtyBedroomGridIndexes > 0 then
|
|
269
|
+
warpToRoomType(nil, RoomType.DIRTY_BEDROOM)
|
|
270
|
+
return
|
|
271
|
+
end
|
|
272
|
+
printConsole(nil, "There are no Clean Bedrooms or Dirty Bedrooms on this floor.")
|
|
273
|
+
end
|
|
274
|
+
--- Gives a half black heart. Provide a number to give a custom amount of hearts. (You can use
|
|
275
|
+
-- negative numbers to remove hearts.)
|
|
276
|
+
function ____exports.blackHearts(self, params)
|
|
277
|
+
addHeart(nil, params, HealthType.BLACK)
|
|
278
|
+
end
|
|
279
|
+
--- Warps to the Black Market for the floor.
|
|
280
|
+
function ____exports.blackMarket(self)
|
|
281
|
+
changeRoom(nil, GridRoom.BLACK_MARKET)
|
|
282
|
+
end
|
|
283
|
+
--- Toggles permanent Curse of the Blind.
|
|
284
|
+
function ____exports.blind(self)
|
|
285
|
+
v.persistent.blind = not v.persistent.blind
|
|
286
|
+
printEnabled(nil, v.persistent.blind, "permanent Curse of the Blind")
|
|
287
|
+
end
|
|
288
|
+
--- Gives a blood charge. This only affects Bethany. Provide a number to give a custom amount of
|
|
289
|
+
-- charges. (You can use negative numbers to remove charges.)
|
|
290
|
+
function ____exports.bloodCharges(self, params)
|
|
291
|
+
local charges = 1
|
|
292
|
+
if params ~= "" then
|
|
293
|
+
local num = tonumber(params)
|
|
294
|
+
if num == nil then
|
|
295
|
+
printConsole(nil, "That is an invalid amount of charges to add.")
|
|
296
|
+
return
|
|
297
|
+
end
|
|
298
|
+
charges = num
|
|
299
|
+
end
|
|
300
|
+
local player = Isaac.GetPlayer()
|
|
301
|
+
player:AddBloodCharge(charges)
|
|
302
|
+
end
|
|
303
|
+
--- Alias for the "blackMarket" command.
|
|
304
|
+
function ____exports.bm(self)
|
|
305
|
+
____exports.blackMarket(nil)
|
|
306
|
+
end
|
|
307
|
+
--- Gives a bomb. Provide a number to give a custom amount of bombs. (You can use negative numbers to
|
|
308
|
+
-- remove bombs.)
|
|
309
|
+
function ____exports.bomb(self, params)
|
|
310
|
+
local numBombs = 1
|
|
311
|
+
if params ~= "" then
|
|
312
|
+
local num = tonumber(params)
|
|
313
|
+
if num == nil then
|
|
314
|
+
printConsole(nil, "That is an invalid amount of bombs to add.")
|
|
315
|
+
return
|
|
316
|
+
end
|
|
317
|
+
numBombs = num
|
|
318
|
+
end
|
|
319
|
+
local player = Isaac.GetPlayer()
|
|
320
|
+
player:AddBombs(numBombs)
|
|
321
|
+
end
|
|
322
|
+
--- Gives 99 bombs. Provide a number to give a custom amount of bombs. (You can use negative numbers
|
|
323
|
+
-- to remove bombs.)
|
|
324
|
+
function ____exports.bombs(self, params)
|
|
325
|
+
local numBombs = 99
|
|
326
|
+
if params ~= "" then
|
|
327
|
+
local num = tonumber(params)
|
|
328
|
+
if num == nil then
|
|
329
|
+
printConsole(nil, "That is an invalid amount of bombs to add.")
|
|
330
|
+
return
|
|
331
|
+
end
|
|
332
|
+
numBombs = num
|
|
333
|
+
end
|
|
334
|
+
local player = Isaac.GetPlayer()
|
|
335
|
+
player:AddBombs(numBombs)
|
|
336
|
+
end
|
|
337
|
+
--- Gives a bone heart. Provide a number to give a custom amount of hearts. (You can use negative
|
|
338
|
+
-- numbers to remove hearts.)
|
|
339
|
+
function ____exports.boneHearts(self, params)
|
|
340
|
+
addHeart(nil, params, HealthType.BONE)
|
|
341
|
+
end
|
|
342
|
+
--- Alias for the "bossRoom" command.
|
|
343
|
+
function ____exports.boss(self)
|
|
344
|
+
____exports.bossRoom(nil)
|
|
345
|
+
end
|
|
346
|
+
--- Warps to the room next to the first Boss Room on the floor.
|
|
347
|
+
function ____exports.bossNextRoom(self)
|
|
348
|
+
warpNextToRoomType(nil, RoomType.BOSS)
|
|
349
|
+
end
|
|
350
|
+
--- Warps to the Boss Rush for the floor.
|
|
351
|
+
function ____exports.bossRush(self)
|
|
352
|
+
changeRoom(nil, GridRoom.BOSS_RUSH)
|
|
353
|
+
end
|
|
354
|
+
--- Gives a broken heart. Provide a number to give a custom amount of hearts. (You can use negative
|
|
355
|
+
-- numbers to remove hearts.)
|
|
356
|
+
function ____exports.brokenHearts(self, params)
|
|
357
|
+
addHeart(nil, params, HealthType.BROKEN)
|
|
358
|
+
end
|
|
359
|
+
--- Gives the specified card. Accepts either the card sub-type or the partial name of the card.
|
|
360
|
+
--
|
|
361
|
+
-- For example:
|
|
362
|
+
-- - card 5 - Gives The Emperor.
|
|
363
|
+
-- - card spa - Gives 2 of Spades.
|
|
364
|
+
function ____exports.card(self, params)
|
|
365
|
+
if params == "" then
|
|
366
|
+
printConsole(nil, "You must specify a card name or number.")
|
|
367
|
+
return
|
|
368
|
+
end
|
|
369
|
+
local cardType
|
|
370
|
+
local num = tonumber(params)
|
|
371
|
+
if num == nil then
|
|
372
|
+
local match = getMapPartialMatch(nil, params, CARD_NAME_TO_TYPE_MAP)
|
|
373
|
+
if match == nil then
|
|
374
|
+
printConsole(nil, "Unknown card: " .. params)
|
|
375
|
+
return
|
|
376
|
+
end
|
|
377
|
+
cardType = match[2]
|
|
378
|
+
else
|
|
379
|
+
local lastCardType = getLastCardType(nil)
|
|
380
|
+
if num < FIRST_CARD_TYPE or num > lastCardType then
|
|
381
|
+
printConsole(
|
|
382
|
+
nil,
|
|
383
|
+
"Invalid card sub-type: " .. tostring(num)
|
|
384
|
+
)
|
|
385
|
+
return
|
|
386
|
+
end
|
|
387
|
+
cardType = num
|
|
388
|
+
end
|
|
389
|
+
local cardName = getCardName(nil, cardType)
|
|
390
|
+
Isaac.ExecuteCommand("g k" .. tostring(cardType))
|
|
391
|
+
printConsole(
|
|
392
|
+
nil,
|
|
393
|
+
((("Gave card: " .. cardName) .. " (") .. tostring(cardType)) .. ")"
|
|
394
|
+
)
|
|
395
|
+
end
|
|
396
|
+
--- Spawns every card on the ground, starting at the top-left-most tile.
|
|
397
|
+
function ____exports.cards(self)
|
|
398
|
+
local lastCardType = getLastCardType(nil)
|
|
399
|
+
local cardType = 1
|
|
400
|
+
do
|
|
401
|
+
local y = 0
|
|
402
|
+
while y <= 6 do
|
|
403
|
+
do
|
|
404
|
+
local x = 0
|
|
405
|
+
while x <= 12 do
|
|
406
|
+
if asCardType(nil, cardType) == lastCardType then
|
|
407
|
+
return
|
|
408
|
+
end
|
|
409
|
+
local worldPosition = gridCoordinatesToWorldPosition(nil, x, y)
|
|
410
|
+
spawnCard(
|
|
411
|
+
nil,
|
|
412
|
+
asCardType(nil, cardType),
|
|
413
|
+
worldPosition
|
|
414
|
+
)
|
|
415
|
+
cardType = cardType + 1
|
|
416
|
+
x = x + 1
|
|
417
|
+
end
|
|
418
|
+
end
|
|
419
|
+
y = y + 1
|
|
420
|
+
end
|
|
421
|
+
end
|
|
422
|
+
end
|
|
423
|
+
--- Alias for the "chaosCardTears" command.
|
|
424
|
+
function ____exports.cc(self)
|
|
425
|
+
____exports.chaosCardTears(nil)
|
|
426
|
+
end
|
|
427
|
+
--- Restart as the specified character. Accepts either the character sub-type or the partial name of
|
|
428
|
+
-- the character.
|
|
429
|
+
--
|
|
430
|
+
-- For example:
|
|
431
|
+
-- - character 2 - Restarts as Cain.
|
|
432
|
+
-- - character ta - Restarts as Tainted Azazel.
|
|
433
|
+
function ____exports.character(self, params)
|
|
434
|
+
if params == "" then
|
|
435
|
+
printConsole(nil, "You must specify a character name or number.")
|
|
436
|
+
return
|
|
437
|
+
end
|
|
438
|
+
local playerType
|
|
439
|
+
local num = tonumber(params)
|
|
440
|
+
if num == nil then
|
|
441
|
+
local match = getMapPartialMatch(nil, params, CHARACTER_NAME_TO_TYPE_MAP)
|
|
442
|
+
if match == nil then
|
|
443
|
+
printConsole(nil, "Unknown character: " .. params)
|
|
444
|
+
return
|
|
445
|
+
end
|
|
446
|
+
playerType = match[2]
|
|
447
|
+
else
|
|
448
|
+
if num < FIRST_CHARACTER or num > LAST_VANILLA_CHARACTER then
|
|
449
|
+
printConsole(
|
|
450
|
+
nil,
|
|
451
|
+
"Invalid player sub-type: " .. tostring(num)
|
|
452
|
+
)
|
|
453
|
+
return
|
|
454
|
+
end
|
|
455
|
+
playerType = num
|
|
456
|
+
end
|
|
457
|
+
local characterName = getCharacterName(nil, playerType)
|
|
458
|
+
restart(nil, playerType)
|
|
459
|
+
printConsole(
|
|
460
|
+
nil,
|
|
461
|
+
((("Restarting as character: " .. characterName) .. " (") .. tostring(playerType)) .. ")"
|
|
462
|
+
)
|
|
463
|
+
end
|
|
464
|
+
--- Alias for the "addCharges" command.
|
|
465
|
+
function ____exports.charge(self, params)
|
|
466
|
+
____exports.addCharges(nil, params)
|
|
467
|
+
end
|
|
468
|
+
--- Warps to the first Clean Bedroom on the floor.
|
|
469
|
+
function ____exports.cleanBedroom(self)
|
|
470
|
+
warpToRoomType(nil, RoomType.CLEAN_BEDROOM)
|
|
471
|
+
end
|
|
472
|
+
--- Gives a coin. Provide a number to give a custom amount of coins. (You can use negative numbers to
|
|
473
|
+
-- remove coins.)
|
|
474
|
+
function ____exports.coin(self, params)
|
|
475
|
+
local numCoins = 1
|
|
476
|
+
if params ~= "" then
|
|
477
|
+
local num = tonumber(params)
|
|
478
|
+
if num == nil then
|
|
479
|
+
printConsole(nil, "That is an invalid amount of coins to add.")
|
|
480
|
+
return
|
|
481
|
+
end
|
|
482
|
+
numCoins = num
|
|
483
|
+
end
|
|
484
|
+
local player = Isaac.GetPlayer()
|
|
485
|
+
player:AddCoins(numCoins)
|
|
486
|
+
end
|
|
487
|
+
--- Gives 999 coins. Provide a number to give a custom amount of coins. (You can use negative numbers
|
|
488
|
+
-- to remove coins.)
|
|
489
|
+
function ____exports.coins(self, params)
|
|
490
|
+
local numCoins = 999
|
|
491
|
+
if params ~= "" then
|
|
492
|
+
local num = tonumber(params)
|
|
493
|
+
if num == nil then
|
|
494
|
+
printConsole(nil, "That is an invalid amount of coins to add.")
|
|
495
|
+
return
|
|
496
|
+
end
|
|
497
|
+
numCoins = num
|
|
498
|
+
end
|
|
499
|
+
local player = Isaac.GetPlayer()
|
|
500
|
+
player:AddCoins(numCoins)
|
|
501
|
+
end
|
|
502
|
+
--- Creates a crawl space next to the player.
|
|
503
|
+
function ____exports.crawlSpace(self)
|
|
504
|
+
spawnTrapdoorOrCrawlSpace(nil, false)
|
|
505
|
+
end
|
|
506
|
+
--- Toggles permanent Curse of the Cursed.
|
|
507
|
+
function ____exports.cursed(self)
|
|
508
|
+
v.persistent.cursed = not v.persistent.cursed
|
|
509
|
+
printEnabled(nil, v.persistent.cursed, "permanent Curse of the Cursed")
|
|
510
|
+
end
|
|
511
|
+
--- Uses the D20.
|
|
512
|
+
function ____exports.d20(self)
|
|
513
|
+
local player = Isaac.GetPlayer()
|
|
514
|
+
useActiveItemTemp(nil, player, CollectibleType.D20)
|
|
515
|
+
end
|
|
516
|
+
--- Uses the D6.
|
|
517
|
+
function ____exports.d6(self)
|
|
518
|
+
local player = Isaac.GetPlayer()
|
|
519
|
+
useActiveItemTemp(nil, player, CollectibleType.D6)
|
|
520
|
+
end
|
|
521
|
+
--- Warps to the Mausoleum 2 Boss Room that has Dad's Note in it.
|
|
522
|
+
function ____exports.dadsNote(self)
|
|
523
|
+
game:SetStateFlag(GameStateFlag.BACKWARDS_PATH_INIT, true)
|
|
524
|
+
setStage(nil, LevelStage.DEPTHS_2, StageType.REPENTANCE)
|
|
525
|
+
____exports.bossRoom(nil)
|
|
526
|
+
end
|
|
527
|
+
--- Toggles extremely high-damage tears for the player.
|
|
528
|
+
function ____exports.damage(self)
|
|
529
|
+
v.run.maxDamage = not v.run.maxDamage
|
|
530
|
+
printEnabled(nil, v.run.maxDamage, "debug damage")
|
|
531
|
+
end
|
|
532
|
+
--- Toggles permanent Curse of Darkness.
|
|
533
|
+
function ____exports.darkness(self)
|
|
534
|
+
v.persistent.darkness = not v.persistent.darkness
|
|
535
|
+
printEnabled(nil, v.persistent.darkness, "permanent Curse of Darkness")
|
|
536
|
+
end
|
|
537
|
+
--- Alias for the "devil" command.
|
|
538
|
+
function ____exports.dd(self)
|
|
539
|
+
____exports.devilRoom(nil)
|
|
540
|
+
end
|
|
541
|
+
--- Warps to the first Dirty Bedroom on the floor.
|
|
542
|
+
function ____exports.dirtyBedroom(self)
|
|
543
|
+
warpToRoomType(nil, RoomType.DIRTY_BEDROOM)
|
|
544
|
+
end
|
|
545
|
+
--- Toggles whether or not curses can appear.
|
|
546
|
+
function ____exports.disableCurses(self)
|
|
547
|
+
v.persistent.disableCurses = not v.persistent.disableCurses
|
|
548
|
+
printEnabled(nil, not v.persistent.disableCurses, "curses")
|
|
549
|
+
end
|
|
550
|
+
--- Moves the player 0.5 units down. Provide a number to move a custom amount of units.
|
|
551
|
+
function ____exports.down(self, params)
|
|
552
|
+
movePlayer(nil, params, Direction.DOWN)
|
|
553
|
+
end
|
|
554
|
+
--- Warps to the Dungeon (i.e. the crawl space room) for the floor.
|
|
555
|
+
function ____exports.dungeon(self)
|
|
556
|
+
changeRoom(nil, GridRoom.DUNGEON)
|
|
557
|
+
end
|
|
558
|
+
--- Logs the player's current temporary effects to the "log.txt" file.
|
|
559
|
+
function ____exports.effects(self)
|
|
560
|
+
local player = Isaac.GetPlayer()
|
|
561
|
+
logPlayerEffects(nil, player)
|
|
562
|
+
printConsole(nil, "Logged the player's effects to the \"log.txt\" file.")
|
|
563
|
+
end
|
|
564
|
+
--- Alias for the "iAmError" command.
|
|
565
|
+
function ____exports.errorRoom(self)
|
|
566
|
+
____exports.iAmErrorRoom(nil)
|
|
567
|
+
end
|
|
568
|
+
--- Gives an eternal heart. Provide a number to give a custom amount of hearts. (You can use negative
|
|
569
|
+
-- numbers to remove hearts.)
|
|
570
|
+
function ____exports.eternalHearts(self, params)
|
|
571
|
+
addHeart(nil, params, HealthType.ETERNAL)
|
|
572
|
+
end
|
|
573
|
+
--- Toggles flight for the player.
|
|
574
|
+
function ____exports.flight(self, params)
|
|
575
|
+
local player = Isaac.GetPlayer()
|
|
576
|
+
v.run.flight = not v.run.flight
|
|
577
|
+
if params == "true" then
|
|
578
|
+
v.run.flight = true
|
|
579
|
+
elseif params == "false" then
|
|
580
|
+
v.run.flight = false
|
|
581
|
+
end
|
|
582
|
+
player:AddCacheFlags(CacheFlag.FLYING)
|
|
583
|
+
player:EvaluateItems()
|
|
584
|
+
local collectibleUsedToShowFlight = CollectibleType.FATE
|
|
585
|
+
if v.run.flight then
|
|
586
|
+
addCollectibleCostume(nil, player, collectibleUsedToShowFlight)
|
|
587
|
+
else
|
|
588
|
+
removeCollectibleCostume(nil, player, collectibleUsedToShowFlight)
|
|
589
|
+
end
|
|
590
|
+
printEnabled(nil, v.run.maxSpeed, "max speed")
|
|
591
|
+
end
|
|
592
|
+
--- Alias for the "startingRoom" command.
|
|
593
|
+
function ____exports.fool(self)
|
|
594
|
+
____exports.startingRoom(nil)
|
|
595
|
+
end
|
|
596
|
+
--- Displays the current challenge, if any.
|
|
597
|
+
function ____exports.getChallenge(self)
|
|
598
|
+
local challenge = Isaac.GetChallenge()
|
|
599
|
+
local challengeName = Challenge[challenge]
|
|
600
|
+
local challengeDescription = challengeName == nil and tostring(challenge) .. " (custom)" or ((("Challenge." .. challengeName) .. " (") .. tostring(challenge)) .. ")"
|
|
601
|
+
printConsole(nil, "The current challenge is: " .. challengeDescription)
|
|
602
|
+
end
|
|
603
|
+
--- Prints the current position of all players.
|
|
604
|
+
function ____exports.getPosition(self)
|
|
605
|
+
for ____, player in ipairs(getPlayers(nil)) do
|
|
606
|
+
local playerName = getPlayerName(nil, player)
|
|
607
|
+
printConsole(
|
|
608
|
+
nil,
|
|
609
|
+
((((("Player position for " .. playerName) .. ": (") .. tostring(player.Position.X)) .. ", ") .. tostring(player.Position.Y)) .. ")"
|
|
610
|
+
)
|
|
611
|
+
end
|
|
612
|
+
end
|
|
613
|
+
--- Toggles permanent Curse of the Giant.
|
|
614
|
+
function ____exports.giant(self)
|
|
615
|
+
v.persistent.giant = not v.persistent.giant
|
|
616
|
+
printEnabled(nil, v.persistent.giant, "permanent Curse of the Giant")
|
|
617
|
+
end
|
|
618
|
+
--- Gives a Giga Bomb. Provide a number to give a custom amount of Giga Bombs. (You can use negative
|
|
619
|
+
-- numbers to remove bombs.)
|
|
620
|
+
function ____exports.gigaBomb(self, params)
|
|
621
|
+
local numBombs = 1
|
|
622
|
+
if params ~= "" then
|
|
623
|
+
local num = tonumber(params)
|
|
624
|
+
if num == nil then
|
|
625
|
+
printConsole(nil, "That is an invalid amount of Giga Bombs to add.")
|
|
626
|
+
return
|
|
627
|
+
end
|
|
628
|
+
numBombs = num
|
|
629
|
+
end
|
|
630
|
+
local player = Isaac.GetPlayer()
|
|
631
|
+
player:AddGigaBombs(numBombs)
|
|
632
|
+
end
|
|
633
|
+
--- Alias for the "goldenBomb" command.
|
|
634
|
+
function ____exports.goldBomb(self)
|
|
635
|
+
____exports.goldenBomb(nil)
|
|
636
|
+
end
|
|
637
|
+
--- Alias for the "goldenHearts" command.
|
|
638
|
+
function ____exports.goldHearts(self, params)
|
|
639
|
+
____exports.goldenHearts(nil, params)
|
|
640
|
+
end
|
|
641
|
+
--- Alias for the "goldenKey" command.
|
|
642
|
+
function ____exports.goldKey(self)
|
|
643
|
+
____exports.goldenKey(nil)
|
|
644
|
+
end
|
|
645
|
+
--- Alias for the "debug 11" command. Useful for seeing the coordinates and grid index of each tile
|
|
646
|
+
-- in the room.
|
|
647
|
+
function ____exports.grid(self)
|
|
648
|
+
Isaac.ExecuteCommand("debug 11")
|
|
649
|
+
end
|
|
650
|
+
--- Alias for the "gridCosts" command.
|
|
651
|
+
function ____exports.grid2(self)
|
|
652
|
+
____exports.gridCosts(nil)
|
|
653
|
+
end
|
|
654
|
+
--- Spawns every grid entity, starting at the top-left-most tile.
|
|
655
|
+
function ____exports.gridEntities(self)
|
|
656
|
+
local gridEntityTypes = getEnumValues(nil, GridEntityType)
|
|
657
|
+
local gridEntityTypeIndex = -1
|
|
658
|
+
do
|
|
659
|
+
local y = 0
|
|
660
|
+
while y <= 6 do
|
|
661
|
+
do
|
|
662
|
+
local x = 0
|
|
663
|
+
while x <= 12 do
|
|
664
|
+
gridEntityTypeIndex = gridEntityTypeIndex + 1
|
|
665
|
+
local gridEntityType = gridEntityTypes[gridEntityTypeIndex + 1]
|
|
666
|
+
if gridEntityType == nil then
|
|
667
|
+
return
|
|
668
|
+
end
|
|
669
|
+
local worldPosition = gridCoordinatesToWorldPosition(nil, x, y)
|
|
670
|
+
spawnGridEntity(nil, gridEntityType, worldPosition)
|
|
671
|
+
x = x + 1
|
|
672
|
+
end
|
|
673
|
+
end
|
|
674
|
+
y = y + 1
|
|
675
|
+
end
|
|
676
|
+
end
|
|
677
|
+
end
|
|
678
|
+
--- Gives a half red heart. Provide a number to give a custom amount of hearts. (You can use negative
|
|
679
|
+
-- numbers to remove hearts.)
|
|
680
|
+
function ____exports.hearts(self, params)
|
|
681
|
+
addHeart(nil, params, HealthType.RED)
|
|
682
|
+
end
|
|
683
|
+
--- Alias for the "debug 6" command.
|
|
684
|
+
function ____exports.hitboxes(self)
|
|
685
|
+
Isaac.ExecuteCommand("debug 6")
|
|
686
|
+
end
|
|
687
|
+
--- Warps to the Blue Womb Boss Room.
|
|
688
|
+
function ____exports.hush(self)
|
|
689
|
+
setStage(nil, LevelStage.BLUE_WOMB, StageType.ORIGINAL)
|
|
690
|
+
____exports.bossRoom(nil)
|
|
691
|
+
end
|
|
692
|
+
--- Gives a key. Provide a number to give a custom amount of key. (You can use negative numbers to
|
|
693
|
+
-- remove keys.)
|
|
694
|
+
function ____exports.key(self, params)
|
|
695
|
+
local numKeys = 1
|
|
696
|
+
if params ~= "" then
|
|
697
|
+
local num = tonumber(params)
|
|
698
|
+
if num == nil then
|
|
699
|
+
printConsole(nil, "That is an invalid amount of keys to add.")
|
|
700
|
+
return
|
|
701
|
+
end
|
|
702
|
+
numKeys = num
|
|
703
|
+
end
|
|
704
|
+
local player = Isaac.GetPlayer()
|
|
705
|
+
player:AddKeys(numKeys)
|
|
706
|
+
end
|
|
707
|
+
--- Gives 99 keys. Provide a number to give a custom amount of coins. (You can use negative numbers
|
|
708
|
+
-- to remove keys.)
|
|
709
|
+
function ____exports.keys(self, params)
|
|
710
|
+
local numKeys = 99
|
|
711
|
+
if params ~= "" then
|
|
712
|
+
local num = tonumber(params)
|
|
713
|
+
if num == nil then
|
|
714
|
+
printConsole(nil, "That is an invalid amount of keys to add.")
|
|
715
|
+
return
|
|
716
|
+
end
|
|
717
|
+
numKeys = num
|
|
718
|
+
end
|
|
719
|
+
local player = Isaac.GetPlayer()
|
|
720
|
+
player:AddKeys(numKeys)
|
|
721
|
+
end
|
|
722
|
+
--- Toggles permanent Curse of the Labyrinth.
|
|
723
|
+
function ____exports.labyrinth(self)
|
|
724
|
+
v.persistent.labyrinth = not v.persistent.labyrinth
|
|
725
|
+
printEnabled(nil, v.persistent.labyrinth, "permanent Curse of the Labyrinth")
|
|
726
|
+
end
|
|
727
|
+
--- Moves the player 0.5 units left. Provide a number to move a custom amount of units.
|
|
728
|
+
function ____exports.left(self, params)
|
|
729
|
+
movePlayer(nil, params, Direction.LEFT)
|
|
730
|
+
end
|
|
731
|
+
--- Warps to the first Library on the floor.
|
|
732
|
+
function ____exports.library(self)
|
|
733
|
+
warpToRoomType(nil, RoomType.LIBRARY)
|
|
734
|
+
end
|
|
735
|
+
--- Logs the entities in the room to the "log.txt" file. Provide a number to only log that specific
|
|
736
|
+
-- `EntityType`.
|
|
737
|
+
--
|
|
738
|
+
-- By default, this command will exclude background effects. If that is not desired, use the
|
|
739
|
+
-- "listAll" command instead.
|
|
740
|
+
function ____exports.list(self, params)
|
|
741
|
+
listEntities(nil, params, false)
|
|
742
|
+
end
|
|
743
|
+
--- Logs the entities in the room to the "log.txt" file. Provide a number to only log that specific
|
|
744
|
+
-- `EntityType`.
|
|
745
|
+
function ____exports.listAll(self, params)
|
|
746
|
+
listEntities(nil, params, true)
|
|
747
|
+
end
|
|
748
|
+
--- Logs the grid entities in the room to the "log.txt" file. Provide a number to only log that
|
|
749
|
+
-- specific `GridEntityType`.
|
|
750
|
+
--
|
|
751
|
+
-- By default, this command will exclude walls. If that is not desired, use the "listGridAll"
|
|
752
|
+
-- command instead.
|
|
753
|
+
function ____exports.listGrid(self, params)
|
|
754
|
+
listGridEntities(nil, params, false)
|
|
755
|
+
end
|
|
756
|
+
--- Logs the grid entities in the room to the "log.txt" file. Provide a number to only log that
|
|
757
|
+
-- specific `GridEntityType`.
|
|
758
|
+
function ____exports.listGridAll(self, params)
|
|
759
|
+
listGridEntities(nil, params, true)
|
|
760
|
+
end
|
|
761
|
+
--- Toggles permanent Curse of the Lost.
|
|
762
|
+
function ____exports.lost(self)
|
|
763
|
+
v.persistent.lost = not v.persistent.lost
|
|
764
|
+
printEnabled(nil, v.persistent.lost, "permanent Curse of the Lost")
|
|
765
|
+
end
|
|
766
|
+
--- Alias for the "1hp" command.
|
|
767
|
+
function ____exports.lowHP(self)
|
|
768
|
+
____exports.oneHP(nil)
|
|
769
|
+
end
|
|
770
|
+
--- Alias for "debug 9".
|
|
771
|
+
function ____exports.luck(self)
|
|
772
|
+
Isaac.ExecuteCommand("debug 9")
|
|
773
|
+
end
|
|
774
|
+
--- Alias for the "poopMana" command.
|
|
775
|
+
function ____exports.mana(self, params)
|
|
776
|
+
____exports.poopMana(nil, params)
|
|
777
|
+
end
|
|
778
|
+
--- Completely reveals the entire map, including the Ultra Secret Room.
|
|
779
|
+
function ____exports.map(self)
|
|
780
|
+
local level = game:GetLevel()
|
|
781
|
+
local displayFlags = addFlag(nil, DisplayFlag.VISIBLE, DisplayFlag.SHADOW, DisplayFlag.SHOW_ICON)
|
|
782
|
+
for ____, roomGridIndex in ipairs(irange(nil, MAX_LEVEL_GRID_INDEX)) do
|
|
783
|
+
local roomDesc = level:GetRoomByIdx(roomGridIndex)
|
|
784
|
+
roomDesc.DisplayFlags = displayFlags
|
|
785
|
+
end
|
|
786
|
+
level:UpdateVisibility()
|
|
787
|
+
end
|
|
788
|
+
--- Gives a heart container. Provide a number to give a custom amount of heart containers. (You can
|
|
789
|
+
-- use negative numbers to remove heart containers.)
|
|
790
|
+
function ____exports.maxHearts(self, params)
|
|
791
|
+
addHeart(nil, params, HealthType.MAX_HEARTS)
|
|
792
|
+
end
|
|
793
|
+
--- Toggles permanent Curse of the Maze.
|
|
794
|
+
function ____exports.maze(self)
|
|
795
|
+
v.persistent.maze = not v.persistent.maze
|
|
796
|
+
printEnabled(nil, v.persistent.maze, "permanent Curse of the Maze")
|
|
797
|
+
end
|
|
798
|
+
--- Warps to the first Miniboss Room on the floor.
|
|
799
|
+
function ____exports.miniboss(self)
|
|
800
|
+
warpToRoomType(nil, RoomType.MINI_BOSS)
|
|
801
|
+
end
|
|
802
|
+
--- Alias for the "disableCurses" command.
|
|
803
|
+
function ____exports.noCurses(self)
|
|
804
|
+
____exports.disableCurses(nil)
|
|
805
|
+
end
|
|
806
|
+
--- Gives a pill with the specified pill effect. Accepts either the effect ID or the partial name of
|
|
807
|
+
-- the effect.
|
|
808
|
+
--
|
|
809
|
+
-- For example:
|
|
810
|
+
--
|
|
811
|
+
-- - `pill 5` - Gives a "Full Health" pill.
|
|
812
|
+
-- - `pill suns` - Gives a "Feels like I'm walking on sunshine" pill.
|
|
813
|
+
function ____exports.pill(self, params)
|
|
814
|
+
if params == "" then
|
|
815
|
+
printConsole(nil, "You must specify a pill name or number.")
|
|
816
|
+
return
|
|
817
|
+
end
|
|
818
|
+
local pillEffect
|
|
819
|
+
local num = tonumber(params)
|
|
820
|
+
if num == nil then
|
|
821
|
+
local match = getMapPartialMatch(nil, params, PILL_NAME_TO_EFFECT_MAP)
|
|
822
|
+
if match == nil then
|
|
823
|
+
printConsole(nil, "Unknown pill effect: " .. params)
|
|
824
|
+
return
|
|
825
|
+
end
|
|
826
|
+
pillEffect = match[2]
|
|
827
|
+
else
|
|
828
|
+
local lastPillEffect = getLastPillEffect(nil)
|
|
829
|
+
if num < FIRST_PILL_EFFECT or num > lastPillEffect then
|
|
830
|
+
printConsole(
|
|
831
|
+
nil,
|
|
832
|
+
"Invalid pill effect ID: " .. tostring(num)
|
|
833
|
+
)
|
|
834
|
+
return
|
|
835
|
+
end
|
|
836
|
+
pillEffect = num
|
|
837
|
+
end
|
|
838
|
+
local pillEffectName = getPillEffectName(nil, pillEffect)
|
|
839
|
+
Isaac.ExecuteCommand("g p" .. tostring(pillEffect))
|
|
840
|
+
printConsole(
|
|
841
|
+
nil,
|
|
842
|
+
((("Gave pill: " .. pillEffectName) .. " (") .. tostring(pillEffect)) .. ")"
|
|
843
|
+
)
|
|
844
|
+
end
|
|
845
|
+
--- Spawns every pill on the ground, starting at the top-left-most tile.
|
|
846
|
+
function ____exports.pills(self)
|
|
847
|
+
local pillColors = __TS__ArrayFilter(
|
|
848
|
+
getEnumValues(nil, PillColor),
|
|
849
|
+
function(____, pillColor) return pillColor ~= PillColor.NULL end
|
|
850
|
+
)
|
|
851
|
+
local pillColorIndex = -1
|
|
852
|
+
do
|
|
853
|
+
local y = 0
|
|
854
|
+
while y <= 6 do
|
|
855
|
+
do
|
|
856
|
+
local x = 0
|
|
857
|
+
while x <= 12 do
|
|
858
|
+
pillColorIndex = pillColorIndex + 1
|
|
859
|
+
local pillColor = pillColors[pillColorIndex + 1]
|
|
860
|
+
if pillColor == nil then
|
|
861
|
+
return
|
|
862
|
+
end
|
|
863
|
+
local worldPosition = gridCoordinatesToWorldPosition(nil, x, y)
|
|
864
|
+
spawnPill(nil, pillColor, worldPosition)
|
|
865
|
+
x = x + 1
|
|
866
|
+
end
|
|
867
|
+
end
|
|
868
|
+
y = y + 1
|
|
869
|
+
end
|
|
870
|
+
end
|
|
871
|
+
end
|
|
872
|
+
--- Warps to the first Planetarium on the floor.
|
|
873
|
+
function ____exports.planetarium(self)
|
|
874
|
+
warpToRoomType(nil, RoomType.PLANETARIUM)
|
|
875
|
+
end
|
|
876
|
+
--- Alias for the "sound" command.
|
|
877
|
+
function ____exports.playSound(self, params)
|
|
878
|
+
____exports.sound(nil, params)
|
|
879
|
+
end
|
|
880
|
+
--- Sets the player's pocket item to the specified collectible type.
|
|
881
|
+
function ____exports.pocket(self, params)
|
|
882
|
+
if params == "" then
|
|
883
|
+
printConsole(nil, "You must supply a collectible type to put as the pocket item.")
|
|
884
|
+
return
|
|
885
|
+
end
|
|
886
|
+
local collectibleType = tonumber(params)
|
|
887
|
+
if collectibleType == nil then
|
|
888
|
+
printConsole(nil, "That is an invalid collectible type.")
|
|
889
|
+
return
|
|
890
|
+
end
|
|
891
|
+
if not isValidCollectibleType(nil, collectibleType) then
|
|
892
|
+
printConsole(nil, "That is an invalid collectible type.")
|
|
893
|
+
return
|
|
894
|
+
end
|
|
895
|
+
local player = Isaac.GetPlayer()
|
|
896
|
+
player:SetPocketActiveItem(collectibleType, ActiveSlot.POCKET)
|
|
897
|
+
end
|
|
898
|
+
--- Alias for the "getPosition" command.
|
|
899
|
+
function ____exports.position(self)
|
|
900
|
+
____exports.getPosition(nil)
|
|
901
|
+
end
|
|
902
|
+
--- Alias for the "hearts" command.
|
|
903
|
+
function ____exports.redHearts(self, params)
|
|
904
|
+
____exports.hearts(nil, params)
|
|
905
|
+
end
|
|
906
|
+
--- Starts a room transition to the same room that you are already in.
|
|
907
|
+
function ____exports.reloadRoom(self)
|
|
908
|
+
reloadRoomFunction(nil)
|
|
909
|
+
end
|
|
910
|
+
--- Moves the player 0.5 units right. Provide a number to move a custom amount of units.
|
|
911
|
+
function ____exports.right(self, params)
|
|
912
|
+
movePlayer(nil, params, Direction.RIGHT)
|
|
913
|
+
end
|
|
914
|
+
--- Logs information about the room to the "log.txt" file.
|
|
915
|
+
function ____exports.room(self)
|
|
916
|
+
logRoom(nil)
|
|
917
|
+
printConsole(nil, "Logged room information to the \"log.txt\" file.")
|
|
918
|
+
end
|
|
919
|
+
--- Gives a rotten heart. Provide a number to give a custom amount of hearts. (You can use negative
|
|
920
|
+
-- numbers to remove hearts.)
|
|
921
|
+
function ____exports.rottenHearts(self, params)
|
|
922
|
+
addHeart(nil, params, HealthType.ROTTEN)
|
|
923
|
+
end
|
|
924
|
+
--- Run the suite of tests that prove that the "deepCopy" helper function and the "merge" function
|
|
925
|
+
-- work properly. For more information, see the `runDeepCopyTests` and the `runMergeTests`
|
|
926
|
+
-- functions.
|
|
927
|
+
--
|
|
928
|
+
-- In general, running the tests is only useful if you are troubleshooting the save data manager.
|
|
929
|
+
function ____exports.runTests(self)
|
|
930
|
+
runDeepCopyTests(nil)
|
|
931
|
+
runMergeTests(nil)
|
|
932
|
+
end
|
|
933
|
+
--- Alias for the "stage" command.
|
|
934
|
+
--
|
|
935
|
+
-- For example:
|
|
936
|
+
-- - s 3 - Warps to Caves 1.
|
|
937
|
+
-- - s 1c - Warps to Downpour 1.
|
|
938
|
+
function ____exports.s(self, params)
|
|
939
|
+
if params == "" then
|
|
940
|
+
printConsole(nil, "You must specify a stage number.")
|
|
941
|
+
return
|
|
942
|
+
end
|
|
943
|
+
local finalCharacter = string.sub(params, -1)
|
|
944
|
+
local stageString
|
|
945
|
+
local stageTypeLetter
|
|
946
|
+
if finalCharacter == "a" or finalCharacter == "b" or finalCharacter == "c" or finalCharacter == "d" then
|
|
947
|
+
stageString = __TS__StringSlice(params, 0, #params - 1)
|
|
948
|
+
stageTypeLetter = finalCharacter
|
|
949
|
+
else
|
|
950
|
+
stageString = params
|
|
951
|
+
stageTypeLetter = ""
|
|
952
|
+
end
|
|
953
|
+
local stage = tonumber(stageString)
|
|
954
|
+
if stage == nil then
|
|
955
|
+
printConsole(
|
|
956
|
+
nil,
|
|
957
|
+
"That is an invalid stage number: " .. tostring(stage)
|
|
958
|
+
)
|
|
959
|
+
return
|
|
960
|
+
end
|
|
961
|
+
if stage < FIRST_STAGE or stage > LAST_STAGE then
|
|
962
|
+
printConsole(
|
|
963
|
+
nil,
|
|
964
|
+
((("Invalid stage number; must be between " .. tostring(FIRST_STAGE)) .. " and ") .. tostring(LAST_STAGE)) .. "."
|
|
965
|
+
)
|
|
966
|
+
return
|
|
967
|
+
end
|
|
968
|
+
Isaac.ExecuteCommand(("stage " .. tostring(stage)) .. stageTypeLetter)
|
|
969
|
+
end
|
|
970
|
+
--- Warps to the first Sacrifice Room on the floor.
|
|
971
|
+
function ____exports.sacrificeRoom(self)
|
|
972
|
+
warpToRoomType(nil, RoomType.SACRIFICE)
|
|
973
|
+
end
|
|
974
|
+
--- Warps to the first Secret Room on the floor.
|
|
975
|
+
function ____exports.secretRoom(self)
|
|
976
|
+
warpToRoomType(nil, RoomType.SECRET)
|
|
977
|
+
end
|
|
978
|
+
--- Changes to a seeded run, using the seed of the current run.
|
|
979
|
+
function ____exports.seedStick(self)
|
|
980
|
+
local seedsClass = game:GetSeeds()
|
|
981
|
+
local startSeedString = seedsClass:GetStartSeedString()
|
|
982
|
+
Isaac.ExecuteCommand("seed " .. startSeedString)
|
|
983
|
+
end
|
|
984
|
+
--- Logs all of the current run's seed effects to the "log.txt" file.
|
|
985
|
+
function ____exports.seeds(self)
|
|
986
|
+
logSeedEffects(nil)
|
|
987
|
+
printConsole(nil, "Logged the seed effects to the \"log.txt\" file.")
|
|
988
|
+
end
|
|
989
|
+
--- Sets a charge to the player's specified active item. You must provide the active slot number and
|
|
990
|
+
-- the number of charges to set.
|
|
991
|
+
function ____exports.setCharges(self, params)
|
|
992
|
+
if params == "" then
|
|
993
|
+
printConsole(nil, "You must specify a slot number and a charge amount. (Use 0 for the primary slot, 1 for the Schoolbag slot, 2 for the pocket item slot, and 3 for the Dice Bag slot.)")
|
|
994
|
+
return
|
|
995
|
+
end
|
|
996
|
+
local args = __TS__StringSplit(params, " ")
|
|
997
|
+
if #args == 1 then
|
|
998
|
+
printConsole(nil, "You must specify the amount of charge to set.")
|
|
999
|
+
return
|
|
1000
|
+
end
|
|
1001
|
+
if #args ~= 2 then
|
|
1002
|
+
printConsole(nil, "That is an invalid amount of arguments.")
|
|
1003
|
+
return
|
|
1004
|
+
end
|
|
1005
|
+
local activeSlotString, chargeString = table.unpack(args)
|
|
1006
|
+
local activeSlot = tonumber(activeSlotString)
|
|
1007
|
+
if activeSlot == nil then
|
|
1008
|
+
printConsole(
|
|
1009
|
+
nil,
|
|
1010
|
+
"The provided slot number is invalid: " .. tostring(activeSlotString)
|
|
1011
|
+
)
|
|
1012
|
+
return
|
|
1013
|
+
end
|
|
1014
|
+
local activeSlots = getEnumValues(nil, ActiveSlot)
|
|
1015
|
+
if not __TS__ArrayIncludes(activeSlots, activeSlot) then
|
|
1016
|
+
printConsole(
|
|
1017
|
+
nil,
|
|
1018
|
+
"The provided slot number is invalid: " .. tostring(activeSlot)
|
|
1019
|
+
)
|
|
1020
|
+
return
|
|
1021
|
+
end
|
|
1022
|
+
local chargeNum = tonumber(chargeString)
|
|
1023
|
+
if chargeNum == nil then
|
|
1024
|
+
printConsole(
|
|
1025
|
+
nil,
|
|
1026
|
+
"The provided charge amount is invalid: " .. tostring(chargeString)
|
|
1027
|
+
)
|
|
1028
|
+
return
|
|
1029
|
+
end
|
|
1030
|
+
if chargeNum < 0 then
|
|
1031
|
+
printConsole(
|
|
1032
|
+
nil,
|
|
1033
|
+
"The provided charge amount is invalid: " .. tostring(chargeNum)
|
|
1034
|
+
)
|
|
1035
|
+
return
|
|
1036
|
+
end
|
|
1037
|
+
local player = Isaac.GetPlayer()
|
|
1038
|
+
player:SetActiveCharge(chargeNum, activeSlot)
|
|
1039
|
+
end
|
|
1040
|
+
--- Moves the first player to the specified position.
|
|
1041
|
+
--
|
|
1042
|
+
-- For example:
|
|
1043
|
+
-- - setPosition 100 50
|
|
1044
|
+
function ____exports.setPosition(self, params)
|
|
1045
|
+
if params == "" then
|
|
1046
|
+
printConsole(nil, "You must specify a position. (e.g. \"setPosition 100 50\")")
|
|
1047
|
+
return
|
|
1048
|
+
end
|
|
1049
|
+
local args = __TS__StringSplit(params, " ")
|
|
1050
|
+
if #args ~= 2 then
|
|
1051
|
+
printConsole(nil, "You must specify a position. (e.g. \"setPosition 100 50\")")
|
|
1052
|
+
return
|
|
1053
|
+
end
|
|
1054
|
+
local xString, yString = table.unpack(args)
|
|
1055
|
+
local x = tonumber(xString)
|
|
1056
|
+
if x == nil then
|
|
1057
|
+
printConsole(
|
|
1058
|
+
nil,
|
|
1059
|
+
"That is an invalid x value: " .. tostring(xString)
|
|
1060
|
+
)
|
|
1061
|
+
return
|
|
1062
|
+
end
|
|
1063
|
+
local y = tonumber(yString)
|
|
1064
|
+
if y == nil then
|
|
1065
|
+
printConsole(
|
|
1066
|
+
nil,
|
|
1067
|
+
"That is an invalid y value: " .. tostring(yString)
|
|
1068
|
+
)
|
|
1069
|
+
return
|
|
1070
|
+
end
|
|
1071
|
+
local player = Isaac.GetPlayer()
|
|
1072
|
+
local newPosition = Vector(x, y)
|
|
1073
|
+
player.Position = newPosition
|
|
1074
|
+
end
|
|
1075
|
+
--- Warps to the first shop on the floor.
|
|
1076
|
+
function ____exports.shop(self)
|
|
1077
|
+
warpToRoomType(nil, RoomType.SHOP)
|
|
1078
|
+
end
|
|
1079
|
+
--- Uses the Smelter to smelt the current player's trinket.
|
|
1080
|
+
function ____exports.smelt(self)
|
|
1081
|
+
local player = Isaac.GetPlayer()
|
|
1082
|
+
useActiveItemTemp(nil, player, CollectibleType.SMELTER)
|
|
1083
|
+
end
|
|
1084
|
+
--- Gives a soul charge. This only affects Tainted Bethany. Provide a number to give a custom amount
|
|
1085
|
+
-- of charges. (You can use negative numbers to remove charges.)
|
|
1086
|
+
function ____exports.soulCharges(self, params)
|
|
1087
|
+
local charges = 1
|
|
1088
|
+
if params ~= "" then
|
|
1089
|
+
local num = tonumber(params)
|
|
1090
|
+
if num == nil then
|
|
1091
|
+
printConsole(nil, "That is an invalid amount of charges to add.")
|
|
1092
|
+
return
|
|
1093
|
+
end
|
|
1094
|
+
charges = num
|
|
1095
|
+
end
|
|
1096
|
+
local player = Isaac.GetPlayer()
|
|
1097
|
+
player:AddSoulCharge(charges)
|
|
1098
|
+
end
|
|
1099
|
+
--- Gives a half soul heart. Provide a number to give a custom amount of hearts. (You can use
|
|
1100
|
+
-- negative numbers to remove hearts.)
|
|
1101
|
+
function ____exports.soulHearts(self, params)
|
|
1102
|
+
addHeart(nil, params, HealthType.SOUL)
|
|
1103
|
+
end
|
|
1104
|
+
--- Logs all of the currently playing sound effects to the "log.txt" file.
|
|
1105
|
+
function ____exports.sounds(self)
|
|
1106
|
+
logSounds(nil)
|
|
1107
|
+
printConsole(nil, "Logged the currently playing sound effects to the \"log.txt\" file.")
|
|
1108
|
+
end
|
|
1109
|
+
--- Toggles spamming Blood Rights on every frame. Useful for killing enemies very fast without using
|
|
1110
|
+
-- "debug 10".
|
|
1111
|
+
function ____exports.spam(self)
|
|
1112
|
+
v.run.spamBloodRights = not v.run.spamBloodRights
|
|
1113
|
+
printEnabled(nil, v.run.spamBloodRights, "spamming Blood Rights")
|
|
1114
|
+
end
|
|
1115
|
+
function ____exports.spawnCollectible(self, params)
|
|
1116
|
+
if params == "" then
|
|
1117
|
+
printConsole(nil, "You must specify the name or number corresponding to the collectible type.")
|
|
1118
|
+
return
|
|
1119
|
+
end
|
|
1120
|
+
local collectibleTypeNumber = tonumber(params)
|
|
1121
|
+
local collectibleType
|
|
1122
|
+
if collectibleTypeNumber == nil then
|
|
1123
|
+
local match = getMapPartialMatch(nil, params, COLLECTIBLE_NAME_TO_TYPE_MAP)
|
|
1124
|
+
if match == nil then
|
|
1125
|
+
printConsole(nil, "Unknown collectible: " .. params)
|
|
1126
|
+
return
|
|
1127
|
+
end
|
|
1128
|
+
collectibleType = match[2]
|
|
1129
|
+
else
|
|
1130
|
+
collectibleType = asCollectibleType(nil, collectibleTypeNumber)
|
|
1131
|
+
end
|
|
1132
|
+
local roomClass = game:GetRoom()
|
|
1133
|
+
local centerPos = roomClass:GetCenterPos()
|
|
1134
|
+
spawnCollectibleFunction(nil, collectibleType, centerPos)
|
|
1135
|
+
end
|
|
1136
|
+
--- Spawns a golden version of the specified trinket type.
|
|
1137
|
+
function ____exports.spawnGoldenTrinket(self, params)
|
|
1138
|
+
if params == "" then
|
|
1139
|
+
printConsole(nil, "You must specify the name or number corresponding to the trinket type.")
|
|
1140
|
+
return
|
|
1141
|
+
end
|
|
1142
|
+
local trinketTypeNumber = tonumber(params)
|
|
1143
|
+
local trinketType
|
|
1144
|
+
if trinketTypeNumber == nil then
|
|
1145
|
+
local match = getMapPartialMatch(nil, params, TRINKET_NAME_TO_TYPE_MAP)
|
|
1146
|
+
if match == nil then
|
|
1147
|
+
printConsole(nil, "Unknown trinket: " .. params)
|
|
1148
|
+
return
|
|
1149
|
+
end
|
|
1150
|
+
trinketType = match[2]
|
|
1151
|
+
else
|
|
1152
|
+
trinketType = asTrinketType(nil, trinketTypeNumber)
|
|
1153
|
+
end
|
|
1154
|
+
local roomClass = game:GetRoom()
|
|
1155
|
+
local centerPos = roomClass:GetCenterPos()
|
|
1156
|
+
local goldenTrinketType = getGoldenTrinketType(nil, trinketType)
|
|
1157
|
+
spawnTrinketFunction(nil, goldenTrinketType, centerPos)
|
|
1158
|
+
end
|
|
1159
|
+
function ____exports.spawnTrinket(self, params)
|
|
1160
|
+
if params == "" then
|
|
1161
|
+
printConsole(nil, "You must specify the name or number corresponding to the trinket type.")
|
|
1162
|
+
return
|
|
1163
|
+
end
|
|
1164
|
+
local trinketTypeNumber = tonumber(params)
|
|
1165
|
+
local trinketType
|
|
1166
|
+
if trinketTypeNumber == nil then
|
|
1167
|
+
local match = getMapPartialMatch(nil, params, TRINKET_NAME_TO_TYPE_MAP)
|
|
1168
|
+
if match == nil then
|
|
1169
|
+
printConsole(nil, "Unknown trinket: " .. params)
|
|
1170
|
+
return
|
|
1171
|
+
end
|
|
1172
|
+
trinketType = match[2]
|
|
1173
|
+
else
|
|
1174
|
+
trinketType = asTrinketType(nil, trinketTypeNumber)
|
|
1175
|
+
end
|
|
1176
|
+
local roomClass = game:GetRoom()
|
|
1177
|
+
local centerPos = roomClass:GetCenterPos()
|
|
1178
|
+
spawnTrinketFunction(nil, trinketType, centerPos)
|
|
1179
|
+
end
|
|
1180
|
+
--- Toggles maximum movement speed and flight for the player.
|
|
1181
|
+
function ____exports.speed(self)
|
|
1182
|
+
local player = Isaac.GetPlayer()
|
|
1183
|
+
v.run.maxSpeed = not v.run.maxSpeed
|
|
1184
|
+
player:AddCacheFlags(CacheFlag.SPEED)
|
|
1185
|
+
player:EvaluateItems()
|
|
1186
|
+
local value = tostring(v.run.maxSpeed)
|
|
1187
|
+
____exports.flight(nil, value)
|
|
1188
|
+
printEnabled(nil, v.run.maxSpeed, "max speed and flight")
|
|
1189
|
+
end
|
|
1190
|
+
--- Alias for the "startingRoom" command.
|
|
1191
|
+
function ____exports.startRoom(self)
|
|
1192
|
+
____exports.startingRoom(nil)
|
|
1193
|
+
end
|
|
1194
|
+
--- Warps to the first Super Secret Room on the floor.
|
|
1195
|
+
function ____exports.superSecretRoom(self)
|
|
1196
|
+
warpToRoomType(nil, RoomType.SUPER_SECRET)
|
|
1197
|
+
end
|
|
1198
|
+
--- Toggles an extremely high tears stat (e.g. fire rate) for the player, equivalent of that to soy
|
|
1199
|
+
-- milk.
|
|
1200
|
+
function ____exports.tears(self)
|
|
1201
|
+
v.run.maxTears = not v.run.maxTears
|
|
1202
|
+
local player = Isaac.GetPlayer()
|
|
1203
|
+
player:AddCacheFlags(CacheFlag.FIRE_DELAY)
|
|
1204
|
+
player:EvaluateItems()
|
|
1205
|
+
printEnabled(nil, v.run.maxDamage, "debug tear-rate")
|
|
1206
|
+
end
|
|
1207
|
+
--- Alias for the "runTests" command.
|
|
1208
|
+
function ____exports.tests(self)
|
|
1209
|
+
____exports.runTests(nil)
|
|
1210
|
+
end
|
|
1211
|
+
--- Creates a trapdoor next to the player.
|
|
1212
|
+
function ____exports.trapdoor(self)
|
|
1213
|
+
spawnTrapdoorOrCrawlSpace(nil, true)
|
|
1214
|
+
end
|
|
1215
|
+
--- Warps to the first Treasure Room on the floor.
|
|
1216
|
+
function ____exports.treasureRoom(self)
|
|
1217
|
+
warpToRoomType(nil, RoomType.TREASURE)
|
|
1218
|
+
end
|
|
1219
|
+
--- Warps to the first Ultra Secret Room on the floor.
|
|
1220
|
+
function ____exports.ultraSecretRoom(self)
|
|
1221
|
+
warpToRoomType(nil, RoomType.ULTRA_SECRET)
|
|
1222
|
+
end
|
|
1223
|
+
--- Toggles permanent Curse of the Unknown.
|
|
1224
|
+
function ____exports.unknown(self)
|
|
1225
|
+
v.persistent.unknown = not v.persistent.unknown
|
|
1226
|
+
printEnabled(nil, v.persistent.unknown, "permanent Curse of the Unknown")
|
|
1227
|
+
end
|
|
1228
|
+
--- If currently on a set seed, changes to an unseeded state and restarts the game.
|
|
1229
|
+
function ____exports.unseed(self)
|
|
1230
|
+
if not onSetSeed(nil) then
|
|
1231
|
+
printConsole(nil, "You are not on a set seed, so you cannot unseed the run.")
|
|
1232
|
+
return
|
|
1233
|
+
end
|
|
1234
|
+
setUnseeded(nil)
|
|
1235
|
+
restart(nil)
|
|
1236
|
+
end
|
|
1237
|
+
--- Moves the player 0.5 units up. Provide a number to move a custom amount of units.
|
|
1238
|
+
function ____exports.up(self, params)
|
|
1239
|
+
movePlayer(nil, params, Direction.UP)
|
|
1240
|
+
end
|
|
1241
|
+
--- Warps to the specified room type. Accepts either the room type number or the partial name of the
|
|
1242
|
+
-- room type.
|
|
1243
|
+
--
|
|
1244
|
+
-- For example:
|
|
1245
|
+
-- - warp 5 - Warps to the first Boss Room on the floor, if any.
|
|
1246
|
+
-- - warp tr - Warps to the first Treasure Room on the floor, if any.
|
|
1247
|
+
function ____exports.warp(self, params)
|
|
1248
|
+
if params == "" then
|
|
1249
|
+
printConsole(nil, "You must specify a room type name or number.")
|
|
1250
|
+
return
|
|
1251
|
+
end
|
|
1252
|
+
local roomType
|
|
1253
|
+
local num = tonumber(params)
|
|
1254
|
+
if num == nil then
|
|
1255
|
+
local match = getMapPartialMatch(nil, params, ROOM_NAME_TO_TYPE_MAP)
|
|
1256
|
+
if match == nil then
|
|
1257
|
+
printConsole(nil, "Unknown room type: " .. params)
|
|
1258
|
+
return
|
|
1259
|
+
end
|
|
1260
|
+
roomType = match[2]
|
|
1261
|
+
else
|
|
1262
|
+
if num < FIRST_ROOM_TYPE or num > LAST_ROOM_TYPE then
|
|
1263
|
+
printConsole(
|
|
1264
|
+
nil,
|
|
1265
|
+
"Invalid room type: " .. tostring(num)
|
|
1266
|
+
)
|
|
1267
|
+
return
|
|
1268
|
+
end
|
|
1269
|
+
roomType = num
|
|
1270
|
+
end
|
|
1271
|
+
warpToRoomType(nil, roomType)
|
|
1272
|
+
end
|
|
1273
|
+
return ____exports
|