diff options
| author | historia <[not public]> | 2026-06-12 23:52:06 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-12 23:52:06 -0400 |
| commit | a19e6b6ab01670a5932308c7bd0e0e5eed8cbcad (patch) | |
| tree | 80a2e46c3e6cc98bb8b4f708cc403949b14742eb /data/objects | |
| parent | f3a6ae488bbd2128af8356b0da016699c5abb70e (diff) | |
| download | thehouseoficarus-a19e6b6ab01670a5932308c7bd0e0e5eed8cbcad.tar.gz | |
feat: firemaking skill implemented. overhauled how ground items and despawn are handled.
Diffstat (limited to 'data/objects')
| -rw-r--r-- | data/objects/fire.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/objects/fire.yaml b/data/objects/fire.yaml new file mode 100644 index 0000000..58ccc92 --- /dev/null +++ b/data/objects/fire.yaml @@ -0,0 +1,9 @@ +id: fire +name: fire +behavior: "" +hidden: false +inroom_description: "A fire is burning warmly." +removal_item: ashes +props: + description: "A crackling fire." + quality_description: "Burning for {quality} more ticks." |
