14 lines
312 B
Plaintext
14 lines
312 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Iron Chestplate",
|
||
|
legacy_description: "A chestplate forged from iron.",
|
||
|
kind: Armor((
|
||
|
kind: Chest,
|
||
|
stats: Direct((
|
||
|
protection: Some(Normal(5.0)),
|
||
|
poise_resilience: Some(Normal(5.0)),
|
||
|
)),
|
||
|
)),
|
||
|
quality: Low,
|
||
|
tags: [],
|
||
|
)
|