hotbot/assets/common/items/armor/mail/orichalcum/shoulder.ron

13 lines
339 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Orichalcum Mantle",
legacy_description: "An ancient alloy. Myths remain of heroes who once wore this armor.",
kind: Armor((
kind: Shoulder,
stats: FromSet("Orichalcum"),
)),
quality: Legendary,
tags: [
Material(Orichalcum),
SalvageInto(Orichalcum, 1),
],
)