isaacscript-common 85.0.2 → 85.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/dist/classes/callbacks/PostCustomRevive.d.ts +2 -0
  2. package/dist/classes/callbacks/PostCustomRevive.d.ts.map +1 -1
  3. package/dist/classes/features/other/FlyingDetection.js +2 -2
  4. package/dist/classes/features/other/ItemPoolDetection.js +2 -2
  5. package/dist/classes/features/other/ModdedElementSets.js +11 -11
  6. package/dist/classes/features/other/PonyDetection.js +2 -2
  7. package/dist/classes/features/other/customStages/backdrop.js +17 -17
  8. package/dist/classes/features/other/customStages/shadows.js +11 -11
  9. package/dist/classes/features/other/extraConsoleCommands/commands.d.ts +2 -0
  10. package/dist/classes/features/other/extraConsoleCommands/commands.d.ts.map +1 -1
  11. package/dist/classes/features/other/extraConsoleCommands/commands.js +7 -2
  12. package/dist/classes/features/other/extraConsoleCommands/commands.lua +4 -0
  13. package/dist/classes/features/other/extraConsoleCommands/v.js +9 -9
  14. package/dist/core/cachedClasses.d.ts +1 -0
  15. package/dist/core/cachedClasses.d.ts.map +1 -1
  16. package/dist/core/constants.js +58 -58
  17. package/dist/enums/HealthType.d.ts +7 -7
  18. package/dist/enums/HealthType.d.ts.map +1 -1
  19. package/dist/functions/array.d.ts +1 -1
  20. package/dist/functions/array.js +1 -1
  21. package/dist/functions/array.lua +1 -1
  22. package/dist/functions/bosses.js +4 -4
  23. package/dist/functions/charge.js +1 -1
  24. package/dist/functions/emptyRoom.js +6 -6
  25. package/dist/functions/gridEntities.js +19 -19
  26. package/dist/functions/input.js +13 -13
  27. package/dist/functions/itemPool.js +12 -12
  28. package/dist/functions/logEntities.js +11 -11
  29. package/dist/functions/npcs.js +11 -11
  30. package/dist/functions/playerIndex.js +1 -1
  31. package/dist/functions/slots.js +8 -8
  32. package/dist/functions/stats.js +17 -17
  33. package/dist/functions/storyBosses.js +28 -28
  34. package/dist/functions/transformations.js +14 -14
  35. package/dist/index.rollup.d.ts +8 -8
  36. package/dist/isaacscript-common.lua +6 -2
  37. package/dist/maps/PHDPillConversionsMap.js +15 -15
  38. package/dist/maps/cardNameToTypeMap.js +201 -201
  39. package/dist/maps/characterNameToTypeMap.js +81 -81
  40. package/dist/maps/defaultPlayerStatMap.js +5 -5
  41. package/dist/maps/falsePHDPillConversionsMap.js +29 -29
  42. package/dist/maps/itemPoolTypeToItemPoolName.js +30 -30
  43. package/dist/maps/keyboardToStringMap.js +62 -62
  44. package/dist/maps/pillNameToEffectMap.js +79 -79
  45. package/dist/maps/roomNameToTypeMap.js +34 -34
  46. package/dist/maps/roomShapeToTopLeftWallGridIndexMap.js +4 -4
  47. package/dist/maps/transformationNameToPlayerFormMap.js +26 -26
  48. package/dist/objects/backdropTypeToRockAltType.js +59 -59
  49. package/dist/objects/batteryNames.js +4 -4
  50. package/dist/objects/bombNames.js +7 -7
  51. package/dist/objects/bossNamePNGFileNames.js +101 -101
  52. package/dist/objects/bossNames.js +101 -101
  53. package/dist/objects/bossPortraitPNGFileNames.js +101 -101
  54. package/dist/objects/cardDescriptions.js +97 -97
  55. package/dist/objects/cardNames.js +97 -97
  56. package/dist/objects/challengeBosses.js +45 -45
  57. package/dist/objects/challengeCharacters.js +45 -45
  58. package/dist/objects/challengeCollectibleTypes.js +77 -77
  59. package/dist/objects/challengeNames.js +45 -45
  60. package/dist/objects/challengeTrinketType.js +45 -45
  61. package/dist/objects/characterDamageMultipliers.js +41 -41
  62. package/dist/objects/characterNames.js +41 -41
  63. package/dist/objects/characterSpritePNGFileNames.js +41 -41
  64. package/dist/objects/characterStartingCollectibleTypes.js +3 -3
  65. package/dist/objects/chestNames.js +11 -11
  66. package/dist/objects/coinNames.js +7 -7
  67. package/dist/objects/coinSubTypeToValue.js +7 -7
  68. package/dist/objects/collectibleDescriptions.js +721 -721
  69. package/dist/objects/collectibleNames.js +721 -721
  70. package/dist/objects/colors.d.ts +1 -0
  71. package/dist/objects/colors.d.ts.map +1 -1
  72. package/dist/objects/directionNames.js +4 -4
  73. package/dist/objects/directionToDegrees.js +4 -4
  74. package/dist/objects/directionToMoveAction.js +4 -4
  75. package/dist/objects/directionToShootAction.js +4 -4
  76. package/dist/objects/directionToVector.d.ts +1 -0
  77. package/dist/objects/directionToVector.d.ts.map +1 -1
  78. package/dist/objects/directionToVector.js +4 -4
  79. package/dist/objects/doorSlotFlagToDoorSlot.js +7 -7
  80. package/dist/objects/doorSlotToDirection.js +8 -8
  81. package/dist/objects/doorSlotToDoorSlotFlag.d.ts +1 -0
  82. package/dist/objects/doorSlotToDoorSlotFlag.d.ts.map +1 -1
  83. package/dist/objects/doorSlotToDoorSlotFlag.js +8 -8
  84. package/dist/objects/gridEntityTypeToANM2Name.js +27 -27
  85. package/dist/objects/heartNames.js +12 -12
  86. package/dist/objects/kColors.d.ts +1 -0
  87. package/dist/objects/kColors.d.ts.map +1 -1
  88. package/dist/objects/keyNames.js +4 -4
  89. package/dist/objects/languageNames.js +6 -6
  90. package/dist/objects/oppositeDoorSlots.js +8 -8
  91. package/dist/objects/pillEffectClasses.js +49 -49
  92. package/dist/objects/pillEffectNames.js +49 -49
  93. package/dist/objects/pillEffectTypes.js +49 -49
  94. package/dist/objects/playerNamePNGFileNames.js +41 -41
  95. package/dist/objects/playerPortraitPNGFileNames.js +41 -41
  96. package/dist/objects/roomShapeLayoutSizes.js +11 -11
  97. package/dist/objects/roomShapeToBottomRightPosition.d.ts +1 -0
  98. package/dist/objects/roomShapeToBottomRightPosition.d.ts.map +1 -1
  99. package/dist/objects/roomShapeToBottomRightPosition.js +11 -11
  100. package/dist/objects/roomShapeToDoorSlotCoordinates.js +52 -52
  101. package/dist/objects/roomShapeToDoorSlots.js +24 -24
  102. package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.js +52 -52
  103. package/dist/objects/roomShapeToGridWidth.js +11 -11
  104. package/dist/objects/roomShapeToTopLeftPosition.d.ts +1 -0
  105. package/dist/objects/roomShapeToTopLeftPosition.d.ts.map +1 -1
  106. package/dist/objects/roomShapeToTopLeftPosition.js +11 -11
  107. package/dist/objects/roomShapeVolumes.js +11 -11
  108. package/dist/objects/roomTypeNames.js +28 -28
  109. package/dist/objects/roomTypeSpecialGotoPrefixes.js +28 -28
  110. package/dist/objects/sackNames.js +2 -2
  111. package/dist/objects/slotNames.js +17 -17
  112. package/dist/objects/stageIDNames.js +30 -30
  113. package/dist/objects/stageToMusic.js +57 -57
  114. package/dist/objects/stageToStageID.js +73 -73
  115. package/dist/objects/stageTypeSuffixes.js +5 -5
  116. package/dist/objects/transformationNames.js +13 -13
  117. package/dist/objects/trinketDescriptions.js +188 -188
  118. package/dist/objects/trinketNames.js +188 -188
  119. package/dist/objects/versusScreenBackgroundColors.d.ts +1 -0
  120. package/dist/objects/versusScreenBackgroundColors.d.ts.map +1 -1
  121. package/dist/objects/versusScreenBackgroundColors.js +30 -30
  122. package/dist/objects/versusScreenDirtSpotColors.d.ts +1 -0
  123. package/dist/objects/versusScreenDirtSpotColors.d.ts.map +1 -1
  124. package/dist/objects/versusScreenDirtSpotColors.js +30 -30
  125. package/dist/sets/LRoomShapesSet.js +3 -3
  126. package/dist/sets/bigRoomShapesSet.js +6 -6
  127. package/dist/sets/bossSets.js +208 -208
  128. package/dist/sets/charactersThatStartWithAnActiveItemSet.js +10 -10
  129. package/dist/sets/charactersWithBlackHeartFromEternalHeartSet.js +1 -1
  130. package/dist/sets/charactersWithNoRedHeartsSet.js +7 -7
  131. package/dist/sets/charactersWithNoSoulHeartsSet.js +4 -4
  132. package/dist/sets/entitiesWithArmorSet.js +40 -40
  133. package/dist/sets/itemConfigCardTypesForCards.js +3 -3
  134. package/dist/sets/lostStyleCharactersSet.js +4 -4
  135. package/dist/sets/narrowRoomShapesSet.js +3 -3
  136. package/dist/sets/poopGridEntityXMLTypesSet.js +8 -8
  137. package/dist/sets/redHeartSubTypesSet.js +2 -2
  138. package/dist/sets/repentanceBossIDsSet.js +22 -22
  139. package/dist/sets/sinEntityTypesSet.js +6 -6
  140. package/dist/sets/singleUseActiveCollectibleTypesSet.js +7 -7
  141. package/dist/tsdoc-metadata.json +1 -1
  142. package/dist/types/PickingUpItem.js +2 -2
  143. package/package.json +1 -1
  144. package/src/classes/features/other/extraConsoleCommands/commands.ts +6 -1
  145. package/src/functions/array.ts +1 -1
