UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

31 lines (30 loc) 821 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.v = void 0; // This is registered in "ExtraConsoleCommands.ts". // eslint-disable-next-line isaacscript/require-v-registration exports.v = { persistent: { // Curses darkness: false, // 1 labyrinth: false, // 2 lost: false, // 3 unknown: false, // 4 cursed: false, // 5 maze: false, // 6 blind: false, // 7 giant: false, // 8 disableCurses: false, // Stats damage: false, damageAmount: 500, speed: false, speedAmount: 2, tears: false, tearsAmount: 1, // In tear delay, not tears stat flight: false, // Other chaosCardTears: false, spamBloodRights: false, }, };