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

10 lines
260 B
Rust

ItemDef(
name: "Cobalt Ingot",
description: "A strikingly blue ingot.\n\nThis can be used when crafting metal weapons.",
kind: Ingredient(
descriptor: "Cobalt",
),
quality: High,
tags: [MaterialKind(Metal), Material(Cobalt)],
)