13 lines
296 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
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),
],
)