Skip to main content

StageID

Corresponds to the filename used in the XML/STB file for the room. It also matches the "id" attribute in the "stages.xml" file.

This enum is not contiguous. In other words, the enum ranges from StageID.SPECIAL_ROOMS (0) to StageID.BACKWARDS (36), but there is no corresponding StageID with the following values:

  • 18 (corresponds to Afterbirth+ "18.greed special.stb")
  • 19 (corresponds to Afterbirth+ "19.greed basement.stb")
  • 20 (corresponds to Afterbirth+ "20.greed caves.stb")
  • 21 (corresponds to Afterbirth+ "21.greed depths.stb")
  • 22 (corresponds to Afterbirth+ "22.greed womb.stb")
  • 23 (corresponds to Afterbirth+ "23.greed sheol.stb")

(These values are now unused in Repentance.)

Enumeration Members

SPECIAL_ROOMS

SPECIAL_ROOMS = 0

Defined in

StageID.ts:18


BASEMENT

BASEMENT = 1

Defined in

StageID.ts:19


CELLAR

CELLAR = 2

Defined in

StageID.ts:20


BURNING_BASEMENT

BURNING_BASEMENT = 3

Defined in

StageID.ts:21


CAVES

CAVES = 4

Defined in

StageID.ts:22


CATACOMBS

CATACOMBS = 5

Defined in

StageID.ts:23


FLOODED_CAVES

FLOODED_CAVES = 6

Defined in

StageID.ts:24


DEPTHS

DEPTHS = 7

Defined in

StageID.ts:25


NECROPOLIS

NECROPOLIS = 8

Defined in

StageID.ts:26


DANK_DEPTHS

DANK_DEPTHS = 9

Defined in

StageID.ts:27


WOMB

WOMB = 10

Defined in

StageID.ts:28


UTERO

UTERO = 11

Defined in

StageID.ts:29


SCARRED_WOMB

SCARRED_WOMB = 12

Defined in

StageID.ts:30


BLUE_WOMB

BLUE_WOMB = 13

Defined in

StageID.ts:31


SHEOL

SHEOL = 14

Defined in

StageID.ts:32


CATHEDRAL

CATHEDRAL = 15

Defined in

StageID.ts:33


DARK_ROOM

DARK_ROOM = 16

Defined in

StageID.ts:34


CHEST

CHEST = 17

Defined in

StageID.ts:35


SHOP

SHOP = 24

Defined in

StageID.ts:46


ULTRA_GREED

ULTRA_GREED = 25

Defined in

StageID.ts:47


VOID

VOID = 26

Defined in

StageID.ts:48


DOWNPOUR

DOWNPOUR = 27

Defined in

StageID.ts:49


DROSS

DROSS = 28

Defined in

StageID.ts:50


MINES

MINES = 29

Defined in

StageID.ts:51


ASHPIT

ASHPIT = 30

Defined in

StageID.ts:52


MAUSOLEUM

MAUSOLEUM = 31

Defined in

StageID.ts:53


GEHENNA

GEHENNA = 32

Defined in

StageID.ts:54


CORPSE

CORPSE = 33

Defined in

StageID.ts:55


MORTIS

MORTIS = 34

Defined in

StageID.ts:56


HOME

HOME = 35

Defined in

StageID.ts:57


BACKWARDS

BACKWARDS = 36

Defined in

StageID.ts:58