veloren/assets/common/items/crafting_ing/twigs.ron
2022-05-19 22:46:31 +00:00

11 lines
225 B
Rust

ItemDef(
name: "Twigs",
description: "Found near trees, a squirrel must've knocked it down.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)