Skip to main content

GridRoom

Most rooms have a grid index corresponding to their position on the level layout grid. Valid grid indexes range from 0 through 168 (because the grid is 13x13). However, some rooms are not part of the level layout grid. For off-grid rooms, they are assigned special negative integers that correspond to what kind of room they are. This enum contains all of the special negative values that exist.

Enumeration Members

DEVIL

DEVIL = -1

The Devil or Angel room for the floor.

Defined in

GridRoom.ts:10


ERROR

ERROR = -2

The I AM ERROR room for the floor.

Defined in

GridRoom.ts:13


DEBUG

DEBUG = -3

Used by the "goto" console command.

Defined in

GridRoom.ts:16


DUNGEON

DUNGEON = -4

The crawl space for the floor.

Defined in

GridRoom.ts:19


BOSS_RUSH

BOSS_RUSH = -5

Defined in

GridRoom.ts:21


BLACK_MARKET

BLACK_MARKET = -6

Defined in

GridRoom.ts:22


MEGA_SATAN

MEGA_SATAN = -7

Mega Satan's boss room.

Defined in

GridRoom.ts:25


BLUE_WOMB

BLUE_WOMB = -8

The room after defeating It Lives that leads to Blue Womb.

Defined in

GridRoom.ts:28


VOID

VOID = -9

The room after defeating Hush that leads to The Void.

Defined in

GridRoom.ts:31


SECRET_EXIT

SECRET_EXIT = -10

The room that is connected to the Boss Room that leads to the next Repentance floor.

Additionally, this grid index is also used for the room behind the strange door on Depths 2 that is connected to the starting room.

Defined in

GridRoom.ts:39


GIDEON_DUNGEON

GIDEON_DUNGEON = -11

The secret crawl space under Great Gideon that is only accessible with a Chaos Card.

Defined in

GridRoom.ts:42


GENESIS

GENESIS = -12

The Genesis room where you get to take new collectibles. (It looks like a clean bedroom.)

Defined in

GridRoom.ts:45


SECRET_SHOP

SECRET_SHOP = -13

The shop that appears if you have Member Card.

Defined in

GridRoom.ts:48


ROTGUT_DUNGEON_1

ROTGUT_DUNGEON_1 = -14

The boss room for the 2nd phase of Rotgut.

Defined in

GridRoom.ts:51


ROTGUT_DUNGEON_2

ROTGUT_DUNGEON_2 = -15

The boss room for the 3rd phase of Rotgut.

Defined in

GridRoom.ts:54


BLUE_ROOM

BLUE_ROOM = -16

The room before a Treasure Room that appears if you have Blue Key.

Defined in

GridRoom.ts:57


EXTRA_BOSS

EXTRA_BOSS = -17

The room that you are teleported to when you use a Reverse Emperor card.

Defined in

GridRoom.ts:60


ANGEL_SHOP

ANGEL_SHOP = -18

The shop that you go to when you climb the ladder from The Stairway.

Defined in

GridRoom.ts:63