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

9 lines
251 B
Rust

ItemDef(
name: "Bamboo",
description: "A giant woody grass.\n\nThis can be used when crafting wooden weapons.",
kind: Ingredient(
descriptor: "Bamboo",
),
quality: Common,
tags: [MaterialKind(Wood), Material(Bamboo)],
)