trade_bot/assets/common/items/mineral/ingot/cobalt.ron

10 lines
274 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
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)],
)