2024-07-03 23:04:49 +00:00
|
|
|
ItemDef(
|
|
|
|
legacy_name: "Crown",
|
|
|
|
legacy_description: "A crown fit for royal stature.",
|
|
|
|
kind: Armor((
|
|
|
|
kind: Head,
|
|
|
|
stats: Direct((
|
2024-11-15 17:07:15 +00:00
|
|
|
protection: Some(Normal(10.0)),
|
|
|
|
poise_resilience: Some(Normal(3.0)),
|
|
|
|
energy_max: Some(7.0),
|
2024-07-03 23:04:49 +00:00
|
|
|
)),
|
|
|
|
)),
|
|
|
|
quality: Epic,
|
|
|
|
tags: [
|
|
|
|
SalvageInto(Gold, 1), // TODO Multi-salvage
|
|
|
|
],
|
|
|
|
)
|