16 lines
337 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -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)),
2024-11-15 12:07:15 -05:00
energy_max: Some(10.0),
energy_reward: Some(0.12),
2024-07-03 19:04:49 -04:00
)),
)),
quality: Epic,
tags: [
],
)