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,5 +1,48 @@
1
- import { DoorSlot, DoorSlotFlag } from "isaac-typescript-definitions";
2
1
  export declare const DOOR_SLOT_TO_DOOR_SLOT_FLAG: {
3
- readonly [key in DoorSlot]: DoorSlotFlag;
2
+ readonly [-1]: BitFlags<number & {
3
+ readonly __bitFlagBrand: symbol;
4
+ } & {
5
+ readonly __doorSlotFlagBrand: symbol;
6
+ }>;
7
+ readonly 0: number & {
8
+ readonly __bitFlagBrand: symbol;
9
+ } & {
10
+ readonly __doorSlotFlagBrand: symbol;
11
+ };
12
+ readonly 1: number & {
13
+ readonly __bitFlagBrand: symbol;
14
+ } & {
15
+ readonly __doorSlotFlagBrand: symbol;
16
+ };
17
+ readonly 2: number & {
18
+ readonly __bitFlagBrand: symbol;
19
+ } & {
20
+ readonly __doorSlotFlagBrand: symbol;
21
+ };
22
+ readonly 3: number & {
23
+ readonly __bitFlagBrand: symbol;
24
+ } & {
25
+ readonly __doorSlotFlagBrand: symbol;
26
+ };
27
+ readonly 4: number & {
28
+ readonly __bitFlagBrand: symbol;
29
+ } & {
30
+ readonly __doorSlotFlagBrand: symbol;
31
+ };
32
+ readonly 5: number & {
33
+ readonly __bitFlagBrand: symbol;
34
+ } & {
35
+ readonly __doorSlotFlagBrand: symbol;
36
+ };
37
+ readonly 6: number & {
38
+ readonly __bitFlagBrand: symbol;
39
+ } & {
40
+ readonly __doorSlotFlagBrand: symbol;
41
+ };
42
+ readonly 7: number & {
43
+ readonly __bitFlagBrand: symbol;
44
+ } & {
45
+ readonly __doorSlotFlagBrand: symbol;
46
+ };
4
47
  };
5
48
  //# sourceMappingURL=doorSlotToDoorSlotFlag.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"doorSlotToDoorSlotFlag.d.ts","sourceRoot":"","sources":["../../../src/objects/doorSlotToDoorSlotFlag.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,YAAY,EAEb,MAAM,8BAA8B,CAAC;AAEtC,eAAO,MAAM,2BAA2B,EAAE;IACxC,QAAQ,EAAE,GAAG,IAAI,QAAQ,GAAG,YAAY;CAWhC,CAAC"}
