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

12 lines
302 B
Plaintext

ItemDef(
legacy_name: "Tarasque Gauntlets",
legacy_description: "Shattered fragments from a tarasque shell shaped into a protective gauntlets.",
kind: Armor((
kind: Hand,
stats: FromSet("Tarasque"),
)),
quality: High,
tags: [
Material(Carapace),
],
)