13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
ItemDef(
|
|
legacy_name: "Flowery Shirt",
|
|
legacy_description: "Magically imbued twigs decorated with flowers and their stems, letting others know your intentions of peace and love.",
|
|
kind: Armor((
|
|
kind: Chest,
|
|
stats: FromSet("Twigs Flowers"),
|
|
)),
|
|
quality: Moderate,
|
|
tags: [
|
|
SalvageInto(Twig, 3),
|
|
],
|
|
)
|