isaacscript-common 17.4.3 → 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.
- package/dist/index.d.ts +13 -5
- package/dist/isaacscript-common.lua +23 -21
- package/dist/src/callbacks.d.ts +1 -1
- package/dist/src/classes/features/other/customStages/backdrop.d.ts.map +1 -1
- package/dist/src/classes/features/other/customStages/shadows.d.ts.map +1 -1
- package/dist/src/classes/features/other/customStages/streakText.d.ts.map +1 -1
- package/dist/src/classes/features/other/customStages/versusScreen.d.ts.map +1 -1
- package/dist/src/classes/features/other/customStages/versusScreen.lua +6 -10
- package/dist/src/functions/input.d.ts +11 -3
- package/dist/src/functions/input.d.ts.map +1 -1
- package/dist/src/functions/input.lua +18 -4
- package/dist/src/functions/roomShape.lua +0 -2
- package/dist/src/objects/LRoomShapeToRectangles.d.ts +5 -5
- package/dist/src/objects/LRoomShapeToRectangles.d.ts.map +1 -1
- package/dist/src/objects/backdropTypeToRockAltType.d.ts +60 -2
- package/dist/src/objects/backdropTypeToRockAltType.d.ts.map +1 -1
- package/dist/src/objects/bossNamePNGFileNames.d.ts +101 -2
- package/dist/src/objects/bossNamePNGFileNames.d.ts.map +1 -1
- package/dist/src/objects/bossPortraitPNGFileNames.d.ts +101 -2
- package/dist/src/objects/bossPortraitPNGFileNames.d.ts.map +1 -1
- package/dist/src/objects/cardDescriptions.d.ts +98 -2
- package/dist/src/objects/cardDescriptions.d.ts.map +1 -1
- package/dist/src/objects/cardNames.d.ts +98 -2
- package/dist/src/objects/cardNames.d.ts.map +1 -1
- package/dist/src/objects/challengeNames.d.ts +46 -2
- package/dist/src/objects/challengeNames.d.ts.map +1 -1
- package/dist/src/objects/characterDamageMultipliers.d.ts +42 -2
- package/dist/src/objects/characterDamageMultipliers.d.ts.map +1 -1
- package/dist/src/objects/characterNames.d.ts +42 -2
- package/dist/src/objects/characterNames.d.ts.map +1 -1
- package/dist/src/objects/coinSubTypeToValue.d.ts +8 -2
- package/dist/src/objects/coinSubTypeToValue.d.ts.map +1 -1
- package/dist/src/objects/directionNames.d.ts +5 -2
- package/dist/src/objects/directionNames.d.ts.map +1 -1
- package/dist/src/objects/directionToDegrees.d.ts +5 -2
- package/dist/src/objects/directionToDegrees.d.ts.map +1 -1
- package/dist/src/objects/directionToVector.d.ts +1 -1
- package/dist/src/objects/directionToVector.d.ts.map +1 -1
- package/dist/src/objects/doorSlotFlagToDoorSlot.d.ts +2 -2
- package/dist/src/objects/doorSlotFlagToDoorSlot.d.ts.map +1 -1
- package/dist/src/objects/doorSlotToDirection.d.ts +10 -2
- package/dist/src/objects/doorSlotToDirection.d.ts.map +1 -1
- package/dist/src/objects/doorSlotToDoorSlotFlag.d.ts +45 -2
- package/dist/src/objects/doorSlotToDoorSlotFlag.d.ts.map +1 -1
- package/dist/src/objects/isaacAPIClassTypeToBrand.d.ts +5 -2
- package/dist/src/objects/isaacAPIClassTypeToBrand.d.ts.map +1 -1
- package/dist/src/objects/isaacAPIClassTypeToFunctions.d.ts +1 -1
- package/dist/src/objects/languageNames.d.ts +7 -2
- package/dist/src/objects/languageNames.d.ts.map +1 -1
- package/dist/src/objects/oppositeDoorSlots.d.ts +9 -1
- package/dist/src/objects/oppositeDoorSlots.d.ts.map +1 -1
- package/dist/src/objects/pillEffectClasses.d.ts +51 -2
- package/dist/src/objects/pillEffectClasses.d.ts.map +1 -1
- package/dist/src/objects/pillEffectNames.d.ts +50 -2
- package/dist/src/objects/pillEffectNames.d.ts.map +1 -1
- package/dist/src/objects/pillEffectTypes.d.ts +51 -2
- package/dist/src/objects/pillEffectTypes.d.ts.map +1 -1
- package/dist/src/objects/playerNamePNGFileNames.d.ts +42 -2
- package/dist/src/objects/playerNamePNGFileNames.d.ts.map +1 -1
- package/dist/src/objects/playerPortraitPNGFileNames.d.ts +42 -2
- package/dist/src/objects/playerPortraitPNGFileNames.d.ts.map +1 -1
- package/dist/src/objects/roomShapeBounds.d.ts +1 -1
- package/dist/src/objects/roomShapeBounds.d.ts.map +1 -1
- package/dist/src/objects/roomShapeCorners.d.ts +1 -1
- package/dist/src/objects/roomShapeCorners.d.ts.map +1 -1
- package/dist/src/objects/roomShapeLayoutSizes.d.ts +1 -1
- package/dist/src/objects/roomShapeLayoutSizes.d.ts.map +1 -1
- package/dist/src/objects/roomShapeToBottomRightPosition.d.ts +1 -1
- package/dist/src/objects/roomShapeToBottomRightPosition.d.ts.map +1 -1
- package/dist/src/objects/roomShapeToDoorSlotCoordinates.d.ts +1 -1
- package/dist/src/objects/roomShapeToDoorSlotCoordinates.d.ts.map +1 -1
- package/dist/src/objects/roomShapeToDoorSlots.d.ts +1 -1
- package/dist/src/objects/roomShapeToDoorSlots.d.ts.map +1 -1
- package/dist/src/objects/roomShapeToDoorSlotsToGridIndexDelta.d.ts +1 -1
- package/dist/src/objects/roomShapeToDoorSlotsToGridIndexDelta.d.ts.map +1 -1
- package/dist/src/objects/roomShapeToGridWidth.d.ts +12 -2
- package/dist/src/objects/roomShapeToGridWidth.d.ts.map +1 -1
- package/dist/src/objects/roomShapeToTopLeftPosition.d.ts +1 -1
- package/dist/src/objects/roomShapeToTopLeftPosition.d.ts.map +1 -1
- package/dist/src/objects/roomShapeVolumes.d.ts +12 -2
- package/dist/src/objects/roomShapeVolumes.d.ts.map +1 -1
- package/dist/src/objects/roomTypeGotoPrefixes.d.ts +29 -2
- package/dist/src/objects/roomTypeGotoPrefixes.d.ts.map +1 -1
- package/dist/src/objects/roomTypeNames.d.ts +29 -2
- package/dist/src/objects/roomTypeNames.d.ts.map +1 -1
- package/dist/src/objects/stageTypeSuffixes.d.ts +6 -2
- package/dist/src/objects/stageTypeSuffixes.d.ts.map +1 -1
- package/dist/src/objects/stageTypeToLetter.d.ts +6 -2
- package/dist/src/objects/stageTypeToLetter.d.ts.map +1 -1
- package/dist/src/objects/transformationNames.d.ts +14 -2
- package/dist/src/objects/transformationNames.d.ts.map +1 -1
- package/dist/src/objects/versusScreenBackgroundColors.d.ts +1 -1
- package/dist/src/objects/versusScreenBackgroundColors.d.ts.map +1 -1
- package/dist/src/objects/versusScreenDirtSpotColors.d.ts +1 -1
- package/dist/src/objects/versusScreenDirtSpotColors.d.ts.map +1 -1
- package/dist/src/types/HasAllEnumKeys.d.ts +2 -2
- package/package.json +1 -1
- package/src/callbacks.ts +2 -2
- package/src/classes/features/other/customStages/backdrop.ts +4 -5
- package/src/classes/features/other/customStages/shadows.ts +3 -4
- package/src/classes/features/other/customStages/streakText.ts +3 -4
- package/src/classes/features/other/customStages/versusScreen.ts +4 -12
- package/src/functions/input.ts +19 -5
- package/src/objects/LRoomShapeToRectangles.ts +8 -6
- package/src/objects/backdropTypeToRockAltType.ts +3 -4
- package/src/objects/bossNamePNGFileNames.ts +3 -4
- package/src/objects/bossPortraitPNGFileNames.ts +3 -4
- package/src/objects/cardDescriptions.ts +3 -2
- package/src/objects/cardNames.ts +3 -2
- package/src/objects/challengeNames.ts +3 -2
- package/src/objects/characterDamageMultipliers.ts +3 -4
- package/src/objects/characterNames.ts +3 -2
- package/src/objects/coinSubTypeToValue.ts +3 -2
- package/src/objects/directionNames.ts +3 -4
- package/src/objects/directionToDegrees.ts +3 -4
- package/src/objects/directionToVector.ts +3 -1
- package/src/objects/doorSlotFlagToDoorSlot.ts +3 -4
- package/src/objects/doorSlotToDirection.ts +12 -12
- package/src/objects/doorSlotToDoorSlotFlag.ts +3 -4
- package/src/objects/isaacAPIClassTypeToBrand.ts +6 -4
- package/src/objects/isaacAPIClassTypeToFunctions.ts +3 -3
- package/src/objects/languageNames.ts +3 -4
- package/src/objects/oppositeDoorSlots.ts +3 -4
- package/src/objects/pillEffectClasses.ts +3 -4
- package/src/objects/pillEffectNames.ts +3 -2
- package/src/objects/pillEffectTypes.ts +3 -4
- package/src/objects/playerNamePNGFileNames.ts +3 -4
- package/src/objects/playerPortraitPNGFileNames.ts +3 -4
- package/src/objects/roomShapeBounds.ts +3 -1
- package/src/objects/roomShapeCorners.ts +3 -1
- package/src/objects/roomShapeLayoutSizes.ts +3 -1
- package/src/objects/roomShapeToBottomRightPosition.ts +8 -3
- package/src/objects/roomShapeToDoorSlotCoordinates.ts +3 -1
- package/src/objects/roomShapeToDoorSlots.ts +3 -1
- package/src/objects/roomShapeToDoorSlotsToGridIndexDelta.ts +3 -1
- package/src/objects/roomShapeToGridWidth.ts +3 -4
- package/src/objects/roomShapeToTopLeftPosition.ts +5 -3
- package/src/objects/roomShapeVolumes.ts +3 -4
- package/src/objects/roomTypeGotoPrefixes.ts +3 -4
- package/src/objects/roomTypeNames.ts +3 -2
- package/src/objects/stageTypeSuffixes.ts +3 -4
- package/src/objects/stageTypeToLetter.ts +3 -2
- package/src/objects/transformationNames.ts +3 -2
- package/src/objects/versusScreenBackgroundColors.ts +4 -2
- package/src/objects/versusScreenDirtSpotColors.ts +4 -2
- package/src/types/HasAllEnumKeys.ts +2 -2
|
@@ -1,6 +1,55 @@
|
|
|
1
|
-
import { ItemConfigPillEffectClass
|
|
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
|
|
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,
|
|
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
|
|
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":"
|
|
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
|
|
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
|
|
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,
|
|
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 [
|
|
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":"
|
|
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 [
|
|
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":"
|
|
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 [
|
|
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;
|
|
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 [
|
|
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;
|
|
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 [
|
|
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;
|
|
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 [
|
|
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;
|
|
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 [
|
|
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;
|
|
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 [
|
|
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;
|
|
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 [
|
|
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;
|
|
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
|
|
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":"
|
|
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 [
|
|
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;
|
|
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
|
|
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":"
|
|
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
|
|
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
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"roomTypeGotoPrefixes.d.ts","sourceRoot":"","sources":["../../../src/objects/roomTypeGotoPrefixes.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"roomTypeGotoPrefixes.d.ts","sourceRoot":"","sources":["../../../src/objects/roomTypeGotoPrefixes.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BiB,CAAC"}
|
|
@@ -1,5 +1,32 @@
|
|
|
1
|
-
import { RoomType } from "isaac-typescript-definitions";
|
|
2
1
|
export declare const ROOM_TYPE_NAMES: {
|
|
3
|
-
readonly
|
|
2
|
+
readonly 1: "default room";
|
|
3
|
+
readonly 2: "shop";
|
|
4
|
+
readonly 3: "I AM ERROR Room";
|
|
5
|
+
readonly 4: "Treasure Room";
|
|
6
|
+
readonly 5: "Boss Room";
|
|
7
|
+
readonly 6: "Miniboss Room";
|
|
8
|
+
readonly 7: "Secret Room";
|
|
9
|
+
readonly 8: "Super Secret Room";
|
|
10
|
+
readonly 9: "Arcade";
|
|
11
|
+
readonly 10: "Curse Room";
|
|
12
|
+
readonly 11: "Challenge Room";
|
|
13
|
+
readonly 12: "Library";
|
|
14
|
+
readonly 13: "Sacrifice Room";
|
|
15
|
+
readonly 14: "Devil Room";
|
|
16
|
+
readonly 15: "Angel Room";
|
|
17
|
+
readonly 16: "Crawl Space";
|
|
18
|
+
readonly 17: "Boss Rush";
|
|
19
|
+
readonly 18: "Clean Bedroom";
|
|
20
|
+
readonly 19: "Dirty Bedroom";
|
|
21
|
+
readonly 20: "Chest Room";
|
|
22
|
+
readonly 21: "Dice Room";
|
|
23
|
+
readonly 22: "Black Market";
|
|
24
|
+
readonly 23: "Greed Exit Room";
|
|
25
|
+
readonly 24: "Planetarium";
|
|
26
|
+
readonly 25: "Teleporter Room";
|
|
27
|
+
readonly 26: "Teleporter Exit Room";
|
|
28
|
+
readonly 27: "Secret Exit";
|
|
29
|
+
readonly 28: "Blue Room";
|
|
30
|
+
readonly 29: "Ultra Secret Room";
|
|
4
31
|
};
|
|
5
32
|
//# sourceMappingURL=roomTypeNames.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"roomTypeNames.d.ts","sourceRoot":"","sources":["../../../src/objects/roomTypeNames.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"roomTypeNames.d.ts","sourceRoot":"","sources":["../../../src/objects/roomTypeNames.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8ByB,CAAC"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
import { StageType } from "isaac-typescript-definitions";
|
|
2
1
|
export declare const STAGE_TYPE_SUFFIXES: {
|
|
3
|
-
readonly
|
|
2
|
+
readonly 0: "";
|
|
3
|
+
readonly 1: "a";
|
|
4
|
+
readonly 2: "b";
|
|
5
|
+
readonly 3: "";
|
|
6
|
+
readonly 4: "c";
|
|
7
|
+
readonly 5: "d";
|
|
4
8
|
};
|
|
5
9
|
//# sourceMappingURL=stageTypeSuffixes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stageTypeSuffixes.d.ts","sourceRoot":"","sources":["../../../src/objects/stageTypeSuffixes.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"stageTypeSuffixes.d.ts","sourceRoot":"","sources":["../../../src/objects/stageTypeSuffixes.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB;;;;;;;CAOsB,CAAC"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
import { StageType } from "isaac-typescript-definitions";
|
|
2
1
|
export declare const STAGE_TYPE_TO_LETTER: {
|
|
3
|
-
readonly
|
|
2
|
+
readonly 0: "";
|
|
3
|
+
readonly 1: "a";
|
|
4
|
+
readonly 2: "b";
|
|
5
|
+
readonly 3: "";
|
|
6
|
+
readonly 4: "c";
|
|
7
|
+
readonly 5: "d";
|
|
4
8
|
};
|
|
5
9
|
//# sourceMappingURL=stageTypeToLetter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stageTypeToLetter.d.ts","sourceRoot":"","sources":["../../../src/objects/stageTypeToLetter.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"stageTypeToLetter.d.ts","sourceRoot":"","sources":["../../../src/objects/stageTypeToLetter.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB;;;;;;;CAYqB,CAAC"}
|
|
@@ -1,5 +1,17 @@
|
|
|
1
|
-
import { PlayerForm } from "isaac-typescript-definitions";
|
|
2
1
|
export declare const TRANSFORMATION_NAMES: {
|
|
3
|
-
readonly
|
|
2
|
+
readonly 0: "Guppy";
|
|
3
|
+
readonly 1: "Beelzebub";
|
|
4
|
+
readonly 2: "Fun Guy";
|
|
5
|
+
readonly 3: "Seraphim";
|
|
6
|
+
readonly 4: "Bob";
|
|
7
|
+
readonly 5: "Spun";
|
|
8
|
+
readonly 6: "Yes Mother?";
|
|
9
|
+
readonly 7: "Conjoined";
|
|
10
|
+
readonly 8: "Leviathan";
|
|
11
|
+
readonly 9: "Oh Crap";
|
|
12
|
+
readonly 10: "Bookworm";
|
|
13
|
+
readonly 11: "Adult";
|
|
14
|
+
readonly 12: "Spider Baby";
|
|
15
|
+
readonly 13: "Stompy";
|
|
4
16
|
};
|
|
5
17
|
//# sourceMappingURL=transformationNames.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transformationNames.d.ts","sourceRoot":"","sources":["../../../src/objects/transformationNames.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"transformationNames.d.ts","sourceRoot":"","sources":["../../../src/objects/transformationNames.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;CAesB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { StageID } from "isaac-typescript-definitions";
|
|
2
2
|
/** These values are taken from StageAPI. */
|
|
3
3
|
export declare const VERSUS_SCREEN_BACKGROUND_COLORS: {
|
|
4
|
-
readonly [
|
|
4
|
+
readonly [Key in StageID]: Readonly<Color>;
|
|
5
5
|
};
|
|
6
6
|
//# sourceMappingURL=versusScreenBackgroundColors.d.ts.map
|