mud/content/zones
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
..
flower.toml Add tutorial zones (flower and treehouse) 2026-02-11 22:38:14 -05:00
hub.toml Add hub zone with portal connections 2026-02-11 22:38:14 -05:00
tavern.toml Add portal to tavern zone 2026-02-11 22:38:14 -05:00
treehouse.toml Add per-zone mob spawn rules 2026-02-11 22:38:14 -05:00