10 lines
274 B
Plaintext
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)],
|
||
|
)
|