trade_bot/assets/common/items/armor/witch/hat.ron
2024-11-15 12:07:15 -05:00

16 lines
337 B
Plaintext

ItemDef(
legacy_name: "Witch Hat",
legacy_description: "Draws strength from dark arts.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(2.0)),
energy_max: Some(10.0),
energy_reward: Some(0.12),
)),
)),
quality: Epic,
tags: [
],
)