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

12 lines
296 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Tarasque Shoulder Pad",
legacy_description: "Spiky tarasque shell fragments formed to fit as shoulder guards.",
kind: Armor((
kind: Shoulder,
stats: FromSet("Tarasque"),
)),
quality: High,
tags: [
Material(Carapace),
],
)