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

9 lines
267 B
Rust
Raw Normal View History

2021-05-07 17:03:45 +00:00
ItemDef(
name: "Ironwood Logs",
2022-05-14 14:12:07 +00:00
description: "A particularly sturdy wood.\n\nThis can be used when crafting wooden weapons.",
2021-05-07 17:03:45 +00:00
kind: Ingredient(
descriptor: "Ironwood",
2021-05-07 17:03:45 +00:00
),
quality: High,
tags: [MaterialKind(Wood), Material(Ironwood)],
2021-05-07 17:03:45 +00:00
)