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