trade_bot/assets/common/items/armor/cloth/woolen/chest.ron

13 lines
273 B
Plaintext
Raw Permalink Normal View History

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