veloren/assets/common/items/log/hardwood.ron
2024-01-14 21:25:15 +02:00

9 lines
286 B
Rust

ItemDef(
legacy_name: "Hardwood Logs",
legacy_description: "Extra thick and sturdy logs.\n\nThis can be used when crafting wooden weapons.",
kind: Ingredient(
descriptor: "Hardwood",
),
quality: Moderate,
tags: [MaterialKind(Wood), Material(Hardwood)],
)