mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
11 lines
282 B
Rust
11 lines
282 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)],
|
|
)
|