Update index.rst with new system documentation

This commit is contained in:
Jared Miller 2026-02-16 16:23:00 -05:00
parent 1a91b384b5
commit 7e73fb5510
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

@ -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
------