13 lines
272 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
ItemDef(
legacy_name: "Woolen Boots",
legacy_description: "Thick and ready for the snow.",
kind: Armor((
kind: Foot,
stats: FromSet("Wool"),
)),
quality: Common,
tags: [
Material(Wool),
SalvageInto(Wool, 1),
],
)