trade_bot/assets/common/items/armor/misc/shoulder/leather_iron_2.ron

15 lines
383 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
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),
],
)