mud/content/things/rock.toml
Jared Miller c43b3346ae
Add Thing templates, TOML loading, and spawning
ThingTemplate dataclass mirrors MobTemplate pattern. load_thing_template
and load_thing_templates parse TOML files from content/things/. spawn_thing
creates Thing instances from templates. Includes rock and fountain examples.
2026-02-11 20:01:15 -05:00

4 lines
108 B
TOML

name = "rock"
description = "a smooth grey rock, worn by wind and rain"
portable = true
aliases = ["stone"]