trade_bot/assets/common/items/armor/hide/dragonscale/pants.ron

13 lines
362 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Dragonscale Leggings",
legacy_description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.",
kind: Armor((
kind: Pants,
stats: FromSet("Dragonscale"),
)),
quality: Legendary,
tags: [
Material(Dragonscale),
SalvageInto(Dragonscale, 2),
],
)