14 lines
308 B
Plaintext
14 lines
308 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Iron Legguards",
|
||
|
legacy_description: "Greaves forged from iron.",
|
||
|
kind: Armor((
|
||
|
kind: Pants,
|
||
|
stats: Direct((
|
||
|
protection: Some(Normal(10.0)),
|
||
|
poise_resilience: Some(Normal(10.0)),
|
||
|
)),
|
||
|
)),
|
||
|
quality: Low,
|
||
|
tags: [],
|
||
|
)
|