hotbot/assets/common/items/armor/brinestone/crown.ron
2024-06-11 14:43:30 -04:00

16 lines
391 B
Plaintext

ItemDef(
legacy_name: "Brinestone Crown",
legacy_description: "Makes you look taller.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(8.0)),
poise_resilience: Some(Normal(4.0)),
energy_reward: Some(0.15),
precision_power: Some(-0.05),
)),
)),
quality: Legendary,
tags: [],
)