trade_bot/assets/common/items/armor/cloth/linen/shoulder.ron

13 lines
289 B
Plaintext
Raw Permalink Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Linen Shoulders",
legacy_description: "Roughly stitched, but it seems to hold.",
kind: Armor((
kind: Shoulder,
stats: FromSet("Linen"),
)),
quality: Low,
tags: [
Material(Linen),
SalvageInto(Linen, 1),
],
)