hotbot/assets/common/items/log/hardwood.ron

9 lines
286 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
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)],
)