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

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),
],
)