@@ -4,46 +4,46 @@ exports.CHARACTER_DAMAGE_MULTIPLIERS = void 0;
4
4
  const isaac_typescript_definitions_1 = require("isaac-typescript-definitions");
5
5
  /** From: https://bindingofisaacrebirth.fandom.com/wiki/Characters#Regular_Characters */
6
6
  exports.CHARACTER_DAMAGE_MULTIPLIERS = {
7
- [isaac_typescript_definitions_1.PlayerType.POSSESSOR]: 1,
8
- [isaac_typescript_definitions_1.PlayerType.ISAAC]: 1,
9
- [isaac_typescript_definitions_1.PlayerType.MAGDALENE]: 1,
10
- [isaac_typescript_definitions_1.PlayerType.CAIN]: 1.2,
11
- [isaac_typescript_definitions_1.PlayerType.JUDAS]: 1.35,
12
- [isaac_typescript_definitions_1.PlayerType.BLUE_BABY]: 1.05,
13
- [isaac_typescript_definitions_1.PlayerType.EVE]: 0.75,
14
- [isaac_typescript_definitions_1.PlayerType.SAMSON]: 1,
15
- [isaac_typescript_definitions_1.PlayerType.AZAZEL]: 1.5,
16
- [isaac_typescript_definitions_1.PlayerType.LAZARUS]: 1,
17
- [isaac_typescript_definitions_1.PlayerType.EDEN]: 1,
18
- [isaac_typescript_definitions_1.PlayerType.LOST]: 1,
19
- [isaac_typescript_definitions_1.PlayerType.LAZARUS_2]: 1.4,
20
- [isaac_typescript_definitions_1.PlayerType.DARK_JUDAS]: 2,
21
- [isaac_typescript_definitions_1.PlayerType.LILITH]: 1,
22
- [isaac_typescript_definitions_1.PlayerType.KEEPER]: 1.2,
23
- [isaac_typescript_definitions_1.PlayerType.APOLLYON]: 1,
24
- [isaac_typescript_definitions_1.PlayerType.FORGOTTEN]: 1.5,
25
- [isaac_typescript_definitions_1.PlayerType.SOUL]: 1,
26
- [isaac_typescript_definitions_1.PlayerType.BETHANY]: 1,
27
- [isaac_typescript_definitions_1.PlayerType.JACOB]: 1,
28
- [isaac_typescript_definitions_1.PlayerType.ESAU]: 1,
29
- [isaac_typescript_definitions_1.PlayerType.ISAAC_B]: 1,
30
- [isaac_typescript_definitions_1.PlayerType.MAGDALENE_B]: 0.75,
31
- [isaac_typescript_definitions_1.PlayerType.CAIN_B]: 1,
32
- [isaac_typescript_definitions_1.PlayerType.JUDAS_B]: 1,
33
- [isaac_typescript_definitions_1.PlayerType.BLUE_BABY_B]: 1,
34
- [isaac_typescript_definitions_1.PlayerType.EVE_B]: 1.2,
35
- [isaac_typescript_definitions_1.PlayerType.SAMSON_B]: 1,
36
- [isaac_typescript_definitions_1.PlayerType.AZAZEL_B]: 1.5,
37
- [isaac_typescript_definitions_1.PlayerType.LAZARUS_B]: 1,
38
- [isaac_typescript_definitions_1.PlayerType.EDEN_B]: 1,
39
- [isaac_typescript_definitions_1.PlayerType.LOST_B]: 1.3,
40
- [isaac_typescript_definitions_1.PlayerType.LILITH_B]: 1,
41
- [isaac_typescript_definitions_1.PlayerType.KEEPER_B]: 1,
42
- [isaac_typescript_definitions_1.PlayerType.APOLLYON_B]: 1,
43
- [isaac_typescript_definitions_1.PlayerType.FORGOTTEN_B]: 1.5,
44
- [isaac_typescript_definitions_1.PlayerType.BETHANY_B]: 1,
45
- [isaac_typescript_definitions_1.PlayerType.JACOB_B]: 1,
46
- [isaac_typescript_definitions_1.PlayerType.LAZARUS_2_B]: 1.5,
47
- [isaac_typescript_definitions_1.PlayerType.JACOB_2_B]: 1,
7
+ [isaac_typescript_definitions_1.PlayerType.POSSESSOR]: 1, // -1
8
+ [isaac_typescript_definitions_1.PlayerType.ISAAC]: 1, // 0
9
+ [isaac_typescript_definitions_1.PlayerType.MAGDALENE]: 1, // 1
10
+ [isaac_typescript_definitions_1.PlayerType.CAIN]: 1.2, // 2
11
+ [isaac_typescript_definitions_1.PlayerType.JUDAS]: 1.35, // 3
12
+ [isaac_typescript_definitions_1.PlayerType.BLUE_BABY]: 1.05, // 4
13
+ [isaac_typescript_definitions_1.PlayerType.EVE]: 0.75, // 5
14
+ [isaac_typescript_definitions_1.PlayerType.SAMSON]: 1, // 6
15
+ [isaac_typescript_definitions_1.PlayerType.AZAZEL]: 1.5, // 7
16
+ [isaac_typescript_definitions_1.PlayerType.LAZARUS]: 1, // 8
17
+ [isaac_typescript_definitions_1.PlayerType.EDEN]: 1, // 9
18
+ [isaac_typescript_definitions_1.PlayerType.LOST]: 1, // 10
19
+ [isaac_typescript_definitions_1.PlayerType.LAZARUS_2]: 1.4, // 11
20
+ [isaac_typescript_definitions_1.PlayerType.DARK_JUDAS]: 2, // 12
21
+ [isaac_typescript_definitions_1.PlayerType.LILITH]: 1, // 13
22
+ [isaac_typescript_definitions_1.PlayerType.KEEPER]: 1.2, // 14
23
+ [isaac_typescript_definitions_1.PlayerType.APOLLYON]: 1, // 15
24
+ [isaac_typescript_definitions_1.PlayerType.FORGOTTEN]: 1.5, // 16
25
+ [isaac_typescript_definitions_1.PlayerType.SOUL]: 1, // 17
26
+ [isaac_typescript_definitions_1.PlayerType.BETHANY]: 1, // 18
27
+ [isaac_typescript_definitions_1.PlayerType.JACOB]: 1, // 19
28
+ [isaac_typescript_definitions_1.PlayerType.ESAU]: 1, // 20
29
+ [isaac_typescript_definitions_1.PlayerType.ISAAC_B]: 1, // 21
30
+ [isaac_typescript_definitions_1.PlayerType.MAGDALENE_B]: 0.75, // 22
31
+ [isaac_typescript_definitions_1.PlayerType.CAIN_B]: 1, // 23
32
+ [isaac_typescript_definitions_1.PlayerType.JUDAS_B]: 1, // 24
33
+ [isaac_typescript_definitions_1.PlayerType.BLUE_BABY_B]: 1, // 25
34
+ [isaac_typescript_definitions_1.PlayerType.EVE_B]: 1.2, // 26
35
+ [isaac_typescript_definitions_1.PlayerType.SAMSON_B]: 1, // 27
36
+ [isaac_typescript_definitions_1.PlayerType.AZAZEL_B]: 1.5, // 28
37
+ [isaac_typescript_definitions_1.PlayerType.LAZARUS_B]: 1, // 29
38
+ [isaac_typescript_definitions_1.PlayerType.EDEN_B]: 1, // 30
39
+ [isaac_typescript_definitions_1.PlayerType.LOST_B]: 1.3, // 31
40
+ [isaac_typescript_definitions_1.PlayerType.LILITH_B]: 1, // 32
41
+ [isaac_typescript_definitions_1.PlayerType.KEEPER_B]: 1, // 33
42
+ [isaac_typescript_definitions_1.PlayerType.APOLLYON_B]: 1, // 34
43
+ [isaac_typescript_definitions_1.PlayerType.FORGOTTEN_B]: 1.5, // 35
44
+ [isaac_typescript_definitions_1.PlayerType.BETHANY_B]: 1, // 36
45
+ [isaac_typescript_definitions_1.PlayerType.JACOB_B]: 1, // 37
46
+ [isaac_typescript_definitions_1.PlayerType.LAZARUS_2_B]: 1.5, // 38
47
+ [isaac_typescript_definitions_1.PlayerType.JACOB_2_B]: 1, // 39
48
48
  [isaac_typescript_definitions_1.PlayerType.SOUL_B]: 1, // 40
49
49
  };
