hotbot/assets/common/items/armor/cloth/woolen/back.ron

13 lines
272 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Woolen Cloak",
legacy_description: "Thick and ready for the snow.",
kind: Armor((
kind: Back,
stats: FromSet("Wool"),
)),
quality: Common,
tags: [
Material(Wool),
SalvageInto(Wool, 1),
],
)