From 7e73fb5510a427a49b48d8aeac8ea76dce13f6ac Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Mon, 16 Feb 2026 16:23:00 -0500 Subject: [PATCH] Update index.rst with new system documentation --- docs/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 7343f5e..540b35c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -28,6 +28,14 @@ mostly standalone subsystems. - ``docs/how/persistence.txt`` — SQLite storage, what's persisted vs runtime - ``docs/how/prompt-system.txt`` — modal prompts, color markup, per-player customization - ``docs/how/protocols.rst`` — GMCP/MSDP negotiation, client detection, guard pattern +- ``docs/how/things-and-verbs.rst`` — verb registry, @verb decorator, TOML verb handlers, dispatch fallback +- ``docs/how/content-loading.rst`` — TOML content pipeline, startup sequence, global registries +- ``docs/how/targeting.rst`` — ordinal parsing, priority matching, z-axis filtering +- ``docs/how/npc-mobs.rst`` — mob templates, behavior states, AI, schedules, dialogue, spawning +- ``docs/how/time-and-weather.rst`` — game time, seasons, weather simulation, visibility +- ``docs/how/effects.rst`` — temporary visual overlays on the map (cloud trails, etc) +- ``docs/how/loot-and-corpses.rst`` — loot tables, corpse creation, decomposition +- ``docs/how/crafting.rst`` — recipe definitions, ingredient matching, item spawning combat ------