mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
ca644f8f0b
Changed bow main component from held (grip) to damage (limbs).
11 lines
229 B
Rust
11 lines
229 B
Rust
ItemDef(
|
|
name: Direct("Copper Ingot"),
|
|
description: "An ingot with a unique brown color.",
|
|
kind: Ingredient(
|
|
kind: "CopperIngot",
|
|
descriptor: "Copper",
|
|
),
|
|
quality: Direct(Low),
|
|
tags: [],
|
|
)
|