Dungeon Room Config
Persistable configuration for a set of dungeon rooms and their associated spawn point. Referenced by DungeonInstanceEntry.roomConfigurations.
Each config defines which rooms are active for a dungeon instance and where players spawn when entering.
Configuration
dungeon_room_config — Map
Configuration for the dungeon room config.
Properties
rooms
"> List of rooms included in this configuration. spawnPoint —
WorldLocation
Spawn point for this configuration. Supports World Location content editor.
Example
dungeon_room_config:
id: "temple_layout"
name: "Temple Layout"
rooms:
- "temple_entrance"
- "temple_corridor"
- "temple_boss_room"
spawnPoint:
x: 10.0
y: 65.0
z: 10.0
world: "dungeon_temple"
yaw: 0.0
pitch: 0.0