trade_bot/assets/common/items/armor/bonerattler/pants.ron

12 lines
317 B
Plaintext
Raw Normal View History

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