Skip to main content

RoomType

This enum is contiguous. (Every value is satisfied between 1 and 29, inclusive.)

Enumeration Members

DEFAULT

DEFAULT = 1

Defined in

RoomType.ts:6


SHOP

SHOP = 2

Defined in

RoomType.ts:7


ERROR

ERROR = 3

Defined in

RoomType.ts:8


TREASURE

TREASURE = 4

Defined in

RoomType.ts:9


BOSS

BOSS = 5

Defined in

RoomType.ts:10


MINI_BOSS

MINI_BOSS = 6

Defined in

RoomType.ts:11


SECRET

SECRET = 7

Defined in

RoomType.ts:12


SUPER_SECRET

SUPER_SECRET = 8

Defined in

RoomType.ts:13


ARCADE

ARCADE = 9

Defined in

RoomType.ts:14


CURSE

CURSE = 10

Defined in

RoomType.ts:15


CHALLENGE

CHALLENGE = 11

This includes both normal Challenge Rooms and Boss Challenge Rooms.

Defined in

RoomType.ts:18


LIBRARY

LIBRARY = 12

Defined in

RoomType.ts:20


SACRIFICE

SACRIFICE = 13

Defined in

RoomType.ts:21


DEVIL

DEVIL = 14

Defined in

RoomType.ts:22


ANGEL

ANGEL = 15

Defined in

RoomType.ts:23


DUNGEON

DUNGEON = 16

This is the room type of a crawl space.

Defined in

RoomType.ts:26


BOSS_RUSH

BOSS_RUSH = 17

Defined in

RoomType.ts:28


CLEAN_BEDROOM

CLEAN_BEDROOM = 18

Defined in

RoomType.ts:29


DIRTY_BEDROOM

DIRTY_BEDROOM = 19

Defined in

RoomType.ts:30


VAULT

VAULT = 20

Defined in

RoomType.ts:31


DICE

DICE = 21

Defined in

RoomType.ts:32


BLACK_MARKET

BLACK_MARKET = 22

Defined in

RoomType.ts:33


GREED_EXIT

GREED_EXIT = 23

Defined in

RoomType.ts:34


PLANETARIUM

PLANETARIUM = 24

Defined in

RoomType.ts:35


TELEPORTER

TELEPORTER = 25

The Mausoleum teleporter entrance. Currently unused.

Defined in

RoomType.ts:38


TELEPORTER_EXIT

TELEPORTER_EXIT = 26

The Mausoleum teleporter exit. Currently unused.

Defined in

RoomType.ts:41


SECRET_EXIT

SECRET_EXIT = 27

The room with a trapdoor to the Repentance floors. This also includes the "strange room" on Depths 2.

Defined in

RoomType.ts:47


BLUE

BLUE = 28

The Blue Womb rooms spawned by the Blue Key.

Defined in

RoomType.ts:50


ULTRA_SECRET

ULTRA_SECRET = 29

Defined in

RoomType.ts:52