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

12 lines
296 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +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),
],
)