trade_bot/assets/common/items/armor/witch/hat.ron

17 lines
386 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Witch Hat",
legacy_description: "Draws strength from dark arts.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(2.0)),
poise_resilience: Some(Normal(1.5)),
energy_max: Some(8.0),
energy_reward: Some(0.084),
)),
)),
quality: Epic,
tags: [
],
)