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

13 lines
302 B
Plaintext

ItemDef(
legacy_name: "Moonweave Vest",
legacy_description: "The fabric dances silently, like moonlight.",
kind: Armor((
kind: Chest,
stats: FromSet("Moonweave"),
)),
quality: Epic,
tags: [
Material(Moonweave),
SalvageInto(Moonweave, 3),
],
)