veloren/assets/common/items/mineral/ingot/bronze.ron

10 lines
211 B
Plaintext
Raw Normal View History

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