veloren/assets/common/items/mineral/ingot/bronze.ron
2021-06-07 10:58:05 +02:00

10 lines
211 B
Plaintext

ItemDef(
name: "Bronze Ingot",
description: "A sturdy alloy made from combining copper and tin.",
kind: Ingredient(
kind: "BronzeIngot",
),
quality: Common,
tags: [MetalIngot],
)