veloren/assets/common/items/mineral/ingot/cobalt.ron
2021-06-07 10:58:05 +02:00

10 lines
185 B
Plaintext

ItemDef(
name: "Cobalt Ingot",
description: "A strikingly blue ingot.",
kind: Ingredient(
kind: "CobaltIngot",
),
quality: Common,
tags: [MetalIngot],
)