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/mobs | |
| parent | 74153c7814fc4cef988066ef04e38731a943bc12 (diff) | |
| download | thehouseoficarus-c705ae942573984784ef501bf8198f61f5206ddd.tar.gz | |
refactor: simplify yaml, remove support for old scalar fields
Diffstat (limited to 'data/mobs')
| -rw-r--r-- | data/mobs/examples/newbie_trainer.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/mobs/examples/newbie_trainer.yaml b/data/mobs/examples/newbie_trainer.yaml index eddb0e9..feed672 100644 --- a/data/mobs/examples/newbie_trainer.yaml +++ b/data/mobs/examples/newbie_trainer.yaml @@ -3,9 +3,9 @@ description: "A friendly-looking instructor ready to help new adventurers." unique: true protected: true idle_descriptions: - - "reviews a training manual" - - "adjusts a practice dummy" - - "demonstrates a sword stance to no one in particular" - - "offers a friendly nod to passersby" - - "polishes a wooden shield" - - "checks a stopwatch and jots something down" +- "reviews a training manual" +- "adjusts a practice dummy" +- "demonstrates a sword stance to no one in particular" +- "offers a friendly nod to passersby" +- "polishes a wooden shield" +- "checks a stopwatch and jots something down" |
