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

16 lines
318 B
Plaintext

ItemDef(
legacy_name: "Helmet",
legacy_description: "yep.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(12.0)),
poise_resilience: Some(Normal(3.0)),
)),
)),
quality: Moderate,
tags: [
SalvageInto(Steel, 1),
],
)