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