trade_bot/assets/common/items/armor/misc/head/boreal_warhelm.ron
2024-07-03 19:04:49 -04:00

17 lines
431 B
Plaintext

ItemDef(
legacy_name: "Boreal Warhelmet",
legacy_description: "I wonder where it's pointing...",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(9.82)),
poise_resilience: Some(Normal(5.5)),
energy_max: Some(-6.5),
precision_power: Some(0.065),
stealth: Some(0.05),
)),
)),
quality: Legendary,
tags: [],
)