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