15 lines
333 B
Plaintext
15 lines
333 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Rugged Commoner's Pants",
|
||
|
legacy_description: "They remind you of the old days.",
|
||
|
kind: Armor((
|
||
|
kind: Pants,
|
||
|
stats: Direct((
|
||
|
protection: Some(Normal(1.0)),
|
||
|
)),
|
||
|
)),
|
||
|
quality: Low,
|
||
|
tags: [
|
||
|
Material(Linen),
|
||
|
SalvageInto(Linen, 2),
|
||
|
],
|
||
|
)
|