veloren/assets/common/items/mineral/ingot/cobalt.ron
2021-06-07 21:21:12 -04:00

10 lines
183 B
Plaintext

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