diff options
Diffstat (limited to 'worldbuilding_guide/index.md')
| -rw-r--r-- | worldbuilding_guide/index.md | 4 |
1 files changed, 4 insertions, 0 deletions
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/<id>.yaml` | | A behavior (mining, dialog, toggle) | `data/behaviors/<id>.yaml` | | A shared drop table | `data/drops/<id>.yaml` | +| A crafting recipe | `data/recipes/<id>.yaml` | +| A help topic | `data/help/<id>.yaml` | +| An agility course | `data/courses/<id>.yaml` | +| A player house | `data/rooms/player_housing/<id>.yaml` | |
