veloren/assets/common/items/crafting_ing/rock.ron

10 lines
250 B
Rust
Raw Normal View History

2021-05-07 17:03:45 +00:00
ItemDef(
name: "Rock",
description: "Made up of a bunch of different minerals, looks like it would hurt to get hit with.",
2021-05-07 17:03:45 +00:00
kind: Ingredient(
// Descriptor not needed
descriptor: "",
2021-05-07 17:03:45 +00:00
),
quality: Low,
2021-05-07 17:03:45 +00:00
tags: [],
)