diff options
Diffstat (limited to 'data/rooms/example_unused/town')
| -rw-r--r-- | data/rooms/example_unused/town/9999917.yaml | 20 | ||||
| -rw-r--r-- | data/rooms/example_unused/town/999997.yaml | 16 |
2 files changed, 27 insertions, 9 deletions
diff --git a/data/rooms/example_unused/town/9999917.yaml b/data/rooms/example_unused/town/9999917.yaml index 5980181..c3202ee 100644 --- a/data/rooms/example_unused/town/9999917.yaml +++ b/data/rooms/example_unused/town/9999917.yaml @@ -1,9 +1,19 @@ -name: "Bonfire" -description: "A ring of stones surrounds a bed of ash. A few unlit logs wait nearby. A narrow passage leads north toward what sounds like echoing footsteps and clanging metal." +id: 9999917 +name: Bonfire +color: "" +description: + - text: A ring of stones surrounds a bed of ash. A few unlit logs wait nearby. A narrow passage leads north toward what sounds like echoing footsteps and clanging metal. exits: - east: 9999918 - west: 9999916 - north: 99999200 + east: + room: 9999918 + west: + room: 9999916 +objects: [] +item_spawns: [] mobs: - id: scrap_bot - id: scrap_bot +on_enter: [] +hazard: "" +block_transport: false +triggers: [] 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: [] |
