isaacscript-common 17.4.2 → 17.5.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 (149) hide show
  1. package/dist/index.d.ts +13 -5
  2. package/dist/isaacscript-common.lua +29 -24
  3. package/dist/src/callbacks.d.ts +1 -1
  4. package/dist/src/classes/features/other/ModdedElementSets.d.ts.map +1 -1
  5. package/dist/src/classes/features/other/ModdedElementSets.lua +6 -3
  6. package/dist/src/classes/features/other/customStages/backdrop.d.ts.map +1 -1
  7. package/dist/src/classes/features/other/customStages/shadows.d.ts.map +1 -1
  8. package/dist/src/classes/features/other/customStages/streakText.d.ts.map +1 -1
  9. package/dist/src/classes/features/other/customStages/versusScreen.d.ts.map +1 -1
  10. package/dist/src/classes/features/other/customStages/versusScreen.lua +6 -10
  11. package/dist/src/functions/input.d.ts +11 -3
  12. package/dist/src/functions/input.d.ts.map +1 -1
  13. package/dist/src/functions/input.lua +18 -4
  14. package/dist/src/functions/roomShape.lua +0 -2
  15. package/dist/src/objects/LRoomShapeToRectangles.d.ts +5 -5
  16. package/dist/src/objects/LRoomShapeToRectangles.d.ts.map +1 -1
  17. package/dist/src/objects/backdropTypeToRockAltType.d.ts +60 -2
  18. package/dist/src/objects/backdropTypeToRockAltType.d.ts.map +1 -1
  19. package/dist/src/objects/bossNamePNGFileNames.d.ts +101 -2
  20. package/dist/src/objects/bossNamePNGFileNames.d.ts.map +1 -1
  21. package/dist/src/objects/bossPortraitPNGFileNames.d.ts +101 -2
  22. package/dist/src/objects/bossPortraitPNGFileNames.d.ts.map +1 -1
  23. package/dist/src/objects/cardDescriptions.d.ts +98 -2
  24. package/dist/src/objects/cardDescriptions.d.ts.map +1 -1
  25. package/dist/src/objects/cardNames.d.ts +98 -2
  26. package/dist/src/objects/cardNames.d.ts.map +1 -1
  27. package/dist/src/objects/challengeNames.d.ts +46 -2
  28. package/dist/src/objects/challengeNames.d.ts.map +1 -1
  29. package/dist/src/objects/characterDamageMultipliers.d.ts +42 -2
  30. package/dist/src/objects/characterDamageMultipliers.d.ts.map +1 -1
  31. package/dist/src/objects/characterNames.d.ts +42 -2
  32. package/dist/src/objects/characterNames.d.ts.map +1 -1
  33. package/dist/src/objects/coinSubTypeToValue.d.ts +8 -2
  34. package/dist/src/objects/coinSubTypeToValue.d.ts.map +1 -1
  35. package/dist/src/objects/directionNames.d.ts +5 -2
  36. package/dist/src/objects/directionNames.d.ts.map +1 -1
  37. package/dist/src/objects/directionToDegrees.d.ts +5 -2
  38. package/dist/src/objects/directionToDegrees.d.ts.map +1 -1
  39. package/dist/src/objects/directionToVector.d.ts +1 -1
  40. package/dist/src/objects/directionToVector.d.ts.map +1 -1
  41. package/dist/src/objects/doorSlotFlagToDoorSlot.d.ts +2 -2
  42. package/dist/src/objects/doorSlotFlagToDoorSlot.d.ts.map +1 -1
  43. package/dist/src/objects/doorSlotToDirection.d.ts +10 -2
  44. package/dist/src/objects/doorSlotToDirection.d.ts.map +1 -1
  45. package/dist/src/objects/doorSlotToDoorSlotFlag.d.ts +45 -2
  46. package/dist/src/objects/doorSlotToDoorSlotFlag.d.ts.map +1 -1
  47. package/dist/src/objects/isaacAPIClassTypeToBrand.d.ts +5 -2
  48. package/dist/src/objects/isaacAPIClassTypeToBrand.d.ts.map +1 -1
  49. package/dist/src/objects/isaacAPIClassTypeToFunctions.d.ts +1 -1
  50. package/dist/src/objects/languageNames.d.ts +7 -2
  51. package/dist/src/objects/languageNames.d.ts.map +1 -1
  52. package/dist/src/objects/oppositeDoorSlots.d.ts +9 -1
  53. package/dist/src/objects/oppositeDoorSlots.d.ts.map +1 -1
  54. package/dist/src/objects/pillEffectClasses.d.ts +51 -2
  55. package/dist/src/objects/pillEffectClasses.d.ts.map +1 -1
  56. package/dist/src/objects/pillEffectNames.d.ts +50 -2
  57. package/dist/src/objects/pillEffectNames.d.ts.map +1 -1
  58. package/dist/src/objects/pillEffectTypes.d.ts +51 -2
  59. package/dist/src/objects/pillEffectTypes.d.ts.map +1 -1
  60. package/dist/src/objects/playerNamePNGFileNames.d.ts +42 -2
  61. package/dist/src/objects/playerNamePNGFileNames.d.ts.map +1 -1
  62. package/dist/src/objects/playerPortraitPNGFileNames.d.ts +42 -2
  63. package/dist/src/objects/playerPortraitPNGFileNames.d.ts.map +1 -1
  64. package/dist/src/objects/roomShapeBounds.d.ts +1 -1
  65. package/dist/src/objects/roomShapeBounds.d.ts.map +1 -1
  66. package/dist/src/objects/roomShapeCorners.d.ts +1 -1
  67. package/dist/src/objects/roomShapeCorners.d.ts.map +1 -1
  68. package/dist/src/objects/roomShapeLayoutSizes.d.ts +1 -1
  69. package/dist/src/objects/roomShapeLayoutSizes.d.ts.map +1 -1
  70. package/dist/src/objects/roomShapeToBottomRightPosition.d.ts +1 -1
  71. package/dist/src/objects/roomShapeToBottomRightPosition.d.ts.map +1 -1
  72. package/dist/src/objects/roomShapeToDoorSlotCoordinates.d.ts +1 -1
  73. package/dist/src/objects/roomShapeToDoorSlotCoordinates.d.ts.map +1 -1
  74. package/dist/src/objects/roomShapeToDoorSlots.d.ts +1 -1
  75. package/dist/src/objects/roomShapeToDoorSlots.d.ts.map +1 -1
  76. package/dist/src/objects/roomShapeToDoorSlotsToGridIndexDelta.d.ts +1 -1
  77. package/dist/src/objects/roomShapeToDoorSlotsToGridIndexDelta.d.ts.map +1 -1
  78. package/dist/src/objects/roomShapeToGridWidth.d.ts +12 -2
  79. package/dist/src/objects/roomShapeToGridWidth.d.ts.map +1 -1
  80. package/dist/src/objects/roomShapeToTopLeftPosition.d.ts +1 -1
  81. package/dist/src/objects/roomShapeToTopLeftPosition.d.ts.map +1 -1
  82. package/dist/src/objects/roomShapeVolumes.d.ts +12 -2
  83. package/dist/src/objects/roomShapeVolumes.d.ts.map +1 -1
  84. package/dist/src/objects/roomTypeGotoPrefixes.d.ts +29 -2
  85. package/dist/src/objects/roomTypeGotoPrefixes.d.ts.map +1 -1
  86. package/dist/src/objects/roomTypeNames.d.ts +29 -2
  87. package/dist/src/objects/roomTypeNames.d.ts.map +1 -1
  88. package/dist/src/objects/stageTypeSuffixes.d.ts +6 -2
  89. package/dist/src/objects/stageTypeSuffixes.d.ts.map +1 -1
  90. package/dist/src/objects/stageTypeToLetter.d.ts +6 -2
  91. package/dist/src/objects/stageTypeToLetter.d.ts.map +1 -1
  92. package/dist/src/objects/transformationNames.d.ts +14 -2
  93. package/dist/src/objects/transformationNames.d.ts.map +1 -1
  94. package/dist/src/objects/versusScreenBackgroundColors.d.ts +1 -1
  95. package/dist/src/objects/versusScreenBackgroundColors.d.ts.map +1 -1
  96. package/dist/src/objects/versusScreenDirtSpotColors.d.ts +1 -1
  97. package/dist/src/objects/versusScreenDirtSpotColors.d.ts.map +1 -1
  98. package/dist/src/types/HasAllEnumKeys.d.ts +2 -2
  99. package/package.json +1 -1
  100. package/src/callbacks.ts +2 -2
  101. package/src/classes/features/other/ModdedElementSets.ts +3 -0
  102. package/src/classes/features/other/customStages/backdrop.ts +4 -5
  103. package/src/classes/features/other/customStages/shadows.ts +3 -4
  104. package/src/classes/features/other/customStages/streakText.ts +3 -4
  105. package/src/classes/features/other/customStages/versusScreen.ts +4 -12
  106. package/src/functions/input.ts +19 -5
  107. package/src/objects/LRoomShapeToRectangles.ts +8 -6
  108. package/src/objects/backdropTypeToRockAltType.ts +3 -4
  109. package/src/objects/bossNamePNGFileNames.ts +3 -4
  110. package/src/objects/bossPortraitPNGFileNames.ts +3 -4
  111. package/src/objects/cardDescriptions.ts +3 -2
  112. package/src/objects/cardNames.ts +3 -2
  113. package/src/objects/challengeNames.ts +3 -2
  114. package/src/objects/characterDamageMultipliers.ts +3 -4
  115. package/src/objects/characterNames.ts +3 -2
  116. package/src/objects/coinSubTypeToValue.ts +3 -2
  117. package/src/objects/directionNames.ts +3 -4
  118. package/src/objects/directionToDegrees.ts +3 -4
  119. package/src/objects/directionToVector.ts +3 -1
  120. package/src/objects/doorSlotFlagToDoorSlot.ts +3 -4
  121. package/src/objects/doorSlotToDirection.ts +12 -12
  122. package/src/objects/doorSlotToDoorSlotFlag.ts +3 -4
  123. package/src/objects/isaacAPIClassTypeToBrand.ts +6 -4
  124. package/src/objects/isaacAPIClassTypeToFunctions.ts +3 -3
  125. package/src/objects/languageNames.ts +3 -4
  126. package/src/objects/oppositeDoorSlots.ts +3 -4
  127. package/src/objects/pillEffectClasses.ts +3 -4
  128. package/src/objects/pillEffectNames.ts +3 -2
  129. package/src/objects/pillEffectTypes.ts +3 -4
  130. package/src/objects/playerNamePNGFileNames.ts +3 -4
  131. package/src/objects/playerPortraitPNGFileNames.ts +3 -4
  132. package/src/objects/roomShapeBounds.ts +3 -1
  133. package/src/objects/roomShapeCorners.ts +3 -1
  134. package/src/objects/roomShapeLayoutSizes.ts +3 -1
  135. package/src/objects/roomShapeToBottomRightPosition.ts +8 -3
  136. package/src/objects/roomShapeToDoorSlotCoordinates.ts +3 -1
  137. package/src/objects/roomShapeToDoorSlots.ts +3 -1
  138. package/src/objects/roomShapeToDoorSlotsToGridIndexDelta.ts +3 -1
  139. package/src/objects/roomShapeToGridWidth.ts +3 -4
  140. package/src/objects/roomShapeToTopLeftPosition.ts +5 -3
  141. package/src/objects/roomShapeVolumes.ts +3 -4
  142. package/src/objects/roomTypeGotoPrefixes.ts +3 -4
  143. package/src/objects/roomTypeNames.ts +3 -2
  144. package/src/objects/stageTypeSuffixes.ts +3 -4
  145. package/src/objects/stageTypeToLetter.ts +3 -2
  146. package/src/objects/transformationNames.ts +3 -2
  147. package/src/objects/versusScreenBackgroundColors.ts +4 -2
  148. package/src/objects/versusScreenDirtSpotColors.ts +4 -2
  149. package/src/types/HasAllEnumKeys.ts +2 -2
