17 lines
395 B
Plaintext
Raw Normal View History

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