hotbot/assets/common/items/armor/mail/orichalcum/hand.ron
2024-06-11 14:43:30 -04:00

13 lines
335 B
Plaintext

ItemDef(
legacy_name: "Orichalcum Gloves",
legacy_description: "An ancient alloy. Myths remain of heroes who once wore this metal.",
kind: Armor((
kind: Hand,
stats: FromSet("Orichalcum"),
)),
quality: Legendary,
tags: [
Material(Orichalcum),
SalvageInto(Orichalcum, 1),
],
)