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

13 lines
312 B
Plaintext

ItemDef(
legacy_name: "Leafy Shoulders",
legacy_description: "Leaves cover over the twigs to provide better protection from the elements.",
kind: Armor((
kind: Shoulder,
stats: FromSet("Twigs Leaves"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 1),
],
)