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

11 lines
299 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: Direct(Moderate),
tags: [MaterialKind(Metal), Material(Steel)],
)