group_bot/assets/common/items/armor/mail/orichalcum/head.ron
2024-06-11 19:51:46 -04:00

17 lines
403 B
Plaintext

ItemDef(
legacy_name: "Orichalcum Helmet",
legacy_description: "The plume glows as you charge into battle.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(18.0)),
poise_resilience: Some(Normal(6.0)),
)),
)),
quality: Legendary,
tags: [
Material(Orichalcum),
SalvageInto(Orichalcum, 1),
],
)