Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Dungeon

Famro Fexl edited this page Dec 18, 2023 · 2 revisions

A dungeon is a loadable data map describing Zones, max treasure and ember drops per level, and hazard commands.

Components

  • Max Clank describes how high the clank can get in the dungeon before it is at max.
  • Max Clank Block indicates the maximum amount of clank block a player can have.
  • Max Hazard Block indicates the maximum amount of hazard block a player can have.
  • Max Treasure stops dropping treasure on a per-level basis when a quota is reached.
  • Max Frost Embers stops dropping frost embers on a per-level basis when a quota is reached.
  • Zones indicate areas where treasure drops, clank is generated, mobs spawn, etc.
  • A Hazard List indicates the commands that are executed when Hazard is activated.
Clone this wiki locally