This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
2024-11-15 12:07:15 -05:00

17 lines
367 B
Plaintext

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