trade_bot/assets/common/items/armor/cloth/sunsilk/belt.ron
2024-07-03 19:04:49 -04:00

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),
],
)