hotbot/assets/common/items/armor/cloth/moonweave/foot.ron

13 lines
302 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
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),
],
)