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

12 lines
281 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Tarasque Belt",
legacy_description: "Shattered band of a tarasque shell, making for a strong belt.",
kind: Armor((
kind: Belt,
stats: FromSet("Tarasque"),
)),
quality: High,
tags: [
Material(Carapace),
],
)