aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/smelting/smelt_iron.yaml
blob: fa210d67ee67546544ec67a4b4a2fc77a589c3a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
id: iron
type: smelting
skill: smithing
level: 20
xp: 12
wait: 4
station: [furnace]
consume:
  - items: [iron_ore]
    quantity: 1
output: iron_bar
message: "You remove a white hot iron bar!"
fail_message: "The iron is too impure to make a workable bar."
success:
  base: 0.5
  per_level: 0
  cap: 0.5