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/matches.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/items/matches.yaml (limited to 'data/items/matches.yaml') diff --git a/data/items/matches.yaml b/data/items/matches.yaml new file mode 100644 index 0000000..95a8da9 --- /dev/null +++ b/data/items/matches.yaml @@ -0,0 +1,9 @@ +id: matches +name: matches +aliases: ["match"] +description: "A small box of matches for starting fires." +value: 5 +stackable: true +equip_slot: main_hand +tool_type: fire +tool_speed: 4 -- cgit v1.2.3