trade_bot/assets/common/items/armor/misc/shoulder/leather_iron_2.ron
2024-07-03 19:04:49 -04:00

15 lines
383 B
Plaintext

ItemDef(
legacy_name: "Iron and Leather Spaulders",
legacy_description: "Leather inset with heavy iron bands provide protection to the wearer.",
kind: Armor((
kind: Shoulder,
stats: Direct((
protection: Some(Normal(9.0)),
)),
)),
quality: Common,
tags: [
Material(Leather),
SalvageInto(Leather, 1),
],
)