hotbot/assets/common/items/armor/misc/head/helmet.ron

16 lines
318 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
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),
],
)