13 lines
279 B
Plaintext
13 lines
279 B
Plaintext
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),
|
|
],
|
|
)
|