mud/content/things
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
..
chest.toml Add container support to thing template loader 2026-02-11 20:58:55 -05:00
fountain.toml Add Thing templates, TOML loading, and spawning 2026-02-11 20:01:15 -05:00
rock.toml Add Thing templates, TOML loading, and spawning 2026-02-11 20:01:15 -05:00
sack.toml Add container support to thing template loader 2026-02-11 20:58:55 -05:00