1
+ {"version":3,"file":"doorSlotToDoorSlotFlag.d.ts","sourceRoot":"","sources":["../../../src/objects/doorSlotToDoorSlotFlag.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUmB,CAAC"}
@@ -1,6 +1,9 @@
1
- import { CopyableIsaacAPIClassType } from "isaac-typescript-definitions";
2
1
  import { SerializationBrand } from "../enums/SerializationBrand";
3
2
  export declare const ISAAC_API_CLASS_TYPE_TO_BRAND: {
4
- readonly [key in CopyableIsaacAPIClassType]: SerializationBrand;
3
+ readonly BitSet128: SerializationBrand.BIT_SET_128;
4
+ readonly Color: SerializationBrand.COLOR;
5
+ readonly KColor: SerializationBrand.K_COLOR;
6
+ readonly RNG: SerializationBrand.RNG;
7
+ readonly Vector: SerializationBrand.VECTOR;
5
8
  };
6
9
  //# sourceMappingURL=isaacAPIClassTypeToBrand.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isaacAPIClassTypeToBrand.d.ts","sourceRoot":"","sources":["../../../src/objects/isaacAPIClassTypeToBrand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAEjE,eAAO,MAAM,6BAA6B,EAAE;IAC1C,QAAQ,EAAE,GAAG,IAAI,yBAAyB,GAAG,kBAAkB;CAOvD,CAAC"}
1
+ {"version":3,"file":"isaacAPIClassTypeToBrand.d.ts","sourceRoot":"","sources":["../../../src/objects/isaacAPIClassTypeToBrand.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAGjE,eAAO,MAAM,6BAA6B;;;;;;CASzC,CAAC"}
@@ -35,6 +35,6 @@ export interface IsaacAPIClassTypeFunctions<T, SerializedT> {
35
35
  deserialize: (object: SerializedT) => T;
36
36
  }
37
37
  export declare const ISAAC_API_CLASS_TYPE_TO_FUNCTIONS: {
38
- readonly [key in CopyableIsaacAPIClassType]: IsaacAPIClassTypeFunctions<IsaacAPIClassTypeToType[key], IsaacAPIClassTypeToSerializedType[key]>;
38
+ readonly [Key in CopyableIsaacAPIClassType]: IsaacAPIClassTypeFunctions<IsaacAPIClassTypeToType[Key], IsaacAPIClassTypeToSerializedType[Key]>;
39
39
  };
40
40
  //# sourceMappingURL=isaacAPIClassTypeToFunctions.d.ts.map
@@ -1,5 +1,10 @@
1
- import { LanguageAbbreviation } from "isaac-typescript-definitions";
2
1
  export declare const LANGUAGE_NAMES: {
3
- readonly [key in LanguageAbbreviation]: string;
2
+ readonly en: "English";
3
+ readonly jp: "Japanese";
4
+ readonly kr: "Korean";
5
+ readonly zh: "Chinese (Simple)";
6
+ readonly ru: "Russian";
7
+ readonly de: "German";
8
+ readonly es: "Spanish";
4
9
  };
5
10
  //# sourceMappingURL=languageNames.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"languageNames.d.ts","sourceRoot":"","sources":["../../../src/objects/languageNames.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAEpE,eAAO,MAAM,cAAc,EAAE;IAC3B,QAAQ,EAAE,GAAG,IAAI,oBAAoB,GAAG,MAAM;CAStC,CAAC"}
1
+ {"version":3,"file":"languageNames.d.ts","sourceRoot":"","sources":["../../../src/objects/languageNames.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc;;;;;;;;CAQsC,CAAC"}
@@ -1,5 +1,13 @@
1
1
  import { DoorSlot } from "isaac-typescript-definitions";
2
2
  export declare const OPPOSITE_DOOR_SLOTS: {
3
- readonly [key in DoorSlot]: DoorSlot | undefined;
3
+ readonly [-1]: undefined;
4
+ readonly 0: DoorSlot.RIGHT_0;
5
+ readonly 1: DoorSlot.DOWN_0;
6
+ readonly 2: DoorSlot.LEFT_0;
7
+ readonly 3: DoorSlot.UP_0;
8
+ readonly 4: DoorSlot.RIGHT_1;
9
+ readonly 5: DoorSlot.DOWN_1;
10
+ readonly 6: DoorSlot.LEFT_1;
11
+ readonly 7: DoorSlot.UP_1;
4
12
  };
5
13
  //# sourceMappingURL=oppositeDoorSlots.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"oppositeDoorSlots.d.ts","sourceRoot":"","sources":["../../../src/objects/oppositeDoorSlots.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAExD,eAAO,MAAM,mBAAmB,EAAE;IAChC,QAAQ,EAAE,GAAG,IAAI,QAAQ,GAAG,QAAQ,GAAG,SAAS;CAWxC,CAAC"}
1
+ {"version":3,"file":"oppositeDoorSlots.d.ts","sourceRoot":"","sources":["../../../src/objects/oppositeDoorSlots.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAGxD,eAAO,MAAM,mBAAmB;;;;;;;;;;CAUmC,CAAC"}
@@ -1,6 +1,55 @@
1
- import { ItemConfigPillEffectClass, PillEffect } from "isaac-typescript-definitions";
1
+ import { ItemConfigPillEffectClass } from "isaac-typescript-definitions";
2
2
  export declare const DEFAULT_PILL_EFFECT_CLASS = ItemConfigPillEffectClass.MODDED;
3
3
  export declare const PILL_EFFECT_CLASSES: {
4
- readonly [key in PillEffect]: ItemConfigPillEffectClass;
4
+ readonly 0: ItemConfigPillEffectClass.MINOR;
5
+ readonly 1: ItemConfigPillEffectClass.MEDIUM;
6
+ readonly 2: ItemConfigPillEffectClass.MEDIUM;
7
+ readonly 3: ItemConfigPillEffectClass.MEDIUM;
8
+ readonly 4: ItemConfigPillEffectClass.MINOR;
9
+ readonly 5: ItemConfigPillEffectClass.MEDIUM;
10
+ readonly 6: ItemConfigPillEffectClass.MAJOR;
11
+ readonly 7: ItemConfigPillEffectClass.MAJOR;
12
+ readonly 8: ItemConfigPillEffectClass.JOKE;
13
+ readonly 9: ItemConfigPillEffectClass.JOKE;
14
+ readonly 10: ItemConfigPillEffectClass.MEDIUM;
15
+ readonly 11: ItemConfigPillEffectClass.MAJOR;
16
+ readonly 12: ItemConfigPillEffectClass.MAJOR;
17
+ readonly 13: ItemConfigPillEffectClass.MAJOR;
18
+ readonly 14: ItemConfigPillEffectClass.MAJOR;
19
+ readonly 15: ItemConfigPillEffectClass.MAJOR;
20
+ readonly 16: ItemConfigPillEffectClass.MAJOR;
21
+ readonly 17: ItemConfigPillEffectClass.MAJOR;
22
+ readonly 18: ItemConfigPillEffectClass.MAJOR;
23
+ readonly 19: ItemConfigPillEffectClass.MAJOR;
24
+ readonly 20: ItemConfigPillEffectClass.MEDIUM;
25
+ readonly 21: ItemConfigPillEffectClass.MEDIUM;
26
+ readonly 22: ItemConfigPillEffectClass.MINOR;
27
+ readonly 23: ItemConfigPillEffectClass.MEDIUM;
28
+ readonly 24: ItemConfigPillEffectClass.MINOR;
29
+ readonly 25: ItemConfigPillEffectClass.MEDIUM;
30
+ readonly 26: ItemConfigPillEffectClass.MINOR;
31
+ readonly 27: ItemConfigPillEffectClass.MINOR;
32
+ readonly 28: ItemConfigPillEffectClass.MINOR;
33
+ readonly 29: ItemConfigPillEffectClass.MINOR;
34
+ readonly 30: ItemConfigPillEffectClass.JOKE;
35
+ readonly 31: ItemConfigPillEffectClass.MINOR;
36
+ readonly 32: ItemConfigPillEffectClass.MINOR;
37
+ readonly 33: ItemConfigPillEffectClass.MINOR;
38
+ readonly 34: ItemConfigPillEffectClass.MINOR;
39
+ readonly 35: ItemConfigPillEffectClass.MINOR;
40
+ readonly 36: ItemConfigPillEffectClass.MINOR;
41
+ readonly 37: ItemConfigPillEffectClass.MINOR;
42
+ readonly 38: ItemConfigPillEffectClass.MINOR;
43
+ readonly 39: ItemConfigPillEffectClass.MINOR;
44
+ readonly 40: ItemConfigPillEffectClass.JOKE;
45
+ readonly 41: ItemConfigPillEffectClass.MINOR;
46
+ readonly 42: ItemConfigPillEffectClass.MINOR;
47
+ readonly 43: ItemConfigPillEffectClass.MEDIUM;
48
+ readonly 44: ItemConfigPillEffectClass.JOKE;
49
+ readonly 45: ItemConfigPillEffectClass.MINOR;
50
+ readonly 46: ItemConfigPillEffectClass.MEDIUM;
51
+ readonly 47: ItemConfigPillEffectClass.MAJOR;
52
+ readonly 48: ItemConfigPillEffectClass.MAJOR;
53
+ readonly 49: ItemConfigPillEffectClass.MAJOR;
5
54
  };
6
55
  //# sourceMappingURL=pillEffectClasses.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pillEffectClasses.d.ts","sourceRoot":"","sources":["../../../src/objects/pillEffectClasses.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,EACzB,UAAU,EACX,MAAM,8BAA8B,CAAC;AAEtC,eAAO,MAAM,yBAAyB,mCAAmC,CAAC;AAE1E,eAAO,MAAM,mBAAmB,EAAE;IAChC,QAAQ,EAAE,GAAG,IAAI,UAAU,GAAG,yBAAyB;CAsD/C,CAAC"}
1
+ {"version":3,"file":"pillEffectClasses.d.ts","sourceRoot":"","sources":["../../../src/objects/pillEffectClasses.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,EAE1B,MAAM,8BAA8B,CAAC;AAGtC,eAAO,MAAM,yBAAyB,mCAAmC,CAAC;AAE1E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqD0C,CAAC"}
@@ -1,6 +1,54 @@
1
- import { PillEffect } from "isaac-typescript-definitions";
2
1
  export declare const DEFAULT_PILL_EFFECT_NAME = "Unknown";
3
2
  export declare const PILL_EFFECT_NAMES: {
4
- readonly [key in PillEffect]: string;
3
+ readonly 0: "Bad Gas";
4
+ readonly 1: "Bad Trip";
5
+ readonly 2: "Balls of Steel";
6
+ readonly 3: "Bombs Are Key";
7
+ readonly 4: "Explosive Diarrhea";
8
+ readonly 5: "Full Health";
9
+ readonly 6: "Health Down";
10
+ readonly 7: "Health Up";
11
+ readonly 8: "I Found Pills";
12
+ readonly 9: "Puberty";
13
+ readonly 10: "Pretty Fly";
14
+ readonly 11: "Range Down";
15
+ readonly 12: "Range Up";
16
+ readonly 13: "Speed Down";
17
+ readonly 14: "Speed Up";
18
+ readonly 15: "Tears Down";
19
+ readonly 16: "Tears Up";
20
+ readonly 17: "Luck Down";
21
+ readonly 18: "Luck Up";
22
+ readonly 19: "Telepills";
23
+ readonly 20: "48 Hour Energy";
24
+ readonly 21: "Hematemesis";
25
+ readonly 22: "Paralysis";
26
+ readonly 23: "I can see forever!";
27
+ readonly 24: "Pheromones";
28
+ readonly 25: "Amnesia";
29
+ readonly 26: "Lemon Party";
30
+ readonly 27: "R U a Wizard?";
31
+ readonly 28: "Percs!";
32
+ readonly 29: "Addicted!";
33
+ readonly 30: "Re-Lax";
34
+ readonly 31: "???";
35
+ readonly 32: "One makes you larger";
36
+ readonly 33: "One makes you small";
37
+ readonly 34: "Infested!";
38
+ readonly 35: "Infested?";
39
+ readonly 36: "Power Pill!";
40
+ readonly 37: "Retro Vision";
41
+ readonly 38: "Friends Till The End!";
42
+ readonly 39: "X-Lax";
43
+ readonly 40: "Something's wrong...";
44
+ readonly 41: "I'm Drowsy...";
45
+ readonly 42: "I'm Excited!!!";
46
+ readonly 43: "Gulp!";
47
+ readonly 44: "Horf!";
48
+ readonly 45: "Feels like I'm walking on sunshine!";
49
+ readonly 46: "Vurp!";
50
+ readonly 47: "Shot Speed Down";
51
+ readonly 48: "Shot Speed Up";
52
+ readonly 49: "Experimental Pill";
5
53
  };
6
54
  //# sourceMappingURL=pillEffectNames.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pillEffectNames.d.ts","sourceRoot":"","sources":["../../../src/objects/pillEffectNames.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAE1D,eAAO,MAAM,wBAAwB,YAAY,CAAC;AAElD,eAAO,MAAM,iBAAiB,EAAE;IAAE,QAAQ,EAAE,GAAG,IAAI,UAAU,GAAG,MAAM;CAoD5D,CAAC"}
1
+ {"version":3,"file":"pillEffectNames.d.ts","sourceRoot":"","sources":["../../../src/objects/pillEffectNames.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,wBAAwB,YAAY,CAAC;AAElD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDyB,CAAC"}
@@ -1,6 +1,55 @@
1
- import { ItemConfigPillEffectType, PillEffect } from "isaac-typescript-definitions";
1
+ import { ItemConfigPillEffectType } from "isaac-typescript-definitions";
2
2
  export declare const DEFAULT_PILL_EFFECT_TYPE = ItemConfigPillEffectType.MODDED;
3
3
  export declare const PILL_EFFECT_TYPES: {
4
- readonly [key in PillEffect]: ItemConfigPillEffectType;
4
+ readonly 0: ItemConfigPillEffectType.POSITIVE;
5
+ readonly 1: ItemConfigPillEffectType.NEGATIVE;
6
+ readonly 2: ItemConfigPillEffectType.POSITIVE;
7
+ readonly 3: ItemConfigPillEffectType.NEUTRAL;
8
+ readonly 4: ItemConfigPillEffectType.NEUTRAL;
9
+ readonly 5: ItemConfigPillEffectType.POSITIVE;
10
+ readonly 6: ItemConfigPillEffectType.NEGATIVE;
11
+ readonly 7: ItemConfigPillEffectType.POSITIVE;
12
+ readonly 8: ItemConfigPillEffectType.NEUTRAL;
13
+ readonly 9: ItemConfigPillEffectType.NEUTRAL;
14
+ readonly 10: ItemConfigPillEffectType.POSITIVE;
15
+ readonly 11: ItemConfigPillEffectType.NEGATIVE;
16
+ readonly 12: ItemConfigPillEffectType.POSITIVE;
17
+ readonly 13: ItemConfigPillEffectType.NEGATIVE;
18
+ readonly 14: ItemConfigPillEffectType.POSITIVE;
19
+ readonly 15: ItemConfigPillEffectType.NEGATIVE;
20
+ readonly 16: ItemConfigPillEffectType.POSITIVE;
21
+ readonly 17: ItemConfigPillEffectType.NEGATIVE;
22
+ readonly 18: ItemConfigPillEffectType.POSITIVE;
23
+ readonly 19: ItemConfigPillEffectType.NEUTRAL;
24
+ readonly 20: ItemConfigPillEffectType.POSITIVE;
25
+ readonly 21: ItemConfigPillEffectType.NEUTRAL;
26
+ readonly 22: ItemConfigPillEffectType.NEGATIVE;
27
+ readonly 23: ItemConfigPillEffectType.POSITIVE;
28
+ readonly 24: ItemConfigPillEffectType.POSITIVE;
29
+ readonly 25: ItemConfigPillEffectType.NEGATIVE;
30
+ readonly 26: ItemConfigPillEffectType.POSITIVE;
31
+ readonly 27: ItemConfigPillEffectType.NEGATIVE;
32
+ readonly 28: ItemConfigPillEffectType.POSITIVE;
33
+ readonly 29: ItemConfigPillEffectType.NEGATIVE;
34
+ readonly 30: ItemConfigPillEffectType.NEUTRAL;
35
+ readonly 31: ItemConfigPillEffectType.NEGATIVE;
36
+ readonly 32: ItemConfigPillEffectType.NEUTRAL;
37
+ readonly 33: ItemConfigPillEffectType.NEUTRAL;
38
+ readonly 34: ItemConfigPillEffectType.POSITIVE;
39
+ readonly 35: ItemConfigPillEffectType.POSITIVE;
40
+ readonly 36: ItemConfigPillEffectType.POSITIVE;
41
+ readonly 37: ItemConfigPillEffectType.NEGATIVE;
42
+ readonly 38: ItemConfigPillEffectType.POSITIVE;
43
+ readonly 39: ItemConfigPillEffectType.NEGATIVE;
44
+ readonly 40: ItemConfigPillEffectType.POSITIVE;
45
+ readonly 41: ItemConfigPillEffectType.NEUTRAL;
46
+ readonly 42: ItemConfigPillEffectType.NEUTRAL;
47
+ readonly 43: ItemConfigPillEffectType.POSITIVE;
48
+ readonly 44: ItemConfigPillEffectType.NEUTRAL;
49
+ readonly 45: ItemConfigPillEffectType.POSITIVE;
50
+ readonly 46: ItemConfigPillEffectType.POSITIVE;
51
+ readonly 47: ItemConfigPillEffectType.NEGATIVE;
52
+ readonly 48: ItemConfigPillEffectType.POSITIVE;
53
+ readonly 49: ItemConfigPillEffectType.NEUTRAL;
5
54
  };
6
55
  //# sourceMappingURL=pillEffectTypes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pillEffectTypes.d.ts","sourceRoot":"","sources":["../../../src/objects/pillEffectTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,wBAAwB,EACxB,UAAU,EACX,MAAM,8BAA8B,CAAC;AAEtC,eAAO,MAAM,wBAAwB,kCAAkC,CAAC;AAExE,eAAO,MAAM,iBAAiB,EAAE;IAC9B,QAAQ,EAAE,GAAG,IAAI,UAAU,GAAG,wBAAwB;CAqD9C,CAAC"}
1
+ {"version":3,"file":"pillEffectTypes.d.ts","sourceRoot":"","sources":["../../../src/objects/pillEffectTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,wBAAwB,EAEzB,MAAM,8BAA8B,CAAC;AAGtC,eAAO,MAAM,wBAAwB,kCAAkC,CAAC;AAExE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoD2C,CAAC"}
@@ -1,6 +1,46 @@
1
- import { PlayerType } from "isaac-typescript-definitions";
2
1
  /** Used when rendering the "versusscreen.anm2" sprite. */
3
2
  export declare const PLAYER_NAME_PNG_FILE_NAMES: {
4
- readonly [key in PlayerType]: string | undefined;
3
+ readonly [-1]: undefined;
4
+ readonly 0: "playername_01_isaac.png";
5
+ readonly 1: "playername_02_magdalene.png";
6
+ readonly 2: "playername_03_cain.png";
7
+ readonly 3: "playername_04_judas.png";
8
+ readonly 4: "playername_06_bluebaby.png";
9
+ readonly 5: "playername_05_eve.png";
10
+ readonly 6: "playername_07_samson.png";
11
+ readonly 7: "playername_08_azazel.png";
12
+ readonly 8: "playername_10_lazarus.png";
13
+ readonly 9: "playername_09_eden.png";
14
+ readonly 10: "playername_12_thelost.png";
15
+ readonly 11: "playername_10_lazarus.png";
16
+ readonly 12: "playername_04_judas.png";
17
+ readonly 13: "playername_13_lilith.png";
18
+ readonly 14: "playername_14_thekeeper.png";
19
+ readonly 15: "playername_15_apollyon.png";
20
+ readonly 16: "playername_16_theforgotten.png";
21
+ readonly 17: "playername_16_theforgotten.png";
22
+ readonly 18: "playername_01x_bethany.png";
23
+ readonly 19: "playername_02x_jacob_esau.png";
24
+ readonly 20: "playername_02x_jacob_esau.png";
25
+ readonly 21: "playername_01_isaac.png";
26
+ readonly 22: "playername_02_magdalene.png";
27
+ readonly 23: "playername_03_cain.png";
28
+ readonly 24: "playername_04_judas.png";
29
+ readonly 25: "playername_06_bluebaby.png";
30
+ readonly 26: "playername_05_eve.png";
31
+ readonly 27: "playername_07_samson.png";
32
+ readonly 28: "playername_08_azazel.png";
33
+ readonly 29: "playername_10_lazarus.png";
34
+ readonly 30: "playername_09_eden.png";
35
+ readonly 31: "playername_12_thelost.png";
36
+ readonly 32: "playername_13_lilith.png";
37
+ readonly 33: "playername_14_thekeeper.png";
38
+ readonly 34: "playername_15_apollyon.png";
39
+ readonly 35: "playername_16_theforgotten.png";
40
+ readonly 36: "playername_01x_bethany.png";
41
+ readonly 37: "playername_02x_jacob.png";
42
+ readonly 38: "playername_10_lazarus.png";
43
+ readonly 39: "playername_02x_jacob.png";
44
+ readonly 40: "playername_16_theforgotten.png";
5
45
  };
6
46
  //# sourceMappingURL=playerNamePNGFileNames.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"playerNamePNGFileNames.d.ts","sourceRoot":"","sources":["../../../src/objects/playerNamePNGFileNames.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAE1D,0DAA0D;AAC1D,eAAO,MAAM,0BAA0B,EAAE;IACvC,QAAQ,EAAE,GAAG,IAAI,UAAU,GAAG,MAAM,GAAG,SAAS;CAmDxC,CAAC"}
1
+ {"version":3,"file":"playerNamePNGFileNames.d.ts","sourceRoot":"","sources":["../../../src/objects/playerNamePNGFileNames.ts"],"names":[],"mappings":"AAKA,0DAA0D;AAC1D,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkD4B,CAAC"}
@@ -1,6 +1,46 @@
1
- import { PlayerType } from "isaac-typescript-definitions";
2
1
  /** Used when rendering the "versusscreen.anm2" sprite. */
3
2
  export declare const PLAYER_PORTRAIT_PNG_FILE_NAMES: {
4
- readonly [key in PlayerType]: string | undefined;
3
+ readonly [-1]: undefined;
4
+ readonly 0: "playerportrait_isaac.png";
5
+ readonly 1: "playerportrait_magdalene.png";
6
+ readonly 2: "playerportrait_cain.png";
7
+ readonly 3: "playerportrait_judas.png";
8
+ readonly 4: "playerportrait_bluebaby.png";
9
+ readonly 5: "playerportrait_eve.png";
10
+ readonly 6: "playerportrait_samson.png";
11
+ readonly 7: "playerportrait_azazel.png";
12
+ readonly 8: "playerportrait_lazarus.png";
13
+ readonly 9: "playerportrait_eden.png";
14
+ readonly 10: "playerportrait_thelost.png";
15
+ readonly 11: "playerportrait_lazarus2.png";
16
+ readonly 12: "playerportrait_darkjudas.png";
17
+ readonly 13: "playerportrait_lilith.png";
18
+ readonly 14: "playerportrait_keeper.png";
19
+ readonly 15: "playerportrait_apollyon.png";
20
+ readonly 16: "playerportrait_theforgotten.png";
21
+ readonly 17: "playerportrait_theforgotten.png";
22
+ readonly 18: "playerportrait_bethany.png";
23
+ readonly 19: "playerportrait_jacob.png";
24
+ readonly 20: "playerportrait_jacob.png";
25
+ readonly 21: "playerportrait_isaac_b.png";
26
+ readonly 22: "playerportrait_magdalene_b.png";
27
+ readonly 23: "playerportrait_cain_b.png";
28
+ readonly 24: "playerportrait_judas_b.png";
29
+ readonly 25: "playerportrait_bluebaby_b.png";
30
+ readonly 26: "playerportrait_eve_b.png";
31
+ readonly 27: "playerportrait_samson_b.png";
32
+ readonly 28: "playerportrait_azazel_b.png";
33
+ readonly 29: "playerportrait_lazarus_b.png";
34
+ readonly 30: "playerportrait_eden_b.png";
35
+ readonly 31: "playerportrait_thelost_b.png";
36
+ readonly 32: "playerportrait_lilith_b.png";
37
+ readonly 33: "playerportrait_keeper_b.png";
38
+ readonly 34: "playerportrait_apollyon_b.png";
39
+ readonly 35: "playerportrait_theforgotten_b.png";
40
+ readonly 36: "playerportrait_bethany_b.png";
41
+ readonly 37: "playerportrait_jacob_b.png";
42
+ readonly 38: "playerportrait_lazarus_b_dead.png";
43
+ readonly 39: "playerportrait_jacob_b.png";
44
+ readonly 40: "playerportrait_theforgotten_b.png";
5
45
  };
6
46
  //# sourceMappingURL=playerPortraitPNGFileNames.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"playerPortraitPNGFileNames.d.ts","sourceRoot":"","sources":["../../../src/objects/playerPortraitPNGFileNames.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAE1D,0DAA0D;AAC1D,eAAO,MAAM,8BAA8B,EAAE;IAC3C,QAAQ,EAAE,GAAG,IAAI,UAAU,GAAG,MAAM,GAAG,SAAS;CAgDxC,CAAC"}
1
+ {"version":3,"file":"playerPortraitPNGFileNames.d.ts","sourceRoot":"","sources":["../../../src/objects/playerPortraitPNGFileNames.ts"],"names":[],"mappings":"AAKA,0DAA0D;AAC1D,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CwB,CAAC"}
@@ -4,6 +4,6 @@ import { RoomShape } from "isaac-typescript-definitions";
4
4
  * rooms use the same bounds as a 2x2 room.
5
5
  */
6
6
  export declare const ROOM_SHAPE_BOUNDS: {
7
- readonly [key in RoomShape]: readonly [width: int, height: int];
7
+ readonly [Key in RoomShape]: readonly [width: int, height: int];
8
8
  };
9
9
  //# sourceMappingURL=roomShapeBounds.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"roomShapeBounds.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeBounds.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAazD;;;GAGG;AACH,eAAO,MAAM,iBAAiB,EAAE;IAC9B,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,CAAC;CA8CvD,CAAC"}
1
+ {"version":3,"file":"roomShapeBounds.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeBounds.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAazD;;;GAGG;AAGH,eAAO,MAAM,iBAAiB,EAAE;IAC9B,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,CAAC;CA8CvD,CAAC"}
@@ -7,6 +7,6 @@ import { Corner } from "../interfaces/Corner";
7
7
  * rooms. (Those rooms have custom shapes.)
8
8
  */
9
9
  export declare const ROOM_SHAPE_CORNERS: {
10
- readonly [key in RoomShape]: readonly Corner[];
10
+ readonly [Key in RoomShape]: readonly Corner[];
11
11
  };
12
12
  //# sourceMappingURL=roomShapeCorners.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"roomShapeCorners.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeCorners.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEzD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB,EAAE;IAC/B,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,SAAS,MAAM,EAAE;CAyUtC,CAAC"}
1
+ {"version":3,"file":"roomShapeCorners.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeCorners.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEzD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C;;;;;GAKG;AAGH,eAAO,MAAM,kBAAkB,EAAE;IAC/B,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,SAAS,MAAM,EAAE;CAyUtC,CAAC"}
@@ -6,6 +6,6 @@ import { RoomShape } from "isaac-typescript-definitions";
6
6
  * For example, a horizontal narrow room has a layout size of equal to that of a 1x1 room.
7
7
  */
8
8
  export declare const ROOM_SHAPE_LAYOUT_SIZES: {
9
- readonly [key in RoomShape]: readonly [width: int, height: int];
9
+ readonly [Key in RoomShape]: readonly [width: int, height: int];
10
10
  };
11
11
  //# sourceMappingURL=roomShapeLayoutSizes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"roomShapeLayoutSizes.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeLayoutSizes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAuBzD;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB,EAAE;IACpC,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,CAAC;CAcvD,CAAC"}
1
+ {"version":3,"file":"roomShapeLayoutSizes.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeLayoutSizes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAuBzD;;;;;GAKG;AAGH,eAAO,MAAM,uBAAuB,EAAE;IACpC,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,CAAC;CAcvD,CAAC"}
@@ -4,6 +4,6 @@ import { RoomShape } from "isaac-typescript-definitions";
4
4
  * wall would be at "Vector(-1, -1)".)
5
5
  */
6
6
  export declare const ROOM_SHAPE_TO_BOTTOM_RIGHT_POSITION: {
7
- readonly [key in RoomShape]: Readonly<Vector>;
7
+ readonly [Key in RoomShape]: Readonly<Vector>;
8
8
  };
9
9
  //# sourceMappingURL=roomShapeToBottomRightPosition.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"roomShapeToBottomRightPosition.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeToBottomRightPosition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAKzD;;;GAGG;AACH,eAAO,MAAM,mCAAmC,EAAE;IAChD,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,QAAQ,CAAC,MAAM,CAAC;CAcrC,CAAC"}
1
+ {"version":3,"file":"roomShapeToBottomRightPosition.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeToBottomRightPosition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAQzD;;;GAGG;AAGH,eAAO,MAAM,mCAAmC,EAAE;IAChD,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,QAAQ,CAAC,MAAM,CAAC;CAcrC,CAAC"}
@@ -5,6 +5,6 @@ import { DoorSlot, RoomShape } from "isaac-typescript-definitions";
5
5
  * e.g. `<door exists="False" x="-1" y="3" />`
6
6
  */
7
7
  export declare const ROOM_SHAPE_TO_DOOR_SLOT_COORDINATES: {
8
- readonly [key in RoomShape]: ReadonlyMap<DoorSlot, [x: int, y: int]>;
8
+ readonly [Key in RoomShape]: ReadonlyMap<DoorSlot, [x: int, y: int]>;
9
9
  };
10
10
  //# sourceMappingURL=roomShapeToDoorSlotCoordinates.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"roomShapeToDoorSlotCoordinates.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeToDoorSlotCoordinates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEnE;;;;GAIG;AACH,eAAO,MAAM,mCAAmC,EAAE;IAChD,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,WAAW,CAAC,QAAQ,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,CAAC,CAAC;CAiH5D,CAAC"}
1
+ {"version":3,"file":"roomShapeToDoorSlotCoordinates.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeToDoorSlotCoordinates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEnE;;;;GAIG;AAGH,eAAO,MAAM,mCAAmC,EAAE;IAChD,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,WAAW,CAAC,QAAQ,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,CAAC,CAAC;CAiH5D,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { DoorSlot, RoomShape } from "isaac-typescript-definitions";
2
2
  export declare const ROOM_SHAPE_TO_DOOR_SLOTS: {
3
- readonly [key in RoomShape]: ReadonlySet<DoorSlot>;
3
+ readonly [Key in RoomShape]: ReadonlySet<DoorSlot>;
4
4
  };
5
5
  //# sourceMappingURL=roomShapeToDoorSlots.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"roomShapeToDoorSlots.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeToDoorSlots.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAanE,eAAO,MAAM,wBAAwB,EAAE;IACrC,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,WAAW,CAAC,QAAQ,CAAC;CAoE1C,CAAC"}
1
+ {"version":3,"file":"roomShapeToDoorSlots.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeToDoorSlots.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAenE,eAAO,MAAM,wBAAwB,EAAE;IACrC,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,WAAW,CAAC,QAAQ,CAAC;CAoE1C,CAAC"}
@@ -4,6 +4,6 @@ import { DoorSlot, RoomShape } from "isaac-typescript-definitions";
4
4
  * top right corner in the case of `RoomShape.LTL`).
5
5
  */
6
6
  export declare const ROOM_SHAPE_TO_DOOR_SLOTS_TO_GRID_INDEX_DELTA: {
7
- readonly [key in RoomShape]: Map<DoorSlot, int>;
7
+ readonly [Key in RoomShape]: ReadonlyMap<DoorSlot, int>;
8
8
  };
9
9
  //# sourceMappingURL=roomShapeToDoorSlotsToGridIndexDelta.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"roomShapeToDoorSlotsToGridIndexDelta.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeToDoorSlotsToGridIndexDelta.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAQnE;;;GAGG;AACH,eAAO,MAAM,4CAA4C,EAAE;IACzD,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,GAAG,CAAC,QAAQ,EAAE,GAAG,CAAC;CAiHvC,CAAC"}
1
+ {"version":3,"file":"roomShapeToDoorSlotsToGridIndexDelta.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeToDoorSlotsToGridIndexDelta.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAQnE;;;GAGG;AAGH,eAAO,MAAM,4CAA4C,EAAE;IACzD,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,WAAW,CAAC,QAAQ,EAAE,GAAG,CAAC;CAiH/C,CAAC"}
@@ -1,5 +1,15 @@
1
- import { RoomShape } from "isaac-typescript-definitions";
2
1
  export declare const ROOM_SHAPE_TO_GRID_WIDTH: {
3
- readonly [key in RoomShape]: int;
2
+ readonly 1: 15;
3
+ readonly 2: 15;
4
+ readonly 3: 15;
5
+ readonly 4: 15;
6
+ readonly 5: 15;
7
+ readonly 6: 28;
8
+ readonly 7: 28;
9
+ readonly 8: 28;
10
+ readonly 9: 28;
11
+ readonly 10: 28;
12
+ readonly 11: 28;
13
+ readonly 12: 28;
4
14
  };
5
15
  //# sourceMappingURL=roomShapeToGridWidth.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"roomShapeToGridWidth.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeToGridWidth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAKzD,eAAO,MAAM,wBAAwB,EAAE;IACrC,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,GAAG;CAcxB,CAAC"}
1
+ {"version":3,"file":"roomShapeToGridWidth.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeToGridWidth.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;CAac,CAAC"}
@@ -4,6 +4,6 @@ import { RoomShape } from "isaac-typescript-definitions";
4
4
  * wall would be at "Vector(-1, -1)".)
5
5
  */
6
6
  export declare const ROOM_SHAPE_TO_TOP_LEFT_POSITION: {
7
- readonly [key in RoomShape]: Readonly<Vector>;
7
+ readonly [Key in RoomShape]: Readonly<Vector>;
8
8
  };
9
9
  //# sourceMappingURL=roomShapeToTopLeftPosition.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"roomShapeToTopLeftPosition.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeToTopLeftPosition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAMzD;;;GAGG;AACH,eAAO,MAAM,+BAA+B,EAAE;IAC5C,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,QAAQ,CAAC,MAAM,CAAC;CAcrC,CAAC"}
1
+ {"version":3,"file":"roomShapeToTopLeftPosition.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeToTopLeftPosition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAMzD;;;GAGG;AAGH,eAAO,MAAM,+BAA+B,EAAE;IAC5C,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,QAAQ,CAAC,MAAM,CAAC;CAcrC,CAAC"}
@@ -1,4 +1,3 @@
1
- import { RoomShape } from "isaac-typescript-definitions";
2
1
  export declare const ONE_BY_ONE_CONTENTS_WIDTH = 13;
3
2
  export declare const ONE_BY_ONE_CONTENTS_HEIGHT = 7;
4
3
  export declare const NARROW_CONTENTS_WIDTH = 5;
@@ -9,6 +8,17 @@ export declare const NARROW_CONTENTS_HEIGHT = 3;
9
8
  * (This cannot be directly calculated from the bounds since L rooms are a special case.)
10
9
  */
11
10
  export declare const ROOM_SHAPE_VOLUMES: {
12
- readonly [key in RoomShape]: int;
11
+ readonly 1: number;
12
+ readonly 2: number;
13
+ readonly 3: number;
14
+ readonly 4: number;
15
+ readonly 5: number;
16
+ readonly 6: number;
17
+ readonly 7: number;
18
+ readonly 8: number;
19
+ readonly 9: number;
20
+ readonly 10: number;
21
+ readonly 11: number;
22
+ readonly 12: number;
13
23
  };
14
24
  //# sourceMappingURL=roomShapeVolumes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"roomShapeVolumes.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeVolumes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEzD,eAAO,MAAM,yBAAyB,KAAK,CAAC;AAC5C,eAAO,MAAM,0BAA0B,IAAI,CAAC;AAI5C,eAAO,MAAM,qBAAqB,IAAI,CAAC;AACvC,eAAO,MAAM,sBAAsB,IAAI,CAAC;AASxC;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE;IAC/B,QAAQ,EAAE,GAAG,IAAI,SAAS,GAAG,GAAG;CAcxB,CAAC"}
1
+ {"version":3,"file":"roomShapeVolumes.d.ts","sourceRoot":"","sources":["../../../src/objects/roomShapeVolumes.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,yBAAyB,KAAK,CAAC;AAC5C,eAAO,MAAM,0BAA0B,IAAI,CAAC;AAI5C,eAAO,MAAM,qBAAqB,IAAI,CAAC;AACvC,eAAO,MAAM,sBAAsB,IAAI,CAAC;AASxC;;;;GAIG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;CAaoB,CAAC"}
@@ -1,5 +1,32 @@
1
- import { RoomType } from "isaac-typescript-definitions";
2
1
  export declare const ROOM_TYPE_GOTO_PREFIXES: {
3
- readonly [key in RoomType]: string;
2
+ readonly 1: "s.default";
3
+ readonly 2: "s.shop";
4
+ readonly 3: "s.error";
5
+ readonly 4: "s.treasure";
6
+ readonly 5: "s.boss";
7
+ readonly 6: "s.miniboss";
8
+ readonly 7: "s.secret";
9
+ readonly 8: "s.supersecret";
10
+ readonly 9: "s.arcade";
11
+ readonly 10: "s.curse";
12
+ readonly 11: "s.challenge";
13
+ readonly 12: "s.library";
14
+ readonly 13: "s.sacrifice";
15
+ readonly 14: "s.devil";
16
+ readonly 15: "s.angel";
17
+ readonly 16: "s.itemdungeon";
18
+ readonly 17: "s.bossrush";
19
+ readonly 18: "s.isaacs";
20
+ readonly 19: "s.barren";
21
+ readonly 20: "s.chest";
22
+ readonly 21: "s.dice";
23
+ readonly 22: "s.blackmarket";
24
+ readonly 23: "s.greedexit";
25
+ readonly 24: "s.planetarium";
26
+ readonly 25: "s.teleporter";
27
+ readonly 26: "s.teleporterexit";
28
+ readonly 27: "s.secretexit";
29
+ readonly 28: "s.blue";
30
+ readonly 29: "s.ultrasecret";
4
31
  };
5
32
  //# sourceMappingURL=roomTypeGotoPrefixes.d.ts.map