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

13 lines
273 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Woolen Pants",
legacy_description: "Thick and ready for the snow.",
kind: Armor((
kind: Pants,
stats: FromSet("Wool"),
)),
quality: Common,
tags: [
Material(Wool),
SalvageInto(Wool, 2),
],
)