13 lines
308 B
Plaintext
13 lines
308 B
Plaintext
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),
|
|
],
|
|
) |