isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
40 lines • 1.23 kB
TypeScript
/**
* Derived from "stages.xml". Note that unlike "stages.xml":
*
* - `StageID.BLUE_WOMB` (13) is specified with a name of "Blue Womb" instead of "???".
* - `StageID.StageID.BACKWARDS` (36) is specified with a name of "The Ascent" instead of "???".
*/
export declare const STAGE_ID_NAMES: {
readonly 0: "Special Rooms";
readonly 1: "Basement";
readonly 2: "Cellar";
readonly 3: "Burning Basement";
readonly 4: "Caves";
readonly 5: "Catacombs";
readonly 6: "Flooded Caves";
readonly 7: "Depths";
readonly 8: "Necropolis";
readonly 9: "Dank Depths";
readonly 10: "Womb";
readonly 11: "Utero";
readonly 12: "Scarred Womb";
readonly 13: "Blue Womb";
readonly 14: "Sheol";
readonly 15: "Cathedral";
readonly 16: "Dark Room";
readonly 17: "Chest";
readonly 24: "The Shop";
readonly 25: "Ultra Greed";
readonly 26: "The Void";
readonly 27: "Downpour";
readonly 28: "Dross";
readonly 29: "Mines";
readonly 30: "Ashpit";
readonly 31: "Mausoleum";
readonly 32: "Gehenna";
readonly 33: "Corpse";
readonly 34: "Mortis";
readonly 35: "Home";
readonly 36: "The Ascent";
};
//# sourceMappingURL=stageIDNames.d.ts.map