13 lines
350 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
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),
],
)