UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

56 lines 1.96 kB
import { PlayerType } from "isaac-typescript-definitions"; export declare const DEFAULT_CHALLENGE_CHARACTER = PlayerType.ISAAC; /** * Contains the starting character for each challenge. * * Taken from the "challenges.xml" file. */ export declare const CHALLENGE_CHARACTERS: { readonly 0: PlayerType.ISAAC; readonly 1: PlayerType.ISAAC; readonly 2: PlayerType.ISAAC; readonly 3: PlayerType.ISAAC; readonly 4: PlayerType.EVE; readonly 5: PlayerType.MAGDALENE; readonly 6: PlayerType.ISAAC; readonly 7: PlayerType.LAZARUS; readonly 8: PlayerType.ISAAC; readonly 9: PlayerType.ISAAC; readonly 10: PlayerType.MAGDALENE; readonly 11: PlayerType.JUDAS; readonly 12: PlayerType.ISAAC; readonly 13: PlayerType.ISAAC; readonly 14: PlayerType.ISAAC; readonly 15: PlayerType.ISAAC; readonly 16: PlayerType.ISAAC; readonly 17: PlayerType.ISAAC; readonly 18: PlayerType.ISAAC; readonly 19: PlayerType.ISAAC; readonly 20: PlayerType.ISAAC; readonly 21: PlayerType.ISAAC; readonly 22: PlayerType.ISAAC; readonly 23: PlayerType.BLUE_BABY; readonly 24: PlayerType.ISAAC; readonly 25: PlayerType.ISAAC; readonly 26: PlayerType.ISAAC; readonly 27: PlayerType.BLUE_BABY; readonly 28: PlayerType.ISAAC; readonly 29: PlayerType.JUDAS; readonly 30: PlayerType.ISAAC; readonly 31: PlayerType.ISAAC; readonly 32: PlayerType.ISAAC; readonly 33: PlayerType.ISAAC; readonly 34: PlayerType.ISAAC; readonly 35: PlayerType.ISAAC; readonly 36: PlayerType.ISAAC; readonly 37: PlayerType.BETHANY; readonly 38: PlayerType.BETHANY; readonly 39: PlayerType.ISAAC; readonly 40: PlayerType.JACOB; readonly 41: PlayerType.ISAAC; readonly 42: PlayerType.FORGOTTEN_B; readonly 43: PlayerType.CAIN_B; readonly 44: PlayerType.JACOB_B; readonly 45: PlayerType.ISAAC; }; //# sourceMappingURL=challengeCharacters.d.ts.map