trade_bot/assets/common/items/armor/cloth/moonweave/hand.ron

13 lines
303 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Moonweave Gloves",
legacy_description: "The fabric dances silently, like moonlight.",
kind: Armor((
kind: Hand,
stats: FromSet("Moonweave"),
)),
quality: Epic,
tags: [
Material(Moonweave),
SalvageInto(Moonweave, 1),
],
)