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

10 lines
201 B
Rust
Raw Normal View History

2021-05-07 17:03:45 +00:00
ItemDef(
name: "Granite",
2021-05-07 17:03:45 +00:00
description: "A light-colored igneous rock.",
kind: Ingredient(
kind: "Granite",
descriptor: "Granite",
2021-05-07 17:03:45 +00:00
),
quality: Common,
2021-05-07 17:03:45 +00:00
tags: [],
)