From 470bc5bd99b793e46305310b5fbeb3068eba45f1 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 20 Jun 2026 23:43:35 -0400 Subject: refactor: removed separate crafting recipes and combined them into item YAML --- data/items/ammo/iron_arrow.yaml | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) (limited to 'data/items/ammo/iron_arrow.yaml') diff --git a/data/items/ammo/iron_arrow.yaml b/data/items/ammo/iron_arrow.yaml index ebadaec..4cd5bea 100644 --- a/data/items/ammo/iron_arrow.yaml +++ b/data/items/ammo/iron_arrow.yaml @@ -1,9 +1,23 @@ +color: "250" +craft: + consume: + - items: + - headless_arrow + quantity: 15 + - items: + - iron_arrowtips + quantity: 15 + level: 15 + output_qty: 15 + skill: fletching + type: fletching + wait: 2 + xp: 2 +description: An iron-tipped arrow. +equip_slot: ammo id: iron_arrow name: iron arrow -color: "250" -description: "An iron-tipped arrow." -value: 2 stackable: true -equip_slot: ammo stats: - ranged_strength: 10 + ranged_strength: 10 +value: 2 -- cgit v1.2.3