hotbot/assets/common/items/armor/tarasque/shoulder.ron
2024-06-11 14:43:30 -04:00

12 lines
296 B
Plaintext

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