diff options
| author | historia <[not public]> | 2026-06-30 19:27:37 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-30 19:27:37 -0400 |
| commit | fee376102192dc6f24297a7b11324636ace3a07d (patch) | |
| tree | 6c777cc71208b429eebdbdc5864b353d4af34a09 /data/rooms/intro/2001.yaml | |
| parent | 98bdef072c843fdd8ccdf85a9b54ab9d32d34187 (diff) | |
| download | thehouseoficarus-fee376102192dc6f24297a7b11324636ace3a07d.tar.gz | |
feat: admin gui object CRUD is much nicer
Diffstat (limited to 'data/rooms/intro/2001.yaml')
| -rw-r--r-- | data/rooms/intro/2001.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/data/rooms/intro/2001.yaml b/data/rooms/intro/2001.yaml index 9f44298..0bb9c16 100644 --- a/data/rooms/intro/2001.yaml +++ b/data/rooms/intro/2001.yaml @@ -13,9 +13,13 @@ exits: room: 1001 hazard: "" id: 2001 -item_spawns: [] +item_spawns: + - id: bronze_axe + quantity: 1 + respawn_ticks: 1 mobs: [] name: Test Room -objects: [] +objects: + - id: tree on_enter: [] triggers: [] |
