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

13 lines
309 B
Plaintext

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