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

12 lines
292 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Leather Strips",
legacy_description: "Tanned animal hide strips formed into loose shoulder pads.",
kind: Armor((
kind: Shoulder,
stats: Direct((
protection: Some(Normal(4.0)),
)),
)),
quality: Low,
tags: [],
)