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

15 lines
397 B
Plaintext

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