hotbot/assets/common/items/armor/misc/shoulder/iron_spikes.ron

15 lines
426 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Iron Spiked Pauldrons",
legacy_description: "The heavy, rough iron plate has an interlocking spikes shoved through several slots in the center to dissuade attackers.",
kind: Armor((
kind: Shoulder,
stats: Direct((
protection: Some(Normal(12.0)),
)),
)),
quality: Moderate,
tags: [
Material(Iron),
SalvageInto(Iron, 1),
],
)