trade_bot/assets/common/items/armor/misc/head/boreal_warhelm.ron

17 lines
431 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
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: [],
)