aboutsummaryrefslogtreecommitdiff
path: root/data/rooms/11.yaml
blob: dcc3b05b6e97c2a9e090c37fa7a883c5e46a693b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
id: 11
name: "Supply Room"
description: "A dusty storage room filled with crates and barrels. This area is normally off-limits."
exits:
  south:
    room: 10
    condition:
      flag: gate_open
      value: true
    blocked_message: "The iron gate is closed."
spawns:
  - item_id: uncut_sapphire
    quantity: 1
    respawn_ticks: 100
  - item_id: credits
    quantity: 50
    respawn_ticks: 200