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

9 lines
265 B
Rust
Raw Normal View History

2021-05-07 17:03:45 +00:00
ItemDef(
2024-01-13 18:22:50 +00:00
legacy_name: "Bamboo",
legacy_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
)