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

17 lines
407 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Howl Cowl",
legacy_description: "Wearing the guise of a fearsome wolf befits a fearsome hunter.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(4.0)),
precision_power: Some(0.065),
stealth: Some(0.21),
)),
)),
quality: Epic,
tags: [
SalvageInto(RigidLeather, 1),
],
)