hotbot/assets/common/items/calendar/christmas/armor/misc/head/woolly_wintercap.ron
2024-06-11 14:43:30 -04:00

16 lines
388 B
Plaintext

ItemDef(
legacy_name: "Woolly Wintercap",
legacy_description: "Simple, stylish, and festive.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(0.0)),
poise_resilience: Some(Normal(0.0)),
energy_max: Some(4.0),
energy_reward: Some(0.04),
)),
)),
quality: Common,
tags: [],
)