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

12 lines
281 B
Plaintext
Raw Normal View History

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