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

11 lines
265 B
Rust

ItemDef(
name: Direct("Steel Ingot"),
description: "An alloy of iron and coal that is much tougher than its components.",
kind: Ingredient(
kind: "SteelIngot",
descriptor: "Steel",
),
quality: Moderate,
tags: [MetalIngot],
)