trade_bot/assets/common/items/armor/misc/head/hood.ron
2024-07-03 19:04:49 -04:00

17 lines
368 B
Plaintext

ItemDef(
legacy_name: "Hood",
legacy_description: "Become one with the treetops.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(2.5)),
precision_power: Some(0.016),
stealth: Some(0.22),
)),
)),
quality: Moderate,
tags: [
SalvageInto(Leather, 1),
],
)