isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
59 lines (58 loc) • 4.29 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CHALLENGE_TRINKET_TYPE = void 0;
const isaac_typescript_definitions_1 = require("isaac-typescript-definitions");
/**
* Contains the starting trinket for each challenge. Challenges that do not grant a starting trinket
* will have a value of `undefined`.
*
* Taken from the "challenges.xml" file.
*/
exports.CHALLENGE_TRINKET_TYPE = {
[]: undefined, // 0
[]: undefined, // 1
[]: isaac_typescript_definitions_1.TrinketType.PETRIFIED_POOP, // 2
[]: undefined, // 3
[]: undefined, // 4
[]: undefined, // 5
[]: undefined, // 6
[]: undefined, // 7
[]: undefined, // 8
[]: isaac_typescript_definitions_1.TrinketType.MATCH_STICK, // 9
[]: isaac_typescript_definitions_1.TrinketType.CHILDS_HEART, // 10
[]: undefined, // 11
[]: undefined, // 12
[]: undefined, // 13
[]: undefined, // 14
[]: undefined, // 15
[]: undefined, // 16
[]: undefined, // 17
[]: isaac_typescript_definitions_1.TrinketType.TICK, // 18
[]: undefined, // 19
[]: undefined, // 20
[]: undefined, // 21
[]: undefined, // 22
[]: undefined, // 23
[]: undefined, // 24
[]: undefined, // 25
[]: undefined, // 26
[]: undefined, // 27
[]: isaac_typescript_definitions_1.TrinketType.RAINBOW_WORM, // 28
[]: undefined, // 29
[]: undefined, // 30
[]: undefined, // 31
[]: undefined, // 32
[]: undefined, // 33
[]: undefined, // 34
[]: undefined, // 35
[]: isaac_typescript_definitions_1.TrinketType.MYSTERIOUS_CANDY, // 36
[]: isaac_typescript_definitions_1.TrinketType.CHILDS_HEART, // 37
[]: isaac_typescript_definitions_1.TrinketType.MAGGYS_FAITH, // 38
[]: undefined, // 39
[]: undefined, // 40
[]: undefined, // 41
[]: undefined, // 42
[]: undefined, // 43
[]: undefined, // 44
[]: undefined, // 45
};