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/headless_arrow.yaml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'data/items/ammo/headless_arrow.yaml') diff --git a/data/items/ammo/headless_arrow.yaml b/data/items/ammo/headless_arrow.yaml index acf1384..6f1c939 100644 --- a/data/items/ammo/headless_arrow.yaml +++ b/data/items/ammo/headless_arrow.yaml @@ -1,6 +1,21 @@ +color: "137" +craft: + consume: + - items: + - arrow_shaft + quantity: 15 + - items: + - feather + quantity: 15 + level: 1 + message: You attach feathers to the arrow shafts. + output_qty: 15 + skill: fletching + type: fletching + wait: 2 + xp: 1 +description: An arrow shaft with feathers attached. Needs a head. id: headless_arrow name: headless arrow -color: "137" -description: "An arrow shaft with feathers attached. Needs a head." -value: 1 stackable: true +value: 1 -- cgit v1.2.3