13 lines
273 B
Plaintext
13 lines
273 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Woolen Parka",
|
||
|
legacy_description: "Thick and ready for the snow.",
|
||
|
kind: Armor((
|
||
|
kind: Chest,
|
||
|
stats: FromSet("Wool"),
|
||
|
)),
|
||
|
quality: Common,
|
||
|
tags: [
|
||
|
Material(Wool),
|
||
|
SalvageInto(Wool, 3),
|
||
|
],
|
||
|
)
|