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

9 lines
207 B
Rust
Raw Normal View History

2021-05-07 17:03:45 +00:00
ItemDef(
name: Direct("Silver Ingot"),
2021-05-07 17:03:45 +00:00
description: "An ingot made of refined metallic silver.",
kind: Ingredient(
kind: "SilverIngot",
),
quality: Epic,
tags: [MetalIngot],
2021-05-07 17:03:45 +00:00
)