mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
11 lines
283 B
Rust
11 lines
283 B
Rust
ItemDef(
|
|
name: "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: [MaterialKind(Metal), Material(Steel)],
|
|
)
|