diff options
| author | historia <[not public]> | 2026-06-21 02:26:57 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-21 02:26:57 -0400 |
| commit | e4bc2de6e6aa507044a6a75b4c1954974539a857 (patch) | |
| tree | 608f22548bf2b6a1a4b02bedad05ec7f3a3aa3f2 /worldbuilding_guide/index.md | |
| parent | c36c1dc0c65e65b4d6ee53df6bbcc3a860eb6e4b (diff) | |
| download | thehouseoficarus-e4bc2de6e6aa507044a6a75b4c1954974539a857.tar.gz | |
feat: combat health bar. color improvements.
Diffstat (limited to 'worldbuilding_guide/index.md')
| -rw-r--r-- | worldbuilding_guide/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worldbuilding_guide/index.md b/worldbuilding_guide/index.md index 83b3782..e79ee1b 100644 --- a/worldbuilding_guide/index.md +++ b/worldbuilding_guide/index.md @@ -7,7 +7,7 @@ | A mob (NPC, monster) | `data/mobs/<id>.yaml` | | An interactive object (rock, lever, door) | `data/objects/<id>.yaml` | | A shared drop table | `data/drops/<id>.yaml` | -| A crafting recipe | `data/recipes/<id>.yaml` | +| A crafting recipe | In the output item's YAML under a `craft:` block | | A help topic | `data/help/<id>.yaml` | | A science module | `data/modules/<id>.yaml` | | An agility course | `data/courses/<id>.yaml` | |