@@ -1,6 +1,105 @@
1
- import { BossID } from "isaac-typescript-definitions";
2
1
  /** Used when rendering the "versusscreen.anm2" sprite. */
3
2
  export declare const BOSS_PORTRAIT_PNG_FILE_NAMES: {
4
- readonly [key in BossID]: string;
3
+ readonly 1: "portrait_20.0_monstro.png";
4
+ readonly 2: "portrait_19.0_larryjr.png";
5
+ readonly 3: "portrait_28.0_chub.png";
6
+ readonly 4: "portrait_36.0_gurdy.png";
7
+ readonly 5: "portrait_43.0_monstro2.png";
8
+ readonly 6: "portrait_45.0_mom.png";
9
+ readonly 7: "portrait_62.1_scolex.png";
10
+ readonly 8: "portrait_78.0_momsheart.png";
11
+ readonly 9: "portrait_63.0_famine.png";
12
+ readonly 10: "portrait_64.0_pestilence.png";
13
+ readonly 11: "portrait_65.0_war.png";
14
+ readonly 12: "portrait_66.0_death.png";
15
+ readonly 13: "portrait_67.0_dukeofflies.png";
16
+ readonly 14: "portrait_68.0_peep.png";
17
+ readonly 15: "portrait_69.0_loki.png";
18
+ readonly 16: "portrait_74.0_blastocyst.png";
19
+ readonly 17: "portrait_79.0_gemini.png";
20
+ readonly 18: "portrait_71.0_fistula.png";
21
+ readonly 19: "portrait_43.1_gish.png";
22
+ readonly 20: "portrait_79.1_steven.png";
23
+ readonly 21: "portrait_28.1_chad.png";
24
+ readonly 22: "portrait_82.0_headlesshorseman.png";
25
+ readonly 23: "portrait_81.0_thefallen.png";
26
+ readonly 24: "portrait_84.0_satan.png";
27
+ readonly 25: "portrait_78.1_itlives.png";
28
+ readonly 26: "portrait_19.1_thehollow.png";
29
+ readonly 27: "portrait_28.2_carrionqueen.png";
30
+ readonly 28: "portrait_99.0_gurdyjr.png";
31
+ readonly 29: "portrait_67.1_thehusk.png";
32
+ readonly 30: "portrait_68.1_bloat.png";
33
+ readonly 31: "portrait_69.1_lokii.png";
34
+ readonly 32: "portrait_79.2_blightedovum.png";
35
+ readonly 33: "portrait_71.1_teratoma.png";
36
+ readonly 34: "portrait_100.0_widow.png";
37
+ readonly 35: "portrait_97.0_maskofinfamy.png";
38
+ readonly 36: "portrait_100.1_thewretched.png";
39
+ readonly 37: "portrait_62.0_pin.png";
40
+ readonly 38: "portrait_65.1_conquest.png";
41
+ readonly 39: "portrait_102.0_isaac.png";
42
+ readonly 40: "portrait_102.1_bluebaby.png";
43
+ readonly 41: "portrait_101.0_daddylonglegs.png";
44
+ readonly 42: "portrait_101.1_triachnid.png";
45
+ readonly 43: "portrait_260.0_thehaunt.png";
46
+ readonly 44: "portrait_261.0_dingle.png";
47
+ readonly 45: "portrait_262.0_megamaw.png";
48
+ readonly 46: "portrait_263.0_megamaw2.png";
49
+ readonly 47: "portrait_264.0_megafatty.png";
50
+ readonly 48: "portrait_265.0_fatty2.png";
51
+ readonly 49: "portrait_266.0_mamagurdy.png";
52
+ readonly 50: "portrait_267.0_darkone.png";
53
+ readonly 51: "portrait_268.0_darkone2.png";
54
+ readonly 52: "portrait_269.0_polycephalus.png";
55
+ readonly 53: "portrait_270.0_megafred.png";
56
+ readonly 54: "portrait_273.0_thelamb.png";
57
+ readonly 55: "portrait_274.0_megasatan.png";
58
+ readonly 56: "portrait_276.0_gurglings.png";
59
+ readonly 57: "portrait_401.0_thestain.png";
60
+ readonly 58: "portrait_402.0_brownie.png";
61
+ readonly 59: "portrait_403.0_theforsaken.png";
62
+ readonly 60: "portrait_404.0_littlehorn.png";
63
+ readonly 61: "portrait_405.0_ragman.png";
64
+ readonly 62: "portrait_406.0_ultragreed.png";
65
+ readonly 63: "portrait_407.0_hush.png";
66
+ readonly 64: "portrait_dangle.png";
67
+ readonly 65: "portrait_turdlings.png";
68
+ readonly 66: "portrait_thefrail.png";
69
+ readonly 67: "portrait_ragmega.png";
70
+ readonly 68: "portrait_sistersvis.png";
71
+ readonly 69: "portrait_bighorn.png";
72
+ readonly 70: "portrait_delirium.png";
73
+ readonly 72: "portrait_matriarch.png";
74
+ readonly 73: "portrait_269.1_polycephalus2.png";
75
+ readonly 74: "portrait_900.0_reapcreep.png";
76
+ readonly 75: "portrait_901.0_beelzeblub.png";
77
+ readonly 76: "portrait_902.0_wormwood.png";
78
+ readonly 77: "portrait_902.0_rainmaker.png";
79
+ readonly 78: "portrait_903.0_visage.png";
80
+ readonly 79: "portrait_904.0_siren.png";
81
+ readonly 80: "portrait_19.100_tufftwins.png";
82
+ readonly 81: "portrait_905.0_heretic.png";
83
+ readonly 82: "portrait_906.0_hornfel.png";
84
+ readonly 83: "portrait_907.0_gideon.png";
85
+ readonly 84: "portrait_908.0_babyplum.png";
86
+ readonly 85: "portrait_909.0_scourge.png";
87
+ readonly 86: "portrait_910.0_chimera.png";
88
+ readonly 87: "portrait_911.0_rotgut.png";
89
+ readonly 88: "portrait_mother.png";
90
+ readonly 89: "portrait_45.0_mom.png";
91
+ readonly 90: "portrait_78.0_momsheart.png";
92
+ readonly 91: "portrait_minmin.png";
93
+ readonly 92: "portrait_clog.png";
94
+ readonly 93: "portrait_singe.png";
95
+ readonly 94: "portrait_bumbino.png";
96
+ readonly 95: "portrait_colostomia.png";
97
+ readonly 96: "portrait_shell.png";
98
+ readonly 97: "portrait_turdlet.png";
99
+ readonly 98: "portrait_raglich.png";
100
+ readonly 99: "portrait_dogma.png";
101
+ readonly 100: "portrait_dogma.png";
102
+ readonly 101: "portrait_hornyboys.png";
103
+ readonly 102: "portrait_clutch.png";
5
104
  };
