isaacscript-common 31.12.1 → 32.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
--[[
|
|
2
2
|
|
|
3
|
-
isaacscript-common
|
|
3
|
+
isaacscript-common 32.1.0
|
|
4
4
|
|
|
5
5
|
This is the "isaacscript-common" library, which was created with the IsaacScript tool.
|
|
6
6
|
|
|
@@ -9491,6 +9491,16 @@ ____exports.TallLadderSubType.TALL_LADDER = 0
|
|
|
9491
9491
|
____exports.TallLadderSubType[____exports.TallLadderSubType.TALL_LADDER] = "TALL_LADDER"
|
|
9492
9492
|
____exports.TallLadderSubType.STAIRWAY = 1
|
|
9493
9493
|
____exports.TallLadderSubType[____exports.TallLadderSubType.STAIRWAY] = "STAIRWAY"
|
|
9494
|
+
--- For `EntityType.EFFECT` (1000), `EffectVariant.PORTAL_TELEPORT` (161).
|
|
9495
|
+
____exports.PortalTeleportSubType = {}
|
|
9496
|
+
____exports.PortalTeleportSubType.TREASURE_ROOM = 0
|
|
9497
|
+
____exports.PortalTeleportSubType[____exports.PortalTeleportSubType.TREASURE_ROOM] = "TREASURE_ROOM"
|
|
9498
|
+
____exports.PortalTeleportSubType.BOSS_ROOM = 1
|
|
9499
|
+
____exports.PortalTeleportSubType[____exports.PortalTeleportSubType.BOSS_ROOM] = "BOSS_ROOM"
|
|
9500
|
+
____exports.PortalTeleportSubType.SECRET_ROOM = 2
|
|
9501
|
+
____exports.PortalTeleportSubType[____exports.PortalTeleportSubType.SECRET_ROOM] = "SECRET_ROOM"
|
|
9502
|
+
____exports.PortalTeleportSubType.RANDOM_ROOM = 3
|
|
9503
|
+
____exports.PortalTeleportSubType[____exports.PortalTeleportSubType.RANDOM_ROOM] = "RANDOM_ROOM"
|
|
9494
9504
|
--- For `EntityType.EFFECT` (1000), `EffectVariant.PURGATORY` (189).
|
|
9495
9505
|
____exports.PurgatorySubType = {}
|
|
9496
9506
|
____exports.PurgatorySubType.RIFT = 0
|
|
@@ -10053,8 +10063,8 @@ ____exports.PoopGridEntityVariant.NORMAL = 0
|
|
|
10053
10063
|
____exports.PoopGridEntityVariant[____exports.PoopGridEntityVariant.NORMAL] = "NORMAL"
|
|
10054
10064
|
____exports.PoopGridEntityVariant.RED = 1
|
|
10055
10065
|
____exports.PoopGridEntityVariant[____exports.PoopGridEntityVariant.RED] = "RED"
|
|
10056
|
-
____exports.PoopGridEntityVariant.
|
|
10057
|
-
____exports.PoopGridEntityVariant[____exports.PoopGridEntityVariant.
|
|
10066
|
+
____exports.PoopGridEntityVariant.CORNY = 2
|
|
10067
|
+
____exports.PoopGridEntityVariant[____exports.PoopGridEntityVariant.CORNY] = "CORNY"
|
|
10058
10068
|
____exports.PoopGridEntityVariant.GOLDEN = 3
|
|
10059
10069
|
____exports.PoopGridEntityVariant[____exports.PoopGridEntityVariant.GOLDEN] = "GOLDEN"
|
|
10060
10070
|
____exports.PoopGridEntityVariant.RAINBOW = 4
|
|
@@ -13943,8 +13953,8 @@ ____exports.GridEntityXMLType.POOP_RED = 1490
|
|
|
13943
13953
|
____exports.GridEntityXMLType[____exports.GridEntityXMLType.POOP_RED] = "POOP_RED"
|
|
13944
13954
|
____exports.GridEntityXMLType.POOP_RAINBOW = 1494
|
|
13945
13955
|
____exports.GridEntityXMLType[____exports.GridEntityXMLType.POOP_RAINBOW] = "POOP_RAINBOW"
|
|
13946
|
-
____exports.GridEntityXMLType.
|
|
13947
|
-
____exports.GridEntityXMLType[____exports.GridEntityXMLType.
|
|
13956
|
+
____exports.GridEntityXMLType.POOP_CORNY = 1495
|
|
13957
|
+
____exports.GridEntityXMLType[____exports.GridEntityXMLType.POOP_CORNY] = "POOP_CORNY"
|
|
13948
13958
|
____exports.GridEntityXMLType.POOP_GOLDEN = 1496
|
|
13949
13959
|
____exports.GridEntityXMLType[____exports.GridEntityXMLType.POOP_GOLDEN] = "POOP_GOLDEN"
|
|
13950
13960
|
____exports.GridEntityXMLType.POOP_BLACK = 1497
|
|
@@ -26527,7 +26537,7 @@ ____exports.GRID_ENTITY_XML_MAP = __TS__New(ReadonlyMap, {
|
|
|
26527
26537
|
{GridEntityXMLType.TNT, {GridEntityType.TNT, 0}},
|
|
26528
26538
|
{GridEntityXMLType.POOP_RED, {GridEntityType.POOP, PoopGridEntityVariant.RED}},
|
|
26529
26539
|
{GridEntityXMLType.POOP_RAINBOW, {GridEntityType.POOP, PoopGridEntityVariant.RAINBOW}},
|
|
26530
|
-
{GridEntityXMLType.
|
|
26540
|
+
{GridEntityXMLType.POOP_CORNY, {GridEntityType.POOP, PoopGridEntityVariant.CORNY}},
|
|
26531
26541
|
{GridEntityXMLType.POOP_GOLDEN, {GridEntityType.POOP, PoopGridEntityVariant.GOLDEN}},
|
|
26532
26542
|
{GridEntityXMLType.POOP_BLACK, {GridEntityType.POOP, PoopGridEntityVariant.BLACK}},
|
|
26533
26543
|
{GridEntityXMLType.POOP_WHITE, {GridEntityType.POOP, PoopGridEntityVariant.WHITE}},
|
|
@@ -26582,7 +26592,7 @@ local ReadonlySet = ____ReadonlySet.ReadonlySet
|
|
|
26582
26592
|
____exports.POOP_GRID_ENTITY_XML_TYPES_SET = __TS__New(ReadonlySet, {
|
|
26583
26593
|
GridEntityXMLType.POOP_RED,
|
|
26584
26594
|
GridEntityXMLType.POOP_RAINBOW,
|
|
26585
|
-
GridEntityXMLType.
|
|
26595
|
+
GridEntityXMLType.POOP_CORNY,
|
|
26586
26596
|
GridEntityXMLType.POOP_GOLDEN,
|
|
26587
26597
|
GridEntityXMLType.POOP_BLACK,
|
|
26588
26598
|
GridEntityXMLType.POOP_WHITE,
|
|
@@ -28,7 +28,7 @@ ____exports.GRID_ENTITY_XML_MAP = __TS__New(ReadonlyMap, {
|
|
|
28
28
|
{GridEntityXMLType.TNT, {GridEntityType.TNT, 0}},
|
|
29
29
|
{GridEntityXMLType.POOP_RED, {GridEntityType.POOP, PoopGridEntityVariant.RED}},
|
|
30
30
|
{GridEntityXMLType.POOP_RAINBOW, {GridEntityType.POOP, PoopGridEntityVariant.RAINBOW}},
|
|
31
|
-
{GridEntityXMLType.
|
|
31
|
+
{GridEntityXMLType.POOP_CORNY, {GridEntityType.POOP, PoopGridEntityVariant.CORNY}},
|
|
32
32
|
{GridEntityXMLType.POOP_GOLDEN, {GridEntityType.POOP, PoopGridEntityVariant.GOLDEN}},
|
|
33
33
|
{GridEntityXMLType.POOP_BLACK, {GridEntityType.POOP, PoopGridEntityVariant.BLACK}},
|
|
34
34
|
{GridEntityXMLType.POOP_WHITE, {GridEntityType.POOP, PoopGridEntityVariant.WHITE}},
|
|
@@ -8,7 +8,7 @@ local ReadonlySet = ____ReadonlySet.ReadonlySet
|
|
|
8
8
|
____exports.POOP_GRID_ENTITY_XML_TYPES_SET = __TS__New(ReadonlySet, {
|
|
9
9
|
GridEntityXMLType.POOP_RED,
|
|
10
10
|
GridEntityXMLType.POOP_RAINBOW,
|
|
11
|
-
GridEntityXMLType.
|
|
11
|
+
GridEntityXMLType.POOP_CORNY,
|
|
12
12
|
GridEntityXMLType.POOP_GOLDEN,
|
|
13
13
|
GridEntityXMLType.POOP_BLACK,
|
|
14
14
|
GridEntityXMLType.POOP_WHITE,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript-common",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "32.1.0",
|
|
4
4
|
"description": "Helper functions and features for IsaacScript mods.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"isaac",
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"main": "dist/src/index",
|
|
26
26
|
"types": "dist/index.rollup.d.ts",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"isaac-typescript-definitions": "^
|
|
28
|
+
"isaac-typescript-definitions": "^15.1.0"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -70,8 +70,8 @@ export const GRID_ENTITY_XML_MAP = new ReadonlyMap<
|
|
|
70
70
|
|
|
71
71
|
// 1495
|
|
72
72
|
[
|
|
73
|
-
GridEntityXMLType.
|
|
74
|
-
[GridEntityType.POOP, PoopGridEntityVariant.
|
|
73
|
+
GridEntityXMLType.POOP_CORNY,
|
|
74
|
+
[GridEntityType.POOP, PoopGridEntityVariant.CORNY],
|
|
75
75
|
],
|
|
76
76
|
|
|
77
77
|
// 1496
|
|
@@ -5,7 +5,7 @@ export const POOP_GRID_ENTITY_XML_TYPES_SET =
|
|
|
5
5
|
new ReadonlySet<GridEntityXMLType>([
|
|
6
6
|
GridEntityXMLType.POOP_RED, // 1490
|
|
7
7
|
GridEntityXMLType.POOP_RAINBOW, // 1494
|
|
8
|
-
GridEntityXMLType.
|
|
8
|
+
GridEntityXMLType.POOP_CORNY, // 1495
|
|
9
9
|
GridEntityXMLType.POOP_GOLDEN, // 1496
|
|
10
10
|
GridEntityXMLType.POOP_BLACK, // 1497
|
|
11
11
|
GridEntityXMLType.POOP_WHITE, // 1498
|