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

17 lines
414 B
Plaintext
Raw Normal View History

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