10 lines
318 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
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)],
)