13 lines
322 B
Plaintext
13 lines
322 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Sunsilk Handwraps",
|
||
|
legacy_description: "It radiates with the sun's power, and the grace to harness it.",
|
||
|
kind: Armor((
|
||
|
kind: Hand,
|
||
|
stats: FromSet("Sunsilk"),
|
||
|
)),
|
||
|
quality: Legendary,
|
||
|
tags: [
|
||
|
Material(Sunsilk),
|
||
|
SalvageInto(Sunsilk, 1),
|
||
|
],
|
||
|
)
|