17 lines
367 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
ItemDef(
legacy_name: "Hood",
legacy_description: "Become one with the treetops.",
kind: Armor((
kind: Head,
stats: Direct((
2025-03-07 13:26:55 -05:00
protection: Some(Normal(4.0)),
precision_power: Some(0.05),
stealth: Some(0.15),
2024-06-11 19:51:46 -04:00
)),
)),
quality: Moderate,
tags: [
SalvageInto(Leather, 1),
],
)