16 lines
390 B
Plaintext
16 lines
390 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Wanderer's Hat",
|
||
|
legacy_description: "The perfect headwear for those who feel at home on the highways and byways of Veloren.",
|
||
|
kind: Armor((
|
||
|
kind: Head,
|
||
|
stats: Direct((
|
||
|
precision_power: Some(0.016),
|
||
|
stealth: Some(0.1),
|
||
|
)),
|
||
|
)),
|
||
|
quality: Moderate,
|
||
|
tags: [
|
||
|
SalvageInto(Bamboo, 1),
|
||
|
],
|
||
|
)
|