trade_bot/assets/common/items/armor/cloth/woolen/belt.ron
2024-07-03 19:04:49 -04:00

13 lines
271 B
Plaintext

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