@@ -3,46 +3,46 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CHARACTER_NAMES = void 0;
4
4
  const isaac_typescript_definitions_1 = require("isaac-typescript-definitions");
5
5
  exports.CHARACTER_NAMES = {
6
- [isaac_typescript_definitions_1.PlayerType.POSSESSOR]: "Possessor",
7
- [isaac_typescript_definitions_1.PlayerType.ISAAC]: "Isaac",
8
- [isaac_typescript_definitions_1.PlayerType.MAGDALENE]: "Magdalene",
9
- [isaac_typescript_definitions_1.PlayerType.CAIN]: "Cain",
10
- [isaac_typescript_definitions_1.PlayerType.JUDAS]: "Judas",
11
- [isaac_typescript_definitions_1.PlayerType.BLUE_BABY]: "Blue Baby",
12
- [isaac_typescript_definitions_1.PlayerType.EVE]: "Eve",
13
- [isaac_typescript_definitions_1.PlayerType.SAMSON]: "Samson",
14
- [isaac_typescript_definitions_1.PlayerType.AZAZEL]: "Azazel",
15
- [isaac_typescript_definitions_1.PlayerType.LAZARUS]: "Lazarus",
16
- [isaac_typescript_definitions_1.PlayerType.EDEN]: "Eden",
17
- [isaac_typescript_definitions_1.PlayerType.LOST]: "The Lost",
18
- [isaac_typescript_definitions_1.PlayerType.LAZARUS_2]: "Lazarus II",
19
- [isaac_typescript_definitions_1.PlayerType.DARK_JUDAS]: "Dark Judas",
20
- [isaac_typescript_definitions_1.PlayerType.LILITH]: "Lilith",
21
- [isaac_typescript_definitions_1.PlayerType.KEEPER]: "Keeper",
22
- [isaac_typescript_definitions_1.PlayerType.APOLLYON]: "Apollyon",
23
- [isaac_typescript_definitions_1.PlayerType.FORGOTTEN]: "The Forgotten",
24
- [isaac_typescript_definitions_1.PlayerType.SOUL]: "The Soul",
25
- [isaac_typescript_definitions_1.PlayerType.BETHANY]: "Bethany",
26
- [isaac_typescript_definitions_1.PlayerType.JACOB]: "Jacob",
27
- [isaac_typescript_definitions_1.PlayerType.ESAU]: "Esau",
28
- [isaac_typescript_definitions_1.PlayerType.ISAAC_B]: "Tainted Isaac",
29
- [isaac_typescript_definitions_1.PlayerType.MAGDALENE_B]: "Tainted Magdalene",
30
- [isaac_typescript_definitions_1.PlayerType.CAIN_B]: "Tainted Cain",
31
- [isaac_typescript_definitions_1.PlayerType.JUDAS_B]: "Tainted Judas",
32
- [isaac_typescript_definitions_1.PlayerType.BLUE_BABY_B]: "Tainted Blue Baby",
33
- [isaac_typescript_definitions_1.PlayerType.EVE_B]: "Tainted Eve",
34
- [isaac_typescript_definitions_1.PlayerType.SAMSON_B]: "Tainted Samson",
35
- [isaac_typescript_definitions_1.PlayerType.AZAZEL_B]: "Tainted Azazel",
36
- [isaac_typescript_definitions_1.PlayerType.LAZARUS_B]: "Tainted Lazarus",
37
- [isaac_typescript_definitions_1.PlayerType.EDEN_B]: "Tainted Eden",
38
- [isaac_typescript_definitions_1.PlayerType.LOST_B]: "Tainted Lost",
39
- [isaac_typescript_definitions_1.PlayerType.LILITH_B]: "Tainted Lilith",
40
- [isaac_typescript_definitions_1.PlayerType.KEEPER_B]: "Tainted Keeper",
41
- [isaac_typescript_definitions_1.PlayerType.APOLLYON_B]: "Tainted Apollyon",
42
- [isaac_typescript_definitions_1.PlayerType.FORGOTTEN_B]: "Tainted Forgotten",
43
- [isaac_typescript_definitions_1.PlayerType.BETHANY_B]: "Tainted Bethany",
44
- [isaac_typescript_definitions_1.PlayerType.JACOB_B]: "Tainted Jacob",
45
- [isaac_typescript_definitions_1.PlayerType.LAZARUS_2_B]: "Dead Tainted Lazarus",
46
- [isaac_typescript_definitions_1.PlayerType.JACOB_2_B]: "Dead Tainted Jacob",
6
+ [isaac_typescript_definitions_1.PlayerType.POSSESSOR]: "Possessor", // -1
7
+ [isaac_typescript_definitions_1.PlayerType.ISAAC]: "Isaac", // 0
8
+ [isaac_typescript_definitions_1.PlayerType.MAGDALENE]: "Magdalene", // 1
9
+ [isaac_typescript_definitions_1.PlayerType.CAIN]: "Cain", // 2
10
+ [isaac_typescript_definitions_1.PlayerType.JUDAS]: "Judas", // 3
11
+ [isaac_typescript_definitions_1.PlayerType.BLUE_BABY]: "Blue Baby", // 4
12
+ [isaac_typescript_definitions_1.PlayerType.EVE]: "Eve", // 5
13
+ [isaac_typescript_definitions_1.PlayerType.SAMSON]: "Samson", // 6
14
+ [isaac_typescript_definitions_1.PlayerType.AZAZEL]: "Azazel", // 7
15
+ [isaac_typescript_definitions_1.PlayerType.LAZARUS]: "Lazarus", // 8
16
+ [isaac_typescript_definitions_1.PlayerType.EDEN]: "Eden", // 9
17
+ [isaac_typescript_definitions_1.PlayerType.LOST]: "The Lost", // 10
18
+ [isaac_typescript_definitions_1.PlayerType.LAZARUS_2]: "Lazarus II", // 11
19
+ [isaac_typescript_definitions_1.PlayerType.DARK_JUDAS]: "Dark Judas", // 12
20
+ [isaac_typescript_definitions_1.PlayerType.LILITH]: "Lilith", // 13
21
+ [isaac_typescript_definitions_1.PlayerType.KEEPER]: "Keeper", // 14
22
+ [isaac_typescript_definitions_1.PlayerType.APOLLYON]: "Apollyon", // 15
23
+ [isaac_typescript_definitions_1.PlayerType.FORGOTTEN]: "The Forgotten", // 16
24
+ [isaac_typescript_definitions_1.PlayerType.SOUL]: "The Soul", // 17
25
+ [isaac_typescript_definitions_1.PlayerType.BETHANY]: "Bethany", // 18
26
+ [isaac_typescript_definitions_1.PlayerType.JACOB]: "Jacob", // 19
27
+ [isaac_typescript_definitions_1.PlayerType.ESAU]: "Esau", // 20
28
+ [isaac_typescript_definitions_1.PlayerType.ISAAC_B]: "Tainted Isaac", // 21
29
+ [isaac_typescript_definitions_1.PlayerType.MAGDALENE_B]: "Tainted Magdalene", // 22
30
+ [isaac_typescript_definitions_1.PlayerType.CAIN_B]: "Tainted Cain", // 23
31
+ [isaac_typescript_definitions_1.PlayerType.JUDAS_B]: "Tainted Judas", // 24
32
+ [isaac_typescript_definitions_1.PlayerType.BLUE_BABY_B]: "Tainted Blue Baby", // 25
33
+ [isaac_typescript_definitions_1.PlayerType.EVE_B]: "Tainted Eve", // 26
34
+ [isaac_typescript_definitions_1.PlayerType.SAMSON_B]: "Tainted Samson", // 27
35
+ [isaac_typescript_definitions_1.PlayerType.AZAZEL_B]: "Tainted Azazel", // 28
36
+ [isaac_typescript_definitions_1.PlayerType.LAZARUS_B]: "Tainted Lazarus", // 29
37
+ [isaac_typescript_definitions_1.PlayerType.EDEN_B]: "Tainted Eden", // 30
38
+ [isaac_typescript_definitions_1.PlayerType.LOST_B]: "Tainted Lost", // 31
39
+ [isaac_typescript_definitions_1.PlayerType.LILITH_B]: "Tainted Lilith", // 32
40
+ [isaac_typescript_definitions_1.PlayerType.KEEPER_B]: "Tainted Keeper", // 33
41
+ [isaac_typescript_definitions_1.PlayerType.APOLLYON_B]: "Tainted Apollyon", // 34
42
+ [isaac_typescript_definitions_1.PlayerType.FORGOTTEN_B]: "Tainted Forgotten", // 35
43
+ [isaac_typescript_definitions_1.PlayerType.BETHANY_B]: "Tainted Bethany", // 36
44
+ [isaac_typescript_definitions_1.PlayerType.JACOB_B]: "Tainted Jacob", // 37
45
+ [isaac_typescript_definitions_1.PlayerType.LAZARUS_2_B]: "Dead Tainted Lazarus", // 38
46
+ [isaac_typescript_definitions_1.PlayerType.JACOB_2_B]: "Dead Tainted Jacob", // 39
47
47
  [isaac_typescript_definitions_1.PlayerType.SOUL_B]: "Tainted Soul", // 40
48
48
  };
