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

17 lines
414 B
Plaintext

ItemDef(
legacy_name: "Bear Bonnet",
legacy_description: "Wearing the guise of a ferocious bear, its fury becomes your own.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(12.0)),
precision_power: Some(0.0095),
stealth: Some(0.21),
)),
)),
quality: Epic,
tags: [
SalvageInto(RigidLeather, 1),
],
)