13 lines
279 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
ItemDef(
legacy_name: "Twig Wraps",
legacy_description: "Magically imbued twigs interlocked into simple hand wraps.",
kind: Armor((
kind: Hand,
stats: FromSet("Twigs"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 1),
],
)