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/equipment/iron_med_helm.yaml | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'data/items/equipment/iron_med_helm.yaml') diff --git a/data/items/equipment/iron_med_helm.yaml b/data/items/equipment/iron_med_helm.yaml index 6956283..7f6aef5 100644 --- a/data/items/equipment/iron_med_helm.yaml +++ b/data/items/equipment/iron_med_helm.yaml @@ -1,13 +1,25 @@ +color: "250" +craft: + consume: + - items: + - iron_bar + quantity: 1 + level: 22 + skill: smithing + station: + - anvil + type: smithing + wait: 4 + xp: 25 +description: An iron medium helmet. +equip_slot: head id: iron_med_helm name: iron med helm -color: "250" -description: "An iron medium helmet." -value: 20 stackable: false -equip_slot: head stats: - stab_defense: 5 - slash_defense: 6 - crush_defense: 3 - science_defense: -1 - ranged_defense: 5 + crush_defense: 3 + ranged_defense: 5 + science_defense: -1 + slash_defense: 6 + stab_defense: 5 +value: 20 -- cgit v1.2.3