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

13 lines
312 B
Plaintext

ItemDef(
legacy_name: "Leafy Shirt",
legacy_description: "Leaves cover the magically imbued twig shirt, providing a more natural appearance.",
kind: Armor((
kind: Chest,
stats: FromSet("Twigs Leaves"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 3),
],
)