trade_bot/assets/common/items/armor/tarasque/hand.ron

12 lines
302 B
Plaintext
Raw Permalink Normal View History

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