13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
ItemDef(
|
|
legacy_name: "Purple Linen Boots",
|
|
legacy_description: "Cobbled rough fabric boots, dyed purple.",
|
|
kind: Armor((
|
|
kind: Foot,
|
|
stats: FromSet("Cloth Purple"),
|
|
)),
|
|
quality: Common,
|
|
tags: [
|
|
Material(Linen),
|
|
SalvageInto(Linen, 1),
|
|
],
|
|
) |