2024-07-03 23:04:49 +00:00
|
|
|
ItemDef(
|
|
|
|
legacy_name: "Pirate Hat",
|
|
|
|
legacy_description: "It seems like a parrot was perched up here.",
|
|
|
|
kind: Armor((
|
|
|
|
kind: Head,
|
|
|
|
stats: Direct((
|
2024-11-15 17:07:15 +00:00
|
|
|
protection: Some(Normal(4.0)),
|
|
|
|
energy_reward: Some(0.03),
|
2024-07-03 23:04:49 +00:00
|
|
|
precision_power: Some(0.08),
|
|
|
|
)),
|
|
|
|
)),
|
|
|
|
quality: Epic,
|
|
|
|
tags: [
|
|
|
|
],
|
|
|
|
)
|