BossID
For StageID.SPECIAL_ROOMS
(0), RoomType.BOSS
(5).
This matches the "bossID" attribute in the "entities2.xml" file. It also matches the sub-type in the "00.special rooms.stb" file.
The enum is named BossID
instead of BossRoomSubType
in order to match the Entity.GetBossID
,
Room.GetBossID
and Room.GetSecondBossID
methods.
There is no BossID with a value of 0 because this is the default return value for "no boss ID"
when using the Room.GetBossID
method.
This enum is contiguous. (Every value is satisfied between 1 and 102, inclusive.)
Also see the MinibossID
enum.
Enumeration Members
MONSTRO
• MONSTRO = 1
Defined in
collections/roomSubTypes.ts:55
LARRY_JR
• LARRY_JR = 2
Defined in
collections/roomSubTypes.ts:56
CHUB
• CHUB = 3
Defined in
collections/roomSubTypes.ts:57
GURDY
• GURDY = 4
Defined in
collections/roomSubTypes.ts:58
MONSTRO_2
• MONSTRO_2 = 5
Defined in
collections/roomSubTypes.ts:59
MOM
• MOM = 6
Defined in
collections/roomSubTypes.ts:60
SCOLEX
• SCOLEX = 7
Defined in
collections/roomSubTypes.ts:61
MOMS_HEART
• MOMS_HEART = 8
Defined in
collections/roomSubTypes.ts:62
FAMINE
• FAMINE = 9
Defined in
collections/roomSubTypes.ts:63
PESTILENCE
• PESTILENCE = 10
Defined in
collections/roomSubTypes.ts:64
WAR
• WAR = 11
Defined in
collections/roomSubTypes.ts:65
DEATH
• DEATH = 12
Defined in
collections/roomSubTypes.ts:66
DUKE_OF_FLIES
• DUKE_OF_FLIES = 13
Defined in
collections/roomSubTypes.ts:67
PEEP
• PEEP = 14
Defined in
collections/roomSubTypes.ts:68
LOKI
• LOKI = 15
Defined in
collections/roomSubTypes.ts:69
BLASTOCYST
• BLASTOCYST = 16
Defined in
collections/roomSubTypes.ts:70
GEMINI
• GEMINI = 17
Defined in
collections/roomSubTypes.ts:71
FISTULA
• FISTULA = 18
Defined in
collections/roomSubTypes.ts:72
GISH
• GISH = 19
Defined in
collections/roomSubTypes.ts:73
STEVEN
• STEVEN = 20
Defined in
collections/roomSubTypes.ts:74
CHAD
• CHAD = 21
Defined in
collections/roomSubTypes.ts:75
HEADLESS_HORSEMAN
• HEADLESS_HORSEMAN = 22
Defined in
collections/roomSubTypes.ts:76
FALLEN
• FALLEN = 23
Defined in
collections/roomSubTypes.ts:77
SATAN
• SATAN = 24
Defined in
collections/roomSubTypes.ts:78
IT_LIVES
• IT_LIVES = 25
Defined in
collections/roomSubTypes.ts:79
HOLLOW
• HOLLOW = 26
Defined in
collections/roomSubTypes.ts:80
CARRION_QUEEN
• CARRION_QUEEN = 27
Defined in
collections/roomSubTypes.ts:81
GURDY_JR
• GURDY_JR = 28
Defined in
collections/roomSubTypes.ts:82