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

17 lines
368 B
Plaintext

ItemDef(
legacy_name: "Dark Hood",
legacy_description: "Tis a bit thicker.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(4.5)),
poise_resilience: Some(Normal(1.0)),
stealth: Some(0.2),
)),
)),
quality: Moderate,
tags: [
SalvageInto(Leather, 1),
],
)