@@ -5,46 +5,46 @@ exports.CHARACTER_SPRITE_PNG_FILE_NAMES = void 0;
5
5
  const isaac_typescript_definitions_1 = require("isaac-typescript-definitions");
6
6
  exports.CHARACTER_SPRITE_PNG_FILE_NAMES = {
7
7
  // Possessor uses the same sprite as Isaac.
8
- [isaac_typescript_definitions_1.PlayerType.POSSESSOR]: "character_001_isaac.png",
9
- [isaac_typescript_definitions_1.PlayerType.ISAAC]: "character_001_isaac.png",
10
- [isaac_typescript_definitions_1.PlayerType.MAGDALENE]: "character_002_magdalene.png",
11
- [isaac_typescript_definitions_1.PlayerType.CAIN]: "character_003_cain.png",
12
- [isaac_typescript_definitions_1.PlayerType.JUDAS]: "character_004_judas.png",
13
- [isaac_typescript_definitions_1.PlayerType.BLUE_BABY]: "character_006_bluebaby.png",
14
- [isaac_typescript_definitions_1.PlayerType.EVE]: "character_005_eve.png",
15
- [isaac_typescript_definitions_1.PlayerType.SAMSON]: "character_007_samson.png",
16
- [isaac_typescript_definitions_1.PlayerType.AZAZEL]: "character_008_azazel.png",
17
- [isaac_typescript_definitions_1.PlayerType.LAZARUS]: "character_009_lazarus.png",
18
- [isaac_typescript_definitions_1.PlayerType.EDEN]: "character_009_eden.png",
19
- [isaac_typescript_definitions_1.PlayerType.LOST]: "character_012_thelost.png",
20
- [isaac_typescript_definitions_1.PlayerType.LAZARUS_2]: "character_010_lazarus2.png",
21
- [isaac_typescript_definitions_1.PlayerType.DARK_JUDAS]: "character_013_blackjudas.png",
22
- [isaac_typescript_definitions_1.PlayerType.LILITH]: "character_014_lilith.png",
23
- [isaac_typescript_definitions_1.PlayerType.KEEPER]: "character_015_keeper.png",
24
- [isaac_typescript_definitions_1.PlayerType.APOLLYON]: "character_016_apollyon.png",
25
- [isaac_typescript_definitions_1.PlayerType.FORGOTTEN]: "character_017_theforgotten.png",
26
- [isaac_typescript_definitions_1.PlayerType.SOUL]: "character_018_thesoul.png",
27
- [isaac_typescript_definitions_1.PlayerType.BETHANY]: "character_001x_bethany.png",
28
- [isaac_typescript_definitions_1.PlayerType.JACOB]: "character_002x_jacob.png",
29
- [isaac_typescript_definitions_1.PlayerType.ESAU]: "character_003x_esau.png",
30
- [isaac_typescript_definitions_1.PlayerType.ISAAC_B]: "character_001b_isaac.png",
31
- [isaac_typescript_definitions_1.PlayerType.MAGDALENE_B]: "character_002b_magdalene.png",
32
- [isaac_typescript_definitions_1.PlayerType.CAIN_B]: "character_003b_cain.png",
33
- [isaac_typescript_definitions_1.PlayerType.JUDAS_B]: "character_004b_judas.png",
34
- [isaac_typescript_definitions_1.PlayerType.BLUE_BABY_B]: "character_005b_bluebaby.png",
35
- [isaac_typescript_definitions_1.PlayerType.EVE_B]: "character_006b_eve.png",
36
- [isaac_typescript_definitions_1.PlayerType.SAMSON_B]: "character_007b_samson.png",
37
- [isaac_typescript_definitions_1.PlayerType.AZAZEL_B]: "character_008b_azazel.png",
38
- [isaac_typescript_definitions_1.PlayerType.LAZARUS_B]: "character_009b_lazarus.png",
39
- [isaac_typescript_definitions_1.PlayerType.EDEN_B]: "character_009_eden.png",
40
- [isaac_typescript_definitions_1.PlayerType.LOST_B]: "character_012b_thelost.png",
41
- [isaac_typescript_definitions_1.PlayerType.LILITH_B]: "character_014b_lilith.png",
42
- [isaac_typescript_definitions_1.PlayerType.KEEPER_B]: "character_015b_keeper.png",
43
- [isaac_typescript_definitions_1.PlayerType.APOLLYON_B]: "character_016b_apollyon.png",
44
- [isaac_typescript_definitions_1.PlayerType.FORGOTTEN_B]: "character_016b_theforgotten.png",
45
- [isaac_typescript_definitions_1.PlayerType.BETHANY_B]: "character_018b_bethany.png",
46
- [isaac_typescript_definitions_1.PlayerType.JACOB_B]: "character_019b_jacob.png",
47
- [isaac_typescript_definitions_1.PlayerType.LAZARUS_2_B]: "character_009b_lazarus2.png",
48
- [isaac_typescript_definitions_1.PlayerType.JACOB_2_B]: "character_019b_jacob2.png",
8
+ [isaac_typescript_definitions_1.PlayerType.POSSESSOR]: "character_001_isaac.png", // 0
9
+ [isaac_typescript_definitions_1.PlayerType.ISAAC]: "character_001_isaac.png", // 0
10
+ [isaac_typescript_definitions_1.PlayerType.MAGDALENE]: "character_002_magdalene.png", // 1
11
+ [isaac_typescript_definitions_1.PlayerType.CAIN]: "character_003_cain.png", // 2
12
+ [isaac_typescript_definitions_1.PlayerType.JUDAS]: "character_004_judas.png", // 3
13
+ [isaac_typescript_definitions_1.PlayerType.BLUE_BABY]: "character_006_bluebaby.png", // 4
14
+ [isaac_typescript_definitions_1.PlayerType.EVE]: "character_005_eve.png", // 5
15
+ [isaac_typescript_definitions_1.PlayerType.SAMSON]: "character_007_samson.png", // 6
16
+ [isaac_typescript_definitions_1.PlayerType.AZAZEL]: "character_008_azazel.png", // 7
17
+ [isaac_typescript_definitions_1.PlayerType.LAZARUS]: "character_009_lazarus.png", // 8
18
+ [isaac_typescript_definitions_1.PlayerType.EDEN]: "character_009_eden.png", // 9
19
+ [isaac_typescript_definitions_1.PlayerType.LOST]: "character_012_thelost.png", // 10
20
+ [isaac_typescript_definitions_1.PlayerType.LAZARUS_2]: "character_010_lazarus2.png", // 11
21
+ [isaac_typescript_definitions_1.PlayerType.DARK_JUDAS]: "character_013_blackjudas.png", // 12
22
+ [isaac_typescript_definitions_1.PlayerType.LILITH]: "character_014_lilith.png", // 13
23
+ [isaac_typescript_definitions_1.PlayerType.KEEPER]: "character_015_keeper.png", // 14
24
+ [isaac_typescript_definitions_1.PlayerType.APOLLYON]: "character_016_apollyon.png", // 15
25
+ [isaac_typescript_definitions_1.PlayerType.FORGOTTEN]: "character_017_theforgotten.png", // 16
26
+ [isaac_typescript_definitions_1.PlayerType.SOUL]: "character_018_thesoul.png", // 17
27
+ [isaac_typescript_definitions_1.PlayerType.BETHANY]: "character_001x_bethany.png", // 18
28
+ [isaac_typescript_definitions_1.PlayerType.JACOB]: "character_002x_jacob.png", // 19
29
+ [isaac_typescript_definitions_1.PlayerType.ESAU]: "character_003x_esau.png", // 20
30
+ [isaac_typescript_definitions_1.PlayerType.ISAAC_B]: "character_001b_isaac.png", // 21
31
+ [isaac_typescript_definitions_1.PlayerType.MAGDALENE_B]: "character_002b_magdalene.png", // 22
32
+ [isaac_typescript_definitions_1.PlayerType.CAIN_B]: "character_003b_cain.png", // 23
33
+ [isaac_typescript_definitions_1.PlayerType.JUDAS_B]: "character_004b_judas.png", // 24
34
+ [isaac_typescript_definitions_1.PlayerType.BLUE_BABY_B]: "character_005b_bluebaby.png", // 25
35
+ [isaac_typescript_definitions_1.PlayerType.EVE_B]: "character_006b_eve.png", // 26
36
+ [isaac_typescript_definitions_1.PlayerType.SAMSON_B]: "character_007b_samson.png", // 27
37
+ [isaac_typescript_definitions_1.PlayerType.AZAZEL_B]: "character_008b_azazel.png", // 28
38
+ [isaac_typescript_definitions_1.PlayerType.LAZARUS_B]: "character_009b_lazarus.png", // 29
39
+ [isaac_typescript_definitions_1.PlayerType.EDEN_B]: "character_009_eden.png", // 30
40
+ [isaac_typescript_definitions_1.PlayerType.LOST_B]: "character_012b_thelost.png", // 31
41
+ [isaac_typescript_definitions_1.PlayerType.LILITH_B]: "character_014b_lilith.png", // 32
42
+ [isaac_typescript_definitions_1.PlayerType.KEEPER_B]: "character_015b_keeper.png", // 33
43
+ [isaac_typescript_definitions_1.PlayerType.APOLLYON_B]: "character_016b_apollyon.png", // 34
44
+ [isaac_typescript_definitions_1.PlayerType.FORGOTTEN_B]: "character_016b_theforgotten.png", // 35
45
+ [isaac_typescript_definitions_1.PlayerType.BETHANY_B]: "character_018b_bethany.png", // 36
46
+ [isaac_typescript_definitions_1.PlayerType.JACOB_B]: "character_019b_jacob.png", // 37
47
+ [isaac_typescript_definitions_1.PlayerType.LAZARUS_2_B]: "character_009b_lazarus2.png", // 38
48
+ [isaac_typescript_definitions_1.PlayerType.JACOB_2_B]: "character_019b_jacob2.png", // 39
49
49
  [isaac_typescript_definitions_1.PlayerType.SOUL_B]: "character_017b_thesoul.png", // 40
50
50
  };
