2020-07-14 20:11:39 +00:00
|
|
|
{
|
2021-01-08 19:12:09 +00:00
|
|
|
"crafting_hammer": (
|
2021-04-18 00:25:19 +00:00
|
|
|
output: ("common.items.tool.craftsman_hammer", 1),
|
2021-04-17 14:58:43 +00:00
|
|
|
inputs: [
|
2022-05-08 03:28:13 +00:00
|
|
|
(Item("common.items.crafting_ing.twigs"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.stones"), 3, false),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2022-05-08 03:28:13 +00:00
|
|
|
craft_sprite: None,
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"mortar_pestle": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.crafting_tools.mortar_pestle", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.stones"), 6, false),
|
|
|
|
(Item("common.items.crafting_ing.bowl"), 1, false),
|
|
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"sewing_set": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.crafting_tools.sewing_set", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.cloth.linen"), 1, false),
|
|
|
|
(Item("common.items.mineral.ingot.tin"), 1, false),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"velorite_frag": (
|
2021-05-09 05:49:06 +00:00
|
|
|
output: ("common.items.mineral.ore.veloritefrag", 2),
|
2021-04-17 14:58:43 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ore.velorite"), 1, false),
|
|
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-17 18:35:48 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"potion_s": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.consumable.potion_minor", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.empty_vial"), 1, false),
|
|
|
|
(Item("common.items.food.apple"), 4, false),
|
|
|
|
(Item("common.items.crafting_ing.honey"), 1, false),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-17 18:35:48 +00:00
|
|
|
craft_sprite: Some(Cauldron),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"potion_m": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.consumable.potion_med", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.consumable.potion_minor"), 2, false),
|
|
|
|
(Item("common.items.mineral.ore.veloritefrag"), 4, false),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-17 18:35:48 +00:00
|
|
|
craft_sprite: Some(Cauldron),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
2021-06-13 11:52:56 +00:00
|
|
|
"cactus_colada": (
|
|
|
|
output: ("common.items.food.cactus_colada", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.empty_vial"), 1, false),
|
|
|
|
(Item("common.items.crafting_ing.cactus"), 8, false),
|
2021-06-13 11:52:56 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(Cauldron),
|
|
|
|
),
|
2021-01-08 19:12:09 +00:00
|
|
|
"collar_basic": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.utility.collar", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 5, false),
|
|
|
|
(Item("common.items.mineral.gem.ruby"), 1, false),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-06-26 16:12:23 +00:00
|
|
|
craft_sprite: None,
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"bomb_coconut": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.utility.bomb", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"firework_blue": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.utility.firework_blue", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"firework_green": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.utility.firework_green", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"firework_purple": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.utility.firework_purple", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"firework_red": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.utility.firework_red", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-03-06 12:31:18 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-03-06 12:31:18 +00:00
|
|
|
),
|
|
|
|
"firework_white": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.utility.firework_white", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"firework_yellow": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.utility.firework_yellow", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"apple_shroom_curry": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.food.apple_mushroom_curry", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CookingPot),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
2021-05-04 06:14:35 +00:00
|
|
|
"fish_cooked": (
|
|
|
|
output: ("common.items.food.meat.fish_cooked", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.food.meat.fish_raw"), 1, false),
|
2021-05-04 06:14:35 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CookingPot),
|
|
|
|
),
|
2021-05-25 07:27:34 +00:00
|
|
|
"bird_cooked": (
|
|
|
|
output: ("common.items.food.meat.bird_cooked", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.food.meat.bird_raw"), 1, false),
|
2021-05-25 07:27:34 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CookingPot),
|
|
|
|
),
|
|
|
|
"bird_large_cooked": (
|
|
|
|
output: ("common.items.food.meat.bird_large_cooked", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.food.meat.bird_large_raw"), 1, false),
|
2021-05-25 07:27:34 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CookingPot),
|
|
|
|
),
|
2021-05-06 03:19:55 +00:00
|
|
|
"beast_small_cooked": (
|
|
|
|
output: ("common.items.food.meat.beast_small_cooked", 1),
|
2021-05-04 06:14:35 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.food.meat.beast_small_raw"), 1, false),
|
2021-05-06 03:19:55 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CookingPot),
|
|
|
|
),
|
|
|
|
"beast_large_cooked": (
|
|
|
|
output: ("common.items.food.meat.beast_large_cooked", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.food.meat.beast_large_raw"), 1, false),
|
2021-05-06 03:19:55 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CookingPot),
|
|
|
|
),
|
|
|
|
"tough_cooked": (
|
|
|
|
output: ("common.items.food.meat.tough_cooked", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.food.meat.tough_raw"), 1, false),
|
2021-05-04 06:14:35 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CookingPot),
|
|
|
|
),
|
2021-06-08 01:21:12 +00:00
|
|
|
"leather strips": (
|
2022-05-19 22:46:31 +00:00
|
|
|
output: ("common.items.crafting_ing.leather.leather_strips", 3),
|
2021-06-08 01:21:12 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.simple_leather"), 1, false),
|
2021-06-08 01:21:12 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(TanningRack),
|
|
|
|
),
|
2021-05-16 18:48:29 +00:00
|
|
|
"simple leather": (
|
2021-05-07 05:07:00 +00:00
|
|
|
output: ("common.items.crafting_ing.leather.simple_leather", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.hide.animal_hide"), 1, false),
|
2021-05-07 05:07:00 +00:00
|
|
|
],
|
2021-05-27 07:19:14 +00:00
|
|
|
craft_sprite: Some(TanningRack),
|
2021-05-07 05:07:00 +00:00
|
|
|
),
|
2021-05-16 18:48:29 +00:00
|
|
|
"thick leather": (
|
2021-05-07 05:07:00 +00:00
|
|
|
output: ("common.items.crafting_ing.leather.thick_leather", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.hide.tough_hide"), 1, false),
|
2021-05-07 05:07:00 +00:00
|
|
|
],
|
2021-05-27 07:19:14 +00:00
|
|
|
craft_sprite: Some(TanningRack),
|
2021-05-07 05:07:00 +00:00
|
|
|
),
|
2021-06-05 22:24:31 +00:00
|
|
|
"rigid leather": (
|
|
|
|
output: ("common.items.crafting_ing.leather.rigid_leather", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.hide.rugged_hide"), 1, false),
|
2021-06-05 22:24:31 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(TanningRack),
|
|
|
|
),
|
2021-05-16 18:48:29 +00:00
|
|
|
"gold ingot": (
|
|
|
|
output: ("common.items.mineral.ingot.gold", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ore.gold"), 1, false),
|
2021-05-26 00:12:43 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Forge),
|
2021-05-16 18:48:29 +00:00
|
|
|
),
|
|
|
|
"silver ingot": (
|
|
|
|
output: ("common.items.mineral.ingot.silver", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ore.silver"), 1, false),
|
2021-05-26 00:12:43 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Forge),
|
2021-05-16 18:48:29 +00:00
|
|
|
),
|
2022-05-19 22:46:31 +00:00
|
|
|
"iron ingot": (
|
2021-05-16 18:48:29 +00:00
|
|
|
output: ("common.items.mineral.ingot.iron", 1),
|
|
|
|
inputs: [
|
2022-05-19 22:46:31 +00:00
|
|
|
(Item("common.items.mineral.ore.iron"), 2, false),
|
2021-05-26 00:12:43 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Forge),
|
2021-05-16 18:48:29 +00:00
|
|
|
),
|
|
|
|
"cobalt ingot": (
|
|
|
|
output: ("common.items.mineral.ingot.cobalt", 1),
|
|
|
|
inputs: [
|
2022-05-19 22:46:31 +00:00
|
|
|
(Item("common.items.mineral.ore.cobalt"), 2, false),
|
2021-05-26 00:12:43 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Forge),
|
2021-05-16 18:48:29 +00:00
|
|
|
),
|
|
|
|
"tin ingot": (
|
|
|
|
output: ("common.items.mineral.ingot.tin", 2),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ore.tin"), 1, false),
|
2021-05-26 00:12:43 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Forge),
|
2021-05-16 18:48:29 +00:00
|
|
|
),
|
|
|
|
"orichalcum ingot": (
|
|
|
|
output: ("common.items.mineral.ingot.orichalcum", 2),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.gold"), 1, false),
|
|
|
|
(Item("common.items.mineral.ingot.silver"), 1, false),
|
2021-05-26 00:12:43 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Forge),
|
2021-05-16 18:48:29 +00:00
|
|
|
),
|
|
|
|
"copper ingot": (
|
|
|
|
output: ("common.items.mineral.ingot.copper", 2),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ore.copper"), 1, false),
|
2021-05-26 00:12:43 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Forge),
|
2021-05-16 18:48:29 +00:00
|
|
|
),
|
|
|
|
"bloodsteel ingot": (
|
|
|
|
output: ("common.items.mineral.ingot.bloodsteel", 2),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ore.bloodstone"), 1, false),
|
|
|
|
(Item("common.items.mineral.ingot.iron"), 1, false),
|
|
|
|
(Item("common.items.mineral.ore.coal"), 1, false),
|
2021-06-26 16:12:23 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Forge),
|
2021-05-16 18:48:29 +00:00
|
|
|
),
|
|
|
|
"steel ingot": (
|
|
|
|
output: ("common.items.mineral.ingot.steel", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.iron"), 1, false),
|
|
|
|
(Item("common.items.mineral.ore.coal"), 1, false),
|
2021-06-26 16:12:23 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Forge),
|
2021-05-16 18:48:29 +00:00
|
|
|
),
|
|
|
|
"bronze ingot": (
|
|
|
|
output: ("common.items.mineral.ingot.bronze", 2),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.copper"), 1, false),
|
|
|
|
(Item("common.items.mineral.ingot.tin"), 1, false),
|
2021-05-26 00:12:43 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Forge),
|
|
|
|
),
|
2022-05-19 19:35:31 +00:00
|
|
|
/* Only for Christmas event so comment out once done
|
2021-12-21 21:17:11 +00:00
|
|
|
"diamonds": (
|
|
|
|
output: ("common.items.mineral.gem.diamond", 1),
|
|
|
|
inputs: [
|
|
|
|
(Item("common.items.mineral.ore.coal"), 20, false),
|
|
|
|
],
|
|
|
|
craft_sprite: Some(Forge),
|
2022-05-19 19:35:31 +00:00
|
|
|
), */
|
2021-05-23 05:50:15 +00:00
|
|
|
"cotton": (
|
|
|
|
output: ("common.items.crafting_ing.cloth.cotton", 1),
|
|
|
|
inputs: [
|
2022-05-19 22:46:31 +00:00
|
|
|
(Item("common.items.crafting_ing.cotton_boll"), 2, false),
|
2021-05-26 00:12:43 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(SpinningWheel),
|
2021-05-16 18:48:29 +00:00
|
|
|
),
|
2021-06-07 21:40:25 +00:00
|
|
|
"linen_flax": (
|
2021-05-16 18:48:29 +00:00
|
|
|
output: ("common.items.crafting_ing.cloth.linen", 1),
|
|
|
|
inputs: [
|
2022-05-19 22:46:31 +00:00
|
|
|
(Item("common.items.flowers.wild_flax"), 2, false),
|
2021-05-26 00:12:43 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(SpinningWheel),
|
2021-05-16 18:48:29 +00:00
|
|
|
),
|
|
|
|
"silk": (
|
|
|
|
output: ("common.items.crafting_ing.cloth.silk", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.sticky_thread"), 1, false),
|
2021-05-26 00:12:43 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(SpinningWheel),
|
2021-05-16 18:48:29 +00:00
|
|
|
),
|
|
|
|
"lifecloth": (
|
|
|
|
output: ("common.items.crafting_ing.cloth.lifecloth", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.animal_misc.lively_vine"), 1, false),
|
|
|
|
(Item("common.items.crafting_ing.cloth.cotton"), 1, false),
|
2021-06-06 18:33:56 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(SpinningWheel),
|
2021-05-16 18:48:29 +00:00
|
|
|
),
|
|
|
|
"moonweave": (
|
|
|
|
output: ("common.items.crafting_ing.cloth.moonweave", 1),
|
|
|
|
inputs: [
|
2022-05-19 22:46:31 +00:00
|
|
|
(Item("common.items.flowers.moonbell"), 2, false),
|
2021-05-26 00:12:43 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(SpinningWheel),
|
2021-05-16 18:48:29 +00:00
|
|
|
),
|
|
|
|
"sunsilk": (
|
|
|
|
output: ("common.items.crafting_ing.cloth.sunsilk", 1),
|
|
|
|
inputs: [
|
2022-05-19 22:46:31 +00:00
|
|
|
(Item("common.items.flowers.pyrebloom"), 2, false),
|
2021-05-26 00:12:43 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(SpinningWheel),
|
2021-05-16 18:48:29 +00:00
|
|
|
),
|
2021-01-19 18:23:44 +00:00
|
|
|
"salad_plain": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.food.plainsalad", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.food.lettuce"), 1, false),
|
|
|
|
(Item("common.items.crafting_ing.bowl"), 1, false),
|
2021-05-26 00:12:43 +00:00
|
|
|
],
|
2021-06-26 16:12:23 +00:00
|
|
|
craft_sprite: None,
|
2021-01-19 18:23:44 +00:00
|
|
|
),
|
|
|
|
"salad_tomato": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.food.tomatosalad", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.food.lettuce"), 1, false),
|
|
|
|
(Item("common.items.food.tomato"), 2, false),
|
|
|
|
(Item("common.items.crafting_ing.bowl"), 1, false),
|
2021-01-19 18:23:44 +00:00
|
|
|
],
|
2021-06-26 16:12:23 +00:00
|
|
|
craft_sprite: None,
|
2021-01-19 18:23:44 +00:00
|
|
|
),
|
2021-01-08 19:12:09 +00:00
|
|
|
"apples_stick": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.food.apple_stick", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.twigs"), 2, false),
|
|
|
|
(Item("common.items.food.apple"), 2, false),
|
2021-02-16 01:05:54 +00:00
|
|
|
],
|
2021-06-26 16:12:23 +00:00
|
|
|
craft_sprite: None,
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"mushroom_stick": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.food.mushroom_stick", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.twigs"), 2, false),
|
|
|
|
(Item("common.items.food.mushroom"), 3, false),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-06-26 16:12:23 +00:00
|
|
|
craft_sprite: None,
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"sunflower_icetea": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.food.sunflower_icetea", 4),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-17 18:35:48 +00:00
|
|
|
craft_sprite: Some(Cauldron),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
2021-01-12 20:20:11 +00:00
|
|
|
"Plain Cloth Glider": (
|
2021-09-26 13:49:49 +00:00
|
|
|
output: ("common.items.glider.basic_white", 1),
|
2021-04-17 14:58:43 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-12 20:20:11 +00:00
|
|
|
],
|
2021-04-17 18:35:48 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-12 20:20:11 +00:00
|
|
|
),
|
|
|
|
"Red Cloth Glider": (
|
2021-09-26 13:49:49 +00:00
|
|
|
output: ("common.items.glider.basic_red", 1),
|
2021-04-17 14:58:43 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-12 20:20:11 +00:00
|
|
|
],
|
2021-04-17 18:35:48 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-12 20:20:11 +00:00
|
|
|
),
|
2021-01-08 19:12:09 +00:00
|
|
|
"Leaves Glider": (
|
2021-09-26 13:49:49 +00:00
|
|
|
output: ("common.items.glider.leaves", 1),
|
2021-04-17 14:58:43 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-17 18:35:48 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"Sand Raptor Wings": (
|
2021-09-26 13:49:49 +00:00
|
|
|
output: ("common.items.glider.sandraptor", 1),
|
2021-04-17 14:58:43 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-17 18:35:48 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"Snow Raptor Wings": (
|
2021-09-26 13:49:49 +00:00
|
|
|
output: ("common.items.glider.snowraptor", 1),
|
2021-04-17 14:58:43 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-17 18:35:48 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"Wood Raptor Wings": (
|
2021-09-26 13:49:49 +00:00
|
|
|
output: ("common.items.glider.woodraptor", 1),
|
2021-04-17 14:58:43 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-17 18:35:48 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
2021-10-30 20:48:04 +00:00
|
|
|
"Moonlit Love": (
|
|
|
|
output: ("common.items.glider.butterfly3", 1),
|
|
|
|
inputs: [
|
2021-11-05 03:25:28 +00:00
|
|
|
(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),
|
2021-10-30 20:48:04 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
|
|
|
"Horizon": (
|
|
|
|
output: ("common.items.glider.sunset", 1),
|
|
|
|
inputs: [
|
2021-11-05 03:25:28 +00:00
|
|
|
(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),
|
2021-10-30 20:48:04 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2021-07-29 22:38:35 +00:00
|
|
|
"Healing Sceptre": (
|
|
|
|
output: ("common.items.weapons.sceptre.starter_sceptre", 1),
|
|
|
|
inputs: [
|
2021-07-31 18:52:15 +00:00
|
|
|
(Item("common.items.crafting_ing.twigs"), 10, false),
|
|
|
|
(Item("common.items.crafting_ing.stones"), 0, false),
|
2021-07-29 22:38:35 +00:00
|
|
|
],
|
|
|
|
craft_sprite: None,
|
|
|
|
),
|
2021-05-25 07:27:34 +00:00
|
|
|
"Burnt Drumstick": (
|
|
|
|
output: ("common.items.weapons.hammer.burnt_drumstick", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.food.meat.bird_large_cooked"), 1, false),
|
2021-05-25 07:27:34 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CookingPot),
|
|
|
|
),
|
2021-11-03 21:27:47 +00:00
|
|
|
//ARMOR/HIDE/RAWHIDE
|
2021-05-15 20:29:56 +00:00
|
|
|
"rawhide back": (
|
|
|
|
output: ("common.items.armor.hide.rawhide.back", 1),
|
2021-05-07 05:07:00 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.simple_leather"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
2021-05-15 20:29:56 +00:00
|
|
|
"rawhide belt": (
|
|
|
|
output: ("common.items.armor.hide.rawhide.belt", 1),
|
2021-05-07 05:07:00 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.simple_leather"), 2, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
2021-05-15 20:29:56 +00:00
|
|
|
"rawhide chest": (
|
|
|
|
output: ("common.items.armor.hide.rawhide.chest", 1),
|
2021-05-07 05:07:00 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.simple_leather"), 10, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
2021-05-15 20:29:56 +00:00
|
|
|
"rawhide feet": (
|
|
|
|
output: ("common.items.armor.hide.rawhide.foot", 1),
|
2021-05-07 05:07:00 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.simple_leather"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
2021-05-15 20:29:56 +00:00
|
|
|
"rawhide hands": (
|
|
|
|
output: ("common.items.armor.hide.rawhide.hand", 1),
|
2021-05-07 05:07:00 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.simple_leather"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
2021-05-15 20:29:56 +00:00
|
|
|
"rawhide pants": (
|
|
|
|
output: ("common.items.armor.hide.rawhide.pants", 1),
|
2021-05-07 05:07:00 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.simple_leather"), 8, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
2021-05-15 20:29:56 +00:00
|
|
|
"rawhide shoulder": (
|
|
|
|
output: ("common.items.armor.hide.rawhide.shoulder", 1),
|
2021-05-07 05:07:00 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.simple_leather"), 8, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 6, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
2021-11-03 21:27:47 +00:00
|
|
|
//ARMOR/HIDE/LEATHER
|
2021-05-15 20:29:56 +00:00
|
|
|
"leather back": (
|
|
|
|
output: ("common.items.armor.hide.leather.back", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-15 20:29:56 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"leather belt": (
|
|
|
|
output: ("common.items.armor.hide.leather.belt", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 2, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-15 20:29:56 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"leather chest": (
|
|
|
|
output: ("common.items.armor.hide.leather.chest", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 10, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-15 20:29:56 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"leather feet": (
|
|
|
|
output: ("common.items.armor.hide.leather.foot", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-15 20:29:56 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"leather hands": (
|
|
|
|
output: ("common.items.armor.hide.leather.hand", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-15 20:29:56 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"leather pants": (
|
|
|
|
output: ("common.items.armor.hide.leather.pants", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 8, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-15 20:29:56 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"leather shoulder": (
|
|
|
|
output: ("common.items.armor.hide.leather.shoulder", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 8, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 6, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-15 20:29:56 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
2021-11-03 21:27:47 +00:00
|
|
|
//ARMOR/HIDE/SCALE
|
2021-05-09 05:49:06 +00:00
|
|
|
"scale back": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.scale.back", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.hide.scales"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"scale belt": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.scale.belt", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.hide.scales"), 2, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"scale chest": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.scale.chest", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.hide.scales"), 10, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"scale feet": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.scale.foot", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.hide.scales"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"scale hands": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.scale.hand", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.hide.scales"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"scale pants": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.scale.pants", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.hide.scales"), 8, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"scale shoulder": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.scale.shoulder", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.hide.scales"), 8, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 6, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
2021-11-03 21:27:47 +00:00
|
|
|
//ARMOR/HIDE/CARAPACE
|
2021-05-09 05:49:06 +00:00
|
|
|
"carapace back": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.carapace.back", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"carapace belt": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.carapace.belt", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"carapace chest": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.carapace.chest", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"carapace feet": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.carapace.foot", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"carapace hands": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.carapace.hand", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"carapace pants": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.carapace.pants", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"carapace shoulder": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.carapace.shoulder", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
2021-11-03 21:27:47 +00:00
|
|
|
//ARMOR/HIDE/PRIMAL
|
2021-05-15 20:29:56 +00:00
|
|
|
"primal back": (
|
|
|
|
output: ("common.items.armor.hide.primal.back", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
2021-05-15 20:29:56 +00:00
|
|
|
"primal belt": (
|
|
|
|
output: ("common.items.armor.hide.primal.belt", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
2021-05-15 20:29:56 +00:00
|
|
|
"primal chest": (
|
|
|
|
output: ("common.items.armor.hide.primal.chest", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
2021-05-15 20:29:56 +00:00
|
|
|
"primal feet": (
|
|
|
|
output: ("common.items.armor.hide.primal.foot", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
2021-05-15 20:29:56 +00:00
|
|
|
"primal hands": (
|
|
|
|
output: ("common.items.armor.hide.primal.hand", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
2021-05-15 20:29:56 +00:00
|
|
|
"primal pants": (
|
|
|
|
output: ("common.items.armor.hide.primal.pants", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
2021-05-15 20:29:56 +00:00
|
|
|
"primal shoulder": (
|
|
|
|
output: ("common.items.armor.hide.primal.shoulder", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
2021-11-03 21:27:47 +00:00
|
|
|
//ARMOR/HIDE/DRAGONSCALE
|
2021-05-09 05:49:06 +00:00
|
|
|
"dragonscale back": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.dragonscale.back", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"dragonscale belt": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.dragonscale.belt", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"dragonscale chest": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.dragonscale.chest", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"dragonscale feet": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.dragonscale.foot", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"dragonscale hands": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.dragonscale.hand", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"dragonscale pants": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.dragonscale.pants", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
|
|
|
"dragonscale shoulder": (
|
2021-05-15 20:29:56 +00:00
|
|
|
output: ("common.items.armor.hide.dragonscale.shoulder", 1),
|
2021-05-09 05:49:06 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-09 05:49:06 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
2021-11-03 21:27:47 +00:00
|
|
|
//ARMOR/CLOTH/LINEN
|
2021-05-15 20:29:56 +00:00
|
|
|
"linen back": (
|
|
|
|
output: ("common.items.armor.cloth.linen.back", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.cloth.linen"), 3, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"linen belt": (
|
|
|
|
output: ("common.items.armor.cloth.linen.belt", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.cloth.linen"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"linen chest": (
|
|
|
|
output: ("common.items.armor.cloth.linen.chest", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.cloth.linen"), 10, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"linen feet": (
|
|
|
|
output: ("common.items.armor.cloth.linen.foot", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.cloth.linen"), 3, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"linen hands": (
|
|
|
|
output: ("common.items.armor.cloth.linen.hand", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.cloth.linen"), 3, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"linen pants": (
|
|
|
|
output: ("common.items.armor.cloth.linen.pants", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.cloth.linen"), 8, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"linen shoulder": (
|
|
|
|
output: ("common.items.armor.cloth.linen.shoulder", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.cloth.linen"), 8, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
2021-11-03 21:27:47 +00:00
|
|
|
//ARMOR/CLOTH/WOOLEN
|
2021-05-15 20:29:56 +00:00
|
|
|
"woolen back": (
|
|
|
|
output: ("common.items.armor.cloth.woolen.back", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"woolen belt": (
|
|
|
|
output: ("common.items.armor.cloth.woolen.belt", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"woolen chest": (
|
|
|
|
output: ("common.items.armor.cloth.woolen.chest", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"woolen feet": (
|
|
|
|
output: ("common.items.armor.cloth.woolen.foot", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"woolen hands": (
|
|
|
|
output: ("common.items.armor.cloth.woolen.hand", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"woolen pants": (
|
|
|
|
output: ("common.items.armor.cloth.woolen.pants", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"woolen shoulder": (
|
|
|
|
output: ("common.items.armor.cloth.woolen.shoulder", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
2021-11-03 21:27:47 +00:00
|
|
|
//ARMOR/CLOTH/SILKEN
|
2021-05-15 20:29:56 +00:00
|
|
|
"silken back": (
|
|
|
|
output: ("common.items.armor.cloth.silken.back", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.cloth.silk"), 3, false),
|
|
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"silken belt": (
|
|
|
|
output: ("common.items.armor.cloth.silken.belt", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.cloth.silk"), 2, false),
|
|
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"silken chest": (
|
|
|
|
output: ("common.items.armor.cloth.silken.chest", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"silken feet": (
|
|
|
|
output: ("common.items.armor.cloth.silken.foot", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.cloth.silk"), 3, false),
|
|
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"silken hands": (
|
|
|
|
output: ("common.items.armor.cloth.silken.hand", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.cloth.silk"), 3, false),
|
|
|
|
(Item("common.items.crafting_tools.sewing_set"), 0, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"silken pants": (
|
|
|
|
output: ("common.items.armor.cloth.silken.pants", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"silken shoulder": (
|
|
|
|
output: ("common.items.armor.cloth.silken.shoulder", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
2021-11-03 21:27:47 +00:00
|
|
|
//ARMOR/CLOTH/DRUID
|
2021-05-15 20:29:56 +00:00
|
|
|
"druid back": (
|
|
|
|
output: ("common.items.armor.cloth.druid.back", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"druid belt": (
|
|
|
|
output: ("common.items.armor.cloth.druid.belt", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"druid chest": (
|
|
|
|
output: ("common.items.armor.cloth.druid.chest", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"druid feet": (
|
|
|
|
output: ("common.items.armor.cloth.druid.foot", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"druid hands": (
|
|
|
|
output: ("common.items.armor.cloth.druid.hand", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"druid pants": (
|
|
|
|
output: ("common.items.armor.cloth.druid.pants", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"druid shoulder": (
|
|
|
|
output: ("common.items.armor.cloth.druid.shoulder", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
2021-11-03 21:27:47 +00:00
|
|
|
//ARMOR/CLOTH/MOONWEAVE
|
2021-05-15 20:29:56 +00:00
|
|
|
"moonweave back": (
|
|
|
|
output: ("common.items.armor.cloth.moonweave.back", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"moonweave belt": (
|
|
|
|
output: ("common.items.armor.cloth.moonweave.belt", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"moonweave chest": (
|
|
|
|
output: ("common.items.armor.cloth.moonweave.chest", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"moonweave feet": (
|
|
|
|
output: ("common.items.armor.cloth.moonweave.foot", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"moonweave hands": (
|
|
|
|
output: ("common.items.armor.cloth.moonweave.hand", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"moonweave pants": (
|
|
|
|
output: ("common.items.armor.cloth.moonweave.pants", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"moonweave shoulder": (
|
|
|
|
output: ("common.items.armor.cloth.moonweave.shoulder", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
2021-11-03 21:27:47 +00:00
|
|
|
//ARMOR/CLOTH/SUNSILK
|
2021-05-15 20:29:56 +00:00
|
|
|
"sunsilk back": (
|
|
|
|
output: ("common.items.armor.cloth.sunsilk.back", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"sunsilk belt": (
|
|
|
|
output: ("common.items.armor.cloth.sunsilk.belt", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"sunsilk chest": (
|
|
|
|
output: ("common.items.armor.cloth.sunsilk.chest", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"sunsilk feet": (
|
|
|
|
output: ("common.items.armor.cloth.sunsilk.foot", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"sunsilk hands": (
|
|
|
|
output: ("common.items.armor.cloth.sunsilk.hand", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"sunsilk pants": (
|
|
|
|
output: ("common.items.armor.cloth.sunsilk.pants", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"sunsilk shoulder": (
|
|
|
|
output: ("common.items.armor.cloth.sunsilk.shoulder", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-05-23 05:50:15 +00:00
|
|
|
craft_sprite: Some(Loom),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
2021-11-03 21:27:47 +00:00
|
|
|
//ARMOR/MAIL/BRONZE
|
2021-05-15 20:29:56 +00:00
|
|
|
"bronze back": (
|
|
|
|
output: ("common.items.armor.mail.bronze.back", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.bronze"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"bronze belt": (
|
|
|
|
output: ("common.items.armor.mail.bronze.belt", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.bronze"), 2, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"bronze chest": (
|
|
|
|
output: ("common.items.armor.mail.bronze.chest", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.bronze"), 10, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"bronze feet": (
|
|
|
|
output: ("common.items.armor.mail.bronze.foot", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.bronze"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"bronze hands": (
|
|
|
|
output: ("common.items.armor.mail.bronze.hand", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.bronze"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"bronze pants": (
|
|
|
|
output: ("common.items.armor.mail.bronze.pants", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.bronze"), 8, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"bronze shoulder": (
|
|
|
|
output: ("common.items.armor.mail.bronze.shoulder", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.bronze"), 8, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 6, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
//ARMOR/MAIL/IRON
|
|
|
|
"iron back": (
|
|
|
|
output: ("common.items.armor.mail.iron.back", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.iron"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"iron belt": (
|
|
|
|
output: ("common.items.armor.mail.iron.belt", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.iron"), 2, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"iron chest": (
|
|
|
|
output: ("common.items.armor.mail.iron.chest", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.iron"), 10, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"iron feet": (
|
|
|
|
output: ("common.items.armor.mail.iron.foot", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.iron"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"iron hands": (
|
|
|
|
output: ("common.items.armor.mail.iron.hand", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.iron"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"iron pants": (
|
|
|
|
output: ("common.items.armor.mail.iron.pants", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.iron"), 8, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 4, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"iron shoulder": (
|
|
|
|
output: ("common.items.armor.mail.iron.shoulder", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.iron"), 8, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 6, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
2021-11-03 21:27:47 +00:00
|
|
|
//ARMOR/MAIL/STEEL
|
2021-05-15 20:29:56 +00:00
|
|
|
"steel back": (
|
|
|
|
output: ("common.items.armor.mail.steel.back", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.steel"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.cloth.linen"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"steel belt": (
|
|
|
|
output: ("common.items.armor.mail.steel.belt", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.steel"), 2, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"steel chest": (
|
|
|
|
output: ("common.items.armor.mail.steel.chest", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.steel"), 10, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 4, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"steel feet": (
|
|
|
|
output: ("common.items.armor.mail.steel.foot", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.steel"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"steel hands": (
|
|
|
|
output: ("common.items.armor.mail.steel.hand", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.steel"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"steel pants": (
|
|
|
|
output: ("common.items.armor.mail.steel.pants", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.steel"), 8, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 4, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"steel shoulder": (
|
|
|
|
output: ("common.items.armor.mail.steel.shoulder", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.steel"), 8, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.thick_leather"), 6, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
2021-11-03 21:27:47 +00:00
|
|
|
//ARMOR/MAIL/COBALT
|
2021-05-15 20:29:56 +00:00
|
|
|
"cobalt back": (
|
|
|
|
output: ("common.items.armor.mail.cobalt.back", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"cobalt belt": (
|
|
|
|
output: ("common.items.armor.mail.cobalt.belt", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"cobalt chest": (
|
|
|
|
output: ("common.items.armor.mail.cobalt.chest", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"cobalt feet": (
|
|
|
|
output: ("common.items.armor.mail.cobalt.foot", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.cobalt"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.cloth.silk"), 3, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"cobalt hands": (
|
|
|
|
output: ("common.items.armor.mail.cobalt.hand", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.cobalt"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.cloth.silk"), 3, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"cobalt pants": (
|
|
|
|
output: ("common.items.armor.mail.cobalt.pants", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"cobalt shoulder": (
|
|
|
|
output: ("common.items.armor.mail.cobalt.shoulder", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
2021-11-03 21:27:47 +00:00
|
|
|
//ARMOR/MAIL/BLOODSTEEL
|
2021-05-15 20:29:56 +00:00
|
|
|
"bloodsteel back": (
|
|
|
|
output: ("common.items.armor.mail.bloodsteel.back", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"bloodsteel belt": (
|
|
|
|
output: ("common.items.armor.mail.bloodsteel.belt", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 2, false),
|
|
|
|
(Item("common.items.crafting_ing.hide.carapace"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"bloodsteel chest": (
|
|
|
|
output: ("common.items.armor.mail.bloodsteel.chest", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"bloodsteel feet": (
|
|
|
|
output: ("common.items.armor.mail.bloodsteel.foot", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.hide.carapace"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"bloodsteel hands": (
|
2021-05-15 22:06:37 +00:00
|
|
|
output: ("common.items.armor.mail.bloodsteel.hand", 1),
|
2021-05-15 20:29:56 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.bloodsteel"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.hide.carapace"), 2, false),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"bloodsteel pants": (
|
|
|
|
output: ("common.items.armor.mail.bloodsteel.pants", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"bloodsteel shoulder": (
|
|
|
|
output: ("common.items.armor.mail.bloodsteel.shoulder", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
2021-11-03 21:27:47 +00:00
|
|
|
//ARMOR/MAIL/ORICHALCUM
|
2021-05-15 20:29:56 +00:00
|
|
|
"orichalcum back": (
|
|
|
|
output: ("common.items.armor.mail.orichalcum.back", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"orichalcum belt": (
|
|
|
|
output: ("common.items.armor.mail.orichalcum.belt", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"orichalcum chest": (
|
|
|
|
output: ("common.items.armor.mail.orichalcum.chest", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"orichalcum feet": (
|
|
|
|
output: ("common.items.armor.mail.orichalcum.foot", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"orichalcum hands": (
|
|
|
|
output: ("common.items.armor.mail.orichalcum.hand", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"orichalcum pants": (
|
|
|
|
output: ("common.items.armor.mail.orichalcum.pants", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-15 20:29:56 +00:00
|
|
|
),
|
|
|
|
"orichalcum shoulder": (
|
|
|
|
output: ("common.items.armor.mail.orichalcum.shoulder", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-05-15 22:06:37 +00:00
|
|
|
],
|
2021-06-09 02:13:18 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-09 05:49:06 +00:00
|
|
|
),
|
|
|
|
|
2021-02-25 10:33:18 +00:00
|
|
|
"Seashell Necklace": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.armor.misc.neck.shell", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-02-25 10:33:18 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-02-25 10:33:18 +00:00
|
|
|
),
|
2021-01-08 19:12:09 +00:00
|
|
|
"red cloth": (
|
2021-06-02 04:26:19 +00:00
|
|
|
output: ("common.items.crafting_ing.cloth.linen_red", 1),
|
2021-04-17 14:58:43 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-06-26 16:12:23 +00:00
|
|
|
craft_sprite: None,
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"tiny red pouch": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.armor.misc.bag.tiny_red_pouch", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.cloth.linen_red"), 3, false),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-06-26 16:12:23 +00:00
|
|
|
craft_sprite: None,
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"tiny leather pouch": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.armor.misc.bag.tiny_leather_pouch", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 12, false),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-06-26 16:12:23 +00:00
|
|
|
craft_sprite: None,
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"knitted red pouch": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.armor.misc.bag.knitted_red_pouch", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-06-26 16:12:23 +00:00
|
|
|
craft_sprite: None,
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"woven red bag": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.armor.misc.bag.woven_red_bag", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-06-26 16:12:23 +00:00
|
|
|
craft_sprite: None,
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"traveler backpack": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.armor.misc.back.backpack", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-04-18 00:25:19 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"sturdy red backpack": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.armor.misc.bag.sturdy_red_backpack", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-06-26 16:12:23 +00:00
|
|
|
craft_sprite: None,
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"troll hide pack": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.armor.misc.bag.troll_hide_pack", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-06-26 16:12:23 +00:00
|
|
|
craft_sprite: None,
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
|
|
|
"Mindflayer Spellbag": (
|
2021-04-17 14:58:43 +00:00
|
|
|
output: ("common.items.armor.misc.bag.mindflayer_spellbag", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-01-08 19:12:09 +00:00
|
|
|
],
|
2021-06-26 16:12:23 +00:00
|
|
|
craft_sprite: None,
|
2021-01-08 19:12:09 +00:00
|
|
|
),
|
2021-06-05 22:24:31 +00:00
|
|
|
"tin pickaxe": (
|
|
|
|
output: ("common.items.tool.pickaxe_stone", 1),
|
|
|
|
inputs: [
|
2022-05-09 03:31:08 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
|
|
|
(Item("common.items.crafting_ing.stones"), 3, false),
|
|
|
|
(Item("common.items.log.wood"), 1, false),
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.tool.craftsman_hammer"), 0, false),
|
2021-06-05 22:24:31 +00:00
|
|
|
],
|
2022-05-09 03:31:08 +00:00
|
|
|
craft_sprite: None,
|
2021-06-05 22:24:31 +00:00
|
|
|
),
|
|
|
|
"steel pickaxe": (
|
|
|
|
output: ("common.items.tool.pickaxe_steel", 1),
|
2021-04-17 14:58:43 +00:00
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(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),
|
2021-03-21 20:09:59 +00:00
|
|
|
],
|
2021-04-17 18:35:48 +00:00
|
|
|
craft_sprite: Some(Anvil),
|
2021-05-26 23:35:47 +00:00
|
|
|
),
|
2021-10-22 05:24:20 +00:00
|
|
|
"fang necklace": (
|
|
|
|
output: ("common.items.armor.misc.neck.fang", 1),
|
|
|
|
inputs: [
|
2021-10-27 22:44:52 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 15, false),
|
2021-10-22 05:24:20 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
|
|
|
"honeycomb pendant": (
|
|
|
|
output: ("common.items.armor.misc.neck.honeycomb_pendant", 1),
|
|
|
|
inputs: [
|
2021-10-27 22:44:52 +00:00
|
|
|
(Item("common.items.crafting_ing.sticky_thread"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.honey"), 15, false),
|
2021-10-22 05:24:20 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2021-06-26 02:44:02 +00:00
|
|
|
"diamond ring": (
|
|
|
|
output: ("common.items.armor.misc.ring.diamond", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.gold"), 1, false),
|
|
|
|
(Item("common.items.mineral.gem.diamond"), 1, false),
|
2021-06-26 02:44:02 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
2021-10-22 05:24:20 +00:00
|
|
|
"diamond necklace": (
|
|
|
|
output: ("common.items.armor.misc.neck.diamond", 1),
|
|
|
|
inputs: [
|
2021-10-27 22:44:52 +00:00
|
|
|
(Item("common.items.mineral.ingot.gold"), 4, false),
|
|
|
|
(Item("common.items.mineral.gem.diamond"), 6, false),
|
2021-10-22 05:24:20 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2021-06-26 02:44:02 +00:00
|
|
|
"ruby ring": (
|
|
|
|
output: ("common.items.armor.misc.ring.ruby", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.silver"), 1, false),
|
|
|
|
(Item("common.items.mineral.gem.ruby"), 1, false),
|
2021-06-26 02:44:02 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
2021-10-22 05:24:20 +00:00
|
|
|
"ruby necklace": (
|
|
|
|
output: ("common.items.armor.misc.neck.ruby", 1),
|
|
|
|
inputs: [
|
2021-10-27 22:44:52 +00:00
|
|
|
(Item("common.items.mineral.ingot.silver"), 4, false),
|
|
|
|
(Item("common.items.mineral.gem.ruby"), 6, false),
|
2021-10-22 05:24:20 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2021-06-26 02:44:02 +00:00
|
|
|
"emerald ring": (
|
|
|
|
output: ("common.items.armor.misc.ring.emerald", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.cobalt"), 1, false),
|
|
|
|
(Item("common.items.mineral.gem.emerald"), 1, false),
|
2021-06-26 02:44:02 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
2021-10-22 05:24:20 +00:00
|
|
|
"emerald necklace": (
|
|
|
|
output: ("common.items.armor.misc.neck.emerald", 1),
|
|
|
|
inputs: [
|
2021-10-27 22:44:52 +00:00
|
|
|
(Item("common.items.mineral.ingot.cobalt"), 4, false),
|
|
|
|
(Item("common.items.mineral.gem.emerald"), 6, false),
|
2021-10-22 05:24:20 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2021-06-26 02:44:02 +00:00
|
|
|
"sapphire ring": (
|
|
|
|
output: ("common.items.armor.misc.ring.sapphire", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.iron"), 1, false),
|
|
|
|
(Item("common.items.mineral.gem.sapphire"), 1, false),
|
2021-06-26 02:44:02 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
2021-10-22 05:24:20 +00:00
|
|
|
"sapphire necklace": (
|
|
|
|
output: ("common.items.armor.misc.neck.sapphire", 1),
|
|
|
|
inputs: [
|
2021-10-27 22:44:52 +00:00
|
|
|
(Item("common.items.mineral.ingot.iron"), 2, false),
|
|
|
|
(Item("common.items.mineral.gem.sapphire"), 3, false),
|
2021-10-22 05:24:20 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2021-06-26 02:44:02 +00:00
|
|
|
"topaz ring": (
|
|
|
|
output: ("common.items.armor.misc.ring.topaz", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.copper"), 1, false),
|
|
|
|
(Item("common.items.mineral.gem.topaz"), 1, false),
|
2021-06-26 02:44:02 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
2021-10-22 05:24:20 +00:00
|
|
|
"topaz necklace": (
|
|
|
|
output: ("common.items.armor.misc.neck.topaz", 1),
|
|
|
|
inputs: [
|
2021-10-27 22:44:52 +00:00
|
|
|
(Item("common.items.mineral.ingot.copper"), 2, false),
|
|
|
|
(Item("common.items.mineral.gem.topaz"), 3, false),
|
2021-10-22 05:24:20 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2021-06-26 02:44:02 +00:00
|
|
|
"amethyst ring": (
|
|
|
|
output: ("common.items.armor.misc.ring.amethyst", 1),
|
|
|
|
inputs: [
|
2021-07-16 22:54:35 +00:00
|
|
|
(Item("common.items.mineral.ingot.tin"), 1, false),
|
|
|
|
(Item("common.items.mineral.gem.amethyst"), 1, false),
|
2021-06-26 02:44:02 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
2021-10-22 05:24:20 +00:00
|
|
|
"amethyst necklace": (
|
|
|
|
output: ("common.items.armor.misc.neck.amethyst", 1),
|
|
|
|
inputs: [
|
2021-10-27 22:44:52 +00:00
|
|
|
(Item("common.items.mineral.ingot.tin"), 2, false),
|
|
|
|
(Item("common.items.mineral.gem.amethyst"), 3, false),
|
2021-10-22 05:24:20 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
2021-11-18 16:31:12 +00:00
|
|
|
),
|
2021-12-12 00:25:35 +00:00
|
|
|
"merchant turban": (
|
2021-11-18 16:31:12 +00:00
|
|
|
output: ("common.items.armor.merchant.turban", 1),
|
|
|
|
inputs: [
|
2021-11-21 02:52:51 +00:00
|
|
|
(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),
|
2021-11-18 16:31:12 +00:00
|
|
|
],
|
2021-07-16 22:54:35 +00:00
|
|
|
craft_sprite: Some(CraftingBench),
|
2021-10-22 05:24:20 +00:00
|
|
|
),
|
2021-12-11 21:40:33 +00:00
|
|
|
"winged coronet": (
|
2021-11-23 00:47:24 +00:00
|
|
|
output: ("common.items.armor.misc.head.winged_coronet", 1),
|
2021-12-11 21:40:33 +00:00
|
|
|
inputs: [
|
2021-11-21 02:52:51 +00:00
|
|
|
(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),
|
2021-12-11 21:40:33 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
),
|
2022-01-10 00:10:25 +00:00
|
|
|
/// MODULAR WEAPONS/SWORDS/SECONDARY COMPONENTS
|
2022-05-08 03:28:13 +00:00
|
|
|
"short hilt": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.sword.short", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
2022-01-10 00:10:25 +00:00
|
|
|
(Item("common.items.log.wood"), 1, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 1, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2022-05-08 03:28:13 +00:00
|
|
|
"medium hilt": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.sword.medium", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
2022-01-10 00:10:25 +00:00
|
|
|
(Item("common.items.log.wood"), 1, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 1, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2022-05-08 03:28:13 +00:00
|
|
|
"long hilt": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.sword.long", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
2022-01-10 00:10:25 +00:00
|
|
|
(Item("common.items.log.wood"), 1, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 1, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2022-01-10 00:10:25 +00:00
|
|
|
/// MODULAR WEAPONS/HAMMERS/SECONDARY COMPONENTS
|
|
|
|
"short hammer haft": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.hammer.short", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
2022-01-10 00:10:25 +00:00
|
|
|
(Item("common.items.log.wood"), 1, false),
|
2021-08-16 03:47:10 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2022-01-10 00:10:25 +00:00
|
|
|
"long hammer haft": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.hammer.long", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
2022-01-10 00:10:25 +00:00
|
|
|
(Item("common.items.log.wood"), 1, false),
|
2021-08-16 03:47:10 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2022-01-10 00:10:25 +00:00
|
|
|
"medium hammer haft": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.hammer.medium", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
2022-01-10 00:10:25 +00:00
|
|
|
(Item("common.items.log.wood"), 1, false),
|
2022-01-06 15:35:55 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2022-01-10 00:10:25 +00:00
|
|
|
/// MODULAR WEAPONS/AXES/SECONDARY COMPONENTS
|
|
|
|
"short axe haft": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.axe.short", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
2022-01-10 00:10:25 +00:00
|
|
|
(Item("common.items.log.wood"), 1, false),
|
2022-01-06 15:35:55 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2022-01-10 00:10:25 +00:00
|
|
|
"long axe haft": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.axe.long", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
2022-01-10 00:10:25 +00:00
|
|
|
(Item("common.items.log.wood"), 1, false),
|
2022-01-06 15:35:55 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2022-01-10 00:10:25 +00:00
|
|
|
"medium axe haft": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.axe.medium", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
2022-01-10 00:10:25 +00:00
|
|
|
(Item("common.items.log.wood"), 1, false),
|
2021-08-16 03:47:10 +00:00
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2022-01-10 00:10:25 +00:00
|
|
|
/// MODULAR WEAPONS/BOWS/SECONDARY COMPONENTS
|
|
|
|
"medium bow grip": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.bow.medium", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
2022-05-08 03:28:13 +00:00
|
|
|
(Item("common.items.flowers.plant_fiber"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2022-05-08 03:28:13 +00:00
|
|
|
"short bow grip": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.bow.short", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
2022-05-08 03:28:13 +00:00
|
|
|
(Item("common.items.flowers.plant_fiber"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2022-05-08 03:28:13 +00:00
|
|
|
"long bow grip": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.bow.long", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
2022-05-08 03:28:13 +00:00
|
|
|
(Item("common.items.flowers.plant_fiber"), 3, false),
|
|
|
|
(Item("common.items.crafting_ing.leather.leather_strips"), 2, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
|
|
|
craft_sprite: Some(CraftingBench),
|
|
|
|
is_recycling: false,
|
|
|
|
),
|
2022-01-10 00:10:25 +00:00
|
|
|
/// MODULAR WEAPONS/FIRE STAFFS/SECONDARY COMPONENTS
|
2022-05-08 03:28:13 +00:00
|
|
|
"heavy pyrocore": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.staff.heavy", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
2022-01-10 00:10:25 +00:00
|
|
|
(Item("common.items.mineral.gem.ruby"), 1, false),
|
|
|
|
(Item("common.items.mineral.ore.veloritefrag"), 3, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
2022-05-09 03:31:08 +00:00
|
|
|
craft_sprite: Some(Cauldron),
|
2021-08-08 16:07:51 +00:00
|
|
|
is_recycling: false,
|
|
|
|
),
|
2022-05-08 03:28:13 +00:00
|
|
|
"pyrocore": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.staff.medium", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
2022-01-10 00:10:25 +00:00
|
|
|
(Item("common.items.mineral.gem.ruby"), 1, false),
|
|
|
|
(Item("common.items.mineral.ore.veloritefrag"), 3, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
2022-05-09 03:31:08 +00:00
|
|
|
craft_sprite: Some(Cauldron),
|
2021-08-08 16:07:51 +00:00
|
|
|
is_recycling: false,
|
|
|
|
),
|
2022-05-08 03:28:13 +00:00
|
|
|
"light pyrocore": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.staff.light", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
2022-01-10 00:10:25 +00:00
|
|
|
(Item("common.items.mineral.gem.ruby"), 1, false),
|
|
|
|
(Item("common.items.mineral.ore.veloritefrag"), 3, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
2022-05-09 03:31:08 +00:00
|
|
|
craft_sprite: Some(Cauldron),
|
2021-08-08 16:07:51 +00:00
|
|
|
is_recycling: false,
|
|
|
|
),
|
2021-11-21 02:52:51 +00:00
|
|
|
/// MODULAR WEAPONS/NATURE SCEPTRES/SECONDARY COMPONENTS
|
2022-05-08 03:28:13 +00:00
|
|
|
"heavy biocore": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.sceptre.heavy", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
|
|
|
(Item("common.items.mineral.gem.emerald"), 1, false),
|
2021-08-16 03:47:10 +00:00
|
|
|
(Item("common.items.mineral.ore.veloritefrag"), 3, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
2022-05-09 03:31:08 +00:00
|
|
|
craft_sprite: Some(Cauldron),
|
2021-08-08 16:07:51 +00:00
|
|
|
is_recycling: false,
|
|
|
|
),
|
2022-05-08 03:28:13 +00:00
|
|
|
"biocore": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.sceptre.medium", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
|
|
|
(Item("common.items.mineral.gem.emerald"), 1, false),
|
2021-08-16 03:47:10 +00:00
|
|
|
(Item("common.items.mineral.ore.veloritefrag"), 3, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
2022-05-09 03:31:08 +00:00
|
|
|
craft_sprite: Some(Cauldron),
|
2021-08-08 16:07:51 +00:00
|
|
|
is_recycling: false,
|
|
|
|
),
|
2022-05-08 03:28:13 +00:00
|
|
|
"light biocore": (
|
2022-05-11 14:44:11 +00:00
|
|
|
output: ("common.items.modular.weapon.secondary.sceptre.light", 1),
|
2021-08-08 16:07:51 +00:00
|
|
|
inputs: [
|
|
|
|
(Item("common.items.mineral.gem.emerald"), 1, false),
|
2021-08-16 03:47:10 +00:00
|
|
|
(Item("common.items.mineral.ore.veloritefrag"), 3, false),
|
2021-08-08 16:07:51 +00:00
|
|
|
],
|
2022-05-09 03:31:08 +00:00
|
|
|
craft_sprite: Some(Cauldron),
|
2021-08-08 16:07:51 +00:00
|
|
|
is_recycling: false,
|
|
|
|
),
|
2020-08-20 23:55:18 +00:00
|
|
|
}
|