17 lines
407 B
Plaintext
17 lines
407 B
Plaintext
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),
|
|
],
|
|
)
|