veloren/assets/common/items/mineral/stone/coal.ron
2022-05-19 22:46:31 +00:00

11 lines
238 B
Rust

ItemDef(
name: "Coal",
description: "A combustible black rock that happens to be really good at burning.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)