Skip to main content

Module venture_effect

Module venture_effect 

Source
Expand description

Venture effect — venture into the dungeon.

Ported from Java’s VentureEffect.java. Venture into the dungeon: If you’re not in a dungeon, choose one. Move to the next room and trigger its room ability.

Dungeon state is tracked via svars on a dungeon card in the Command zone:

  • “CurrentRoom” → room name (empty = not started)
  • “DungeonName” → dungeon identifier The three standard dungeons are:
  • Dungeon of the Mad Mage (7 rooms)
  • Lost Mine of Phandelver (4 rooms + branches)
  • Tomb of Annihilation (4 rooms + branches) Plus Undercity from Baldur’s Gate.

Structs§

VentureEffect