hotbot/assets/common/items/armor/pirate/hat.ron

16 lines
357 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Pirate Hat",
legacy_description: "It seems like a parrot was perched up here.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(2.5)),
energy_reward: Some(0.025),
precision_power: Some(0.08),
)),
)),
quality: Epic,
tags: [
],
)