UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

35 lines 1.05 kB
/** From "itempools.xml". */ export declare const ITEM_POOL_TYPE_TO_ITEM_POOL_NAME: { readonly 0: "treasure"; readonly 1: "shop"; readonly 2: "boss"; readonly 3: "devil"; readonly 4: "angel"; readonly 5: "secret"; readonly 6: "library"; readonly 7: "shellGame"; readonly 8: "goldenChest"; readonly 9: "redChest"; readonly 10: "beggar"; readonly 11: "demonBeggar"; readonly 12: "curse"; readonly 13: "keyMaster"; readonly 14: "batteryBum"; readonly 15: "momsChest"; readonly 16: "greedTreasure"; readonly 17: "greedBoss"; readonly 18: "greedShop"; readonly 19: "greedDevil"; readonly 20: "greedAngel"; readonly 21: "greedCurse"; readonly 22: "greedSecret"; readonly 23: "craneGame"; readonly 24: "ultraSecret"; readonly 25: "bombBum"; readonly 26: "planetarium"; readonly 27: "oldChest"; readonly 28: "babyShop"; readonly 29: "woodenChest"; readonly 30: "rottenBeggar"; }; //# sourceMappingURL=itemPoolTypeToItemPoolName.d.ts.map