trade_bot/assets/common/items/armor/brinestone/crown.ron

17 lines
427 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Brinestone Crown",
legacy_description: "Makes you look taller.",
kind: Armor((
kind: Head,
stats: Direct((
2024-11-15 17:10:12 +00:00
protection: Some(Normal(10.0)),
2024-11-15 17:07:15 +00:00
poise_resilience: Some(Normal(3.0)),
2024-11-15 17:10:12 +00:00
energy_max: Some(6.0),
energy_reward: Some(0.06),
2024-11-15 17:07:15 +00:00
precision_power: Some(-0.02),
2024-07-03 23:04:49 +00:00
)),
)),
quality: Legendary,
tags: [],
)