veloren/assets/common/items/mineral/ingot/tin.ron
Sam ca644f8f0b Added more interesting ingredients to recipes.
Changed bow main component from held (grip) to damage (limbs).
2022-05-16 15:11:02 -04:00

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: [],
)