2024-06-11 19:51:46 -04:00
|
|
|
ItemDef(
|
|
|
|
legacy_name: "Brinestone Crown",
|
|
|
|
legacy_description: "Makes you look taller.",
|
|
|
|
kind: Armor((
|
|
|
|
kind: Head,
|
|
|
|
stats: Direct((
|
2025-03-07 13:26:55 -05:00
|
|
|
protection: Some(Normal(10.0)),
|
|
|
|
poise_resilience: Some(Normal(3.0)),
|
|
|
|
energy_max: Some(6.0),
|
|
|
|
energy_reward: Some(0.06),
|
|
|
|
precision_power: Some(-0.02),
|
2024-06-11 19:51:46 -04:00
|
|
|
)),
|
|
|
|
)),
|
|
|
|
quality: Legendary,
|
|
|
|
tags: [],
|
|
|
|
)
|