From a19e6b6ab01670a5932308c7bd0e0e5eed8cbcad Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 12 Jun 2026 23:52:06 -0400 Subject: feat: firemaking skill implemented. overhauled how ground items and despawn are handled. --- data/items/ashes.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/items/ashes.yaml (limited to 'data/items/ashes.yaml') diff --git a/data/items/ashes.yaml b/data/items/ashes.yaml new file mode 100644 index 0000000..9cbe67f --- /dev/null +++ b/data/items/ashes.yaml @@ -0,0 +1,6 @@ +id: ashes +name: ashes +aliases: ["ash"] +description: "A pile of cold ashes. What was once ablaze is now mere dust." +value: 1 +stackable: false -- cgit v1.2.3