16 lines
337 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
ItemDef(
legacy_name: "Witch Hat",
legacy_description: "Draws strength from dark arts.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(2.0)),
2025-03-07 13:26:55 -05:00
energy_max: Some(10.0),
energy_reward: Some(0.12),
2024-06-11 19:51:46 -04:00
)),
)),
quality: Epic,
tags: [
],
)