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

13 lines
314 B
Plaintext
Raw Permalink Normal View History

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