UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

91 lines (90 loc) 3.66 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CHARACTER_STARTING_TRINKET_TYPE = void 0; const isaac_typescript_definitions_1 = require("isaac-typescript-definitions"); exports.CHARACTER_STARTING_TRINKET_TYPE = { // -1 [isaac_typescript_definitions_1.PlayerType.POSSESSOR]: undefined, // 0 [isaac_typescript_definitions_1.PlayerType.ISAAC]: undefined, // 1 [isaac_typescript_definitions_1.PlayerType.MAGDALENE]: undefined, // 2 [isaac_typescript_definitions_1.PlayerType.CAIN]: isaac_typescript_definitions_1.TrinketType.PAPER_CLIP, // 3 [isaac_typescript_definitions_1.PlayerType.JUDAS]: undefined, // 4 [isaac_typescript_definitions_1.PlayerType.BLUE_BABY]: undefined, // 5 [isaac_typescript_definitions_1.PlayerType.EVE]: undefined, // 6 [isaac_typescript_definitions_1.PlayerType.SAMSON]: isaac_typescript_definitions_1.TrinketType.CHILDS_HEART, // 7 [isaac_typescript_definitions_1.PlayerType.AZAZEL]: undefined, // 8 [isaac_typescript_definitions_1.PlayerType.LAZARUS]: undefined, // 9 [isaac_typescript_definitions_1.PlayerType.EDEN]: undefined, // 10 [isaac_typescript_definitions_1.PlayerType.LOST]: undefined, // 11 [isaac_typescript_definitions_1.PlayerType.LAZARUS_2]: undefined, // 12 [isaac_typescript_definitions_1.PlayerType.DARK_JUDAS]: undefined, // 13 [isaac_typescript_definitions_1.PlayerType.LILITH]: undefined, // 14 [isaac_typescript_definitions_1.PlayerType.KEEPER]: isaac_typescript_definitions_1.TrinketType.STORE_KEY, // 15 [isaac_typescript_definitions_1.PlayerType.APOLLYON]: undefined, // 16 [isaac_typescript_definitions_1.PlayerType.FORGOTTEN]: undefined, // 17 [isaac_typescript_definitions_1.PlayerType.SOUL]: undefined, // 18 [isaac_typescript_definitions_1.PlayerType.BETHANY]: undefined, // 19 [isaac_typescript_definitions_1.PlayerType.JACOB]: undefined, // 20 [isaac_typescript_definitions_1.PlayerType.ESAU]: undefined, // 21 [isaac_typescript_definitions_1.PlayerType.ISAAC_B]: undefined, // 22 [isaac_typescript_definitions_1.PlayerType.MAGDALENE_B]: undefined, // 23 [isaac_typescript_definitions_1.PlayerType.CAIN_B]: undefined, // 24 [isaac_typescript_definitions_1.PlayerType.JUDAS_B]: undefined, // 25 [isaac_typescript_definitions_1.PlayerType.BLUE_BABY_B]: undefined, // 26 [isaac_typescript_definitions_1.PlayerType.EVE_B]: undefined, // 27 [isaac_typescript_definitions_1.PlayerType.SAMSON_B]: undefined, // 28 [isaac_typescript_definitions_1.PlayerType.AZAZEL_B]: undefined, // 29 [isaac_typescript_definitions_1.PlayerType.LAZARUS_B]: undefined, // 30 [isaac_typescript_definitions_1.PlayerType.EDEN_B]: undefined, // 31 [isaac_typescript_definitions_1.PlayerType.LOST_B]: undefined, // 32 [isaac_typescript_definitions_1.PlayerType.LILITH_B]: undefined, // 33 [isaac_typescript_definitions_1.PlayerType.KEEPER_B]: undefined, // 34 [isaac_typescript_definitions_1.PlayerType.APOLLYON_B]: undefined, // 35 [isaac_typescript_definitions_1.PlayerType.FORGOTTEN_B]: undefined, // 36 [isaac_typescript_definitions_1.PlayerType.BETHANY_B]: undefined, // 37 [isaac_typescript_definitions_1.PlayerType.JACOB_B]: undefined, // 38 [isaac_typescript_definitions_1.PlayerType.LAZARUS_2_B]: undefined, // 39 [isaac_typescript_definitions_1.PlayerType.JACOB_2_B]: undefined, // 40 [isaac_typescript_definitions_1.PlayerType.SOUL_B]: undefined, };