16 lines
397 B
Plaintext
16 lines
397 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Steel Armet",
|
||
|
legacy_description: "Metal alloy interlocking plates to improve protection.",
|
||
|
kind: Armor((
|
||
|
kind: Head,
|
||
|
stats: Direct((
|
||
|
protection: Some(Normal(11.0)),
|
||
|
poise_resilience: Some(Normal(4.8)),
|
||
|
)),
|
||
|
)),
|
||
|
quality: Moderate,
|
||
|
tags: [
|
||
|
Material(Steel),
|
||
|
SalvageInto(Steel, 1),
|
||
|
],
|
||
|
)
|