13 lines
285 B
Plaintext
Raw Normal View History

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