Skip to main content

LevelStage

Enumeration Members

BASEMENT_1

BASEMENT_1 = 1

This is the same as LevelStage.BASEMENT_GREED_MODE (1). Only use this if your code has validated that the game is not in Greed Mode.

Defined in

LevelStage.ts:6


BASEMENT_2

BASEMENT_2 = 2

This is the same as LevelStage.CAVES_GREED_MODE (2). Only use this if your code has validated that the game is not in Greed Mode.

Defined in

LevelStage.ts:12


CAVES_1

CAVES_1 = 3

This is the same as LevelStage.DEPTHS_GREED_MODE (3). Only use this if your code has validated that the game is not in Greed Mode.

Defined in

LevelStage.ts:18


CAVES_2

CAVES_2 = 4

This is the same as LevelStage.WOMB_GREED_MODE (4). Only use this if your code has validated that the game is not in Greed Mode.

Defined in

LevelStage.ts:24


DEPTHS_1

DEPTHS_1 = 5

This is the same as LevelStage.SHEOL_GREED_MODE (5). Only use this if your code has validated that the game is not in Greed Mode.

Defined in

LevelStage.ts:30


DEPTHS_2

DEPTHS_2 = 6

This is the same as LevelStage.SHOP_GREED_MODE (6). Only use this if your code has validated that the game is not in Greed Mode.

Defined in

LevelStage.ts:36


WOMB_1

WOMB_1 = 7

This is the same as LevelStage.ULTRA_GREED_GREED_MODE (7). Only use this if your code has validated that the game is not in Greed Mode.

Defined in

LevelStage.ts:42


WOMB_2

WOMB_2 = 8

Defined in

LevelStage.ts:44


BLUE_WOMB

BLUE_WOMB = 9

Defined in

LevelStage.ts:45


SHEOL_CATHEDRAL

SHEOL_CATHEDRAL = 10

Defined in

LevelStage.ts:46


DARK_ROOM_CHEST

DARK_ROOM_CHEST = 11

Defined in

LevelStage.ts:47


VOID

VOID = 12

Defined in

LevelStage.ts:48


HOME

HOME = 13

Defined in

LevelStage.ts:49


BASEMENT_GREED_MODE

BASEMENT_GREED_MODE = 1

This is the same as LevelStage.BASEMENT_1 (1). Only use this if your code has validated that the player is playing in Greed Mode.

Defined in

LevelStage.ts:55


CAVES_GREED_MODE

CAVES_GREED_MODE = 2

This is the same as LevelStage.BASEMENT_2 (2). Only use this if your code has validated that the player is playing in Greed Mode.

Defined in

LevelStage.ts:61


DEPTHS_GREED_MODE

DEPTHS_GREED_MODE = 3

This is the same as LevelStage.CAVES_1 (3). Only use this if your code has validated that the player is playing in Greed Mode.

Defined in

LevelStage.ts:67


WOMB_GREED_MODE

WOMB_GREED_MODE = 4

This is the same as LevelStage.CAVES_2 (4). Only use this if your code has validated that the player is playing in Greed Mode.

Defined in

LevelStage.ts:73


SHEOL_GREED_MODE

SHEOL_GREED_MODE = 5

This is the same as LevelStage.DEPTHS_1 (5). Only use this if your code has validated that the player is playing in Greed Mode.

Defined in

LevelStage.ts:79


SHOP_GREED_MODE

SHOP_GREED_MODE = 6

This refers to the floor called "The Shop" which is after Sheol and before the Ultra Greed floor.

This is the same as LevelStage.DEPTHS_2 (6). Only use this if your code has validated that the player is playing in Greed Mode.

Defined in

LevelStage.ts:88


ULTRA_GREED_GREED_MODE

ULTRA_GREED_GREED_MODE = 7

This refers to the final floor of Greed Mode or Greedier Mode that holds the Ultra Greed or Ultra Greedier boss.

This is the same as LevelStage.WOMB_1 (7). Only use this if your code has validated that the player is playing in Greed Mode.

Defined in

LevelStage.ts:97