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

12 lines
298 B
Plaintext

ItemDef(
legacy_name: "Tarasque Boots",
legacy_description: "Tarasque claws form the outside of these boots, protecting the wearer's feet.",
kind: Armor((
kind: Foot,
stats: FromSet("Tarasque"),
)),
quality: High,
tags: [
Material(Carapace),
],
)