trade_bot/assets/common/items/armor/mail/bloodsteel/pants.ron

13 lines
311 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Bloodsteel Legs",
legacy_description: "Forged to preserve life, at the cost of another.",
kind: Armor((
kind: Pants,
stats: FromSet("Bloodsteel"),
)),
quality: Epic,
tags: [
Material(Bloodsteel),
SalvageInto(Bloodsteel, 2),
],
)