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

12 lines
298 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Tarasque Boots",
legacy_description: "Tarasque claws form the outside of these boots, protecting the wearer's feet.",
kind: Armor((
kind: Foot,
stats: FromSet("Tarasque"),
)),
quality: High,
tags: [
Material(Carapace),
],
)