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/ruby_necklace.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/items/ruby_necklace.yaml (limited to 'data/items/ruby_necklace.yaml') diff --git a/data/items/ruby_necklace.yaml b/data/items/ruby_necklace.yaml new file mode 100644 index 0000000..2c1315d --- /dev/null +++ b/data/items/ruby_necklace.yaml @@ -0,0 +1,6 @@ +id: ruby_necklace +name: ruby necklace +color: "196" +description: "A gold necklace set with a ruby." +value: 135 +equip_slot: neck -- cgit v1.2.3