hotbot/assets/common/items/armor/tarasque/pants.ron

12 lines
294 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Tarasque Chausses",
legacy_description: "Fragmented tarasque shell tied together to form protective leg armor.",
kind: Armor((
kind: Pants,
stats: FromSet("Tarasque"),
)),
quality: High,
tags: [
Material(Carapace),
],
)