trade_bot/assets/common/items/armor/brinestone/crown.ron
Jeff c7d87d0638
All checks were successful
Publish / rust (push) Successful in 6m18s
Publish / docker (push) Successful in 22m12s
Update
2024-11-15 12:10:12 -05:00

17 lines
427 B
Plaintext

ItemDef(
legacy_name: "Brinestone Crown",
legacy_description: "Makes you look taller.",
kind: Armor((
kind: Head,
stats: Direct((
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),
)),
)),
quality: Legendary,
tags: [],
)