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

9 lines
302 B
Plaintext
Raw Normal View History

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