GridRoom
Defined in: GridRoom.ts:8
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
Section titled “Enumeration Members”DEVIL:
-1
Defined in: GridRoom.ts:10
The Devil or Angel room for the floor.
ERROR:
-2
Defined in: GridRoom.ts:13
The I AM ERROR room for the floor.
DEBUG:
-3
Defined in: GridRoom.ts:16
Used by the “goto” console command.
DUNGEON
Section titled “DUNGEON”DUNGEON:
-4
Defined in: GridRoom.ts:19
The crawl space for the floor.
BOSS_RUSH
Section titled “BOSS_RUSH”BOSS_RUSH:
-5
Defined in: GridRoom.ts:21
BLACK_MARKET
Section titled “BLACK_MARKET”BLACK_MARKET:
-6
Defined in: GridRoom.ts:22
MEGA_SATAN
Section titled “MEGA_SATAN”MEGA_SATAN:
-7
Defined in: GridRoom.ts:25
Mega Satan’s boss room.
BLUE_WOMB
Section titled “BLUE_WOMB”BLUE_WOMB:
-8
Defined in: GridRoom.ts:28
The room after defeating It Lives that leads to Blue Womb.
VOID:
-9
Defined in: GridRoom.ts:31
The room after defeating Hush that leads to The Void.
SECRET_EXIT
Section titled “SECRET_EXIT”SECRET_EXIT:
-10
Defined in: GridRoom.ts:39
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.
GIDEON_DUNGEON
Section titled “GIDEON_DUNGEON”GIDEON_DUNGEON:
-11
Defined in: GridRoom.ts:42
The secret crawl space under Great Gideon that is only accessible with a Chaos Card.
GENESIS
Section titled “GENESIS”GENESIS:
-12
Defined in: GridRoom.ts:45
The Genesis room where you get to take new collectibles. (It looks like a clean bedroom.)
SECRET_SHOP
Section titled “SECRET_SHOP”SECRET_SHOP:
-13
Defined in: GridRoom.ts:48
The shop that appears if you have Member Card.
ROTGUT_DUNGEON_1
Section titled “ROTGUT_DUNGEON_1”ROTGUT_DUNGEON_1:
-14
Defined in: GridRoom.ts:51
The boss room for the 2nd phase of Rotgut.
ROTGUT_DUNGEON_2
Section titled “ROTGUT_DUNGEON_2”ROTGUT_DUNGEON_2:
-15
Defined in: GridRoom.ts:54
The boss room for the 3rd phase of Rotgut.
BLUE_ROOM
Section titled “BLUE_ROOM”BLUE_ROOM:
-16
Defined in: GridRoom.ts:57
The room before a Treasure Room that appears if you have Blue Key.
EXTRA_BOSS
Section titled “EXTRA_BOSS”EXTRA_BOSS:
-17
Defined in: GridRoom.ts:60
The room that you are teleported to when you use a Reverse Emperor card.
ANGEL_SHOP
Section titled “ANGEL_SHOP”ANGEL_SHOP:
-18
Defined in: GridRoom.ts:63
The shop that you go to when you climb the ladder from The Stairway.
DEATHMATCH
Section titled “DEATHMATCH”DEATHMATCH:
-19
Defined in: GridRoom.ts:66
Added in Repentance+.
LIL_PORTAL
Section titled “LIL_PORTAL”LIL_PORTAL:
-20
Defined in: GridRoom.ts:69
Added in Repentance+.
