13 lines
363 B
Plaintext
13 lines
363 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Flowery Wraps",
|
||
|
legacy_description: "Wrapped and intertwined twigs held together with magic and flowers with their stems, providing peace and protection for the wearer.",
|
||
|
kind: Armor((
|
||
|
kind: Hand,
|
||
|
stats: FromSet("Twigs Flowers"),
|
||
|
)),
|
||
|
quality: Moderate,
|
||
|
tags: [
|
||
|
SalvageInto(Twig, 1),
|
||
|
],
|
||
|
)
|