isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
13 lines (12 loc) • 305 B
text/typescript
/**
* The possible effects that the Mysterious Paper trinket can grant.
*
* This enum has hard-coded values because they correspond to the specific in-game frame count of
* the player.
*/
export enum MysteriousPaperEffect {
POLAROID = 0,
NEGATIVE = 1,
MISSING_PAGE = 2,
MISSING_POSTER = 3,
}