hotbot/assets/common/items/armor/hide/rawhide/foot.ron

13 lines
308 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Rawhide Shoes",
legacy_description: "Tightly packed pieces of leather. Light-weight and sturdy!",
kind: Armor((
kind: Foot,
stats: FromSet("Rawhide"),
)),
quality: Low,
tags: [
Material(Rawhide),
SalvageInto(Rawhide, 1),
],
)