isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
194 lines • 7.01 kB
TypeScript
export declare const DEFAULT_TRINKET_DESCRIPTION = "Unknown";
/** Maps trinket types to the real English descriptions from the "stringtable.sta" file. */
export declare const TRINKET_DESCRIPTIONS: {
readonly 0: "Unknown";
readonly 1: "Gulp!";
readonly 2: "It feels lucky?";
readonly 3: "Trickle charge";
readonly 4: "It's broken";
readonly 5: "Challenge up";
readonly 6: "It kinda works";
readonly 7: "Faith up";
readonly 8: "I remember these";
readonly 9: "Wub wub!";
readonly 10: "Wiggle waggle!";
readonly 11: "Woop woop!";
readonly 12: "Blub blub!";
readonly 13: "YES!";
readonly 14: "Your feet feel stronger";
readonly 15: "There's something inside it";
readonly 16: "???";
readonly 17: "Evil up";
readonly 18: "Faith up";
readonly 19: "Master of lockpicking";
readonly 20: "Wish granted";
readonly 21: "???";
readonly 22: "Evil up";
readonly 23: "???";
readonly 24: "Wealth of gas";
readonly 25: "Uh-oh!";
readonly 26: "Zip zoop!";
readonly 27: "Wooosh!";
readonly 28: "Eternal life?";
readonly 29: "It stinks";
readonly 30: "Poison shots";
readonly 31: "Piercing shots";
readonly 32: "Touch fuzzy, get dizzy";
readonly 33: "Fetal protection";
readonly 34: "It calls out to its brothers";
readonly 35: "DMG up";
readonly 36: "It feels lucky?";
readonly 37: "Speed up";
readonly 38: "It emanates purity ";
readonly 39: "Yay, cancer!";
readonly 40: "Your rage grows";
readonly 41: "Tastes like burning";
readonly 42: "Luck up!";
readonly 43: "Cursed?";
readonly 44: "Don't swallow it";
readonly 45: "Luck of the draw";
readonly 46: "Consume thy enemy";
readonly 48: "It glows with power";
readonly 49: "Wealth of health";
readonly 50: "Wealth of chaos";
readonly 51: "Wealth of answers";
readonly 52: "Wealth of wealth";
readonly 53: "Well, that's not coming off";
readonly 54: "Dead friend";
readonly 55: "Faith's reward";
readonly 56: "Payment received ";
readonly 57: "Imaginary friend";
readonly 58: "Your rage grows";
readonly 59: "May you see your destination";
readonly 60: "Revenge from beyond";
readonly 61: "The left-hand path reaps dark rewards";
readonly 62: "It shines for its brothers";
readonly 63: "Fuse cutter";
readonly 64: "Bleep bloop blop";
readonly 65: "Floooooooooop!";
readonly 66: "Pft";
readonly 67: "You feel cursed... kinda.";
readonly 68: "It pulls";
readonly 69: "You feel faded";
readonly 70: "Itchy, tasty...";
readonly 71: "Creepy bombs";
readonly 72: "Lil charge";
readonly 73: "Pop! Pop!";
readonly 74: "The ground below feels hollow...";
readonly 75: "Effect not found?";
readonly 76: "It's double down time!";
readonly 77: "Bounce back!";
readonly 78: "Extended stat effect time!";
readonly 79: "I'm stuck in a loop...";
readonly 80: "With darkness comes power";
readonly 81: "Blind to damage";
readonly 82: "Feel lucky?";
readonly 83: "Stores are open";
readonly 84: "Feels greedy";
readonly 85: "Karma up";
readonly 86: "The poop is moving...";
readonly 87: "You feel her love";
readonly 88: "Never again!";
readonly 89: "Keep your friends close...";
readonly 90: "Fartoom!";
readonly 91: "Eww";
readonly 92: "Stat booster";
readonly 93: "You stink";
readonly 94: "It also stinks!";
readonly 95: "It looks dead";
readonly 96: "Foop foop!";
readonly 97: "Sick...";
readonly 98: "Seems magic...";
readonly 99: "Boing!";
readonly 100: "It needs power";
readonly 101: "I think it's broken";
readonly 102: "Double moon";
readonly 103: "=";
readonly 104: "Make a wish";
readonly 105: "I wonder what it is";
readonly 106: "Uncorked";
readonly 107: "Drain me";
readonly 108: "That's a hard nut to crack!";
readonly 109: "Stuck!";
readonly 110: "Feels lucky...";
readonly 111: "Drips with blood...";
readonly 112: "...";
readonly 113: "I bring War";
readonly 114: "I bring Pestilence";
readonly 115: "I bring Famine";
readonly 116: "I bring Death";
readonly 117: "I bring Conquest";
readonly 118: "They are growing...";
readonly 119: "Regen!";
readonly 120: "Danger charge";
readonly 121: "My faith protects me";
readonly 122: "Can't hold it!";
readonly 123: "Angelic spoils";
readonly 124: "Hold the door";
readonly 125: "Charged friends";
readonly 126: "Wealth of flies";
readonly 127: "Feed them magic!";
readonly 128: "It looks brittle";
readonly 129: "Don't chew on it";
readonly 130: "It's leaking";
readonly 131: "Wealth of purity";
readonly 132: "Mystery medicine";
readonly 133: "Faster explosions";
readonly 134: "Mega farts";
readonly 135: "Watch the world burn";
readonly 136: "Bombs are key";
readonly 137: "Forget me not...";
readonly 138: "t's broken9Reroll your dest ";
readonly 139: "It feels lucky";
readonly 140: "It feels empty";
readonly 141: "Sing for your friends";
readonly 142: "My faith protects me";
readonly 143: "Voltage starving";
readonly 144: "Ding!";
readonly 145: "Luck way up. Don't lose it!";
readonly 146: "His special customer";
readonly 147: "Wealth of power";
readonly 148: "Gather round";
readonly 149: "Push in case of emergency";
readonly 150: "Look between the rooms";
readonly 151: "No more spikes";
readonly 152: "Seek the stars";
readonly 153: "A piece of her love";
readonly 154: "Bonus roll";
readonly 155: "Walk the path of the saint";
readonly 156: "HP up";
readonly 157: "Death awaits";
readonly 158: "A hole in your pocket";
readonly 159: "Less is more";
readonly 160: "Free goodies!";
readonly 161: "Walk the path of the wicked";
readonly 162: "Unleash your inner demon";
readonly 163: "Oops!";
readonly 164: "Twice the bang!";
readonly 165: "Don't want!";
readonly 166: "???";
readonly 167: "Friends from beyond";
readonly 168: "A brittle blessing";
readonly 169: "Looks familiar...";
readonly 170: "Call to the other side";
readonly 171: "Money talks";
readonly 172: "Wealth of misery";
readonly 173: "Give it to me";
readonly 174: "6";
readonly 175: "What could it open?";
readonly 176: "Mini friend";
readonly 177: "You feel braver";
readonly 178: "Bang!";
readonly 179: "Controllable buddies!";
readonly 180: "Finally!";
readonly 181: "Fun extras";
readonly 182: "Virtue's reward";
readonly 183: "I'm seeing double...";
readonly 184: "Give them a home";
readonly 185: "Infested";
readonly 186: "Attack buddy";
readonly 187: "Double vision?";
readonly 188: "Stay frosty";
readonly 189: "Revel in death";
};
//# sourceMappingURL=trinketDescriptions.d.ts.map