13 lines
308 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04: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),
],
)