hotbot/assets/common/items/armor/bonerattler/pants.ron
2024-06-11 14:43:30 -04:00

12 lines
317 B
Plaintext

ItemDef(
legacy_name: "Bonerattler Chausses",
legacy_description: "Assorted bones and hide from a bonerattler provide protection around the wearer's legs.",
kind: Armor((
kind: Pants,
stats: FromSet("Bonerattler"),
)),
quality: High,
tags: [
Material(Leather),
],
)