hotbot/assets/common/items/armor/mail/bloodsteel/hand.ron

13 lines
315 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Bloodsteel Gauntlets",
legacy_description: "Forged to preserve life, at the cost of another.",
kind: Armor((
kind: Hand,
stats: FromSet("Bloodsteel"),
)),
quality: Epic,
tags: [
Material(Bloodsteel),
SalvageInto(Bloodsteel, 1),
],
)