hotbot/assets/common/items/armor/twigsflowers/hand.ron
2024-06-11 14:43:30 -04:00

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),
],
)