veloren/assets/common/items/crafting_ing/seashells.ron
2022-05-18 16:28:10 -04:00

11 lines
203 B
Rust

ItemDef(
name: "Seashells",
description: "Shells from a sea creature.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)