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