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

16 lines
391 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((
protection: Some(Normal(8.0)),
poise_resilience: Some(Normal(4.0)),
energy_reward: Some(0.15),
precision_power: Some(-0.05),
)),
)),
quality: Legendary,
tags: [],
)