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

16 lines
390 B
Plaintext
Raw Normal View History

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