Skip to main content
Manifest entry used to persist dungeon instance configuration, including room configurations, entry costs, party size limits, and performance multipliers.

Configuration

dungeon_instance
Map
required
Configuration for the dungeon instance.

Example

dungeon_instance:
  id: "ancient_temple"
  name: "Ancient Temple"
  templateWorld: "dungeon_temple"
  roomConfigurations:
    - "temple_layout"
  minPartySize: 1
  maxPartySize: 4
  maxSimultaneousInstances: 3
  cooldownSeconds: 300
  startCooldownSeconds: 10
  entryCostMode: GROUP
  entryCosts:
    - DIAMOND
    - GOLD_INGOT {2}
  enableScoreboard: true
  categoryPriority: 0