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

9 lines
286 B
Rust
Raw Normal View History

ItemDef(
2024-01-13 18:22:50 +00:00
legacy_name: "Hardwood Logs",
legacy_description: "Extra thick and sturdy logs.\n\nThis can be used when crafting wooden weapons.",
kind: Ingredient(
descriptor: "Hardwood",
),
2022-05-08 03:28:13 +00:00
quality: Moderate,
tags: [MaterialKind(Wood), Material(Hardwood)],
)