mud/content
Jared Miller c3884e236b
Add per-zone mob spawn rules
Zones can now define spawn rules in TOML:
- [[spawns]] sections specify mob type, max count, and respawn timer
- SpawnRule dataclass stores configuration
- load_zone() parses spawn rules from TOML
- Added example spawn rules to treehouse zone (squirrel, crow)

This is configuration infrastructure only - actual spawning logic
will be handled by the game loop in a future phase.
2026-02-11 22:38:14 -05:00
..
combat Add descriptions to all combat move TOMLs 2026-02-08 14:32:51 -05:00
commands Add rest command for stamina recovery 2026-02-08 22:16:47 -05:00
mobs Add mob templates, registry, and spawn/despawn/query 2026-02-09 11:54:29 -05:00
stories Add provenance documentation for test story files 2026-02-10 17:10:29 -05:00
things Add container support to thing template loader 2026-02-11 20:58:55 -05:00
zones Add per-zone mob spawn rules 2026-02-11 22:38:14 -05:00