trade_bot/assets/common/items/mineral/ingot/copper.ron

10 lines
217 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Copper Ingot",
legacy_description: "An ingot with a unique brown color.",
kind: Ingredient(
descriptor: "Copper",
),
quality: Low,
tags: [MaterialKind(Metal)],
)