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

13 lines
319 B
Plaintext

ItemDef(
legacy_name: "Rawhide Shoulderpads",
legacy_description: "Tightly packed pieces of leather. Light-weight and sturdy!",
kind: Armor((
kind: Shoulder,
stats: FromSet("Rawhide"),
)),
quality: Low,
tags: [
Material(Rawhide),
SalvageInto(Rawhide, 1),
],
)