veloren/assets/common/items/mineral/ingot/bloodsteel.ron
2022-05-19 22:46:31 +00:00

10 lines
303 B
Rust

ItemDef(
name: "Bloodsteel Ingot",
description: "An alloy of bloodstone and iron, with a dark red color.\n\nThis can be used when crafting metal weapons.",
kind: Ingredient(
descriptor: "Bloodsteel",
),
quality: Epic,
tags: [MaterialKind(Metal), Material(Bloodsteel)],
)