hotbot/assets/common/items/armor/mail/bloodsteel/shoulder.ron
2024-06-11 14:43:30 -04:00

13 lines
319 B
Plaintext

ItemDef(
legacy_name: "Bloodsteel Pauldrons",
legacy_description: "Forged to preserve life, at the cost of another.",
kind: Armor((
kind: Shoulder,
stats: FromSet("Bloodsteel"),
)),
quality: Epic,
tags: [
Material(Bloodsteel),
SalvageInto(Bloodsteel, 1),
],
)