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

9 lines
281 B
Rust
Raw Normal View History

2021-05-07 17:03:45 +00:00
ItemDef(
2024-01-13 18:22:50 +00:00
legacy_name: "Ironwood Logs",
legacy_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
)