2024-10-10 09:12:52 -04:00
|
|
|
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((
|
2024-11-15 12:07:15 -05:00
|
|
|
protection: Some(Normal(13.0)),
|
|
|
|
poise_resilience: Some(Normal(4.5)),
|
2024-11-15 12:10:12 -05:00
|
|
|
energy_max: Some(7.0),
|
2025-01-10 03:46:05 -05:00
|
|
|
energy_reward: Some(-0.05),
|
2024-10-10 09:12:52 -04:00
|
|
|
)),
|
|
|
|
)),
|
|
|
|
quality: Legendary,
|
|
|
|
tags: [],
|
|
|
|
)
|