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

9 lines
204 B
Rust
Raw Normal View History

2021-05-07 17:03:45 +00:00
ItemDef(
name: "Basalt",
description: "A dark volcanic rock, most volcanic rock tends to be basalt..",
2021-05-07 17:03:45 +00:00
kind: Ingredient(
descriptor: "Basalt",
2021-05-07 17:03:45 +00:00
),
quality: High,
2021-05-07 17:03:45 +00:00
tags: [],
)