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

10 lines
204 B
Rust

ItemDef(
name: "Tin Ingot",
description: "An ingot primarily used to make bronze.",
kind: Ingredient(
descriptor: "Tin",
),
quality: Common,
tags: [MaterialKind(Metal)],
)