16 lines
318 B
Plaintext
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),
|
|
],
|
|
)
|