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

10 lines
189 B
Plaintext

ItemDef(
name: "Iron Ingot",
description: "An incredibly commonplace metal.",
kind: Ingredient(
kind: "IronIngot",
),
quality: Common,
tags: [MetalIngot],
)