diff options
| author | historia <[not public]> | 2026-06-30 02:17:22 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-30 02:17:22 -0400 |
| commit | 7a4b91304061777e7b3365b505d1e74878043d35 (patch) | |
| tree | 4440b95c6ed4425f19919a4e74890607d008feec /data/rooms/example_unused/town/999997.yaml | |
| parent | 069d3c1c81d71042706372df153254487a765dfc (diff) | |
| download | thehouseoficarus-7a4b91304061777e7b3365b505d1e74878043d35.tar.gz | |
feat: web gui mapping and obj/item/mob placement improvements
Diffstat (limited to 'data/rooms/example_unused/town/999997.yaml')
| -rw-r--r-- | data/rooms/example_unused/town/999997.yaml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/data/rooms/example_unused/town/999997.yaml b/data/rooms/example_unused/town/999997.yaml index aff9a6c..9bd30a5 100644 --- a/data/rooms/example_unused/town/999997.yaml +++ b/data/rooms/example_unused/town/999997.yaml @@ -1,8 +1,16 @@ -name: "Deep Mine" -description: "A deeper mine shaft. Higher quality ores can be found here. This area is not yet accessible." -exits: - south: 999996 +id: 999997 +name: Deep Mine +color: "" +description: + - text: A deeper mine shaft. Higher quality ores can be found here. This area is not yet accessible. +exits: {} +objects: [] +item_spawns: [] mobs: - id: goblin - id: goblin - id: bandit +on_enter: [] +hazard: "" +block_transport: false +triggers: [] |
