veloren/assets/common/items/mineral/ingot/cobalt.ron
2024-01-14 21:25:15 +02:00

10 lines
274 B
Rust

ItemDef(
legacy_name: "Cobalt Ingot",
legacy_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)],
)