veloren/assets/common/items/mineral/stone/coal.ron

12 lines
256 B
Rust

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