2024-06-11 19:51:46 -04:00
|
|
|
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)),
|
|
|
|
energy_max: Some(12.0),
|
2025-03-07 13:26:55 -05:00
|
|
|
energy_reward: Some(0.08),
|
2024-06-11 19:51:46 -04:00
|
|
|
)),
|
|
|
|
)),
|
|
|
|
quality: Epic,
|
|
|
|
tags: [],
|
|
|
|
)
|