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