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

13 lines
339 B
Plaintext

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