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_arrowtips.yaml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'data/items/ammo/iron_arrowtips.yaml') diff --git a/data/items/ammo/iron_arrowtips.yaml b/data/items/ammo/iron_arrowtips.yaml index 54ffd11..dd7e6d5 100644 --- a/data/items/ammo/iron_arrowtips.yaml +++ b/data/items/ammo/iron_arrowtips.yaml @@ -1,6 +1,19 @@ +color: "250" +craft: + consume: + - items: + - iron_bar + quantity: 1 + level: 25 + output_qty: 15 + skill: smithing + station: + - anvil + type: smithing + wait: 4 + xp: 25 +description: A set of iron arrowtips. id: iron_arrowtips name: iron arrowtips -color: "250" -description: "A set of iron arrowtips." -value: 2 stackable: true +value: 2 -- cgit v1.2.3