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

13 lines
357 B
Plaintext

ItemDef(
legacy_name: "Dragonscale Sash",
legacy_description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.",
kind: Armor((
kind: Belt,
stats: FromSet("Dragonscale"),
)),
quality: Legendary,
tags: [
Material(Dragonscale),
SalvageInto(Dragonscale, 1),
],
)