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

9 lines
302 B
Rust
Raw Normal View History

ItemDef(
name: "Frostwood Logs",
2022-05-14 14:12:07 +00:00
description: "Chilly wood that comes from cold biomes. Cold to the touch.\n\nThis can be used when crafting wooden weapons.",
kind: Ingredient(
descriptor: "Frostwood",
),
2022-05-08 03:28:13 +00:00
quality: Epic,
tags: [MaterialKind(Wood), Material(Frostwood)],
)