UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

54 lines 1.75 kB
export declare const DEFAULT_PILL_EFFECT_NAME = "Unknown"; export declare const PILL_EFFECT_NAMES: { readonly 0: "Bad Gas"; readonly 1: "Bad Trip"; readonly 2: "Balls of Steel"; readonly 3: "Bombs Are Key"; readonly 4: "Explosive Diarrhea"; readonly 5: "Full Health"; readonly 6: "Health Down"; readonly 7: "Health Up"; readonly 8: "I Found Pills"; readonly 9: "Puberty"; readonly 10: "Pretty Fly"; readonly 11: "Range Down"; readonly 12: "Range Up"; readonly 13: "Speed Down"; readonly 14: "Speed Up"; readonly 15: "Tears Down"; readonly 16: "Tears Up"; readonly 17: "Luck Down"; readonly 18: "Luck Up"; readonly 19: "Telepills"; readonly 20: "48 Hour Energy"; readonly 21: "Hematemesis"; readonly 22: "Paralysis"; readonly 23: "I can see forever!"; readonly 24: "Pheromones"; readonly 25: "Amnesia"; readonly 26: "Lemon Party"; readonly 27: "R U a Wizard?"; readonly 28: "Percs!"; readonly 29: "Addicted!"; readonly 30: "Re-Lax"; readonly 31: "???"; readonly 32: "One makes you larger"; readonly 33: "One makes you small"; readonly 34: "Infested!"; readonly 35: "Infested?"; readonly 36: "Power Pill!"; readonly 37: "Retro Vision"; readonly 38: "Friends Till The End!"; readonly 39: "X-Lax"; readonly 40: "Something's wrong..."; readonly 41: "I'm Drowsy..."; readonly 42: "I'm Excited!!!"; readonly 43: "Gulp!"; readonly 44: "Horf!"; readonly 45: "Feels like I'm walking on sunshine!"; readonly 46: "Vurp!"; readonly 47: "Shot Speed Down"; readonly 48: "Shot Speed Up"; readonly 49: "Experimental Pill"; }; //# sourceMappingURL=pillEffectNames.d.ts.map