aboutsummaryrefslogtreecommitdiff
path: root/data/items/materials/iron_bar.yaml
blob: 9f0ac5838104760796decd29c7e4859089b88d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
color: "FA"
craft:
  - ingredients:
      - items:
          - iron_ore
        quantity: 1
    fail_message: The iron is too impure to make a workable bar.
    level: 20
    subtype: smelting
    station:
      - furnace
    success:
      base: 0.5
      cap: 0.5
      per_level: 0
    type: smithing
    ticks_per_cycle: 4
    xp: 12
description: A bar of iron metal.
name: iron bar
stackable: false
value: 12