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/materials/iron_bar.yaml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'data/items/materials/iron_bar.yaml') diff --git a/data/items/materials/iron_bar.yaml b/data/items/materials/iron_bar.yaml index 26c8352..ae474cd 100644 --- a/data/items/materials/iron_bar.yaml +++ b/data/items/materials/iron_bar.yaml @@ -1,6 +1,24 @@ +color: "250" +craft: + consume: + - items: + - iron_ore + quantity: 1 + fail_message: The iron is too impure to make a workable bar. + level: 20 + message: You remove a white hot iron bar! + skill: smithing + station: + - furnace + success: + base: 0.5 + cap: 0.5 + per_level: 0 + type: smelting + wait: 4 + xp: 12 +description: A bar of iron metal. id: iron_bar name: iron bar -color: "250" -description: "A bar of iron metal." -value: 12 stackable: false +value: 12 -- cgit v1.2.3