diff options
| author | historia <[not public]> | 2026-07-03 16:55:23 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-03 16:55:23 -0400 |
| commit | 034187d1c434b6bee32aeb539ea543f6ec537376 (patch) | |
| tree | f238a9c6a657af20edf0c53e9d0980bc58c1133a /data/rooms/example_unused/wilderness/99999171.yaml | |
| parent | 778157981cccb8cb4856e3ab5a72085830c59120 (diff) | |
| download | thehouseoficarus-034187d1c434b6bee32aeb539ea543f6ec537376.tar.gz | |
feat: card ui added to drops, hazards, techs, and mods in admin gui
Diffstat (limited to 'data/rooms/example_unused/wilderness/99999171.yaml')
| -rw-r--r-- | data/rooms/example_unused/wilderness/99999171.yaml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/data/rooms/example_unused/wilderness/99999171.yaml b/data/rooms/example_unused/wilderness/99999171.yaml index 012849c..4b931cf 100644 --- a/data/rooms/example_unused/wilderness/99999171.yaml +++ b/data/rooms/example_unused/wilderness/99999171.yaml @@ -1,6 +1,14 @@ -name: "Lumberyard" -description: "Stacks of fresh-cut timber fill the air with the scent of pine. A massive industrial sawmill hums in the background, operated by a burly worker." -exits: - west: 16 +id: 99999171 +name: Lumberyard +color: "" +description: + - text: Stacks of fresh-cut timber fill the air with the scent of pine. A massive industrial sawmill hums in the background, operated by a burly worker. +exits: {} +objects: [] +item_spawns: [] mobs: - id: sawmill_operator +on_enter: [] +hazard: "" +block_transport: false +triggers: [] |
