veloren/assets/common/items/log/bamboo.ron

9 lines
251 B
Rust
Raw Normal View History

2021-05-07 17:03:45 +00:00
ItemDef(
name: "Bamboo",
2022-05-14 14:12:07 +00:00
description: "A giant woody grass.\n\nThis can be used when crafting wooden weapons.",
2021-05-07 17:03:45 +00:00
kind: Ingredient(
descriptor: "Bamboo",
2021-05-07 17:03:45 +00:00
),
quality: Common,
tags: [MaterialKind(Wood), Material(Bamboo)],
2021-05-07 17:03:45 +00:00
)