13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Dragonscale Gloves",
|
||
|
legacy_description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.",
|
||
|
kind: Armor((
|
||
|
kind: Hand,
|
||
|
stats: FromSet("Dragonscale"),
|
||
|
)),
|
||
|
quality: Legendary,
|
||
|
tags: [
|
||
|
Material(Dragonscale),
|
||
|
SalvageInto(Dragonscale, 1),
|
||
|
],
|
||
|
)
|