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

13 lines
318 B
Plaintext

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