trade_bot/assets/common/items/armor/cloth/sunsilk/chest.ron

13 lines
319 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Sunsilk Tunic",
legacy_description: "It radiates with the sun's power, and the grace to harness it.",
kind: Armor((
kind: Chest,
stats: FromSet("Sunsilk"),
)),
quality: Legendary,
tags: [
Material(Sunsilk),
SalvageInto(Sunsilk, 3),
],
)