veloren/assets/common/items/mineral/ingot/bloodsteel.ron
2022-05-18 16:28:10 -04:00

10 lines
280 B
Rust

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