From 0ea4eec5dd2122c6704216971eb1249276297867 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 18:20:26 -0400 Subject: shop fixes, 'toggle' completely removed, movement speed increased --- worldbuilding_guide/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'worldbuilding_guide/index.md') diff --git a/worldbuilding_guide/index.md b/worldbuilding_guide/index.md index 9f721cb..83b3782 100644 --- a/worldbuilding_guide/index.md +++ b/worldbuilding_guide/index.md @@ -6,9 +6,12 @@ | An item (sword, ore, key) | `data/items/.yaml` | | A mob (NPC, monster) | `data/mobs/.yaml` | | An interactive object (rock, lever, door) | `data/objects/.yaml` | -| A behavior (mining, dialog, toggle) | `data/behaviors/.yaml` | | A shared drop table | `data/drops/.yaml` | | A crafting recipe | `data/recipes/.yaml` | | A help topic | `data/help/.yaml` | +| A science module | `data/modules/.yaml` | | An agility course | `data/courses/.yaml` | | A player house | `data/rooms/player_housing/.yaml` | + +Behaviors (gather, talk, use) are defined **inline** in object and mob YAML +under `gather:`, `talk:`, or `use:` keys. There is no separate behavior directory. -- cgit v1.2.3