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

13 lines
310 B
Plaintext
Raw Permalink Normal View History

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