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

12 lines
281 B
Plaintext

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