veloren/assets/common/items/mineral/ingot/bloodsteel.ron

11 lines
313 B
Rust
Raw Normal View History

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