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

13 lines
314 B
Plaintext

ItemDef(
legacy_name: "Flowery Pants",
legacy_description: "Chainmail woven twigs enhanced with flower stems to provide protection and peace.",
kind: Armor((
kind: Pants,
stats: FromSet("Twigs Flowers"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 2),
],
)