trade_bot/assets/common/items/armor/twigsflowers/chest.ron

13 lines
350 B
Plaintext
Raw Permalink Normal View History

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