hotbot/assets/common/items/armor/cloth/sunsilk/shoulder.ron

13 lines
330 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Sunsilk Shoulderwraps",
legacy_description: "It radiates with the sun's power, and the grace to harness it.",
kind: Armor((
kind: Shoulder,
stats: FromSet("Sunsilk"),
)),
quality: Legendary,
tags: [
Material(Sunsilk),
SalvageInto(Sunsilk, 1),
],
)