From c705ae942573984784ef501bf8198f61f5206ddd Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 9 Jul 2026 05:27:10 -0400 Subject: refactor: simplify yaml, remove support for old scalar fields --- data/rooms/example_unused/town/9999913.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'data/rooms/example_unused/town/9999913.yaml') diff --git a/data/rooms/example_unused/town/9999913.yaml b/data/rooms/example_unused/town/9999913.yaml index 24339bf..318369c 100644 --- a/data/rooms/example_unused/town/9999913.yaml +++ b/data/rooms/example_unused/town/9999913.yaml @@ -1,8 +1,11 @@ name: "Crafting Workshop" -description: "A bustling workshop filled with crafting stations. A {130}spinning wheel{/} sits in one corner, a {173}pottery wheel{/} and {196}pottery oven{/} in another. Racks of tools and raw materials line the walls. The forge is just to the west." +description: + - text: "A bustling workshop filled with crafting stations. A {130}spinning wheel{/} sits in one corner, a {173}pottery wheel{/} and {196}pottery oven{/} in another. Racks of tools and raw materials line the walls. The forge is just to the west." exits: - east: 9999914 - west: 9999912 + east: + room: 9999914 + west: + room: 9999912 objects: - id: spinning_wheel - id: pottery_wheel -- cgit v1.2.3