mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
12 lines
238 B
Rust
12 lines
238 B
Rust
ItemDef(
|
|
name: Direct("Seashells"),
|
|
description: "Shells from a sea creature.",
|
|
kind: Ingredient(
|
|
kind: "Seashells",
|
|
// Descriptor not needed
|
|
descriptor: "",
|
|
),
|
|
quality: Common,
|
|
tags: [],
|
|
)
|