hotbot/assets/common/items/mineral/ingot/steel.ron
2024-06-11 14:43:30 -04:00

10 lines
318 B
Plaintext

ItemDef(
legacy_name: "Steel Ingot",
legacy_description: "An alloy of iron and coal that is much tougher than its components.\n\nThis can be used when crafting metal weapons.",
kind: Ingredient(
descriptor: "Steel",
),
quality: Moderate,
tags: [MaterialKind(Metal), Material(Steel)],
)