hotbot/assets/common/items/log/hardwood.ron
2024-06-11 14:43:30 -04:00

9 lines
286 B
Plaintext

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)],
)