trade_bot/assets/common/items/mineral/ingot/iron.ron
2024-07-03 19:04:49 -04:00

10 lines
278 B
Plaintext

ItemDef(
legacy_name: "Iron Ingot",
legacy_description: "An incredibly commonplace metal.\n\nThis can be used when crafting metal weapons.",
kind: Ingredient(
descriptor: "Iron",
),
quality: Common,
tags: [MaterialKind(Metal), Material(Iron)],
)