hotbot/assets/common/items/armor/cloth/linen/pants.ron

13 lines
282 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Linen Pants",
legacy_description: "Roughly stitched, but it seems to hold.",
kind: Armor((
kind: Pants,
stats: FromSet("Linen"),
)),
quality: Low,
tags: [
Material(Linen),
SalvageInto(Linen, 2),
],
)