mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
ItemDef(
|
|
name: "Steel Ingot",
|
|
description: "An alloy of iron and coal that is much tougher than its components.",
|
|
kind: Ingredient(
|
|
kind: "SteelIngot",
|
|
),
|
|
quality: Moderate,
|
|
tags: [MetalIngot],
|
|
)
|