hotbot/assets/common/items/armor/cloth/woolen/foot.ron
2024-06-11 14:43:30 -04:00

13 lines
272 B
Plaintext

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),
],
)