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

15 lines
315 B
Plaintext

ItemDef(
legacy_name: "Leather Cap",
legacy_description: "Swift like the wind.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(1.0)),
)),
)),
quality: Common,
tags: [
Material(Leather),
SalvageInto(Leather, 1),
],
)