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
227 B
Rust
11 lines
227 B
Rust
ItemDef(
|
|
name: Direct("Tin Ingot"),
|
|
description: "An ingot primarily used to make bronze.",
|
|
kind: Ingredient(
|
|
kind: "TinIngot",
|
|
descriptor: "Tin",
|
|
),
|
|
quality: Direct(Common),
|
|
tags: [],
|
|
)
|