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

13 lines
273 B
Plaintext

ItemDef(
legacy_name: "Woolen Parka",
legacy_description: "Thick and ready for the snow.",
kind: Armor((
kind: Chest,
stats: FromSet("Wool"),
)),
quality: Common,
tags: [
Material(Wool),
SalvageInto(Wool, 3),
],
)