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

9 lines
270 B
Rust

ItemDef(
name: "Eldwood Logs",
description: "Old logs that emanate magic.\n\nThis can be used when crafting wooden weapons.",
kind: Ingredient(
descriptor: "Eldwood",
),
quality: Legendary,
tags: [MaterialKind(Wood), Material(Eldwood)],
)