hotbot/assets/common/items/armor/hide/dragonscale/chest.ron
2024-06-11 14:43:30 -04:00

13 lines
364 B
Plaintext

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