From 3a58125d14bb307f861b38c6c5b0a63babde7e08 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 13:28:06 -0400 Subject: feat: all skills kind of implemented, random prototype content added --- worldbuilding_guide/index.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'worldbuilding_guide/index.md') diff --git a/worldbuilding_guide/index.md b/worldbuilding_guide/index.md index e19c207..9f721cb 100644 --- a/worldbuilding_guide/index.md +++ b/worldbuilding_guide/index.md @@ -8,3 +8,7 @@ | 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` | +| An agility course | `data/courses/.yaml` | +| A player house | `data/rooms/player_housing/.yaml` | -- cgit v1.2.3