diff options
| author | historia <[not public]> | 2026-07-09 05:27:10 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-09 05:27:10 -0400 |
| commit | c705ae942573984784ef501bf8198f61f5206ddd (patch) | |
| tree | c964066f3a244002bf75cb50a877630f46496f81 /data/objects/000_test_object.yaml | |
| parent | 74153c7814fc4cef988066ef04e38731a943bc12 (diff) | |
| download | thehouseoficarus-c705ae942573984784ef501bf8198f61f5206ddd.tar.gz | |
refactor: simplify yaml, remove support for old scalar fields
Diffstat (limited to 'data/objects/000_test_object.yaml')
| -rw-r--r-- | data/objects/000_test_object.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/objects/000_test_object.yaml b/data/objects/000_test_object.yaml index ed2e897..e465048 100644 --- a/data/objects/000_test_object.yaml +++ b/data/objects/000_test_object.yaml @@ -1,5 +1,6 @@ color: C4 -description: A sinister altar of red biological interfaces. Place scrap here with a bio identifier to produce biojunk. Type 'id' to begin. +description: +- text: A sinister altar of red biological interfaces. Place scrap here with a bio identifier to produce biojunk. Type 'id' to begin. gather: bait: "" depleted_message: "" @@ -13,7 +14,7 @@ gather: cap: 1 per_level: 0 tools: - - axe + - axe hidden: false id: 000_test_object name: 000 test object |
