primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
9
veloren/assets/common/items/mineral/ingot/bloodsteel.ron
Normal file
9
veloren/assets/common/items/mineral/ingot/bloodsteel.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Bloodsteel Ingot",
|
||||
legacy_description: "An alloy of bloodstone and iron, with a dark red color.\n\nThis can be used when crafting metal weapons.",
|
||||
kind: Ingredient(
|
||||
descriptor: "Bloodsteel",
|
||||
),
|
||||
quality: Epic,
|
||||
tags: [MaterialKind(Metal), Material(Bloodsteel)],
|
||||
)
|
||||
9
veloren/assets/common/items/mineral/ingot/bronze.ron
Normal file
9
veloren/assets/common/items/mineral/ingot/bronze.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Bronze Ingot",
|
||||
legacy_description: "A sturdy alloy made from combining copper and tin.\n\nThis can be used when crafting metal weapons.",
|
||||
kind: Ingredient(
|
||||
descriptor: "Bronze",
|
||||
),
|
||||
quality: Low,
|
||||
tags: [MaterialKind(Metal), Material(Bronze)],
|
||||
)
|
||||
9
veloren/assets/common/items/mineral/ingot/cobalt.ron
Normal file
9
veloren/assets/common/items/mineral/ingot/cobalt.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cobalt Ingot",
|
||||
legacy_description: "A strikingly blue ingot.\n\nThis can be used when crafting metal weapons.",
|
||||
kind: Ingredient(
|
||||
descriptor: "Cobalt",
|
||||
),
|
||||
quality: High,
|
||||
tags: [MaterialKind(Metal), Material(Cobalt)],
|
||||
)
|
||||
9
veloren/assets/common/items/mineral/ingot/copper.ron
Normal file
9
veloren/assets/common/items/mineral/ingot/copper.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Copper Ingot",
|
||||
legacy_description: "An ingot with a unique brown color.",
|
||||
kind: Ingredient(
|
||||
descriptor: "Copper",
|
||||
),
|
||||
quality: Low,
|
||||
tags: [MaterialKind(Metal)],
|
||||
)
|
||||
9
veloren/assets/common/items/mineral/ingot/gold.ron
Normal file
9
veloren/assets/common/items/mineral/ingot/gold.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Gold Ingot",
|
||||
legacy_description: "An ingot made of refined metallic gold.",
|
||||
kind: Ingredient(
|
||||
descriptor: "Golden",
|
||||
),
|
||||
quality: Epic,
|
||||
tags: [MaterialKind(Metal)],
|
||||
)
|
||||
9
veloren/assets/common/items/mineral/ingot/iron.ron
Normal file
9
veloren/assets/common/items/mineral/ingot/iron.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
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)],
|
||||
)
|
||||
9
veloren/assets/common/items/mineral/ingot/orichalcum.ron
Normal file
9
veloren/assets/common/items/mineral/ingot/orichalcum.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Orichalcum Ingot",
|
||||
legacy_description: "An ingot made of refined orichalcum.\n\nThis can be used when crafting metal weapons.",
|
||||
kind: Ingredient(
|
||||
descriptor: "Orichalcum",
|
||||
),
|
||||
quality: Legendary,
|
||||
tags: [MaterialKind(Metal), Material(Orichalcum)],
|
||||
)
|
||||
9
veloren/assets/common/items/mineral/ingot/silver.ron
Normal file
9
veloren/assets/common/items/mineral/ingot/silver.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Silver Ingot",
|
||||
legacy_description: "An ingot made of refined metallic silver.",
|
||||
kind: Ingredient(
|
||||
descriptor: "Silver",
|
||||
),
|
||||
quality: Epic,
|
||||
tags: [MaterialKind(Metal)],
|
||||
)
|
||||
9
veloren/assets/common/items/mineral/ingot/steel.ron
Normal file
9
veloren/assets/common/items/mineral/ingot/steel.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
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)],
|
||||
)
|
||||
9
veloren/assets/common/items/mineral/ingot/tin.ron
Normal file
9
veloren/assets/common/items/mineral/ingot/tin.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Tin Ingot",
|
||||
legacy_description: "An ingot primarily used to make bronze.",
|
||||
kind: Ingredient(
|
||||
descriptor: "Tin",
|
||||
),
|
||||
quality: Low,
|
||||
tags: [MaterialKind(Metal)],
|
||||
)
|
||||
Reference in New Issue
Block a user