hotbot/assets/common/items/armor/cloth/sunsilk/foot.ron
2024-06-11 14:43:30 -04:00

13 lines
322 B
Plaintext

ItemDef(
legacy_name: "Sunsilk Footwraps",
legacy_description: "It radiates with the sun's power, and the grace to harness it.",
kind: Armor((
kind: Foot,
stats: FromSet("Sunsilk"),
)),
quality: Legendary,
tags: [
Material(Sunsilk),
SalvageInto(Sunsilk, 1),
],
)