18 lines
414 B
Plaintext
18 lines
414 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Mitre",
|
||
|
legacy_description: "Calls strength down from above.",
|
||
|
kind: Armor((
|
||
|
kind: Head,
|
||
|
stats: Direct((
|
||
|
protection: Some(Normal(2.0)),
|
||
|
poise_resilience: Some(Normal(0.5)),
|
||
|
energy_max: Some(7.0),
|
||
|
energy_reward: Some(0.06),
|
||
|
)),
|
||
|
)),
|
||
|
quality: High,
|
||
|
tags: [
|
||
|
SalvageInto(Silver, 1),
|
||
|
],
|
||
|
)
|