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

10 lines
208 B
Plaintext
Raw Normal View History

ItemDef(
name: "Bronze Ingot",
description: "A sturdy alloy made from combining copper and tin.",
kind: Ingredient(
kind: "BronzeIngot",
),
2021-06-08 01:21:12 +00:00
quality: Low,
tags: [MetalIngot],
)