hotbot/assets/common/items/mineral/ingot/cobalt.ron
2024-06-11 14:43:30 -04:00

10 lines
274 B
Plaintext

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)],
)