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

13 lines
302 B
Plaintext

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