hotbot/assets/common/items/armor/hide/leather/pants.ron

13 lines
274 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Leather Pants",
legacy_description: "Swift like the wind.",
kind: Armor((
kind: Pants,
stats: FromSet("Leather"),
)),
quality: Common,
tags: [
Material(Leather),
SalvageInto(Leather, 2),
],
)