isaacscript-common 48.0.0 → 49.0.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.rollup.d.ts +36 -14
- package/dist/isaacscript-common.lua +171 -157
- package/dist/src/functions/doors.lua +1 -1
- package/dist/src/functions/enums.d.ts +35 -14
- package/dist/src/functions/enums.d.ts.map +1 -1
- package/dist/src/functions/enums.lua +42 -14
- package/dist/src/functions/nextStage.lua +5 -5
- package/dist/src/functions/stage.lua +2 -2
- package/dist/src/objects/bossNamePNGFileNames.lua +24 -24
- package/dist/src/objects/bossPortraitPNGFileNames.lua +24 -24
- package/dist/src/objects/levelNames.lua +1 -1
- package/dist/src/objects/stageToMusic.lua +1 -1
- package/dist/src/objects/stageToStageID.lua +1 -1
- package/dist/src/sets/bossSets.lua +8 -8
- package/dist/src/sets/storyBossesSet.lua +1 -1
- package/package.json +2 -2
- package/src/functions/doors.ts +1 -1
- package/src/functions/enums.ts +51 -14
- package/src/functions/nextStage.ts +5 -5
- package/src/functions/stage.ts +2 -2
- package/src/objects/bossNamePNGFileNames.ts +24 -24
- package/src/objects/bossPortraitPNGFileNames.ts +24 -24
- package/src/objects/levelNames.ts +1 -1
- package/src/objects/stageToMusic.ts +1 -1
- package/src/objects/stageToStageID.ts +1 -1
- package/src/sets/bossSets.ts +8 -8
- package/src/sets/storyBossesSet.ts +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
--[[
|
|
2
2
|
|
|
3
|
-
isaacscript-common
|
|
3
|
+
isaacscript-common 49.0.0
|
|
4
4
|
|
|
5
5
|
This is the "isaacscript-common" library, which was created with the IsaacScript tool.
|
|
6
6
|
|
|
@@ -5185,12 +5185,12 @@ ____exports.ShopkeeperVariant[____exports.ShopkeeperVariant.SPECIAL_SECRET_ROOM_
|
|
|
5185
5185
|
____exports.LarryJrVariant = {}
|
|
5186
5186
|
____exports.LarryJrVariant.LARRY_JR = 0
|
|
5187
5187
|
____exports.LarryJrVariant[____exports.LarryJrVariant.LARRY_JR] = "LARRY_JR"
|
|
5188
|
-
____exports.LarryJrVariant.
|
|
5189
|
-
____exports.LarryJrVariant[____exports.LarryJrVariant.
|
|
5188
|
+
____exports.LarryJrVariant.HOLLOW = 1
|
|
5189
|
+
____exports.LarryJrVariant[____exports.LarryJrVariant.HOLLOW] = "HOLLOW"
|
|
5190
5190
|
____exports.LarryJrVariant.TUFF_TWIN = 2
|
|
5191
5191
|
____exports.LarryJrVariant[____exports.LarryJrVariant.TUFF_TWIN] = "TUFF_TWIN"
|
|
5192
|
-
____exports.LarryJrVariant.
|
|
5193
|
-
____exports.LarryJrVariant[____exports.LarryJrVariant.
|
|
5192
|
+
____exports.LarryJrVariant.SHELL = 3
|
|
5193
|
+
____exports.LarryJrVariant[____exports.LarryJrVariant.SHELL] = "SHELL"
|
|
5194
5194
|
--- For `EntityType.HIVE` (22).
|
|
5195
5195
|
____exports.HiveVariant = {}
|
|
5196
5196
|
____exports.HiveVariant.HIVE = 0
|
|
@@ -5536,8 +5536,8 @@ ____exports.DeathVariant[____exports.DeathVariant.DEATH_WITHOUT_HORSE] = "DEATH_
|
|
|
5536
5536
|
____exports.DukeOfFliesVariant = {}
|
|
5537
5537
|
____exports.DukeOfFliesVariant.DUKE_OF_FLIES = 0
|
|
5538
5538
|
____exports.DukeOfFliesVariant[____exports.DukeOfFliesVariant.DUKE_OF_FLIES] = "DUKE_OF_FLIES"
|
|
5539
|
-
____exports.DukeOfFliesVariant.
|
|
5540
|
-
____exports.DukeOfFliesVariant[____exports.DukeOfFliesVariant.
|
|
5539
|
+
____exports.DukeOfFliesVariant.HUSK = 1
|
|
5540
|
+
____exports.DukeOfFliesVariant[____exports.DukeOfFliesVariant.HUSK] = "HUSK"
|
|
5541
5541
|
--- For `EntityType.PEEP` (68).
|
|
5542
5542
|
____exports.PeepVariant = {}
|
|
5543
5543
|
____exports.PeepVariant.PEEP = 0
|
|
@@ -5629,8 +5629,8 @@ ____exports.MaskVariant[____exports.MaskVariant.MASK_2] = "MASK_2"
|
|
|
5629
5629
|
____exports.WidowVariant = {}
|
|
5630
5630
|
____exports.WidowVariant.WIDOW = 0
|
|
5631
5631
|
____exports.WidowVariant[____exports.WidowVariant.WIDOW] = "WIDOW"
|
|
5632
|
-
____exports.WidowVariant.
|
|
5633
|
-
____exports.WidowVariant[____exports.WidowVariant.
|
|
5632
|
+
____exports.WidowVariant.WRETCHED = 1
|
|
5633
|
+
____exports.WidowVariant[____exports.WidowVariant.WRETCHED] = "WRETCHED"
|
|
5634
5634
|
--- For `EntityType.DADDY_LONG_LEGS` (101).
|
|
5635
5635
|
____exports.DaddyLongLegsVariant = {}
|
|
5636
5636
|
____exports.DaddyLongLegsVariant.DADDY_LONG_LEGS = 0
|
|
@@ -5819,7 +5819,7 @@ ____exports.ConjoinedFattyVariant.CONJOINED_FATTY = 0
|
|
|
5819
5819
|
____exports.ConjoinedFattyVariant[____exports.ConjoinedFattyVariant.CONJOINED_FATTY] = "CONJOINED_FATTY"
|
|
5820
5820
|
____exports.ConjoinedFattyVariant.BLUE_CONJOINED_FATTY = 1
|
|
5821
5821
|
____exports.ConjoinedFattyVariant[____exports.ConjoinedFattyVariant.BLUE_CONJOINED_FATTY] = "BLUE_CONJOINED_FATTY"
|
|
5822
|
-
--- For `EntityType.
|
|
5822
|
+
--- For `EntityType.HAUNT` (260).
|
|
5823
5823
|
____exports.HauntVariant = {}
|
|
5824
5824
|
____exports.HauntVariant.HAUNT = 0
|
|
5825
5825
|
____exports.HauntVariant[____exports.HauntVariant.HAUNT] = "HAUNT"
|
|
@@ -5843,15 +5843,15 @@ ____exports.MamaGurdyVariant[____exports.MamaGurdyVariant.RIGHT_HAND] = "RIGHT_H
|
|
|
5843
5843
|
____exports.PolycephalusVariant = {}
|
|
5844
5844
|
____exports.PolycephalusVariant.POLYCEPHALUS = 0
|
|
5845
5845
|
____exports.PolycephalusVariant[____exports.PolycephalusVariant.POLYCEPHALUS] = "POLYCEPHALUS"
|
|
5846
|
-
____exports.PolycephalusVariant.
|
|
5847
|
-
____exports.PolycephalusVariant[____exports.PolycephalusVariant.
|
|
5846
|
+
____exports.PolycephalusVariant.PILE = 1
|
|
5847
|
+
____exports.PolycephalusVariant[____exports.PolycephalusVariant.PILE] = "PILE"
|
|
5848
5848
|
--- For `EntityType.URIEL` (271) and `EntityType.GABRIEL` (272).
|
|
5849
5849
|
____exports.AngelVariant = {}
|
|
5850
5850
|
____exports.AngelVariant.NORMAL = 0
|
|
5851
5851
|
____exports.AngelVariant[____exports.AngelVariant.NORMAL] = "NORMAL"
|
|
5852
5852
|
____exports.AngelVariant.FALLEN = 1
|
|
5853
5853
|
____exports.AngelVariant[____exports.AngelVariant.FALLEN] = "FALLEN"
|
|
5854
|
-
--- For `EntityType.
|
|
5854
|
+
--- For `EntityType.LAMB` (273).
|
|
5855
5855
|
____exports.LambVariant = {}
|
|
5856
5856
|
____exports.LambVariant.LAMB = 0
|
|
5857
5857
|
____exports.LambVariant[____exports.LambVariant.LAMB] = "LAMB"
|
|
@@ -9285,7 +9285,7 @@ ____exports.DukeOfFliesSubType.GREEN = 1
|
|
|
9285
9285
|
____exports.DukeOfFliesSubType[____exports.DukeOfFliesSubType.GREEN] = "GREEN"
|
|
9286
9286
|
____exports.DukeOfFliesSubType.ORANGE = 2
|
|
9287
9287
|
____exports.DukeOfFliesSubType[____exports.DukeOfFliesSubType.ORANGE] = "ORANGE"
|
|
9288
|
-
--- For `EntityType.DUKE_OF_FLIES` (67), variant `DukeOfFliesVariant.
|
|
9288
|
+
--- For `EntityType.DUKE_OF_FLIES` (67), variant `DukeOfFliesVariant.HUSK` (1).
|
|
9289
9289
|
____exports.HuskSubType = {}
|
|
9290
9290
|
____exports.HuskSubType.NORMAL = 0
|
|
9291
9291
|
____exports.HuskSubType[____exports.HuskSubType.NORMAL] = "NORMAL"
|
|
@@ -9346,7 +9346,7 @@ ____exports.GurglingSubType.YELLOW = 1
|
|
|
9346
9346
|
____exports.GurglingSubType[____exports.GurglingSubType.YELLOW] = "YELLOW"
|
|
9347
9347
|
____exports.GurglingSubType.BLACK = 2
|
|
9348
9348
|
____exports.GurglingSubType[____exports.GurglingSubType.BLACK] = "BLACK"
|
|
9349
|
-
--- For `EntityType.
|
|
9349
|
+
--- For `EntityType.HAUNT` (260), `HauntVariant.HAUNT` (0).
|
|
9350
9350
|
____exports.HauntSubType = {}
|
|
9351
9351
|
____exports.HauntSubType.NORMAL = 0
|
|
9352
9352
|
____exports.HauntSubType[____exports.HauntSubType.NORMAL] = "NORMAL"
|
|
@@ -9586,6 +9586,8 @@ ____exports.TreasureRoomSubType[____exports.TreasureRoomSubType.KNIFE_PIECE] = "
|
|
|
9586
9586
|
--
|
|
9587
9587
|
-- The enum is named `BossID` instead of `BossRoomSubType` in order to match the `Entity.GetBossID`,
|
|
9588
9588
|
-- `Room.GetBossID` and `Room.GetSecondBossID` methods.
|
|
9589
|
+
--
|
|
9590
|
+
-- Also see the `MinibossID` enum.
|
|
9589
9591
|
____exports.BossID = {}
|
|
9590
9592
|
____exports.BossID.MONSTRO = 1
|
|
9591
9593
|
____exports.BossID[____exports.BossID.MONSTRO] = "MONSTRO"
|
|
@@ -9631,34 +9633,34 @@ ____exports.BossID.CHAD = 21
|
|
|
9631
9633
|
____exports.BossID[____exports.BossID.CHAD] = "CHAD"
|
|
9632
9634
|
____exports.BossID.HEADLESS_HORSEMAN = 22
|
|
9633
9635
|
____exports.BossID[____exports.BossID.HEADLESS_HORSEMAN] = "HEADLESS_HORSEMAN"
|
|
9634
|
-
____exports.BossID.
|
|
9635
|
-
____exports.BossID[____exports.BossID.
|
|
9636
|
+
____exports.BossID.FALLEN = 23
|
|
9637
|
+
____exports.BossID[____exports.BossID.FALLEN] = "FALLEN"
|
|
9636
9638
|
____exports.BossID.SATAN = 24
|
|
9637
9639
|
____exports.BossID[____exports.BossID.SATAN] = "SATAN"
|
|
9638
9640
|
____exports.BossID.IT_LIVES = 25
|
|
9639
9641
|
____exports.BossID[____exports.BossID.IT_LIVES] = "IT_LIVES"
|
|
9640
|
-
____exports.BossID.
|
|
9641
|
-
____exports.BossID[____exports.BossID.
|
|
9642
|
-
____exports.BossID.
|
|
9643
|
-
____exports.BossID[____exports.BossID.
|
|
9642
|
+
____exports.BossID.HOLLOW = 26
|
|
9643
|
+
____exports.BossID[____exports.BossID.HOLLOW] = "HOLLOW"
|
|
9644
|
+
____exports.BossID.CARRION_QUEEN = 27
|
|
9645
|
+
____exports.BossID[____exports.BossID.CARRION_QUEEN] = "CARRION_QUEEN"
|
|
9644
9646
|
____exports.BossID.GURDY_JR = 28
|
|
9645
9647
|
____exports.BossID[____exports.BossID.GURDY_JR] = "GURDY_JR"
|
|
9646
|
-
____exports.BossID.
|
|
9647
|
-
____exports.BossID[____exports.BossID.
|
|
9648
|
-
____exports.BossID.
|
|
9649
|
-
____exports.BossID[____exports.BossID.
|
|
9648
|
+
____exports.BossID.HUSK = 29
|
|
9649
|
+
____exports.BossID[____exports.BossID.HUSK] = "HUSK"
|
|
9650
|
+
____exports.BossID.BLOAT = 30
|
|
9651
|
+
____exports.BossID[____exports.BossID.BLOAT] = "BLOAT"
|
|
9650
9652
|
____exports.BossID.LOKII = 31
|
|
9651
9653
|
____exports.BossID[____exports.BossID.LOKII] = "LOKII"
|
|
9652
|
-
____exports.BossID.
|
|
9653
|
-
____exports.BossID[____exports.BossID.
|
|
9654
|
+
____exports.BossID.BLIGHTED_OVUM = 32
|
|
9655
|
+
____exports.BossID[____exports.BossID.BLIGHTED_OVUM] = "BLIGHTED_OVUM"
|
|
9654
9656
|
____exports.BossID.TERATOMA = 33
|
|
9655
9657
|
____exports.BossID[____exports.BossID.TERATOMA] = "TERATOMA"
|
|
9656
|
-
____exports.BossID.
|
|
9657
|
-
____exports.BossID[____exports.BossID.
|
|
9658
|
+
____exports.BossID.WIDOW = 34
|
|
9659
|
+
____exports.BossID[____exports.BossID.WIDOW] = "WIDOW"
|
|
9658
9660
|
____exports.BossID.MASK_OF_INFAMY = 35
|
|
9659
9661
|
____exports.BossID[____exports.BossID.MASK_OF_INFAMY] = "MASK_OF_INFAMY"
|
|
9660
|
-
____exports.BossID.
|
|
9661
|
-
____exports.BossID[____exports.BossID.
|
|
9662
|
+
____exports.BossID.WRETCHED = 36
|
|
9663
|
+
____exports.BossID[____exports.BossID.WRETCHED] = "WRETCHED"
|
|
9662
9664
|
____exports.BossID.PIN = 37
|
|
9663
9665
|
____exports.BossID[____exports.BossID.PIN] = "PIN"
|
|
9664
9666
|
____exports.BossID.CONQUEST = 38
|
|
@@ -9671,40 +9673,40 @@ ____exports.BossID.DADDY_LONG_LEGS = 41
|
|
|
9671
9673
|
____exports.BossID[____exports.BossID.DADDY_LONG_LEGS] = "DADDY_LONG_LEGS"
|
|
9672
9674
|
____exports.BossID.TRIACHNID = 42
|
|
9673
9675
|
____exports.BossID[____exports.BossID.TRIACHNID] = "TRIACHNID"
|
|
9674
|
-
____exports.BossID.
|
|
9675
|
-
____exports.BossID[____exports.BossID.
|
|
9676
|
+
____exports.BossID.HAUNT = 43
|
|
9677
|
+
____exports.BossID[____exports.BossID.HAUNT] = "HAUNT"
|
|
9676
9678
|
____exports.BossID.DINGLE = 44
|
|
9677
9679
|
____exports.BossID[____exports.BossID.DINGLE] = "DINGLE"
|
|
9678
9680
|
____exports.BossID.MEGA_MAW = 45
|
|
9679
9681
|
____exports.BossID[____exports.BossID.MEGA_MAW] = "MEGA_MAW"
|
|
9680
|
-
____exports.BossID.
|
|
9681
|
-
____exports.BossID[____exports.BossID.
|
|
9682
|
+
____exports.BossID.GATE = 46
|
|
9683
|
+
____exports.BossID[____exports.BossID.GATE] = "GATE"
|
|
9682
9684
|
____exports.BossID.MEGA_FATTY = 47
|
|
9683
9685
|
____exports.BossID[____exports.BossID.MEGA_FATTY] = "MEGA_FATTY"
|
|
9684
|
-
____exports.BossID.
|
|
9685
|
-
____exports.BossID[____exports.BossID.
|
|
9686
|
+
____exports.BossID.CAGE = 48
|
|
9687
|
+
____exports.BossID[____exports.BossID.CAGE] = "CAGE"
|
|
9686
9688
|
____exports.BossID.MAMA_GURDY = 49
|
|
9687
9689
|
____exports.BossID[____exports.BossID.MAMA_GURDY] = "MAMA_GURDY"
|
|
9688
9690
|
____exports.BossID.DARK_ONE = 50
|
|
9689
9691
|
____exports.BossID[____exports.BossID.DARK_ONE] = "DARK_ONE"
|
|
9690
|
-
____exports.BossID.
|
|
9691
|
-
____exports.BossID[____exports.BossID.
|
|
9692
|
+
____exports.BossID.ADVERSARY = 51
|
|
9693
|
+
____exports.BossID[____exports.BossID.ADVERSARY] = "ADVERSARY"
|
|
9692
9694
|
____exports.BossID.POLYCEPHALUS = 52
|
|
9693
9695
|
____exports.BossID[____exports.BossID.POLYCEPHALUS] = "POLYCEPHALUS"
|
|
9694
9696
|
____exports.BossID.MR_FRED = 53
|
|
9695
9697
|
____exports.BossID[____exports.BossID.MR_FRED] = "MR_FRED"
|
|
9696
|
-
____exports.BossID.
|
|
9697
|
-
____exports.BossID[____exports.BossID.
|
|
9698
|
+
____exports.BossID.LAMB = 54
|
|
9699
|
+
____exports.BossID[____exports.BossID.LAMB] = "LAMB"
|
|
9698
9700
|
____exports.BossID.MEGA_SATAN = 55
|
|
9699
9701
|
____exports.BossID[____exports.BossID.MEGA_SATAN] = "MEGA_SATAN"
|
|
9700
9702
|
____exports.BossID.GURGLINGS = 56
|
|
9701
9703
|
____exports.BossID[____exports.BossID.GURGLINGS] = "GURGLINGS"
|
|
9702
|
-
____exports.BossID.
|
|
9703
|
-
____exports.BossID[____exports.BossID.
|
|
9704
|
+
____exports.BossID.STAIN = 57
|
|
9705
|
+
____exports.BossID[____exports.BossID.STAIN] = "STAIN"
|
|
9704
9706
|
____exports.BossID.BROWNIE = 58
|
|
9705
9707
|
____exports.BossID[____exports.BossID.BROWNIE] = "BROWNIE"
|
|
9706
|
-
____exports.BossID.
|
|
9707
|
-
____exports.BossID[____exports.BossID.
|
|
9708
|
+
____exports.BossID.FORSAKEN = 59
|
|
9709
|
+
____exports.BossID[____exports.BossID.FORSAKEN] = "FORSAKEN"
|
|
9708
9710
|
____exports.BossID.LITTLE_HORN = 60
|
|
9709
9711
|
____exports.BossID[____exports.BossID.LITTLE_HORN] = "LITTLE_HORN"
|
|
9710
9712
|
____exports.BossID.RAG_MAN = 61
|
|
@@ -9717,8 +9719,8 @@ ____exports.BossID.DANGLE = 64
|
|
|
9717
9719
|
____exports.BossID[____exports.BossID.DANGLE] = "DANGLE"
|
|
9718
9720
|
____exports.BossID.TURDLING = 65
|
|
9719
9721
|
____exports.BossID[____exports.BossID.TURDLING] = "TURDLING"
|
|
9720
|
-
____exports.BossID.
|
|
9721
|
-
____exports.BossID[____exports.BossID.
|
|
9722
|
+
____exports.BossID.FRAIL = 66
|
|
9723
|
+
____exports.BossID[____exports.BossID.FRAIL] = "FRAIL"
|
|
9722
9724
|
____exports.BossID.RAG_MEGA = 67
|
|
9723
9725
|
____exports.BossID[____exports.BossID.RAG_MEGA] = "RAG_MEGA"
|
|
9724
9726
|
____exports.BossID.SISTERS_VIS = 68
|
|
@@ -9727,10 +9729,10 @@ ____exports.BossID.BIG_HORN = 69
|
|
|
9727
9729
|
____exports.BossID[____exports.BossID.BIG_HORN] = "BIG_HORN"
|
|
9728
9730
|
____exports.BossID.DELIRIUM = 70
|
|
9729
9731
|
____exports.BossID[____exports.BossID.DELIRIUM] = "DELIRIUM"
|
|
9730
|
-
____exports.BossID.
|
|
9731
|
-
____exports.BossID[____exports.BossID.
|
|
9732
|
-
____exports.BossID.
|
|
9733
|
-
____exports.BossID[____exports.BossID.
|
|
9732
|
+
____exports.BossID.MATRIARCH = 72
|
|
9733
|
+
____exports.BossID[____exports.BossID.MATRIARCH] = "MATRIARCH"
|
|
9734
|
+
____exports.BossID.PILE = 73
|
|
9735
|
+
____exports.BossID[____exports.BossID.PILE] = "PILE"
|
|
9734
9736
|
____exports.BossID.REAP_CREEP = 74
|
|
9735
9737
|
____exports.BossID[____exports.BossID.REAP_CREEP] = "REAP_CREEP"
|
|
9736
9738
|
____exports.BossID.LIL_BLUB = 75
|
|
@@ -9739,22 +9741,22 @@ ____exports.BossID.WORMWOOD = 76
|
|
|
9739
9741
|
____exports.BossID[____exports.BossID.WORMWOOD] = "WORMWOOD"
|
|
9740
9742
|
____exports.BossID.RAINMAKER = 77
|
|
9741
9743
|
____exports.BossID[____exports.BossID.RAINMAKER] = "RAINMAKER"
|
|
9742
|
-
____exports.BossID.
|
|
9743
|
-
____exports.BossID[____exports.BossID.
|
|
9744
|
-
____exports.BossID.
|
|
9745
|
-
____exports.BossID[____exports.BossID.
|
|
9744
|
+
____exports.BossID.VISAGE = 78
|
|
9745
|
+
____exports.BossID[____exports.BossID.VISAGE] = "VISAGE"
|
|
9746
|
+
____exports.BossID.SIREN = 79
|
|
9747
|
+
____exports.BossID[____exports.BossID.SIREN] = "SIREN"
|
|
9746
9748
|
____exports.BossID.TUFF_TWINS = 80
|
|
9747
9749
|
____exports.BossID[____exports.BossID.TUFF_TWINS] = "TUFF_TWINS"
|
|
9748
|
-
____exports.BossID.
|
|
9749
|
-
____exports.BossID[____exports.BossID.
|
|
9750
|
+
____exports.BossID.HERETIC = 81
|
|
9751
|
+
____exports.BossID[____exports.BossID.HERETIC] = "HERETIC"
|
|
9750
9752
|
____exports.BossID.HORNFEL = 82
|
|
9751
9753
|
____exports.BossID[____exports.BossID.HORNFEL] = "HORNFEL"
|
|
9752
9754
|
____exports.BossID.GREAT_GIDEON = 83
|
|
9753
9755
|
____exports.BossID[____exports.BossID.GREAT_GIDEON] = "GREAT_GIDEON"
|
|
9754
9756
|
____exports.BossID.BABY_PLUM = 84
|
|
9755
9757
|
____exports.BossID[____exports.BossID.BABY_PLUM] = "BABY_PLUM"
|
|
9756
|
-
____exports.BossID.
|
|
9757
|
-
____exports.BossID[____exports.BossID.
|
|
9758
|
+
____exports.BossID.SCOURGE = 85
|
|
9759
|
+
____exports.BossID[____exports.BossID.SCOURGE] = "SCOURGE"
|
|
9758
9760
|
____exports.BossID.CHIMERA = 86
|
|
9759
9761
|
____exports.BossID[____exports.BossID.CHIMERA] = "CHIMERA"
|
|
9760
9762
|
____exports.BossID.ROTGUT = 87
|
|
@@ -9775,16 +9777,16 @@ ____exports.BossID.BUMBINO = 94
|
|
|
9775
9777
|
____exports.BossID[____exports.BossID.BUMBINO] = "BUMBINO"
|
|
9776
9778
|
____exports.BossID.COLOSTOMIA = 95
|
|
9777
9779
|
____exports.BossID[____exports.BossID.COLOSTOMIA] = "COLOSTOMIA"
|
|
9778
|
-
____exports.BossID.
|
|
9779
|
-
____exports.BossID[____exports.BossID.
|
|
9780
|
+
____exports.BossID.SHELL = 96
|
|
9781
|
+
____exports.BossID[____exports.BossID.SHELL] = "SHELL"
|
|
9780
9782
|
____exports.BossID.TURDLET = 97
|
|
9781
9783
|
____exports.BossID[____exports.BossID.TURDLET] = "TURDLET"
|
|
9782
9784
|
____exports.BossID.RAGLICH = 98
|
|
9783
9785
|
____exports.BossID[____exports.BossID.RAGLICH] = "RAGLICH"
|
|
9784
9786
|
____exports.BossID.DOGMA = 99
|
|
9785
9787
|
____exports.BossID[____exports.BossID.DOGMA] = "DOGMA"
|
|
9786
|
-
____exports.BossID.
|
|
9787
|
-
____exports.BossID[____exports.BossID.
|
|
9788
|
+
____exports.BossID.BEAST = 100
|
|
9789
|
+
____exports.BossID[____exports.BossID.BEAST] = "BEAST"
|
|
9788
9790
|
____exports.BossID.HORNY_BOYS = 101
|
|
9789
9791
|
____exports.BossID[____exports.BossID.HORNY_BOYS] = "HORNY_BOYS"
|
|
9790
9792
|
____exports.BossID.CLUTCH = 102
|
|
@@ -9795,6 +9797,8 @@ ____exports.BossID[____exports.BossID.CLUTCH] = "CLUTCH"
|
|
|
9795
9797
|
--
|
|
9796
9798
|
-- The enum is named `MinibossID` instead of` MinibossRoomSubType` in order to match the `BossID`
|
|
9797
9799
|
-- enum.
|
|
9800
|
+
--
|
|
9801
|
+
-- Also see the `BossID` enum.
|
|
9798
9802
|
____exports.MinibossID = {}
|
|
9799
9803
|
____exports.MinibossID.SLOTH = 0
|
|
9800
9804
|
____exports.MinibossID[____exports.MinibossID.SLOTH] = "SLOTH"
|
|
@@ -11051,12 +11055,12 @@ ____exports.SoundEffect.TELEPILLS = 369
|
|
|
11051
11055
|
____exports.SoundEffect[____exports.SoundEffect.TELEPILLS] = "TELEPILLS"
|
|
11052
11056
|
____exports.SoundEffect.TEMPERANCE = 370
|
|
11053
11057
|
____exports.SoundEffect[____exports.SoundEffect.TEMPERANCE] = "TEMPERANCE"
|
|
11054
|
-
____exports.SoundEffect.
|
|
11055
|
-
____exports.SoundEffect[____exports.SoundEffect.
|
|
11056
|
-
____exports.SoundEffect.
|
|
11057
|
-
____exports.SoundEffect[____exports.SoundEffect.
|
|
11058
|
-
____exports.SoundEffect.
|
|
11059
|
-
____exports.SoundEffect[____exports.SoundEffect.
|
|
11058
|
+
____exports.SoundEffect.CHARIOT = 371
|
|
11059
|
+
____exports.SoundEffect[____exports.SoundEffect.CHARIOT] = "CHARIOT"
|
|
11060
|
+
____exports.SoundEffect.DEVIL = 372
|
|
11061
|
+
____exports.SoundEffect[____exports.SoundEffect.DEVIL] = "DEVIL"
|
|
11062
|
+
____exports.SoundEffect.EMPEROR = 373
|
|
11063
|
+
____exports.SoundEffect[____exports.SoundEffect.EMPEROR] = "EMPEROR"
|
|
11060
11064
|
____exports.SoundEffect.EMPRESS = 374
|
|
11061
11065
|
____exports.SoundEffect[____exports.SoundEffect.EMPRESS] = "EMPRESS"
|
|
11062
11066
|
____exports.SoundEffect.FOOL = 375
|
|
@@ -11069,8 +11073,8 @@ ____exports.SoundEffect.HIEROPHANT = 378
|
|
|
11069
11073
|
____exports.SoundEffect[____exports.SoundEffect.HIEROPHANT] = "HIEROPHANT"
|
|
11070
11074
|
____exports.SoundEffect.HIGHT_PRIESTESS = 379
|
|
11071
11075
|
____exports.SoundEffect[____exports.SoundEffect.HIGHT_PRIESTESS] = "HIGHT_PRIESTESS"
|
|
11072
|
-
____exports.SoundEffect.
|
|
11073
|
-
____exports.SoundEffect[____exports.SoundEffect.
|
|
11076
|
+
____exports.SoundEffect.LOVERS = 380
|
|
11077
|
+
____exports.SoundEffect[____exports.SoundEffect.LOVERS] = "LOVERS"
|
|
11074
11078
|
____exports.SoundEffect.MAGICIAN = 381
|
|
11075
11079
|
____exports.SoundEffect[____exports.SoundEffect.MAGICIAN] = "MAGICIAN"
|
|
11076
11080
|
____exports.SoundEffect.MOON = 382
|
|
@@ -11143,12 +11147,12 @@ ____exports.SoundEffect.LITTLE_HORN_GRUNT_1 = 415
|
|
|
11143
11147
|
____exports.SoundEffect[____exports.SoundEffect.LITTLE_HORN_GRUNT_1] = "LITTLE_HORN_GRUNT_1"
|
|
11144
11148
|
____exports.SoundEffect.LITTLE_HORN_GRUNT_2 = 416
|
|
11145
11149
|
____exports.SoundEffect[____exports.SoundEffect.LITTLE_HORN_GRUNT_2] = "LITTLE_HORN_GRUNT_2"
|
|
11146
|
-
____exports.SoundEffect.
|
|
11147
|
-
____exports.SoundEffect[____exports.SoundEffect.
|
|
11148
|
-
____exports.SoundEffect.
|
|
11149
|
-
____exports.SoundEffect[____exports.SoundEffect.
|
|
11150
|
-
____exports.SoundEffect.
|
|
11151
|
-
____exports.SoundEffect[____exports.SoundEffect.
|
|
11150
|
+
____exports.SoundEffect.FORSAKEN_LAUGH = 417
|
|
11151
|
+
____exports.SoundEffect[____exports.SoundEffect.FORSAKEN_LAUGH] = "FORSAKEN_LAUGH"
|
|
11152
|
+
____exports.SoundEffect.FORSAKEN_SCREAM = 418
|
|
11153
|
+
____exports.SoundEffect[____exports.SoundEffect.FORSAKEN_SCREAM] = "FORSAKEN_SCREAM"
|
|
11154
|
+
____exports.SoundEffect.STAIN_BURST = 419
|
|
11155
|
+
____exports.SoundEffect[____exports.SoundEffect.STAIN_BURST] = "STAIN_BURST"
|
|
11152
11156
|
____exports.SoundEffect.BROWNIE_LAUGH = 420
|
|
11153
11157
|
____exports.SoundEffect[____exports.SoundEffect.BROWNIE_LAUGH] = "BROWNIE_LAUGH"
|
|
11154
11158
|
____exports.SoundEffect.HUSH_ROAR = 421
|
|
@@ -13404,8 +13408,8 @@ ____exports.LevelStage.SHEOL_CATHEDRAL = 10
|
|
|
13404
13408
|
____exports.LevelStage[____exports.LevelStage.SHEOL_CATHEDRAL] = "SHEOL_CATHEDRAL"
|
|
13405
13409
|
____exports.LevelStage.DARK_ROOM_CHEST = 11
|
|
13406
13410
|
____exports.LevelStage[____exports.LevelStage.DARK_ROOM_CHEST] = "DARK_ROOM_CHEST"
|
|
13407
|
-
____exports.LevelStage.
|
|
13408
|
-
____exports.LevelStage[____exports.LevelStage.
|
|
13411
|
+
____exports.LevelStage.VOID = 12
|
|
13412
|
+
____exports.LevelStage[____exports.LevelStage.VOID] = "VOID"
|
|
13409
13413
|
____exports.LevelStage.HOME = 13
|
|
13410
13414
|
____exports.LevelStage[____exports.LevelStage.HOME] = "HOME"
|
|
13411
13415
|
____exports.LevelStage.BASEMENT_GREED_MODE = 1
|
|
@@ -13895,8 +13899,8 @@ ____exports.GridRoom.MEGA_SATAN = -7
|
|
|
13895
13899
|
____exports.GridRoom[____exports.GridRoom.MEGA_SATAN] = "MEGA_SATAN"
|
|
13896
13900
|
____exports.GridRoom.BLUE_WOMB = -8
|
|
13897
13901
|
____exports.GridRoom[____exports.GridRoom.BLUE_WOMB] = "BLUE_WOMB"
|
|
13898
|
-
____exports.GridRoom.
|
|
13899
|
-
____exports.GridRoom[____exports.GridRoom.
|
|
13902
|
+
____exports.GridRoom.VOID = -9
|
|
13903
|
+
____exports.GridRoom[____exports.GridRoom.VOID] = "VOID"
|
|
13900
13904
|
____exports.GridRoom.SECRET_EXIT = -10
|
|
13901
13905
|
____exports.GridRoom[____exports.GridRoom.SECRET_EXIT] = "SECRET_EXIT"
|
|
13902
13906
|
____exports.GridRoom.GIDEON_DUNGEON = -11
|
|
@@ -14539,8 +14543,8 @@ ____exports.EntityType.FAT_BAT = 258
|
|
|
14539
14543
|
____exports.EntityType[____exports.EntityType.FAT_BAT] = "FAT_BAT"
|
|
14540
14544
|
____exports.EntityType.IMP = 259
|
|
14541
14545
|
____exports.EntityType[____exports.EntityType.IMP] = "IMP"
|
|
14542
|
-
____exports.EntityType.
|
|
14543
|
-
____exports.EntityType[____exports.EntityType.
|
|
14546
|
+
____exports.EntityType.HAUNT = 260
|
|
14547
|
+
____exports.EntityType[____exports.EntityType.HAUNT] = "HAUNT"
|
|
14544
14548
|
____exports.EntityType.DINGLE = 261
|
|
14545
14549
|
____exports.EntityType[____exports.EntityType.DINGLE] = "DINGLE"
|
|
14546
14550
|
____exports.EntityType.MEGA_MAW = 262
|
|
@@ -14565,8 +14569,8 @@ ____exports.EntityType.URIEL = 271
|
|
|
14565
14569
|
____exports.EntityType[____exports.EntityType.URIEL] = "URIEL"
|
|
14566
14570
|
____exports.EntityType.GABRIEL = 272
|
|
14567
14571
|
____exports.EntityType[____exports.EntityType.GABRIEL] = "GABRIEL"
|
|
14568
|
-
____exports.EntityType.
|
|
14569
|
-
____exports.EntityType[____exports.EntityType.
|
|
14572
|
+
____exports.EntityType.LAMB = 273
|
|
14573
|
+
____exports.EntityType[____exports.EntityType.LAMB] = "LAMB"
|
|
14570
14574
|
____exports.EntityType.MEGA_SATAN = 274
|
|
14571
14575
|
____exports.EntityType[____exports.EntityType.MEGA_SATAN] = "MEGA_SATAN"
|
|
14572
14576
|
____exports.EntityType.MEGA_SATAN_2 = 275
|
|
@@ -14627,8 +14631,8 @@ ____exports.EntityType.STONEY = 302
|
|
|
14627
14631
|
____exports.EntityType[____exports.EntityType.STONEY] = "STONEY"
|
|
14628
14632
|
____exports.EntityType.BLISTER = 303
|
|
14629
14633
|
____exports.EntityType[____exports.EntityType.BLISTER] = "BLISTER"
|
|
14630
|
-
____exports.EntityType.
|
|
14631
|
-
____exports.EntityType[____exports.EntityType.
|
|
14634
|
+
____exports.EntityType.THING = 304
|
|
14635
|
+
____exports.EntityType[____exports.EntityType.THING] = "THING"
|
|
14632
14636
|
____exports.EntityType.MINISTRO = 305
|
|
14633
14637
|
____exports.EntityType[____exports.EntityType.MINISTRO] = "MINISTRO"
|
|
14634
14638
|
____exports.EntityType.PORTAL = 306
|
|
@@ -14981,8 +14985,8 @@ ____exports.Ending.BLUE_WOMB = 20
|
|
|
14981
14985
|
____exports.Ending[____exports.Ending.BLUE_WOMB] = "BLUE_WOMB"
|
|
14982
14986
|
____exports.Ending.GREED_MODE = 21
|
|
14983
14987
|
____exports.Ending[____exports.Ending.GREED_MODE] = "GREED_MODE"
|
|
14984
|
-
____exports.Ending.
|
|
14985
|
-
____exports.Ending[____exports.Ending.
|
|
14988
|
+
____exports.Ending.VOID = 22
|
|
14989
|
+
____exports.Ending[____exports.Ending.VOID] = "VOID"
|
|
14986
14990
|
____exports.Ending.GREEDIER = 23
|
|
14987
14991
|
____exports.Ending[____exports.Ending.GREEDIER] = "GREEDIER"
|
|
14988
14992
|
____exports.Ending.MOTHER = 24
|
|
@@ -17307,6 +17311,16 @@ function ____exports.getEnumLength(self, transpiledEnum)
|
|
|
17307
17311
|
local enumEntries = ____exports.getEnumEntries(nil, transpiledEnum)
|
|
17308
17312
|
return #enumEntries
|
|
17309
17313
|
end
|
|
17314
|
+
function ____exports.getEnumNames(self, transpiledEnum)
|
|
17315
|
+
local enumNames = {}
|
|
17316
|
+
for key, _value in pairs(transpiledEnum) do
|
|
17317
|
+
if isString(nil, key) then
|
|
17318
|
+
enumNames[#enumNames + 1] = key
|
|
17319
|
+
end
|
|
17320
|
+
end
|
|
17321
|
+
__TS__ArraySort(enumNames)
|
|
17322
|
+
return enumNames
|
|
17323
|
+
end
|
|
17310
17324
|
function ____exports.getEnumValues(self, transpiledEnum)
|
|
17311
17325
|
local enumEntries = ____exports.getEnumEntries(nil, transpiledEnum)
|
|
17312
17326
|
return __TS__ArrayMap(
|
|
@@ -20510,7 +20524,7 @@ function ____exports.isSecretRoomDoor(self, door)
|
|
|
20510
20524
|
return string.lower(fileName) == "gfx/grid/door_08_holeinwall.anm2"
|
|
20511
20525
|
end
|
|
20512
20526
|
function ____exports.isVoidDoor(self, door)
|
|
20513
|
-
return door.TargetRoomIndex == asNumber(nil, GridRoom.
|
|
20527
|
+
return door.TargetRoomIndex == asNumber(nil, GridRoom.VOID)
|
|
20514
20528
|
end
|
|
20515
20529
|
function ____exports.removeDoor(self, door)
|
|
20516
20530
|
local room = game:GetRoom()
|
|
@@ -21378,7 +21392,7 @@ ____exports.STORY_BOSSES_SET = __TS__New(ReadonlySet, {
|
|
|
21378
21392
|
EntityType.MOMS_HEART,
|
|
21379
21393
|
EntityType.SATAN,
|
|
21380
21394
|
EntityType.ISAAC,
|
|
21381
|
-
EntityType.
|
|
21395
|
+
EntityType.LAMB,
|
|
21382
21396
|
EntityType.MEGA_SATAN,
|
|
21383
21397
|
EntityType.MEGA_SATAN_2,
|
|
21384
21398
|
EntityType.ULTRA_GREED,
|
|
@@ -27359,7 +27373,7 @@ ____exports.LEVEL_NAMES = {
|
|
|
27359
27373
|
[StageType.REPENTANCE] = "Undefined",
|
|
27360
27374
|
[StageType.REPENTANCE_B] = "Undefined"
|
|
27361
27375
|
},
|
|
27362
|
-
[LevelStage.
|
|
27376
|
+
[LevelStage.VOID] = {
|
|
27363
27377
|
[StageType.ORIGINAL] = "The Void",
|
|
27364
27378
|
[StageType.WRATH_OF_THE_LAMB] = "The Void",
|
|
27365
27379
|
[StageType.AFTERBIRTH] = "The Void",
|
|
@@ -27505,7 +27519,7 @@ ____exports.STAGE_TO_STAGE_ID = {
|
|
|
27505
27519
|
[LevelStage.BLUE_WOMB] = BLUE_WOMB_TO_STAGE_ID,
|
|
27506
27520
|
[LevelStage.SHEOL_CATHEDRAL] = SHEOL_CATHEDRAL_TO_STAGE_ID,
|
|
27507
27521
|
[LevelStage.DARK_ROOM_CHEST] = DARK_ROOM_CHEST_TO_STAGE_ID,
|
|
27508
|
-
[LevelStage.
|
|
27522
|
+
[LevelStage.VOID] = VOID_TO_STAGE_ID,
|
|
27509
27523
|
[LevelStage.HOME] = HOME_TO_STAGE_ID
|
|
27510
27524
|
}
|
|
27511
27525
|
return ____exports
|
|
@@ -27658,13 +27672,13 @@ function ____exports.goToStage(self, stage, stageType)
|
|
|
27658
27672
|
Isaac.ExecuteCommand(command)
|
|
27659
27673
|
end
|
|
27660
27674
|
function ____exports.isFinalFloor(self, stage, stageType)
|
|
27661
|
-
return stage == LevelStage.DARK_ROOM_CHEST or stage == LevelStage.
|
|
27675
|
+
return stage == LevelStage.DARK_ROOM_CHEST or stage == LevelStage.VOID or stage == LevelStage.HOME or stage == LevelStage.WOMB_2 and ____exports.isRepentanceStage(nil, stageType)
|
|
27662
27676
|
end
|
|
27663
27677
|
function ____exports.isStageWithNaturalDevilRoom(self, effectiveStage)
|
|
27664
27678
|
return inRange(nil, effectiveStage, LevelStage.BASEMENT_2, LevelStage.WOMB_2) and effectiveStage ~= LevelStage.BLUE_WOMB
|
|
27665
27679
|
end
|
|
27666
27680
|
function ____exports.isStageWithRandomBossCollectible(self, stage)
|
|
27667
|
-
return not ____exports.isStageWithStoryBoss(nil, stage) or stage == LevelStage.
|
|
27681
|
+
return not ____exports.isStageWithStoryBoss(nil, stage) or stage == LevelStage.VOID
|
|
27668
27682
|
end
|
|
27669
27683
|
function ____exports.isStageWithSecretExitToDownpour(self, stage)
|
|
27670
27684
|
return stage == LevelStage.BASEMENT_1 or stage == LevelStage.BASEMENT_2
|
|
@@ -41171,7 +41185,7 @@ ____exports.STAGE_TO_MUSIC = {
|
|
|
41171
41185
|
[LevelStage.BLUE_WOMB] = BLUE_WOMB_TO_MUSIC,
|
|
41172
41186
|
[LevelStage.SHEOL_CATHEDRAL] = SHEOL_CATHEDRAL_TO_MUSIC,
|
|
41173
41187
|
[LevelStage.DARK_ROOM_CHEST] = DARK_ROOM_CHEST_TO_MUSIC,
|
|
41174
|
-
[LevelStage.
|
|
41188
|
+
[LevelStage.VOID] = VOID_TO_MUSIC,
|
|
41175
41189
|
[LevelStage.HOME] = HOME_TO_MUSIC
|
|
41176
41190
|
}
|
|
41177
41191
|
return ____exports
|
|
@@ -41817,10 +41831,10 @@ function ____exports.getNextStage(self)
|
|
|
41817
41831
|
return LevelStage.BLUE_WOMB
|
|
41818
41832
|
end
|
|
41819
41833
|
end
|
|
41820
|
-
____cond4 = ____cond4 or ____switch4 == GridRoom.
|
|
41834
|
+
____cond4 = ____cond4 or ____switch4 == GridRoom.VOID
|
|
41821
41835
|
if ____cond4 then
|
|
41822
41836
|
do
|
|
41823
|
-
return LevelStage.
|
|
41837
|
+
return LevelStage.VOID
|
|
41824
41838
|
end
|
|
41825
41839
|
end
|
|
41826
41840
|
____cond4 = ____cond4 or ____switch4 == GridRoom.SECRET_EXIT
|
|
@@ -41854,8 +41868,8 @@ function ____exports.getNextStage(self)
|
|
|
41854
41868
|
if stage == LevelStage.DARK_ROOM_CHEST then
|
|
41855
41869
|
return LevelStage.DARK_ROOM_CHEST
|
|
41856
41870
|
end
|
|
41857
|
-
if stage == LevelStage.
|
|
41858
|
-
return LevelStage.
|
|
41871
|
+
if stage == LevelStage.VOID then
|
|
41872
|
+
return LevelStage.VOID
|
|
41859
41873
|
end
|
|
41860
41874
|
return asNumber(nil, stage) + 1
|
|
41861
41875
|
end
|
|
@@ -41898,7 +41912,7 @@ function ____exports.getNextStageType(self, upwards)
|
|
|
41898
41912
|
end
|
|
41899
41913
|
return StageType.WRATH_OF_THE_LAMB
|
|
41900
41914
|
end
|
|
41901
|
-
if nextStage == LevelStage.
|
|
41915
|
+
if nextStage == LevelStage.VOID then
|
|
41902
41916
|
return StageType.ORIGINAL
|
|
41903
41917
|
end
|
|
41904
41918
|
if nextStage == LevelStage.HOME then
|
|
@@ -43821,7 +43835,7 @@ local CELLAR_BOSSES_SET = __TS__New(
|
|
|
43821
43835
|
(tostring(EntityType.FALLEN) .. ".") .. tostring(FallenVariant.FALLEN),
|
|
43822
43836
|
tostring(EntityType.HEADLESS_HORSEMAN) .. ".0",
|
|
43823
43837
|
(tostring(EntityType.WIDOW) .. ".") .. tostring(WidowVariant.WIDOW),
|
|
43824
|
-
(tostring(EntityType.
|
|
43838
|
+
(tostring(EntityType.HAUNT) .. ".") .. tostring(HauntVariant.HAUNT),
|
|
43825
43839
|
tostring(EntityType.LITTLE_HORN) .. ".0",
|
|
43826
43840
|
(tostring(EntityType.RAG_MAN) .. ".") .. tostring(RagManVariant.RAG_MAN),
|
|
43827
43841
|
tostring(EntityType.BABY_PLUM) .. ".0"
|
|
@@ -43904,16 +43918,16 @@ local CAVES_BOSSES_SET = __TS__New(
|
|
|
43904
43918
|
local CATACOMBS_BOSSES_SET = __TS__New(
|
|
43905
43919
|
ReadonlySet,
|
|
43906
43920
|
{
|
|
43907
|
-
(tostring(EntityType.LARRY_JR) .. ".") .. tostring(LarryJrVariant.
|
|
43921
|
+
(tostring(EntityType.LARRY_JR) .. ".") .. tostring(LarryJrVariant.HOLLOW),
|
|
43908
43922
|
(tostring(EntityType.CHUB) .. ".") .. tostring(ChubVariant.CARRION_QUEEN),
|
|
43909
43923
|
(tostring(EntityType.PIN) .. ".") .. tostring(PinVariant.FRAIL),
|
|
43910
43924
|
tostring(EntityType.PESTILENCE) .. ".0",
|
|
43911
|
-
(tostring(EntityType.DUKE_OF_FLIES) .. ".") .. tostring(DukeOfFliesVariant.
|
|
43925
|
+
(tostring(EntityType.DUKE_OF_FLIES) .. ".") .. tostring(DukeOfFliesVariant.HUSK),
|
|
43912
43926
|
(tostring(EntityType.PEEP) .. ".") .. tostring(PeepVariant.PEEP),
|
|
43913
43927
|
(tostring(EntityType.FALLEN) .. ".") .. tostring(FallenVariant.FALLEN),
|
|
43914
43928
|
tostring(EntityType.HEADLESS_HORSEMAN) .. ".0",
|
|
43915
43929
|
tostring(EntityType.GURDY_JR) .. ".0",
|
|
43916
|
-
(tostring(EntityType.WIDOW) .. ".") .. tostring(WidowVariant.
|
|
43930
|
+
(tostring(EntityType.WIDOW) .. ".") .. tostring(WidowVariant.WRETCHED),
|
|
43917
43931
|
tostring(EntityType.DARK_ONE) .. ".0",
|
|
43918
43932
|
(tostring(EntityType.POLYCEPHALUS) .. ".") .. tostring(PolycephalusVariant.POLYCEPHALUS),
|
|
43919
43933
|
tostring(EntityType.FORSAKEN) .. ".0",
|
|
@@ -43956,8 +43970,8 @@ local MINES_BOSSES_SET = __TS__New(
|
|
|
43956
43970
|
local ASHPIT_BOSSES_SET = __TS__New(
|
|
43957
43971
|
ReadonlySet,
|
|
43958
43972
|
{
|
|
43959
|
-
(tostring(EntityType.LARRY_JR) .. ".") .. tostring(LarryJrVariant.
|
|
43960
|
-
(tostring(EntityType.POLYCEPHALUS) .. ".") .. tostring(PolycephalusVariant.
|
|
43973
|
+
(tostring(EntityType.LARRY_JR) .. ".") .. tostring(LarryJrVariant.SHELL),
|
|
43974
|
+
(tostring(EntityType.POLYCEPHALUS) .. ".") .. tostring(PolycephalusVariant.PILE),
|
|
43961
43975
|
tostring(EntityType.GREAT_GIDEON) .. ".0",
|
|
43962
43976
|
tostring(EntityType.SINGE) .. ".0",
|
|
43963
43977
|
tostring(EntityType.CLUTCH) .. ".0"
|
|
@@ -44006,7 +44020,7 @@ local NECROPOLIS_BOSSES_SET = __TS__New(
|
|
|
44006
44020
|
tostring(EntityType.HEADLESS_HORSEMAN) .. ".0",
|
|
44007
44021
|
tostring(EntityType.MASK_OF_INFAMY) .. ".0",
|
|
44008
44022
|
tostring(EntityType.ADVERSARY) .. ".0",
|
|
44009
|
-
(tostring(EntityType.POLYCEPHALUS) .. ".") .. tostring(PolycephalusVariant.
|
|
44023
|
+
(tostring(EntityType.POLYCEPHALUS) .. ".") .. tostring(PolycephalusVariant.PILE),
|
|
44010
44024
|
tostring(EntityType.BROWNIE) .. ".0",
|
|
44011
44025
|
tostring(EntityType.SISTERS_VIS) .. ".0"
|
|
44012
44026
|
}
|
|
@@ -44146,7 +44160,7 @@ local STAGE_10_STAGE_TYPE_TO_BOSS_SET_MAP = __TS__New(ReadonlyMap, {{StageType.O
|
|
|
44146
44160
|
local DARK_ROOM_BOSSES_SET = __TS__New(
|
|
44147
44161
|
ReadonlySet,
|
|
44148
44162
|
{
|
|
44149
|
-
(tostring(EntityType.
|
|
44163
|
+
(tostring(EntityType.LAMB) .. ".") .. tostring(LambVariant.LAMB),
|
|
44150
44164
|
tostring(EntityType.MEGA_SATAN) .. ".0"
|
|
44151
44165
|
}
|
|
44152
44166
|
)
|
|
@@ -44589,68 +44603,68 @@ ____exports.BOSS_NAME_PNG_FILE_NAMES = {
|
|
|
44589
44603
|
[BossID.STEVEN] = "bossname_79.1_steven.png",
|
|
44590
44604
|
[BossID.CHAD] = "bossname_28.1_chad.png",
|
|
44591
44605
|
[BossID.HEADLESS_HORSEMAN] = "bossname_82.0_headlesshorseman.png",
|
|
44592
|
-
[BossID.
|
|
44606
|
+
[BossID.FALLEN] = "bossname_81.0_thefallen.png",
|
|
44593
44607
|
[BossID.SATAN] = "bossname_84.0_satan.png",
|
|
44594
44608
|
[BossID.IT_LIVES] = "bossname_78.1_itlives.png",
|
|
44595
|
-
[BossID.
|
|
44596
|
-
[BossID.
|
|
44609
|
+
[BossID.HOLLOW] = "bossname_19.1_thehollow.png",
|
|
44610
|
+
[BossID.CARRION_QUEEN] = "bossname_28.2_carrionqueen.png",
|
|
44597
44611
|
[BossID.GURDY_JR] = "bossname_99.0_gurdyjr.png",
|
|
44598
|
-
[BossID.
|
|
44599
|
-
[BossID.
|
|
44612
|
+
[BossID.HUSK] = "bossname_67.1_thehusk.png",
|
|
44613
|
+
[BossID.BLOAT] = "bossname_68.1_bloat.png",
|
|
44600
44614
|
[BossID.LOKII] = "bossname_69.1_lokii.png",
|
|
44601
|
-
[BossID.
|
|
44615
|
+
[BossID.BLIGHTED_OVUM] = "bossname_79.2_blightedovum.png",
|
|
44602
44616
|
[BossID.TERATOMA] = "bossname_71.1_teratoma.png",
|
|
44603
|
-
[BossID.
|
|
44617
|
+
[BossID.WIDOW] = "bossname_100.0_widow.png",
|
|
44604
44618
|
[BossID.MASK_OF_INFAMY] = "bossname_97.0_maskofinfamy.png",
|
|
44605
|
-
[BossID.
|
|
44619
|
+
[BossID.WRETCHED] = "bossname_100.1_thewretched.png",
|
|
44606
44620
|
[BossID.PIN] = "bossname_62.0_pin.png",
|
|
44607
44621
|
[BossID.CONQUEST] = "bossname_65.1_conquest.png",
|
|
44608
44622
|
[BossID.ISAAC] = "playername_01_isaac.png",
|
|
44609
44623
|
[BossID.BLUE_BABY] = "bossname_102.1_bluebaby.png",
|
|
44610
44624
|
[BossID.DADDY_LONG_LEGS] = "bossname_101.0_daddylonglegs.png",
|
|
44611
44625
|
[BossID.TRIACHNID] = "bossname_101.1_triachnid.png",
|
|
44612
|
-
[BossID.
|
|
44626
|
+
[BossID.HAUNT] = "bossname_260.0_thehaunt.png",
|
|
44613
44627
|
[BossID.DINGLE] = "bossname_261.0_dingle.png",
|
|
44614
44628
|
[BossID.MEGA_MAW] = "bossname_262.0_megamaw.png",
|
|
44615
|
-
[BossID.
|
|
44629
|
+
[BossID.GATE] = "bossname_263.0_megamaw2.png",
|
|
44616
44630
|
[BossID.MEGA_FATTY] = "bossname_264.0_megafatty.png",
|
|
44617
|
-
[BossID.
|
|
44631
|
+
[BossID.CAGE] = "bossname_265.0_fatty2.png",
|
|
44618
44632
|
[BossID.MAMA_GURDY] = "bossname_266.0_mamagurdy.png",
|
|
44619
44633
|
[BossID.DARK_ONE] = "bossname_267.0_darkone.png",
|
|
44620
|
-
[BossID.
|
|
44634
|
+
[BossID.ADVERSARY] = "bossname_268.0_darkone2.png",
|
|
44621
44635
|
[BossID.POLYCEPHALUS] = "bossname_269.0_polycephalus.png",
|
|
44622
44636
|
[BossID.MR_FRED] = "bossname_270.0_megafred.png",
|
|
44623
|
-
[BossID.
|
|
44637
|
+
[BossID.LAMB] = "bossname_273.0_thelamb.png",
|
|
44624
44638
|
[BossID.MEGA_SATAN] = "bossname_274.0_megasatan.png",
|
|
44625
44639
|
[BossID.GURGLINGS] = "bossname_276.0_gurglings.png",
|
|
44626
|
-
[BossID.
|
|
44640
|
+
[BossID.STAIN] = "bossname_401.0_thestain.png",
|
|
44627
44641
|
[BossID.BROWNIE] = "bossname_402.0_brownie.png",
|
|
44628
|
-
[BossID.
|
|
44642
|
+
[BossID.FORSAKEN] = "bossname_403.0_theforsaken.png",
|
|
44629
44643
|
[BossID.LITTLE_HORN] = "bossname_404.0_littlehorn.png",
|
|
44630
44644
|
[BossID.RAG_MAN] = "bossname_405.0_ragman.png",
|
|
44631
44645
|
[BossID.ULTRA_GREED] = "bossname_406.0_ultragreed.png",
|
|
44632
44646
|
[BossID.HUSH] = "bossname_407.0_hush.png",
|
|
44633
44647
|
[BossID.DANGLE] = "bossname_dangle.png",
|
|
44634
44648
|
[BossID.TURDLING] = "bossname_turdlings.png",
|
|
44635
|
-
[BossID.
|
|
44649
|
+
[BossID.FRAIL] = "bossname_thefrail.png",
|
|
44636
44650
|
[BossID.RAG_MEGA] = "bossname_ragmega.png",
|
|
44637
44651
|
[BossID.SISTERS_VIS] = "bossname_sisterssvis.png",
|
|
44638
44652
|
[BossID.BIG_HORN] = "bossname_bighorn.png",
|
|
44639
44653
|
[BossID.DELIRIUM] = "bossname_delirium.png",
|
|
44640
|
-
[BossID.
|
|
44641
|
-
[BossID.
|
|
44654
|
+
[BossID.MATRIARCH] = "bossname_matriarch.png",
|
|
44655
|
+
[BossID.PILE] = "bossname_polycephalus2.png",
|
|
44642
44656
|
[BossID.REAP_CREEP] = "bossname_reapcreep.png",
|
|
44643
44657
|
[BossID.LIL_BLUB] = "bossname_beelzeblub.png",
|
|
44644
44658
|
[BossID.WORMWOOD] = "bossname_wormwood.png",
|
|
44645
44659
|
[BossID.RAINMAKER] = "bossname_rainmaker.png",
|
|
44646
|
-
[BossID.
|
|
44647
|
-
[BossID.
|
|
44660
|
+
[BossID.VISAGE] = "bossname_visage.png",
|
|
44661
|
+
[BossID.SIREN] = "bossname_siren.png",
|
|
44648
44662
|
[BossID.TUFF_TWINS] = "bossname_tufftwins.png",
|
|
44649
|
-
[BossID.
|
|
44663
|
+
[BossID.HERETIC] = "bossname_heretic.png",
|
|
44650
44664
|
[BossID.HORNFEL] = "bossname_hornfel.png",
|
|
44651
44665
|
[BossID.GREAT_GIDEON] = "bossname_gideon.png",
|
|
44652
44666
|
[BossID.BABY_PLUM] = "bossname_babyplum.png",
|
|
44653
|
-
[BossID.
|
|
44667
|
+
[BossID.SCOURGE] = "bossname_scourge.png",
|
|
44654
44668
|
[BossID.CHIMERA] = "bossname_chimera.png",
|
|
44655
44669
|
[BossID.ROTGUT] = "bossname_rotgut.png",
|
|
44656
44670
|
[BossID.MOTHER] = "bossname_mother.png",
|
|
@@ -44661,11 +44675,11 @@ ____exports.BOSS_NAME_PNG_FILE_NAMES = {
|
|
|
44661
44675
|
[BossID.SINGE] = "bossname_singe.png",
|
|
44662
44676
|
[BossID.BUMBINO] = "bossname_bumbino.png",
|
|
44663
44677
|
[BossID.COLOSTOMIA] = "bossname_colostomia.png",
|
|
44664
|
-
[BossID.
|
|
44678
|
+
[BossID.SHELL] = "bossname_shell.png",
|
|
44665
44679
|
[BossID.TURDLET] = "bossname_turdlet.png",
|
|
44666
44680
|
[BossID.RAGLICH] = "bossname_raglich.png",
|
|
44667
44681
|
[BossID.DOGMA] = "bossname_dogma.png",
|
|
44668
|
-
[BossID.
|
|
44682
|
+
[BossID.BEAST] = "bossname_dogma.png",
|
|
44669
44683
|
[BossID.HORNY_BOYS] = "bossname_hornyboys.png",
|
|
44670
44684
|
[BossID.CLUTCH] = "bossname_clutch.png"
|
|
44671
44685
|
}
|
|
@@ -44698,68 +44712,68 @@ ____exports.BOSS_PORTRAIT_PNG_FILE_NAMES = {
|
|
|
44698
44712
|
[BossID.STEVEN] = "portrait_79.1_steven.png",
|
|
44699
44713
|
[BossID.CHAD] = "portrait_28.1_chad.png",
|
|
44700
44714
|
[BossID.HEADLESS_HORSEMAN] = "portrait_82.0_headlesshorseman.png",
|
|
44701
|
-
[BossID.
|
|
44715
|
+
[BossID.FALLEN] = "portrait_81.0_thefallen.png",
|
|
44702
44716
|
[BossID.SATAN] = "portrait_84.0_satan.png",
|
|
44703
44717
|
[BossID.IT_LIVES] = "portrait_78.1_itlives.png",
|
|
44704
|
-
[BossID.
|
|
44705
|
-
[BossID.
|
|
44718
|
+
[BossID.HOLLOW] = "portrait_19.1_thehollow.png",
|
|
44719
|
+
[BossID.CARRION_QUEEN] = "portrait_28.2_carrionqueen.png",
|
|
44706
44720
|
[BossID.GURDY_JR] = "portrait_99.0_gurdyjr.png",
|
|
44707
|
-
[BossID.
|
|
44708
|
-
[BossID.
|
|
44721
|
+
[BossID.HUSK] = "portrait_67.1_thehusk.png",
|
|
44722
|
+
[BossID.BLOAT] = "portrait_68.1_bloat.png",
|
|
44709
44723
|
[BossID.LOKII] = "portrait_69.1_lokii.png",
|
|
44710
|
-
[BossID.
|
|
44724
|
+
[BossID.BLIGHTED_OVUM] = "portrait_79.2_blightedovum.png",
|
|
44711
44725
|
[BossID.TERATOMA] = "portrait_71.1_teratoma.png",
|
|
44712
|
-
[BossID.
|
|
44726
|
+
[BossID.WIDOW] = "portrait_100.0_widow.png",
|
|
44713
44727
|
[BossID.MASK_OF_INFAMY] = "portrait_97.0_maskofinfamy.png",
|
|
44714
|
-
[BossID.
|
|
44728
|
+
[BossID.WRETCHED] = "portrait_100.1_thewretched.png",
|
|
44715
44729
|
[BossID.PIN] = "portrait_62.0_pin.png",
|
|
44716
44730
|
[BossID.CONQUEST] = "portrait_65.1_conquest.png",
|
|
44717
44731
|
[BossID.ISAAC] = "portrait_102.0_isaac.png",
|
|
44718
44732
|
[BossID.BLUE_BABY] = "portrait_102.1_bluebaby.png",
|
|
44719
44733
|
[BossID.DADDY_LONG_LEGS] = "portrait_101.0_daddylonglegs.png",
|
|
44720
44734
|
[BossID.TRIACHNID] = "portrait_101.1_triachnid.png",
|
|
44721
|
-
[BossID.
|
|
44735
|
+
[BossID.HAUNT] = "portrait_260.0_thehaunt.png",
|
|
44722
44736
|
[BossID.DINGLE] = "portrait_261.0_dingle.png",
|
|
44723
44737
|
[BossID.MEGA_MAW] = "portrait_262.0_megamaw.png",
|
|
44724
|
-
[BossID.
|
|
44738
|
+
[BossID.GATE] = "portrait_263.0_megamaw2.png",
|
|
44725
44739
|
[BossID.MEGA_FATTY] = "portrait_264.0_megafatty.png",
|
|
44726
|
-
[BossID.
|
|
44740
|
+
[BossID.CAGE] = "portrait_265.0_fatty2.png",
|
|
44727
44741
|
[BossID.MAMA_GURDY] = "portrait_266.0_mamagurdy.png",
|
|
44728
44742
|
[BossID.DARK_ONE] = "portrait_267.0_darkone.png",
|
|
44729
|
-
[BossID.
|
|
44743
|
+
[BossID.ADVERSARY] = "portrait_268.0_darkone2.png",
|
|
44730
44744
|
[BossID.POLYCEPHALUS] = "portrait_269.0_polycephalus.png",
|
|
44731
44745
|
[BossID.MR_FRED] = "portrait_270.0_megafred.png",
|
|
44732
|
-
[BossID.
|
|
44746
|
+
[BossID.LAMB] = "portrait_273.0_thelamb.png",
|
|
44733
44747
|
[BossID.MEGA_SATAN] = "portrait_274.0_megasatan.png",
|
|
44734
44748
|
[BossID.GURGLINGS] = "portrait_276.0_gurglings.png",
|
|
44735
|
-
[BossID.
|
|
44749
|
+
[BossID.STAIN] = "portrait_401.0_thestain.png",
|
|
44736
44750
|
[BossID.BROWNIE] = "portrait_402.0_brownie.png",
|
|
44737
|
-
[BossID.
|
|
44751
|
+
[BossID.FORSAKEN] = "portrait_403.0_theforsaken.png",
|
|
44738
44752
|
[BossID.LITTLE_HORN] = "portrait_404.0_littlehorn.png",
|
|
44739
44753
|
[BossID.RAG_MAN] = "portrait_405.0_ragman.png",
|
|
44740
44754
|
[BossID.ULTRA_GREED] = "portrait_406.0_ultragreed.png",
|
|
44741
44755
|
[BossID.HUSH] = "portrait_407.0_hush.png",
|
|
44742
44756
|
[BossID.DANGLE] = "portrait_dangle.png",
|
|
44743
44757
|
[BossID.TURDLING] = "portrait_turdlings.png",
|
|
44744
|
-
[BossID.
|
|
44758
|
+
[BossID.FRAIL] = "portrait_thefrail.png",
|
|
44745
44759
|
[BossID.RAG_MEGA] = "portrait_ragmega.png",
|
|
44746
44760
|
[BossID.SISTERS_VIS] = "portrait_sistersvis.png",
|
|
44747
44761
|
[BossID.BIG_HORN] = "portrait_bighorn.png",
|
|
44748
44762
|
[BossID.DELIRIUM] = "portrait_delirium.png",
|
|
44749
|
-
[BossID.
|
|
44750
|
-
[BossID.
|
|
44763
|
+
[BossID.MATRIARCH] = "portrait_matriarch.png",
|
|
44764
|
+
[BossID.PILE] = "portrait_269.1_polycephalus2.png",
|
|
44751
44765
|
[BossID.REAP_CREEP] = "portrait_900.0_reapcreep.png",
|
|
44752
44766
|
[BossID.LIL_BLUB] = "portrait_901.0_beelzeblub.png",
|
|
44753
44767
|
[BossID.WORMWOOD] = "portrait_902.0_wormwood.png",
|
|
44754
44768
|
[BossID.RAINMAKER] = "portrait_902.0_rainmaker.png",
|
|
44755
|
-
[BossID.
|
|
44756
|
-
[BossID.
|
|
44769
|
+
[BossID.VISAGE] = "portrait_903.0_visage.png",
|
|
44770
|
+
[BossID.SIREN] = "portrait_904.0_siren.png",
|
|
44757
44771
|
[BossID.TUFF_TWINS] = "portrait_19.100_tufftwins.png",
|
|
44758
|
-
[BossID.
|
|
44772
|
+
[BossID.HERETIC] = "portrait_905.0_heretic.png",
|
|
44759
44773
|
[BossID.HORNFEL] = "portrait_906.0_hornfel.png",
|
|
44760
44774
|
[BossID.GREAT_GIDEON] = "portrait_907.0_gideon.png",
|
|
44761
44775
|
[BossID.BABY_PLUM] = "portrait_908.0_babyplum.png",
|
|
44762
|
-
[BossID.
|
|
44776
|
+
[BossID.SCOURGE] = "portrait_909.0_scourge.png",
|
|
44763
44777
|
[BossID.CHIMERA] = "portrait_910.0_chimera.png",
|
|
44764
44778
|
[BossID.ROTGUT] = "portrait_911.0_rotgut.png",
|
|
44765
44779
|
[BossID.MOTHER] = "portrait_mother.png",
|
|
@@ -44770,11 +44784,11 @@ ____exports.BOSS_PORTRAIT_PNG_FILE_NAMES = {
|
|
|
44770
44784
|
[BossID.SINGE] = "portrait_singe.png",
|
|
44771
44785
|
[BossID.BUMBINO] = "portrait_bumbino.png",
|
|
44772
44786
|
[BossID.COLOSTOMIA] = "portrait_colostomia.png",
|
|
44773
|
-
[BossID.
|
|
44787
|
+
[BossID.SHELL] = "portrait_shell.png",
|
|
44774
44788
|
[BossID.TURDLET] = "portrait_turdlet.png",
|
|
44775
44789
|
[BossID.RAGLICH] = "portrait_raglich.png",
|
|
44776
44790
|
[BossID.DOGMA] = "portrait_dogma.png",
|
|
44777
|
-
[BossID.
|
|
44791
|
+
[BossID.BEAST] = "portrait_dogma.png",
|
|
44778
44792
|
[BossID.HORNY_BOYS] = "portrait_hornyboys.png",
|
|
44779
44793
|
[BossID.CLUTCH] = "portrait_clutch.png"
|
|
44780
44794
|
}
|