mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
11 lines
246 B
Rust
11 lines
246 B
Rust
ItemDef(
|
|
name: Direct("Bronze Ingot"),
|
|
description: "A sturdy alloy made from combining copper and tin.",
|
|
kind: Ingredient(
|
|
kind: "BronzeIngot",
|
|
descriptor: "Bronze",
|
|
),
|
|
quality: Low,
|
|
tags: [MetalIngot],
|
|
)
|