This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.

18 lines
436 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((
protection: Some(Normal(9.0)),
poise_resilience: Some(Normal(2.0)),
energy_max: Some(5.0),
precision_power: Some(0.006),
)),
)),
quality: Epic,
tags: [
SalvageInto(Gold, 1), // TODO Multi-salvage
],
)