@@ -17,8 +17,8 @@ exports.CHARACTER_STARTING_COLLECTIBLE_TYPES = {
17
17
  [isaac_typescript_definitions_1.PlayerType.BLUE_BABY]: [isaac_typescript_definitions_1.CollectibleType.POOP],
18
18
  // 5
19
19
  [isaac_typescript_definitions_1.PlayerType.EVE]: [
20
- isaac_typescript_definitions_1.CollectibleType.DEAD_BIRD,
21
- isaac_typescript_definitions_1.CollectibleType.WHORE_OF_BABYLON,
20
+ isaac_typescript_definitions_1.CollectibleType.DEAD_BIRD, // 117
21
+ isaac_typescript_definitions_1.CollectibleType.WHORE_OF_BABYLON, // 122
22
22
  isaac_typescript_definitions_1.CollectibleType.RAZOR_BLADE, // 126
23
23
  ],
24
24
  // 6
@@ -40,7 +40,7 @@ exports.CHARACTER_STARTING_COLLECTIBLE_TYPES = {
40
40
  [isaac_typescript_definitions_1.PlayerType.DARK_JUDAS]: [],
41
41
  // 13
42
42
  [isaac_typescript_definitions_1.PlayerType.LILITH]: [
43
- isaac_typescript_definitions_1.CollectibleType.BOX_OF_FRIENDS,
43
+ isaac_typescript_definitions_1.CollectibleType.BOX_OF_FRIENDS, // 357
44
44
  isaac_typescript_definitions_1.CollectibleType.CAMBION_CONCEPTION, // 412
45
45
  ],
46
46
  // 14
@@ -5,16 +5,16 @@ const isaac_typescript_definitions_1 = require("isaac-typescript-definitions");
5
5
  exports.DEFAULT_CHEST_NAME = "Unknown";
6
6
  /** Taken from "entities2.xml". */
7
7
  exports.CHEST_NAMES = {
8
- [isaac_typescript_definitions_1.PickupVariant.CHEST]: "Chest",
9
- [isaac_typescript_definitions_1.PickupVariant.BOMB_CHEST]: "Bomb Chest",
10
- [isaac_typescript_definitions_1.PickupVariant.SPIKED_CHEST]: "Spiked Chest",
11
- [isaac_typescript_definitions_1.PickupVariant.ETERNAL_CHEST]: "Eternal Chest",
12
- [isaac_typescript_definitions_1.PickupVariant.MIMIC_CHEST]: "Mimic Chest",
13
- [isaac_typescript_definitions_1.PickupVariant.OLD_CHEST]: "Old Chest",
14
- [isaac_typescript_definitions_1.PickupVariant.WOODEN_CHEST]: "Wooden Chest",
15
- [isaac_typescript_definitions_1.PickupVariant.MEGA_CHEST]: "Mega Chest",
16
- [isaac_typescript_definitions_1.PickupVariant.HAUNTED_CHEST]: "Haunted Chest",
17
- [isaac_typescript_definitions_1.PickupVariant.LOCKED_CHEST]: "Locked Chest",
18
- [isaac_typescript_definitions_1.PickupVariant.RED_CHEST]: "Red Chest",
8
+ [isaac_typescript_definitions_1.PickupVariant.CHEST]: "Chest", // 50
9
+ [isaac_typescript_definitions_1.PickupVariant.BOMB_CHEST]: "Bomb Chest", // 51
10
+ [isaac_typescript_definitions_1.PickupVariant.SPIKED_CHEST]: "Spiked Chest", // 52
11
+ [isaac_typescript_definitions_1.PickupVariant.ETERNAL_CHEST]: "Eternal Chest", // 53
12
+ [isaac_typescript_definitions_1.PickupVariant.MIMIC_CHEST]: "Mimic Chest", // 54
13
+ [isaac_typescript_definitions_1.PickupVariant.OLD_CHEST]: "Old Chest", // 55
14
+ [isaac_typescript_definitions_1.PickupVariant.WOODEN_CHEST]: "Wooden Chest", // 56
15
+ [isaac_typescript_definitions_1.PickupVariant.MEGA_CHEST]: "Mega Chest", // 57
16
+ [isaac_typescript_definitions_1.PickupVariant.HAUNTED_CHEST]: "Haunted Chest", // 58
17
+ [isaac_typescript_definitions_1.PickupVariant.LOCKED_CHEST]: "Locked Chest", // 60
18
+ [isaac_typescript_definitions_1.PickupVariant.RED_CHEST]: "Red Chest", // 360
19
19
  [isaac_typescript_definitions_1.PickupVariant.MOMS_CHEST]: "Mom's Chest", // 390
20
20
  };
@@ -5,12 +5,12 @@ const isaac_typescript_definitions_1 = require("isaac-typescript-definitions");
5
5
  exports.DEFAULT_COIN_NAME = "Unknown";
6
6
  /** Taken from "entities2.xml". */
7
7
  exports.COIN_NAMES = {
8
- [isaac_typescript_definitions_1.CoinSubType.NULL]: exports.DEFAULT_COIN_NAME,
9
- [isaac_typescript_definitions_1.CoinSubType.PENNY]: "Penny",
10
- [isaac_typescript_definitions_1.CoinSubType.NICKEL]: "Nickel",
11
- [isaac_typescript_definitions_1.CoinSubType.DIME]: "Dime",
12
- [isaac_typescript_definitions_1.CoinSubType.DOUBLE_PACK]: "Double Penny",
13
- [isaac_typescript_definitions_1.CoinSubType.LUCKY_PENNY]: "Lucky Penny",
14
- [isaac_typescript_definitions_1.CoinSubType.STICKY_NICKEL]: "Sticky Nickel",
8
+ [isaac_typescript_definitions_1.CoinSubType.NULL]: exports.DEFAULT_COIN_NAME, // 0
9
+ [isaac_typescript_definitions_1.CoinSubType.PENNY]: "Penny", // 1
10
+ [isaac_typescript_definitions_1.CoinSubType.NICKEL]: "Nickel", // 2
11
+ [isaac_typescript_definitions_1.CoinSubType.DIME]: "Dime", // 3
12
+ [isaac_typescript_definitions_1.CoinSubType.DOUBLE_PACK]: "Double Penny", // 4
13
+ [isaac_typescript_definitions_1.CoinSubType.LUCKY_PENNY]: "Lucky Penny", // 5
14
+ [isaac_typescript_definitions_1.CoinSubType.STICKY_NICKEL]: "Sticky Nickel", // 6
15
15
  [isaac_typescript_definitions_1.CoinSubType.GOLDEN]: "Golden Penny", // 7
16
16
  };
@@ -4,12 +4,12 @@ exports.COIN_SUB_TYPE_TO_VALUE = exports.DEFAULT_COIN_VALUE = void 0;
4
4
  const isaac_typescript_definitions_1 = require("isaac-typescript-definitions");
5
5
  exports.DEFAULT_COIN_VALUE = 1;
6
6
  exports.COIN_SUB_TYPE_TO_VALUE = {
7
- [isaac_typescript_definitions_1.CoinSubType.NULL]: 0,
8
- [isaac_typescript_definitions_1.CoinSubType.PENNY]: 1,
9
- [isaac_typescript_definitions_1.CoinSubType.NICKEL]: 5,
10
- [isaac_typescript_definitions_1.CoinSubType.DIME]: 10,
11
- [isaac_typescript_definitions_1.CoinSubType.DOUBLE_PACK]: 2,
12
- [isaac_typescript_definitions_1.CoinSubType.LUCKY_PENNY]: 1,
13
- [isaac_typescript_definitions_1.CoinSubType.STICKY_NICKEL]: 5,
7
+ [isaac_typescript_definitions_1.CoinSubType.NULL]: 0, // 0
8
+ [isaac_typescript_definitions_1.CoinSubType.PENNY]: 1, // 1
9
+ [isaac_typescript_definitions_1.CoinSubType.NICKEL]: 5, // 2
10
+ [isaac_typescript_definitions_1.CoinSubType.DIME]: 10, // 3
11
+ [isaac_typescript_definitions_1.CoinSubType.DOUBLE_PACK]: 2, // 4
12
+ [isaac_typescript_definitions_1.CoinSubType.LUCKY_PENNY]: 1, // 5
13
+ [isaac_typescript_definitions_1.CoinSubType.STICKY_NICKEL]: 5, // 6
14
14
  [isaac_typescript_definitions_1.CoinSubType.GOLDEN]: 1, // 7
15
15
  };