16 lines
424 B
Plaintext
16 lines
424 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Impressive Turban",
|
||
|
legacy_description: "An incredibly fancy and light-weight turban, quite expensive too.",
|
||
|
kind: Armor((
|
||
|
kind: Head,
|
||
|
stats: Direct((
|
||
|
protection: Some(Normal(5.0)),
|
||
|
poise_resilience: Some(Normal(1.5)),
|
||
|
energy_max: Some(12.0),
|
||
|
energy_reward: Some(0.07),
|
||
|
)),
|
||
|
)),
|
||
|
quality: Epic,
|
||
|
tags: [],
|
||
|
)
|