diff options
Diffstat (limited to 'data/items/equipment/steel_med_helm.yaml')
| -rw-r--r-- | data/items/equipment/steel_med_helm.yaml | 34 |
1 files changed, 23 insertions, 11 deletions
diff --git a/data/items/equipment/steel_med_helm.yaml b/data/items/equipment/steel_med_helm.yaml index 9e15fdd..1a6a768 100644 --- a/data/items/equipment/steel_med_helm.yaml +++ b/data/items/equipment/steel_med_helm.yaml @@ -1,15 +1,27 @@ +color: "253" +craft: + consume: + - items: + - steel_bar + quantity: 1 + level: 33 + skill: smithing + station: + - anvil + type: smithing + wait: 4 + xp: 37 +description: A steel medium helmet. +equip_slot: head id: steel_med_helm name: steel med helm -color: "253" -description: "A steel medium helmet." -value: 60 +requirements: + defense: 5 stackable: false -equip_slot: head stats: - stab_defense: 7 - slash_defense: 9 - crush_defense: 5 - science_defense: -2 - ranged_defense: 7 -requirements: - defense: 5 + crush_defense: 5 + ranged_defense: 7 + science_defense: -2 + slash_defense: 9 + stab_defense: 7 +value: 60 |
