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