mud/content
Jared Miller 68161fd025
Add container support to thing template loader
Extended ThingTemplate with optional container fields (capacity, closed, locked).
When a template includes capacity, spawn_thing now creates a Container instead
of a regular Thing.

Added two example container templates:
- chest.toml: non-portable, capacity 5, starts closed
- sack.toml: portable, capacity 3, starts open
2026-02-11 20:58:55 -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 zone TOML loader and tavern interior zone 2026-02-11 20:58:55 -05:00