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

13 lines
320 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Leafy Pants",
legacy_description: "Leaves cover the magically imbued chainmail twigs, providing protection from the elements.",
kind: Armor((
kind: Pants,
stats: FromSet("Twigs Leaves"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 2),
],
)