From 97a1a908b9e6e6d3516628c139c9b64262b4fe08 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 18 Jun 2026 20:26:03 -0400 Subject: feat: crafting roughly implemented (leather, gems, gold, clay, spinning). --- data/items/leather_chaps.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/items/leather_chaps.yaml (limited to 'data/items/leather_chaps.yaml') diff --git a/data/items/leather_chaps.yaml b/data/items/leather_chaps.yaml new file mode 100644 index 0000000..38301f9 --- /dev/null +++ b/data/items/leather_chaps.yaml @@ -0,0 +1,8 @@ +id: leather_chaps +name: leather chaps +color: "130" +description: "A pair of leather chaps." +value: 20 +equip_slot: legs +stats: + defense_bonus: 6 -- cgit v1.2.3