isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
103 lines • 3.61 kB
TypeScript
export declare const DEFAULT_CARD_NAME = "Unknown";
/** This is a temporary map due to missing features in the vanilla API. */
export declare const CARD_NAMES: {
readonly 0: "Unknown";
readonly 1: "0 - The Fool";
readonly 2: "I - The Magician";
readonly 3: "II - The High Priestess";
readonly 4: "III - The Empress";
readonly 5: "IV - The Emperor";
readonly 6: "V - The Hierophant";
readonly 7: "VI - The Lovers";
readonly 8: "VII - The Chariot";
readonly 9: "VIII - Justice";
readonly 10: "IX - The Hermit";
readonly 11: "X - Wheel of Fortune";
readonly 12: "XI - Strength";
readonly 13: "XII - The Hanged Man";
readonly 14: "XIII - Death";
readonly 15: "XIV - Temperance";
readonly 16: "XV - The Devil";
readonly 17: "XVI - The Tower";
readonly 18: "XVII - The Stars";
readonly 19: "XVIII - The Moon";
readonly 20: "XIX - The Sun";
readonly 21: "XX - Judgement";
readonly 22: "XXI - The World";
readonly 23: "2 of Clubs";
readonly 24: "2 of Diamonds";
readonly 25: "2 of Spades";
readonly 26: "2 of Hearts";
readonly 27: "Ace of Clubs";
readonly 28: "Ace of Diamonds";
readonly 29: "Ace of Spades";
readonly 30: "Ace of Hearts";
readonly 31: "Joker";
readonly 32: "Hagalaz";
readonly 33: "Jera";
readonly 34: "Ehwaz";
readonly 35: "Dagaz";
readonly 36: "Ansuz";
readonly 37: "Perthro";
readonly 38: "Berkano";
readonly 39: "Algiz";
readonly 40: "Blank Rune";
readonly 41: "Black Rune";
readonly 42: "Chaos Card";
readonly 43: "Credit Card";
readonly 44: "Rules Card";
readonly 45: "A Card Against Humanity";
readonly 46: "Suicide King";
readonly 47: "Get Out Of Jail Free Card";
readonly 48: "? Card";
readonly 49: "Dice Shard";
readonly 50: "Emergency Contact";
readonly 51: "Holy Card";
readonly 52: "Huge Growth";
readonly 53: "Ancient Recall";
readonly 54: "Era Walk";
readonly 55: "Rune Shard";
readonly 56: "0 - The Fool?";
readonly 57: "I - The Magician?";
readonly 58: "II - The High Priestess?";
readonly 59: "III - The Empress?";
readonly 60: "IV - The Emperor?";
readonly 61: "V - The Hierophant?";
readonly 62: "VI - The Lovers?";
readonly 63: "VII - The Chariot?";
readonly 64: "VIII - Justice?";
readonly 65: "IX - The Hermit?";
readonly 66: "X - Wheel of Fortune?";
readonly 67: "XI - Strength?";
readonly 68: "XII - The Hanged Man?";
readonly 69: "XIII - Death?";
readonly 70: "XIV - Temperance?";
readonly 71: "XV - The Devil?";
readonly 72: "XVI - The Tower?";
readonly 73: "XVII - The Stars?";
readonly 74: "XVIII - The Moon?";
readonly 75: "XIX - The Sun?";
readonly 76: "XX - Judgement?";
readonly 77: "XXI - The World?";
readonly 78: "Cracked Key";
readonly 79: "Queen of Hearts";
readonly 80: "Wild Card";
readonly 81: "Soul of Isaac";
readonly 82: "Soul of Magdalene";
readonly 83: "Soul of Cain";
readonly 84: "Soul of Judas";
readonly 85: "Soul of ???";
readonly 86: "Soul of Eve";
readonly 87: "Soul of Samson";
readonly 88: "Soul of Azazel";
readonly 89: "Soul of Lazarus";
readonly 90: "Soul of Eden";
readonly 91: "Soul of the Lost";
readonly 92: "Soul of Lilith";
readonly 93: "Soul of the Keeper";
readonly 94: "Soul of Apollyon";
readonly 95: "Soul of the Forgotten";
readonly 96: "Soul of Bethany";
readonly 97: "Soul of Jacob and Esau";
};
//# sourceMappingURL=cardNames.d.ts.map