diff options
| author | historia <[not public]> | 2026-06-29 22:31:11 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-29 22:31:11 -0400 |
| commit | 069d3c1c81d71042706372df153254487a765dfc (patch) | |
| tree | d83a4a3954d2b8304f49d83e365f4c2b075b91eb /data/rooms/intro/1008.yaml | |
| parent | 6c5271fb085b4571a10f106391974c249cd84317 (diff) | |
| download | thehouseoficarus-069d3c1c81d71042706372df153254487a765dfc.tar.gz | |
feat: wip web admin for mapping and crud
Diffstat (limited to 'data/rooms/intro/1008.yaml')
| -rw-r--r-- | data/rooms/intro/1008.yaml | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/data/rooms/intro/1008.yaml b/data/rooms/intro/1008.yaml index a889954..a7a8a2f 100644 --- a/data/rooms/intro/1008.yaml +++ b/data/rooms/intro/1008.yaml @@ -1,17 +1,21 @@ -id: 1008 -name: New Room -color: "" +block_transport: false +color: 00FFFF description: - - text: A featureless room. + - text: A featureless room. exits: - east: - room: 1005 - southeast: - room: 1006 -objects: [] + east: + room: 1005 + north: + room: 7 + south: + room: 2003 + southeast: + room: 1006 +hazard: "" +id: 1008 item_spawns: [] mobs: [] +name: New Room +objects: [] on_enter: [] -hazard: "" -block_transport: false triggers: [] |
