hotbot/assets/common/items/armor/hide/dragonscale/hand.ron

13 lines
359 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Dragonscale Gloves",
legacy_description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.",
kind: Armor((
kind: Hand,
stats: FromSet("Dragonscale"),
)),
quality: Legendary,
tags: [
Material(Dragonscale),
SalvageInto(Dragonscale, 1),
],
)