isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
103 lines • 4.13 kB
TypeScript
export declare const DEFAULT_CARD_DESCRIPTION = "Unknown";
/** This is a temporary map due to missing features in the vanilla API. */
export declare const CARD_DESCRIPTIONS: {
readonly 0: "Unknown";
readonly 1: "Where journey begins";
readonly 2: "May you never miss your goal";
readonly 3: "Mother is watching you";
readonly 4: "May your rage bring power";
readonly 5: "Challenge me!";
readonly 6: "Two prayers for the lost";
readonly 7: "May you prosper and be in good health";
readonly 8: "May nothing stand before you";
readonly 9: "May your future become balanced";
readonly 10: "May you see what life has to offer";
readonly 11: "Spin the wheel of destiny";
readonly 12: "May your power bring rage";
readonly 13: "May you find enlightenment ";
readonly 14: "Lay waste to all that oppose you ";
readonly 15: "May you be pure in heart";
readonly 16: "Revel in the power of darkness";
readonly 17: "Destruction brings creation";
readonly 18: "May you find what you desire ";
readonly 19: "May you find all you have lost";
readonly 20: "May the light heal and enlighten you";
readonly 21: "Judge lest ye be judged";
readonly 22: "Open your eyes and see";
readonly 23: "Item multiplier";
readonly 24: "Item multiplier";
readonly 25: "Item multiplier";
readonly 26: "Item multiplier";
readonly 27: "Convert all";
readonly 28: "Convert all";
readonly 29: "Convert all";
readonly 30: "Convert all";
readonly 31: "???";
readonly 32: "Destruction";
readonly 33: "Abundance";
readonly 34: "Passage";
readonly 35: "Purity";
readonly 36: "Vision";
readonly 37: "Change";
readonly 38: "Companionship";
readonly 39: "Resistance";
readonly 40: "???";
readonly 41: "Void";
readonly 42: "???";
readonly 43: "Charge it!";
readonly 44: "???";
readonly 45: "Something stinks...";
readonly 46: "A true ending?";
readonly 47: "Open Sesame";
readonly 48: "Double active";
readonly 49: "D6 + D20";
readonly 50: "Help from above";
readonly 51: "You feel protected";
readonly 52: "Become immense!";
readonly 53: "Draw 3 cards";
readonly 54: "Savor the moment";
readonly 55: "It still glows faintly";
readonly 56: "Let go and move on";
readonly 57: "May no harm come to you";
readonly 58: "Run";
readonly 59: "May your love bring protection";
readonly 60: "May you find a worthy opponent";
readonly 61: "Two prayers for the forgotten";
readonly 62: "May your heart shatter into pieces";
readonly 63: "May nothing walk past you";
readonly 64: "May your sins come back to torment you";
readonly 65: "May you see the value of all things in life";
readonly 66: "Throw the dice of fate";
readonly 67: "May you break their resolve";
readonly 68: "May your greed know no bounds";
readonly 69: "May life spring forth from the fallen";
readonly 70: "May your hunger be satiated";
readonly 71: "Bask in the light of your mercy";
readonly 72: "Creation brings destruction";
readonly 73: "May your loss bring fortune";
readonly 74: "May you remember lost memories";
readonly 75: "May the darkness swallow all around you";
readonly 76: "May you redeem those found wanting";
readonly 77: "Step into the abyss";
readonly 78: "???";
readonly 79: "<3";
readonly 80: "Again";
readonly 81: "Reroll... or not";
readonly 82: "Give me your love!";
readonly 83: "Opens the unopenable";
readonly 84: "Right behind you";
readonly 85: "Chemical warfare";
readonly 86: "Your very own murder";
readonly 87: "Slay a thousand";
readonly 88: "Demon rage!";
readonly 89: "Life after death";
readonly 90: "Embrace chaos";
readonly 91: "Leave your body behind";
readonly 92: "Motherhood";
readonly 93: "$$$";
readonly 94: "Bringer of calamity";
readonly 95: "Skeletal protector";
readonly 96: "Friends from beyond";
readonly 97: "Bound by blood";
};
//# sourceMappingURL=cardDescriptions.d.ts.map