trade_bot/assets/common/items/armor/mail/bloodsteel/chest.ron
2024-07-03 19:04:49 -04:00

13 lines
312 B
Plaintext

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