isaacscript-common 77.1.0 → 77.2.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/functions/bosses.d.ts +0 -12
- package/dist/functions/bosses.d.ts.map +1 -1
- package/dist/functions/bosses.lua +0 -14
- package/dist/functions/storyBosses.d.ts +17 -0
- package/dist/functions/storyBosses.d.ts.map +1 -0
- package/dist/functions/storyBosses.lua +56 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.lua +8 -0
- package/dist/index.rollup.d.ts +4 -0
- package/dist/indexLua.d.ts +1 -0
- package/dist/indexLua.d.ts.map +1 -1
- package/dist/indexLua.lua +8 -0
- package/dist/isaacscript-common.lua +836 -53
- package/dist/sets/bossSets.d.ts +1 -3
- package/dist/sets/bossSets.d.ts.map +1 -1
- package/dist/sets/bossSets.lua +3 -36
- package/package.json +2 -2
- package/src/functions/bosses.ts +0 -20
- package/src/functions/storyBosses.ts +65 -0
- package/src/index.ts +1 -0
- package/src/sets/bossSets.ts +3 -43
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
--[[
|
|
2
2
|
|
|
3
|
-
isaacscript-common 77.
|
|
3
|
+
isaacscript-common 77.1.0
|
|
4
4
|
|
|
5
5
|
This is the "isaacscript-common" library, which was created with the IsaacScript tool.
|
|
6
6
|
|
|
@@ -3458,6 +3458,14 @@ do
|
|
|
3458
3458
|
end
|
|
3459
3459
|
end
|
|
3460
3460
|
end
|
|
3461
|
+
do
|
|
3462
|
+
local ____export = require("lua_modules.isaac-typescript-definitions.dist.enums.NPCID")
|
|
3463
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
3464
|
+
if ____exportKey ~= "default" then
|
|
3465
|
+
____exports[____exportKey] = ____exportValue
|
|
3466
|
+
end
|
|
3467
|
+
end
|
|
3468
|
+
end
|
|
3461
3469
|
do
|
|
3462
3470
|
local ____export = require("lua_modules.isaac-typescript-definitions.dist.enums.NPCState")
|
|
3463
3471
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
@@ -5560,7 +5568,7 @@ ____exports.HostVariant.HOST = 0
|
|
|
5560
5568
|
____exports.HostVariant[____exports.HostVariant.HOST] = "HOST"
|
|
5561
5569
|
____exports.HostVariant.RED_HOST = 1
|
|
5562
5570
|
____exports.HostVariant[____exports.HostVariant.RED_HOST] = "RED_HOST"
|
|
5563
|
-
____exports.HostVariant.HARD_HOST =
|
|
5571
|
+
____exports.HostVariant.HARD_HOST = 3
|
|
5564
5572
|
____exports.HostVariant[____exports.HostVariant.HARD_HOST] = "HARD_HOST"
|
|
5565
5573
|
--- For `EntityType.CHUB` (28).
|
|
5566
5574
|
____exports.ChubVariant = {}
|
|
@@ -5878,7 +5886,7 @@ ____exports.MomsHeartVariant.MOMS_HEART = 0
|
|
|
5878
5886
|
____exports.MomsHeartVariant[____exports.MomsHeartVariant.MOMS_HEART] = "MOMS_HEART"
|
|
5879
5887
|
____exports.MomsHeartVariant.IT_LIVES = 1
|
|
5880
5888
|
____exports.MomsHeartVariant[____exports.MomsHeartVariant.IT_LIVES] = "IT_LIVES"
|
|
5881
|
-
____exports.MomsHeartVariant.MOMS_GUTS =
|
|
5889
|
+
____exports.MomsHeartVariant.MOMS_GUTS = 10
|
|
5882
5890
|
____exports.MomsHeartVariant[____exports.MomsHeartVariant.MOMS_GUTS] = "MOMS_GUTS"
|
|
5883
5891
|
--- For `EntityType.GEMINI` (79).
|
|
5884
5892
|
____exports.GeminiVariant = {}
|
|
@@ -13371,6 +13379,754 @@ ____exports.NPCState.UNIQUE_DEATH = 17
|
|
|
13371
13379
|
____exports.NPCState[____exports.NPCState.UNIQUE_DEATH] = "UNIQUE_DEATH"
|
|
13372
13380
|
____exports.NPCState.DEATH = 18
|
|
13373
13381
|
____exports.NPCState[____exports.NPCState.DEATH] = "DEATH"
|
|
13382
|
+
return ____exports
|
|
13383
|
+
end,
|
|
13384
|
+
["lua_modules.isaac-typescript-definitions.dist.enums.NPCID"] = function(...)
|
|
13385
|
+
local ____exports = {}
|
|
13386
|
+
--- EntityIDs which reference an NPC.
|
|
13387
|
+
____exports.NPCID = {}
|
|
13388
|
+
____exports.NPCID.FROWNING_GAPER = "10.0.0"
|
|
13389
|
+
____exports.NPCID.GAPER = "10.1.0"
|
|
13390
|
+
____exports.NPCID.FLAMING_GAPER = "10.2.0"
|
|
13391
|
+
____exports.NPCID.ROTTEN_GAPER = "10.3.0"
|
|
13392
|
+
____exports.NPCID.ROTTEN_GAPER_2 = "10.3.1"
|
|
13393
|
+
____exports.NPCID.ROTTEN_GAPER_3 = "10.3.2"
|
|
13394
|
+
____exports.NPCID.ROTTEN_GAPER_4 = "10.3.3"
|
|
13395
|
+
____exports.NPCID.ROTTEN_GAPER_5 = "10.3.4"
|
|
13396
|
+
____exports.NPCID.ROTTEN_GAPER_6 = "10.3.5"
|
|
13397
|
+
____exports.NPCID.GUSHER = "11.0.0"
|
|
13398
|
+
____exports.NPCID.PACER = "11.1.0"
|
|
13399
|
+
____exports.NPCID.HORF = "12.0.0"
|
|
13400
|
+
____exports.NPCID.FLY = "13.0.0"
|
|
13401
|
+
____exports.NPCID.POOTER = "14.0.0"
|
|
13402
|
+
____exports.NPCID.SUPER_POOTER = "14.1.0"
|
|
13403
|
+
____exports.NPCID.TAINTED_POOTER = "14.2.0"
|
|
13404
|
+
____exports.NPCID.CLOTTY = "15.0.0"
|
|
13405
|
+
____exports.NPCID.CLOT = "15.1.0"
|
|
13406
|
+
____exports.NPCID.I_BLOB = "15.2.0"
|
|
13407
|
+
____exports.NPCID.GRILLED_CLOTTY = "15.3.0"
|
|
13408
|
+
____exports.NPCID.MULLIGAN = "16.0.0"
|
|
13409
|
+
____exports.NPCID.MULLIGOON = "16.1.0"
|
|
13410
|
+
____exports.NPCID.MULLIBOOM = "16.2.0"
|
|
13411
|
+
____exports.NPCID.SHOPKEEPER = "17.0.0"
|
|
13412
|
+
____exports.NPCID.SECRET_ROOM_KEEPER = "17.1.0"
|
|
13413
|
+
____exports.NPCID.ERROR_ROOM_KEEPER = "17.2.0"
|
|
13414
|
+
____exports.NPCID.SPECIAL_SHOPKEEPER = "17.3.0"
|
|
13415
|
+
____exports.NPCID.SPECIAL_SECRET_ROOM_KEEPER = "17.4.0"
|
|
13416
|
+
____exports.NPCID.ATTACK_FLY = "18.0.0"
|
|
13417
|
+
____exports.NPCID.LARRY_JR = "19.0.0"
|
|
13418
|
+
____exports.NPCID.LARRY_JR_GREEN = "19.0.1"
|
|
13419
|
+
____exports.NPCID.LARRY_JR_BLUE = "19.0.2"
|
|
13420
|
+
____exports.NPCID.THE_HOLLOW = "19.1.0"
|
|
13421
|
+
____exports.NPCID.THE_HOLLOW_GREEN = "19.1.1"
|
|
13422
|
+
____exports.NPCID.THE_HOLLOW_BLACK = "19.1.2"
|
|
13423
|
+
____exports.NPCID.THE_HOLLOW_YELLOW = "19.1.3"
|
|
13424
|
+
____exports.NPCID.TUFF_TWIN = "19.2.0"
|
|
13425
|
+
____exports.NPCID.THE_SHELL = "19.3.0"
|
|
13426
|
+
____exports.NPCID.MONSTRO = "20.0.0"
|
|
13427
|
+
____exports.NPCID.MONSTRO_RED = "20.0.1"
|
|
13428
|
+
____exports.NPCID.MONSTRO_GREY = "20.0.2"
|
|
13429
|
+
____exports.NPCID.MAGGOT = "21.0.0"
|
|
13430
|
+
____exports.NPCID.HIVE = "22.0.0"
|
|
13431
|
+
____exports.NPCID.DROWNED_HIVE = "22.1.0"
|
|
13432
|
+
____exports.NPCID.HOLY_MULLIGAN = "22.2.0"
|
|
13433
|
+
____exports.NPCID.TAINTED_MULLIGAN = "22.3.0"
|
|
13434
|
+
____exports.NPCID.CHARGER = "23.0.0"
|
|
13435
|
+
____exports.NPCID.MY_SHADOW = "23.0.1"
|
|
13436
|
+
____exports.NPCID.DROWNED_CHARGER = "23.1.0"
|
|
13437
|
+
____exports.NPCID.DANK_CHARGER = "23.2.0"
|
|
13438
|
+
____exports.NPCID.CARRION_PRINCESS = "23.3.0"
|
|
13439
|
+
____exports.NPCID.GLOBIN = "24.0.0"
|
|
13440
|
+
____exports.NPCID.GAZING_GLOBIN = "24.1.0"
|
|
13441
|
+
____exports.NPCID.DANK_GLOBIN = "24.2.0"
|
|
13442
|
+
____exports.NPCID.CURSED_GLOBIN = "24.3.0"
|
|
13443
|
+
____exports.NPCID.BOOM_FLY = "25.0.0"
|
|
13444
|
+
____exports.NPCID.RED_BOOM_FLY = "25.1.0"
|
|
13445
|
+
____exports.NPCID.DROWNED_BOOM_FLY = "25.2.0"
|
|
13446
|
+
____exports.NPCID.DRAGON_FLY = "25.3.0"
|
|
13447
|
+
____exports.NPCID.DRAGON_FLY_X = "25.3.1"
|
|
13448
|
+
____exports.NPCID.BONE_FLY = "25.4.0"
|
|
13449
|
+
____exports.NPCID.SICK_BOOM_FLY = "25.5.0"
|
|
13450
|
+
____exports.NPCID.TAINTED_BOOM_FLY = "25.6.0"
|
|
13451
|
+
____exports.NPCID.MAW = "26.0.0"
|
|
13452
|
+
____exports.NPCID.RED_MAW = "26.1.0"
|
|
13453
|
+
____exports.NPCID.PSYCHIC_MAW = "26.2.0"
|
|
13454
|
+
____exports.NPCID.HOST = "27.0.0"
|
|
13455
|
+
____exports.NPCID.RED_HOST = "27.1.0"
|
|
13456
|
+
____exports.NPCID.HARD_HOST = "27.3.0"
|
|
13457
|
+
____exports.NPCID.CHUB = "28.0.0"
|
|
13458
|
+
____exports.NPCID.CHUB_BLUE = "28.0.1"
|
|
13459
|
+
____exports.NPCID.CHUB_ORANGE = "28.0.2"
|
|
13460
|
+
____exports.NPCID.CHAD = "28.1.0"
|
|
13461
|
+
____exports.NPCID.THE_CARRION_QUEEN = "28.2.0"
|
|
13462
|
+
____exports.NPCID.THE_CARRION_QUEEN_PINK = "28.2.1"
|
|
13463
|
+
____exports.NPCID.HOPPER = "29.0.0"
|
|
13464
|
+
____exports.NPCID.TRITE = "29.1.0"
|
|
13465
|
+
____exports.NPCID.EGGY = "29.2.0"
|
|
13466
|
+
____exports.NPCID.TAINTED_HOPPER = "29.3.0"
|
|
13467
|
+
____exports.NPCID.BOIL = "30.0.0"
|
|
13468
|
+
____exports.NPCID.BOIL_BLUE = "30.0.1"
|
|
13469
|
+
____exports.NPCID.GUT = "30.1.0"
|
|
13470
|
+
____exports.NPCID.SACK = "30.2.0"
|
|
13471
|
+
____exports.NPCID.SPITTY = "31.0.0"
|
|
13472
|
+
____exports.NPCID.TAINTED_SPITTY = "31.1.0"
|
|
13473
|
+
____exports.NPCID.BRAIN = "32.0.0"
|
|
13474
|
+
____exports.NPCID.FIRE_PLACE = "33.0.0"
|
|
13475
|
+
____exports.NPCID.RED_FIRE_PLACE = "33.1.0"
|
|
13476
|
+
____exports.NPCID.BLUE_FIRE_PLACE = "33.2.0"
|
|
13477
|
+
____exports.NPCID.PURPLE_FIRE_PLACE = "33.3.0"
|
|
13478
|
+
____exports.NPCID.WHITE_FIRE_PLACE = "33.4.0"
|
|
13479
|
+
____exports.NPCID.MOVEABLE_FIREPLACE = "33.10.0"
|
|
13480
|
+
____exports.NPCID.COAL = "33.11.0"
|
|
13481
|
+
____exports.NPCID.COAL_2 = "33.11.1"
|
|
13482
|
+
____exports.NPCID.COAL_3 = "33.11.2"
|
|
13483
|
+
____exports.NPCID.COAL_4 = "33.11.3"
|
|
13484
|
+
____exports.NPCID.MOVEABLE_BLUE_FIREPLACE = "33.12.0"
|
|
13485
|
+
____exports.NPCID.MOVEABLE_PURPLE_FIREPLACE = "33.13.0"
|
|
13486
|
+
____exports.NPCID.LEAPER = "34.0.0"
|
|
13487
|
+
____exports.NPCID.STICKY_LEAPER = "34.1.0"
|
|
13488
|
+
____exports.NPCID.MR_MAW = "35.0.0"
|
|
13489
|
+
____exports.NPCID.MR_MAW_HEAD = "35.1.0"
|
|
13490
|
+
____exports.NPCID.MR_RED_MAW = "35.2.0"
|
|
13491
|
+
____exports.NPCID.MR_RED_MAW_HEAD = "35.3.0"
|
|
13492
|
+
____exports.NPCID.MR_MAW_NECK = "35.10.0"
|
|
13493
|
+
____exports.NPCID.GURDY = "36.0.0"
|
|
13494
|
+
____exports.NPCID.GURDY_GREEN = "36.0.1"
|
|
13495
|
+
____exports.NPCID.BABY = "38.0.0"
|
|
13496
|
+
____exports.NPCID.ANGELIC_BABY = "38.1.0"
|
|
13497
|
+
____exports.NPCID.ANGELIC_BABY_SMALL = "38.1.1"
|
|
13498
|
+
____exports.NPCID.ULTRA_PRIDE_BABY = "38.2.0"
|
|
13499
|
+
____exports.NPCID.WRINKLY_BABY = "38.3.0"
|
|
13500
|
+
____exports.NPCID.VIS = "39.0.0"
|
|
13501
|
+
____exports.NPCID.DOUBLE_VIS = "39.1.0"
|
|
13502
|
+
____exports.NPCID.CHUBBER = "39.2.0"
|
|
13503
|
+
____exports.NPCID.SCARRED_DOUBLE_VIS = "39.3.0"
|
|
13504
|
+
____exports.NPCID.CHUBBER_PROJECTILE = "39.22.0"
|
|
13505
|
+
____exports.NPCID.GUTS = "40.0.0"
|
|
13506
|
+
____exports.NPCID.SCARRED_GUTS = "40.1.0"
|
|
13507
|
+
____exports.NPCID.SLOG = "40.2.0"
|
|
13508
|
+
____exports.NPCID.KNIGHT = "41.0.0"
|
|
13509
|
+
____exports.NPCID.SELFLESS_KNIGHT = "41.1.0"
|
|
13510
|
+
____exports.NPCID.LOOSE_KNIGHT = "41.2.0"
|
|
13511
|
+
____exports.NPCID.BRAINLESS_KNIGHT = "41.3.0"
|
|
13512
|
+
____exports.NPCID.BLACK_KNIGHT = "41.4.0"
|
|
13513
|
+
____exports.NPCID.STONE_GRIMACE = "42.0.0"
|
|
13514
|
+
____exports.NPCID.VOMIT_GRIMACE = "42.1.0"
|
|
13515
|
+
____exports.NPCID.TRIPLE_GRIMACE = "42.2.0"
|
|
13516
|
+
____exports.NPCID.MONSTRO_II = "43.0.0"
|
|
13517
|
+
____exports.NPCID.MONSTRO_II_RED = "43.0.1"
|
|
13518
|
+
____exports.NPCID.GISH = "43.1.0"
|
|
13519
|
+
____exports.NPCID.POKY = "44.0.0"
|
|
13520
|
+
____exports.NPCID.SLIDE = "44.1.0"
|
|
13521
|
+
____exports.NPCID.MOM = "45.0.0"
|
|
13522
|
+
____exports.NPCID.MOM_BLUE = "45.0.1"
|
|
13523
|
+
____exports.NPCID.MOM_RED = "45.0.2"
|
|
13524
|
+
____exports.NPCID.MOM_STOMP = "45.10.0"
|
|
13525
|
+
____exports.NPCID.MOM_STOMP_BLUE = "45.10.1"
|
|
13526
|
+
____exports.NPCID.MOM_STOMP_RED = "45.10.2"
|
|
13527
|
+
____exports.NPCID.SLOTH = "46.0.0"
|
|
13528
|
+
____exports.NPCID.SUPER_SLOTH = "46.1.0"
|
|
13529
|
+
____exports.NPCID.ULTRA_PRIDE = "46.2.0"
|
|
13530
|
+
____exports.NPCID.LUST = "47.0.0"
|
|
13531
|
+
____exports.NPCID.SUPER_LUST = "47.1.0"
|
|
13532
|
+
____exports.NPCID.WRATH = "48.0.0"
|
|
13533
|
+
____exports.NPCID.SUPER_WRATH = "48.1.0"
|
|
13534
|
+
____exports.NPCID.GLUTTONY = "49.0.0"
|
|
13535
|
+
____exports.NPCID.SUPER_GLUTTONY = "49.1.0"
|
|
13536
|
+
____exports.NPCID.GREED = "50.0.0"
|
|
13537
|
+
____exports.NPCID.SUPER_GREED = "50.1.0"
|
|
13538
|
+
____exports.NPCID.ENVY = "51.0.0"
|
|
13539
|
+
____exports.NPCID.SUPER_ENVY = "51.1.0"
|
|
13540
|
+
____exports.NPCID.ENVY_BIG = "51.10.0"
|
|
13541
|
+
____exports.NPCID.SUPER_ENVY_BIG = "51.11.0"
|
|
13542
|
+
____exports.NPCID.ENVY_MEDIUM = "51.20.0"
|
|
13543
|
+
____exports.NPCID.SUPER_ENVY_MEDIUM = "51.21.0"
|
|
13544
|
+
____exports.NPCID.ENVY_SMALL = "51.30.0"
|
|
13545
|
+
____exports.NPCID.SUPER_ENVY_SMALL = "51.31.0"
|
|
13546
|
+
____exports.NPCID.PRIDE = "52.0.0"
|
|
13547
|
+
____exports.NPCID.SUPER_PRIDE = "52.1.0"
|
|
13548
|
+
____exports.NPCID.DOPLE = "53.0.0"
|
|
13549
|
+
____exports.NPCID.EVIL_TWIN = "53.1.0"
|
|
13550
|
+
____exports.NPCID.FLAMING_HOPPER = "54.0.0"
|
|
13551
|
+
____exports.NPCID.LEECH = "55.0.0"
|
|
13552
|
+
____exports.NPCID.KAMIKAZE_LEECH = "55.1.0"
|
|
13553
|
+
____exports.NPCID.HOLY_LEECH = "55.2.0"
|
|
13554
|
+
____exports.NPCID.LUMP = "56.0.0"
|
|
13555
|
+
____exports.NPCID.MEMBRAIN = "57.0.0"
|
|
13556
|
+
____exports.NPCID.MAMA_GUTS = "57.1.0"
|
|
13557
|
+
____exports.NPCID.DEAD_MEAT = "57.2.0"
|
|
13558
|
+
____exports.NPCID.PARA_BITE = "58.0.0"
|
|
13559
|
+
____exports.NPCID.SCARRED_PARA_BITE = "58.1.0"
|
|
13560
|
+
____exports.NPCID.FRED = "59.0.0"
|
|
13561
|
+
____exports.NPCID.EYE = "60.0.0"
|
|
13562
|
+
____exports.NPCID.BLOODSHOT_EYE = "60.1.0"
|
|
13563
|
+
____exports.NPCID.HOLY_EYE = "60.2.0"
|
|
13564
|
+
____exports.NPCID.SUCKER = "61.0.0"
|
|
13565
|
+
____exports.NPCID.SPIT = "61.1.0"
|
|
13566
|
+
____exports.NPCID.SOUL_SUCKER = "61.2.0"
|
|
13567
|
+
____exports.NPCID.INK = "61.3.0"
|
|
13568
|
+
____exports.NPCID.MAMA_FLY = "61.4.0"
|
|
13569
|
+
____exports.NPCID.BULB = "61.5.0"
|
|
13570
|
+
____exports.NPCID.BLOODFLY = "61.6.0"
|
|
13571
|
+
____exports.NPCID.TAINTED_SUCKER = "61.7.0"
|
|
13572
|
+
____exports.NPCID.PIN = "62.0.0"
|
|
13573
|
+
____exports.NPCID.PIN_GREY = "62.0.1"
|
|
13574
|
+
____exports.NPCID.SCOLEX = "62.1.0"
|
|
13575
|
+
____exports.NPCID.THE_FRAIL = "62.2.0"
|
|
13576
|
+
____exports.NPCID.THE_FRAIL_BLACK = "62.2.1"
|
|
13577
|
+
____exports.NPCID.WORMWOOD = "62.3.0"
|
|
13578
|
+
____exports.NPCID.FAMINE = "63.0.0"
|
|
13579
|
+
____exports.NPCID.FAMINE_BLUE = "63.0.1"
|
|
13580
|
+
____exports.NPCID.PESTILENCE = "64.0.0"
|
|
13581
|
+
____exports.NPCID.PESTILENCE_GREY = "64.0.1"
|
|
13582
|
+
____exports.NPCID.WAR = "65.0.0"
|
|
13583
|
+
____exports.NPCID.WAR_GREY = "65.0.1"
|
|
13584
|
+
____exports.NPCID.CONQUEST = "65.1.0"
|
|
13585
|
+
____exports.NPCID.WAR_WITHOUT_HORSE = "65.10.0"
|
|
13586
|
+
____exports.NPCID.WAR_WITHOUT_HORSE_GREY = "65.10.1"
|
|
13587
|
+
____exports.NPCID.DEATH = "66.0.0"
|
|
13588
|
+
____exports.NPCID.DEATH_BLACK = "66.0.1"
|
|
13589
|
+
____exports.NPCID.DEATH_SCYTHE = "66.10.0"
|
|
13590
|
+
____exports.NPCID.DEATH_SCYTHE_BLACK = "66.10.1"
|
|
13591
|
+
____exports.NPCID.DEATH_HORSE = "66.20.0"
|
|
13592
|
+
____exports.NPCID.DEATH_HORSE_BLACK = "66.20.1"
|
|
13593
|
+
____exports.NPCID.DEATH_WITHOUT_HORSE = "66.30.0"
|
|
13594
|
+
____exports.NPCID.DEATH_WITHOUT_HORSE_BLACK = "66.30.1"
|
|
13595
|
+
____exports.NPCID.THE_DUKE_OF_FLIES = "67.0.0"
|
|
13596
|
+
____exports.NPCID.THE_DUKE_OF_FLIES_GREEN = "67.0.1"
|
|
13597
|
+
____exports.NPCID.THE_DUKE_OF_FLIES_ORANGE = "67.0.2"
|
|
13598
|
+
____exports.NPCID.THE_HUSK = "67.1.0"
|
|
13599
|
+
____exports.NPCID.THE_HUSK_BLACK = "67.1.1"
|
|
13600
|
+
____exports.NPCID.THE_HUSK_RED = "67.1.2"
|
|
13601
|
+
____exports.NPCID.PEEP = "68.0.0"
|
|
13602
|
+
____exports.NPCID.PEEP_YELLOW = "68.0.1"
|
|
13603
|
+
____exports.NPCID.PEEP_CYAN = "68.0.2"
|
|
13604
|
+
____exports.NPCID.THE_BLOAT = "68.1.0"
|
|
13605
|
+
____exports.NPCID.THE_BLOAT_GREEN = "68.1.1"
|
|
13606
|
+
____exports.NPCID.PEEP_EYE = "68.10.0"
|
|
13607
|
+
____exports.NPCID.PEEP_EYE_YELLOW = "68.10.1"
|
|
13608
|
+
____exports.NPCID.PEEP_EYE_CYAN = "68.10.2"
|
|
13609
|
+
____exports.NPCID.BLOAT_EYE = "68.11.0"
|
|
13610
|
+
____exports.NPCID.BLOAT_EYE_GREEN = "68.11.1"
|
|
13611
|
+
____exports.NPCID.LOKI = "69.0.0"
|
|
13612
|
+
____exports.NPCID.LOKII = "69.1.0"
|
|
13613
|
+
____exports.NPCID.FISTULA = "71.0.0"
|
|
13614
|
+
____exports.NPCID.FISTULA_GREY = "71.0.1"
|
|
13615
|
+
____exports.NPCID.TERATOMA = "71.1.0"
|
|
13616
|
+
____exports.NPCID.FISTULA_MEDIUM = "72.0.0"
|
|
13617
|
+
____exports.NPCID.FISTULA_MEDIUM_GREY = "72.0.1"
|
|
13618
|
+
____exports.NPCID.TERATOMA_MEDIUM = "72.1.0"
|
|
13619
|
+
____exports.NPCID.FISTULA_SMALL = "73.0.0"
|
|
13620
|
+
____exports.NPCID.FISTULA_SMALL_GREY = "73.0.1"
|
|
13621
|
+
____exports.NPCID.TERATOMA_SMALL = "73.1.0"
|
|
13622
|
+
____exports.NPCID.BLASTOCYST = "74.0.0"
|
|
13623
|
+
____exports.NPCID.BLASTOCYST_MEDIUM = "75.0.0"
|
|
13624
|
+
____exports.NPCID.BLASTOCYST_SMALL = "76.0.0"
|
|
13625
|
+
____exports.NPCID.EMBRYO = "77.0.0"
|
|
13626
|
+
____exports.NPCID.MOMS_HEART = "78.0.0"
|
|
13627
|
+
____exports.NPCID.IT_LIVES = "78.1.0"
|
|
13628
|
+
____exports.NPCID.MOMS_GUTS = "78.10.0"
|
|
13629
|
+
____exports.NPCID.GEMINI = "79.0.0"
|
|
13630
|
+
____exports.NPCID.GEMINI_GREEN = "79.0.1"
|
|
13631
|
+
____exports.NPCID.GEMINI_BLUE = "79.0.2"
|
|
13632
|
+
____exports.NPCID.STEVEN = "79.1.0"
|
|
13633
|
+
____exports.NPCID.THE_BLIGHTED_OVUM = "79.2.0"
|
|
13634
|
+
____exports.NPCID.GEMINI_BABY = "79.10.0"
|
|
13635
|
+
____exports.NPCID.GEMINI_BABY_GREEN = "79.10.1"
|
|
13636
|
+
____exports.NPCID.GEMINI_BABY_BLUE = "79.10.2"
|
|
13637
|
+
____exports.NPCID.STEVEN_BABY = "79.11.0"
|
|
13638
|
+
____exports.NPCID.THE_BLIGHTED_OVUM_BABY = "79.12.0"
|
|
13639
|
+
____exports.NPCID.UMBILICAL_CORD = "79.20.0"
|
|
13640
|
+
____exports.NPCID.UMBILICAL_CORD_GREEN = "79.20.1"
|
|
13641
|
+
____exports.NPCID.UMBILICAL_CORD_BLUE = "79.20.2"
|
|
13642
|
+
____exports.NPCID.MOTER = "80.0.0"
|
|
13643
|
+
____exports.NPCID.THE_FALLEN = "81.0.0"
|
|
13644
|
+
____exports.NPCID.KRAMPUS = "81.1.0"
|
|
13645
|
+
____exports.NPCID.HEADLESS_HORSEMAN = "82.0.0"
|
|
13646
|
+
____exports.NPCID.HEADLESS_HORSEMAN_HEAD = "83.0.0"
|
|
13647
|
+
____exports.NPCID.SATAN = "84.0.0"
|
|
13648
|
+
____exports.NPCID.SATAN_STOMP = "84.10.0"
|
|
13649
|
+
____exports.NPCID.SPIDER = "85.0.0"
|
|
13650
|
+
____exports.NPCID.KEEPER = "86.0.0"
|
|
13651
|
+
____exports.NPCID.GURGLE = "87.0.0"
|
|
13652
|
+
____exports.NPCID.CRACKLE = "87.1.0"
|
|
13653
|
+
____exports.NPCID.WALKING_BOIL = "88.0.0"
|
|
13654
|
+
____exports.NPCID.WALKING_GUT = "88.1.0"
|
|
13655
|
+
____exports.NPCID.WALKING_SACK = "88.2.0"
|
|
13656
|
+
____exports.NPCID.BUTTLICKER = "89.0.0"
|
|
13657
|
+
____exports.NPCID.HANGER = "90.0.0"
|
|
13658
|
+
____exports.NPCID.SWARMER = "91.0.0"
|
|
13659
|
+
____exports.NPCID.HEART = "92.0.0"
|
|
13660
|
+
____exports.NPCID.HALF_HEART = "92.1.0"
|
|
13661
|
+
____exports.NPCID.HALF_HEART_2 = "92.1.1"
|
|
13662
|
+
____exports.NPCID.MASK = "93.0.0"
|
|
13663
|
+
____exports.NPCID.MASK_II = "93.1.0"
|
|
13664
|
+
____exports.NPCID.BIG_SPIDER = "94.0.0"
|
|
13665
|
+
____exports.NPCID.ETERNAL_FLY = "96.0.0"
|
|
13666
|
+
____exports.NPCID.MASK_OF_INFAMY = "97.0.0"
|
|
13667
|
+
____exports.NPCID.MASK_OF_INFAMY_BLACK = "97.0.1"
|
|
13668
|
+
____exports.NPCID.HEART_OF_INFAMY = "98.0.0"
|
|
13669
|
+
____exports.NPCID.HEART_OF_INFAMY_BLACK = "98.0.1"
|
|
13670
|
+
____exports.NPCID.GURDY_JR = "99.0.0"
|
|
13671
|
+
____exports.NPCID.GURDY_JR_BLUE = "99.0.1"
|
|
13672
|
+
____exports.NPCID.GURDY_JR_YELLOW = "99.0.2"
|
|
13673
|
+
____exports.NPCID.WIDOW = "100.0.0"
|
|
13674
|
+
____exports.NPCID.WIDOW_BLACK = "100.0.1"
|
|
13675
|
+
____exports.NPCID.WIDOW_PINK = "100.0.2"
|
|
13676
|
+
____exports.NPCID.THE_WRETCHED = "100.1.0"
|
|
13677
|
+
____exports.NPCID.DADDY_LONG_LEGS = "101.0.0"
|
|
13678
|
+
____exports.NPCID.TRIACHNID = "101.1.0"
|
|
13679
|
+
____exports.NPCID.ISAAC = "102.0.0"
|
|
13680
|
+
____exports.NPCID.BLUE_BABY = "102.1.0"
|
|
13681
|
+
____exports.NPCID.BLUE_BABY_ALT = "102.2.0"
|
|
13682
|
+
____exports.NPCID.STONE_EYE = "201.0.0"
|
|
13683
|
+
____exports.NPCID.CONSTANT_STONE_SHOOTER_LEFT = "202.0.0"
|
|
13684
|
+
____exports.NPCID.CONSTANT_STONE_SHOOTER_UP = "202.0.1"
|
|
13685
|
+
____exports.NPCID.CONSTANT_STONE_SHOOTER_RIGHT = "202.0.2"
|
|
13686
|
+
____exports.NPCID.CONSTANT_STONE_SHOOTER_DOWN = "202.0.3"
|
|
13687
|
+
____exports.NPCID.CROSS_STONE_SHOOTER = "202.10.0"
|
|
13688
|
+
____exports.NPCID.CROSS_STONE_SHOOTER_2 = "202.10.1"
|
|
13689
|
+
____exports.NPCID.CROSS_STONE_SHOOTER_ALWAYS_ON = "202.11.0"
|
|
13690
|
+
____exports.NPCID.CROSS_STONE_SHOOTER_ALWAYS_ON_2 = "202.11.1"
|
|
13691
|
+
____exports.NPCID.BRIMSTONE_HEAD = "203.0.0"
|
|
13692
|
+
____exports.NPCID.MOBILE_HOST = "204.0.0"
|
|
13693
|
+
____exports.NPCID.NEST = "205.0.0"
|
|
13694
|
+
____exports.NPCID.BABY_LONG_LEGS = "206.0.0"
|
|
13695
|
+
____exports.NPCID.SMALL_BABY_LONG_LEGS = "206.1.0"
|
|
13696
|
+
____exports.NPCID.CRAZY_LONG_LEGS = "207.0.0"
|
|
13697
|
+
____exports.NPCID.SMALL_CRAZY_LONG_LEGS = "207.1.0"
|
|
13698
|
+
____exports.NPCID.FATTY = "208.0.0"
|
|
13699
|
+
____exports.NPCID.PALE_FATTY = "208.1.0"
|
|
13700
|
+
____exports.NPCID.FLAMING_FATTY = "208.2.0"
|
|
13701
|
+
____exports.NPCID.FAT_SACK = "209.0.0"
|
|
13702
|
+
____exports.NPCID.BLUBBER = "210.0.0"
|
|
13703
|
+
____exports.NPCID.HALF_SACK = "211.0.0"
|
|
13704
|
+
____exports.NPCID.DEATHS_HEAD = "212.0.0"
|
|
13705
|
+
____exports.NPCID.DANK_DEATHS_HEAD = "212.1.0"
|
|
13706
|
+
____exports.NPCID.CURSED_DEATHS_HEAD = "212.2.0"
|
|
13707
|
+
____exports.NPCID.BRIMSTONE_DEATHS_HEAD = "212.3.0"
|
|
13708
|
+
____exports.NPCID.REDSKULL = "212.4.0"
|
|
13709
|
+
____exports.NPCID.MOMS_HAND = "213.0.0"
|
|
13710
|
+
____exports.NPCID.LEVEL_2_FLY = "214.0.0"
|
|
13711
|
+
____exports.NPCID.LEVEL_2_SPIDER = "215.0.0"
|
|
13712
|
+
____exports.NPCID.SWINGER = "216.0.0"
|
|
13713
|
+
____exports.NPCID.SWINGER_HEAD = "216.1.0"
|
|
13714
|
+
____exports.NPCID.SWINGER_NECK = "216.10.0"
|
|
13715
|
+
____exports.NPCID.DIP = "217.0.0"
|
|
13716
|
+
____exports.NPCID.CORN = "217.1.0"
|
|
13717
|
+
____exports.NPCID.BROWNIE_CORN = "217.2.0"
|
|
13718
|
+
____exports.NPCID.BIG_CORN = "217.3.0"
|
|
13719
|
+
____exports.NPCID.WALL_HUGGER = "218.0.0"
|
|
13720
|
+
____exports.NPCID.WIZOOB = "219.0.0"
|
|
13721
|
+
____exports.NPCID.SQUIRT = "220.0.0"
|
|
13722
|
+
____exports.NPCID.DANK_SQUIRT = "220.1.0"
|
|
13723
|
+
____exports.NPCID.COD_WORM = "221.0.0"
|
|
13724
|
+
____exports.NPCID.RING_FLY = "222.0.0"
|
|
13725
|
+
____exports.NPCID.DINGA = "223.0.0"
|
|
13726
|
+
____exports.NPCID.OOB = "224.0.0"
|
|
13727
|
+
____exports.NPCID.BLACK_MAW = "225.0.0"
|
|
13728
|
+
____exports.NPCID.SKINNY = "226.0.0"
|
|
13729
|
+
____exports.NPCID.ROTTY = "226.1.0"
|
|
13730
|
+
____exports.NPCID.CRISPY = "226.2.0"
|
|
13731
|
+
____exports.NPCID.BONY = "227.0.0"
|
|
13732
|
+
____exports.NPCID.HOLY_BONY = "227.1.0"
|
|
13733
|
+
____exports.NPCID.HOMUNCULUS = "228.0.0"
|
|
13734
|
+
____exports.NPCID.HOMUNCULUS_CORD = "228.10.0"
|
|
13735
|
+
____exports.NPCID.TUMOR = "229.0.0"
|
|
13736
|
+
____exports.NPCID.PLANETOID = "229.1.0"
|
|
13737
|
+
____exports.NPCID.CAMILLO_JR = "230.0.0"
|
|
13738
|
+
____exports.NPCID.NERVE_ENDING = "231.0.0"
|
|
13739
|
+
____exports.NPCID.NERVE_ENDING_2 = "231.1.0"
|
|
13740
|
+
____exports.NPCID.ONE_TOOTH = "234.0.0"
|
|
13741
|
+
____exports.NPCID.GAPING_MAW = "235.0.0"
|
|
13742
|
+
____exports.NPCID.BROKEN_GAPING_MAW = "236.0.0"
|
|
13743
|
+
____exports.NPCID.GURGLING = "237.0.0"
|
|
13744
|
+
____exports.NPCID.GURGLING_BOSS = "237.1.0"
|
|
13745
|
+
____exports.NPCID.GURGLING_BOSS_YELLOW = "237.1.1"
|
|
13746
|
+
____exports.NPCID.GURGLING_BOSS_BLACK = "237.1.2"
|
|
13747
|
+
____exports.NPCID.TURDLING = "237.2.0"
|
|
13748
|
+
____exports.NPCID.SPLASHER = "238.0.0"
|
|
13749
|
+
____exports.NPCID.GRUB = "239.0.0"
|
|
13750
|
+
____exports.NPCID.CORPSE_EATER = "239.100.0"
|
|
13751
|
+
____exports.NPCID.CARRION_RIDER = "239.101.0"
|
|
13752
|
+
____exports.NPCID.WALL_CREEP = "240.0.0"
|
|
13753
|
+
____exports.NPCID.SOY_CREEP = "240.1.0"
|
|
13754
|
+
____exports.NPCID.RAG_CREEP = "240.2.0"
|
|
13755
|
+
____exports.NPCID.TAINTED_SOY_CREEP = "240.3.0"
|
|
13756
|
+
____exports.NPCID.RAGE_CREEP = "241.0.0"
|
|
13757
|
+
____exports.NPCID.SPLIT_RAGE_CREEP = "241.1.0"
|
|
13758
|
+
____exports.NPCID.BLIND_CREEP = "242.0.0"
|
|
13759
|
+
____exports.NPCID.CONJOINED_SPITTY = "243.0.0"
|
|
13760
|
+
____exports.NPCID.ROUND_WORM = "244.0.0"
|
|
13761
|
+
____exports.NPCID.TUBE_WORM = "244.1.0"
|
|
13762
|
+
____exports.NPCID.TAINTED_ROUND_WORM = "244.2.0"
|
|
13763
|
+
____exports.NPCID.TAINTED_ROUND_WORM_BUTT = "244.2.1"
|
|
13764
|
+
____exports.NPCID.TAINTED_TUBE_WORM = "244.3.0"
|
|
13765
|
+
____exports.NPCID.POOP = "245.0.0"
|
|
13766
|
+
____exports.NPCID.RAGLING = "246.0.0"
|
|
13767
|
+
____exports.NPCID.RAG_MANS_RAGLING = "246.1.0"
|
|
13768
|
+
____exports.NPCID.RAG_MANS_RAGLING_RED = "246.1.1"
|
|
13769
|
+
____exports.NPCID.RAG_MANS_RAGLING_BLACK = "246.1.2"
|
|
13770
|
+
____exports.NPCID.FLESH_MOBILE_HOST = "247.0.0"
|
|
13771
|
+
____exports.NPCID.PSYCHIC_HORF = "248.0.0"
|
|
13772
|
+
____exports.NPCID.FULL_FLY = "249.0.0"
|
|
13773
|
+
____exports.NPCID.TICKING_SPIDER = "250.0.0"
|
|
13774
|
+
____exports.NPCID.BEGOTTEN = "251.0.0"
|
|
13775
|
+
____exports.NPCID.BEGOTTEN_CHAIN = "251.10.0"
|
|
13776
|
+
____exports.NPCID.NULLS = "252.0.0"
|
|
13777
|
+
____exports.NPCID.PSY_TUMOR = "253.0.0"
|
|
13778
|
+
____exports.NPCID.FLOATING_KNIGHT = "254.0.0"
|
|
13779
|
+
____exports.NPCID.NIGHT_CRAWLER = "255.0.0"
|
|
13780
|
+
____exports.NPCID.DART_FLY = "256.0.0"
|
|
13781
|
+
____exports.NPCID.CONJOINED_FATTY = "257.0.0"
|
|
13782
|
+
____exports.NPCID.BLUE_CONJOINED_FATTY = "257.1.0"
|
|
13783
|
+
____exports.NPCID.FAT_BAT = "258.0.0"
|
|
13784
|
+
____exports.NPCID.IMP = "259.0.0"
|
|
13785
|
+
____exports.NPCID.HAUNT = "260.0.0"
|
|
13786
|
+
____exports.NPCID.HAUNT_BLACK = "260.0.1"
|
|
13787
|
+
____exports.NPCID.HAUNT_PINK = "260.0.2"
|
|
13788
|
+
____exports.NPCID.LIL_HAUNT = "260.10.0"
|
|
13789
|
+
____exports.NPCID.DINGLE = "261.0.0"
|
|
13790
|
+
____exports.NPCID.DINGLE_RED = "261.0.1"
|
|
13791
|
+
____exports.NPCID.DINGLE_BLACK = "261.0.2"
|
|
13792
|
+
____exports.NPCID.DANGLE = "261.1.0"
|
|
13793
|
+
____exports.NPCID.MEGA_MAW = "262.0.0"
|
|
13794
|
+
____exports.NPCID.MEGA_MAW_RED = "262.0.1"
|
|
13795
|
+
____exports.NPCID.MEGA_MAW_BLACK = "262.0.2"
|
|
13796
|
+
____exports.NPCID.THE_GATE = "263.0.0"
|
|
13797
|
+
____exports.NPCID.THE_GATE_RED = "263.0.1"
|
|
13798
|
+
____exports.NPCID.THE_GATE_BLACK = "263.0.2"
|
|
13799
|
+
____exports.NPCID.MEGA_FATTY = "264.0.0"
|
|
13800
|
+
____exports.NPCID.MEGA_FATTY_RED = "264.0.1"
|
|
13801
|
+
____exports.NPCID.MEGA_FATTY_BROWN = "264.0.2"
|
|
13802
|
+
____exports.NPCID.THE_CAGE = "265.0.0"
|
|
13803
|
+
____exports.NPCID.THE_CAGE_GREEN = "265.0.1"
|
|
13804
|
+
____exports.NPCID.THE_CAGE_PINK = "265.0.2"
|
|
13805
|
+
____exports.NPCID.MAMA_GURDY = "266.0.0"
|
|
13806
|
+
____exports.NPCID.MAMA_GURDY_LEFT_HAND = "266.1.0"
|
|
13807
|
+
____exports.NPCID.MAMA_GURDY_RIGHT_HAND = "266.2.0"
|
|
13808
|
+
____exports.NPCID.DARK_ONE = "267.0.0"
|
|
13809
|
+
____exports.NPCID.THE_ADVERSARY = "268.0.0"
|
|
13810
|
+
____exports.NPCID.POLYCEPHALUS = "269.0.0"
|
|
13811
|
+
____exports.NPCID.POLYCEPHALUS_RED = "269.0.1"
|
|
13812
|
+
____exports.NPCID.POLYCEPHALUS_PINK = "269.0.2"
|
|
13813
|
+
____exports.NPCID.THE_PILE = "269.1.0"
|
|
13814
|
+
____exports.NPCID.MR_FRED = "270.0.0"
|
|
13815
|
+
____exports.NPCID.URIEL = "271.0.0"
|
|
13816
|
+
____exports.NPCID.FALLEN_URIEL = "271.1.0"
|
|
13817
|
+
____exports.NPCID.GABRIEL = "272.0.0"
|
|
13818
|
+
____exports.NPCID.FALLEN_GABRIEL = "272.1.0"
|
|
13819
|
+
____exports.NPCID.THE_LAMB = "273.0.0"
|
|
13820
|
+
____exports.NPCID.LAMB_BODY = "273.10.0"
|
|
13821
|
+
____exports.NPCID.MEGA_SATAN = "274.0.0"
|
|
13822
|
+
____exports.NPCID.MEGA_SATANS_RIGHT_HAND = "274.1.0"
|
|
13823
|
+
____exports.NPCID.MEGA_SATANS_LEFT_HAND = "274.2.0"
|
|
13824
|
+
____exports.NPCID.MEGA_SATAN_2 = "275.0.0"
|
|
13825
|
+
____exports.NPCID.MEGA_SATAN_2_RIGHT_HAND = "275.1.0"
|
|
13826
|
+
____exports.NPCID.MEGA_SATAN_2_LEFT_HAND = "275.2.0"
|
|
13827
|
+
____exports.NPCID.ROUNDY = "276.0.0"
|
|
13828
|
+
____exports.NPCID.BLACK_BONY = "277.0.0"
|
|
13829
|
+
____exports.NPCID.BLACK_GLOBIN = "278.0.0"
|
|
13830
|
+
____exports.NPCID.BLACK_GLOBINS_HEAD = "279.0.0"
|
|
13831
|
+
____exports.NPCID.BLACK_GLOBINS_BODY = "280.0.0"
|
|
13832
|
+
____exports.NPCID.SWARM = "281.0.0"
|
|
13833
|
+
____exports.NPCID.MEGA_CLOTTY = "282.0.0"
|
|
13834
|
+
____exports.NPCID.BONE_KNIGHT = "283.0.0"
|
|
13835
|
+
____exports.NPCID.CYCLOPIA = "284.0.0"
|
|
13836
|
+
____exports.NPCID.RED_GHOST = "285.0.0"
|
|
13837
|
+
____exports.NPCID.FLESH_DEATHS_HEAD = "286.0.0"
|
|
13838
|
+
____exports.NPCID.MOMS_DEAD_HAND = "287.0.0"
|
|
13839
|
+
____exports.NPCID.DUKIE = "288.0.0"
|
|
13840
|
+
____exports.NPCID.ULCER = "289.0.0"
|
|
13841
|
+
____exports.NPCID.MEATBALL = "290.0.0"
|
|
13842
|
+
____exports.NPCID.PITFALL = "291.0.0"
|
|
13843
|
+
____exports.NPCID.SUCTION_PITFALL = "291.1.0"
|
|
13844
|
+
____exports.NPCID.TELEPORT_PITFALL = "291.2.0"
|
|
13845
|
+
____exports.NPCID.MOVABLE_TNT = "292.0.0"
|
|
13846
|
+
____exports.NPCID.MOVABLE_TNT_MINE_CRAFTER = "292.1.0"
|
|
13847
|
+
____exports.NPCID.ULTRA_GREED_COIN_SPINNER = "293.0.0"
|
|
13848
|
+
____exports.NPCID.ULTRA_GREED_COIN_KEY = "293.1.0"
|
|
13849
|
+
____exports.NPCID.ULTRA_GREED_COIN_BOMB = "293.2.0"
|
|
13850
|
+
____exports.NPCID.ULTRA_GREED_COIN_HEART = "293.3.0"
|
|
13851
|
+
____exports.NPCID.ULTRA_GREED_DOOR = "294.0.0"
|
|
13852
|
+
____exports.NPCID.CORN_MINE = "295.0.0"
|
|
13853
|
+
____exports.NPCID.CORN_MINE_BLACK = "295.0.1"
|
|
13854
|
+
____exports.NPCID.HUSH_FLY = "296.0.0"
|
|
13855
|
+
____exports.NPCID.BLUE_GAPER = "297.0.0"
|
|
13856
|
+
____exports.NPCID.BLUE_BOIL = "298.0.0"
|
|
13857
|
+
____exports.NPCID.GREED_GAPER = "299.0.0"
|
|
13858
|
+
____exports.NPCID.MUSHROOM = "300.0.0"
|
|
13859
|
+
____exports.NPCID.POISON_MIND = "301.0.0"
|
|
13860
|
+
____exports.NPCID.STONEY = "302.0.0"
|
|
13861
|
+
____exports.NPCID.CROSS_STONEY = "302.10.0"
|
|
13862
|
+
____exports.NPCID.BLISTER = "303.0.0"
|
|
13863
|
+
____exports.NPCID.THE_THING = "304.0.0"
|
|
13864
|
+
____exports.NPCID.MINISTRO = "305.0.0"
|
|
13865
|
+
____exports.NPCID.PORTAL = "306.0.0"
|
|
13866
|
+
____exports.NPCID.LIL_PORTAL = "306.1.0"
|
|
13867
|
+
____exports.NPCID.TAR_BOY = "307.0.0"
|
|
13868
|
+
____exports.NPCID.TAR_BOY_MOUTH = "307.0.1"
|
|
13869
|
+
____exports.NPCID.FISTULOID = "308.0.0"
|
|
13870
|
+
____exports.NPCID.GUSH = "309.0.0"
|
|
13871
|
+
____exports.NPCID.LEPER = "310.0.0"
|
|
13872
|
+
____exports.NPCID.LEPER_STAGE_2 = "310.0.1"
|
|
13873
|
+
____exports.NPCID.LEPER_STAGE_3 = "310.0.2"
|
|
13874
|
+
____exports.NPCID.LEPER_STAGE_4 = "310.0.3"
|
|
13875
|
+
____exports.NPCID.LEPER_FLESH = "310.1.0"
|
|
13876
|
+
____exports.NPCID.MR_MINE = "311.0.0"
|
|
13877
|
+
____exports.NPCID.MR_MINE_NECK = "311.10.0"
|
|
13878
|
+
____exports.NPCID.THE_STAIN = "401.0.0"
|
|
13879
|
+
____exports.NPCID.THE_STAIN_GREY = "401.0.1"
|
|
13880
|
+
____exports.NPCID.BROWNIE = "402.0.0"
|
|
13881
|
+
____exports.NPCID.BROWNIE_BLACK = "402.0.1"
|
|
13882
|
+
____exports.NPCID.THE_FORSAKEN = "403.0.0"
|
|
13883
|
+
____exports.NPCID.THE_FORSAKEN_BLACK = "403.0.1"
|
|
13884
|
+
____exports.NPCID.LITTLE_HORN = "404.0.0"
|
|
13885
|
+
____exports.NPCID.LITTLE_HORN_ORANGE = "404.0.1"
|
|
13886
|
+
____exports.NPCID.LITTLE_HORN_BLACK = "404.0.2"
|
|
13887
|
+
____exports.NPCID.DARK_BALL = "404.1.0"
|
|
13888
|
+
____exports.NPCID.DARK_BALL_ORANGE = "404.1.1"
|
|
13889
|
+
____exports.NPCID.DARK_BALL_BLACK = "404.1.2"
|
|
13890
|
+
____exports.NPCID.RAG_MAN = "405.0.0"
|
|
13891
|
+
____exports.NPCID.RAG_MAN_RED = "405.0.1"
|
|
13892
|
+
____exports.NPCID.RAG_MAN_BLACK = "405.0.2"
|
|
13893
|
+
____exports.NPCID.RAG_MANS_HEAD = "405.1.0"
|
|
13894
|
+
____exports.NPCID.RAG_MANS_HEAD_RED = "405.1.1"
|
|
13895
|
+
____exports.NPCID.RAG_MANS_HEAD_BLACK = "405.1.2"
|
|
13896
|
+
____exports.NPCID.ULTRA_GREED = "406.0.0"
|
|
13897
|
+
____exports.NPCID.ULTRA_GREEDIER = "406.1.0"
|
|
13898
|
+
____exports.NPCID.HUSH = "407.0.0"
|
|
13899
|
+
____exports.NPCID.HUSH_SKINLESS = "408.0.0"
|
|
13900
|
+
____exports.NPCID.RAG_MEGA = "409.0.0"
|
|
13901
|
+
____exports.NPCID.PURPLE_BALL = "409.1.0"
|
|
13902
|
+
____exports.NPCID.RAG_MEGA_REBIRTH_PILLAR = "409.2.0"
|
|
13903
|
+
____exports.NPCID.SISTERS_VIS = "410.0.0"
|
|
13904
|
+
____exports.NPCID.BIG_HORN = "411.0.0"
|
|
13905
|
+
____exports.NPCID.SMALL_HOLE = "411.1.0"
|
|
13906
|
+
____exports.NPCID.BIG_HOLE = "411.2.0"
|
|
13907
|
+
____exports.NPCID.DELIRIUM = "412.0.0"
|
|
13908
|
+
____exports.NPCID.THE_MATRIARCH = "413.0.0"
|
|
13909
|
+
____exports.NPCID.BLOOD_PUPPY = "802.0.0"
|
|
13910
|
+
____exports.NPCID.BLOOD_PUPPY_2 = "802.1.0"
|
|
13911
|
+
____exports.NPCID.BLIND_BAT = "803.0.0"
|
|
13912
|
+
____exports.NPCID.QUAKE_GRIMACE_LEFT = "804.0.0"
|
|
13913
|
+
____exports.NPCID.QUAKE_GRIMACE_UP = "804.0.1"
|
|
13914
|
+
____exports.NPCID.QUAKE_GRIMACE_RIGHT = "804.0.2"
|
|
13915
|
+
____exports.NPCID.QUAKE_GRIMACE_DOWN = "804.0.3"
|
|
13916
|
+
____exports.NPCID.BISHOP = "805.0.0"
|
|
13917
|
+
____exports.NPCID.BUBBLES = "806.0.0"
|
|
13918
|
+
____exports.NPCID.WRAITH = "807.0.0"
|
|
13919
|
+
____exports.NPCID.WILLO = "808.0.0"
|
|
13920
|
+
____exports.NPCID.BOMB_GRIMACE = "809.0.0"
|
|
13921
|
+
____exports.NPCID.SMALL_LEECH = "810.0.0"
|
|
13922
|
+
____exports.NPCID.DEEP_GAPER = "811.0.0"
|
|
13923
|
+
____exports.NPCID.DEEP_GAPER_2 = "811.0.1"
|
|
13924
|
+
____exports.NPCID.DEEP_GAPER_3 = "811.0.2"
|
|
13925
|
+
____exports.NPCID.DEEP_GAPER_4 = "811.0.3"
|
|
13926
|
+
____exports.NPCID.DEEP_GAPER_5 = "811.0.4"
|
|
13927
|
+
____exports.NPCID.DEEP_GAPER_6 = "811.0.5"
|
|
13928
|
+
____exports.NPCID.DEEP_GAPER_7 = "811.0.6"
|
|
13929
|
+
____exports.NPCID.SUB_HORF = "812.0.0"
|
|
13930
|
+
____exports.NPCID.TAINTED_SUB_HORF = "812.1.0"
|
|
13931
|
+
____exports.NPCID.BLURB = "813.0.0"
|
|
13932
|
+
____exports.NPCID.STRIDER = "814.0.0"
|
|
13933
|
+
____exports.NPCID.FISSURE = "815.0.0"
|
|
13934
|
+
____exports.NPCID.POLTY = "816.0.0"
|
|
13935
|
+
____exports.NPCID.KINETI = "816.1.0"
|
|
13936
|
+
____exports.NPCID.PREY = "817.0.0"
|
|
13937
|
+
____exports.NPCID.MULLIGHOUL = "817.1.0"
|
|
13938
|
+
____exports.NPCID.ROCK_SPIDER = "818.0.0"
|
|
13939
|
+
____exports.NPCID.ROCK_SPIDER_2 = "818.0.1"
|
|
13940
|
+
____exports.NPCID.ROCK_SPIDER_3 = "818.0.2"
|
|
13941
|
+
____exports.NPCID.ROCK_SPIDER_4 = "818.0.3"
|
|
13942
|
+
____exports.NPCID.TINTED_ROCK_SPIDER = "818.1.0"
|
|
13943
|
+
____exports.NPCID.TINTED_ROCK_SPIDER_2 = "818.1.1"
|
|
13944
|
+
____exports.NPCID.TINTED_ROCK_SPIDER_3 = "818.1.2"
|
|
13945
|
+
____exports.NPCID.TINTED_ROCK_SPIDER_4 = "818.1.3"
|
|
13946
|
+
____exports.NPCID.COAL_SPIDER = "818.2.0"
|
|
13947
|
+
____exports.NPCID.COAL_SPIDER_2 = "818.2.1"
|
|
13948
|
+
____exports.NPCID.COAL_SPIDER_3 = "818.2.2"
|
|
13949
|
+
____exports.NPCID.COAL_SPIDER_4 = "818.2.3"
|
|
13950
|
+
____exports.NPCID.FLY_BOMB = "819.0.0"
|
|
13951
|
+
____exports.NPCID.ETERNAL_FLY_BOMB = "819.1.0"
|
|
13952
|
+
____exports.NPCID.DANNY = "820.0.0"
|
|
13953
|
+
____exports.NPCID.COAL_BOY = "820.1.0"
|
|
13954
|
+
____exports.NPCID.BLASTER = "821.0.0"
|
|
13955
|
+
____exports.NPCID.BOUNCER = "822.0.0"
|
|
13956
|
+
____exports.NPCID.QUAKEY = "823.0.0"
|
|
13957
|
+
____exports.NPCID.GYRO = "824.0.0"
|
|
13958
|
+
____exports.NPCID.GRILLED_GYRO = "824.1.0"
|
|
13959
|
+
____exports.NPCID.FIRE_WORM = "825.0.0"
|
|
13960
|
+
____exports.NPCID.HARDY = "826.0.0"
|
|
13961
|
+
____exports.NPCID.FACELESS = "827.0.0"
|
|
13962
|
+
____exports.NPCID.TAINTED_FACELESS = "827.1.0"
|
|
13963
|
+
____exports.NPCID.NECRO = "828.0.0"
|
|
13964
|
+
____exports.NPCID.MOLE = "829.0.0"
|
|
13965
|
+
____exports.NPCID.TAINTED_MOLE = "829.1.0"
|
|
13966
|
+
____exports.NPCID.BIG_BONY = "830.0.0"
|
|
13967
|
+
____exports.NPCID.BIG_BONE = "830.10.0"
|
|
13968
|
+
____exports.NPCID.GUTTED_FATTY = "831.0.0"
|
|
13969
|
+
____exports.NPCID.GUTTED_FATTY_EYE = "831.10.0"
|
|
13970
|
+
____exports.NPCID.FESTERING_GUTS = "831.20.0"
|
|
13971
|
+
____exports.NPCID.EXORCIST = "832.0.0"
|
|
13972
|
+
____exports.NPCID.FANATIC = "832.1.0"
|
|
13973
|
+
____exports.NPCID.CANDLER = "833.0.0"
|
|
13974
|
+
____exports.NPCID.WHIPPER = "834.0.0"
|
|
13975
|
+
____exports.NPCID.SNAPPER = "834.1.0"
|
|
13976
|
+
____exports.NPCID.FLAGELLANT = "834.2.0"
|
|
13977
|
+
____exports.NPCID.PEEPING_FATTY = "835.0.0"
|
|
13978
|
+
____exports.NPCID.PEEPING_FATTY_EYE = "835.10.0"
|
|
13979
|
+
____exports.NPCID.VIS_VERSA = "836.0.0"
|
|
13980
|
+
____exports.NPCID.HENRY = "837.0.0"
|
|
13981
|
+
____exports.NPCID.LEVEL_2_WILLO = "838.0.0"
|
|
13982
|
+
____exports.NPCID.STRIFER = "839.0.0"
|
|
13983
|
+
____exports.NPCID.PON = "840.0.0"
|
|
13984
|
+
____exports.NPCID.REVENANT = "841.0.0"
|
|
13985
|
+
____exports.NPCID.QUAD_REVENANT = "841.1.0"
|
|
13986
|
+
____exports.NPCID.NIGHTWATCH = "842.0.0"
|
|
13987
|
+
____exports.NPCID.CANARY = "843.0.0"
|
|
13988
|
+
____exports.NPCID.FOREIGNER = "843.1.0"
|
|
13989
|
+
____exports.NPCID.BOMBGAGGER = "844.0.0"
|
|
13990
|
+
____exports.NPCID.LEVEL_2_GAPER = "850.0.0"
|
|
13991
|
+
____exports.NPCID.LEVEL_2_HORF = "850.1.0"
|
|
13992
|
+
____exports.NPCID.LEVEL_2_GUSHER = "850.2.0"
|
|
13993
|
+
____exports.NPCID.TWITCHY = "851.0.0"
|
|
13994
|
+
____exports.NPCID.SPIKEBALL = "852.0.0"
|
|
13995
|
+
____exports.NPCID.SMALL_MAGGOT = "853.0.0"
|
|
13996
|
+
____exports.NPCID.ADULT_LEECH = "854.0.0"
|
|
13997
|
+
____exports.NPCID.LEVEL_2_CHARGER = "855.0.0"
|
|
13998
|
+
____exports.NPCID.ELLEECH = "855.1.0"
|
|
13999
|
+
____exports.NPCID.GASBAG = "856.0.0"
|
|
14000
|
+
____exports.NPCID.COHORT = "857.0.0"
|
|
14001
|
+
____exports.NPCID.VESSEL = "858.0.0"
|
|
14002
|
+
____exports.NPCID.FLOAST = "859.0.0"
|
|
14003
|
+
____exports.NPCID.UNBORN = "860.0.0"
|
|
14004
|
+
____exports.NPCID.PUSTULE = "861.0.0"
|
|
14005
|
+
____exports.NPCID.CYST = "862.0.0"
|
|
14006
|
+
____exports.NPCID.MORNINGSTAR = "863.0.0"
|
|
14007
|
+
____exports.NPCID.MORNINGSTAR_2 = "863.0.1"
|
|
14008
|
+
____exports.NPCID.MORNINGSTAR_3 = "863.0.2"
|
|
14009
|
+
____exports.NPCID.MOCKULUS = "864.0.0"
|
|
14010
|
+
____exports.NPCID.EVIS = "865.0.0"
|
|
14011
|
+
____exports.NPCID.EVIS_GUTS = "865.10.0"
|
|
14012
|
+
____exports.NPCID.DARK_ESAU = "866.0.0"
|
|
14013
|
+
____exports.NPCID.DARKER_ESAU = "866.0.1"
|
|
14014
|
+
____exports.NPCID.DARK_ESAUS_PIT = "866.1.0"
|
|
14015
|
+
____exports.NPCID.MOTHERS_SHADOW = "867.0.0"
|
|
14016
|
+
____exports.NPCID.ARMY_FLY = "868.0.0"
|
|
14017
|
+
____exports.NPCID.MIGRAINE = "869.0.0"
|
|
14018
|
+
____exports.NPCID.DRIP = "870.0.0"
|
|
14019
|
+
____exports.NPCID.SPLURT = "871.0.0"
|
|
14020
|
+
____exports.NPCID.CLOGGY = "872.0.0"
|
|
14021
|
+
____exports.NPCID.FLY_TRAP = "873.0.0"
|
|
14022
|
+
____exports.NPCID.GAS_DWARF = "874.0.0"
|
|
14023
|
+
____exports.NPCID.POOT_MINE = "875.0.0"
|
|
14024
|
+
____exports.NPCID.DUMP = "876.0.0"
|
|
14025
|
+
____exports.NPCID.DUMP_HEAD = "876.1.0"
|
|
14026
|
+
____exports.NPCID.GRUDGE = "877.0.0"
|
|
14027
|
+
____exports.NPCID.BUTT_SLICKER = "878.0.0"
|
|
14028
|
+
____exports.NPCID.BLOATY = "879.0.0"
|
|
14029
|
+
____exports.NPCID.FLESH_MAIDEN = "880.0.0"
|
|
14030
|
+
____exports.NPCID.NEEDLE = "881.0.0"
|
|
14031
|
+
____exports.NPCID.PASTY = "881.1.0"
|
|
14032
|
+
____exports.NPCID.DUST = "882.0.0"
|
|
14033
|
+
____exports.NPCID.BABY_BEGOTTEN = "883.0.0"
|
|
14034
|
+
____exports.NPCID.SWARM_SPIDER = "884.0.0"
|
|
14035
|
+
____exports.NPCID.CULTIST = "885.0.0"
|
|
14036
|
+
____exports.NPCID.BLOOD_CULTIST = "885.1.0"
|
|
14037
|
+
____exports.NPCID.BONE_TRAP = "885.10.0"
|
|
14038
|
+
____exports.NPCID.VIS_FATTY = "886.0.0"
|
|
14039
|
+
____exports.NPCID.FETAL_DEMON = "886.1.0"
|
|
14040
|
+
____exports.NPCID.DUSTY_DEATHS_HEAD = "887.0.0"
|
|
14041
|
+
____exports.NPCID.SHADY = "888.0.0"
|
|
14042
|
+
____exports.NPCID.CLICKETY_CLACK = "889.0.0"
|
|
14043
|
+
____exports.NPCID.MAZE_ROAMER = "890.0.0"
|
|
14044
|
+
____exports.NPCID.MAZE_ROAMER_2 = "890.0.1"
|
|
14045
|
+
____exports.NPCID.GOAT = "891.0.0"
|
|
14046
|
+
____exports.NPCID.BLACK_GOAT = "891.1.0"
|
|
14047
|
+
____exports.NPCID.POOFER = "892.0.0"
|
|
14048
|
+
____exports.NPCID.BALL_AND_CHAIN = "893.0.0"
|
|
14049
|
+
____exports.NPCID.REAP_CREEP = "900.0.0"
|
|
14050
|
+
____exports.NPCID.LIL_BLUB = "901.0.0"
|
|
14051
|
+
____exports.NPCID.RAINMAKER = "902.0.0"
|
|
14052
|
+
____exports.NPCID.THE_VISAGE = "903.0.0"
|
|
14053
|
+
____exports.NPCID.VISAGE_MASK = "903.1.0"
|
|
14054
|
+
____exports.NPCID.VISAGE_CHAIN = "903.10.0"
|
|
14055
|
+
____exports.NPCID.VISAGE_PLASMA = "903.20.0"
|
|
14056
|
+
____exports.NPCID.SIREN = "904.0.0"
|
|
14057
|
+
____exports.NPCID.SIRENS_SKULL = "904.1.0"
|
|
14058
|
+
____exports.NPCID.SIREN_HELPER_PROJECTILE = "904.10.0"
|
|
14059
|
+
____exports.NPCID.THE_HERETIC = "905.0.0"
|
|
14060
|
+
____exports.NPCID.HORNFEL = "906.0.0"
|
|
14061
|
+
____exports.NPCID.HORNFEL_DECOY = "906.1.0"
|
|
14062
|
+
____exports.NPCID.GREAT_GIDEON = "907.0.0"
|
|
14063
|
+
____exports.NPCID.GREAT_GIDEON_DEFEATED = "907.0.1"
|
|
14064
|
+
____exports.NPCID.BABY_PLUM = "908.0.0"
|
|
14065
|
+
____exports.NPCID.THE_SCOURGE = "909.0.0"
|
|
14066
|
+
____exports.NPCID.THE_SCOURGE_CHAIN = "909.10.0"
|
|
14067
|
+
____exports.NPCID.CHIMERA = "910.0.0"
|
|
14068
|
+
____exports.NPCID.CHIMERA_BODY = "910.1.0"
|
|
14069
|
+
____exports.NPCID.CHIMERA_HEAD = "910.2.0"
|
|
14070
|
+
____exports.NPCID.ROTGUT = "911.0.0"
|
|
14071
|
+
____exports.NPCID.ROTGUT_MAGGOT = "911.1.0"
|
|
14072
|
+
____exports.NPCID.ROTGUT_HEART = "911.2.0"
|
|
14073
|
+
____exports.NPCID.MOTHER = "912.0.0"
|
|
14074
|
+
____exports.NPCID.MOTHER_BACKDROP = "912.0.1"
|
|
14075
|
+
____exports.NPCID.MOTHER_LEFT_ARM = "912.0.2"
|
|
14076
|
+
____exports.NPCID.MOTHER_RIGHT_ARM = "912.0.3"
|
|
14077
|
+
____exports.NPCID.MOTHER_DISAPPEAR = "912.0.4"
|
|
14078
|
+
____exports.NPCID.MOTHER_2 = "912.10.0"
|
|
14079
|
+
____exports.NPCID.DEAD_ISAAC = "912.20.0"
|
|
14080
|
+
____exports.NPCID.MOTHER_WORM = "912.30.0"
|
|
14081
|
+
____exports.NPCID.MOTHER_BALL = "912.100.0"
|
|
14082
|
+
____exports.NPCID.MOTHER_BALL_MEDIUM = "912.100.1"
|
|
14083
|
+
____exports.NPCID.MOTHER_BALL_SMALL = "912.100.2"
|
|
14084
|
+
____exports.NPCID.MIN_MIN = "913.0.0"
|
|
14085
|
+
____exports.NPCID.CLOG = "914.0.0"
|
|
14086
|
+
____exports.NPCID.SINGE = "915.0.0"
|
|
14087
|
+
____exports.NPCID.SINGES_BALL = "915.1.0"
|
|
14088
|
+
____exports.NPCID.BUMBINO = "916.0.0"
|
|
14089
|
+
____exports.NPCID.COLOSTOMIA = "917.0.0"
|
|
14090
|
+
____exports.NPCID.TURDLET = "918.0.0"
|
|
14091
|
+
____exports.NPCID.RAGLICH = "919.0.0"
|
|
14092
|
+
____exports.NPCID.RAGLICH_ARM = "919.1.0"
|
|
14093
|
+
____exports.NPCID.HORNY_BOYS = "920.0.0"
|
|
14094
|
+
____exports.NPCID.CLUTCH = "921.0.0"
|
|
14095
|
+
____exports.NPCID.CLUTCH_ORBITAL = "921.1.0"
|
|
14096
|
+
____exports.NPCID.DOGMA = "950.0.0"
|
|
14097
|
+
____exports.NPCID.DOGMAS_TV = "950.1.0"
|
|
14098
|
+
____exports.NPCID.DOGMA_ANGEL = "950.2.0"
|
|
14099
|
+
____exports.NPCID.DOGMA_ANGEL_BABY = "950.10.0"
|
|
14100
|
+
____exports.NPCID.THE_BEAST = "951.0.0"
|
|
14101
|
+
____exports.NPCID.STALACTITE = "951.1.0"
|
|
14102
|
+
____exports.NPCID.BEAST_ROCK_PROJECTILE = "951.2.0"
|
|
14103
|
+
____exports.NPCID.BEAST_SOUL = "951.3.0"
|
|
14104
|
+
____exports.NPCID.ULTRA_FAMINE = "951.10.0"
|
|
14105
|
+
____exports.NPCID.ULTRA_FAMINE_FLY = "951.11.0"
|
|
14106
|
+
____exports.NPCID.ULTRA_PESTILENCE = "951.20.0"
|
|
14107
|
+
____exports.NPCID.ULTRA_PESTILENCE_FLY = "951.21.0"
|
|
14108
|
+
____exports.NPCID.ULTRA_PESTILENCE_MAGGOT = "951.22.0"
|
|
14109
|
+
____exports.NPCID.ULTRA_PESTILENCE_FLY_BALL = "951.23.0"
|
|
14110
|
+
____exports.NPCID.ULTRA_WAR = "951.30.0"
|
|
14111
|
+
____exports.NPCID.ULTRA_WAR_BOMB = "951.31.0"
|
|
14112
|
+
____exports.NPCID.ULTRA_DEATH = "951.40.0"
|
|
14113
|
+
____exports.NPCID.ULTRA_DEATH_SCYTHE = "951.41.0"
|
|
14114
|
+
____exports.NPCID.ULTRA_DEATH_HEAD = "951.42.0"
|
|
14115
|
+
____exports.NPCID.BACKGROUND_BEAST = "951.100.0"
|
|
14116
|
+
____exports.NPCID.BACKGROUND_FAMINE = "951.101.0"
|
|
14117
|
+
____exports.NPCID.BACKGROUND_PESTILENCE = "951.102.0"
|
|
14118
|
+
____exports.NPCID.BACKGROUND_WAR = "951.103.0"
|
|
14119
|
+
____exports.NPCID.BACKGROUND_DEATH = "951.104.0"
|
|
14120
|
+
____exports.NPCID.GENERIC_PROP = "960.0.0"
|
|
14121
|
+
____exports.NPCID.MOMS_DRESSER = "960.1.0"
|
|
14122
|
+
____exports.NPCID.MOMS_VANITY = "960.2.0"
|
|
14123
|
+
____exports.NPCID.COUCH = "960.3.0"
|
|
14124
|
+
____exports.NPCID.TV = "960.4.0"
|
|
14125
|
+
____exports.NPCID.FROZEN_ENEMY = "963.0.0"
|
|
14126
|
+
____exports.NPCID.DUMMY = "964.0.0"
|
|
14127
|
+
____exports.NPCID.MINECART = "965.0.0"
|
|
14128
|
+
____exports.NPCID.SIREN_HELPER = "966.0.0"
|
|
14129
|
+
____exports.NPCID.HORNFEL_DOOR = "967.0.0"
|
|
13374
14130
|
return ____exports
|
|
13375
14131
|
end,
|
|
13376
14132
|
["lua_modules.isaac-typescript-definitions.dist.enums.Music"] = function(...)
|
|
@@ -49577,6 +50333,64 @@ ____exports.BOSS_NAMES = {
|
|
|
49577
50333
|
[BossID.HORNY_BOYS] = "Horny Boys",
|
|
49578
50334
|
[BossID.CLUTCH] = "Clutch"
|
|
49579
50335
|
}
|
|
50336
|
+
return ____exports
|
|
50337
|
+
end,
|
|
50338
|
+
["functions.storyBosses"] = function(...)
|
|
50339
|
+
local ____lualib = require("lualib_bundle")
|
|
50340
|
+
local __TS__New = ____lualib.__TS__New
|
|
50341
|
+
local ____exports = {}
|
|
50342
|
+
local ____isaac_2Dtypescript_2Ddefinitions = require("lua_modules.isaac-typescript-definitions.dist.index")
|
|
50343
|
+
local BossID = ____isaac_2Dtypescript_2Ddefinitions.BossID
|
|
50344
|
+
local EntityType = ____isaac_2Dtypescript_2Ddefinitions.EntityType
|
|
50345
|
+
local ____ReadonlySet = require("types.ReadonlySet")
|
|
50346
|
+
local ReadonlySet = ____ReadonlySet.ReadonlySet
|
|
50347
|
+
local STORY_BOSS_IDS = {
|
|
50348
|
+
BossID.MOM,
|
|
50349
|
+
BossID.MOMS_HEART,
|
|
50350
|
+
BossID.SATAN,
|
|
50351
|
+
BossID.IT_LIVES,
|
|
50352
|
+
BossID.ISAAC,
|
|
50353
|
+
BossID.BLUE_BABY,
|
|
50354
|
+
BossID.LAMB,
|
|
50355
|
+
BossID.MEGA_SATAN,
|
|
50356
|
+
BossID.ULTRA_GREED,
|
|
50357
|
+
BossID.HUSH,
|
|
50358
|
+
BossID.DELIRIUM,
|
|
50359
|
+
BossID.ULTRA_GREEDIER,
|
|
50360
|
+
BossID.MOTHER,
|
|
50361
|
+
BossID.MAUSOLEUM_MOM,
|
|
50362
|
+
BossID.MAUSOLEUM_MOMS_HEART,
|
|
50363
|
+
BossID.DOGMA,
|
|
50364
|
+
BossID.BEAST
|
|
50365
|
+
}
|
|
50366
|
+
local STORY_BOSS_ENTITY_TYPES_SET = __TS__New(ReadonlySet, {
|
|
50367
|
+
EntityType.MOM,
|
|
50368
|
+
EntityType.MOMS_HEART,
|
|
50369
|
+
EntityType.SATAN,
|
|
50370
|
+
EntityType.ISAAC,
|
|
50371
|
+
EntityType.LAMB,
|
|
50372
|
+
EntityType.MEGA_SATAN,
|
|
50373
|
+
EntityType.MEGA_SATAN_2,
|
|
50374
|
+
EntityType.ULTRA_GREED,
|
|
50375
|
+
EntityType.HUSH,
|
|
50376
|
+
EntityType.DELIRIUM,
|
|
50377
|
+
EntityType.MOTHER,
|
|
50378
|
+
EntityType.DOGMA,
|
|
50379
|
+
EntityType.BEAST
|
|
50380
|
+
})
|
|
50381
|
+
local STORY_BOSS_IDS_SET = __TS__New(ReadonlySet, STORY_BOSS_IDS)
|
|
50382
|
+
--- Helper function to determine if the specified entity type is an end-game story boss, like Isaac,
|
|
50383
|
+
-- Blue Baby, Mega Satan, The Beast, and so on. This is useful because certain effects should only
|
|
50384
|
+
-- apply to non-story bosses, like Vanishing Twin.
|
|
50385
|
+
function ____exports.isStoryBoss(self, entityType)
|
|
50386
|
+
return STORY_BOSS_ENTITY_TYPES_SET:has(entityType)
|
|
50387
|
+
end
|
|
50388
|
+
--- Helper function to determine if the specified boss ID is an end-game story boss, like Isaac, Blue
|
|
50389
|
+
-- Baby, Mega Satan, The Beast, and so on. This is useful because certain effects should only apply
|
|
50390
|
+
-- to non-story bosses, like Vanishing Twin.
|
|
50391
|
+
function ____exports.isStoryBossID(self, bossID)
|
|
50392
|
+
return STORY_BOSS_IDS_SET:has(bossID)
|
|
50393
|
+
end
|
|
49580
50394
|
return ____exports
|
|
49581
50395
|
end,
|
|
49582
50396
|
["sets.bossSets"] = function(...)
|
|
@@ -49587,13 +50401,14 @@ local __TS__Spread = ____lualib.__TS__Spread
|
|
|
49587
50401
|
local ____exports = {}
|
|
49588
50402
|
local ____isaac_2Dtypescript_2Ddefinitions = require("lua_modules.isaac-typescript-definitions.dist.index")
|
|
49589
50403
|
local BossID = ____isaac_2Dtypescript_2Ddefinitions.BossID
|
|
49590
|
-
local EntityType = ____isaac_2Dtypescript_2Ddefinitions.EntityType
|
|
49591
50404
|
local LevelStage = ____isaac_2Dtypescript_2Ddefinitions.LevelStage
|
|
49592
50405
|
local StageType = ____isaac_2Dtypescript_2Ddefinitions.StageType
|
|
49593
50406
|
local ____cachedEnumValues = require("arrays.cachedEnumValues")
|
|
49594
50407
|
local BOSS_IDS = ____cachedEnumValues.BOSS_IDS
|
|
49595
50408
|
local ____set = require("functions.set")
|
|
49596
50409
|
local combineSets = ____set.combineSets
|
|
50410
|
+
local ____storyBosses = require("functions.storyBosses")
|
|
50411
|
+
local isStoryBossID = ____storyBosses.isStoryBossID
|
|
49597
50412
|
local ____ReadonlyMap = require("types.ReadonlyMap")
|
|
49598
50413
|
local ReadonlyMap = ____ReadonlyMap.ReadonlyMap
|
|
49599
50414
|
local ____ReadonlySet = require("types.ReadonlySet")
|
|
@@ -49951,45 +50766,11 @@ ____exports.ALL_BOSSES_SET = __TS__New(
|
|
|
49951
50766
|
function(____, bossID) return bossID ~= BossID.RAGLICH end
|
|
49952
50767
|
)
|
|
49953
50768
|
)
|
|
49954
|
-
____exports.STORY_BOSS_IDS_SET = __TS__New(ReadonlySet, {
|
|
49955
|
-
BossID.MOM,
|
|
49956
|
-
BossID.MOMS_HEART,
|
|
49957
|
-
BossID.SATAN,
|
|
49958
|
-
BossID.IT_LIVES,
|
|
49959
|
-
BossID.ISAAC,
|
|
49960
|
-
BossID.BLUE_BABY,
|
|
49961
|
-
BossID.LAMB,
|
|
49962
|
-
BossID.MEGA_SATAN,
|
|
49963
|
-
BossID.ULTRA_GREED,
|
|
49964
|
-
BossID.HUSH,
|
|
49965
|
-
BossID.DELIRIUM,
|
|
49966
|
-
BossID.ULTRA_GREEDIER,
|
|
49967
|
-
BossID.MOTHER,
|
|
49968
|
-
BossID.MAUSOLEUM_MOM,
|
|
49969
|
-
BossID.MAUSOLEUM_MOMS_HEART,
|
|
49970
|
-
BossID.DOGMA,
|
|
49971
|
-
BossID.BEAST
|
|
49972
|
-
})
|
|
49973
|
-
____exports.STORY_BOSS_ENTITY_TYPES_SET = __TS__New(ReadonlySet, {
|
|
49974
|
-
EntityType.MOM,
|
|
49975
|
-
EntityType.MOMS_HEART,
|
|
49976
|
-
EntityType.SATAN,
|
|
49977
|
-
EntityType.ISAAC,
|
|
49978
|
-
EntityType.LAMB,
|
|
49979
|
-
EntityType.MEGA_SATAN,
|
|
49980
|
-
EntityType.MEGA_SATAN_2,
|
|
49981
|
-
EntityType.ULTRA_GREED,
|
|
49982
|
-
EntityType.HUSH,
|
|
49983
|
-
EntityType.DELIRIUM,
|
|
49984
|
-
EntityType.MOTHER,
|
|
49985
|
-
EntityType.DOGMA,
|
|
49986
|
-
EntityType.BEAST
|
|
49987
|
-
})
|
|
49988
50769
|
____exports.ALL_BOSSES_EXCLUDING_STORY_BOSSES_SET = __TS__New(
|
|
49989
50770
|
ReadonlySet,
|
|
49990
50771
|
__TS__ArrayFilter(
|
|
49991
50772
|
{__TS__Spread(____exports.ALL_BOSSES_SET)},
|
|
49992
|
-
function(____, bossID) return not
|
|
50773
|
+
function(____, bossID) return not isStoryBossID(nil, bossID) end
|
|
49993
50774
|
)
|
|
49994
50775
|
)
|
|
49995
50776
|
return ____exports
|
|
@@ -50220,8 +51001,6 @@ local ALL_BOSSES_EXCLUDING_STORY_BOSSES_SET = ____bossSets.ALL_BOSSES_EXCLUDING_
|
|
|
50220
51001
|
local ALL_BOSSES_SET = ____bossSets.ALL_BOSSES_SET
|
|
50221
51002
|
local STAGE_TO_COMBINED_BOSS_SET_MAP = ____bossSets.STAGE_TO_COMBINED_BOSS_SET_MAP
|
|
50222
51003
|
local STAGE_TO_STAGE_TYPE_TO_BOSS_SET_MAP = ____bossSets.STAGE_TO_STAGE_TYPE_TO_BOSS_SET_MAP
|
|
50223
|
-
local STORY_BOSS_ENTITY_TYPES_SET = ____bossSets.STORY_BOSS_ENTITY_TYPES_SET
|
|
50224
|
-
local STORY_BOSS_IDS_SET = ____bossSets.STORY_BOSS_IDS_SET
|
|
50225
51004
|
local ____repentanceBossIDsSet = require("sets.repentanceBossIDsSet")
|
|
50226
51005
|
local REPENTANCE_ONLY_BOSS_IDS_SET = ____repentanceBossIDsSet.REPENTANCE_ONLY_BOSS_IDS_SET
|
|
50227
51006
|
local ____sinEntityTypesSet = require("sets.sinEntityTypesSet")
|
|
@@ -50434,18 +51213,6 @@ local function getNumBossSegments(self, entityType, variant, numSegments)
|
|
|
50434
51213
|
end
|
|
50435
51214
|
until true
|
|
50436
51215
|
end
|
|
50437
|
-
--- Helper function to determine if the specified entity type is an end-game story boss, like Isaac,
|
|
50438
|
-
-- Blue Baby, Mega Satan, The Beast, and so on. This is useful because certain effects should only
|
|
50439
|
-
-- apply to non-story bosses, like Vanishing Twin.
|
|
50440
|
-
function ____exports.isStoryBoss(self, entityType)
|
|
50441
|
-
return STORY_BOSS_ENTITY_TYPES_SET:has(entityType)
|
|
50442
|
-
end
|
|
50443
|
-
--- Helper function to determine if the specified boss ID is an end-game story boss, like Isaac, Blue
|
|
50444
|
-
-- Baby, Mega Satan, The Beast, and so on. This is useful because certain effects should only apply
|
|
50445
|
-
-- to non-story bosses, like Vanishing Twin.
|
|
50446
|
-
function ____exports.isStoryBossID(self, bossID)
|
|
50447
|
-
return STORY_BOSS_IDS_SET:has(bossID)
|
|
50448
|
-
end
|
|
50449
51216
|
--- Helper function to spawn a boss.
|
|
50450
51217
|
--
|
|
50451
51218
|
-- Use this function instead of `spawnNPC` since it handles automatically spawning multiple segments
|
|
@@ -66387,6 +67154,14 @@ do
|
|
|
66387
67154
|
end
|
|
66388
67155
|
end
|
|
66389
67156
|
end
|
|
67157
|
+
do
|
|
67158
|
+
local ____export = require("functions.storyBosses")
|
|
67159
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
67160
|
+
if ____exportKey ~= "default" then
|
|
67161
|
+
____exports[____exportKey] = ____exportValue
|
|
67162
|
+
end
|
|
67163
|
+
end
|
|
67164
|
+
end
|
|
66390
67165
|
do
|
|
66391
67166
|
local ____export = require("functions.string")
|
|
66392
67167
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
@@ -67583,6 +68358,14 @@ do
|
|
|
67583
68358
|
end
|
|
67584
68359
|
end
|
|
67585
68360
|
end
|
|
68361
|
+
do
|
|
68362
|
+
local ____export = require("functions.storyBosses")
|
|
68363
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
68364
|
+
if ____exportKey ~= "default" then
|
|
68365
|
+
____exports[____exportKey] = ____exportValue
|
|
68366
|
+
end
|
|
68367
|
+
end
|
|
68368
|
+
end
|
|
67586
68369
|
do
|
|
67587
68370
|
local ____export = require("functions.string")
|
|
67588
68371
|
for ____exportKey, ____exportValue in pairs(____export) do
|