6
105
  //# sourceMappingURL=bossPortraitPNGFileNames.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"bossPortraitPNGFileNames.d.ts","sourceRoot":"","sources":["../../../src/objects/bossPortraitPNGFileNames.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AAEtD,0DAA0D;AAC1D,eAAO,MAAM,4BAA4B,EAAE;IACzC,QAAQ,EAAE,GAAG,IAAI,MAAM,GAAG,MAAM;CA+GxB,CAAC"}
1
+ {"version":3,"file":"bossPortraitPNGFileNames.d.ts","sourceRoot":"","sources":["../../../src/objects/bossPortraitPNGFileNames.ts"],"names":[],"mappings":"AAKA,0DAA0D;AAC1D,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8GU,CAAC"}
@@ -1,7 +1,103 @@
1
- import { CardType } from "isaac-typescript-definitions";
2
1
  export declare const DEFAULT_CARD_DESCRIPTION = "Unknown";
3
2
  /** This is a temporary map due to missing features in the vanilla API. */
4
3
  export declare const CARD_DESCRIPTIONS: {
5
- readonly [key in CardType]: string;
4
+ readonly 0: "Unknown";
5
+ readonly 1: "Where journey begins";
6
+ readonly 2: "May you never miss your goal";
7
+ readonly 3: "Mother is watching you";
8
+ readonly 4: "May your rage bring power";
9
+ readonly 5: "Challenge me!";
10
+ readonly 6: "Two prayers for the lost";
11
+ readonly 7: "May you prosper and be in good health";
12
+ readonly 8: "May nothing stand before you";
13
+ readonly 9: "May your future become balanced";
14
+ readonly 10: "May you see what life has to offer";
15
+ readonly 11: "Spin the wheel of destiny";
16
+ readonly 12: "May your power bring rage";
17
+ readonly 13: "May you find enlightenment ";
18
+ readonly 14: "Lay waste to all that oppose you ";
19
+ readonly 15: "May you be pure in heart";
20
+ readonly 16: "Revel in the power of darkness";
21
+ readonly 17: "Destruction brings creation";
22
+ readonly 18: "May you find what you desire ";
23
+ readonly 19: "May you find all you have lost";
24
+ readonly 20: "May the light heal and enlighten you";
25
+ readonly 21: "Judge lest ye be judged";
26
+ readonly 22: "Open your eyes and see";
27
+ readonly 23: "Item multiplier";
28
+ readonly 24: "Item multiplier";
29
+ readonly 25: "Item multiplier";
30
+ readonly 26: "Item multiplier";
31
+ readonly 27: "Convert all";
32
+ readonly 28: "Convert all";
33
+ readonly 29: "Convert all";
34
+ readonly 30: "Convert all";
35
+ readonly 31: "???";
36
+ readonly 32: "Destruction";
37
+ readonly 33: "Abundance";
38
+ readonly 34: "Passage";
39
+ readonly 35: "Purity";
40
+ readonly 36: "Vision";
41
+ readonly 37: "Change";
42
+ readonly 38: "Companionship";
43
+ readonly 39: "Resistance";
44
+ readonly 40: "???";
45
+ readonly 41: "Void";
46
+ readonly 42: "???";
47
+ readonly 43: "Charge it!";
48
+ readonly 44: "???";
49
+ readonly 45: "Something stinks...";
50
+ readonly 46: "A true ending?";
51
+ readonly 47: "Open Sesame";
52
+ readonly 48: "Double active";
53
+ readonly 49: "D6 + D20";
54
+ readonly 50: "Help from above";
55
+ readonly 51: "You feel protected";
56
+ readonly 52: "Become immense!";
57
+ readonly 53: "Draw 3 cards";
58
+ readonly 54: "Savor the moment";
59
+ readonly 55: "It still glows faintly";
60
+ readonly 56: "Let go and move on";
61
+ readonly 57: "May no harm come to you";
62
+ readonly 58: "Run";
63
+ readonly 59: "May your love bring protection";
64
+ readonly 60: "May you find a worthy opponent";
65
+ readonly 61: "Two prayers for the forgotten";
66
+ readonly 62: "May your heart shatter into pieces";
67
+ readonly 63: "May nothing walk past you";
68
+ readonly 64: "May your sins come back to torment you";
69
+ readonly 65: "May you see the value of all things in life";
70
+ readonly 66: "Throw the dice of fate";
71
+ readonly 67: "May you break their resolve";
72
+ readonly 68: "May your greed know no bounds";
73
+ readonly 69: "May life spring forth from the fallen";
74
+ readonly 70: "May your hunger be satiated";
75
+ readonly 71: "Bask in the light of your mercy";
76
+ readonly 72: "Creation brings destruction";
77
+ readonly 73: "May your loss bring fortune";
78
+ readonly 74: "May you remember lost memories";
79
+ readonly 75: "May the darkness swallow all around you";
80
+ readonly 76: "May you redeem those found wanting";
81
+ readonly 77: "Step into the abyss";
82
+ readonly 78: "???";
83
+ readonly 79: "<3";
84
+ readonly 80: "Again";
85
+ readonly 81: "Reroll... or not";
86
+ readonly 82: "Give me your love!";
87
+ readonly 83: "Opens the unopenable";
88
+ readonly 84: "Right behind you";
89
+ readonly 85: "Chemical warfare";
90
+ readonly 86: "Your very own murder";
91
+ readonly 87: "Slay a thousand";
92
+ readonly 88: "Demon rage!";
93
+ readonly 89: "Life after death";
94
+ readonly 90: "Embrace chaos";
95
+ readonly 91: "Leave your body behind";
96
+ readonly 92: "Motherhood";
97
+ readonly 93: "$$$";
98
+ readonly 94: "Bringer of calamity";
99
+ readonly 95: "Skeletal protector";
100
+ readonly 96: "Friends from beyond";
101
+ readonly 97: "Bound by blood";
6
102
  };
