trade_bot/assets/common/items/armor/golemite/helmet.ron
2024-11-15 12:07:15 -05:00

16 lines
447 B
Plaintext

ItemDef(
legacy_name: "Golemite Helmet",
legacy_description: "Equipment constructed from Golemite, providing toughness not unlike that of a golem.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(13.0)),
poise_resilience: Some(Normal(4.5)),
energy_max: Some(6.0),
energy_reward: Some(-0.06),
)),
)),
quality: Legendary,
tags: [],
)