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

9 lines
302 B
Plaintext

ItemDef(
legacy_name: "Orichalcum Ingot",
legacy_description: "An ingot made of refined orichalcum.\n\nThis can be used when crafting metal weapons.",
kind: Ingredient(
descriptor: "Orichalcum",
),
quality: Legendary,
tags: [MaterialKind(Metal), Material(Orichalcum)],
)