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

12 lines
294 B
Plaintext

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),
],
)