UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

17 lines 548 B
export declare const DEFAULT_CHEST_NAME = "Unknown"; /** Taken from "entities2.xml". */ export declare const CHEST_NAMES: { readonly 50: "Chest"; readonly 51: "Bomb Chest"; readonly 52: "Spiked Chest"; readonly 53: "Eternal Chest"; readonly 54: "Mimic Chest"; readonly 55: "Old Chest"; readonly 56: "Wooden Chest"; readonly 57: "Mega Chest"; readonly 58: "Haunted Chest"; readonly 60: "Locked Chest"; readonly 360: "Red Chest"; readonly 390: "Mom's Chest"; }; //# sourceMappingURL=chestNames.d.ts.map