17 lines
395 B
Plaintext
Raw Normal View History

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