7
103
  //# sourceMappingURL=cardDescriptions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"cardDescriptions.d.ts","sourceRoot":"","sources":["../../../src/objects/cardDescriptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAExD,eAAO,MAAM,wBAAwB,YAAY,CAAC;AAElD,0EAA0E;AAC1E,eAAO,MAAM,iBAAiB,EAAE;IAAE,QAAQ,EAAE,GAAG,IAAI,QAAQ,GAAG,MAAM;CAmG1D,CAAC"}
1
+ {"version":3,"file":"cardDescriptions.d.ts","sourceRoot":"","sources":["../../../src/objects/cardDescriptions.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,wBAAwB,YAAY,CAAC;AAElD,0EAA0E;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmGuB,CAAC"}
@@ -1,7 +1,103 @@
1
- import { CardType } from "isaac-typescript-definitions";
2
1
  export declare const DEFAULT_CARD_NAME = "Unknown";
3
2
  /** This is a temporary map due to missing features in the vanilla API. */
4
3
  export declare const CARD_NAMES: {
5
- readonly [key in CardType]: string;
4
+ readonly 0: "Unknown";
5
+ readonly 1: "0 - The Fool";
6
+ readonly 2: "I - The Magician";
7
+ readonly 3: "II - The High Priestess";
8
+ readonly 4: "III - The Empress";
9
+ readonly 5: "IV - The Emperor";
10
+ readonly 6: "V - The Hierophant";
11
+ readonly 7: "VI - The Lovers";
12
+ readonly 8: "VII - The Chariot";
13
+ readonly 9: "VIII - Justice";
14
+ readonly 10: "IX - The Hermit";
15
+ readonly 11: "X - Wheel of Fortune";
16
+ readonly 12: "XI - Strength";
17
+ readonly 13: "XII - The Hanged Man";
18
+ readonly 14: "XIII - Death";
19
+ readonly 15: "XIV - Temperance";
20
+ readonly 16: "XV - The Devil";
21
+ readonly 17: "XVI - The Tower";
22
+ readonly 18: "XVII - The Stars";
23
+ readonly 19: "XVIII - The Moon";
24
+ readonly 20: "XIX - The Sun";
25
+ readonly 21: "XX - Judgement";
26
+ readonly 22: "XXI - The World";
27
+ readonly 23: "2 of Clubs";
28
+ readonly 24: "2 of Diamonds";
29
+ readonly 25: "2 of Spades";
30
+ readonly 26: "2 of Hearts";
31
+ readonly 27: "Ace of Clubs";
32
+ readonly 28: "Ace of Diamonds";
33
+ readonly 29: "Ace of Spades";
34
+ readonly 30: "Ace of Hearts";
35
+ readonly 31: "Joker";
36
+ readonly 32: "Hagalaz";
37
+ readonly 33: "Jera";
38
+ readonly 34: "Ehwaz";
39
+ readonly 35: "Dagaz";
40
+ readonly 36: "Ansuz";
41
+ readonly 37: "Perthro";
42
+ readonly 38: "Berkano";
43
+ readonly 39: "Algiz";
44
+ readonly 40: "Blank Rune";
45
+ readonly 41: "Black Rune";
46
+ readonly 42: "Chaos Card";
47
+ readonly 43: "Credit Card";
48
+ readonly 44: "Rules Card";
49
+ readonly 45: "A Card Against Humanity";
50
+ readonly 46: "Suicide King";
51
+ readonly 47: "Get Out Of Jail Free Card";
52
+ readonly 48: "? Card";
53
+ readonly 49: "Dice Shard";
54
+ readonly 50: "Emergency Contact";
55
+ readonly 51: "Holy Card";
56
+ readonly 52: "Huge Growth";
57
+ readonly 53: "Ancient Recall";
58
+ readonly 54: "Era Walk";
59
+ readonly 55: "Rune Shard";
60
+ readonly 56: "0 - The Fool?";
61
+ readonly 57: "I - The Magician?";
62
+ readonly 58: "II - The High Priestess?";
63
+ readonly 59: "III - The Empress?";
64
+ readonly 60: "IV - The Emperor?";
65
+ readonly 61: "V - The Hierophant?";
66
+ readonly 62: "VI - The Lovers?";
67
+ readonly 63: "VII - The Chariot?";
68
+ readonly 64: "VIII - Justice?";
69
+ readonly 65: "IX - The Hermit?";
70
+ readonly 66: "X - Wheel of Fortune?";
71
+ readonly 67: "XI - Strength?";
72
+ readonly 68: "XII - The Hanged Man?";
73
+ readonly 69: "XIII - Death?";
74
+ readonly 70: "XIV - Temperance?";
75
+ readonly 71: "XV - The Devil?";
76
+ readonly 72: "XVI - The Tower?";
77
+ readonly 73: "XVII - The Stars?";
78
+ readonly 74: "XVIII - The Moon?";
79
+ readonly 75: "XIX - The Sun?";
80
+ readonly 76: "XX - Judgement?";
81
+ readonly 77: "XXI - The World?";
82
+ readonly 78: "Cracked Key";
83
+ readonly 79: "Queen of Hearts";
84
+ readonly 80: "Wild Card";
85
+ readonly 81: "Soul of Isaac";
86
+ readonly 82: "Soul of Magdalene";
87
+ readonly 83: "Soul of Cain";
88
+ readonly 84: "Soul of Judas";
89
+ readonly 85: "Soul of ???";
90
+ readonly 86: "Soul of Eve";
91
+ readonly 87: "Soul of Samson";
92
+ readonly 88: "Soul of Azazel";
93
+ readonly 89: "Soul of Lazarus";
94
+ readonly 90: "Soul of Eden";
95
+ readonly 91: "Soul of the Lost";
96
+ readonly 92: "Soul of Lilith";
97
+ readonly 93: "Soul of the Keeper";
98
+ readonly 94: "Soul of Apollyon";
99
+ readonly 95: "Soul of the Forgotten";
100
+ readonly 96: "Soul of Bethany";
101
+ readonly 97: "Soul of Jacob and Esau";
6
102
  };
7
103
  //# sourceMappingURL=cardNames.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"cardNames.d.ts","sourceRoot":"","sources":["../../../src/objects/cardNames.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAExD,eAAO,MAAM,iBAAiB,YAAY,CAAC;AAE3C,0EAA0E;AAC1E,eAAO,MAAM,UAAU,EAAE;IAAE,QAAQ,EAAE,GAAG,IAAI,QAAQ,GAAG,MAAM;CAmGnD,CAAC"}
1
+ {"version":3,"file":"cardNames.d.ts","sourceRoot":"","sources":["../../../src/objects/cardNames.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,YAAY,CAAC;AAE3C,0EAA0E;AAC1E,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmG8B,CAAC"}
@@ -1,6 +1,50 @@
1
- import { Challenge } from "isaac-typescript-definitions";
2
1
  export declare const DEFAULT_CHALLENGE_NAME = "Unknown";
3
2
  export declare const CHALLENGE_NAMES: {
4
- readonly [key in Challenge]: string;
3
+ readonly 0: "Unknown";
4
+ readonly 1: "Pitch Black";
5
+ readonly 2: "High Brow";
6
+ readonly 3: "Head Trauma";
7
+ readonly 4: "Darkness Falls";
8
+ readonly 5: "The Tank";
9
+ readonly 6: "Solar System";
10
+ readonly 7: "Suicide King";
11
+ readonly 8: "Cat Got Your Tongue";
12
+ readonly 9: "Demo Man";
13
+ readonly 10: "Cursed!";
14
+ readonly 11: "Glass Cannon";
15
+ readonly 12: "When Life Gives You Lemons";
16
+ readonly 13: "Beans!";
17
+ readonly 14: "It's In The Cards";
18
+ readonly 15: "Slow Roll";
19
+ readonly 16: "Computer Savvy";
20
+ readonly 17: "Waka Waka";
21
+ readonly 18: "The Host";
22
+ readonly 19: "The Family Man";
23
+ readonly 20: "Purist";
24
+ readonly 21: "XXXXXXXXL";
25
+ readonly 22: "SPEED!";
26
+ readonly 23: "Blue Bomber";
27
+ readonly 24: "PAY TO PLAY";
28
+ readonly 25: "Have a Heart";
29
+ readonly 26: "I RULE!";
30
+ readonly 27: "BRAINS!";
31
+ readonly 28: "PRIDE DAY!";
32
+ readonly 29: "Onan's Streak";
33
+ readonly 30: "The Guardian";
34
+ readonly 31: "Backasswards";
35
+ readonly 32: "Aprils Fool";
36
+ readonly 33: "Pokey Mans";
37
+ readonly 34: "Ultra Hard";
38
+ readonly 35: "Pong";
39
+ readonly 36: "Scat Man";
40
+ readonly 37: "Bloody Mary";
41
+ readonly 38: "Baptism By Fire";
42
+ readonly 39: "Isaac's Awakening";
43
+ readonly 40: "Seeing Double";
44
+ readonly 41: "Pica Run";
45
+ readonly 42: "Hot Potato";
46
+ readonly 43: "Cantripped!";
47
+ readonly 44: "Red Redemption";
48
+ readonly 45: "DELETE THIS";
5
49
  };
6
50
  //# sourceMappingURL=challengeNames.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"challengeNames.d.ts","sourceRoot":"","sources":["../../../src/objects/challengeNames.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEzD,eAAO,MAAM,sBAAsB,YAAY,CAAC;AAEhD,eAAO,MAAM,eAAe,EAAE;IAAE,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,MAAM;CA+CzD,CAAC"}
1
+ {"version":3,"file":"challengeNames.d.ts","sourceRoot":"","sources":["../../../src/objects/challengeNames.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,YAAY,CAAC;AAEhD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+C0B,CAAC"}
@@ -1,6 +1,46 @@
1
- import { PlayerType } from "isaac-typescript-definitions";
2
1
  /** From: https://bindingofisaacrebirth.fandom.com/wiki/Characters#Regular_Characters */
3
2
  export declare const CHARACTER_DAMAGE_MULTIPLIERS: {
4
- readonly [key in PlayerType]: float;
3
+ readonly [-1]: 1;
4
+ readonly 0: 1;
5
+ readonly 1: 1;
6
+ readonly 2: 1.2;
7
+ readonly 3: 1.35;
8
+ readonly 4: 1.05;
9
+ readonly 5: 0.75;
10
+ readonly 6: 1;
11
+ readonly 7: 1.5;
12
+ readonly 8: 1;
13
+ readonly 9: 1;
14
+ readonly 10: 1;
15
+ readonly 11: 1.4;
16
+ readonly 12: 2;
17
+ readonly 13: 1;
18
+ readonly 14: 1.2;
19
+ readonly 15: 1;
20
+ readonly 16: 1.5;
21
+ readonly 17: 1;
22
+ readonly 18: 1;
23
+ readonly 19: 1;
24
+ readonly 20: 1;
25
+ readonly 21: 1;
26
+ readonly 22: 0.75;
27
+ readonly 23: 1;
28
+ readonly 24: 1;
29
+ readonly 25: 1;
30
+ readonly 26: 1.2;
31
+ readonly 27: 1;
32
+ readonly 28: 1.5;
33
+ readonly 29: 1;
34
+ readonly 30: 1;
35
+ readonly 31: 1.3;
36
+ readonly 32: 1;
37
+ readonly 33: 1;
38
+ readonly 34: 1;
39
+ readonly 35: 1.5;
40
+ readonly 36: 1;
41
+ readonly 37: 1;
42
+ readonly 38: 1.5;
43
+ readonly 39: 1;
44
+ readonly 40: 1;
5
45
  };
6
46
  //# sourceMappingURL=characterDamageMultipliers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"characterDamageMultipliers.d.ts","sourceRoot":"","sources":["../../../src/objects/characterDamageMultipliers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAE1D,wFAAwF;AACxF,eAAO,MAAM,4BAA4B,EAAE;IACzC,QAAQ,EAAE,GAAG,IAAI,UAAU,GAAG,KAAK;CA4C3B,CAAC"}
1
+ {"version":3,"file":"characterDamageMultipliers.d.ts","sourceRoot":"","sources":["../../../src/objects/characterDamageMultipliers.ts"],"names":[],"mappings":"AAGA,wFAAwF;AACxF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2Ca,CAAC"}
@@ -1,5 +1,45 @@
1
- import { PlayerType } from "isaac-typescript-definitions";
2
1
  export declare const CHARACTER_NAMES: {
3
- readonly [key in PlayerType]: string;
2
+ readonly [-1]: "Possessor";
3
+ readonly 0: "Isaac";
4
+ readonly 1: "Magdalene";
5
+ readonly 2: "Cain";
6
+ readonly 3: "Judas";
7
+ readonly 4: "Blue Baby";
8
+ readonly 5: "Eve";
9
+ readonly 6: "Samson";
10
+ readonly 7: "Azazel";
11
+ readonly 8: "Lazarus";
12
+ readonly 9: "Eden";
13
+ readonly 10: "The Lost";
14
+ readonly 11: "Lazarus II";
15
+ readonly 12: "Dark Judas";
16
+ readonly 13: "Lilith";
17
+ readonly 14: "Keeper";
18
+ readonly 15: "Apollyon";
19
+ readonly 16: "The Forgotten";
20
+ readonly 17: "The Soul";
21
+ readonly 18: "Bethany";
22
+ readonly 19: "Jacob";
23
+ readonly 20: "Esau";
24
+ readonly 21: "Tainted Isaac";
25
+ readonly 22: "Tainted Magdalene";
26
+ readonly 23: "Tainted Cain";
27
+ readonly 24: "Tainted Judas";
28
+ readonly 25: "Tainted Blue Baby";
29
+ readonly 26: "Tainted Eve";
30
+ readonly 27: "Tainted Samson";
31
+ readonly 28: "Tainted Azazel";
32
+ readonly 29: "Tainted Lazarus";
33
+ readonly 30: "Tainted Eden";
34
+ readonly 31: "Tainted Lost";
35
+ readonly 32: "Tainted Lilith";
36
+ readonly 33: "Tainted Keeper";
37
+ readonly 34: "Tainted Apollyon";
38
+ readonly 35: "Tainted Forgotten";
39
+ readonly 36: "Tainted Bethany";
40
+ readonly 37: "Tainted Jacob";
41
+ readonly 38: "Dead Tainted Lazarus";
42
+ readonly 39: "Dead Tainted Jacob";
43
+ readonly 40: "Tainted Soul";
4
44
  };
5
45
  //# sourceMappingURL=characterNames.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"characterNames.d.ts","sourceRoot":"","sources":["../../../src/objects/characterNames.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAE1D,eAAO,MAAM,eAAe,EAAE;IAAE,QAAQ,EAAE,GAAG,IAAI,UAAU,GAAG,MAAM;CA2C1D,CAAC"}
1
+ {"version":3,"file":"characterNames.d.ts","sourceRoot":"","sources":["../../../src/objects/characterNames.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2C2B,CAAC"}
@@ -1,6 +1,12 @@
1
- import { CoinSubType } from "isaac-typescript-definitions";
2
1
  export declare const DEFAULT_COIN_VALUE = 1;
3
2
  export declare const COIN_SUB_TYPE_TO_VALUE: {
4
- readonly [key in CoinSubType]: int;
3
+ readonly 0: 0;
4
+ readonly 1: 1;
5
+ readonly 2: 5;
6
+ readonly 3: 10;
7
+ readonly 4: 2;
8
+ readonly 5: 1;
9
+ readonly 6: 5;
10
+ readonly 7: 1;
5
11
  };
6
12
  //# sourceMappingURL=coinSubTypeToValue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"coinSubTypeToValue.d.ts","sourceRoot":"","sources":["../../../src/objects/coinSubTypeToValue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE3D,eAAO,MAAM,kBAAkB,IAAI,CAAC;AAEpC,eAAO,MAAM,sBAAsB,EAAE;IAAE,QAAQ,EAAE,GAAG,IAAI,WAAW,GAAG,GAAG;CAS/D,CAAC"}
1
+ {"version":3,"file":"coinSubTypeToValue.d.ts","sourceRoot":"","sources":["../../../src/objects/coinSubTypeToValue.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB,IAAI,CAAC;AAEpC,eAAO,MAAM,sBAAsB;;;;;;;;;CASkB,CAAC"}
@@ -1,5 +1,8 @@
1
- import { Direction } from "isaac-typescript-definitions";
2
1
  export declare const DIRECTION_NAMES: {
3
- readonly [key in Direction]: string | undefined;
2
+ readonly [-1]: undefined;
3
+ readonly 0: "left";
4
+ readonly 1: "up";
5
+ readonly 2: "right";
6
+ readonly 3: "down";
4
7
  };
5
8
  //# sourceMappingURL=directionNames.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"directionNames.d.ts","sourceRoot":"","sources":["../../../src/objects/directionNames.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEzD,eAAO,MAAM,eAAe,EAAE;IAC5B,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,MAAM,GAAG,SAAS;CAOvC,CAAC"}
1
+ {"version":3,"file":"directionNames.d.ts","sourceRoot":"","sources":["../../../src/objects/directionNames.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe;;;;;;CAMsC,CAAC"}
@@ -1,5 +1,8 @@
1
- import { Direction } from "isaac-typescript-definitions";
2
1
  export declare const DIRECTION_TO_DEGREES: {
3
- readonly [key in Direction]: int;
2
+ readonly [-1]: 0;
3
+ readonly 0: 180;
4
+ readonly 1: 270;
5
+ readonly 2: 0;
6
+ readonly 3: 90;
4
7
  };
5
8
  //# sourceMappingURL=directionToDegrees.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"directionToDegrees.d.ts","sourceRoot":"","sources":["../../../src/objects/directionToDegrees.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEzD,eAAO,MAAM,oBAAoB,EAAE;IACjC,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,GAAG;CAOxB,CAAC"}
1
+ {"version":3,"file":"directionToDegrees.d.ts","sourceRoot":"","sources":["../../../src/objects/directionToDegrees.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB;;;;;;CAMkB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Direction } from "isaac-typescript-definitions";
2
2
  export declare const DIRECTION_TO_VECTOR: {
3
- readonly [key in Direction]: Readonly<Vector>;
3
+ readonly [Key in Direction]: Readonly<Vector>;
4
4
  };
5
5
  //# sourceMappingURL=directionToVector.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"directionToVector.d.ts","sourceRoot":"","sources":["../../../src/objects/directionToVector.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAGzD,eAAO,MAAM,mBAAmB,EAAE;IAChC,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,QAAQ,CAAC,MAAM,CAAC;CAOrC,CAAC"}
1
+ {"version":3,"file":"directionToVector.d.ts","sourceRoot":"","sources":["../../../src/objects/directionToVector.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAKzD,eAAO,MAAM,mBAAmB,EAAE;IAChC,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,QAAQ,CAAC,MAAM,CAAC;CAOrC,CAAC"}
@@ -1,6 +1,6 @@
1
- import { DoorSlot, DoorSlotFlag } from "isaac-typescript-definitions";
1
+ import { DoorSlot } from "isaac-typescript-definitions";
2
2
  export declare const DEFAULT_DOOR_SLOT = DoorSlot.NO_DOOR_SLOT;
3
3
  export declare const DOOR_SLOT_FLAG_TO_DOOR_SLOT: {
4
- readonly [key in DoorSlotFlag]: DoorSlot;
4
+ readonly [x: number]: DoorSlot.LEFT_0 | DoorSlot.UP_0 | DoorSlot.RIGHT_0 | DoorSlot.DOWN_0 | DoorSlot.LEFT_1 | DoorSlot.UP_1 | DoorSlot.RIGHT_1 | DoorSlot.DOWN_1;
5
5
  };
6
6
  //# sourceMappingURL=doorSlotFlagToDoorSlot.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"doorSlotFlagToDoorSlot.d.ts","sourceRoot":"","sources":["../../../src/objects/doorSlotFlagToDoorSlot.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAEtE,eAAO,MAAM,iBAAiB,wBAAwB,CAAC;AAEvD,eAAO,MAAM,2BAA2B,EAAE;IACxC,QAAQ,EAAE,GAAG,IAAI,YAAY,GAAG,QAAQ;CAUhC,CAAC"}
1
+ {"version":3,"file":"doorSlotFlagToDoorSlot.d.ts","sourceRoot":"","sources":["../../../src/objects/doorSlotFlagToDoorSlot.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAgB,MAAM,8BAA8B,CAAC;AAGtE,eAAO,MAAM,iBAAiB,wBAAwB,CAAC;AAEvD,eAAO,MAAM,2BAA2B;;CASmB,CAAC"}
@@ -1,5 +1,13 @@
1
- import { Direction, DoorSlot } from "isaac-typescript-definitions";
1
+ import { Direction } from "isaac-typescript-definitions";
2
2
  export declare const DOOR_SLOT_TO_DIRECTION: {
3
- readonly [key in DoorSlot]: Direction;
3
+ readonly [-1]: Direction.NO_DIRECTION;
4
+ readonly 0: Direction.LEFT;
5
+ readonly 1: Direction.UP;
6
+ readonly 2: Direction.RIGHT;
7
+ readonly 3: Direction.DOWN;
8
+ readonly 4: Direction.LEFT;
9
+ readonly 5: Direction.UP;
10
+ readonly 6: Direction.RIGHT;
11
+ readonly 7: Direction.DOWN;
4
12
  };
5
13
  //# sourceMappingURL=doorSlotToDirection.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"doorSlotToDirection.d.ts","sourceRoot":"","sources":["../../../src/objects/doorSlotToDirection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAEnE,eAAO,MAAM,sBAAsB,EAAE;IAAE,QAAQ,EAAE,GAAG,IAAI,QAAQ,GAAG,SAAS;CAWhE,CAAC"}
1
+ {"version":3,"file":"doorSlotToDirection.d.ts","sourceRoot":"","sources":["../../../src/objects/doorSlotToDirection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,8BAA8B,CAAC;AAGnE,eAAO,MAAM,sBAAsB;;;;;;;;;;CAUqB,CAAC"}