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/steel_bolts_unf.yaml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'data/items/ammo/steel_bolts_unf.yaml') diff --git a/data/items/ammo/steel_bolts_unf.yaml b/data/items/ammo/steel_bolts_unf.yaml index b65d5fa..2404129 100644 --- a/data/items/ammo/steel_bolts_unf.yaml +++ b/data/items/ammo/steel_bolts_unf.yaml @@ -1,6 +1,19 @@ +color: "253" +craft: + consume: + - items: + - steel_bar + quantity: 1 + level: 36 + output_qty: 10 + skill: smithing + station: + - anvil + type: smithing + wait: 4 + xp: 37 +description: Unfinished steel crossbow bolts. id: steel_bolts_unf name: steel bolts (unf) -color: "253" -description: "Unfinished steel crossbow bolts." -value: 5 stackable: true +value: 5 -- cgit v1.2.3