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

12 lines
246 B
Rust
Raw Normal View History

ItemDef(
name: Direct("Seashells"),
2021-04-28 16:32:19 +00:00
description: "Shells from a sea creature.",
kind: Ingredient(
kind: "Seashells",
// Descriptor not needed
descriptor: "",
),
quality: Direct(Common),
tags: [],
)