mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
4542 lines
184 KiB
Rust
4542 lines
184 KiB
Rust
{
|
|
"crafting_hammer": (
|
|
output: ("common.items.tool.craftsman_hammer", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.twigs"), 6, false),
|
|
(Item("common.items.crafting_ing.stones"), 6, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"mortar_pestle": (
|
|
output: ("common.items.crafting_tools.mortar_pestle", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.stones"), 6, false),
|
|
(Item("common.items.crafting_ing.bowl"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"sewing_set": (
|
|
output: ("common.items.crafting_tools.sewing_set", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.linen"), 1, false),
|
|
(Item("common.items.mineral.ingot.tin"), 1, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"velorite_frag": (
|
|
output: ("common.items.mineral.ore.veloritefrag", 2),
|
|
inputs: [
|
|
(Item("common.items.mineral.ore.velorite"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"potion_s": (
|
|
output: ("common.items.consumable.potion_minor", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.empty_vial"), 1, false),
|
|
(Item("common.items.food.apple"), 4, false),
|
|
(Item("common.items.crafting_ing.honey"), 1, false),
|
|
],
|
|
craft_sprite: Some(Cauldron),
|
|
),
|
|
"potion_m": (
|
|
output: ("common.items.consumable.potion_med", 1),
|
|
inputs: [
|
|
(Item("common.items.consumable.potion_minor"), 2, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 4, false),
|
|
],
|
|
craft_sprite: Some(Cauldron),
|
|
),
|
|
"cactus_colada": (
|
|
output: ("common.items.food.cactus_colada", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.empty_vial"), 1, false),
|
|
(Item("common.items.crafting_ing.cactus"), 8, false),
|
|
],
|
|
craft_sprite: Some(Cauldron),
|
|
),
|
|
"collar_basic": (
|
|
output: ("common.items.utility.collar", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 5, false),
|
|
(Item("common.items.mineral.gem.ruby"), 1, false),
|
|
],
|
|
craft_sprite: None,
|
|
),
|
|
"bomb_coconut": (
|
|
output: ("common.items.utility.bomb", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.stones"), 10, false),
|
|
(Item("common.items.food.coconut"), 2, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 2, false),
|
|
(Item("common.items.crafting_tools.mortar_pestle"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"firework_blue": (
|
|
output: ("common.items.utility.firework_blue", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.twigs"), 1, false),
|
|
(Item("common.items.crafting_ing.stones"), 1, false),
|
|
(Item("common.items.food.coconut"), 1, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 1, false),
|
|
(Item("common.items.crafting_tools.mortar_pestle"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"firework_green": (
|
|
output: ("common.items.utility.firework_green", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.twigs"), 1, false),
|
|
(Item("common.items.crafting_ing.stones"), 1, false),
|
|
(Item("common.items.food.coconut"), 1, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 1, false),
|
|
(Item("common.items.crafting_tools.mortar_pestle"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"firework_purple": (
|
|
output: ("common.items.utility.firework_purple", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.twigs"), 1, false),
|
|
(Item("common.items.crafting_ing.stones"), 1, false),
|
|
(Item("common.items.food.coconut"), 1, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 1, false),
|
|
(Item("common.items.crafting_tools.mortar_pestle"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"firework_red": (
|
|
output: ("common.items.utility.firework_red", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.twigs"), 1, false),
|
|
(Item("common.items.crafting_ing.stones"), 1, false),
|
|
(Item("common.items.food.coconut"), 1, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 1, false),
|
|
(Item("common.items.crafting_tools.mortar_pestle"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"firework_white": (
|
|
output: ("common.items.utility.firework_white", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.twigs"), 1, false),
|
|
(Item("common.items.crafting_ing.stones"), 1, false),
|
|
(Item("common.items.food.coconut"), 1, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 1, false),
|
|
(Item("common.items.crafting_tools.mortar_pestle"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"firework_yellow": (
|
|
output: ("common.items.utility.firework_yellow", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.twigs"), 1, false),
|
|
(Item("common.items.crafting_ing.stones"), 1, false),
|
|
(Item("common.items.food.coconut"), 1, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 1, false),
|
|
(Item("common.items.crafting_tools.mortar_pestle"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"apple_shroom_curry": (
|
|
output: ("common.items.food.apple_mushroom_curry", 1),
|
|
inputs: [
|
|
(Item("common.items.food.mushroom"), 8, false),
|
|
(Item("common.items.food.coconut"), 1, false),
|
|
(Item("common.items.food.apple"), 4, false),
|
|
(Item("common.items.crafting_tools.mortar_pestle"), 0, false),
|
|
],
|
|
craft_sprite: Some(CookingPot),
|
|
),
|
|
"fish_cooked": (
|
|
output: ("common.items.food.meat.fish_cooked", 1),
|
|
inputs: [
|
|
(Item("common.items.food.meat.fish_raw"), 1, false),
|
|
],
|
|
craft_sprite: Some(CookingPot),
|
|
),
|
|
"bird_cooked": (
|
|
output: ("common.items.food.meat.bird_cooked", 1),
|
|
inputs: [
|
|
(Item("common.items.food.meat.bird_raw"), 1, false),
|
|
],
|
|
craft_sprite: Some(CookingPot),
|
|
),
|
|
"bird_large_cooked": (
|
|
output: ("common.items.food.meat.bird_large_cooked", 1),
|
|
inputs: [
|
|
(Item("common.items.food.meat.bird_large_raw"), 1, false),
|
|
],
|
|
craft_sprite: Some(CookingPot),
|
|
),
|
|
"beast_small_cooked": (
|
|
output: ("common.items.food.meat.beast_small_cooked", 1),
|
|
inputs: [
|
|
(Item("common.items.food.meat.beast_small_raw"), 1, false),
|
|
],
|
|
craft_sprite: Some(CookingPot),
|
|
),
|
|
"beast_large_cooked": (
|
|
output: ("common.items.food.meat.beast_large_cooked", 1),
|
|
inputs: [
|
|
(Item("common.items.food.meat.beast_large_raw"), 1, false),
|
|
],
|
|
craft_sprite: Some(CookingPot),
|
|
),
|
|
"tough_cooked": (
|
|
output: ("common.items.food.meat.tough_cooked", 1),
|
|
inputs: [
|
|
(Item("common.items.food.meat.tough_raw"), 1, false),
|
|
],
|
|
craft_sprite: Some(CookingPot),
|
|
),
|
|
"leather strips": (
|
|
output: ("common.items.crafting_ing.leather.leather_strips", 4),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.simple_leather"), 1, false),
|
|
],
|
|
craft_sprite: Some(TanningRack),
|
|
),
|
|
"simple leather": (
|
|
output: ("common.items.crafting_ing.leather.simple_leather", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.animal_hide"), 1, false),
|
|
],
|
|
craft_sprite: Some(TanningRack),
|
|
),
|
|
"thick leather": (
|
|
output: ("common.items.crafting_ing.leather.thick_leather", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.tough_hide"), 1, false),
|
|
],
|
|
craft_sprite: Some(TanningRack),
|
|
),
|
|
"rigid leather": (
|
|
output: ("common.items.crafting_ing.leather.rigid_leather", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.rugged_hide"), 1, false),
|
|
],
|
|
craft_sprite: Some(TanningRack),
|
|
),
|
|
"gold ingot": (
|
|
output: ("common.items.mineral.ingot.gold", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ore.gold"), 1, false),
|
|
],
|
|
craft_sprite: Some(Forge),
|
|
),
|
|
"silver ingot": (
|
|
output: ("common.items.mineral.ingot.silver", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ore.silver"), 1, false),
|
|
],
|
|
craft_sprite: Some(Forge),
|
|
),
|
|
"iron ingot": (
|
|
output: ("common.items.mineral.ingot.iron", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ore.iron"), 1, false),
|
|
],
|
|
craft_sprite: Some(Forge),
|
|
),
|
|
"cobalt ingot": (
|
|
output: ("common.items.mineral.ingot.cobalt", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ore.cobalt"), 1, false),
|
|
],
|
|
craft_sprite: Some(Forge),
|
|
),
|
|
"tin ingot": (
|
|
output: ("common.items.mineral.ingot.tin", 2),
|
|
inputs: [
|
|
(Item("common.items.mineral.ore.tin"), 1, false),
|
|
],
|
|
craft_sprite: Some(Forge),
|
|
),
|
|
"orichalcum ingot": (
|
|
output: ("common.items.mineral.ingot.orichalcum", 2),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.gold"), 1, false),
|
|
(Item("common.items.mineral.ingot.silver"), 1, false),
|
|
],
|
|
craft_sprite: Some(Forge),
|
|
),
|
|
"copper ingot": (
|
|
output: ("common.items.mineral.ingot.copper", 2),
|
|
inputs: [
|
|
(Item("common.items.mineral.ore.copper"), 1, false),
|
|
],
|
|
craft_sprite: Some(Forge),
|
|
),
|
|
"bloodsteel ingot": (
|
|
output: ("common.items.mineral.ingot.bloodsteel", 2),
|
|
inputs: [
|
|
(Item("common.items.mineral.ore.bloodstone"), 1, false),
|
|
(Item("common.items.mineral.ingot.iron"), 1, false),
|
|
(Item("common.items.mineral.ore.coal"), 1, false),
|
|
],
|
|
craft_sprite: Some(Forge),
|
|
),
|
|
"steel ingot": (
|
|
output: ("common.items.mineral.ingot.steel", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 1, false),
|
|
(Item("common.items.mineral.ore.coal"), 1, false),
|
|
],
|
|
craft_sprite: Some(Forge),
|
|
),
|
|
"bronze ingot": (
|
|
output: ("common.items.mineral.ingot.bronze", 2),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.copper"), 1, false),
|
|
(Item("common.items.mineral.ingot.tin"), 1, false),
|
|
],
|
|
craft_sprite: Some(Forge),
|
|
),
|
|
// Only for Christmas event so remove once done
|
|
"diamonds": (
|
|
output: ("common.items.mineral.gem.diamond", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ore.coal"), 20, false),
|
|
],
|
|
craft_sprite: Some(Forge),
|
|
),
|
|
"cotton": (
|
|
output: ("common.items.crafting_ing.cloth.cotton", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cotton_boll"), 1, false),
|
|
],
|
|
craft_sprite: Some(SpinningWheel),
|
|
),
|
|
"linen_flax": (
|
|
output: ("common.items.crafting_ing.cloth.linen", 1),
|
|
inputs: [
|
|
(Item("common.items.flowers.wild_flax"), 1, false),
|
|
],
|
|
craft_sprite: Some(SpinningWheel),
|
|
),
|
|
"silk": (
|
|
output: ("common.items.crafting_ing.cloth.silk", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.sticky_thread"), 1, false),
|
|
],
|
|
craft_sprite: Some(SpinningWheel),
|
|
),
|
|
"lifecloth": (
|
|
output: ("common.items.crafting_ing.cloth.lifecloth", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.animal_misc.lively_vine"), 1, false),
|
|
(Item("common.items.crafting_ing.cloth.cotton"), 1, false),
|
|
],
|
|
craft_sprite: Some(SpinningWheel),
|
|
),
|
|
"moonweave": (
|
|
output: ("common.items.crafting_ing.cloth.moonweave", 1),
|
|
inputs: [
|
|
(Item("common.items.flowers.moonbell"), 1, false),
|
|
],
|
|
craft_sprite: Some(SpinningWheel),
|
|
),
|
|
"sunsilk": (
|
|
output: ("common.items.crafting_ing.cloth.sunsilk", 1),
|
|
inputs: [
|
|
(Item("common.items.flowers.pyrebloom"), 1, false),
|
|
],
|
|
craft_sprite: Some(SpinningWheel),
|
|
),
|
|
"salad_plain": (
|
|
output: ("common.items.food.plainsalad", 1),
|
|
inputs: [
|
|
(Item("common.items.food.lettuce"), 1, false),
|
|
(Item("common.items.crafting_ing.bowl"), 1, false),
|
|
],
|
|
craft_sprite: None,
|
|
),
|
|
"salad_tomato": (
|
|
output: ("common.items.food.tomatosalad", 1),
|
|
inputs: [
|
|
(Item("common.items.food.lettuce"), 1, false),
|
|
(Item("common.items.food.tomato"), 2, false),
|
|
(Item("common.items.crafting_ing.bowl"), 1, false),
|
|
],
|
|
craft_sprite: None,
|
|
),
|
|
"apples_stick": (
|
|
output: ("common.items.food.apple_stick", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.twigs"), 2, false),
|
|
(Item("common.items.food.apple"), 2, false),
|
|
],
|
|
craft_sprite: None,
|
|
),
|
|
"mushroom_stick": (
|
|
output: ("common.items.food.mushroom_stick", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.twigs"), 2, false),
|
|
(Item("common.items.food.mushroom"), 3, false),
|
|
],
|
|
craft_sprite: None,
|
|
),
|
|
"sunflower_icetea": (
|
|
output: ("common.items.food.sunflower_icetea", 4),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.empty_vial"), 1, false),
|
|
(Item("common.items.crafting_ing.animal_misc.icy_fang"), 1, false),
|
|
(Item("common.items.flowers.sunflower"), 4, false),
|
|
(Item("common.items.crafting_ing.honey"), 1, false),
|
|
],
|
|
craft_sprite: Some(Cauldron),
|
|
),
|
|
"Plain Cloth Glider": (
|
|
output: ("common.items.glider.basic_white", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.twigs"), 5, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 5, false),
|
|
(Item("common.items.crafting_ing.cloth.linen"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"Red Cloth Glider": (
|
|
output: ("common.items.glider.basic_red", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.twigs"), 5, false),
|
|
(Item("common.items.crafting_ing.cloth.linen_red"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 4, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"Leaves Glider": (
|
|
output: ("common.items.glider.leaves", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.twigs"), 5, false),
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 4, false),
|
|
(Item("common.items.crafting_ing.cloth.linen"), 5, false),
|
|
(Item("common.items.mineral.gem.emerald"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"Sand Raptor Wings": (
|
|
output: ("common.items.glider.sandraptor", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.animal_misc.raptor_feather"), 6, false),
|
|
(Item("common.items.crafting_ing.twigs"), 5, false),
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 4, false),
|
|
(Item("common.items.crafting_ing.cloth.wool"), 5, false),
|
|
(Item("common.items.mineral.gem.sapphire"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"Snow Raptor Wings": (
|
|
output: ("common.items.glider.snowraptor", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.animal_misc.raptor_feather"), 6, false),
|
|
(Item("common.items.crafting_ing.twigs"), 5, false),
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 4, false),
|
|
(Item("common.items.crafting_ing.cloth.silk"), 5, false),
|
|
(Item("common.items.crafting_ing.animal_misc.icy_fang"), 1, false),
|
|
(Item("common.items.mineral.gem.ruby"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"Wood Raptor Wings": (
|
|
output: ("common.items.glider.woodraptor", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.animal_misc.raptor_feather"), 6, false),
|
|
(Item("common.items.crafting_ing.twigs"), 5, false),
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 4, false),
|
|
(Item("common.items.crafting_ing.cloth.lifecloth"), 5, false),
|
|
(Item("common.items.mineral.gem.emerald"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"Moonlit Love": (
|
|
output: ("common.items.glider.butterfly3", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.moonweave"), 20, false),
|
|
(Item("common.items.crafting_ing.twigs"), 5, false),
|
|
(Item("common.items.flowers.red"), 6, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 8, false),
|
|
(Item("common.items.mineral.gem.diamond"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"Horizon": (
|
|
output: ("common.items.glider.sunset", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.sunsilk"), 20, false),
|
|
(Item("common.items.crafting_ing.twigs"), 5, false),
|
|
(Item("common.items.crafting_ing.cactus"), 8, false),
|
|
(Item("common.items.mineral.gem.topaz"), 6, false),
|
|
(Item("common.items.mineral.gem.ruby"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"Healing Sceptre": (
|
|
output: ("common.items.weapons.sceptre.starter_sceptre", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.twigs"), 10, false),
|
|
(Item("common.items.crafting_ing.stones"), 0, false),
|
|
],
|
|
craft_sprite: None,
|
|
),
|
|
"Burnt Drumstick": (
|
|
output: ("common.items.weapons.hammer.burnt_drumstick", 1),
|
|
inputs: [
|
|
(Item("common.items.food.meat.bird_large_cooked"), 1, false),
|
|
],
|
|
craft_sprite: Some(CookingPot),
|
|
),
|
|
//ARMOR/HIDE/RAWHIDE
|
|
"rawhide back": (
|
|
output: ("common.items.armor.hide.rawhide.back", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.simple_leather"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"rawhide belt": (
|
|
output: ("common.items.armor.hide.rawhide.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.simple_leather"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"rawhide chest": (
|
|
output: ("common.items.armor.hide.rawhide.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.simple_leather"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"rawhide feet": (
|
|
output: ("common.items.armor.hide.rawhide.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.simple_leather"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"rawhide hands": (
|
|
output: ("common.items.armor.hide.rawhide.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.simple_leather"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"rawhide pants": (
|
|
output: ("common.items.armor.hide.rawhide.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.simple_leather"), 8, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"rawhide shoulder": (
|
|
output: ("common.items.armor.hide.rawhide.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.simple_leather"), 8, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 6, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
//ARMOR/HIDE/LEATHER
|
|
"leather back": (
|
|
output: ("common.items.armor.hide.leather.back", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"leather belt": (
|
|
output: ("common.items.armor.hide.leather.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"leather chest": (
|
|
output: ("common.items.armor.hide.leather.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"leather feet": (
|
|
output: ("common.items.armor.hide.leather.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"leather hands": (
|
|
output: ("common.items.armor.hide.leather.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"leather pants": (
|
|
output: ("common.items.armor.hide.leather.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 8, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"leather shoulder": (
|
|
output: ("common.items.armor.hide.leather.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 8, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 6, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
//ARMOR/HIDE/SCALE
|
|
"scale back": (
|
|
output: ("common.items.armor.hide.scale.back", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.scales"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"scale belt": (
|
|
output: ("common.items.armor.hide.scale.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.scales"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"scale chest": (
|
|
output: ("common.items.armor.hide.scale.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.scales"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"scale feet": (
|
|
output: ("common.items.armor.hide.scale.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.scales"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"scale hands": (
|
|
output: ("common.items.armor.hide.scale.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.scales"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"scale pants": (
|
|
output: ("common.items.armor.hide.scale.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.scales"), 8, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"scale shoulder": (
|
|
output: ("common.items.armor.hide.scale.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.scales"), 8, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 6, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
//ARMOR/HIDE/CARAPACE
|
|
"carapace back": (
|
|
output: ("common.items.armor.hide.carapace.back", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.carapace"), 3, false),
|
|
(Item("common.items.mineral.ingot.steel"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"carapace belt": (
|
|
output: ("common.items.armor.hide.carapace.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.carapace"), 2, false),
|
|
(Item("common.items.mineral.ingot.steel"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"carapace chest": (
|
|
output: ("common.items.armor.hide.carapace.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.carapace"), 10, false),
|
|
(Item("common.items.mineral.ingot.steel"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"carapace feet": (
|
|
output: ("common.items.armor.hide.carapace.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.carapace"), 3, false),
|
|
(Item("common.items.mineral.ingot.steel"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"carapace hands": (
|
|
output: ("common.items.armor.hide.carapace.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.carapace"), 3, false),
|
|
(Item("common.items.mineral.ingot.steel"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"carapace pants": (
|
|
output: ("common.items.armor.hide.carapace.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.carapace"), 8, false),
|
|
(Item("common.items.mineral.ingot.steel"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"carapace shoulder": (
|
|
output: ("common.items.armor.hide.carapace.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.carapace"), 8, false),
|
|
(Item("common.items.mineral.ingot.steel"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 6, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
//ARMOR/HIDE/PRIMAL
|
|
"primal back": (
|
|
output: ("common.items.armor.hide.primal.back", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.plate"), 3, false),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 1, false),
|
|
(Item("common.items.crafting_ing.cloth.lifecloth"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.rigid_leather"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"primal belt": (
|
|
output: ("common.items.armor.hide.primal.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.plate"), 2, false),
|
|
(Item("common.items.crafting_ing.cloth.lifecloth"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.rigid_leather"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"primal chest": (
|
|
output: ("common.items.armor.hide.primal.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.plate"), 10, false),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 1, false),
|
|
(Item("common.items.crafting_ing.cloth.lifecloth"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.rigid_leather"), 4, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"primal feet": (
|
|
output: ("common.items.armor.hide.primal.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.plate"), 3, false),
|
|
(Item("common.items.crafting_ing.cloth.lifecloth"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.rigid_leather"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"primal hands": (
|
|
output: ("common.items.armor.hide.primal.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.plate"), 3, false),
|
|
(Item("common.items.crafting_ing.cloth.lifecloth"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.rigid_leather"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"primal pants": (
|
|
output: ("common.items.armor.hide.primal.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.plate"), 8, false),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 1, false),
|
|
(Item("common.items.crafting_ing.cloth.lifecloth"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.rigid_leather"), 4, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"primal shoulder": (
|
|
output: ("common.items.armor.hide.primal.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.plate"), 8, false),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 2, false),
|
|
(Item("common.items.crafting_ing.cloth.lifecloth"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.rigid_leather"), 6, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
//ARMOR/HIDE/DRAGONSCALE
|
|
"dragonscale back": (
|
|
output: ("common.items.armor.hide.dragonscale.back", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.dragon_scale"), 3, false),
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.rigid_leather"), 1, false),
|
|
(Item("common.items.crafting_ing.hide.scales"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"dragonscale belt": (
|
|
output: ("common.items.armor.hide.dragonscale.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.dragon_scale"), 2, false),
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 2, false),
|
|
(Item("common.items.crafting_ing.hide.scales"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"dragonscale chest": (
|
|
output: ("common.items.armor.hide.dragonscale.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.dragon_scale"), 10, false),
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.rigid_leather"), 2, false),
|
|
(Item("common.items.crafting_ing.hide.scales"), 4, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"dragonscale feet": (
|
|
output: ("common.items.armor.hide.dragonscale.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.dragon_scale"), 3, false),
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 2, false),
|
|
(Item("common.items.crafting_ing.hide.scales"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"dragonscale hands": (
|
|
output: ("common.items.armor.hide.dragonscale.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.dragon_scale"), 3, false),
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 2, false),
|
|
(Item("common.items.crafting_ing.hide.scales"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"dragonscale pants": (
|
|
output: ("common.items.armor.hide.dragonscale.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.dragon_scale"), 8, false),
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.rigid_leather"), 1, false),
|
|
(Item("common.items.crafting_ing.hide.scales"), 4, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"dragonscale shoulder": (
|
|
output: ("common.items.armor.hide.dragonscale.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.dragon_scale"), 8, false),
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.rigid_leather"), 2, false),
|
|
(Item("common.items.crafting_ing.hide.scales"), 6, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
//ARMOR/CLOTH/LINEN
|
|
"linen back": (
|
|
output: ("common.items.armor.cloth.linen.back", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.linen"), 3, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"linen belt": (
|
|
output: ("common.items.armor.cloth.linen.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.linen"), 2, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"linen chest": (
|
|
output: ("common.items.armor.cloth.linen.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.linen"), 10, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"linen feet": (
|
|
output: ("common.items.armor.cloth.linen.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.linen"), 3, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"linen hands": (
|
|
output: ("common.items.armor.cloth.linen.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.linen"), 3, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"linen pants": (
|
|
output: ("common.items.armor.cloth.linen.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.linen"), 8, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"linen shoulder": (
|
|
output: ("common.items.armor.cloth.linen.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.linen"), 8, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
//ARMOR/CLOTH/WOOLEN
|
|
"woolen back": (
|
|
output: ("common.items.armor.cloth.woolen.back", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.wool"), 3, false),
|
|
(Item("common.items.crafting_ing.cloth.cotton"), 2, false),
|
|
(Item("common.items.crafting_ing.animal_misc.fur"), 1, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"woolen belt": (
|
|
output: ("common.items.armor.cloth.woolen.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.wool"), 1, false),
|
|
(Item("common.items.crafting_ing.cloth.cotton"), 1, false),
|
|
(Item("common.items.crafting_ing.animal_misc.fur"), 1, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"woolen chest": (
|
|
output: ("common.items.armor.cloth.woolen.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.wool"), 8, false),
|
|
(Item("common.items.crafting_ing.cloth.cotton"), 2, false),
|
|
(Item("common.items.crafting_ing.animal_misc.fur"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"woolen feet": (
|
|
output: ("common.items.armor.cloth.woolen.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.wool"), 2, false),
|
|
(Item("common.items.crafting_ing.cloth.cotton"), 1, false),
|
|
(Item("common.items.crafting_ing.animal_misc.fur"), 1, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"woolen hands": (
|
|
output: ("common.items.armor.cloth.woolen.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.wool"), 2, false),
|
|
(Item("common.items.crafting_ing.cloth.cotton"), 1, false),
|
|
(Item("common.items.crafting_ing.animal_misc.fur"), 1, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"woolen pants": (
|
|
output: ("common.items.armor.cloth.woolen.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.wool"), 6, false),
|
|
(Item("common.items.crafting_ing.cloth.cotton"), 2, false),
|
|
(Item("common.items.crafting_ing.animal_misc.fur"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"woolen shoulder": (
|
|
output: ("common.items.armor.cloth.woolen.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.wool"), 6, false),
|
|
(Item("common.items.crafting_ing.cloth.cotton"), 2, false),
|
|
(Item("common.items.crafting_ing.animal_misc.fur"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
//ARMOR/CLOTH/SILKEN
|
|
"silken back": (
|
|
output: ("common.items.armor.cloth.silken.back", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.silk"), 3, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"silken belt": (
|
|
output: ("common.items.armor.cloth.silken.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.silk"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"silken chest": (
|
|
output: ("common.items.armor.cloth.silken.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.silk"), 10, false),
|
|
(Item("common.items.mineral.gem.amethyst"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"silken feet": (
|
|
output: ("common.items.armor.cloth.silken.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.silk"), 3, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"silken hands": (
|
|
output: ("common.items.armor.cloth.silken.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.silk"), 3, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"silken pants": (
|
|
output: ("common.items.armor.cloth.silken.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.silk"), 8, false),
|
|
(Item("common.items.mineral.gem.amethyst"), 1, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"silken shoulder": (
|
|
output: ("common.items.armor.cloth.silken.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.silk"), 8, false),
|
|
(Item("common.items.mineral.gem.amethyst"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
//ARMOR/CLOTH/DRUID
|
|
"druid back": (
|
|
output: ("common.items.armor.cloth.druid.back", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.lifecloth"), 3, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"druid belt": (
|
|
output: ("common.items.armor.cloth.druid.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.lifecloth"), 2, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 1, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"druid chest": (
|
|
output: ("common.items.armor.cloth.druid.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.lifecloth"), 10, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 3, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"druid feet": (
|
|
output: ("common.items.armor.cloth.druid.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.lifecloth"), 3, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"druid hands": (
|
|
output: ("common.items.armor.cloth.druid.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.lifecloth"), 3, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"druid pants": (
|
|
output: ("common.items.armor.cloth.druid.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.lifecloth"), 8, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"druid shoulder": (
|
|
output: ("common.items.armor.cloth.druid.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.lifecloth"), 8, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
//ARMOR/CLOTH/MOONWEAVE
|
|
"moonweave back": (
|
|
output: ("common.items.armor.cloth.moonweave.back", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.moonweave"), 3, false),
|
|
(Item("common.items.crafting_ing.hide.leather_troll"), 3, false),
|
|
(Item("common.items.mineral.ingot.silver"), 1, false),
|
|
(Item("common.items.mineral.ingot.cobalt"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"moonweave belt": (
|
|
output: ("common.items.armor.cloth.moonweave.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.moonweave"), 2, false),
|
|
(Item("common.items.crafting_ing.hide.leather_troll"), 2, false),
|
|
(Item("common.items.mineral.ingot.cobalt"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"moonweave chest": (
|
|
output: ("common.items.armor.cloth.moonweave.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.moonweave"), 10, false),
|
|
(Item("common.items.crafting_ing.hide.leather_troll"), 5, false),
|
|
(Item("common.items.mineral.ingot.silver"), 1, false),
|
|
(Item("common.items.mineral.ingot.cobalt"), 3, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"moonweave feet": (
|
|
output: ("common.items.armor.cloth.moonweave.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.moonweave"), 3, false),
|
|
(Item("common.items.crafting_ing.hide.leather_troll"), 2, false),
|
|
(Item("common.items.mineral.ingot.cobalt"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"moonweave hands": (
|
|
output: ("common.items.armor.cloth.moonweave.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.moonweave"), 3, false),
|
|
(Item("common.items.crafting_ing.hide.leather_troll"), 2, false),
|
|
(Item("common.items.mineral.ingot.cobalt"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"moonweave pants": (
|
|
output: ("common.items.armor.cloth.moonweave.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.moonweave"), 8, false),
|
|
(Item("common.items.crafting_ing.hide.leather_troll"), 3, false),
|
|
(Item("common.items.mineral.ingot.cobalt"), 3, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"moonweave shoulder": (
|
|
output: ("common.items.armor.cloth.moonweave.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.moonweave"), 8, false),
|
|
(Item("common.items.crafting_ing.hide.leather_troll"), 3, false),
|
|
(Item("common.items.mineral.ingot.cobalt"), 3, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
//ARMOR/CLOTH/SUNSILK
|
|
"sunsilk back": (
|
|
output: ("common.items.armor.cloth.sunsilk.back", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.sunsilk"), 3, false),
|
|
(Item("common.items.crafting_ing.animal_misc.phoenix_feather"), 1, false),
|
|
(Item("common.items.mineral.ingot.gold"), 1, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"sunsilk belt": (
|
|
output: ("common.items.armor.cloth.sunsilk.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.sunsilk"), 2, false),
|
|
(Item("common.items.mineral.ingot.gold"), 1, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"sunsilk chest": (
|
|
output: ("common.items.armor.cloth.sunsilk.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.sunsilk"), 10, false),
|
|
(Item("common.items.crafting_ing.animal_misc.phoenix_feather"), 2, false),
|
|
(Item("common.items.mineral.ingot.gold"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"sunsilk feet": (
|
|
output: ("common.items.armor.cloth.sunsilk.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.sunsilk"), 3, false),
|
|
(Item("common.items.mineral.ingot.gold"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"sunsilk hands": (
|
|
output: ("common.items.armor.cloth.sunsilk.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.sunsilk"), 3, false),
|
|
(Item("common.items.mineral.ingot.gold"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"sunsilk pants": (
|
|
output: ("common.items.armor.cloth.sunsilk.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.sunsilk"), 8, false),
|
|
(Item("common.items.mineral.ingot.gold"), 3, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
"sunsilk shoulder": (
|
|
output: ("common.items.armor.cloth.sunsilk.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.sunsilk"), 8, false),
|
|
(Item("common.items.mineral.ingot.gold"), 3, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(Loom),
|
|
),
|
|
//ARMOR/MAIL/BRONZE
|
|
"bronze back": (
|
|
output: ("common.items.armor.mail.bronze.back", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"bronze belt": (
|
|
output: ("common.items.armor.mail.bronze.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"bronze chest": (
|
|
output: ("common.items.armor.mail.bronze.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"bronze feet": (
|
|
output: ("common.items.armor.mail.bronze.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"bronze hands": (
|
|
output: ("common.items.armor.mail.bronze.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"bronze pants": (
|
|
output: ("common.items.armor.mail.bronze.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 8, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"bronze shoulder": (
|
|
output: ("common.items.armor.mail.bronze.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 8, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 6, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
//ARMOR/MAIL/IRON
|
|
"iron back": (
|
|
output: ("common.items.armor.mail.iron.back", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"iron belt": (
|
|
output: ("common.items.armor.mail.iron.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"iron chest": (
|
|
output: ("common.items.armor.mail.iron.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"iron feet": (
|
|
output: ("common.items.armor.mail.iron.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"iron hands": (
|
|
output: ("common.items.armor.mail.iron.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"iron pants": (
|
|
output: ("common.items.armor.mail.iron.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 8, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"iron shoulder": (
|
|
output: ("common.items.armor.mail.iron.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 8, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 6, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
//ARMOR/MAIL/STEEL
|
|
"steel back": (
|
|
output: ("common.items.armor.mail.steel.back", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 3, false),
|
|
(Item("common.items.crafting_ing.cloth.linen"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"steel belt": (
|
|
output: ("common.items.armor.mail.steel.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"steel chest": (
|
|
output: ("common.items.armor.mail.steel.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 4, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"steel feet": (
|
|
output: ("common.items.armor.mail.steel.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"steel hands": (
|
|
output: ("common.items.armor.mail.steel.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"steel pants": (
|
|
output: ("common.items.armor.mail.steel.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 8, false),
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 4, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"steel shoulder": (
|
|
output: ("common.items.armor.mail.steel.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 8, false),
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 6, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
//ARMOR/MAIL/COBALT
|
|
"cobalt back": (
|
|
output: ("common.items.armor.mail.cobalt.back", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 3, false),
|
|
(Item("common.items.crafting_ing.cloth.silk"), 4, false),
|
|
(Item("common.items.mineral.gem.sapphire"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"cobalt belt": (
|
|
output: ("common.items.armor.mail.cobalt.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 2, false),
|
|
(Item("common.items.crafting_ing.cloth.silk"), 2, false),
|
|
(Item("common.items.mineral.gem.sapphire"), 1, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"cobalt chest": (
|
|
output: ("common.items.armor.mail.cobalt.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 10, false),
|
|
(Item("common.items.crafting_ing.cloth.silk"), 3, false),
|
|
(Item("common.items.mineral.gem.sapphire"), 3, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"cobalt feet": (
|
|
output: ("common.items.armor.mail.cobalt.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 3, false),
|
|
(Item("common.items.crafting_ing.cloth.silk"), 3, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"cobalt hands": (
|
|
output: ("common.items.armor.mail.cobalt.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 3, false),
|
|
(Item("common.items.crafting_ing.cloth.silk"), 3, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"cobalt pants": (
|
|
output: ("common.items.armor.mail.cobalt.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 8, false),
|
|
(Item("common.items.crafting_ing.cloth.silk"), 3, false),
|
|
(Item("common.items.mineral.gem.sapphire"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"cobalt shoulder": (
|
|
output: ("common.items.armor.mail.cobalt.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 8, false),
|
|
(Item("common.items.crafting_ing.cloth.silk"), 3, false),
|
|
(Item("common.items.mineral.gem.sapphire"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
//ARMOR/MAIL/BLOODSTEEL
|
|
"bloodsteel back": (
|
|
output: ("common.items.armor.mail.bloodsteel.back", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 3, false),
|
|
(Item("common.items.crafting_ing.hide.carapace"), 1, false),
|
|
(Item("common.items.crafting_ing.cloth.lifecloth"), 3, false),
|
|
(Item("common.items.mineral.gem.ruby"), 1, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"bloodsteel belt": (
|
|
output: ("common.items.armor.mail.bloodsteel.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 2, false),
|
|
(Item("common.items.crafting_ing.hide.carapace"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"bloodsteel chest": (
|
|
output: ("common.items.armor.mail.bloodsteel.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 10, false),
|
|
(Item("common.items.crafting_ing.hide.carapace"), 4, false),
|
|
(Item("common.items.mineral.gem.diamond"), 2, false),
|
|
(Item("common.items.mineral.gem.ruby"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"bloodsteel feet": (
|
|
output: ("common.items.armor.mail.bloodsteel.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 3, false),
|
|
(Item("common.items.crafting_ing.hide.carapace"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"bloodsteel hands": (
|
|
output: ("common.items.armor.mail.bloodsteel.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 3, false),
|
|
(Item("common.items.crafting_ing.hide.carapace"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"bloodsteel pants": (
|
|
output: ("common.items.armor.mail.bloodsteel.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 8, false),
|
|
(Item("common.items.crafting_ing.hide.carapace"), 3, false),
|
|
(Item("common.items.mineral.gem.ruby"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"bloodsteel shoulder": (
|
|
output: ("common.items.armor.mail.bloodsteel.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 8, false),
|
|
(Item("common.items.crafting_ing.hide.carapace"), 4, false),
|
|
(Item("common.items.mineral.gem.ruby"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
//ARMOR/MAIL/ORICHALCUM
|
|
"orichalcum back": (
|
|
output: ("common.items.armor.mail.orichalcum.back", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 3, false),
|
|
(Item("common.items.crafting_ing.hide.plate"), 3, false),
|
|
(Item("common.items.crafting_ing.cloth.moonweave"), 2, false),
|
|
(Item("common.items.mineral.gem.diamond"), 2, false),
|
|
(Item("common.items.mineral.gem.sapphire"), 1, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"orichalcum belt": (
|
|
output: ("common.items.armor.mail.orichalcum.belt", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 2, false),
|
|
(Item("common.items.crafting_ing.hide.plate"), 2, false),
|
|
(Item("common.items.mineral.gem.diamond"), 2, false),
|
|
(Item("common.items.mineral.gem.sapphire"), 1, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"orichalcum chest": (
|
|
output: ("common.items.armor.mail.orichalcum.chest", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 10, false),
|
|
(Item("common.items.mineral.ingot.cobalt"), 2, false),
|
|
(Item("common.items.crafting_ing.hide.plate"), 4, false),
|
|
(Item("common.items.mineral.gem.diamond"), 3, false),
|
|
(Item("common.items.mineral.gem.sapphire"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"orichalcum feet": (
|
|
output: ("common.items.armor.mail.orichalcum.foot", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 3, false),
|
|
(Item("common.items.crafting_ing.hide.plate"), 2, false),
|
|
(Item("common.items.mineral.gem.diamond"), 1, false),
|
|
(Item("common.items.mineral.gem.sapphire"), 1, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"orichalcum hands": (
|
|
output: ("common.items.armor.mail.orichalcum.hand", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 3, false),
|
|
(Item("common.items.crafting_ing.hide.plate"), 2, false),
|
|
(Item("common.items.mineral.gem.diamond"), 1, false),
|
|
(Item("common.items.mineral.gem.sapphire"), 1, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"orichalcum pants": (
|
|
output: ("common.items.armor.mail.orichalcum.pants", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 8, false),
|
|
(Item("common.items.mineral.ingot.cobalt"), 1, false),
|
|
(Item("common.items.crafting_ing.hide.plate"), 3, false),
|
|
(Item("common.items.mineral.gem.diamond"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"orichalcum shoulder": (
|
|
output: ("common.items.armor.mail.orichalcum.shoulder", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 8, false),
|
|
(Item("common.items.crafting_ing.hide.plate"), 4, false),
|
|
(Item("common.items.mineral.gem.sapphire"), 2, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
|
|
"Seashell Necklace": (
|
|
output: ("common.items.armor.misc.neck.shell", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.linen"), 2, false),
|
|
(Item("common.items.mineral.gem.sapphire"), 1, false),
|
|
(Item("common.items.crafting_ing.seashells"), 3, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"red cloth": (
|
|
output: ("common.items.crafting_ing.cloth.linen_red", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.linen"), 1, false),
|
|
(Item("common.items.flowers.red"), 1, false),
|
|
(Item("common.items.crafting_tools.mortar_pestle"), 0, false),
|
|
],
|
|
craft_sprite: None,
|
|
),
|
|
"tiny red pouch": (
|
|
output: ("common.items.armor.misc.bag.tiny_red_pouch", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.linen_red"), 3, false),
|
|
],
|
|
craft_sprite: None,
|
|
),
|
|
"tiny leather pouch": (
|
|
output: ("common.items.armor.misc.bag.tiny_leather_pouch", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 12, false),
|
|
],
|
|
craft_sprite: None,
|
|
),
|
|
"knitted red pouch": (
|
|
output: ("common.items.armor.misc.bag.knitted_red_pouch", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.wool"), 6, false),
|
|
(Item("common.items.armor.misc.bag.tiny_red_pouch"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: None,
|
|
),
|
|
"woven red bag": (
|
|
output: ("common.items.armor.misc.bag.woven_red_bag", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.silk"), 6, false),
|
|
(Item("common.items.armor.misc.bag.knitted_red_pouch"), 1, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: None,
|
|
),
|
|
"traveler backpack": (
|
|
output: ("common.items.armor.misc.back.backpack", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.gem.diamond"), 2, false),
|
|
(Item("common.items.crafting_ing.twigs"), 2, false),
|
|
(Item("common.items.crafting_ing.cloth.silk"), 4, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 3, false),
|
|
(Item("common.items.armor.misc.bag.tiny_leather_pouch"), 2, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"sturdy red backpack": (
|
|
output: ("common.items.armor.misc.bag.sturdy_red_backpack", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.gem.amethyst"), 2, false),
|
|
(Item("common.items.crafting_ing.cloth.linen_red"), 3, false),
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 6, false),
|
|
(Item("common.items.armor.misc.bag.woven_red_bag"), 1, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: None,
|
|
),
|
|
"troll hide pack": (
|
|
output: ("common.items.armor.misc.bag.troll_hide_pack", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.hide.leather_troll"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 10, false),
|
|
(Item("common.items.mineral.gem.diamond"), 1, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: None,
|
|
),
|
|
"Mindflayer Spellbag": (
|
|
output: ("common.items.armor.misc.bag.mindflayer_spellbag", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.mindflayer_bag_damaged"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.rigid_leather"), 8, false),
|
|
(Item("common.items.mineral.gem.diamond"), 4, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 10, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: None,
|
|
),
|
|
"tin pickaxe": (
|
|
output: ("common.items.tool.pickaxe_stone", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
|
(Item("common.items.crafting_ing.stones"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"steel pickaxe": (
|
|
output: ("common.items.tool.pickaxe_steel", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.lifecloth"), 1, false),
|
|
(Item("common.items.mineral.ingot.steel"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
),
|
|
"fang necklace": (
|
|
output: ("common.items.armor.misc.neck.fang", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 3, false),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 15, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"honeycomb pendant": (
|
|
output: ("common.items.armor.misc.neck.honeycomb_pendant", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
(Item("common.items.crafting_ing.honey"), 15, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"diamond ring": (
|
|
output: ("common.items.armor.misc.ring.diamond", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.gold"), 1, false),
|
|
(Item("common.items.mineral.gem.diamond"), 1, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"diamond necklace": (
|
|
output: ("common.items.armor.misc.neck.diamond", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.gold"), 4, false),
|
|
(Item("common.items.mineral.gem.diamond"), 6, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ruby ring": (
|
|
output: ("common.items.armor.misc.ring.ruby", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.silver"), 1, false),
|
|
(Item("common.items.mineral.gem.ruby"), 1, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"ruby necklace": (
|
|
output: ("common.items.armor.misc.neck.ruby", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.silver"), 4, false),
|
|
(Item("common.items.mineral.gem.ruby"), 6, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"emerald ring": (
|
|
output: ("common.items.armor.misc.ring.emerald", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 1, false),
|
|
(Item("common.items.mineral.gem.emerald"), 1, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"emerald necklace": (
|
|
output: ("common.items.armor.misc.neck.emerald", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 4, false),
|
|
(Item("common.items.mineral.gem.emerald"), 6, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"sapphire ring": (
|
|
output: ("common.items.armor.misc.ring.sapphire", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 1, false),
|
|
(Item("common.items.mineral.gem.sapphire"), 1, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"sapphire necklace": (
|
|
output: ("common.items.armor.misc.neck.sapphire", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 2, false),
|
|
(Item("common.items.mineral.gem.sapphire"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"topaz ring": (
|
|
output: ("common.items.armor.misc.ring.topaz", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.copper"), 1, false),
|
|
(Item("common.items.mineral.gem.topaz"), 1, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"topaz necklace": (
|
|
output: ("common.items.armor.misc.neck.topaz", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.copper"), 2, false),
|
|
(Item("common.items.mineral.gem.topaz"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"amethyst ring": (
|
|
output: ("common.items.armor.misc.ring.amethyst", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.tin"), 1, false),
|
|
(Item("common.items.mineral.gem.amethyst"), 1, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"amethyst necklace": (
|
|
output: ("common.items.armor.misc.neck.amethyst", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.tin"), 2, false),
|
|
(Item("common.items.mineral.gem.amethyst"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"merchant turban": (
|
|
output: ("common.items.armor.merchant.turban", 1),
|
|
inputs: [
|
|
(Item("common.items.crafting_ing.cloth.linen_red"), 20, false),
|
|
(Item("common.items.mineral.gem.diamond"), 4, false),
|
|
(Item("common.items.crafting_ing.mindflayer_bag_damaged"), 1, false),
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
"winged coronet": (
|
|
output: ("common.items.armor.misc.head.winged_coronet", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.gem.emerald"), 1, false),
|
|
(Item("common.items.mineral.ingot.gold"), 4, false),
|
|
(Item("common.items.crafting_ing.animal_misc.raptor_feather"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
),
|
|
/// MODULAR WEAPONS/SWORDS/PRIMARY COMPONENTS
|
|
"bronze longsword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.longsword", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron longsword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.longsword", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel longsword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.longsword", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt longsword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.longsword", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel longsword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.longsword", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum longsword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.longsword", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze sawblade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.sawblade", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron sawblade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.sawblade", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel sawblade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.sawblade", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt sawblade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.sawblade", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel sawblade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.sawblade", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum sawblade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.sawblade", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze katana blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.katana", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron katana blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.katana", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel katana blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.katana", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt katana blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.katana", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel katana blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.katana", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum katana blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.katana", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze zweihander blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.zweihander", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron zweihander blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.zweihander", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel zweihander blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.zweihander", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt zweihander blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.zweihander", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel zweihander blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.zweihander", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum zweihander blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.zweihander", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze sabre blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.sabre", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron sabre blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.sabre", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel sabre blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.sabre", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt sabre blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.sabre", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel sabre blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.sabre", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum sabre blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.sabre", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze greatsword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.greatsword", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron greatsword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.greatsword", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel greatsword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.greatsword", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt greatsword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.greatsword", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel greatsword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.greatsword", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum greatsword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.greatsword", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze ornate sword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron ornate sword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel ornate sword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt ornate sword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel ornate sword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum ornate sword blade": (
|
|
output: ("common.items.crafting_ing.modular.primary.sword.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
/// MODULAR WEAPONS/SWORDS/SECONDARY COMPONENTS
|
|
"one-handed hilt": (
|
|
output: ("common.items.crafting_ing.modular.secondary.sword.one-handed", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 1, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"two-handed hilt": (
|
|
output: ("common.items.crafting_ing.modular.secondary.sword.two-handed", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 1, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hand-and-a-half hilt": (
|
|
output: ("common.items.crafting_ing.modular.secondary.sword.hand-and-half", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 1, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
/// MODULAR WEAPONS/HAMMERS/PRIMARY COMPONENTS
|
|
"bronze hammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.hammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron hammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.hammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel hammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.hammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt hammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.hammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel hammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.hammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum hammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.hammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze spiked mace head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.spikedmace", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron spiked mace head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.spikedmace", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel spiked mace head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.spikedmace", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt spiked mace head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.spikedmace", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel spiked mace head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.spikedmace", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum spiked mace head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.spikedmace", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze warhammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.warhammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron warhammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.warhammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel warhammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.warhammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt warhammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.warhammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel warhammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.warhammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum warhammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.warhammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze maul head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.maul", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron maul head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.maul", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel maul head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.maul", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt maul head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.maul", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel maul head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.maul", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum maul head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.maul", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze great mace head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.greatmace", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron great mace head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.greatmace", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel great mace head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.greatmace", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt great mace head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.greatmace", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel great mace head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.greatmace", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum great mace head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.greatmace", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze greathammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.greathammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron greathammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.greathammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel greathammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.greathammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt greathammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.greathammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel greathammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.greathammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum greathammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.greathammer", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze ornate hammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron ornate hammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel ornate hammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt ornate hammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel ornate hammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum ornate hammer head": (
|
|
output: ("common.items.crafting_ing.modular.primary.hammer.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
/// MODULAR WEAPONS/HAMMERS/SECONDARY COMPONENTS
|
|
"short hammer haft": (
|
|
output: ("common.items.crafting_ing.modular.secondary.hammer.short", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"long hammer haft": (
|
|
output: ("common.items.crafting_ing.modular.secondary.hammer.long", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"medium hammer haft": (
|
|
output: ("common.items.crafting_ing.modular.secondary.hammer.medium", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
/// MODULAR WEAPONS/AXES/PRIMARY COMPONENTS
|
|
"bronze axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.axe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.axe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.axe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.axe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.axe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.axe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze jagged axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.jagged", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron jagged axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.jagged", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel jagged axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.jagged", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt jagged axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.jagged", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel jagged axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.jagged", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum jagged axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.jagged", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze battleaxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.battleaxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron battleaxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.battleaxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel battleaxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.battleaxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt battleaxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.battleaxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel battleaxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.battleaxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum battleaxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.battleaxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze poleaxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.poleaxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron poleaxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.poleaxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel poleaxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.poleaxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt poleaxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.poleaxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel poleaxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.poleaxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum poleaxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.poleaxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze labrys axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.labrys", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron labrys axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.labrys", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel labrys axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.labrys", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt labrys axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.labrys", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel labrys axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.labrys", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum labrys axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.labrys", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze greataxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.greataxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron greataxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.greataxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel greataxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.greataxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt greataxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.greataxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel greataxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.greataxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum greataxe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.greataxe", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bronze ornate axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bronze"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 1, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"iron ornate axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.iron"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 2, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"steel ornate axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.steel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 5, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"cobalt ornate axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.cobalt"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 10, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"bloodsteel ornate axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 20, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
"orichalcum ornate axe head": (
|
|
output: ("common.items.crafting_ing.modular.primary.axe.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.ingot.orichalcum"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 50, false),
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
|
],
|
|
craft_sprite: Some(Anvil),
|
|
is_recycling: false,
|
|
),
|
|
/// MODULAR WEAPONS/AXES/SECONDARY COMPONENTS
|
|
"short axe haft": (
|
|
output: ("common.items.crafting_ing.modular.secondary.axe.short", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"long axe haft": (
|
|
output: ("common.items.crafting_ing.modular.secondary.axe.long", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"medium axe haft": (
|
|
output: ("common.items.crafting_ing.modular.secondary.axe.medium", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
/// MODULAR WEAPONS/BOWS/PRIMARY COMPONENTS
|
|
"wood bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.bow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.bow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.bow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.bow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.bow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.bow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood composite bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.composite", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 1, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo composite bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.composite", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 2, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood composite bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.composite", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 5, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood composite bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.composite", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 10, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood composite bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.composite", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 20, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood composite bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.composite", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 50, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood greatbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.greatbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 1, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo greatbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.greatbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 2, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood greatbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.greatbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 5, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood greatbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.greatbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 10, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood greatbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.greatbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 20, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood greatbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.greatbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 50, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood longbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.longbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 1, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo longbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.longbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 2, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood longbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.longbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 5, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood longbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.longbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 10, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood longbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.longbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 20, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood longbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.longbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 50, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood ornate bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 1, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo ornate bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 2, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood ornate bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 5, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood ornate bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 10, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood ornate bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 20, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood ornate bow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 50, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood shortbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.shortbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 1, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo shortbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.shortbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 2, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood shortbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.shortbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 5, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood shortbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.shortbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 10, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood shortbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.shortbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 20, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood shortbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.shortbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 50, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood warbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.warbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 1, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo warbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.warbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 2, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood warbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.warbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 5, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood warbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.warbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 10, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood warbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.warbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 20, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood warbow limbs": (
|
|
output: ("common.items.crafting_ing.modular.primary.bow.warbow", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 50, false),
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
/// MODULAR WEAPONS/BOWS/SECONDARY COMPONENTS
|
|
"medium bow grip": (
|
|
output: ("common.items.crafting_ing.modular.secondary.bow.medium", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 1, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"small bow grip": (
|
|
output: ("common.items.crafting_ing.modular.secondary.bow.small", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 1, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"large bow grip": (
|
|
output: ("common.items.crafting_ing.modular.secondary.bow.large", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 1, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
/// MODULAR WEAPONS/FIRE STAFFS/PRIMARY COMPONENTS
|
|
"wood brand shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.brand", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo brand shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.brand", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood brand shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.brand", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 5, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood brand shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.brand", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood brand shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.brand", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 20, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood brand shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.brand", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 50, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood grandstaff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.grandstaff", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo grandstaff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.grandstaff", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood grandstaff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.grandstaff", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 5, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood grandstaff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.grandstaff", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood grandstaff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.grandstaff", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 20, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood grandstaff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.grandstaff", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 50, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood longpole shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.longpole", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo longpole shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.longpole", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood longpole shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.longpole", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 5, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood longpole shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.longpole", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood longpole shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.longpole", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 20, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood longpole shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.longpole", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 50, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood ornate staff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo ornate staff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood ornate staff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 5, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood ornate staff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood ornate staff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 20, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood ornate staff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 50, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood pole shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.pole", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo pole shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.pole", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood pole shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.pole", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 5, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood pole shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.pole", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood pole shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.pole", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 20, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood pole shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.pole", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 50, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood rod shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.rod", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo rod shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.rod", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood rod shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.rod", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 5, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood rod shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.rod", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood rod shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.rod", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 20, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood rod shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.rod", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 50, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood staff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.staff", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo staff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.staff", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood staff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.staff", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood staff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.staff", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood staff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.staff", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood staff shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.staff.staff", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
/// MODULAR WEAPONS/FIRE STAFFS/SECONDARY COMPONENTS
|
|
"large fire core": (
|
|
output: ("common.items.crafting_ing.modular.secondary.staff.large", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.gem.ruby"), 1, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"medium fire core": (
|
|
output: ("common.items.crafting_ing.modular.secondary.staff.medium", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.gem.ruby"), 1, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"small fire core": (
|
|
output: ("common.items.crafting_ing.modular.secondary.staff.small", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.gem.ruby"), 1, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
/// MODULAR WEAPONS/NATURE SCEPTRES/PRIMARY COMPONENTS
|
|
"wood arbor shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.arbor", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo arbor shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.arbor", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood arbor shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.arbor", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 5, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood arbor shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.arbor", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood arbor shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.arbor", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 20, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood arbor shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.arbor", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.long_tusk"), 50, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood cane shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.cane", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo cane shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.cane", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood cane shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.cane", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 5, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood cane shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.cane", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood cane shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.cane", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 20, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood cane shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.cane", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.strong_pincer"), 50, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood crook shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.crook", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo crook shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.crook", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood crook shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.crook", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 5, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood crook shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.crook", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood crook shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.crook", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 20, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood crook shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.crook", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 50, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood crozier shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.crozier", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo crozier shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.crozier", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood crozier shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.crozier", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 5, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood crozier shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.crozier", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood crozier shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.crozier", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 20, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood crozier shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.crozier", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.claw"), 50, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood grandsceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.grandsceptre", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo grandsceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.grandsceptre", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood grandsceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.grandsceptre", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 5, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood grandsceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.grandsceptre", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood grandsceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.grandsceptre", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 20, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood grandsceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.grandsceptre", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.large_horn"), 50, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood ornate sceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 1, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo ornate sceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 2, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood ornate sceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 5, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood ornate sceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 10, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood ornate sceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 20, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood ornate sceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.ornate", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.animal_misc.elegant_crest"), 50, false),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"wood sceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.sceptre", 1),
|
|
inputs: [
|
|
(Item("common.items.log.wood"), 5, true),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"bamboo sceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.sceptre", 1),
|
|
inputs: [
|
|
(Item("common.items.log.bamboo"), 5, true),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"hardwood sceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.sceptre", 1),
|
|
inputs: [
|
|
(Item("common.items.log.hardwood"), 5, true),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"ironwood sceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.sceptre", 1),
|
|
inputs: [
|
|
(Item("common.items.log.ironwood"), 5, true),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"frostwood sceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.sceptre", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"eldwood sceptre shaft": (
|
|
output: ("common.items.crafting_ing.modular.primary.sceptre.sceptre", 1),
|
|
inputs: [
|
|
(Item("common.items.log.frostwood"), 5, true),
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
/// MODULAR WEAPONS/NATURE SCEPTRES/SECONDARY COMPONENTS
|
|
"large nature core": (
|
|
output: ("common.items.crafting_ing.modular.secondary.sceptre.large", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.gem.emerald"), 1, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"medium nature core": (
|
|
output: ("common.items.crafting_ing.modular.secondary.sceptre.medium", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.gem.emerald"), 1, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
"small nature core": (
|
|
output: ("common.items.crafting_ing.modular.secondary.sceptre.small", 1),
|
|
inputs: [
|
|
(Item("common.items.mineral.gem.emerald"), 1, false),
|
|
(Item("common.items.mineral.ore.veloritefrag"), 3, false),
|
|
],
|
|
craft_sprite: Some(CraftingBench),
|
|
is_recycling: false,
|
|
),
|
|
}
|