13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Moonweave Legs",
|
||
|
legacy_description: "The fabric dances silently, like moonlight.",
|
||
|
kind: Armor((
|
||
|
kind: Pants,
|
||
|
stats: FromSet("Moonweave"),
|
||
|
)),
|
||
|
quality: Epic,
|
||
|
tags: [
|
||
|
Material(Moonweave),
|
||
|
SalvageInto(Moonweave, 2),
|
||
|
],
|
||
|
)
|