Module:RecipeData: Difference between revisions
From Eco - English Wiki
| [unchecked revision] | [checked revision] |
No edit summary |
No edit summary |
||
| (19 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
-- Eco Version : | -- Eco Version : 0.13.0.2 | ||
-- EWDE Version : 0.7.1.0 | |||
-- Date of export : 25.04.2026 17:15:00 | |||
return { | return { | ||
recipes = { | |||
['AcornPowderRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Acorn Powder", | |||
['Russian'] = "Мука из желудей", | |||
['German'] = "Eichelpulver", | |||
['French'] = "Poudre de gland", | |||
}, | |||
['CraftTime'] = '120', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '15', | |||
['RequiredSkill'] = {'MillingSkill','5'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Mill', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Acorn'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Acorn', | |||
['ID'] = 'AcornItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Acorn Powder'] = { | |||
['Name'] = 'Acorn Powder', | |||
['ID'] = 'AcornPowderItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdobeDoorRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adobe Door", | |||
['Russian'] = "Дверь из самана", | |||
['German'] = "Adobe Door", | |||
['French'] = "Porte en adobe", | |||
}, | |||
['CraftTime'] = '60', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '60', | |||
['RequiredSkill'] = {'nil','0'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Workbench', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Adobe'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Adobe', | |||
['ID'] = 'AdobeItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adobe Door'] = { | |||
['Name'] = 'Adobe Door', | |||
['ID'] = 'AdobeDoorItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdobeRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adobe", | |||
['Russian'] = "Саман", | |||
['German'] = "Adobe", | |||
['French'] = "Adobe", | |||
}, | |||
['CraftTime'] = '10', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '20', | |||
['RequiredSkill'] = {'nil','0'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Workbench', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Dirt'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Dirt', | |||
['ID'] = 'DirtItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Wood'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Wood', | |||
['ID'] = 'Wood', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adobe'] = { | |||
['Name'] = 'Adobe', | |||
['ID'] = 'AdobeItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarBasaltBenchRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Basalt Bench", | |||
['Russian'] = "Украшенная лавка из резного базальта", | |||
['German'] = "Geschmückte Basaltquaderbank", | |||
['French'] = "Banc en basalte taillé orné", | |||
}, | |||
['CraftTime'] = '480', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','7'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Basalt'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Basalt', | |||
['ID'] = 'AshlarBasaltItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Basalt Bench'] = { | |||
['Name'] = 'Adorned Ashlar Basalt Bench', | |||
['ID'] = 'AdornedAshlarBasaltBenchItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarBasaltChairRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Basalt Chair", | |||
['Russian'] = "Украшенный стул из резного базальта", | |||
['German'] = "Geschmückter Basaltquaderstuhl", | |||
['French'] = "Chaise en basalte taillé ornée", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','5'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Basalt'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Basalt', | |||
['ID'] = 'AshlarBasaltItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Basalt Chair'] = { | |||
['Name'] = 'Adorned Ashlar Basalt Chair', | |||
['ID'] = 'AdornedAshlarBasaltChairItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarBasaltTableRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Basalt Table", | |||
['Russian'] = "Украшенный стол из резного базальта", | |||
['German'] = "Geschmückter Basaltquadertisch", | |||
['French'] = "Table en basalte taillé ornée", | |||
}, | |||
['CraftTime'] = '480', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','6'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Basalt'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Basalt', | |||
['ID'] = 'AshlarBasaltItem', | |||
['Quantity'] = '24', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '8', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Basalt Table'] = { | |||
['Name'] = 'Adorned Ashlar Basalt Table', | |||
['ID'] = 'AdornedAshlarBasaltTableItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarGneissBenchRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Gneiss Bench", | |||
['Russian'] = "Украшенная лавка из резного гнейса", | |||
['German'] = "Geschmückte Gneisquaderbank", | |||
['French'] = "Banc en gneiss taillé orné", | |||
}, | |||
['CraftTime'] = '480', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','7'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Gneiss'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Gneiss', | |||
['ID'] = 'AshlarGneissItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Gneiss Bench'] = { | |||
['Name'] = 'Adorned Ashlar Gneiss Bench', | |||
['ID'] = 'AdornedAshlarGneissBenchItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarGneissChairRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Gneiss Chair", | |||
['Russian'] = "Украшенный стул из резного гнейса", | |||
['German'] = "Geschmückter Gneisquaderstuhl", | |||
['French'] = "Chaise en gneiss taillé ornée", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','5'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Gneiss'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Gneiss', | |||
['ID'] = 'AshlarGneissItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Gneiss Chair'] = { | |||
['Name'] = 'Adorned Ashlar Gneiss Chair', | |||
['ID'] = 'AdornedAshlarGneissChairItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarGneissTableRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Gneiss Table", | |||
['Russian'] = "Украшенный стол из резного гнейса", | |||
['German'] = "Geschmückter Gneisquadertisch", | |||
['French'] = "Table en gneiss taillé ornée", | |||
}, | |||
['CraftTime'] = '480', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','6'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Gneiss'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Gneiss', | |||
['ID'] = 'AshlarGneissItem', | |||
['Quantity'] = '24', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '8', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Gneiss Table'] = { | |||
['Name'] = 'Adorned Ashlar Gneiss Table', | |||
['ID'] = 'AdornedAshlarGneissTableItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarGraniteBenchRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Granite Bench", | |||
['Russian'] = "Украшенная лавка из резного гранита", | |||
['German'] = "Geschmückte Granitquaderbank", | |||
['French'] = "Banc en granite taillé orné", | |||
}, | |||
['CraftTime'] = '480', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','7'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Granite'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Granite', | |||
['ID'] = 'AshlarGraniteItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Granite Bench'] = { | |||
['Name'] = 'Adorned Ashlar Granite Bench', | |||
['ID'] = 'AdornedAshlarGraniteBenchItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarGraniteChairRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Granite Chair", | |||
['Russian'] = "Украшенный стул из резного гранита", | |||
['German'] = "Geschmückter Granitquaderstuhl", | |||
['French'] = "Chaise en granite taillé ornée", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','5'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Granite'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Granite', | |||
['ID'] = 'AshlarGraniteItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Granite Chair'] = { | |||
['Name'] = 'Adorned Ashlar Granite Chair', | |||
['ID'] = 'AdornedAshlarGraniteChairItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarGraniteTableRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Granite Table", | |||
['Russian'] = "Украшенный стол из резного гранита", | |||
['German'] = "Geschmückter Granitquadertisch", | |||
['French'] = "Table en granite taillé ornée", | |||
}, | |||
['CraftTime'] = '480', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','6'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Granite'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Granite', | |||
['ID'] = 'AshlarGraniteItem', | |||
['Quantity'] = '24', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '8', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Granite Table'] = { | |||
['Name'] = 'Adorned Ashlar Granite Table', | |||
['ID'] = 'AdornedAshlarGraniteTableItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarLimestoneBenchRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Limestone Bench", | |||
['Russian'] = "Украшенная лавка из резного известняка", | |||
['German'] = "Geschmückter Kalksteinquaderbank", | |||
['French'] = "Banc en calcaire taillé ornée", | |||
}, | |||
['CraftTime'] = '480', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','7'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Limestone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Limestone', | |||
['ID'] = 'AshlarLimestoneItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Limestone Bench'] = { | |||
['Name'] = 'Adorned Ashlar Limestone Bench', | |||
['ID'] = 'AdornedAshlarLimestoneBenchItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarLimestoneChairRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Limestone Chair", | |||
['Russian'] = "Украшенный стул из резного известняка", | |||
['German'] = "Geschmückter Kalksteinquaderstuhl", | |||
['French'] = "Chaise en calcaire taillé ornée", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','5'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Limestone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Limestone', | |||
['ID'] = 'AshlarLimestoneItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Limestone Chair'] = { | |||
['Name'] = 'Adorned Ashlar Limestone Chair', | |||
['ID'] = 'AdornedAshlarLimestoneChairItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarLimestoneTableRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Limestone Table", | |||
['Russian'] = "Украшенный стол из резного известняка", | |||
['German'] = "Geschmückter Kalksteinquadertisch", | |||
['French'] = "Table en calcaire taillé ornée", | |||
}, | |||
['CraftTime'] = '480', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','6'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Limestone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Limestone', | |||
['ID'] = 'AshlarLimestoneItem', | |||
['Quantity'] = '24', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '8', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Limestone Table'] = { | |||
['Name'] = 'Adorned Ashlar Limestone Table', | |||
['ID'] = 'AdornedAshlarLimestoneTableItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarSandstoneBenchRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Sandstone Bench", | |||
['Russian'] = "Украшенная лавка из резного песчаника", | |||
['German'] = "Geschmückter Sandsteinquaderbank", | |||
['French'] = "Banc en grès taillé orné", | |||
}, | |||
['CraftTime'] = '480', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','7'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Sandstone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Sandstone', | |||
['ID'] = 'AshlarSandstoneItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Sandstone Bench'] = { | |||
['Name'] = 'Adorned Ashlar Sandstone Bench', | |||
['ID'] = 'AdornedAshlarSandstoneBenchItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarSandstoneChairRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Sandstone Chair", | |||
['Russian'] = "Украшенный стул из резного песчаника", | |||
['German'] = "Geschmückter Sandsteinquaderstuhl", | |||
['French'] = "Chaise en grès taillé ornée", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','5'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Sandstone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Sandstone', | |||
['ID'] = 'AshlarSandstoneItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Sandstone Chair'] = { | |||
['Name'] = 'Adorned Ashlar Sandstone Chair', | |||
['ID'] = 'AdornedAshlarSandstoneChairItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarSandstoneTableRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Sandstone Table", | |||
['Russian'] = "Украшенный стол из резного песчаника", | |||
['German'] = "Geschmückter Sandsteinquadertisch", | |||
['French'] = "Table en grès taillé ornée", | |||
}, | |||
['CraftTime'] = '480', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','6'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Sandstone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Sandstone', | |||
['ID'] = 'AshlarSandstoneItem', | |||
['Quantity'] = '24', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '8', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Sandstone Table'] = { | |||
['Name'] = 'Adorned Ashlar Sandstone Table', | |||
['ID'] = 'AdornedAshlarSandstoneTableItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarShaleBenchRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Shale Bench", | |||
['Russian'] = "Украшенная лавка из резного сланца", | |||
['German'] = "Geschmückter Schieferquaderbank", | |||
['French'] = "Banc en schiste taillé orné", | |||
}, | |||
['CraftTime'] = '480', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','7'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Shale'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Shale', | |||
['ID'] = 'AshlarShaleItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Shale Bench'] = { | |||
['Name'] = 'Adorned Ashlar Shale Bench', | |||
['ID'] = 'AdornedAshlarShaleBenchItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarShaleChairRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Shale Chair", | |||
['Russian'] = "Украшенный стул из резного сланца", | |||
['German'] = "Geschmückter Schieferquaderstuhl", | |||
['French'] = "Chaise en schiste taillé ornée", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','5'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Shale'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Shale', | |||
['ID'] = 'AshlarShaleItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Shale Chair'] = { | |||
['Name'] = 'Adorned Ashlar Shale Chair', | |||
['ID'] = 'AdornedAshlarShaleChairItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarShaleTableRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Shale Table", | |||
['Russian'] = "Украшенный стол из резного сланца", | |||
['German'] = "Geschmückter Schieferquadertisch", | |||
['French'] = "Table en schiste taillé ornée", | |||
}, | |||
['CraftTime'] = '480', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','6'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Shale'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Shale', | |||
['ID'] = 'AshlarShaleItem', | |||
['Quantity'] = '24', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '8', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Shale Table'] = { | |||
['Name'] = 'Adorned Ashlar Shale Table', | |||
['ID'] = 'AdornedAshlarShaleTableItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarStoneBenchRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Stone Bench", | |||
['Russian'] = "Украшенная лавка из резного камня", | |||
['German'] = "Geschmückter Steinquaderbank", | |||
['French'] = "Banc en pierre taillée ornée", | |||
}, | |||
['CraftTime'] = '480', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','7'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Stone'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Ashlar Stone', | |||
['ID'] = 'AshlarStone', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Stone Bench'] = { | |||
['Name'] = 'Adorned Ashlar Stone Bench', | |||
['ID'] = 'AdornedAshlarStoneBenchItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarStoneChairRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Stone Chair", | |||
['Russian'] = "Украшенный стул из резного камня", | |||
['German'] = "Geschmückter Steinquaderstuhl", | |||
['French'] = "Chaise en pierre taillée ornée", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','5'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Stone'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Ashlar Stone', | |||
['ID'] = 'AshlarStone', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Stone Chair'] = { | |||
['Name'] = 'Adorned Ashlar Stone Chair', | |||
['ID'] = 'AdornedAshlarStoneChairItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdornedAshlarStoneTableRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Adorned Ashlar Stone Table", | |||
['Russian'] = "Украшенный стол из резного камня", | |||
['German'] = "Geschmückter Steinquadertisch", | |||
['French'] = "Table en pierre taillée ornée", | |||
}, | |||
['CraftTime'] = '480', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','6'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Stone'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Ashlar Stone', | |||
['ID'] = 'AshlarStone', | |||
['Quantity'] = '24', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '8', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Adorned Ashlar Stone Table'] = { | |||
['Name'] = 'Adorned Ashlar Stone Table', | |||
['ID'] = 'AdornedAshlarStoneTableItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdvancedBakingSkillBookRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Advanced Baking Skill Book", | |||
['Russian'] = "Книга о продвинутой выпечке", | |||
['German'] = "Fertigkeitsbuch: Fortgeschrittenes Backen", | |||
['French'] = "Livre de compétence : Boulangerie avancée", | |||
}, | |||
['CraftTime'] = '1800', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '6000', | |||
['RequiredSkill'] = {'BakingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Laboratory', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Advanced Research'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Advanced Research', | |||
['ID'] = 'Advanced Research', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Basic Research'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Basic Research', | |||
['ID'] = 'Basic Research', | |||
['Quantity'] = '30', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Culinary Research Paper Advanced'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Culinary Research Paper Advanced', | |||
['ID'] = 'CulinaryResearchPaperAdvancedItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Dendrology Research Paper Modern'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Dendrology Research Paper Modern', | |||
['ID'] = 'DendrologyResearchPaperModernItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Geology Research Paper Modern'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Geology Research Paper Modern', | |||
['ID'] = 'GeologyResearchPaperModernItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Modern Research'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Modern Research', | |||
['ID'] = 'Modern Research', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Advanced Baking Skill Book'] = { | |||
['Name'] = 'Advanced Baking Skill Book', | |||
['ID'] = 'AdvancedBakingSkillBook', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdvancedBakingUpgradeRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Advanced Baking Upgrade", | |||
['Russian'] = "Улучшение для продвинутой выпечки", | |||
['German'] = "Fortschrittliches Upgrade: Backen", | |||
['French'] = "Amélioration avancée : Boulangerie avancée", | |||
}, | |||
['CraftTime'] = '900', | |||
['ExperienceOnCraft'] = '4', | |||
['LaborInCalories'] = '6000', | |||
['RequiredSkill'] = {'AdvancedBakingSkill','7'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Bakery Oven', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Advanced Upgrade 4'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Advanced Upgrade 4', | |||
['ID'] = 'AdvancedUpgradeLvl4Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Advanced Baking Upgrade'] = { | |||
['Name'] = 'Advanced Baking Upgrade', | |||
['ID'] = 'AdvancedBakingUpgradeItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdvancedCarpentryTableRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Advanced Carpentry Table", | |||
['Russian'] = "Продвинутый верстак плотника", | |||
['German'] = "Verbesserter Schreinerhandwerkstisch", | |||
['French'] = "Établi de menuiserie avancé", | |||
}, | |||
['CraftTime'] = '900', | |||
['ExperienceOnCraft'] = '10', | |||
['LaborInCalories'] = '600', | |||
['RequiredSkill'] = {'IndustrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Electric Machinist Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Advanced Circuit'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Advanced Circuit', | |||
['ID'] = 'AdvancedCircuitItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Fuse'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Fuse', | |||
['ID'] = 'FuseItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Lubricant'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Lubricant', | |||
['ID'] = 'LubricantItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Lumber'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Lumber', | |||
['ID'] = 'Lumber', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Steel Plate'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Steel Plate', | |||
['ID'] = 'SteelPlateItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Steel Saw Blade'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Steel Saw Blade', | |||
['ID'] = 'SteelSawBladeItem', | |||
['Quantity'] = '8', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Advanced Carpentry Table'] = { | |||
['Name'] = 'Advanced Carpentry Table', | |||
['ID'] = 'AdvancedCarpentryTableItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdvancedCircuitRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Advanced Circuit", | |||
['Russian'] = "Продвинутая электросхема", | |||
['German'] = "Fortschrittlicher Schaltkreis", | |||
['French'] = "Circuit avancé", | |||
}, | |||
['CraftTime'] = '48', | |||
['ExperienceOnCraft'] = '4', | |||
['LaborInCalories'] = '85', | |||
['RequiredSkill'] = {'ElectronicsSkill','2'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Electronics Assembly', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Copper Wiring'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Copper Wiring', | |||
['ID'] = 'CopperWiringItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Flakes'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Flakes', | |||
['ID'] = 'GoldFlakesItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Wiring'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Wiring', | |||
['ID'] = 'GoldWiringItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Substrate'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Substrate', | |||
['ID'] = 'SubstrateItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Advanced Circuit'] = { | |||
['Name'] = 'Advanced Circuit', | |||
['ID'] = 'AdvancedCircuitItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdvancedCombustionEngineRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Advanced Combustion Engine", | |||
['Russian'] = "Улучшенный двигатель внутреннего сгорания", | |||
['German'] = "Fortschrittlicher Verbrennungsmotor", | |||
['French'] = "Moteur avancé à combustion", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '20', | |||
['LaborInCalories'] = '600', | |||
['RequiredSkill'] = {'IndustrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Robotic Assembly Line', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Advanced Circuit'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Advanced Circuit', | |||
['ID'] = 'AdvancedCircuitItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Piston'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Piston', | |||
['ID'] = 'PistonItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Radiator'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Radiator', | |||
['ID'] = 'RadiatorItem', | |||
['Quantity'] = '3', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Rivet'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Rivet', | |||
['ID'] = 'RivetItem', | |||
['Quantity'] = '12', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Servo'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Servo', | |||
['ID'] = 'ServoItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Steel Plate'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Steel Plate', | |||
['ID'] = 'SteelPlateItem', | |||
['Quantity'] = '16', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Valve'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Valve', | |||
['ID'] = 'ValveItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Advanced Combustion Engine'] = { | |||
['Name'] = 'Advanced Combustion Engine', | |||
['ID'] = 'AdvancedCombustionEngineItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdvancedCookingSkillBookRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Advanced Cooking Skill Book", | |||
['Russian'] = "Книга о продвинутой кулинарии", | |||
['German'] = "Fertigkeitsbuch: Fortgeschrittenes Kochen", | |||
['French'] = "Livre de compétence : Cuisine avancée", | |||
}, | |||
['CraftTime'] = '1800', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '6000', | |||
['RequiredSkill'] = {'CookingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Laboratory', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Advanced Research'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Advanced Research', | |||
['ID'] = 'Advanced Research', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Basic Research'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Basic Research', | |||
['ID'] = 'Basic Research', | |||
['Quantity'] = '30', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Culinary Research Paper Advanced'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Culinary Research Paper Advanced', | |||
['ID'] = 'CulinaryResearchPaperAdvancedItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Dendrology Research Paper Modern'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Dendrology Research Paper Modern', | |||
['ID'] = 'DendrologyResearchPaperModernItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Geology Research Paper Modern'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Geology Research Paper Modern', | |||
['ID'] = 'GeologyResearchPaperModernItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Modern Research'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Modern Research', | |||
['ID'] = 'Modern Research', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Advanced Cooking Skill Book'] = { | |||
['Name'] = 'Advanced Cooking Skill Book', | |||
['ID'] = 'AdvancedCookingSkillBook', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdvancedCookingUpgradeRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Advanced Cooking Upgrade", | |||
['Russian'] = "Улучшение для продвинутой кулинарии", | |||
['German'] = "Fortschrittliches Upgrade: Kochen", | |||
['French'] = "Amélioration avancée : Cuisine avancée", | |||
}, | |||
['CraftTime'] = '900', | |||
['ExperienceOnCraft'] = '4', | |||
['LaborInCalories'] = '6000', | |||
['RequiredSkill'] = {'AdvancedCookingSkill','7'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Kitchen', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Advanced Upgrade 4'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Advanced Upgrade 4', | |||
['ID'] = 'AdvancedUpgradeLvl4Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Advanced Cooking Upgrade'] = { | |||
['Name'] = 'Advanced Cooking Upgrade', | |||
['ID'] = 'AdvancedCookingUpgradeItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdvancedMasonrySkillBookRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Advanced Masonry Skill Book", | |||
['Russian'] = "Книга о продвинутой каменной кладке", | |||
['German'] = "Fertigkeitsbuch: Fortgeschrittener Steinmetz", | |||
['French'] = "Livre de compétence : Maçonnerie avancée", | |||
}, | |||
['CraftTime'] = '1800', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '6000', | |||
['RequiredSkill'] = {'PotterySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Laboratory', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Advanced Research'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Advanced Research', | |||
['ID'] = 'Advanced Research', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Basic Research'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Basic Research', | |||
['ID'] = 'Basic Research', | |||
['Quantity'] = '30', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Engineering Research Paper Modern'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Engineering Research Paper Modern', | |||
['ID'] = 'EngineeringResearchPaperModernItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Geology Research Paper Advanced'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Geology Research Paper Advanced', | |||
['ID'] = 'GeologyResearchPaperAdvancedItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Geology Research Paper Modern'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Geology Research Paper Modern', | |||
['ID'] = 'GeologyResearchPaperModernItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Metallurgy Research Paper Modern'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Metallurgy Research Paper Modern', | |||
['ID'] = 'MetallurgyResearchPaperModernItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Advanced Masonry Skill Book'] = { | |||
['Name'] = 'Advanced Masonry Skill Book', | |||
['ID'] = 'AdvancedMasonrySkillBook', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdvancedMasonryTableRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Advanced Masonry Table", | |||
['Russian'] = "Продвинутый верстак каменщика", | |||
['German'] = "Verbesserter Steinmetztisch", | |||
['French'] = "Établi de maçonnerie avancé", | |||
}, | |||
['CraftTime'] = '900', | |||
['ExperienceOnCraft'] = '10', | |||
['LaborInCalories'] = '600', | |||
['RequiredSkill'] = {'IndustrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Electric Machinist Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Advanced Circuit'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Advanced Circuit', | |||
['ID'] = 'AdvancedCircuitItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Fuse'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Fuse', | |||
['ID'] = 'FuseItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Lubricant'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Lubricant', | |||
['ID'] = 'LubricantItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Steel Plate'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Steel Plate', | |||
['ID'] = 'SteelPlateItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Steel Saw Blade'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Steel Saw Blade', | |||
['ID'] = 'SteelSawBladeItem', | |||
['Quantity'] = '8', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Advanced Masonry Table'] = { | |||
['Name'] = 'Advanced Masonry Table', | |||
['ID'] = 'AdvancedMasonryTableItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdvancedMasonryUpgradeRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Advanced Masonry Upgrade", | |||
['Russian'] = "Улучшение для продвинутой каменной кладки", | |||
['German'] = "Fortschrittliches Upgrade: Steinmetz", | |||
['French'] = "Amélioration moderne : Maçonnerie avancée", | |||
}, | |||
['CraftTime'] = '1080', | |||
['ExperienceOnCraft'] = '4', | |||
['LaborInCalories'] = '9000', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','7'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Modern Upgrade 4'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Modern Upgrade 4', | |||
['ID'] = 'ModernUpgradeLvl4Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Advanced Masonry Upgrade'] = { | |||
['Name'] = 'Advanced Masonry Upgrade', | |||
['ID'] = 'AdvancedMasonryUpgradeItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdvancedSmeltingSkillBookRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Advanced Smelting Skill Book", | |||
['Russian'] = "Книга о продвинутой выплавке", | |||
['German'] = "Fertigkeitsbuch: Fortgeschrittenes Schmelzen", | |||
['French'] = "Livre de compétence : Fonte avancée", | |||
}, | |||
['CraftTime'] = '1800', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '6000', | |||
['RequiredSkill'] = {'SmeltingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Laboratory', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Basic Research'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Basic Research', | |||
['ID'] = 'Basic Research', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Metallurgy Research Paper Advanced'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Metallurgy Research Paper Advanced', | |||
['ID'] = 'MetallurgyResearchPaperAdvancedItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Metallurgy Research Paper Basic'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Metallurgy Research Paper Basic', | |||
['ID'] = 'MetallurgyResearchPaperBasicItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Advanced Smelting Skill Book'] = { | |||
['Name'] = 'Advanced Smelting Skill Book', | |||
['ID'] = 'AdvancedSmeltingSkillBook', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdvancedSmeltingUpgradeRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Advanced Smelting Upgrade", | |||
['Russian'] = "Улучшение для продвинутой выплавки", | |||
['German'] = "Fortschrittliches Upgrade: Schmelzen", | |||
['French'] = "Amélioration avancée : Fonte avancée", | |||
}, | |||
['CraftTime'] = '900', | |||
['ExperienceOnCraft'] = '4', | |||
['LaborInCalories'] = '6000', | |||
['RequiredSkill'] = {'AdvancedSmeltingSkill','7'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Blast Furnace', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Advanced Upgrade 4'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Advanced Upgrade 4', | |||
['ID'] = 'AdvancedUpgradeLvl4Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Advanced Smelting Upgrade'] = { | |||
['Name'] = 'Advanced Smelting Upgrade', | |||
['ID'] = 'AdvancedSmeltingUpgradeItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdvancedTailoringTableRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Advanced Tailoring Table", | |||
['Russian'] = "Продвинутый Стол Портного", | |||
['German'] = "Verbesserter Schneidertisch", | |||
['French'] = "Établi de couture avancé", | |||
}, | |||
['CraftTime'] = '900', | |||
['ExperienceOnCraft'] = '5', | |||
['LaborInCalories'] = '600', | |||
['RequiredSkill'] = {'IndustrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Electric Machinist Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Basic Circuit'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Basic Circuit', | |||
['ID'] = 'BasicCircuitItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Fuse'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Fuse', | |||
['ID'] = 'FuseItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Steel Plate'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Steel Plate', | |||
['ID'] = 'SteelPlateItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Advanced Tailoring Table'] = { | |||
['Name'] = 'Advanced Tailoring Table', | |||
['ID'] = 'AdvancedTailoringTableItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdvancedUpgrade1Recipe'] = { | |||
['Name'] = { | |||
['English'] = "Advanced Upgrade 1", | |||
['Russian'] = "Продвинутое улучшение 1", | |||
['German'] = "Fortschrittliches Upgrade 1", | |||
['French'] = "Amélioration avancée nv. 1", | |||
}, | |||
['CraftTime'] = '180', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '90', | |||
['RequiredSkill'] = {'SelfImprovementSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Laboratory', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Basic Research'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Basic Research', | |||
['ID'] = 'Basic Research', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Geology Research Paper Modern'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Geology Research Paper Modern', | |||
['ID'] = 'GeologyResearchPaperModernItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Advanced Upgrade 1'] = { | |||
['Name'] = 'Advanced Upgrade 1', | |||
['ID'] = 'AdvancedUpgradeLvl1Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdvancedUpgrade2Recipe'] = { | |||
['Name'] = { | |||
['English'] = "Advanced Upgrade 2", | |||
['Russian'] = "Продвинутое улучшение 2", | |||
['German'] = "Fortschrittliches Upgrade 2", | |||
['French'] = "Amélioration avancée nv. 2", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '90', | |||
['RequiredSkill'] = {'SelfImprovementSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Laboratory', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Advanced Upgrade 1'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Advanced Upgrade 1', | |||
['ID'] = 'AdvancedUpgradeLvl1Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Agriculture Research Paper Modern'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Agriculture Research Paper Modern', | |||
['ID'] = 'AgricultureResearchPaperModernItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Basic Research'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Basic Research', | |||
['ID'] = 'Basic Research', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Advanced Upgrade 2'] = { | |||
['Name'] = 'Advanced Upgrade 2', | |||
['ID'] = 'AdvancedUpgradeLvl2Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdvancedUpgrade3Recipe'] = { | |||
['Name'] = { | |||
['English'] = "Advanced Upgrade 3", | |||
['Russian'] = "Продвинутое улучшение 3", | |||
['German'] = "Fortschrittliches Upgrade 3", | |||
['French'] = "Amélioration avancée nv. 3", | |||
}, | |||
['CraftTime'] = '540', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '90', | |||
['RequiredSkill'] = {'SelfImprovementSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Laboratory', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Advanced Upgrade 2'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Advanced Upgrade 2', | |||
['ID'] = 'AdvancedUpgradeLvl2Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Basic Research'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Basic Research', | |||
['ID'] = 'Basic Research', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Culinary Research Paper Advanced'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Culinary Research Paper Advanced', | |||
['ID'] = 'CulinaryResearchPaperAdvancedItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Metallurgy Research Paper Advanced'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Metallurgy Research Paper Advanced', | |||
['ID'] = 'MetallurgyResearchPaperAdvancedItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Advanced Upgrade 3'] = { | |||
['Name'] = 'Advanced Upgrade 3', | |||
['ID'] = 'AdvancedUpgradeLvl3Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AdvancedUpgrade4Recipe'] = { | |||
['Name'] = { | |||
['English'] = "Advanced Upgrade 4", | |||
['Russian'] = "Продвинутое улучшение 4", | |||
['German'] = "Fortschrittliches Upgrade 4", | |||
['French'] = "Amélioration avancée nv. 4", | |||
}, | |||
['CraftTime'] = '720', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '90', | |||
['RequiredSkill'] = {'SelfImprovementSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Laboratory', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Advanced Upgrade 3'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Advanced Upgrade 3', | |||
['ID'] = 'AdvancedUpgradeLvl3Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Basic Research'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Basic Research', | |||
['ID'] = 'Basic Research', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Dendrology Research Paper Modern'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Dendrology Research Paper Modern', | |||
['ID'] = 'DendrologyResearchPaperModernItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Engineering Research Paper Modern'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Engineering Research Paper Modern', | |||
['ID'] = 'EngineeringResearchPaperModernItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Advanced Upgrade 4'] = { | |||
['Name'] = 'Advanced Upgrade 4', | |||
['ID'] = 'AdvancedUpgradeLvl4Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AgaveSeedRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Agave Seed", | |||
['Russian'] = "Семечко агавы", | |||
['German'] = "Samen (Agave)", | |||
['French'] = "Graine d'agave", | |||
}, | |||
['CraftTime'] = '24', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '20', | |||
['RequiredSkill'] = {'FarmingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Farmers Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Agave Leaves'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Agave Leaves', | |||
['ID'] = 'AgaveLeavesItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Agave Seed'] = { | |||
['Name'] = 'Agave Seed', | |||
['ID'] = 'AgaveSeedItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AgoutiEnchiladasRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Agouti Enchiladas", | |||
['Russian'] = "Энчиладас с агути", | |||
['German'] = "Agouti Enchiladas", | |||
['French'] = "Enchiladas d'agouti", | |||
}, | |||
['CraftTime'] = '180', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '65', | |||
['RequiredSkill'] = {'AdvancedCookingSkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Stove', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Cornmeal'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Cornmeal', | |||
['ID'] = 'CornmealItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Papaya'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Papaya', | |||
['ID'] = 'PapayaItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Prime Cut'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Prime Cut', | |||
['ID'] = 'PrimeCutItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Sun Cheese'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Sun Cheese', | |||
['ID'] = 'SunCheeseItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Tomato'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Tomato', | |||
['ID'] = 'TomatoItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Agouti Enchiladas'] = { | |||
['Name'] = 'Agouti Enchiladas', | |||
['ID'] = 'AgoutiEnchiladasItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AgricultureResearchPaperAdvancedRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Agriculture Research Paper Advanced", | |||
['Russian'] = "Исследование по продвинутому сельскому хозяйству", | |||
['German'] = "Fortgeschrittenes Forschungspapier: Landwirtschaft", | |||
['French'] = "Papier de recherche : Agriculture avancée", | |||
}, | |||
['CraftTime'] = '60', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'FarmingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Research Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Crop Seed'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Crop Seed', | |||
['ID'] = 'Crop Seed', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Dirt'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Dirt', | |||
['ID'] = 'DirtItem', | |||
['Quantity'] = '5', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Raw Food'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Raw Food', | |||
['ID'] = 'Raw Food', | |||
['Quantity'] = '40', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Agriculture Research Paper Advanced'] = { | |||
['Name'] = 'Agriculture Research Paper Advanced', | |||
['ID'] = 'AgricultureResearchPaperAdvancedItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AgricultureResearchPaperModernRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Agriculture Research Paper Modern", | |||
['Russian'] = "Исследование по современному сельскому хозяйству", | |||
['German'] = "Modernes Forschungspapier: Landwirtschaft", | |||
['French'] = "Papier de recherche : Agriculture moderne", | |||
}, | |||
['CraftTime'] = '60', | |||
['ExperienceOnCraft'] = '6', | |||
['LaborInCalories'] = '600', | |||
['RequiredSkill'] = {'FertilizersSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Laboratory', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Berry Extract Fertilizer'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Berry Extract Fertilizer', | |||
['ID'] = 'BerryExtractFertilizerItem', | |||
['Quantity'] = '5', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Blood Meal Fertilizer'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Blood Meal Fertilizer', | |||
['ID'] = 'BloodMealFertilizerItem', | |||
['Quantity'] = '5', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Hide Ash Fertilizer'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Hide Ash Fertilizer', | |||
['ID'] = 'HideAshFertilizerItem', | |||
['Quantity'] = '5', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Ink'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ink', | |||
['ID'] = 'InkItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Paper'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Paper', | |||
['ID'] = 'PaperItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Pelt Fertilizer'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Pelt Fertilizer', | |||
['ID'] = 'PeltFertilizerItem', | |||
['Quantity'] = '5', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Raw Food'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Raw Food', | |||
['ID'] = 'Raw Food', | |||
['Quantity'] = '200', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Agriculture Research Paper Modern'] = { | |||
['Name'] = 'Agriculture Research Paper Modern', | |||
['ID'] = 'AgricultureResearchPaperModernItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AmanitaMushroomSporesRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Amanita Mushroom Spores", | |||
['Russian'] = "Споры мухоморов", | |||
['German'] = "Sporen (Fliegenpilz)", | |||
['French'] = "Spores d'amanite tue-mouches", | |||
}, | |||
['CraftTime'] = '24', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '20', | |||
['RequiredSkill'] = {'FarmingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Farmers Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Amanita Mushrooms'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Amanita Mushrooms', | |||
['ID'] = 'AmanitaMushroomsItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Amanita Mushroom Spores'] = { | |||
['Name'] = 'Amanita Mushroom Spores', | |||
['ID'] = 'AmanitaMushroomSporesItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AmendmentsRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Amendments", | |||
['Russian'] = "Поправки", | |||
['German'] = "Verfassungsänderungen", | |||
['French'] = "Pupitre des amendements", | |||
}, | |||
['CraftTime'] = '300', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '1200', | |||
['RequiredSkill'] = {'nil','0'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Settlement Crafting Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Hewn Log'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Hewn Log', | |||
['ID'] = 'HewnLog', | |||
['Quantity'] = '15', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Mortared Stone'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Mortared Stone', | |||
['ID'] = 'MortaredStone', | |||
['Quantity'] = '15', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Amendments'] = { | |||
['Name'] = 'Amendments', | |||
['ID'] = 'AmendmentsItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AnatomyBookRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Anatomy Book", | |||
['Russian'] = "Anatomy Book", | |||
['German'] = "Anatomy Book", | |||
['French'] = "Anatomy Book", | |||
}, | |||
['CraftTime'] = '120', | |||
['ExperienceOnCraft'] = '5', | |||
['LaborInCalories'] = '120', | |||
['RequiredSkill'] = {'PaintingSkill','3'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Paint Mixer', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ink'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ink', | |||
['ID'] = 'InkItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Leather Hide'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Leather Hide', | |||
['ID'] = 'LeatherHideItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Paper'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Paper', | |||
['ID'] = 'PaperItem', | |||
['Quantity'] = '25', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Anatomy Book'] = { | |||
['Name'] = 'Anatomy Book', | |||
['ID'] = 'AnatomyBookItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AnvilRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Anvil", | |||
['Russian'] = "Наковальня", | |||
['German'] = "Amboss", | |||
['French'] = "Enclume", | |||
}, | |||
['CraftTime'] = '480', | |||
['ExperienceOnCraft'] = '10', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'SmeltingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Bloomery', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Hewn Log'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Hewn Log', | |||
['ID'] = 'HewnLog', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Iron Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Iron Bar', | |||
['ID'] = 'IronBarItem', | |||
['Quantity'] = '12', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Anvil'] = { | |||
['Name'] = 'Anvil', | |||
['ID'] = 'AnvilItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['ArrastraRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Arrastra", | |||
['Russian'] = "Аррастра", | |||
['German'] = "Bergbau-Pochmühle", | |||
['French'] = "Concasseur à meules", | |||
}, | |||
['CraftTime'] = '300', | |||
['ExperienceOnCraft'] = '5', | |||
['LaborInCalories'] = '300', | |||
['RequiredSkill'] = {'BasicEngineeringSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Workbench', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Mill Stone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Mill Stone', | |||
['ID'] = 'MillStoneItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Rock'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Rock', | |||
['ID'] = 'Rock', | |||
['Quantity'] = '30', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Wood'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Wood', | |||
['ID'] = 'Wood', | |||
['Quantity'] = '5', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Wood Board'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Wood Board', | |||
['ID'] = 'WoodBoard', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Arrastra'] = { | |||
['Name'] = 'Arrastra', | |||
['ID'] = 'ArrastraItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['ArrowBundleRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Arrow Bundle", | |||
['Russian'] = "Пучок стрел", | |||
['German'] = "Arrow Bundle", | |||
['French'] = "Ensemble de flèches", | |||
}, | |||
['CraftTime'] = '30', | |||
['ExperienceOnCraft'] = '0.5', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'HuntingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Fletching Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Wood'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Wood', | |||
['ID'] = 'Wood', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Arrow'] = { | |||
['Name'] = 'Arrow', | |||
['ID'] = 'ArrowItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['ArrowRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Arrow", | |||
['Russian'] = "Стрела", | |||
['German'] = "Pfeil", | |||
['French'] = "Flèche", | |||
}, | |||
['CraftTime'] = '6', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '80', | |||
['RequiredSkill'] = {'nil','0'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Tool Bench', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Wood'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Wood', | |||
['ID'] = 'Wood', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Arrow'] = { | |||
['Name'] = 'Arrow', | |||
['ID'] = 'ArrowItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['ArtSuppliesRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Art Supplies", | |||
['Russian'] = "Набор художника", | |||
['German'] = "Art Supplies", | |||
['French'] = "Nécessaire d'art", | |||
}, | |||
['CraftTime'] = '60', | |||
['ExperienceOnCraft'] = '0.5', | |||
['LaborInCalories'] = '40', | |||
['RequiredSkill'] = {'PaintingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Paint Mixer', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Canvas'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Canvas', | |||
['ID'] = 'CanvasItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Oil Paint'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Oil Paint', | |||
['ID'] = 'OilPaintItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Wood Board'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Wood Board', | |||
['ID'] = 'WoodBoard', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Art Supplies'] = { | |||
['Name'] = 'Art Supplies', | |||
['ID'] = 'ArtSuppliesItem', | |||
['Quantity'] = '8', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarBasaltBenchRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Basalt Bench", | |||
['Russian'] = "Лавка из резного базальта", | |||
['German'] = "Basaltquaderbank", | |||
['French'] = "Banc en basalte taillé", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Basalt'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Basalt', | |||
['ID'] = 'AshlarBasaltItem', | |||
['Quantity'] = '12', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Basalt Bench'] = { | |||
['Name'] = 'Ashlar Basalt Bench', | |||
['ID'] = 'AshlarBasaltBenchItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarBasaltChairRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Basalt Chair", | |||
['Russian'] = "Стул из резного базальта", | |||
['German'] = "Basaltquaderstuhl", | |||
['French'] = "Chaise en basalte taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Basalt'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Basalt', | |||
['ID'] = 'AshlarBasaltItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Basalt Chair'] = { | |||
['Name'] = 'Ashlar Basalt Chair', | |||
['ID'] = 'AshlarBasaltChairItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarBasaltDoorRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Basalt Door", | |||
['Russian'] = "Дверь из резного базальта", | |||
['German'] = "Basaltquadertür", | |||
['French'] = "Porte en basalte taillé", | |||
}, | |||
['CraftTime'] = '180', | |||
['ExperienceOnCraft'] = '1.5', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Basalt'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Basalt', | |||
['ID'] = 'AshlarBasaltItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Basalt Door'] = { | |||
['Name'] = 'Ashlar Basalt Door', | |||
['ID'] = 'AshlarBasaltDoorItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarBasaltFireplaceRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Basalt Fireplace", | |||
['Russian'] = "Камин из резного базальта", | |||
['German'] = "Basaltquaderfeuerstelle", | |||
['French'] = "Cheminée en basalte taillé", | |||
}, | |||
['CraftTime'] = '600', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','6'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Basalt'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Basalt', | |||
['ID'] = 'AshlarBasaltItem', | |||
['Quantity'] = '24', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Basalt Fireplace'] = { | |||
['Name'] = 'Ashlar Basalt Fireplace', | |||
['ID'] = 'AshlarBasaltFireplaceItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarBasaltRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Basalt", | |||
['Russian'] = "Резной базальт", | |||
['German'] = "Quader aus Basalt", | |||
['French'] = "Basalte taillé", | |||
}, | |||
['CraftTime'] = '38', | |||
['ExperienceOnCraft'] = '1.5', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Basalt'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Basalt', | |||
['ID'] = 'BasaltItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Cement'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Cement', | |||
['ID'] = 'CementItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Rebar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Rebar', | |||
['ID'] = 'RebarItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Basalt'] = { | |||
['Name'] = 'Ashlar Basalt', | |||
['ID'] = 'AshlarBasaltItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
['Crushed Basalt'] = { | |||
['Name'] = 'Crushed Basalt', | |||
['ID'] = 'CrushedBasaltItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarBasaltTableRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Basalt Table", | |||
['Russian'] = "Стол из резного базальта", | |||
['German'] = "Basaltquadertisch", | |||
['French'] = "Table en basalte taillé", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','2'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Basalt'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Basalt', | |||
['ID'] = 'AshlarBasaltItem', | |||
['Quantity'] = '16', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Basalt Table'] = { | |||
['Name'] = 'Ashlar Basalt Table', | |||
['ID'] = 'AshlarBasaltTableItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarGneissBenchRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Gneiss Bench", | |||
['Russian'] = "Лавка из резного гнейса", | |||
['German'] = "Gneisquaderbank", | |||
['French'] = "Banc en gneiss taillé", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Gneiss'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Gneiss', | |||
['ID'] = 'AshlarGneissItem', | |||
['Quantity'] = '12', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Gneiss Bench'] = { | |||
['Name'] = 'Ashlar Gneiss Bench', | |||
['ID'] = 'AshlarGneissBenchItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarGneissChairRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Gneiss Chair", | |||
['Russian'] = "Стул из резного гнейса", | |||
['German'] = "Gneisquaderstuhl", | |||
['French'] = "Chaise en gneiss taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Gneiss'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Gneiss', | |||
['ID'] = 'AshlarGneissItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Gneiss Chair'] = { | |||
['Name'] = 'Ashlar Gneiss Chair', | |||
['ID'] = 'AshlarGneissChairItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarGneissDoorRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Gneiss Door", | |||
['Russian'] = "Дверь из резного гнейса", | |||
['German'] = "Gneisquadertür", | |||
['French'] = "Porte en gneiss taillé", | |||
}, | |||
['CraftTime'] = '180', | |||
['ExperienceOnCraft'] = '1.5', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Gneiss'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Gneiss', | |||
['ID'] = 'AshlarGneissItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Gneiss Door'] = { | |||
['Name'] = 'Ashlar Gneiss Door', | |||
['ID'] = 'AshlarGneissDoorItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarGneissFireplaceRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Gneiss Fireplace", | |||
['Russian'] = "Камин из резного гнейса", | |||
['German'] = "Gneisquaderfeuerstelle", | |||
['French'] = "Cheminée en gneiss taillé", | |||
}, | |||
['CraftTime'] = '600', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','6'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Gneiss'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Gneiss', | |||
['ID'] = 'AshlarGneissItem', | |||
['Quantity'] = '24', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Gneiss Fireplace'] = { | |||
['Name'] = 'Ashlar Gneiss Fireplace', | |||
['ID'] = 'AshlarGneissFireplaceItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarGneissRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Gneiss", | |||
['Russian'] = "Резной гнейс", | |||
['German'] = "Quader aus Gneis", | |||
['French'] = "Gneiss taillé", | |||
}, | |||
['CraftTime'] = '38', | |||
['ExperienceOnCraft'] = '1.5', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Cement'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Cement', | |||
['ID'] = 'CementItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gneiss'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gneiss', | |||
['ID'] = 'GneissItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Rebar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Rebar', | |||
['ID'] = 'RebarItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Gneiss'] = { | |||
['Name'] = 'Ashlar Gneiss', | |||
['ID'] = 'AshlarGneissItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
['Crushed Gneiss'] = { | |||
['Name'] = 'Crushed Gneiss', | |||
['ID'] = 'CrushedGneissItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarGneissTableRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Gneiss Table", | |||
['Russian'] = "Стол из резного гнейса", | |||
['German'] = "Gneisquadertisch", | |||
['French'] = "Table en gneiss taillé", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','2'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Gneiss'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Gneiss', | |||
['ID'] = 'AshlarGneissItem', | |||
['Quantity'] = '16', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Gneiss Table'] = { | |||
['Name'] = 'Ashlar Gneiss Table', | |||
['ID'] = 'AshlarGneissTableItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarGraniteBenchRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Granite Bench", | |||
['Russian'] = "Лавка из резного гранита", | |||
['German'] = "Granitquaderbank", | |||
['French'] = "Banc en granite taillé", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Granite'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Granite', | |||
['ID'] = 'AshlarGraniteItem', | |||
['Quantity'] = '12', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Granite Bench'] = { | |||
['Name'] = 'Ashlar Granite Bench', | |||
['ID'] = 'AshlarGraniteBenchItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarGraniteChairRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Granite Chair", | |||
['Russian'] = "Стул из резного гранита", | |||
['German'] = "Granitquaderstuhl", | |||
['French'] = "Chaise en granite taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Granite'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Granite', | |||
['ID'] = 'AshlarGraniteItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Granite Chair'] = { | |||
['Name'] = 'Ashlar Granite Chair', | |||
['ID'] = 'AshlarGraniteChairItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarGraniteDoorRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Granite Door", | |||
['Russian'] = "Дверь из резного гранита", | |||
['German'] = "Granitquadertür", | |||
['French'] = "Porte en granite taillé", | |||
}, | |||
['CraftTime'] = '180', | |||
['ExperienceOnCraft'] = '1.5', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Granite'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Granite', | |||
['ID'] = 'AshlarGraniteItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Granite Door'] = { | |||
['Name'] = 'Ashlar Granite Door', | |||
['ID'] = 'AshlarGraniteDoorItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarGraniteFireplaceRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Granite Fireplace", | |||
['Russian'] = "Камин из резного гранита", | |||
['German'] = "Granitquaderfeuerstelle", | |||
['French'] = "Cheminée en granite taillé", | |||
}, | |||
['CraftTime'] = '600', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','6'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Granite'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Granite', | |||
['ID'] = 'AshlarGraniteItem', | |||
['Quantity'] = '24', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Granite Fireplace'] = { | |||
['Name'] = 'Ashlar Granite Fireplace', | |||
['ID'] = 'AshlarGraniteFireplaceItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarGraniteRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Granite", | |||
['Russian'] = "Резной гранит", | |||
['German'] = "Quader aus Granit", | |||
['French'] = "Granite taillé", | |||
}, | |||
['CraftTime'] = '38', | |||
['ExperienceOnCraft'] = '1.5', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Cement'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Cement', | |||
['ID'] = 'CementItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Granite'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Granite', | |||
['ID'] = 'GraniteItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Rebar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Rebar', | |||
['ID'] = 'RebarItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Granite'] = { | |||
['Name'] = 'Ashlar Granite', | |||
['ID'] = 'AshlarGraniteItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
['Crushed Granite'] = { | |||
['Name'] = 'Crushed Granite', | |||
['ID'] = 'CrushedGraniteItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarGraniteTableRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Granite Table", | |||
['Russian'] = "Стол из резного гранита", | |||
['German'] = "Granitquadertisch", | |||
['French'] = "Table en granite taillé", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','2'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Granite'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Granite', | |||
['ID'] = 'AshlarGraniteItem', | |||
['Quantity'] = '16', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Granite Table'] = { | |||
['Name'] = 'Ashlar Granite Table', | |||
['ID'] = 'AshlarGraniteTableItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarLargeBasaltFountainRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Large Basalt Fountain", | |||
['Russian'] = "Фонтан из резного базальта", | |||
['German'] = "Großer Basaltquaderbrunnen", | |||
['French'] = "Grande fontaine en basalte taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Basalt'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Basalt', | |||
['ID'] = 'AshlarBasaltItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Large Basalt Fountain'] = { | |||
['Name'] = 'Ashlar Large Basalt Fountain', | |||
['ID'] = 'AshlarLargeBasaltFountainItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarLargeGneissFountainRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Large Gneiss Fountain", | |||
['Russian'] = "Фонтан из резного гнейса", | |||
['German'] = "Großer Gneisquaderbrunnen", | |||
['French'] = "Grande fontaine en gneiss taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Gneiss'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Gneiss', | |||
['ID'] = 'AshlarGneissItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Large Gneiss Fountain'] = { | |||
['Name'] = 'Ashlar Large Gneiss Fountain', | |||
['ID'] = 'AshlarLargeGneissFountainItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarLargeGraniteFountainRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Large Granite Fountain", | |||
['Russian'] = "Фонтан из резного гранита", | |||
['German'] = "Großer Granitquaderbrunnen", | |||
['French'] = "Grande fontaine en granite taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Granite'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Granite', | |||
['ID'] = 'AshlarGraniteItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Large Granite Fountain'] = { | |||
['Name'] = 'Ashlar Large Granite Fountain', | |||
['ID'] = 'AshlarLargeGraniteFountainItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarLargeLimestoneFountainRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Large Limestone Fountain", | |||
['Russian'] = "Фонтан из резного известняка", | |||
['German'] = "Großer Kalksteinquaderbrunnen", | |||
['French'] = "Grande fontaine en calcaire taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Limestone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Limestone', | |||
['ID'] = 'AshlarLimestoneItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Large Limestone Fountain'] = { | |||
['Name'] = 'Ashlar Large Limestone Fountain', | |||
['ID'] = 'AshlarLargeLimestoneFountainItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarLargeSandstoneFountainRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Large Sandstone Fountain", | |||
['Russian'] = "Фонтан из резного песчаника", | |||
['German'] = "Großer Sandsteinquaderbrunnen", | |||
['French'] = "Grande fontaine en grès taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Sandstone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Sandstone', | |||
['ID'] = 'AshlarSandstoneItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Large Sandstone Fountain'] = { | |||
['Name'] = 'Ashlar Large Sandstone Fountain', | |||
['ID'] = 'AshlarLargeSandstoneFountainItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarLargeShaleFountainRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Large Shale Fountain", | |||
['Russian'] = "Фонтан из резного сланца", | |||
['German'] = "Großer Schieferquaderbrunnen", | |||
['French'] = "Grande fontaine en schiste taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Shale'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Shale', | |||
['ID'] = 'AshlarShaleItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Large Shale Fountain'] = { | |||
['Name'] = 'Ashlar Large Shale Fountain', | |||
['ID'] = 'AshlarLargeShaleFountainItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarLargeStoneFountainRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Large Stone Fountain", | |||
['Russian'] = "Фонтан из резного камня", | |||
['German'] = "Großer Steinquaderbrunnen", | |||
['French'] = "Grande fontaine en pierre taillée", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Stone'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Ashlar Stone', | |||
['ID'] = 'AshlarStone', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Large Stone Fountain'] = { | |||
['Name'] = 'Ashlar Large Stone Fountain', | |||
['ID'] = 'AshlarLargeStoneFountainItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarLimestoneBenchRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Limestone Bench", | |||
['Russian'] = "Лавка из резного известняка", | |||
['German'] = "Kalksteinquaderbank", | |||
['French'] = "Banc en calcaire taillé", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Limestone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Limestone', | |||
['ID'] = 'AshlarLimestoneItem', | |||
['Quantity'] = '12', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Limestone Bench'] = { | |||
['Name'] = 'Ashlar Limestone Bench', | |||
['ID'] = 'AshlarLimestoneBenchItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarLimestoneChairRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Limestone Chair", | |||
['Russian'] = "Стул из резного известняка", | |||
['German'] = "Kalksteinquaderstuhl", | |||
['French'] = "Chaise en calcaire taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Limestone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Limestone', | |||
['ID'] = 'AshlarLimestoneItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Limestone Chair'] = { | |||
['Name'] = 'Ashlar Limestone Chair', | |||
['ID'] = 'AshlarLimestoneChairItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarLimestoneDoorRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Limestone Door", | |||
['Russian'] = "Дверь из резного известняка", | |||
['German'] = "Kalksteinquadertür", | |||
['French'] = "Porte en calcaire taillé", | |||
}, | |||
['CraftTime'] = '180', | |||
['ExperienceOnCraft'] = '1.5', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Limestone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Limestone', | |||
['ID'] = 'AshlarLimestoneItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Limestone Door'] = { | |||
['Name'] = 'Ashlar Limestone Door', | |||
['ID'] = 'AshlarLimestoneDoorItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarLimestoneFireplaceRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Limestone Fireplace", | |||
['Russian'] = "Камин из обработанного известняка", | |||
['German'] = "Kalksteinquaderfeuerstelle", | |||
['French'] = "Cheminée en calcaire taillé", | |||
}, | |||
['CraftTime'] = '600', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','6'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Limestone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Limestone', | |||
['ID'] = 'AshlarLimestoneItem', | |||
['Quantity'] = '24', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Limestone Fireplace'] = { | |||
['Name'] = 'Ashlar Limestone Fireplace', | |||
['ID'] = 'AshlarLimestoneFireplaceItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarLimestoneRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Limestone", | |||
['Russian'] = "Резной известняк", | |||
['German'] = "Quader aus Kalkstein", | |||
['French'] = "Calcaire taillé", | |||
}, | |||
['CraftTime'] = '38', | |||
['ExperienceOnCraft'] = '1.5', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Cement'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Cement', | |||
['ID'] = 'CementItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Limestone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Limestone', | |||
['ID'] = 'LimestoneItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Rebar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Rebar', | |||
['ID'] = 'RebarItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Limestone'] = { | |||
['Name'] = 'Ashlar Limestone', | |||
['ID'] = 'AshlarLimestoneItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
['Crushed Limestone'] = { | |||
['Name'] = 'Crushed Limestone', | |||
['ID'] = 'CrushedLimestoneItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarLimestoneTableRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Limestone Table", | |||
['Russian'] = "Стол из резного известняка", | |||
['German'] = "Kalksteinquadertisch", | |||
['French'] = "Table en calcaire taillé", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','2'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Limestone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Limestone', | |||
['ID'] = 'AshlarLimestoneItem', | |||
['Quantity'] = '16', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Limestone Table'] = { | |||
['Name'] = 'Ashlar Limestone Table', | |||
['ID'] = 'AshlarLimestoneTableItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarSandstoneBenchRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Sandstone Bench", | |||
['Russian'] = "Лавка из резного песчаника", | |||
['German'] = "Sandsteinquaderbank", | |||
['French'] = "Banc en grès taillé", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Sandstone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Sandstone', | |||
['ID'] = 'AshlarSandstoneItem', | |||
['Quantity'] = '12', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Sandstone Bench'] = { | |||
['Name'] = 'Ashlar Sandstone Bench', | |||
['ID'] = 'AshlarSandstoneBenchItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarSandstoneChairRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Sandstone Chair", | |||
['Russian'] = "Стул из резного песчаника", | |||
['German'] = "Sandsteinquaderstuhl", | |||
['French'] = "Chaise en grès taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Sandstone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Sandstone', | |||
['ID'] = 'AshlarSandstoneItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Sandstone Chair'] = { | |||
['Name'] = 'Ashlar Sandstone Chair', | |||
['ID'] = 'AshlarSandstoneChairItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarSandstoneDoorRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Sandstone Door", | |||
['Russian'] = "Дверь из резного песчаника", | |||
['German'] = "Sandsteinquadertür", | |||
['French'] = "Porte en grès taillé", | |||
}, | |||
['CraftTime'] = '180', | |||
['ExperienceOnCraft'] = '1.5', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Sandstone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Sandstone', | |||
['ID'] = 'AshlarSandstoneItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Sandstone Door'] = { | |||
['Name'] = 'Ashlar Sandstone Door', | |||
['ID'] = 'AshlarSandstoneDoorItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarSandstoneFireplaceRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Sandstone Fireplace", | |||
['Russian'] = "Камин из резного песчаника", | |||
['German'] = "Sandsteinquaderfeuerstellen", | |||
['French'] = "Cheminée en grès taillé", | |||
}, | |||
['CraftTime'] = '600', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','6'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Sandstone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Sandstone', | |||
['ID'] = 'AshlarSandstoneItem', | |||
['Quantity'] = '24', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Sandstone Fireplace'] = { | |||
['Name'] = 'Ashlar Sandstone Fireplace', | |||
['ID'] = 'AshlarSandstoneFireplaceItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarSandstoneRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Sandstone", | |||
['Russian'] = "Резной песчаник", | |||
['German'] = "Quader aus Sandstein", | |||
['French'] = "Grès taillé", | |||
}, | |||
['CraftTime'] = '38', | |||
['ExperienceOnCraft'] = '1.5', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Cement'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Cement', | |||
['ID'] = 'CementItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Rebar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Rebar', | |||
['ID'] = 'RebarItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Sandstone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Sandstone', | |||
['ID'] = 'SandstoneItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Sandstone'] = { | |||
['Name'] = 'Ashlar Sandstone', | |||
['ID'] = 'AshlarSandstoneItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
['Crushed Sandstone'] = { | |||
['Name'] = 'Crushed Sandstone', | |||
['ID'] = 'CrushedSandstoneItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarSandstoneTableRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Sandstone Table", | |||
['Russian'] = "Стол из резного песчаника", | |||
['German'] = "Sandsteinquadertisch", | |||
['French'] = "Table en grès taillé", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','2'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Sandstone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Sandstone', | |||
['ID'] = 'AshlarSandstoneItem', | |||
['Quantity'] = '16', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Sandstone Table'] = { | |||
['Name'] = 'Ashlar Sandstone Table', | |||
['ID'] = 'AshlarSandstoneTableItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarShaleBenchRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Shale Bench", | |||
['Russian'] = "Лавка из резного сланца", | |||
['German'] = "Schieferquaderbank", | |||
['French'] = "Banc en schiste taillé", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Shale'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Shale', | |||
['ID'] = 'AshlarShaleItem', | |||
['Quantity'] = '12', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Shale Bench'] = { | |||
['Name'] = 'Ashlar Shale Bench', | |||
['ID'] = 'AshlarShaleBenchItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarShaleChairRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Shale Chair", | |||
['Russian'] = "Стул из резного сланца", | |||
['German'] = "Schieferquaderbank", | |||
['French'] = "Chaise en schiste taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Shale'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Shale', | |||
['ID'] = 'AshlarShaleItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Shale Chair'] = { | |||
['Name'] = 'Ashlar Shale Chair', | |||
['ID'] = 'AshlarShaleChairItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarShaleDoorRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Shale Door", | |||
['Russian'] = "Дверь из резного сланца", | |||
['German'] = "Schieferquadertür", | |||
['French'] = "Porte en schiste taillé", | |||
}, | |||
['CraftTime'] = '180', | |||
['ExperienceOnCraft'] = '1.5', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Shale'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Shale', | |||
['ID'] = 'AshlarShaleItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Shale Door'] = { | |||
['Name'] = 'Ashlar Shale Door', | |||
['ID'] = 'AshlarShaleDoorItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarShaleFireplaceRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Shale Fireplace", | |||
['Russian'] = "Камин из резного сланца", | |||
['German'] = "Schieferquaderfeuerstelle", | |||
['French'] = "Cheminée en schiste taillé", | |||
}, | |||
['CraftTime'] = '600', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','6'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Shale'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Shale', | |||
['ID'] = 'AshlarShaleItem', | |||
['Quantity'] = '24', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Shale Fireplace'] = { | |||
['Name'] = 'Ashlar Shale Fireplace', | |||
['ID'] = 'AshlarShaleFireplaceItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarShaleRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Shale", | |||
['Russian'] = "Резной сланец", | |||
['German'] = "Quader aus Schiefer", | |||
['French'] = "Schiste taillé", | |||
}, | |||
['CraftTime'] = '38', | |||
['ExperienceOnCraft'] = '1.5', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Cement'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Cement', | |||
['ID'] = 'CementItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Rebar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Rebar', | |||
['ID'] = 'RebarItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Shale'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Shale', | |||
['ID'] = 'ShaleItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Shale'] = { | |||
['Name'] = 'Ashlar Shale', | |||
['ID'] = 'AshlarShaleItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
['Crushed Shale'] = { | |||
['Name'] = 'Crushed Shale', | |||
['ID'] = 'CrushedShaleItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarShaleTableRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Shale Table", | |||
['Russian'] = "Стол из резного сланца", | |||
['German'] = "Schieferquadertisch", | |||
['French'] = "Table en schiste taillé", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','2'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Shale'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Shale', | |||
['ID'] = 'AshlarShaleItem', | |||
['Quantity'] = '16', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Shale Table'] = { | |||
['Name'] = 'Ashlar Shale Table', | |||
['ID'] = 'AshlarShaleTableItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarSmallBasaltFountainRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Small Basalt Fountain", | |||
['Russian'] = "Маленький фонтан из резного базальта", | |||
['German'] = "Kleiner Basaltquaderbrunnen", | |||
['French'] = "Petite fontaine en basalte taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Basalt'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Basalt', | |||
['ID'] = 'AshlarBasaltItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Small Basalt Fountain'] = { | |||
['Name'] = 'Ashlar Small Basalt Fountain', | |||
['ID'] = 'AshlarSmallBasaltFountainItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarSmallGneissFountainRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Small Gneiss Fountain", | |||
['Russian'] = "Маленький фонтан из резного гнейса", | |||
['German'] = "Kleiner Gneisquaderbrunnen", | |||
['French'] = "Petite fontaine en gneiss taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Gneiss'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Gneiss', | |||
['ID'] = 'AshlarGneissItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Small Gneiss Fountain'] = { | |||
['Name'] = 'Ashlar Small Gneiss Fountain', | |||
['ID'] = 'AshlarSmallGneissFountainItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarSmallGraniteFountainRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Small Granite Fountain", | |||
['Russian'] = "Маленький фонтан из резного гранита", | |||
['German'] = "Kleiner Granitquaderbrunnen", | |||
['French'] = "Petite fontaine en granite taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Granite'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Granite', | |||
['ID'] = 'AshlarGraniteItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Small Granite Fountain'] = { | |||
['Name'] = 'Ashlar Small Granite Fountain', | |||
['ID'] = 'AshlarSmallGraniteFountainItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarSmallLimestoneFountainRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Small Limestone Fountain", | |||
['Russian'] = "Маленький фонтан из резного известняка", | |||
['German'] = "Kleiner Kalksteinquaderbrunnen", | |||
['French'] = "Petite fontaine en calcaire taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Limestone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Limestone', | |||
['ID'] = 'AshlarLimestoneItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Small Limestone Fountain'] = { | |||
['Name'] = 'Ashlar Small Limestone Fountain', | |||
['ID'] = 'AshlarSmallLimestoneFountainItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarSmallSandstoneFountainRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Small Sandstone Fountain", | |||
['Russian'] = "Маленький фонтан из резного песчаника", | |||
['German'] = "Kleiner Sandsteinquaderbrunnen", | |||
['French'] = "Petite fontaine en grès taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Sandstone'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Sandstone', | |||
['ID'] = 'AshlarSandstoneItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Small Sandstone Fountain'] = { | |||
['Name'] = 'Ashlar Small Sandstone Fountain', | |||
['ID'] = 'AshlarSmallSandstoneFountainItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarSmallShaleFountainRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Small Shale Fountain", | |||
['Russian'] = "Маленький фонтан из резного сланца", | |||
['German'] = "Kleiner Schieferquaderbrunnen", | |||
['French'] = "Petite fontaine en schiste taillé", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Shale'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ashlar Shale', | |||
['ID'] = 'AshlarShaleItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Small Shale Fountain'] = { | |||
['Name'] = 'Ashlar Small Shale Fountain', | |||
['ID'] = 'AshlarSmallShaleFountainItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarSmallStoneFountainRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Small Stone Fountain", | |||
['Russian'] = "Маленький фонтан из резного камня", | |||
['German'] = "Kleiner Quadersteinbrunnen", | |||
['French'] = "Petite fontaine en pierre taillée", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Stone'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Ashlar Stone', | |||
['ID'] = 'AshlarStone', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Small Stone Fountain'] = { | |||
['Name'] = 'Ashlar Small Stone Fountain', | |||
['ID'] = 'AshlarSmallStoneFountainItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarStoneBenchRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Stone Bench", | |||
['Russian'] = "Лавка из резного камня", | |||
['German'] = "Quadersteinbank", | |||
['French'] = "Banc en pierre taillée", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Stone'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Ashlar Stone', | |||
['ID'] = 'AshlarStone', | |||
['Quantity'] = '12', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Stone Bench'] = { | |||
['Name'] = 'Ashlar Stone Bench', | |||
['ID'] = 'AshlarStoneBenchItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarStoneChairRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Stone Chair", | |||
['Russian'] = "Стул из резного камня", | |||
['German'] = "Quadersteinstuhl", | |||
['French'] = "Chaise en pierre taillée", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Stone'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Ashlar Stone', | |||
['ID'] = 'AshlarStone', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Stone Chair'] = { | |||
['Name'] = 'Ashlar Stone Chair', | |||
['ID'] = 'AshlarStoneChairItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarStoneDoorRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Stone Door", | |||
['Russian'] = "Дверь из резного камня", | |||
['German'] = "Quadersteintür", | |||
['French'] = "Porte en pierre taillée", | |||
}, | |||
['CraftTime'] = '180', | |||
['ExperienceOnCraft'] = '1.5', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Stone'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Ashlar Stone', | |||
['ID'] = 'AshlarStone', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Stone Door'] = { | |||
['Name'] = 'Ashlar Stone Door', | |||
['ID'] = 'AshlarStoneDoorItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarStoneFireplaceRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Stone Fireplace", | |||
['Russian'] = "Камин из резного камня", | |||
['German'] = "Quadersteinfeuerstelle", | |||
['French'] = "Cheminée en pierre taillée", | |||
}, | |||
['CraftTime'] = '600', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','6'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Stone'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Ashlar Stone', | |||
['ID'] = 'AshlarStone', | |||
['Quantity'] = '24', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Stone Fireplace'] = { | |||
['Name'] = 'Ashlar Stone Fireplace', | |||
['ID'] = 'AshlarStoneFireplaceItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AshlarStoneTableRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ashlar Stone Table", | |||
['Russian'] = "Стол из резного камня", | |||
['German'] = "Quadersteintisch", | |||
['French'] = "Table en pierre taillée", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'AdvancedMasonrySkill','2'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Masonry Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ashlar Stone'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Ashlar Stone', | |||
['ID'] = 'AshlarStone', | |||
['Quantity'] = '16', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ashlar Stone Table'] = { | |||
['Name'] = 'Ashlar Stone Table', | |||
['ID'] = 'AshlarStoneTableItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AsphaltConcreteRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Asphalt Concrete", | |||
['Russian'] = "Асфальтобетон", | |||
['German'] = "Asphaltbeton", | |||
['French'] = "Route en asphalte", | |||
}, | |||
['CraftTime'] = '120', | |||
['ExperienceOnCraft'] = '1.5', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'BasicEngineeringSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Wainwright Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Cement'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Cement', | |||
['ID'] = 'CementItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Crushed Rock'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Crushed Rock', | |||
['ID'] = 'CrushedRock', | |||
['Quantity'] = '5', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Sand'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Sand', | |||
['ID'] = 'SandItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Asphalt Concrete'] = { | |||
['Name'] = 'Asphalt Concrete', | |||
['ID'] = 'AsphaltConcreteItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AssemblyLineRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Assembly Line", | |||
['Russian'] = "Сборочная линия", | |||
['German'] = "Mechanische Fertigungsstraße", | |||
['French'] = "Ligne de montage", | |||
}, | |||
['CraftTime'] = '2400', | |||
['ExperienceOnCraft'] = '40', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'MechanicsSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Machinist Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Iron Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Iron Bar', | |||
['ID'] = 'IronBarItem', | |||
['Quantity'] = '8', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Iron Gear'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Iron Gear', | |||
['ID'] = 'IronGearItem', | |||
['Quantity'] = '8', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Portable Steam Engine'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Portable Steam Engine', | |||
['ID'] = 'PortableSteamEngineItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Screws'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Screws', | |||
['ID'] = 'ScrewsItem', | |||
['Quantity'] = '8', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Assembly Line'] = { | |||
['Name'] = 'Assembly Line', | |||
['ID'] = 'AssemblyLineItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AtlasBookRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Atlas Book", | |||
['Russian'] = "Atlas Book", | |||
['German'] = "Atlas Book", | |||
['French'] = "Atlas Book", | |||
}, | |||
['CraftTime'] = '120', | |||
['ExperienceOnCraft'] = '5', | |||
['LaborInCalories'] = '120', | |||
['RequiredSkill'] = {'PaintingSkill','3'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Paint Mixer', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Ink'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Ink', | |||
['ID'] = 'InkItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Leather Hide'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Leather Hide', | |||
['ID'] = 'LeatherHideItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Paper'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Paper', | |||
['ID'] = 'PaperItem', | |||
['Quantity'] = '25', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Atlas Book'] = { | |||
['Name'] = 'Atlas Book', | |||
['ID'] = 'AtlasBookItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AutomaticLoomRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Automatic Loom", | |||
['Russian'] = "Автоматический ткацкий станок", | |||
['German'] = "Automatischer Webstuhl", | |||
['French'] = "Métier à tisser automatique", | |||
}, | |||
['CraftTime'] = '900', | |||
['ExperienceOnCraft'] = '10', | |||
['LaborInCalories'] = '600', | |||
['RequiredSkill'] = {'IndustrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Electric Machinist Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Basic Circuit'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Basic Circuit', | |||
['ID'] = 'BasicCircuitItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Fuse'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Fuse', | |||
['ID'] = 'FuseItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Steel Plate'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Steel Plate', | |||
['ID'] = 'SteelPlateItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Automatic Loom'] = { | |||
['Name'] = 'Automatic Loom', | |||
['ID'] = 'AutomaticLoomItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['AutumnStewRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Autumn Stew", | |||
['Russian'] = "Осеннее рагу", | |||
['German'] = "Herbsteintopf", | |||
['French'] = "Ragoût d'automne", | |||
}, | |||
['CraftTime'] = '120', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '25', | |||
['RequiredSkill'] = {'CookingSkill','2'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Cast Iron Stove', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Beans'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Beans', | |||
['ID'] = 'BeansItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Greens'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Greens', | |||
['ID'] = 'Greens', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Pumpkin'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Pumpkin', | |||
['ID'] = 'PumpkinItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Autumn Stew'] = { | |||
['Name'] = 'Autumn Stew', | |||
['ID'] = 'AutumnStewItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BakedAgaveRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Baked Agave", | |||
['Russian'] = "Запечённая агава", | |||
['German'] = "Gebackene Agave", | |||
['French'] = "Agave au four", | |||
}, | |||
['CraftTime'] = '120', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '25', | |||
['RequiredSkill'] = {'BakingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Bakery Oven', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Agave Leaves'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Agave Leaves', | |||
['ID'] = 'AgaveLeavesItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Baked Agave'] = { | |||
['Name'] = 'Baked Agave', | |||
['ID'] = 'BakedAgaveItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BakedBeetRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Baked Beet", | |||
['Russian'] = "Запечённая свекла", | |||
['German'] = "Gebackene Rote Bete", | |||
['French'] = "Betterave au four", | |||
}, | |||
['CraftTime'] = '120', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '25', | |||
['RequiredSkill'] = {'BakingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Bakery Oven', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Beet'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Beet', | |||
['ID'] = 'BeetItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Baked Beet'] = { | |||
['Name'] = 'Baked Beet', | |||
['ID'] = 'BakedBeetItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BakedCornRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Baked Corn", | |||
['Russian'] = "Запечённая кукуруза", | |||
['German'] = "Gebackener Mais", | |||
['French'] = "Maïs au four", | |||
}, | |||
['CraftTime'] = '120', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '25', | |||
['RequiredSkill'] = {'BakingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Bakery Oven', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Corn'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Corn', | |||
['ID'] = 'CornItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Baked Corn'] = { | |||
['Name'] = 'Baked Corn', | |||
['ID'] = 'BakedCornItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BakedHeartOfPalmRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Baked Heart Of Palm", | |||
['Russian'] = "Запечённая сердцевина пальмы", | |||
['German'] = "Gebackene Palmherzen", | |||
['French'] = "Cœur de palmier au four", | |||
}, | |||
['CraftTime'] = '120', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '25', | |||
['RequiredSkill'] = {'BakingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Bakery Oven', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Heart Of Palm'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Heart Of Palm', | |||
['ID'] = 'HeartOfPalmItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Baked Heart Of Palm'] = { | |||
['Name'] = 'Baked Heart Of Palm', | |||
['ID'] = 'BakedHeartOfPalmItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BakedMeatRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Baked Meat", | |||
['Russian'] = "Запечённое мясо", | |||
['German'] = "Gebackenes Fleisch", | |||
['French'] = "Viande au four", | |||
}, | |||
['CraftTime'] = '120', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '25', | |||
['RequiredSkill'] = {'BakingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Bakery Oven', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Raw Meat'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Raw Meat', | |||
['ID'] = 'RawMeatItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Baked Meat'] = { | |||
['Name'] = 'Baked Meat', | |||
['ID'] = 'BakedMeatItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BakedMortarRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Baked Mortar", | |||
['Russian'] = "Вытопленный раствор", | |||
['German'] = "Gebackener Mörtel", | |||
['French'] = "Mortier au four", | |||
}, | |||
['CraftTime'] = '6', | |||
['ExperienceOnCraft'] = '0.5', | |||
['LaborInCalories'] = '60', | |||
['RequiredSkill'] = {'MasonrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Bakery Oven', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Wood Pulp'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Wood Pulp', | |||
['ID'] = 'WoodPulpItem', | |||
['Quantity'] = '5', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Mortar'] = { | |||
['Name'] = 'Mortar', | |||
['ID'] = 'MortarItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BakedRoastRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Baked Roast", | |||
['Russian'] = "Запечённое жаркое", | |||
['German'] = "Gebackener Braten", | |||
['French'] = "Rôti au four", | |||
}, | |||
['CraftTime'] = '120', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '25', | |||
['RequiredSkill'] = {'BakingSkill','3'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Bakery Oven', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Raw Roast'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Raw Roast', | |||
['ID'] = 'RawRoastItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Baked Roast'] = { | |||
['Name'] = 'Baked Roast', | |||
['ID'] = 'BakedRoastItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BakedTaroRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Baked Taro", | |||
['Russian'] = "Запечённый корень таро", | |||
['German'] = "Gebackene Taro", | |||
['French'] = "Taro au four", | |||
}, | |||
['CraftTime'] = '120', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '25', | |||
['RequiredSkill'] = {'BakingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Bakery Oven', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Taro Root'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Taro Root', | |||
['ID'] = 'TaroRootItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Baked Taro'] = { | |||
['Name'] = 'Baked Taro', | |||
['ID'] = 'BakedTaroItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BakedTomatoRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Baked Tomato", | |||
['Russian'] = "Запеченный помидор", | |||
['German'] = "Gebackene Tomaten", | |||
['French'] = "Tomate au four", | |||
}, | |||
['CraftTime'] = '120', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '25', | |||
['RequiredSkill'] = {'BakingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Bakery Oven', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Tomato'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Tomato', | |||
['ID'] = 'TomatoItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Baked Tomato'] = { | |||
['Name'] = 'Baked Tomato', | |||
['ID'] = 'BakedTomatoItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BakerSignRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Baker Sign", | |||
['Russian'] = "Вывеска Пекаря", | |||
['German'] = "Bäckerschild", | |||
['French'] = "Enseigne du boulanger", | |||
}, | |||
['CraftTime'] = '300', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '120', | |||
['RequiredSkill'] = {'CarpentrySkill','5'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Carpentry Table', | |||
['RequiresStrangeBlueprint'] = 'True', | |||
['Ingredients'] = { | |||
['Store Sign'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Store Sign', | |||
['ID'] = 'StoreSignItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Baker Sign'] = { | |||
['Name'] = 'Baker Sign', | |||
['ID'] = 'BakerSignItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BakeryOvenRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Bakery Oven", | |||
['Russian'] = "Печь для выпечки", | |||
['German'] = "Bäckereiofen", | |||
['French'] = "Four à pain", | |||
}, | |||
['CraftTime'] = '480', | |||
['ExperienceOnCraft'] = '5', | |||
['LaborInCalories'] = '180', | |||
['RequiredSkill'] = {'PotterySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Kiln', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Brick'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Brick', | |||
['ID'] = 'BrickItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Cooking Utensils'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Cooking Utensils', | |||
['ID'] = 'CookingUtensilsItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Iron Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Iron Bar', | |||
['ID'] = 'IronBarItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Bakery Oven'] = { | |||
['Name'] = 'Bakery Oven', | |||
['ID'] = 'BakeryOvenItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BakingSkillBookRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Baking Skill Book", | |||
['Russian'] = "Книга о выпечке", | |||
['German'] = "Fertigkeitsbuch: Backen", | |||
['French'] = "Livre de compétence : Boulangerie", | |||
}, | |||
['CraftTime'] = '900', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '2400', | |||
['RequiredSkill'] = {'CampfireCookingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Research Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Basic Research'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Basic Research', | |||
['ID'] = 'Basic Research', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Culinary Research Paper Basic'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Culinary Research Paper Basic', | |||
['ID'] = 'CulinaryResearchPaperBasicItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Metallurgy Research Paper Basic'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Metallurgy Research Paper Basic', | |||
['ID'] = 'MetallurgyResearchPaperBasicItem', | |||
['Quantity'] = '5', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Baking Skill Book'] = { | |||
['Name'] = 'Baking Skill Book', | |||
['ID'] = 'BakingSkillBook', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BakingUpgradeRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Baking Upgrade", | |||
['Russian'] = "Улучшение для выпечки", | |||
['German'] = "Fortschrittliches Upgrade: Backen", | |||
['French'] = "Amélioration avancée : Boulangerie", | |||
}, | |||
['CraftTime'] = '900', | |||
['ExperienceOnCraft'] = '4', | |||
['LaborInCalories'] = '6000', | |||
['RequiredSkill'] = {'BakingSkill','7'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Bakery Oven', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Advanced Upgrade 4'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Advanced Upgrade 4', | |||
['ID'] = 'AdvancedUpgradeLvl4Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Baking Upgrade'] = { | |||
['Name'] = 'Baking Upgrade', | |||
['ID'] = 'BakingUpgradeItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BallotBoxRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Ballot Box", | |||
['Russian'] = "Урна для голосования", | |||
['German'] = "Wahlurne", | |||
['French'] = "Urne électorale", | |||
}, | |||
['CraftTime'] = '300', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '1200', | |||
['RequiredSkill'] = {'nil','0'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Settlement Crafting Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Hewn Log'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Hewn Log', | |||
['ID'] = 'HewnLog', | |||
['Quantity'] = '15', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Mortared Stone'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Mortared Stone', | |||
['ID'] = 'MortaredStone', | |||
['Quantity'] = '15', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Ballot Box'] = { | |||
['Name'] = 'Ballot Box', | |||
['ID'] = 'BallotBoxItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BananaRugRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Banana Rug", | |||
['Russian'] = "Banana Rug", | |||
['German'] = "Banana Rug", | |||
['French'] = "Banana Rug", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '30', | |||
['RequiredSkill'] = {'TailoringSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Loom', | |||
['RequiresStrangeBlueprint'] = 'True', | |||
['Ingredients'] = { | |||
['Wool Yarn'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Wool Yarn', | |||
['ID'] = 'WoolYarnItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Banana Rug'] = { | |||
['Name'] = 'Banana Rug', | |||
['ID'] = 'BananaRugItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BananaShirtRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Banana Shirt", | |||
['Russian'] = "Banana Shirt", | |||
['German'] = "Banana Shirt", | |||
['French'] = "Banana Shirt", | |||
}, | |||
['CraftTime'] = '600', | |||
['ExperienceOnCraft'] = '5', | |||
['LaborInCalories'] = '1200', | |||
['RequiredSkill'] = {'TailoringSkill','5'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Advanced Tailoring Table', | |||
['RequiresStrangeBlueprint'] = 'True', | |||
['Ingredients'] = { | |||
['Cotton Fabric'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Cotton Fabric', | |||
['ID'] = 'CottonFabricItem', | |||
['Quantity'] = '40', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Banana Shirt'] = { | |||
['Name'] = 'Banana Shirt', | |||
['ID'] = 'BananaShirtItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BandanaRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Bandana", | |||
['Russian'] = "Бандана", | |||
['German'] = "Bandana", | |||
['French'] = "Bandana", | |||
}, | |||
['CraftTime'] = '120', | |||
['ExperienceOnCraft'] = '3', | |||
['LaborInCalories'] = '600', | |||
['RequiredSkill'] = {'TailoringSkill','3'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Tailoring Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Fabric'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Fabric', | |||
['ID'] = 'Fabric', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Leather Hide'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Leather Hide', | |||
['ID'] = 'LeatherHideItem', | |||
['Quantity'] = '15', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Bandana'] = { | |||
['Name'] = 'Bandana', | |||
['ID'] = 'BandanaItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BanhXeoRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Banh Xeo", | |||
['Russian'] = "Блинчики Бан Хео", | |||
['German'] = "Banh Xeo", | |||
['French'] = "Banh Xeo", | |||
}, | |||
['CraftTime'] = '180', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '65', | |||
['RequiredSkill'] = {'AdvancedCookingSkill','4'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Stove', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Bean Sprout'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Bean Sprout', | |||
['ID'] = 'BeanSproutItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Crab Carcass'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Crab Carcass', | |||
['ID'] = 'CrabCarcassItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Oil'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Oil', | |||
['ID'] = 'Oil', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Prime Cut'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Prime Cut', | |||
['ID'] = 'PrimeCutItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Rice Flour'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Rice Flour', | |||
['ID'] = 'RiceFlourItem', | |||
['Quantity'] = '8', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Banh Xeo'] = { | |||
['Name'] = 'Banh Xeo', | |||
['ID'] = 'BanhXeoItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BankRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Bank", | |||
['Russian'] = "Банк", | |||
['German'] = "Banktresor", | |||
['French'] = "Banque", | |||
}, | |||
['CraftTime'] = '900', | |||
['ExperienceOnCraft'] = '30', | |||
['LaborInCalories'] = '1500', | |||
['RequiredSkill'] = {'BlacksmithSkill','2'}, | |||
['RequiresModule'] = 'Anvil', | |||
['CraftingTables'] = 'Blacksmith Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Brick'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Brick', | |||
['ID'] = 'BrickItem', | |||
['Quantity'] = '16', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Bar', | |||
['ID'] = 'GoldBarItem', | |||
['Quantity'] = '12', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Iron Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Iron Bar', | |||
['ID'] = 'IronBarItem', | |||
['Quantity'] = '16', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Lumber'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Lumber', | |||
['ID'] = 'Lumber', | |||
['Quantity'] = '16', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Bank'] = { | |||
['Name'] = 'Bank', | |||
['ID'] = 'BankItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BannockRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Bannock", | |||
['Russian'] = "Пресная лепёшка", | |||
['German'] = "Lagerfeuerbrot", | |||
['French'] = "Bannique", | |||
}, | |||
['CraftTime'] = '30', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '15', | |||
['RequiredSkill'] = {'CampfireCookingSkill','2'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Campfire', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Fat'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Fat', | |||
['ID'] = 'Fat', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Wheat'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Wheat', | |||
['ID'] = 'WheatItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Bannock'] = { | |||
['Name'] = 'Bannock', | |||
['ID'] = 'BannockItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BarrelRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Barrel", | |||
['Russian'] = "Бочка", | |||
['German'] = "Fass", | |||
['French'] = "Baril", | |||
}, | |||
['CraftTime'] = '120', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '720', | |||
['RequiredSkill'] = {'AdvancedSmeltingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Rolling Mill', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Iron Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Iron Bar', | |||
['ID'] = 'IronBarItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Barrel'] = { | |||
['Name'] = 'Barrel', | |||
['ID'] = 'BarrelItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BasePaintRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Base Paint", | |||
['Russian'] = "Основа для краски", | |||
['German'] = "Grundfarbe", | |||
['French'] = "Peinture de base", | |||
}, | |||
['CraftTime'] = '60', | |||
['ExperienceOnCraft'] = '0.5', | |||
['LaborInCalories'] = '40', | |||
['RequiredSkill'] = {'PaintingSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Paint Mixer', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Iron Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Iron Bar', | |||
['ID'] = 'IronBarItem', | |||
['Quantity'] = '0.5', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Oil'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Oil', | |||
['ID'] = 'Oil', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'False', | |||
}, | |||
['White Powder'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'White Powder', | |||
['ID'] = 'WhitePowderItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Base Paint'] = { | |||
['Name'] = 'Base Paint', | |||
['ID'] = 'BasePaintItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BasicBackpackRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Basic Backpack", | |||
['Russian'] = "Простой рюкзак", | |||
['German'] = "Einfacher Rucksack", | |||
['French'] = "Sac à dos basique", | |||
}, | |||
['CraftTime'] = '120', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '120', | |||
['RequiredSkill'] = {'GatheringSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Fiber Scutching Station', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Cotton Boll'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Cotton Boll', | |||
['ID'] = 'CottonBollItem', | |||
['Quantity'] = '24', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Plant Fibers'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Plant Fibers', | |||
['ID'] = 'PlantFibersItem', | |||
['Quantity'] = '30', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Basic Backpack'] = { | |||
['Name'] = 'Basic Backpack', | |||
['ID'] = 'BasicBackpackItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BasicCircuitRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Basic Circuit", | |||
['Russian'] = "Базовая электросхема", | |||
['German'] = "Einfacher Schaltkreis", | |||
['French'] = "Circuit basique", | |||
}, | |||
['CraftTime'] = '48', | |||
['ExperienceOnCraft'] = '4', | |||
['LaborInCalories'] = '45', | |||
['RequiredSkill'] = {'ElectronicsSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Electronics Assembly', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Copper Wiring'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Copper Wiring', | |||
['ID'] = 'CopperWiringItem', | |||
['Quantity'] = '6', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Gold Flakes'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gold Flakes', | |||
['ID'] = 'GoldFlakesItem', | |||
['Quantity'] = '10', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Wood Board'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Wood Board', | |||
['ID'] = 'WoodBoard', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Basic Circuit'] = { | |||
['Name'] = 'Basic Circuit', | |||
['ID'] = 'BasicCircuitItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BasicEngineeringSkillBookRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Basic Engineering Skill Book", | |||
['Russian'] = "Книга о основах инженерного дела", | |||
['German'] = "Fertigkeitsbuch: Grundlegende Technik", | |||
['French'] = "Livre de compétence : Ingénierie basique", | |||
}, | |||
['CraftTime'] = '300', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '600', | |||
['RequiredSkill'] = {'CarpentrySkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Research Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Basic Research'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Basic Research', | |||
['ID'] = 'Basic Research', | |||
['Quantity'] = '5', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Dendrology Research Paper Advanced'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Dendrology Research Paper Advanced', | |||
['ID'] = 'DendrologyResearchPaperAdvancedItem', | |||
['Quantity'] = '3', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Geology Research Paper Advanced'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Geology Research Paper Advanced', | |||
['ID'] = 'GeologyResearchPaperAdvancedItem', | |||
['Quantity'] = '3', | |||
['IsStatic'] = 'False', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Basic Engineering Skill Book'] = { | |||
['Name'] = 'Basic Engineering Skill Book', | |||
['ID'] = 'BasicEngineeringSkillBook', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BasicEngineeringUpgradeRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Basic Engineering Upgrade", | |||
['Russian'] = "Улучшение для основ инженерного дела", | |||
['German'] = "Grundlegendes Upgrade: Grundlegende Technik", | |||
['French'] = "Amélioration basique : Ingénierie basique", | |||
}, | |||
['CraftTime'] = '600', | |||
['ExperienceOnCraft'] = '4', | |||
['LaborInCalories'] = '3000', | |||
['RequiredSkill'] = {'BasicEngineeringSkill','7'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Wainwright Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Basic Upgrade 4'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Basic Upgrade 4', | |||
['ID'] = 'BasicUpgradeLvl4Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Basic Engineering Upgrade'] = { | |||
['Name'] = 'Basic Engineering Upgrade', | |||
['ID'] = 'BasicEngineeringUpgradeItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BasicUpgrade1Recipe'] = { | |||
['Name'] = { | |||
['English'] = "Basic Upgrade 1", | |||
['Russian'] = "Базовое улучшение 1", | |||
['German'] = "Grundlegendes Upgrade 1", | |||
['French'] = "Amélioration basique nv. 1", | |||
}, | |||
['CraftTime'] = '120', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '60', | |||
['RequiredSkill'] = {'SelfImprovementSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Research Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Dendrology Research Paper Basic'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Dendrology Research Paper Basic', | |||
['ID'] = 'DendrologyResearchPaperBasicItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Geology Research Paper Basic'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Geology Research Paper Basic', | |||
['ID'] = 'GeologyResearchPaperBasicItem', | |||
['Quantity'] = '3', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Basic Upgrade 1'] = { | |||
['Name'] = 'Basic Upgrade 1', | |||
['ID'] = 'BasicUpgradeLvl1Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BasicUpgrade2Recipe'] = { | |||
['Name'] = { | |||
['English'] = "Basic Upgrade 2", | |||
['Russian'] = "Базовое улучшение 2", | |||
['German'] = "Grundlegendes Upgrade 2", | |||
['French'] = "Amélioration basique nv. 2", | |||
}, | |||
['CraftTime'] = '240', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '60', | |||
['RequiredSkill'] = {'SelfImprovementSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Research Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Basic Upgrade 1'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Basic Upgrade 1', | |||
['ID'] = 'BasicUpgradeLvl1Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Gathering Research Paper Basic'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Gathering Research Paper Basic', | |||
['ID'] = 'GatheringResearchPaperBasicItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Metallurgy Research Paper Basic'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Metallurgy Research Paper Basic', | |||
['ID'] = 'MetallurgyResearchPaperBasicItem', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Wooden Hull Planks'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Wooden Hull Planks', | |||
['ID'] = 'WoodenHullPlanksItem', | |||
['Quantity'] = '4', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Basic Upgrade 2'] = { | |||
['Name'] = 'Basic Upgrade 2', | |||
['ID'] = 'BasicUpgradeLvl2Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BasicUpgrade3Recipe'] = { | |||
['Name'] = { | |||
['English'] = "Basic Upgrade 3", | |||
['Russian'] = "Базовое улучшение 3", | |||
['German'] = "Grundlegendes Upgrade 3", | |||
['French'] = "Amélioration basique nv. 3", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '60', | |||
['RequiredSkill'] = {'SelfImprovementSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Research Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Agriculture Research Paper Advanced'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Agriculture Research Paper Advanced', | |||
['ID'] = 'AgricultureResearchPaperAdvancedItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Basic Upgrade 2'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Basic Upgrade 2', | |||
['ID'] = 'BasicUpgradeLvl2Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Culinary Research Paper Basic'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Culinary Research Paper Basic', | |||
['ID'] = 'CulinaryResearchPaperBasicItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Dendrology Research Paper Advanced'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Dendrology Research Paper Advanced', | |||
['ID'] = 'DendrologyResearchPaperAdvancedItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Basic Upgrade 3'] = { | |||
['Name'] = 'Basic Upgrade 3', | |||
['ID'] = 'BasicUpgradeLvl3Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BasicUpgrade4Recipe'] = { | |||
['Name'] = { | |||
['English'] = "Basic Upgrade 4", | |||
['Russian'] = "Базовое улучшение 4", | |||
['German'] = "Grundlegendes Upgrade 4", | |||
['French'] = "Amélioration basique nv. 4", | |||
}, | |||
['CraftTime'] = '480', | |||
['ExperienceOnCraft'] = '1', | |||
['LaborInCalories'] = '60', | |||
['RequiredSkill'] = {'SelfImprovementSkill','1'}, | |||
['RequiresModule'] = 'nil', | |||
['CraftingTables'] = 'Research Table', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Basic Research'] = { | |||
['Type'] = 'TAG', | |||
['Name'] = 'Basic Research', | |||
['ID'] = 'Basic Research', | |||
['Quantity'] = '2', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Basic Upgrade 3'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Basic Upgrade 3', | |||
['ID'] = 'BasicUpgradeLvl3Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Engineering Research Paper Advanced'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Engineering Research Paper Advanced', | |||
['ID'] = 'EngineeringResearchPaperAdvancedItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
['Geology Research Paper Advanced'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Geology Research Paper Advanced', | |||
['ID'] = 'GeologyResearchPaperAdvancedItem', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
}, | |||
} | |||
, | |||
['Products'] = { | |||
['Basic Upgrade 4'] = { | |||
['Name'] = 'Basic Upgrade 4', | |||
['ID'] = 'BasicUpgradeLvl4Item', | |||
['Quantity'] = '1', | |||
['IsStatic'] = 'True', | |||
['Type'] = 'ITEM', | |||
}, | |||
} | |||
, | |||
}, | |||
['BathtubRecipe'] = { | |||
['Name'] = { | |||
['English'] = "Bathtub", | |||
['Russian'] = "Ванна", | |||
['German'] = "Badewanne", | |||
['French'] = "Baignoire", | |||
}, | |||
['CraftTime'] = '360', | |||
['ExperienceOnCraft'] = '2', | |||
['LaborInCalories'] = '240', | |||
['RequiredSkill'] = {'PotterySkill','7'}, | |||
['RequiresModule'] = 'Pottery Table', | |||
['CraftingTables'] = 'Kiln', | |||
['RequiresStrangeBlueprint'] = 'False', | |||
['Ingredients'] = { | |||
['Clay'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Clay', | |||
['ID'] = 'ClayItem', | |||
['Quantity'] = '40', | |||
['IsStatic'] = 'False', | |||
}, | |||
['Iron Bar'] = { | |||
['Type'] = 'ITEM', | |||
['Name'] = 'Iron Bar', | |||
['ID'] = 'IronBarItem', | |||
['Quantity'] = '20', | |||
['IsStatic'] = 'False', | |||
}, | |||
['White Powder'] = { | |||
['Type'] = 'ITEM', | |||
['Name | |||
} | } | ||
Latest revision as of 17:22, 26 April 2026
ATTENTION! Data files are generated using game data and are not intended for manual editing.
Warning about use
To prevent multiple call of data array, you must use the function: local RecipeData = mw.loadData("Module:RecipeData")
The RecipeData is currently used in:
-- Eco Version : 0.13.0.2
-- EWDE Version : 0.7.1.0
-- Date of export : 25.04.2026 17:15:00
return {
recipes = {
['AcornPowderRecipe'] = {
['Name'] = {
['English'] = "Acorn Powder",
['Russian'] = "Мука из желудей",
['German'] = "Eichelpulver",
['French'] = "Poudre de gland",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MillingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Acorn'] = {
['Type'] = 'ITEM',
['Name'] = 'Acorn',
['ID'] = 'AcornItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Acorn Powder'] = {
['Name'] = 'Acorn Powder',
['ID'] = 'AcornPowderItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdobeDoorRecipe'] = {
['Name'] = {
['English'] = "Adobe Door",
['Russian'] = "Дверь из самана",
['German'] = "Adobe Door",
['French'] = "Porte en adobe",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Adobe'] = {
['Type'] = 'ITEM',
['Name'] = 'Adobe',
['ID'] = 'AdobeItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Adobe Door'] = {
['Name'] = 'Adobe Door',
['ID'] = 'AdobeDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdobeRecipe'] = {
['Name'] = {
['English'] = "Adobe",
['Russian'] = "Саман",
['German'] = "Adobe",
['French'] = "Adobe",
},
['CraftTime'] = '10',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Dirt'] = {
['Type'] = 'ITEM',
['Name'] = 'Dirt',
['ID'] = 'DirtItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adobe'] = {
['Name'] = 'Adobe',
['ID'] = 'AdobeItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarBasaltBenchRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Basalt Bench",
['Russian'] = "Украшенная лавка из резного базальта",
['German'] = "Geschmückte Basaltquaderbank",
['French'] = "Banc en basalte taillé orné",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Basalt',
['ID'] = 'AshlarBasaltItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Basalt Bench'] = {
['Name'] = 'Adorned Ashlar Basalt Bench',
['ID'] = 'AdornedAshlarBasaltBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarBasaltChairRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Basalt Chair",
['Russian'] = "Украшенный стул из резного базальта",
['German'] = "Geschmückter Basaltquaderstuhl",
['French'] = "Chaise en basalte taillé ornée",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Basalt',
['ID'] = 'AshlarBasaltItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Basalt Chair'] = {
['Name'] = 'Adorned Ashlar Basalt Chair',
['ID'] = 'AdornedAshlarBasaltChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarBasaltTableRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Basalt Table",
['Russian'] = "Украшенный стол из резного базальта",
['German'] = "Geschmückter Basaltquadertisch",
['French'] = "Table en basalte taillé ornée",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Basalt',
['ID'] = 'AshlarBasaltItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Basalt Table'] = {
['Name'] = 'Adorned Ashlar Basalt Table',
['ID'] = 'AdornedAshlarBasaltTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarGneissBenchRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Gneiss Bench",
['Russian'] = "Украшенная лавка из резного гнейса",
['German'] = "Geschmückte Gneisquaderbank",
['French'] = "Banc en gneiss taillé orné",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Gneiss'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Gneiss',
['ID'] = 'AshlarGneissItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Gneiss Bench'] = {
['Name'] = 'Adorned Ashlar Gneiss Bench',
['ID'] = 'AdornedAshlarGneissBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarGneissChairRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Gneiss Chair",
['Russian'] = "Украшенный стул из резного гнейса",
['German'] = "Geschmückter Gneisquaderstuhl",
['French'] = "Chaise en gneiss taillé ornée",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Gneiss'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Gneiss',
['ID'] = 'AshlarGneissItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Gneiss Chair'] = {
['Name'] = 'Adorned Ashlar Gneiss Chair',
['ID'] = 'AdornedAshlarGneissChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarGneissTableRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Gneiss Table",
['Russian'] = "Украшенный стол из резного гнейса",
['German'] = "Geschmückter Gneisquadertisch",
['French'] = "Table en gneiss taillé ornée",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Gneiss'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Gneiss',
['ID'] = 'AshlarGneissItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Gneiss Table'] = {
['Name'] = 'Adorned Ashlar Gneiss Table',
['ID'] = 'AdornedAshlarGneissTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarGraniteBenchRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Granite Bench",
['Russian'] = "Украшенная лавка из резного гранита",
['German'] = "Geschmückte Granitquaderbank",
['French'] = "Banc en granite taillé orné",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Granite',
['ID'] = 'AshlarGraniteItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Granite Bench'] = {
['Name'] = 'Adorned Ashlar Granite Bench',
['ID'] = 'AdornedAshlarGraniteBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarGraniteChairRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Granite Chair",
['Russian'] = "Украшенный стул из резного гранита",
['German'] = "Geschmückter Granitquaderstuhl",
['French'] = "Chaise en granite taillé ornée",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Granite',
['ID'] = 'AshlarGraniteItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Granite Chair'] = {
['Name'] = 'Adorned Ashlar Granite Chair',
['ID'] = 'AdornedAshlarGraniteChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarGraniteTableRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Granite Table",
['Russian'] = "Украшенный стол из резного гранита",
['German'] = "Geschmückter Granitquadertisch",
['French'] = "Table en granite taillé ornée",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Granite',
['ID'] = 'AshlarGraniteItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Granite Table'] = {
['Name'] = 'Adorned Ashlar Granite Table',
['ID'] = 'AdornedAshlarGraniteTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarLimestoneBenchRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Limestone Bench",
['Russian'] = "Украшенная лавка из резного известняка",
['German'] = "Geschmückter Kalksteinquaderbank",
['French'] = "Banc en calcaire taillé ornée",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Limestone',
['ID'] = 'AshlarLimestoneItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Limestone Bench'] = {
['Name'] = 'Adorned Ashlar Limestone Bench',
['ID'] = 'AdornedAshlarLimestoneBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarLimestoneChairRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Limestone Chair",
['Russian'] = "Украшенный стул из резного известняка",
['German'] = "Geschmückter Kalksteinquaderstuhl",
['French'] = "Chaise en calcaire taillé ornée",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Limestone',
['ID'] = 'AshlarLimestoneItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Limestone Chair'] = {
['Name'] = 'Adorned Ashlar Limestone Chair',
['ID'] = 'AdornedAshlarLimestoneChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarLimestoneTableRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Limestone Table",
['Russian'] = "Украшенный стол из резного известняка",
['German'] = "Geschmückter Kalksteinquadertisch",
['French'] = "Table en calcaire taillé ornée",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Limestone',
['ID'] = 'AshlarLimestoneItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Limestone Table'] = {
['Name'] = 'Adorned Ashlar Limestone Table',
['ID'] = 'AdornedAshlarLimestoneTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarSandstoneBenchRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Sandstone Bench",
['Russian'] = "Украшенная лавка из резного песчаника",
['German'] = "Geschmückter Sandsteinquaderbank",
['French'] = "Banc en grès taillé orné",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Sandstone',
['ID'] = 'AshlarSandstoneItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Sandstone Bench'] = {
['Name'] = 'Adorned Ashlar Sandstone Bench',
['ID'] = 'AdornedAshlarSandstoneBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarSandstoneChairRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Sandstone Chair",
['Russian'] = "Украшенный стул из резного песчаника",
['German'] = "Geschmückter Sandsteinquaderstuhl",
['French'] = "Chaise en grès taillé ornée",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Sandstone',
['ID'] = 'AshlarSandstoneItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Sandstone Chair'] = {
['Name'] = 'Adorned Ashlar Sandstone Chair',
['ID'] = 'AdornedAshlarSandstoneChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarSandstoneTableRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Sandstone Table",
['Russian'] = "Украшенный стол из резного песчаника",
['German'] = "Geschmückter Sandsteinquadertisch",
['French'] = "Table en grès taillé ornée",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Sandstone',
['ID'] = 'AshlarSandstoneItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Sandstone Table'] = {
['Name'] = 'Adorned Ashlar Sandstone Table',
['ID'] = 'AdornedAshlarSandstoneTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarShaleBenchRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Shale Bench",
['Russian'] = "Украшенная лавка из резного сланца",
['German'] = "Geschmückter Schieferquaderbank",
['French'] = "Banc en schiste taillé orné",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Shale',
['ID'] = 'AshlarShaleItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Shale Bench'] = {
['Name'] = 'Adorned Ashlar Shale Bench',
['ID'] = 'AdornedAshlarShaleBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarShaleChairRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Shale Chair",
['Russian'] = "Украшенный стул из резного сланца",
['German'] = "Geschmückter Schieferquaderstuhl",
['French'] = "Chaise en schiste taillé ornée",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Shale',
['ID'] = 'AshlarShaleItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Shale Chair'] = {
['Name'] = 'Adorned Ashlar Shale Chair',
['ID'] = 'AdornedAshlarShaleChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarShaleTableRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Shale Table",
['Russian'] = "Украшенный стол из резного сланца",
['German'] = "Geschmückter Schieferquadertisch",
['French'] = "Table en schiste taillé ornée",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Shale',
['ID'] = 'AshlarShaleItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Shale Table'] = {
['Name'] = 'Adorned Ashlar Shale Table',
['ID'] = 'AdornedAshlarShaleTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarStoneBenchRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Stone Bench",
['Russian'] = "Украшенная лавка из резного камня",
['German'] = "Geschmückter Steinquaderbank",
['French'] = "Banc en pierre taillée ornée",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Ashlar Stone',
['ID'] = 'AshlarStone',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Stone Bench'] = {
['Name'] = 'Adorned Ashlar Stone Bench',
['ID'] = 'AdornedAshlarStoneBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarStoneChairRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Stone Chair",
['Russian'] = "Украшенный стул из резного камня",
['German'] = "Geschmückter Steinquaderstuhl",
['French'] = "Chaise en pierre taillée ornée",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Ashlar Stone',
['ID'] = 'AshlarStone',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Stone Chair'] = {
['Name'] = 'Adorned Ashlar Stone Chair',
['ID'] = 'AdornedAshlarStoneChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdornedAshlarStoneTableRecipe'] = {
['Name'] = {
['English'] = "Adorned Ashlar Stone Table",
['Russian'] = "Украшенный стол из резного камня",
['German'] = "Geschmückter Steinquadertisch",
['French'] = "Table en pierre taillée ornée",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'AdvancedMasonrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Ashlar Stone',
['ID'] = 'AshlarStone',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Adorned Ashlar Stone Table'] = {
['Name'] = 'Adorned Ashlar Stone Table',
['ID'] = 'AdornedAshlarStoneTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdvancedBakingSkillBookRecipe'] = {
['Name'] = {
['English'] = "Advanced Baking Skill Book",
['Russian'] = "Книга о продвинутой выпечке",
['German'] = "Fertigkeitsbuch: Fortgeschrittenes Backen",
['French'] = "Livre de compétence : Boulangerie avancée",
},
['CraftTime'] = '1800',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'BakingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Research'] = {
['Type'] = 'TAG',
['Name'] = 'Advanced Research',
['ID'] = 'Advanced Research',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Culinary Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Culinary Research Paper Advanced',
['ID'] = 'CulinaryResearchPaperAdvancedItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Dendrology Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Dendrology Research Paper Modern',
['ID'] = 'DendrologyResearchPaperModernItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Geology Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Modern',
['ID'] = 'GeologyResearchPaperModernItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Modern Research'] = {
['Type'] = 'TAG',
['Name'] = 'Modern Research',
['ID'] = 'Modern Research',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Advanced Baking Skill Book'] = {
['Name'] = 'Advanced Baking Skill Book',
['ID'] = 'AdvancedBakingSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdvancedBakingUpgradeRecipe'] = {
['Name'] = {
['English'] = "Advanced Baking Upgrade",
['Russian'] = "Улучшение для продвинутой выпечки",
['German'] = "Fortschrittliches Upgrade: Backen",
['French'] = "Amélioration avancée : Boulangerie avancée",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'AdvancedBakingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 4',
['ID'] = 'AdvancedUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Advanced Baking Upgrade'] = {
['Name'] = 'Advanced Baking Upgrade',
['ID'] = 'AdvancedBakingUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdvancedCarpentryTableRecipe'] = {
['Name'] = {
['English'] = "Advanced Carpentry Table",
['Russian'] = "Продвинутый верстак плотника",
['German'] = "Verbesserter Schreinerhandwerkstisch",
['French'] = "Établi de menuiserie avancé",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'IndustrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Circuit',
['ID'] = 'AdvancedCircuitItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Saw Blade'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Saw Blade',
['ID'] = 'SteelSawBladeItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Advanced Carpentry Table'] = {
['Name'] = 'Advanced Carpentry Table',
['ID'] = 'AdvancedCarpentryTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdvancedCircuitRecipe'] = {
['Name'] = {
['English'] = "Advanced Circuit",
['Russian'] = "Продвинутая электросхема",
['German'] = "Fortschrittlicher Schaltkreis",
['French'] = "Circuit avancé",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '85',
['RequiredSkill'] = {'ElectronicsSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Gold Flakes'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Flakes',
['ID'] = 'GoldFlakesItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Gold Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Wiring',
['ID'] = 'GoldWiringItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Substrate'] = {
['Type'] = 'ITEM',
['Name'] = 'Substrate',
['ID'] = 'SubstrateItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Advanced Circuit'] = {
['Name'] = 'Advanced Circuit',
['ID'] = 'AdvancedCircuitItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdvancedCombustionEngineRecipe'] = {
['Name'] = {
['English'] = "Advanced Combustion Engine",
['Russian'] = "Улучшенный двигатель внутреннего сгорания",
['German'] = "Fortschrittlicher Verbrennungsmotor",
['French'] = "Moteur avancé à combustion",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'IndustrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Circuit',
['ID'] = 'AdvancedCircuitItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Piston'] = {
['Type'] = 'ITEM',
['Name'] = 'Piston',
['ID'] = 'PistonItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Radiator'] = {
['Type'] = 'ITEM',
['Name'] = 'Radiator',
['ID'] = 'RadiatorItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Servo'] = {
['Type'] = 'ITEM',
['Name'] = 'Servo',
['ID'] = 'ServoItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
['Valve'] = {
['Type'] = 'ITEM',
['Name'] = 'Valve',
['ID'] = 'ValveItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Advanced Combustion Engine'] = {
['Name'] = 'Advanced Combustion Engine',
['ID'] = 'AdvancedCombustionEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdvancedCookingSkillBookRecipe'] = {
['Name'] = {
['English'] = "Advanced Cooking Skill Book",
['Russian'] = "Книга о продвинутой кулинарии",
['German'] = "Fertigkeitsbuch: Fortgeschrittenes Kochen",
['French'] = "Livre de compétence : Cuisine avancée",
},
['CraftTime'] = '1800',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'CookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Research'] = {
['Type'] = 'TAG',
['Name'] = 'Advanced Research',
['ID'] = 'Advanced Research',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Culinary Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Culinary Research Paper Advanced',
['ID'] = 'CulinaryResearchPaperAdvancedItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Dendrology Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Dendrology Research Paper Modern',
['ID'] = 'DendrologyResearchPaperModernItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Geology Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Modern',
['ID'] = 'GeologyResearchPaperModernItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Modern Research'] = {
['Type'] = 'TAG',
['Name'] = 'Modern Research',
['ID'] = 'Modern Research',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Advanced Cooking Skill Book'] = {
['Name'] = 'Advanced Cooking Skill Book',
['ID'] = 'AdvancedCookingSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdvancedCookingUpgradeRecipe'] = {
['Name'] = {
['English'] = "Advanced Cooking Upgrade",
['Russian'] = "Улучшение для продвинутой кулинарии",
['German'] = "Fortschrittliches Upgrade: Kochen",
['French'] = "Amélioration avancée : Cuisine avancée",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'AdvancedCookingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kitchen',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 4',
['ID'] = 'AdvancedUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Advanced Cooking Upgrade'] = {
['Name'] = 'Advanced Cooking Upgrade',
['ID'] = 'AdvancedCookingUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdvancedMasonrySkillBookRecipe'] = {
['Name'] = {
['English'] = "Advanced Masonry Skill Book",
['Russian'] = "Книга о продвинутой каменной кладке",
['German'] = "Fertigkeitsbuch: Fortgeschrittener Steinmetz",
['French'] = "Livre de compétence : Maçonnerie avancée",
},
['CraftTime'] = '1800',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'PotterySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Research'] = {
['Type'] = 'TAG',
['Name'] = 'Advanced Research',
['ID'] = 'Advanced Research',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Engineering Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Engineering Research Paper Modern',
['ID'] = 'EngineeringResearchPaperModernItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Geology Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Advanced',
['ID'] = 'GeologyResearchPaperAdvancedItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Geology Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Modern',
['ID'] = 'GeologyResearchPaperModernItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Metallurgy Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Metallurgy Research Paper Modern',
['ID'] = 'MetallurgyResearchPaperModernItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Advanced Masonry Skill Book'] = {
['Name'] = 'Advanced Masonry Skill Book',
['ID'] = 'AdvancedMasonrySkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdvancedMasonryTableRecipe'] = {
['Name'] = {
['English'] = "Advanced Masonry Table",
['Russian'] = "Продвинутый верстак каменщика",
['German'] = "Verbesserter Steinmetztisch",
['French'] = "Établi de maçonnerie avancé",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'IndustrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Circuit',
['ID'] = 'AdvancedCircuitItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Steel Saw Blade'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Saw Blade',
['ID'] = 'SteelSawBladeItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Advanced Masonry Table'] = {
['Name'] = 'Advanced Masonry Table',
['ID'] = 'AdvancedMasonryTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdvancedMasonryUpgradeRecipe'] = {
['Name'] = {
['English'] = "Advanced Masonry Upgrade",
['Russian'] = "Улучшение для продвинутой каменной кладки",
['German'] = "Fortschrittliches Upgrade: Steinmetz",
['French'] = "Amélioration moderne : Maçonnerie avancée",
},
['CraftTime'] = '1080',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '9000',
['RequiredSkill'] = {'AdvancedMasonrySkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Modern Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Modern Upgrade 4',
['ID'] = 'ModernUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Advanced Masonry Upgrade'] = {
['Name'] = 'Advanced Masonry Upgrade',
['ID'] = 'AdvancedMasonryUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdvancedSmeltingSkillBookRecipe'] = {
['Name'] = {
['English'] = "Advanced Smelting Skill Book",
['Russian'] = "Книга о продвинутой выплавке",
['German'] = "Fertigkeitsbuch: Fortgeschrittenes Schmelzen",
['French'] = "Livre de compétence : Fonte avancée",
},
['CraftTime'] = '1800',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'SmeltingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Metallurgy Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Metallurgy Research Paper Advanced',
['ID'] = 'MetallurgyResearchPaperAdvancedItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Metallurgy Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Metallurgy Research Paper Basic',
['ID'] = 'MetallurgyResearchPaperBasicItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Advanced Smelting Skill Book'] = {
['Name'] = 'Advanced Smelting Skill Book',
['ID'] = 'AdvancedSmeltingSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdvancedSmeltingUpgradeRecipe'] = {
['Name'] = {
['English'] = "Advanced Smelting Upgrade",
['Russian'] = "Улучшение для продвинутой выплавки",
['German'] = "Fortschrittliches Upgrade: Schmelzen",
['French'] = "Amélioration avancée : Fonte avancée",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'AdvancedSmeltingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blast Furnace',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 4',
['ID'] = 'AdvancedUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Advanced Smelting Upgrade'] = {
['Name'] = 'Advanced Smelting Upgrade',
['ID'] = 'AdvancedSmeltingUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdvancedTailoringTableRecipe'] = {
['Name'] = {
['English'] = "Advanced Tailoring Table",
['Russian'] = "Продвинутый Стол Портного",
['German'] = "Verbesserter Schneidertisch",
['French'] = "Établi de couture avancé",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'IndustrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Advanced Tailoring Table'] = {
['Name'] = 'Advanced Tailoring Table',
['ID'] = 'AdvancedTailoringTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdvancedUpgrade1Recipe'] = {
['Name'] = {
['English'] = "Advanced Upgrade 1",
['Russian'] = "Продвинутое улучшение 1",
['German'] = "Fortschrittliches Upgrade 1",
['French'] = "Amélioration avancée nv. 1",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'SelfImprovementSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Geology Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Modern',
['ID'] = 'GeologyResearchPaperModernItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Advanced Upgrade 1'] = {
['Name'] = 'Advanced Upgrade 1',
['ID'] = 'AdvancedUpgradeLvl1Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdvancedUpgrade2Recipe'] = {
['Name'] = {
['English'] = "Advanced Upgrade 2",
['Russian'] = "Продвинутое улучшение 2",
['German'] = "Fortschrittliches Upgrade 2",
['French'] = "Amélioration avancée nv. 2",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'SelfImprovementSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 1'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 1',
['ID'] = 'AdvancedUpgradeLvl1Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Agriculture Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Agriculture Research Paper Modern',
['ID'] = 'AgricultureResearchPaperModernItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Advanced Upgrade 2'] = {
['Name'] = 'Advanced Upgrade 2',
['ID'] = 'AdvancedUpgradeLvl2Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdvancedUpgrade3Recipe'] = {
['Name'] = {
['English'] = "Advanced Upgrade 3",
['Russian'] = "Продвинутое улучшение 3",
['German'] = "Fortschrittliches Upgrade 3",
['French'] = "Amélioration avancée nv. 3",
},
['CraftTime'] = '540',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'SelfImprovementSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 2'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 2',
['ID'] = 'AdvancedUpgradeLvl2Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Culinary Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Culinary Research Paper Advanced',
['ID'] = 'CulinaryResearchPaperAdvancedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Metallurgy Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Metallurgy Research Paper Advanced',
['ID'] = 'MetallurgyResearchPaperAdvancedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Advanced Upgrade 3'] = {
['Name'] = 'Advanced Upgrade 3',
['ID'] = 'AdvancedUpgradeLvl3Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AdvancedUpgrade4Recipe'] = {
['Name'] = {
['English'] = "Advanced Upgrade 4",
['Russian'] = "Продвинутое улучшение 4",
['German'] = "Fortschrittliches Upgrade 4",
['French'] = "Amélioration avancée nv. 4",
},
['CraftTime'] = '720',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'SelfImprovementSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 3'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 3',
['ID'] = 'AdvancedUpgradeLvl3Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Dendrology Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Dendrology Research Paper Modern',
['ID'] = 'DendrologyResearchPaperModernItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Engineering Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Engineering Research Paper Modern',
['ID'] = 'EngineeringResearchPaperModernItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Advanced Upgrade 4'] = {
['Name'] = 'Advanced Upgrade 4',
['ID'] = 'AdvancedUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AgaveSeedRecipe'] = {
['Name'] = {
['English'] = "Agave Seed",
['Russian'] = "Семечко агавы",
['German'] = "Samen (Agave)",
['French'] = "Graine d'agave",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Agave Leaves'] = {
['Type'] = 'ITEM',
['Name'] = 'Agave Leaves',
['ID'] = 'AgaveLeavesItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Agave Seed'] = {
['Name'] = 'Agave Seed',
['ID'] = 'AgaveSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AgoutiEnchiladasRecipe'] = {
['Name'] = {
['English'] = "Agouti Enchiladas",
['Russian'] = "Энчиладас с агути",
['German'] = "Agouti Enchiladas",
['French'] = "Enchiladas d'agouti",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'AdvancedCookingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cornmeal'] = {
['Type'] = 'ITEM',
['Name'] = 'Cornmeal',
['ID'] = 'CornmealItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Papaya'] = {
['Type'] = 'ITEM',
['Name'] = 'Papaya',
['ID'] = 'PapayaItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Prime Cut'] = {
['Type'] = 'ITEM',
['Name'] = 'Prime Cut',
['ID'] = 'PrimeCutItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Sun Cheese'] = {
['Type'] = 'ITEM',
['Name'] = 'Sun Cheese',
['ID'] = 'SunCheeseItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Tomato'] = {
['Type'] = 'ITEM',
['Name'] = 'Tomato',
['ID'] = 'TomatoItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Agouti Enchiladas'] = {
['Name'] = 'Agouti Enchiladas',
['ID'] = 'AgoutiEnchiladasItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AgricultureResearchPaperAdvancedRecipe'] = {
['Name'] = {
['English'] = "Agriculture Research Paper Advanced",
['Russian'] = "Исследование по продвинутому сельскому хозяйству",
['German'] = "Fortgeschrittenes Forschungspapier: Landwirtschaft",
['French'] = "Papier de recherche : Agriculture avancée",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crop Seed'] = {
['Type'] = 'TAG',
['Name'] = 'Crop Seed',
['ID'] = 'Crop Seed',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Dirt'] = {
['Type'] = 'ITEM',
['Name'] = 'Dirt',
['ID'] = 'DirtItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Raw Food'] = {
['Type'] = 'TAG',
['Name'] = 'Raw Food',
['ID'] = 'Raw Food',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Agriculture Research Paper Advanced'] = {
['Name'] = 'Agriculture Research Paper Advanced',
['ID'] = 'AgricultureResearchPaperAdvancedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AgricultureResearchPaperModernRecipe'] = {
['Name'] = {
['English'] = "Agriculture Research Paper Modern",
['Russian'] = "Исследование по современному сельскому хозяйству",
['German'] = "Modernes Forschungspapier: Landwirtschaft",
['French'] = "Papier de recherche : Agriculture moderne",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '6',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'FertilizersSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Berry Extract Fertilizer'] = {
['Type'] = 'ITEM',
['Name'] = 'Berry Extract Fertilizer',
['ID'] = 'BerryExtractFertilizerItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Blood Meal Fertilizer'] = {
['Type'] = 'ITEM',
['Name'] = 'Blood Meal Fertilizer',
['ID'] = 'BloodMealFertilizerItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Hide Ash Fertilizer'] = {
['Type'] = 'ITEM',
['Name'] = 'Hide Ash Fertilizer',
['ID'] = 'HideAshFertilizerItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Ink'] = {
['Type'] = 'ITEM',
['Name'] = 'Ink',
['ID'] = 'InkItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
['Pelt Fertilizer'] = {
['Type'] = 'ITEM',
['Name'] = 'Pelt Fertilizer',
['ID'] = 'PeltFertilizerItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Raw Food'] = {
['Type'] = 'TAG',
['Name'] = 'Raw Food',
['ID'] = 'Raw Food',
['Quantity'] = '200',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Agriculture Research Paper Modern'] = {
['Name'] = 'Agriculture Research Paper Modern',
['ID'] = 'AgricultureResearchPaperModernItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AmanitaMushroomSporesRecipe'] = {
['Name'] = {
['English'] = "Amanita Mushroom Spores",
['Russian'] = "Споры мухоморов",
['German'] = "Sporen (Fliegenpilz)",
['French'] = "Spores d'amanite tue-mouches",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Amanita Mushrooms'] = {
['Type'] = 'ITEM',
['Name'] = 'Amanita Mushrooms',
['ID'] = 'AmanitaMushroomsItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Amanita Mushroom Spores'] = {
['Name'] = 'Amanita Mushroom Spores',
['ID'] = 'AmanitaMushroomSporesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AmendmentsRecipe'] = {
['Name'] = {
['English'] = "Amendments",
['Russian'] = "Поправки",
['German'] = "Verfassungsänderungen",
['French'] = "Pupitre des amendements",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Amendments'] = {
['Name'] = 'Amendments',
['ID'] = 'AmendmentsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AnatomyBookRecipe'] = {
['Name'] = {
['English'] = "Anatomy Book",
['Russian'] = "Anatomy Book",
['German'] = "Anatomy Book",
['French'] = "Anatomy Book",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'PaintingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Paint Mixer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ink'] = {
['Type'] = 'ITEM',
['Name'] = 'Ink',
['ID'] = 'InkItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Anatomy Book'] = {
['Name'] = 'Anatomy Book',
['ID'] = 'AnatomyBookItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AnvilRecipe'] = {
['Name'] = {
['English'] = "Anvil",
['Russian'] = "Наковальня",
['German'] = "Amboss",
['French'] = "Enclume",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'SmeltingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bloomery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Anvil'] = {
['Name'] = 'Anvil',
['ID'] = 'AnvilItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ArrastraRecipe'] = {
['Name'] = {
['English'] = "Arrastra",
['Russian'] = "Аррастра",
['German'] = "Bergbau-Pochmühle",
['French'] = "Concasseur à meules",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'BasicEngineeringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mill Stone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mill Stone',
['ID'] = 'MillStoneItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Arrastra'] = {
['Name'] = 'Arrastra',
['ID'] = 'ArrastraItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ArrowBundleRecipe'] = {
['Name'] = {
['English'] = "Arrow Bundle",
['Russian'] = "Пучок стрел",
['German'] = "Arrow Bundle",
['French'] = "Ensemble de flèches",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'HuntingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fletching Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Arrow'] = {
['Name'] = 'Arrow',
['ID'] = 'ArrowItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ArrowRecipe'] = {
['Name'] = {
['English'] = "Arrow",
['Russian'] = "Стрела",
['German'] = "Pfeil",
['French'] = "Flèche",
},
['CraftTime'] = '6',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '80',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tool Bench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Arrow'] = {
['Name'] = 'Arrow',
['ID'] = 'ArrowItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ArtSuppliesRecipe'] = {
['Name'] = {
['English'] = "Art Supplies",
['Russian'] = "Набор художника",
['German'] = "Art Supplies",
['French'] = "Nécessaire d'art",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'PaintingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Paint Mixer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Canvas'] = {
['Type'] = 'ITEM',
['Name'] = 'Canvas',
['ID'] = 'CanvasItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Oil Paint'] = {
['Type'] = 'ITEM',
['Name'] = 'Oil Paint',
['ID'] = 'OilPaintItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Art Supplies'] = {
['Name'] = 'Art Supplies',
['ID'] = 'ArtSuppliesItem',
['Quantity'] = '8',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarBasaltBenchRecipe'] = {
['Name'] = {
['English'] = "Ashlar Basalt Bench",
['Russian'] = "Лавка из резного базальта",
['German'] = "Basaltquaderbank",
['French'] = "Banc en basalte taillé",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Basalt',
['ID'] = 'AshlarBasaltItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Basalt Bench'] = {
['Name'] = 'Ashlar Basalt Bench',
['ID'] = 'AshlarBasaltBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarBasaltChairRecipe'] = {
['Name'] = {
['English'] = "Ashlar Basalt Chair",
['Russian'] = "Стул из резного базальта",
['German'] = "Basaltquaderstuhl",
['French'] = "Chaise en basalte taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Basalt',
['ID'] = 'AshlarBasaltItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Basalt Chair'] = {
['Name'] = 'Ashlar Basalt Chair',
['ID'] = 'AshlarBasaltChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarBasaltDoorRecipe'] = {
['Name'] = {
['English'] = "Ashlar Basalt Door",
['Russian'] = "Дверь из резного базальта",
['German'] = "Basaltquadertür",
['French'] = "Porte en basalte taillé",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Basalt',
['ID'] = 'AshlarBasaltItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Ashlar Basalt Door'] = {
['Name'] = 'Ashlar Basalt Door',
['ID'] = 'AshlarBasaltDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarBasaltFireplaceRecipe'] = {
['Name'] = {
['English'] = "Ashlar Basalt Fireplace",
['Russian'] = "Камин из резного базальта",
['German'] = "Basaltquaderfeuerstelle",
['French'] = "Cheminée en basalte taillé",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Basalt',
['ID'] = 'AshlarBasaltItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Basalt Fireplace'] = {
['Name'] = 'Ashlar Basalt Fireplace',
['ID'] = 'AshlarBasaltFireplaceItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarBasaltRecipe'] = {
['Name'] = {
['English'] = "Ashlar Basalt",
['Russian'] = "Резной базальт",
['German'] = "Quader aus Basalt",
['French'] = "Basalte taillé",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Basalt',
['ID'] = 'BasaltItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Cement'] = {
['Type'] = 'ITEM',
['Name'] = 'Cement',
['ID'] = 'CementItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Rebar'] = {
['Type'] = 'ITEM',
['Name'] = 'Rebar',
['ID'] = 'RebarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Basalt'] = {
['Name'] = 'Ashlar Basalt',
['ID'] = 'AshlarBasaltItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Crushed Basalt'] = {
['Name'] = 'Crushed Basalt',
['ID'] = 'CrushedBasaltItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['AshlarBasaltTableRecipe'] = {
['Name'] = {
['English'] = "Ashlar Basalt Table",
['Russian'] = "Стол из резного базальта",
['German'] = "Basaltquadertisch",
['French'] = "Table en basalte taillé",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Basalt',
['ID'] = 'AshlarBasaltItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Basalt Table'] = {
['Name'] = 'Ashlar Basalt Table',
['ID'] = 'AshlarBasaltTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarGneissBenchRecipe'] = {
['Name'] = {
['English'] = "Ashlar Gneiss Bench",
['Russian'] = "Лавка из резного гнейса",
['German'] = "Gneisquaderbank",
['French'] = "Banc en gneiss taillé",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Gneiss'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Gneiss',
['ID'] = 'AshlarGneissItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Gneiss Bench'] = {
['Name'] = 'Ashlar Gneiss Bench',
['ID'] = 'AshlarGneissBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarGneissChairRecipe'] = {
['Name'] = {
['English'] = "Ashlar Gneiss Chair",
['Russian'] = "Стул из резного гнейса",
['German'] = "Gneisquaderstuhl",
['French'] = "Chaise en gneiss taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Gneiss'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Gneiss',
['ID'] = 'AshlarGneissItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Gneiss Chair'] = {
['Name'] = 'Ashlar Gneiss Chair',
['ID'] = 'AshlarGneissChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarGneissDoorRecipe'] = {
['Name'] = {
['English'] = "Ashlar Gneiss Door",
['Russian'] = "Дверь из резного гнейса",
['German'] = "Gneisquadertür",
['French'] = "Porte en gneiss taillé",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Gneiss'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Gneiss',
['ID'] = 'AshlarGneissItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Ashlar Gneiss Door'] = {
['Name'] = 'Ashlar Gneiss Door',
['ID'] = 'AshlarGneissDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarGneissFireplaceRecipe'] = {
['Name'] = {
['English'] = "Ashlar Gneiss Fireplace",
['Russian'] = "Камин из резного гнейса",
['German'] = "Gneisquaderfeuerstelle",
['French'] = "Cheminée en gneiss taillé",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Gneiss'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Gneiss',
['ID'] = 'AshlarGneissItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Gneiss Fireplace'] = {
['Name'] = 'Ashlar Gneiss Fireplace',
['ID'] = 'AshlarGneissFireplaceItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarGneissRecipe'] = {
['Name'] = {
['English'] = "Ashlar Gneiss",
['Russian'] = "Резной гнейс",
['German'] = "Quader aus Gneis",
['French'] = "Gneiss taillé",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cement'] = {
['Type'] = 'ITEM',
['Name'] = 'Cement',
['ID'] = 'CementItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Gneiss'] = {
['Type'] = 'ITEM',
['Name'] = 'Gneiss',
['ID'] = 'GneissItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Rebar'] = {
['Type'] = 'ITEM',
['Name'] = 'Rebar',
['ID'] = 'RebarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Gneiss'] = {
['Name'] = 'Ashlar Gneiss',
['ID'] = 'AshlarGneissItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Crushed Gneiss'] = {
['Name'] = 'Crushed Gneiss',
['ID'] = 'CrushedGneissItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['AshlarGneissTableRecipe'] = {
['Name'] = {
['English'] = "Ashlar Gneiss Table",
['Russian'] = "Стол из резного гнейса",
['German'] = "Gneisquadertisch",
['French'] = "Table en gneiss taillé",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Gneiss'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Gneiss',
['ID'] = 'AshlarGneissItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Gneiss Table'] = {
['Name'] = 'Ashlar Gneiss Table',
['ID'] = 'AshlarGneissTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarGraniteBenchRecipe'] = {
['Name'] = {
['English'] = "Ashlar Granite Bench",
['Russian'] = "Лавка из резного гранита",
['German'] = "Granitquaderbank",
['French'] = "Banc en granite taillé",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Granite',
['ID'] = 'AshlarGraniteItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Granite Bench'] = {
['Name'] = 'Ashlar Granite Bench',
['ID'] = 'AshlarGraniteBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarGraniteChairRecipe'] = {
['Name'] = {
['English'] = "Ashlar Granite Chair",
['Russian'] = "Стул из резного гранита",
['German'] = "Granitquaderstuhl",
['French'] = "Chaise en granite taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Granite',
['ID'] = 'AshlarGraniteItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Granite Chair'] = {
['Name'] = 'Ashlar Granite Chair',
['ID'] = 'AshlarGraniteChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarGraniteDoorRecipe'] = {
['Name'] = {
['English'] = "Ashlar Granite Door",
['Russian'] = "Дверь из резного гранита",
['German'] = "Granitquadertür",
['French'] = "Porte en granite taillé",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Granite',
['ID'] = 'AshlarGraniteItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Ashlar Granite Door'] = {
['Name'] = 'Ashlar Granite Door',
['ID'] = 'AshlarGraniteDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarGraniteFireplaceRecipe'] = {
['Name'] = {
['English'] = "Ashlar Granite Fireplace",
['Russian'] = "Камин из резного гранита",
['German'] = "Granitquaderfeuerstelle",
['French'] = "Cheminée en granite taillé",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Granite',
['ID'] = 'AshlarGraniteItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Granite Fireplace'] = {
['Name'] = 'Ashlar Granite Fireplace',
['ID'] = 'AshlarGraniteFireplaceItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarGraniteRecipe'] = {
['Name'] = {
['English'] = "Ashlar Granite",
['Russian'] = "Резной гранит",
['German'] = "Quader aus Granit",
['French'] = "Granite taillé",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cement'] = {
['Type'] = 'ITEM',
['Name'] = 'Cement',
['ID'] = 'CementItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Granite',
['ID'] = 'GraniteItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Rebar'] = {
['Type'] = 'ITEM',
['Name'] = 'Rebar',
['ID'] = 'RebarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Granite'] = {
['Name'] = 'Ashlar Granite',
['ID'] = 'AshlarGraniteItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Crushed Granite'] = {
['Name'] = 'Crushed Granite',
['ID'] = 'CrushedGraniteItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['AshlarGraniteTableRecipe'] = {
['Name'] = {
['English'] = "Ashlar Granite Table",
['Russian'] = "Стол из резного гранита",
['German'] = "Granitquadertisch",
['French'] = "Table en granite taillé",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Granite',
['ID'] = 'AshlarGraniteItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Granite Table'] = {
['Name'] = 'Ashlar Granite Table',
['ID'] = 'AshlarGraniteTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarLargeBasaltFountainRecipe'] = {
['Name'] = {
['English'] = "Ashlar Large Basalt Fountain",
['Russian'] = "Фонтан из резного базальта",
['German'] = "Großer Basaltquaderbrunnen",
['French'] = "Grande fontaine en basalte taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Basalt',
['ID'] = 'AshlarBasaltItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Large Basalt Fountain'] = {
['Name'] = 'Ashlar Large Basalt Fountain',
['ID'] = 'AshlarLargeBasaltFountainItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarLargeGneissFountainRecipe'] = {
['Name'] = {
['English'] = "Ashlar Large Gneiss Fountain",
['Russian'] = "Фонтан из резного гнейса",
['German'] = "Großer Gneisquaderbrunnen",
['French'] = "Grande fontaine en gneiss taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Gneiss'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Gneiss',
['ID'] = 'AshlarGneissItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Large Gneiss Fountain'] = {
['Name'] = 'Ashlar Large Gneiss Fountain',
['ID'] = 'AshlarLargeGneissFountainItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarLargeGraniteFountainRecipe'] = {
['Name'] = {
['English'] = "Ashlar Large Granite Fountain",
['Russian'] = "Фонтан из резного гранита",
['German'] = "Großer Granitquaderbrunnen",
['French'] = "Grande fontaine en granite taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Granite',
['ID'] = 'AshlarGraniteItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Large Granite Fountain'] = {
['Name'] = 'Ashlar Large Granite Fountain',
['ID'] = 'AshlarLargeGraniteFountainItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarLargeLimestoneFountainRecipe'] = {
['Name'] = {
['English'] = "Ashlar Large Limestone Fountain",
['Russian'] = "Фонтан из резного известняка",
['German'] = "Großer Kalksteinquaderbrunnen",
['French'] = "Grande fontaine en calcaire taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Limestone',
['ID'] = 'AshlarLimestoneItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Large Limestone Fountain'] = {
['Name'] = 'Ashlar Large Limestone Fountain',
['ID'] = 'AshlarLargeLimestoneFountainItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarLargeSandstoneFountainRecipe'] = {
['Name'] = {
['English'] = "Ashlar Large Sandstone Fountain",
['Russian'] = "Фонтан из резного песчаника",
['German'] = "Großer Sandsteinquaderbrunnen",
['French'] = "Grande fontaine en grès taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Sandstone',
['ID'] = 'AshlarSandstoneItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Large Sandstone Fountain'] = {
['Name'] = 'Ashlar Large Sandstone Fountain',
['ID'] = 'AshlarLargeSandstoneFountainItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarLargeShaleFountainRecipe'] = {
['Name'] = {
['English'] = "Ashlar Large Shale Fountain",
['Russian'] = "Фонтан из резного сланца",
['German'] = "Großer Schieferquaderbrunnen",
['French'] = "Grande fontaine en schiste taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Shale',
['ID'] = 'AshlarShaleItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Large Shale Fountain'] = {
['Name'] = 'Ashlar Large Shale Fountain',
['ID'] = 'AshlarLargeShaleFountainItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarLargeStoneFountainRecipe'] = {
['Name'] = {
['English'] = "Ashlar Large Stone Fountain",
['Russian'] = "Фонтан из резного камня",
['German'] = "Großer Steinquaderbrunnen",
['French'] = "Grande fontaine en pierre taillée",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Ashlar Stone',
['ID'] = 'AshlarStone',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Large Stone Fountain'] = {
['Name'] = 'Ashlar Large Stone Fountain',
['ID'] = 'AshlarLargeStoneFountainItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarLimestoneBenchRecipe'] = {
['Name'] = {
['English'] = "Ashlar Limestone Bench",
['Russian'] = "Лавка из резного известняка",
['German'] = "Kalksteinquaderbank",
['French'] = "Banc en calcaire taillé",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Limestone',
['ID'] = 'AshlarLimestoneItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Limestone Bench'] = {
['Name'] = 'Ashlar Limestone Bench',
['ID'] = 'AshlarLimestoneBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarLimestoneChairRecipe'] = {
['Name'] = {
['English'] = "Ashlar Limestone Chair",
['Russian'] = "Стул из резного известняка",
['German'] = "Kalksteinquaderstuhl",
['French'] = "Chaise en calcaire taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Limestone',
['ID'] = 'AshlarLimestoneItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Limestone Chair'] = {
['Name'] = 'Ashlar Limestone Chair',
['ID'] = 'AshlarLimestoneChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarLimestoneDoorRecipe'] = {
['Name'] = {
['English'] = "Ashlar Limestone Door",
['Russian'] = "Дверь из резного известняка",
['German'] = "Kalksteinquadertür",
['French'] = "Porte en calcaire taillé",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Limestone',
['ID'] = 'AshlarLimestoneItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Ashlar Limestone Door'] = {
['Name'] = 'Ashlar Limestone Door',
['ID'] = 'AshlarLimestoneDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarLimestoneFireplaceRecipe'] = {
['Name'] = {
['English'] = "Ashlar Limestone Fireplace",
['Russian'] = "Камин из обработанного известняка",
['German'] = "Kalksteinquaderfeuerstelle",
['French'] = "Cheminée en calcaire taillé",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Limestone',
['ID'] = 'AshlarLimestoneItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Limestone Fireplace'] = {
['Name'] = 'Ashlar Limestone Fireplace',
['ID'] = 'AshlarLimestoneFireplaceItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarLimestoneRecipe'] = {
['Name'] = {
['English'] = "Ashlar Limestone",
['Russian'] = "Резной известняк",
['German'] = "Quader aus Kalkstein",
['French'] = "Calcaire taillé",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cement'] = {
['Type'] = 'ITEM',
['Name'] = 'Cement',
['ID'] = 'CementItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Limestone',
['ID'] = 'LimestoneItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Rebar'] = {
['Type'] = 'ITEM',
['Name'] = 'Rebar',
['ID'] = 'RebarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Limestone'] = {
['Name'] = 'Ashlar Limestone',
['ID'] = 'AshlarLimestoneItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Crushed Limestone'] = {
['Name'] = 'Crushed Limestone',
['ID'] = 'CrushedLimestoneItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['AshlarLimestoneTableRecipe'] = {
['Name'] = {
['English'] = "Ashlar Limestone Table",
['Russian'] = "Стол из резного известняка",
['German'] = "Kalksteinquadertisch",
['French'] = "Table en calcaire taillé",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Limestone',
['ID'] = 'AshlarLimestoneItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Limestone Table'] = {
['Name'] = 'Ashlar Limestone Table',
['ID'] = 'AshlarLimestoneTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarSandstoneBenchRecipe'] = {
['Name'] = {
['English'] = "Ashlar Sandstone Bench",
['Russian'] = "Лавка из резного песчаника",
['German'] = "Sandsteinquaderbank",
['French'] = "Banc en grès taillé",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Sandstone',
['ID'] = 'AshlarSandstoneItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Sandstone Bench'] = {
['Name'] = 'Ashlar Sandstone Bench',
['ID'] = 'AshlarSandstoneBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarSandstoneChairRecipe'] = {
['Name'] = {
['English'] = "Ashlar Sandstone Chair",
['Russian'] = "Стул из резного песчаника",
['German'] = "Sandsteinquaderstuhl",
['French'] = "Chaise en grès taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Sandstone',
['ID'] = 'AshlarSandstoneItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Sandstone Chair'] = {
['Name'] = 'Ashlar Sandstone Chair',
['ID'] = 'AshlarSandstoneChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarSandstoneDoorRecipe'] = {
['Name'] = {
['English'] = "Ashlar Sandstone Door",
['Russian'] = "Дверь из резного песчаника",
['German'] = "Sandsteinquadertür",
['French'] = "Porte en grès taillé",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Sandstone',
['ID'] = 'AshlarSandstoneItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Ashlar Sandstone Door'] = {
['Name'] = 'Ashlar Sandstone Door',
['ID'] = 'AshlarSandstoneDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarSandstoneFireplaceRecipe'] = {
['Name'] = {
['English'] = "Ashlar Sandstone Fireplace",
['Russian'] = "Камин из резного песчаника",
['German'] = "Sandsteinquaderfeuerstellen",
['French'] = "Cheminée en grès taillé",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Sandstone',
['ID'] = 'AshlarSandstoneItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Sandstone Fireplace'] = {
['Name'] = 'Ashlar Sandstone Fireplace',
['ID'] = 'AshlarSandstoneFireplaceItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarSandstoneRecipe'] = {
['Name'] = {
['English'] = "Ashlar Sandstone",
['Russian'] = "Резной песчаник",
['German'] = "Quader aus Sandstein",
['French'] = "Grès taillé",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cement'] = {
['Type'] = 'ITEM',
['Name'] = 'Cement',
['ID'] = 'CementItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Rebar'] = {
['Type'] = 'ITEM',
['Name'] = 'Rebar',
['ID'] = 'RebarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Sandstone',
['ID'] = 'SandstoneItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Sandstone'] = {
['Name'] = 'Ashlar Sandstone',
['ID'] = 'AshlarSandstoneItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Crushed Sandstone'] = {
['Name'] = 'Crushed Sandstone',
['ID'] = 'CrushedSandstoneItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['AshlarSandstoneTableRecipe'] = {
['Name'] = {
['English'] = "Ashlar Sandstone Table",
['Russian'] = "Стол из резного песчаника",
['German'] = "Sandsteinquadertisch",
['French'] = "Table en grès taillé",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Sandstone',
['ID'] = 'AshlarSandstoneItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Sandstone Table'] = {
['Name'] = 'Ashlar Sandstone Table',
['ID'] = 'AshlarSandstoneTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarShaleBenchRecipe'] = {
['Name'] = {
['English'] = "Ashlar Shale Bench",
['Russian'] = "Лавка из резного сланца",
['German'] = "Schieferquaderbank",
['French'] = "Banc en schiste taillé",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Shale',
['ID'] = 'AshlarShaleItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Shale Bench'] = {
['Name'] = 'Ashlar Shale Bench',
['ID'] = 'AshlarShaleBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarShaleChairRecipe'] = {
['Name'] = {
['English'] = "Ashlar Shale Chair",
['Russian'] = "Стул из резного сланца",
['German'] = "Schieferquaderbank",
['French'] = "Chaise en schiste taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Shale',
['ID'] = 'AshlarShaleItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Shale Chair'] = {
['Name'] = 'Ashlar Shale Chair',
['ID'] = 'AshlarShaleChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarShaleDoorRecipe'] = {
['Name'] = {
['English'] = "Ashlar Shale Door",
['Russian'] = "Дверь из резного сланца",
['German'] = "Schieferquadertür",
['French'] = "Porte en schiste taillé",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Shale',
['ID'] = 'AshlarShaleItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Ashlar Shale Door'] = {
['Name'] = 'Ashlar Shale Door',
['ID'] = 'AshlarShaleDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarShaleFireplaceRecipe'] = {
['Name'] = {
['English'] = "Ashlar Shale Fireplace",
['Russian'] = "Камин из резного сланца",
['German'] = "Schieferquaderfeuerstelle",
['French'] = "Cheminée en schiste taillé",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Shale',
['ID'] = 'AshlarShaleItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Shale Fireplace'] = {
['Name'] = 'Ashlar Shale Fireplace',
['ID'] = 'AshlarShaleFireplaceItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarShaleRecipe'] = {
['Name'] = {
['English'] = "Ashlar Shale",
['Russian'] = "Резной сланец",
['German'] = "Quader aus Schiefer",
['French'] = "Schiste taillé",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cement'] = {
['Type'] = 'ITEM',
['Name'] = 'Cement',
['ID'] = 'CementItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Rebar'] = {
['Type'] = 'ITEM',
['Name'] = 'Rebar',
['ID'] = 'RebarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Shale',
['ID'] = 'ShaleItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Shale'] = {
['Name'] = 'Ashlar Shale',
['ID'] = 'AshlarShaleItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Crushed Shale'] = {
['Name'] = 'Crushed Shale',
['ID'] = 'CrushedShaleItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['AshlarShaleTableRecipe'] = {
['Name'] = {
['English'] = "Ashlar Shale Table",
['Russian'] = "Стол из резного сланца",
['German'] = "Schieferquadertisch",
['French'] = "Table en schiste taillé",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Shale',
['ID'] = 'AshlarShaleItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Shale Table'] = {
['Name'] = 'Ashlar Shale Table',
['ID'] = 'AshlarShaleTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarSmallBasaltFountainRecipe'] = {
['Name'] = {
['English'] = "Ashlar Small Basalt Fountain",
['Russian'] = "Маленький фонтан из резного базальта",
['German'] = "Kleiner Basaltquaderbrunnen",
['French'] = "Petite fontaine en basalte taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Basalt',
['ID'] = 'AshlarBasaltItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Small Basalt Fountain'] = {
['Name'] = 'Ashlar Small Basalt Fountain',
['ID'] = 'AshlarSmallBasaltFountainItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarSmallGneissFountainRecipe'] = {
['Name'] = {
['English'] = "Ashlar Small Gneiss Fountain",
['Russian'] = "Маленький фонтан из резного гнейса",
['German'] = "Kleiner Gneisquaderbrunnen",
['French'] = "Petite fontaine en gneiss taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Gneiss'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Gneiss',
['ID'] = 'AshlarGneissItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Small Gneiss Fountain'] = {
['Name'] = 'Ashlar Small Gneiss Fountain',
['ID'] = 'AshlarSmallGneissFountainItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarSmallGraniteFountainRecipe'] = {
['Name'] = {
['English'] = "Ashlar Small Granite Fountain",
['Russian'] = "Маленький фонтан из резного гранита",
['German'] = "Kleiner Granitquaderbrunnen",
['French'] = "Petite fontaine en granite taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Granite',
['ID'] = 'AshlarGraniteItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Small Granite Fountain'] = {
['Name'] = 'Ashlar Small Granite Fountain',
['ID'] = 'AshlarSmallGraniteFountainItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarSmallLimestoneFountainRecipe'] = {
['Name'] = {
['English'] = "Ashlar Small Limestone Fountain",
['Russian'] = "Маленький фонтан из резного известняка",
['German'] = "Kleiner Kalksteinquaderbrunnen",
['French'] = "Petite fontaine en calcaire taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Limestone',
['ID'] = 'AshlarLimestoneItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Small Limestone Fountain'] = {
['Name'] = 'Ashlar Small Limestone Fountain',
['ID'] = 'AshlarSmallLimestoneFountainItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarSmallSandstoneFountainRecipe'] = {
['Name'] = {
['English'] = "Ashlar Small Sandstone Fountain",
['Russian'] = "Маленький фонтан из резного песчаника",
['German'] = "Kleiner Sandsteinquaderbrunnen",
['French'] = "Petite fontaine en grès taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Sandstone',
['ID'] = 'AshlarSandstoneItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Small Sandstone Fountain'] = {
['Name'] = 'Ashlar Small Sandstone Fountain',
['ID'] = 'AshlarSmallSandstoneFountainItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarSmallShaleFountainRecipe'] = {
['Name'] = {
['English'] = "Ashlar Small Shale Fountain",
['Russian'] = "Маленький фонтан из резного сланца",
['German'] = "Kleiner Schieferquaderbrunnen",
['French'] = "Petite fontaine en schiste taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Shale',
['ID'] = 'AshlarShaleItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Small Shale Fountain'] = {
['Name'] = 'Ashlar Small Shale Fountain',
['ID'] = 'AshlarSmallShaleFountainItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarSmallStoneFountainRecipe'] = {
['Name'] = {
['English'] = "Ashlar Small Stone Fountain",
['Russian'] = "Маленький фонтан из резного камня",
['German'] = "Kleiner Quadersteinbrunnen",
['French'] = "Petite fontaine en pierre taillée",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Ashlar Stone',
['ID'] = 'AshlarStone',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Small Stone Fountain'] = {
['Name'] = 'Ashlar Small Stone Fountain',
['ID'] = 'AshlarSmallStoneFountainItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarStoneBenchRecipe'] = {
['Name'] = {
['English'] = "Ashlar Stone Bench",
['Russian'] = "Лавка из резного камня",
['German'] = "Quadersteinbank",
['French'] = "Banc en pierre taillée",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Ashlar Stone',
['ID'] = 'AshlarStone',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Stone Bench'] = {
['Name'] = 'Ashlar Stone Bench',
['ID'] = 'AshlarStoneBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarStoneChairRecipe'] = {
['Name'] = {
['English'] = "Ashlar Stone Chair",
['Russian'] = "Стул из резного камня",
['German'] = "Quadersteinstuhl",
['French'] = "Chaise en pierre taillée",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Ashlar Stone',
['ID'] = 'AshlarStone',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Stone Chair'] = {
['Name'] = 'Ashlar Stone Chair',
['ID'] = 'AshlarStoneChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarStoneDoorRecipe'] = {
['Name'] = {
['English'] = "Ashlar Stone Door",
['Russian'] = "Дверь из резного камня",
['German'] = "Quadersteintür",
['French'] = "Porte en pierre taillée",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Ashlar Stone',
['ID'] = 'AshlarStone',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Ashlar Stone Door'] = {
['Name'] = 'Ashlar Stone Door',
['ID'] = 'AshlarStoneDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarStoneFireplaceRecipe'] = {
['Name'] = {
['English'] = "Ashlar Stone Fireplace",
['Russian'] = "Камин из резного камня",
['German'] = "Quadersteinfeuerstelle",
['French'] = "Cheminée en pierre taillée",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Ashlar Stone',
['ID'] = 'AshlarStone',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Stone Fireplace'] = {
['Name'] = 'Ashlar Stone Fireplace',
['ID'] = 'AshlarStoneFireplaceItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AshlarStoneTableRecipe'] = {
['Name'] = {
['English'] = "Ashlar Stone Table",
['Russian'] = "Стол из резного камня",
['German'] = "Quadersteintisch",
['French'] = "Table en pierre taillée",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Ashlar Stone',
['ID'] = 'AshlarStone',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ashlar Stone Table'] = {
['Name'] = 'Ashlar Stone Table',
['ID'] = 'AshlarStoneTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AsphaltConcreteRecipe'] = {
['Name'] = {
['English'] = "Asphalt Concrete",
['Russian'] = "Асфальтобетон",
['German'] = "Asphaltbeton",
['French'] = "Route en asphalte",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'BasicEngineeringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Wainwright Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cement'] = {
['Type'] = 'ITEM',
['Name'] = 'Cement',
['ID'] = 'CementItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Crushed Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Crushed Rock',
['ID'] = 'CrushedRock',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Sand'] = {
['Type'] = 'ITEM',
['Name'] = 'Sand',
['ID'] = 'SandItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Asphalt Concrete'] = {
['Name'] = 'Asphalt Concrete',
['ID'] = 'AsphaltConcreteItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AssemblyLineRecipe'] = {
['Name'] = {
['English'] = "Assembly Line",
['Russian'] = "Сборочная линия",
['German'] = "Mechanische Fertigungsstraße",
['French'] = "Ligne de montage",
},
['CraftTime'] = '2400',
['ExperienceOnCraft'] = '40',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Gear'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Gear',
['ID'] = 'IronGearItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Portable Steam Engine'] = {
['Type'] = 'ITEM',
['Name'] = 'Portable Steam Engine',
['ID'] = 'PortableSteamEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Assembly Line'] = {
['Name'] = 'Assembly Line',
['ID'] = 'AssemblyLineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AtlasBookRecipe'] = {
['Name'] = {
['English'] = "Atlas Book",
['Russian'] = "Atlas Book",
['German'] = "Atlas Book",
['French'] = "Atlas Book",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'PaintingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Paint Mixer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ink'] = {
['Type'] = 'ITEM',
['Name'] = 'Ink',
['ID'] = 'InkItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Atlas Book'] = {
['Name'] = 'Atlas Book',
['ID'] = 'AtlasBookItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AutomaticLoomRecipe'] = {
['Name'] = {
['English'] = "Automatic Loom",
['Russian'] = "Автоматический ткацкий станок",
['German'] = "Automatischer Webstuhl",
['French'] = "Métier à tisser automatique",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'IndustrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Automatic Loom'] = {
['Name'] = 'Automatic Loom',
['ID'] = 'AutomaticLoomItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['AutumnStewRecipe'] = {
['Name'] = {
['English'] = "Autumn Stew",
['Russian'] = "Осеннее рагу",
['German'] = "Herbsteintopf",
['French'] = "Ragoût d'automne",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beans'] = {
['Type'] = 'ITEM',
['Name'] = 'Beans',
['ID'] = 'BeansItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Greens'] = {
['Type'] = 'TAG',
['Name'] = 'Greens',
['ID'] = 'Greens',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Pumpkin'] = {
['Type'] = 'ITEM',
['Name'] = 'Pumpkin',
['ID'] = 'PumpkinItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Autumn Stew'] = {
['Name'] = 'Autumn Stew',
['ID'] = 'AutumnStewItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BakedAgaveRecipe'] = {
['Name'] = {
['English'] = "Baked Agave",
['Russian'] = "Запечённая агава",
['German'] = "Gebackene Agave",
['French'] = "Agave au four",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Agave Leaves'] = {
['Type'] = 'ITEM',
['Name'] = 'Agave Leaves',
['ID'] = 'AgaveLeavesItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Baked Agave'] = {
['Name'] = 'Baked Agave',
['ID'] = 'BakedAgaveItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BakedBeetRecipe'] = {
['Name'] = {
['English'] = "Baked Beet",
['Russian'] = "Запечённая свекла",
['German'] = "Gebackene Rote Bete",
['French'] = "Betterave au four",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beet'] = {
['Type'] = 'ITEM',
['Name'] = 'Beet',
['ID'] = 'BeetItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Baked Beet'] = {
['Name'] = 'Baked Beet',
['ID'] = 'BakedBeetItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BakedCornRecipe'] = {
['Name'] = {
['English'] = "Baked Corn",
['Russian'] = "Запечённая кукуруза",
['German'] = "Gebackener Mais",
['French'] = "Maïs au four",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Corn'] = {
['Type'] = 'ITEM',
['Name'] = 'Corn',
['ID'] = 'CornItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Baked Corn'] = {
['Name'] = 'Baked Corn',
['ID'] = 'BakedCornItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BakedHeartOfPalmRecipe'] = {
['Name'] = {
['English'] = "Baked Heart Of Palm",
['Russian'] = "Запечённая сердцевина пальмы",
['German'] = "Gebackene Palmherzen",
['French'] = "Cœur de palmier au four",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Heart Of Palm'] = {
['Type'] = 'ITEM',
['Name'] = 'Heart Of Palm',
['ID'] = 'HeartOfPalmItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Baked Heart Of Palm'] = {
['Name'] = 'Baked Heart Of Palm',
['ID'] = 'BakedHeartOfPalmItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BakedMeatRecipe'] = {
['Name'] = {
['English'] = "Baked Meat",
['Russian'] = "Запечённое мясо",
['German'] = "Gebackenes Fleisch",
['French'] = "Viande au four",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Raw Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Meat',
['ID'] = 'RawMeatItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Baked Meat'] = {
['Name'] = 'Baked Meat',
['ID'] = 'BakedMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BakedMortarRecipe'] = {
['Name'] = {
['English'] = "Baked Mortar",
['Russian'] = "Вытопленный раствор",
['German'] = "Gebackener Mörtel",
['French'] = "Mortier au four",
},
['CraftTime'] = '6',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood Pulp'] = {
['Type'] = 'ITEM',
['Name'] = 'Wood Pulp',
['ID'] = 'WoodPulpItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortar'] = {
['Name'] = 'Mortar',
['ID'] = 'MortarItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BakedRoastRecipe'] = {
['Name'] = {
['English'] = "Baked Roast",
['Russian'] = "Запечённое жаркое",
['German'] = "Gebackener Braten",
['French'] = "Rôti au four",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Raw Roast'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Roast',
['ID'] = 'RawRoastItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Baked Roast'] = {
['Name'] = 'Baked Roast',
['ID'] = 'BakedRoastItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BakedTaroRecipe'] = {
['Name'] = {
['English'] = "Baked Taro",
['Russian'] = "Запечённый корень таро",
['German'] = "Gebackene Taro",
['French'] = "Taro au four",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Taro Root'] = {
['Type'] = 'ITEM',
['Name'] = 'Taro Root',
['ID'] = 'TaroRootItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Baked Taro'] = {
['Name'] = 'Baked Taro',
['ID'] = 'BakedTaroItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BakedTomatoRecipe'] = {
['Name'] = {
['English'] = "Baked Tomato",
['Russian'] = "Запеченный помидор",
['German'] = "Gebackene Tomaten",
['French'] = "Tomate au four",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Tomato'] = {
['Type'] = 'ITEM',
['Name'] = 'Tomato',
['ID'] = 'TomatoItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Baked Tomato'] = {
['Name'] = 'Baked Tomato',
['ID'] = 'BakedTomatoItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BakerSignRecipe'] = {
['Name'] = {
['English'] = "Baker Sign",
['Russian'] = "Вывеска Пекаря",
['German'] = "Bäckerschild",
['French'] = "Enseigne du boulanger",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Store Sign'] = {
['Type'] = 'ITEM',
['Name'] = 'Store Sign',
['ID'] = 'StoreSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Baker Sign'] = {
['Name'] = 'Baker Sign',
['ID'] = 'BakerSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BakeryOvenRecipe'] = {
['Name'] = {
['English'] = "Bakery Oven",
['Russian'] = "Печь для выпечки",
['German'] = "Bäckereiofen",
['French'] = "Four à pain",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'PotterySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Brick'] = {
['Type'] = 'ITEM',
['Name'] = 'Brick',
['ID'] = 'BrickItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Cooking Utensils'] = {
['Type'] = 'ITEM',
['Name'] = 'Cooking Utensils',
['ID'] = 'CookingUtensilsItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Bakery Oven'] = {
['Name'] = 'Bakery Oven',
['ID'] = 'BakeryOvenItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BakingSkillBookRecipe'] = {
['Name'] = {
['English'] = "Baking Skill Book",
['Russian'] = "Книга о выпечке",
['German'] = "Fertigkeitsbuch: Backen",
['French'] = "Livre de compétence : Boulangerie",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '2400',
['RequiredSkill'] = {'CampfireCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Culinary Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Culinary Research Paper Basic',
['ID'] = 'CulinaryResearchPaperBasicItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Metallurgy Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Metallurgy Research Paper Basic',
['ID'] = 'MetallurgyResearchPaperBasicItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Baking Skill Book'] = {
['Name'] = 'Baking Skill Book',
['ID'] = 'BakingSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BakingUpgradeRecipe'] = {
['Name'] = {
['English'] = "Baking Upgrade",
['Russian'] = "Улучшение для выпечки",
['German'] = "Fortschrittliches Upgrade: Backen",
['French'] = "Amélioration avancée : Boulangerie",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'BakingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 4',
['ID'] = 'AdvancedUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Baking Upgrade'] = {
['Name'] = 'Baking Upgrade',
['ID'] = 'BakingUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BallotBoxRecipe'] = {
['Name'] = {
['English'] = "Ballot Box",
['Russian'] = "Урна для голосования",
['German'] = "Wahlurne",
['French'] = "Urne électorale",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ballot Box'] = {
['Name'] = 'Ballot Box',
['ID'] = 'BallotBoxItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BananaRugRecipe'] = {
['Name'] = {
['English'] = "Banana Rug",
['Russian'] = "Banana Rug",
['German'] = "Banana Rug",
['French'] = "Banana Rug",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Wool Yarn'] = {
['Type'] = 'ITEM',
['Name'] = 'Wool Yarn',
['ID'] = 'WoolYarnItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Banana Rug'] = {
['Name'] = 'Banana Rug',
['ID'] = 'BananaRugItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BananaShirtRecipe'] = {
['Name'] = {
['English'] = "Banana Shirt",
['Russian'] = "Banana Shirt",
['German'] = "Banana Shirt",
['French'] = "Banana Shirt",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Banana Shirt'] = {
['Name'] = 'Banana Shirt',
['ID'] = 'BananaShirtItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BandanaRecipe'] = {
['Name'] = {
['English'] = "Bandana",
['Russian'] = "Бандана",
['German'] = "Bandana",
['French'] = "Bandana",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Bandana'] = {
['Name'] = 'Bandana',
['ID'] = 'BandanaItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BanhXeoRecipe'] = {
['Name'] = {
['English'] = "Banh Xeo",
['Russian'] = "Блинчики Бан Хео",
['German'] = "Banh Xeo",
['French'] = "Banh Xeo",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'AdvancedCookingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Bean Sprout'] = {
['Type'] = 'ITEM',
['Name'] = 'Bean Sprout',
['ID'] = 'BeanSproutItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Crab Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Crab Carcass',
['ID'] = 'CrabCarcassItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Oil'] = {
['Type'] = 'TAG',
['Name'] = 'Oil',
['ID'] = 'Oil',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Prime Cut'] = {
['Type'] = 'ITEM',
['Name'] = 'Prime Cut',
['ID'] = 'PrimeCutItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Rice Flour'] = {
['Type'] = 'ITEM',
['Name'] = 'Rice Flour',
['ID'] = 'RiceFlourItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Banh Xeo'] = {
['Name'] = 'Banh Xeo',
['ID'] = 'BanhXeoItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BankRecipe'] = {
['Name'] = {
['English'] = "Bank",
['Russian'] = "Банк",
['German'] = "Banktresor",
['French'] = "Banque",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '30',
['LaborInCalories'] = '1500',
['RequiredSkill'] = {'BlacksmithSkill','2'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Blacksmith Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Brick'] = {
['Type'] = 'ITEM',
['Name'] = 'Brick',
['ID'] = 'BrickItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Bank'] = {
['Name'] = 'Bank',
['ID'] = 'BankItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BannockRecipe'] = {
['Name'] = {
['English'] = "Bannock",
['Russian'] = "Пресная лепёшка",
['German'] = "Lagerfeuerbrot",
['French'] = "Bannique",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fat'] = {
['Type'] = 'TAG',
['Name'] = 'Fat',
['ID'] = 'Fat',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wheat'] = {
['Type'] = 'ITEM',
['Name'] = 'Wheat',
['ID'] = 'WheatItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Bannock'] = {
['Name'] = 'Bannock',
['ID'] = 'BannockItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BarrelRecipe'] = {
['Name'] = {
['English'] = "Barrel",
['Russian'] = "Бочка",
['German'] = "Fass",
['French'] = "Baril",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '720',
['RequiredSkill'] = {'AdvancedSmeltingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rolling Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Barrel'] = {
['Name'] = 'Barrel',
['ID'] = 'BarrelItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BasePaintRecipe'] = {
['Name'] = {
['English'] = "Base Paint",
['Russian'] = "Основа для краски",
['German'] = "Grundfarbe",
['French'] = "Peinture de base",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'PaintingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Paint Mixer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '0.5',
['IsStatic'] = 'False',
},
['Oil'] = {
['Type'] = 'TAG',
['Name'] = 'Oil',
['ID'] = 'Oil',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['White Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'White Powder',
['ID'] = 'WhitePowderItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Base Paint'] = {
['Name'] = 'Base Paint',
['ID'] = 'BasePaintItem',
['Quantity'] = '10',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BasicBackpackRecipe'] = {
['Name'] = {
['English'] = "Basic Backpack",
['Russian'] = "Простой рюкзак",
['German'] = "Einfacher Rucksack",
['French'] = "Sac à dos basique",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'GatheringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fiber Scutching Station',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Boll'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Boll',
['ID'] = 'CottonBollItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Basic Backpack'] = {
['Name'] = 'Basic Backpack',
['ID'] = 'BasicBackpackItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BasicCircuitRecipe'] = {
['Name'] = {
['English'] = "Basic Circuit",
['Russian'] = "Базовая электросхема",
['German'] = "Einfacher Schaltkreis",
['French'] = "Circuit basique",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'ElectronicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Gold Flakes'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Flakes',
['ID'] = 'GoldFlakesItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Basic Circuit'] = {
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BasicEngineeringSkillBookRecipe'] = {
['Name'] = {
['English'] = "Basic Engineering Skill Book",
['Russian'] = "Книга о основах инженерного дела",
['German'] = "Fertigkeitsbuch: Grundlegende Technik",
['French'] = "Livre de compétence : Ingénierie basique",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Dendrology Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Dendrology Research Paper Advanced',
['ID'] = 'DendrologyResearchPaperAdvancedItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Geology Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Advanced',
['ID'] = 'GeologyResearchPaperAdvancedItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Basic Engineering Skill Book'] = {
['Name'] = 'Basic Engineering Skill Book',
['ID'] = 'BasicEngineeringSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BasicEngineeringUpgradeRecipe'] = {
['Name'] = {
['English'] = "Basic Engineering Upgrade",
['Russian'] = "Улучшение для основ инженерного дела",
['German'] = "Grundlegendes Upgrade: Grundlegende Technik",
['French'] = "Amélioration basique : Ingénierie basique",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'BasicEngineeringSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Wainwright Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Basic Engineering Upgrade'] = {
['Name'] = 'Basic Engineering Upgrade',
['ID'] = 'BasicEngineeringUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BasicUpgrade1Recipe'] = {
['Name'] = {
['English'] = "Basic Upgrade 1",
['Russian'] = "Базовое улучшение 1",
['German'] = "Grundlegendes Upgrade 1",
['French'] = "Amélioration basique nv. 1",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'SelfImprovementSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Dendrology Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Dendrology Research Paper Basic',
['ID'] = 'DendrologyResearchPaperBasicItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Geology Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Basic',
['ID'] = 'GeologyResearchPaperBasicItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Basic Upgrade 1'] = {
['Name'] = 'Basic Upgrade 1',
['ID'] = 'BasicUpgradeLvl1Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BasicUpgrade2Recipe'] = {
['Name'] = {
['English'] = "Basic Upgrade 2",
['Russian'] = "Базовое улучшение 2",
['German'] = "Grundlegendes Upgrade 2",
['French'] = "Amélioration basique nv. 2",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'SelfImprovementSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 1'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 1',
['ID'] = 'BasicUpgradeLvl1Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Gathering Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Gathering Research Paper Basic',
['ID'] = 'GatheringResearchPaperBasicItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Metallurgy Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Metallurgy Research Paper Basic',
['ID'] = 'MetallurgyResearchPaperBasicItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Wooden Hull Planks'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Hull Planks',
['ID'] = 'WoodenHullPlanksItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Basic Upgrade 2'] = {
['Name'] = 'Basic Upgrade 2',
['ID'] = 'BasicUpgradeLvl2Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BasicUpgrade3Recipe'] = {
['Name'] = {
['English'] = "Basic Upgrade 3",
['Russian'] = "Базовое улучшение 3",
['German'] = "Grundlegendes Upgrade 3",
['French'] = "Amélioration basique nv. 3",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'SelfImprovementSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Agriculture Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Agriculture Research Paper Advanced',
['ID'] = 'AgricultureResearchPaperAdvancedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Basic Upgrade 2'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 2',
['ID'] = 'BasicUpgradeLvl2Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Culinary Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Culinary Research Paper Basic',
['ID'] = 'CulinaryResearchPaperBasicItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Dendrology Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Dendrology Research Paper Advanced',
['ID'] = 'DendrologyResearchPaperAdvancedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Basic Upgrade 3'] = {
['Name'] = 'Basic Upgrade 3',
['ID'] = 'BasicUpgradeLvl3Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BasicUpgrade4Recipe'] = {
['Name'] = {
['English'] = "Basic Upgrade 4",
['Russian'] = "Базовое улучшение 4",
['German'] = "Grundlegendes Upgrade 4",
['French'] = "Amélioration basique nv. 4",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'SelfImprovementSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Basic Upgrade 3'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 3',
['ID'] = 'BasicUpgradeLvl3Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Engineering Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Engineering Research Paper Advanced',
['ID'] = 'EngineeringResearchPaperAdvancedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Geology Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Advanced',
['ID'] = 'GeologyResearchPaperAdvancedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Basic Upgrade 4'] = {
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BathtubRecipe'] = {
['Name'] = {
['English'] = "Bathtub",
['Russian'] = "Ванна",
['German'] = "Badewanne",
['French'] = "Baignoire",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'PotterySkill','7'},
['RequiresModule'] = 'Pottery Table',
['CraftingTables'] = 'Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['White Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'White Powder',
['ID'] = 'WhitePowderItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Bathtub'] = {
['Name'] = 'Bathtub',
['ID'] = 'BathtubItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BeanPasteRecipe'] = {
['Name'] = {
['English'] = "Bean Paste",
['Russian'] = "Бобовая паста",
['German'] = "Bohnenpaste",
['French'] = "Pâte de haricots",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MillingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beans'] = {
['Type'] = 'ITEM',
['Name'] = 'Beans',
['ID'] = 'BeansItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Bean Paste'] = {
['Name'] = 'Bean Paste',
['ID'] = 'BeanPasteItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BeanSproutRecipe'] = {
['Name'] = {
['English'] = "Bean Sprout",
['Russian'] = "Бобовый росток",
['German'] = "Bohnensprosse",
['French'] = "Pousses de haricots",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beans'] = {
['Type'] = 'ITEM',
['Name'] = 'Beans',
['ID'] = 'BeansItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Bean Sprout'] = {
['Name'] = 'Bean Sprout',
['ID'] = 'BeanSproutItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BearclawRecipe'] = {
['Name'] = {
['English'] = "Bearclaw",
['Russian'] = "Пирог «Медвежий коготь»",
['German'] = "Bärenklaue",
['French'] = "Gâteau patte d'ours",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'AdvancedBakingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Pastry Dough'] = {
['Type'] = 'ITEM',
['Name'] = 'Pastry Dough',
['ID'] = 'PastryDoughItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Sugar'] = {
['Type'] = 'ITEM',
['Name'] = 'Sugar',
['ID'] = 'SugarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Bearclaw'] = {
['Name'] = 'Bearclaw',
['ID'] = 'BearclawItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BearpackRecipe'] = {
['Name'] = {
['English'] = "Bearpack",
['Russian'] = "Медвежий рюкзак",
['German'] = "Bärenrucksack",
['French'] = "Sac à d'ours",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cellulose Fiber'] = {
['Type'] = 'ITEM',
['Name'] = 'Cellulose Fiber',
['ID'] = 'CelluloseFiberItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Fur Pelt'] = {
['Type'] = 'ITEM',
['Name'] = 'Fur Pelt',
['ID'] = 'FurPeltItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Bearpack'] = {
['Name'] = 'Bearpack',
['ID'] = 'BearpackItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BearSUPREMERecipe'] = {
['Name'] = {
['English'] = "Bear S U P R E M E",
['Russian'] = "Блюдо «Матёрый медведь»",
['German'] = "Bärensteak",
['French'] = "Suprême d'ours",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'AdvancedCookingSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Infused Oil'] = {
['Type'] = 'ITEM',
['Name'] = 'Infused Oil',
['ID'] = 'InfusedOilItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Meat Stock'] = {
['Type'] = 'ITEM',
['Name'] = 'Meat Stock',
['ID'] = 'MeatStockItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Prime Cut'] = {
['Type'] = 'ITEM',
['Name'] = 'Prime Cut',
['ID'] = 'PrimeCutItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Vegetable Medley'] = {
['Type'] = 'ITEM',
['Name'] = 'Vegetable Medley',
['ID'] = 'VegetableMedleyItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Bear S U P R E M E'] = {
['Name'] = 'Bear S U P R E M E',
['ID'] = 'BearSUPREMEItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BeetCampfireSaladRecipe'] = {
['Name'] = {
['English'] = "Beet Campfire Salad",
['Russian'] = "Свекольный салат на костре",
['German'] = "Lagefeuer Rote Bete Salat",
['French'] = "Salade de betteraves cuite au feu de camp",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beet'] = {
['Type'] = 'ITEM',
['Name'] = 'Beet',
['ID'] = 'BeetItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Fruit'] = {
['Type'] = 'TAG',
['Name'] = 'Fruit',
['ID'] = 'Fruit',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Greens'] = {
['Type'] = 'TAG',
['Name'] = 'Greens',
['ID'] = 'Greens',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Beet Campfire Salad'] = {
['Name'] = 'Beet Campfire Salad',
['ID'] = 'BeetCampfireSaladItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BeetSeedRecipe'] = {
['Name'] = {
['English'] = "Beet Seed",
['Russian'] = "Семечко свёклы",
['German'] = "Samen (Rote Bete)",
['French'] = "Graine de betterave",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beet'] = {
['Type'] = 'ITEM',
['Name'] = 'Beet',
['ID'] = 'BeetItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Beet Seed'] = {
['Name'] = 'Beet Seed',
['ID'] = 'BeetSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BeetSugarRecipe'] = {
['Name'] = {
['English'] = "Beet Sugar",
['Russian'] = "Свекольный сахар",
['German'] = "Zucker aus Rote Bete",
['French'] = "Sucre de betterave",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'MillingSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beet'] = {
['Type'] = 'ITEM',
['Name'] = 'Beet',
['ID'] = 'BeetItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sugar'] = {
['Name'] = 'Sugar',
['ID'] = 'SugarItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BerryExtractFertilizerRecipe'] = {
['Name'] = {
['English'] = "Berry Extract Fertilizer",
['Russian'] = "Удобрение из ягодного экстракта",
['German'] = "Dünger aus Beerenextrakt",
['French'] = "Engrais à l'extrait de baies",
},
['CraftTime'] = '18',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'FertilizersSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fertilizer Filler'] = {
['Type'] = 'TAG',
['Name'] = 'Fertilizer Filler',
['ID'] = 'FertilizerFiller',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Huckleberry Extract'] = {
['Type'] = 'ITEM',
['Name'] = 'Huckleberry Extract',
['ID'] = 'HuckleberryExtractItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Berry Extract Fertilizer'] = {
['Name'] = 'Berry Extract Fertilizer',
['ID'] = 'BerryExtractFertilizerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BigBackpackRecipe'] = {
['Name'] = {
['English'] = "Big Backpack",
['Russian'] = "Большой рюкзак",
['German'] = "Großer Rucksack",
['French'] = "Grand sac à dos",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Big Backpack'] = {
['Name'] = 'Big Backpack',
['ID'] = 'BigBackpackItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BiodieselRecipe'] = {
['Name'] = {
['English'] = "Biodiesel",
['Russian'] = "Биодизель",
['German'] = "Biodiesel",
['French'] = "Bio-gazole",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'OilDrillingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Oil Refinery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Barrel'] = {
['Type'] = 'ITEM',
['Name'] = 'Barrel',
['ID'] = 'BarrelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Ethanol'] = {
['Type'] = 'ITEM',
['Name'] = 'Ethanol',
['ID'] = 'EthanolItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Fat'] = {
['Type'] = 'TAG',
['Name'] = 'Fat',
['ID'] = 'Fat',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Biodiesel'] = {
['Name'] = 'Biodiesel',
['ID'] = 'BiodieselItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BisonChowFunRecipe'] = {
['Name'] = {
['English'] = "Bison Chow Fun",
['Russian'] = "Фан-чау из бизона",
['German'] = "Bison Kau-Genuß",
['French'] = "Chow Fun au bison",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'AdvancedCookingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Bean Sprout'] = {
['Type'] = 'ITEM',
['Name'] = 'Bean Sprout',
['ID'] = 'BeanSproutItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Bison Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Bison Carcass',
['ID'] = 'BisonCarcassItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Oil'] = {
['Type'] = 'TAG',
['Name'] = 'Oil',
['ID'] = 'Oil',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Rice Noodles'] = {
['Type'] = 'ITEM',
['Name'] = 'Rice Noodles',
['ID'] = 'RiceNoodlesItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Bison Chow Fun'] = {
['Name'] = 'Bison Chow Fun',
['ID'] = 'BisonChowFunItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BisonMountRecipe'] = {
['Name'] = {
['English'] = "Bison Mount",
['Russian'] = "Голова бизона",
['German'] = "Ausgestopfter Bison",
['French'] = "Trophée de bison",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'HuntingSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Bison Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Bison Carcass',
['ID'] = 'BisonCarcassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Composite Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Composite Lumber',
['ID'] = 'CompositeLumber',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Bison Mount'] = {
['Name'] = 'Bison Mount',
['ID'] = 'BisonMountItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BisonPeltRecipe'] = {
['Name'] = {
['English'] = "Bison Pelt",
['Russian'] = "Шкура бизона",
['German'] = "Bison Pelt",
['French'] = "Peau de bison",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'HuntingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Medium Carcass'] = {
['Type'] = 'TAG',
['Name'] = 'Medium Carcass',
['ID'] = 'MediumCarcass',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Bison Pelt'] = {
['Name'] = 'Bison Pelt',
['ID'] = 'BisonPeltItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BlackPowderRecipe'] = {
['Name'] = {
['English'] = "Black Powder",
['Russian'] = "Black Powder",
['German'] = "Black Powder",
['French'] = "Black Powder",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '35',
['RequiredSkill'] = {'FertilizersSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Charcoal Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'Charcoal Powder',
['ID'] = 'CharcoalPowderItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Compost'] = {
['Type'] = 'ITEM',
['Name'] = 'Compost',
['ID'] = 'CompostItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Crushed Sulfur'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Sulfur',
['ID'] = 'CrushedSulfurItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Black Powder'] = {
['Name'] = 'Black Powder',
['ID'] = 'BlackPowderItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BlacksmithAdvancedUpgradeRecipe'] = {
['Name'] = {
['English'] = "Blacksmith Advanced Upgrade",
['Russian'] = "Продвинутое улучшение для ковки",
['German'] = "Blacksmith Advanced Upgrade",
['French'] = "Amélioration avancée : Forgeron",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'BlacksmithSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blacksmith Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 4',
['ID'] = 'AdvancedUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Blacksmith Advanced Upgrade'] = {
['Name'] = 'Blacksmith Advanced Upgrade',
['ID'] = 'BlacksmithAdvancedUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BlacksmithSkillBookRecipe'] = {
['Name'] = {
['English'] = "Blacksmith Skill Book",
['Russian'] = "Книга о ковке",
['German'] = "Blacksmith Skill Book",
['French'] = "Livre de compétence : Forgeron",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '2400',
['RequiredSkill'] = {'SmeltingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Dendrology Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Dendrology Research Paper Advanced',
['ID'] = 'DendrologyResearchPaperAdvancedItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Geology Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Advanced',
['ID'] = 'GeologyResearchPaperAdvancedItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Metallurgy Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Metallurgy Research Paper Basic',
['ID'] = 'MetallurgyResearchPaperBasicItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Blacksmith Skill Book'] = {
['Name'] = 'Blacksmith Skill Book',
['ID'] = 'BlacksmithSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BlacksmithTableRecipe'] = {
['Name'] = {
['English'] = "Blacksmith Table",
['Russian'] = "Кузнечный стол",
['German'] = "Blacksmith Table",
['French'] = "Établi de forgeron",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Blacksmith Table'] = {
['Name'] = 'Blacksmith Table',
['ID'] = 'BlacksmithTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BlacksmithUpgradeRecipe'] = {
['Name'] = {
['English'] = "Blacksmith Upgrade",
['Russian'] = "Улучшение для ковки",
['German'] = "Blacksmith Upgrade",
['French'] = "Amélioration basique : Forgeron",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'BlacksmithSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blacksmith Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Blacksmith Upgrade'] = {
['Name'] = 'Blacksmith Upgrade',
['ID'] = 'BlacksmithUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BlastFurnaceRecipe'] = {
['Name'] = {
['English'] = "Blast Furnace",
['Russian'] = "Доменная печь",
['German'] = "Hochofen",
['French'] = "Haut fourneau",
},
['CraftTime'] = '1500',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'MechanicsSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Brick'] = {
['Type'] = 'ITEM',
['Name'] = 'Brick',
['ID'] = 'BrickItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Pipe'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Pipe',
['ID'] = 'IronPipeItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Blast Furnace'] = {
['Name'] = 'Blast Furnace',
['ID'] = 'BlastFurnaceItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BlastingCapRecipe'] = {
['Name'] = {
['English'] = "Blasting Cap",
['Russian'] = "Blasting Cap",
['German'] = "Blasting Cap",
['French'] = "Blasting Cap",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'ElectronicsSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Plate',
['ID'] = 'CopperPlateItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Ethanol'] = {
['Type'] = 'ITEM',
['Name'] = 'Ethanol',
['ID'] = 'EthanolItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Nitric Acid'] = {
['Type'] = 'ITEM',
['Name'] = 'Nitric Acid',
['ID'] = 'NitricAcidItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Blasting Cap'] = {
['Name'] = 'Blasting Cap',
['ID'] = 'BlastingCapItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BloodMealFertilizerRecipe'] = {
['Name'] = {
['English'] = "Blood Meal Fertilizer",
['Russian'] = "Удобрение из кровяной муки",
['German'] = "Dünger aus Blutmahl",
['French'] = "Engrais à base de farine de sang",
},
['CraftTime'] = '18',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'FertilizersSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fertilizer Filler'] = {
['Type'] = 'TAG',
['Name'] = 'Fertilizer Filler',
['ID'] = 'FertilizerFiller',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Scrap Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Blood Meal Fertilizer'] = {
['Name'] = 'Blood Meal Fertilizer',
['ID'] = 'BloodMealFertilizerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BloomeryRecipe'] = {
['Name'] = {
['English'] = "Bloomery",
['Russian'] = "Сыродутная печь",
['German'] = "Schmelzofen",
['French'] = "Bas fourneau",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Crushed Rock',
['ID'] = 'CrushedRock',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Mortar'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortar',
['ID'] = 'MortarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Bloomery'] = {
['Name'] = 'Bloomery',
['ID'] = 'BloomeryItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BluePowderRecipe'] = {
['Name'] = {
['English'] = "Blue Powder",
['Russian'] = "Синий порошок",
['German'] = "Blue Powder",
['French'] = "Pigment bleu",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '24',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Huckleberries'] = {
['Type'] = 'ITEM',
['Name'] = 'Huckleberries',
['ID'] = 'HuckleberriesItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Blue Powder'] = {
['Name'] = 'Blue Powder',
['ID'] = 'BluePowderItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BoardOfElectionsRecipe'] = {
['Name'] = {
['English'] = "Board Of Elections",
['Russian'] = "Избирательная комиссия",
['German'] = "Wahlvorstand",
['French'] = "Bureau des élections",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Board Of Elections'] = {
['Name'] = 'Board Of Elections',
['ID'] = 'BoardOfElectionsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BoardRecipe'] = {
['Name'] = {
['English'] = "Board",
['Russian'] = "Доска",
['German'] = "Bretter",
['French'] = "Planche",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.6',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Board'] = {
['Name'] = 'Board',
['ID'] = 'BoardItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BoardsRecipe'] = {
['Name'] = {
['English'] = "Boards",
['Russian'] = "Доски",
['German'] = "Bretter",
['French'] = "Planches",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Board'] = {
['Name'] = 'Board',
['ID'] = 'BoardItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BoiledGrainsRecipe'] = {
['Name'] = {
['English'] = "Boiled Grains",
['Russian'] = "Варёные зерна",
['German'] = "Einfaches Porridge",
['French'] = "Grains bouillis",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Grain'] = {
['Type'] = 'TAG',
['Name'] = 'Grain',
['ID'] = 'Grain',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Boiled Grains'] = {
['Name'] = 'Boiled Grains',
['ID'] = 'BoiledGrainsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BoiledRiceRecipe'] = {
['Name'] = {
['English'] = "Boiled Rice",
['Russian'] = "Отварной рис",
['German'] = "Gekochter Reis",
['French'] = "Riz bouilli",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'AdvancedCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kitchen',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rice'] = {
['Type'] = 'ITEM',
['Name'] = 'Rice',
['ID'] = 'RiceItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Boiled Rice'] = {
['Name'] = 'Boiled Rice',
['ID'] = 'BoiledRiceItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BoiledSausageRecipe'] = {
['Name'] = {
['English'] = "Boiled Sausage",
['Russian'] = "Варёная сосиска",
['German'] = "Gekochte Wurst",
['French'] = "Saucisse bouillie",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'AdvancedCookingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Meat Stock'] = {
['Type'] = 'ITEM',
['Name'] = 'Meat Stock',
['ID'] = 'MeatStockItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Raw Sausage'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Sausage',
['ID'] = 'RawSausageItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Boiled Sausage'] = {
['Name'] = 'Boiled Sausage',
['ID'] = 'BoiledSausageItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BoilerRecipe'] = {
['Name'] = {
['English'] = "Boiler",
['Russian'] = "Котёл",
['German'] = "Heizkessel",
['French'] = "Chaudière",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'Shaper',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Plate',
['ID'] = 'CopperPlateItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Boiler'] = {
['Name'] = 'Boiler',
['ID'] = 'BoilerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BoleteMushroomSporesRecipe'] = {
['Name'] = {
['English'] = "Bolete Mushroom Spores",
['Russian'] = "Споры белого гриба",
['German'] = "Sporen (Steinpilz)",
['French'] = "Spores de cèpe de Bordeaux",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Bolete Mushrooms'] = {
['Type'] = 'ITEM',
['Name'] = 'Bolete Mushrooms',
['ID'] = 'BoleteMushroomsItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Bolete Mushroom Spores'] = {
['Name'] = 'Bolete Mushroom Spores',
['ID'] = 'BoleteMushroomSporesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BookshelfRecipe'] = {
['Name'] = {
['English'] = "Bookshelf",
['Russian'] = "Книжный шкаф",
['German'] = "Bücherregal",
['French'] = "Bibliothèque",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '14',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '50',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Bookshelf'] = {
['Name'] = 'Bookshelf',
['ID'] = 'BookshelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BotanicalBookRecipe'] = {
['Name'] = {
['English'] = "Botanical Book",
['Russian'] = "Botanical Book",
['German'] = "Botanical Book",
['French'] = "Botanical Book",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '7',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'PaintingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Paint Mixer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ink'] = {
['Type'] = 'ITEM',
['Name'] = 'Ink',
['ID'] = 'InkItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
['Sunflower'] = {
['Type'] = 'ITEM',
['Name'] = 'Sunflower',
['ID'] = 'SunflowerItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Botanical Book'] = {
['Name'] = 'Botanical Book',
['ID'] = 'BotanicalBookItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BrazierRecipe'] = {
['Name'] = {
['English'] = "Brazier",
['Russian'] = "Жаровня",
['German'] = "Feuerschale",
['French'] = "Brasero en fer",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'BlacksmithSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blacksmith Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Tallow'] = {
['Type'] = 'ITEM',
['Name'] = 'Tallow',
['ID'] = 'TallowItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Brazier'] = {
['Name'] = 'Brazier',
['ID'] = 'BrazierItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BreadRecipe'] = {
['Name'] = {
['English'] = "Bread",
['Russian'] = "Хлеб",
['German'] = "Brot",
['French'] = "Pain",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leavened Dough'] = {
['Type'] = 'ITEM',
['Name'] = 'Leavened Dough',
['ID'] = 'LeavenedDoughItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Bread'] = {
['Name'] = 'Bread',
['ID'] = 'BreadItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BrickFireplaceRecipe'] = {
['Name'] = {
['English'] = "Brick Fireplace",
['Russian'] = "Кирпичный камин",
['German'] = "Backsteinkamin",
['French'] = "Cheminée en briques",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'PotterySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Brick'] = {
['Type'] = 'ITEM',
['Name'] = 'Brick',
['ID'] = 'BrickItem',
['Quantity'] = '50',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Brick Fireplace'] = {
['Name'] = 'Brick Fireplace',
['ID'] = 'BrickFireplaceItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BrickRecipe'] = {
['Name'] = {
['English'] = "Brick",
['Russian'] = "Кирпич",
['German'] = "Ziegel aus Lehm",
['French'] = "Brique",
},
['CraftTime'] = '19',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'PotterySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortar'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortar',
['ID'] = 'MortarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wet Brick'] = {
['Type'] = 'ITEM',
['Name'] = 'Wet Brick',
['ID'] = 'WetBrickItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Brick'] = {
['Name'] = 'Brick',
['ID'] = 'BrickItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BuilderBootsRecipe'] = {
['Name'] = {
['English'] = "Builder Boots",
['Russian'] = "Ботинки Строителя",
['German'] = "Baumeisterstiefel",
['French'] = "Ensemble de chantier : Bottes",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Builder Boots'] = {
['Name'] = 'Builder Boots',
['ID'] = 'BuilderBootsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BuilderGlovesRecipe'] = {
['Name'] = {
['English'] = "Builder Gloves",
['Russian'] = "Перчатки Строителя",
['German'] = "Baumeisterhandschuhe",
['French'] = "Ensemble de chantier : Gants",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Builder Gloves'] = {
['Name'] = 'Builder Gloves',
['ID'] = 'BuilderGlovesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BuilderHelmetRecipe'] = {
['Name'] = {
['English'] = "Builder Helmet",
['Russian'] = "Каска Строителя",
['German'] = "Baumeisterhelm",
['French'] = "Ensemble de chantier : Casque",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Builder Helmet'] = {
['Name'] = 'Builder Helmet',
['ID'] = 'BuilderHelmetItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BuilderOverallsRecipe'] = {
['Name'] = {
['English'] = "Builder Overalls",
['Russian'] = "Комбинезон Строителя",
['German'] = "Baumeisteroverall",
['French'] = "Ensemble de chantier : Salopette",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Builder Overalls'] = {
['Name'] = 'Builder Overalls',
['ID'] = 'BuilderOverallsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['BuilderShirtRecipe'] = {
['Name'] = {
['English'] = "Builder Shirt",
['Russian'] = "Рубашка Строителя",
['German'] = "Baumeisterhemd",
['French'] = "Ensemble de chantier : Chemise",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Builder Shirt'] = {
['Name'] = 'Builder Shirt',
['ID'] = 'BuilderShirtItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ButcherBisonRecipe'] = {
['Name'] = {
['English'] = "Butcher Bison",
['Russian'] = "Разделка бизона",
['German'] = "Schlachte Bison",
['French'] = "Dépecer le bison",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '70',
['RequiredSkill'] = {'ButcherySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Bison Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Bison Carcass',
['ID'] = 'BisonCarcassItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Leather Hide'] = {
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Raw Meat'] = {
['Name'] = 'Raw Meat',
['ID'] = 'RawMeatItem',
['Quantity'] = '10',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Shorn Wool'] = {
['Name'] = 'Shorn Wool',
['ID'] = 'ShornWoolItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ButcherHareRecipe'] = {
['Name'] = {
['English'] = "Butcher Hare",
['Russian'] = "Разделка зайца",
['German'] = "Schlachte Hase",
['French'] = "Dépecer le lièvre",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'ButcherySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hare Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Hare Carcass',
['ID'] = 'HareCarcassItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fur Pelt'] = {
['Name'] = 'Fur Pelt',
['ID'] = 'FurPeltItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Raw Meat'] = {
['Name'] = 'Raw Meat',
['ID'] = 'RawMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Shorn Wool'] = {
['Name'] = 'Shorn Wool',
['ID'] = 'ShornWoolItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ButcherMediumAnimalRecipe'] = {
['Name'] = {
['English'] = "Butcher Medium Animal",
['Russian'] = "Разделать среднее животное",
['German'] = "Mittleres Tier schlachten",
['French'] = "Dépecer l'animal de taille moyenne",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'ButcherySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Medium Leather Carcass'] = {
['Type'] = 'TAG',
['Name'] = 'Medium Leather Carcass',
['ID'] = 'MediumLeatherCarcass',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Leather Hide'] = {
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Raw Meat'] = {
['Name'] = 'Raw Meat',
['ID'] = 'RawMeatItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ButcherMediumWoolyAnimalRecipe'] = {
['Name'] = {
['English'] = "Butcher Medium Wooly Animal",
['Russian'] = "Разделать среднее шерстяное животное",
['German'] = "Mittleres Wolltier schlachten",
['French'] = "Dépecer l'animal de taille moyenne à laine",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'ButcherySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Medium Wooly Carcass'] = {
['Type'] = 'TAG',
['Name'] = 'Medium Wooly Carcass',
['ID'] = 'MediumWoolyCarcass',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Leather Hide'] = {
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Raw Meat'] = {
['Name'] = 'Raw Meat',
['ID'] = 'RawMeatItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Shorn Wool'] = {
['Name'] = 'Shorn Wool',
['ID'] = 'ShornWoolItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ButcherSmallAnimalRecipe'] = {
['Name'] = {
['English'] = "Butcher Small Animal",
['Russian'] = "Разделать маленькое животное",
['German'] = "Kleines Tier schlachten",
['French'] = "Dépecer le petit animal",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'ButcherySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Small Carcass'] = {
['Type'] = 'TAG',
['Name'] = 'Small Carcass',
['ID'] = 'SmallCarcass',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fur Pelt'] = {
['Name'] = 'Fur Pelt',
['ID'] = 'FurPeltItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Raw Meat'] = {
['Name'] = 'Raw Meat',
['ID'] = 'RawMeatItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ButcherTinyFurAnimalRecipe'] = {
['Name'] = {
['English'] = "Butcher Tiny Fur Animal",
['Russian'] = "Разделать крошечное меховое животное",
['German'] = "Winziges Felltier schlachten",
['French'] = "Dépecer le minuscule animal à fourrure",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'ButcherySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Tiny Fur Carcass'] = {
['Type'] = 'TAG',
['Name'] = 'Tiny Fur Carcass',
['ID'] = 'TinyFurCarcass',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fur Pelt'] = {
['Name'] = 'Fur Pelt',
['ID'] = 'FurPeltItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Raw Meat'] = {
['Name'] = 'Raw Meat',
['ID'] = 'RawMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ButcherTinyLeatherAnimalRecipe'] = {
['Name'] = {
['English'] = "Butcher Tiny Leather Animal",
['Russian'] = "Разделать крошечное животное с ценной кожей",
['German'] = "Winziges Ledertier schlachten",
['French'] = "Dépecer le minuscule animal à peau",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'ButcherySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Tiny Leather Carcass'] = {
['Type'] = 'TAG',
['Name'] = 'Tiny Leather Carcass',
['ID'] = 'TinyLeatherCarcass',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Leather Hide'] = {
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Raw Meat'] = {
['Name'] = 'Raw Meat',
['ID'] = 'RawMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ButcherySkillBookRecipe'] = {
['Name'] = {
['English'] = "Butchery Skill Book",
['Russian'] = "Книга про разделку животных",
['German'] = "Fertigkeitsbuch: Metzgerhandwerk",
['French'] = "Livre de compétence : Boucherie",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'HuntingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Culinary Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Culinary Research Paper Basic',
['ID'] = 'CulinaryResearchPaperBasicItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Butchery Skill Book'] = {
['Name'] = 'Butchery Skill Book',
['ID'] = 'ButcherySkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ButcheryTableRecipe'] = {
['Name'] = {
['English'] = "Butchery Table",
['Russian'] = "Разделочный стол",
['German'] = "Metzgertisch",
['French'] = "Table de boucherie",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Butchery Table'] = {
['Name'] = 'Butchery Table',
['ID'] = 'ButcheryTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ButcheryUpgradeRecipe'] = {
['Name'] = {
['English'] = "Butchery Upgrade",
['Russian'] = "Улучшение разделки",
['German'] = "Grundlegendes Upgrade: Metzgerei",
['French'] = "Amélioration basique : Boucherie",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'ButcherySkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Butchery Upgrade'] = {
['Name'] = 'Butchery Upgrade',
['ID'] = 'ButcheryUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CamasAshFertilizerRecipe'] = {
['Name'] = {
['English'] = "Camas Ash Fertilizer",
['Russian'] = "Удобрение из пепла камассии",
['German'] = "Dünger aus Prärielilienasche",
['French'] = "Engrais à la cendre de camassia",
},
['CraftTime'] = '18',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'FertilizersSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Charred Camas Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Charred Camas Bulb',
['ID'] = 'CharredCamasBulbItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Fertilizer Filler'] = {
['Type'] = 'TAG',
['Name'] = 'Fertilizer Filler',
['ID'] = 'FertilizerFiller',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Camas Ash Fertilizer'] = {
['Name'] = 'Camas Ash Fertilizer',
['ID'] = 'CamasAshFertilizerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CamasBreadRecipe'] = {
['Name'] = {
['English'] = "Camas Bread",
['Russian'] = "Хлеб с камассией",
['German'] = "Prärielilienbrot",
['French'] = "Pain au camassia",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Camas Paste'] = {
['Type'] = 'ITEM',
['Name'] = 'Camas Paste',
['ID'] = 'CamasPasteItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Leavened Dough'] = {
['Type'] = 'ITEM',
['Name'] = 'Leavened Dough',
['ID'] = 'LeavenedDoughItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Camas Bread'] = {
['Name'] = 'Camas Bread',
['ID'] = 'CamasBreadItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CamasBulbBakeRecipe'] = {
['Name'] = {
['English'] = "Camas Bulb Bake",
['Russian'] = "Запечённая луковица камассии",
['German'] = "Gebackene Prärielilienzwiebel",
['French'] = "Bulbe de camassia cuit",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Camas Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Camas Bulb',
['ID'] = 'CamasBulbItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Camas Bulb Bake'] = {
['Name'] = 'Camas Bulb Bake',
['ID'] = 'CamasBulbBakeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CamasPasteRecipe'] = {
['Name'] = {
['English'] = "Camas Paste",
['Russian'] = "Паста из камассии",
['German'] = "Prärielilienpaste",
['French'] = "Pâte de camassia",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Camas Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Camas Bulb',
['ID'] = 'CamasBulbItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Camas Paste'] = {
['Name'] = 'Camas Paste',
['ID'] = 'CamasPasteItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CameraFilmRecipe'] = {
['Name'] = {
['English'] = "Camera Film",
['Russian'] = "Пленка камеры",
['German'] = "Kamera-Film",
['French'] = "Pellicule",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Camera Film'] = {
['Name'] = 'Camera Film',
['ID'] = 'CameraFilmItem',
['Quantity'] = '10',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CamoPantsRecipe'] = {
['Name'] = {
['English'] = "Camo Pants",
['Russian'] = "Камуфляжные штаны",
['German'] = "Tarnhose",
['French'] = "Pantalon de camouflage",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cellulose Fiber'] = {
['Type'] = 'ITEM',
['Name'] = 'Cellulose Fiber',
['ID'] = 'CelluloseFiberItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Camo Pants'] = {
['Name'] = 'Camo Pants',
['ID'] = 'CamoPantsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CamoShirtRecipe'] = {
['Name'] = {
['English'] = "Camo Shirt",
['Russian'] = "Камуфляжная рубашка",
['German'] = "Tarnshirt",
['French'] = "Chemise de camouflage",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cellulose Fiber'] = {
['Type'] = 'ITEM',
['Name'] = 'Cellulose Fiber',
['ID'] = 'CelluloseFiberItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Camo Shirt'] = {
['Name'] = 'Camo Shirt',
['ID'] = 'CamoShirtItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CampfireAnimalMediumRecipe'] = {
['Name'] = {
['English'] = "Campfire Animal Medium",
['Russian'] = "Жареное на костре среднее животное",
['German'] = "Gegrilltes Tierfleisch - normal",
['French'] = "Animal moyen cuit au feu de camp",
},
['CraftTime'] = '150',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Medium Carcass'] = {
['Type'] = 'TAG',
['Name'] = 'Medium Carcass',
['ID'] = 'MediumCarcass',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Meat'] = {
['Name'] = 'Charred Meat',
['ID'] = 'CharredMeatItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Tallow'] = {
['Name'] = 'Tallow',
['ID'] = 'TallowItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CampfireAnimalSmallRecipe'] = {
['Name'] = {
['English'] = "Campfire Animal Small",
['Russian'] = "Жареное на костре маленькое животное",
['German'] = "Gegrilltes Tierfleisch - klein",
['French'] = "Animal petit cuit au feu de camp",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Small Carcass'] = {
['Type'] = 'TAG',
['Name'] = 'Small Carcass',
['ID'] = 'SmallCarcass',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Meat'] = {
['Name'] = 'Charred Meat',
['ID'] = 'CharredMeatItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CampfireAnimalTinyRecipe'] = {
['Name'] = {
['English'] = "Campfire Animal Tiny",
['Russian'] = "Жареное на костре крошечное животное",
['German'] = "Gegrilltes Tierfleisch - winzig",
['French'] = "Animal minuscule cuit au feu de camp",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Tiny Carcass'] = {
['Type'] = 'TAG',
['Name'] = 'Tiny Carcass',
['ID'] = 'TinyCarcass',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Meat'] = {
['Name'] = 'Charred Meat',
['ID'] = 'CharredMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CampfireBisonRecipe'] = {
['Name'] = {
['English'] = "Campfire Bison",
['Russian'] = "Жареный на костре бизон",
['German'] = "Lagerfeuerbison",
['French'] = "Bison cuit au feu de camp",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Bison Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Bison Carcass',
['ID'] = 'BisonCarcassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Meat'] = {
['Name'] = 'Charred Meat',
['ID'] = 'CharredMeatItem',
['Quantity'] = '8',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Tallow'] = {
['Name'] = 'Tallow',
['ID'] = 'TallowItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CampfireCookingUpgradeRecipe'] = {
['Name'] = {
['English'] = "Campfire Cooking Upgrade",
['Russian'] = "Улучшение для готовки на костре",
['German'] = "Grundlegendes Upgrade: Lagerfeuerkochen",
['French'] = "Amélioration basique : Cuisine au feu de camp",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'CampfireCookingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Campfire Cooking Upgrade'] = {
['Name'] = 'Campfire Cooking Upgrade',
['ID'] = 'CampfireCookingUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CampfireFishLargeRecipe'] = {
['Name'] = {
['English'] = "Campfire Fish Large",
['Russian'] = "Пожарить большую рыбу",
['German'] = "Gegrillter Fisch - groß",
['French'] = "Poisson de grande taille cuit au feu de camp",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Large Fish'] = {
['Type'] = 'TAG',
['Name'] = 'Large Fish',
['ID'] = 'LargeFish',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Fish'] = {
['Name'] = 'Charred Fish',
['ID'] = 'CharredFishItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CampfireFishMediumRecipe'] = {
['Name'] = {
['English'] = "Campfire Fish Medium",
['Russian'] = "Пожарить среднюю рыбу",
['German'] = "Gegrillter Fisch - normal",
['French'] = "Poisson de taille moyenne cuit au feu de camp",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Medium Fish'] = {
['Type'] = 'TAG',
['Name'] = 'Medium Fish',
['ID'] = 'MediumFish',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Fish'] = {
['Name'] = 'Charred Fish',
['ID'] = 'CharredFishItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CampfireFishSmallRecipe'] = {
['Name'] = {
['English'] = "Campfire Fish Small",
['Russian'] = "Пожарить маленькую рыбу",
['German'] = "Lagerfeuer Fisch (klein)",
['French'] = "Poisson de petite taille cuit au feu de camp",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Small Fish'] = {
['Type'] = 'TAG',
['Name'] = 'Small Fish',
['ID'] = 'SmallFish',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Fish'] = {
['Name'] = 'Charred Fish',
['ID'] = 'CharredFishItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CampfirePacificSardineRecipe'] = {
['Name'] = {
['English'] = "Campfire Pacific Sardine",
['Russian'] = "Жареная на костре перуанская сардина",
['German'] = "Gegrillte Pazifische Sardine",
['French'] = "Sardine du Pacifique cuite au feu de camp",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Pacific Sardine'] = {
['Type'] = 'ITEM',
['Name'] = 'Pacific Sardine',
['ID'] = 'PacificSardineItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Fish'] = {
['Name'] = 'Charred Fish',
['ID'] = 'CharredFishItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CampfireRecipe'] = {
['Name'] = {
['English'] = "Campfire",
['Russian'] = "Костёр",
['German'] = "Lagerfeuer",
['French'] = "Feu de camp",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campsite',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Campfire'] = {
['Name'] = 'Campfire',
['ID'] = 'CampfireItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CampfireRoastRecipe'] = {
['Name'] = {
['English'] = "Campfire Roast",
['Russian'] = "Жаркое на костре",
['German'] = "Lagerfeuerbraten",
['French'] = "Rôti cuit au feu de camp",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Raw Roast'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Roast',
['ID'] = 'RawRoastItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Campfire Roast'] = {
['Name'] = 'Campfire Roast',
['ID'] = 'CampfireRoastItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CampsiteRecipe'] = {
['Name'] = {
['English'] = "Campsite",
['Russian'] = "Палатка",
['German'] = "Campingplatz",
['French'] = "Camping",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'TailoringSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Campsite'] = {
['Name'] = 'Campsite',
['ID'] = 'CampsiteItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CandleStandRecipe'] = {
['Name'] = {
['English'] = "Candle Stand",
['Russian'] = "Подсвечник",
['German'] = "Kerzenständer",
['French'] = "Bougeoir",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'BlacksmithSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blacksmith Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Tallow Candle'] = {
['Type'] = 'ITEM',
['Name'] = 'Tallow Candle',
['ID'] = 'TallowCandleItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Candle Stand'] = {
['Name'] = 'Candle Stand',
['ID'] = 'CandleStandItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CanvasRecipe'] = {
['Name'] = {
['English'] = "Canvas",
['Russian'] = "Холст",
['German'] = "Leinwand",
['French'] = "Toile",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Linen Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Linen Fabric',
['ID'] = 'LinenFabricItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Canvas'] = {
['Name'] = 'Canvas',
['ID'] = 'CanvasItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CapitolRecipe'] = {
['Name'] = {
['English'] = "Capitol",
['Russian'] = "Капитолий",
['German'] = "Tisch der Verfassung",
['French'] = "Pupitre de la Constitution",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Capitol'] = {
['Name'] = 'Capitol',
['ID'] = 'CapitolItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CaprisRecipe'] = {
['Name'] = {
['English'] = "Capris",
['Russian'] = "Короткие брюки",
['German'] = "Caprihose",
['French'] = "Corsaire",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Capris'] = {
['Name'] = 'Capris',
['ID'] = 'CaprisItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CarbideHelmetLampRecipe'] = {
['Name'] = {
['English'] = "Carbide Helmet Lamp",
['Russian'] = "Карбидная лампа для шлема",
['German'] = "Hartmetall-Helmlampe",
['French'] = "Casque en carbure avec lampe",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Carbide Helmet Lamp'] = {
['Name'] = 'Carbide Helmet Lamp',
['ID'] = 'CarbideHelmetLampItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CarpenterSignRecipe'] = {
['Name'] = {
['English'] = "Carpenter Sign",
['Russian'] = "Вывеска Плотника",
['German'] = "Schreinerschild",
['French'] = "Enseigne du charpentier",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Store Sign'] = {
['Type'] = 'ITEM',
['Name'] = 'Store Sign',
['ID'] = 'StoreSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Carpenter Sign'] = {
['Name'] = 'Carpenter Sign',
['ID'] = 'CarpenterSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CarpentryAdvancedUpgradeRecipe'] = {
['Name'] = {
['English'] = "Carpentry Advanced Upgrade",
['Russian'] = "Продвинутое улучшение для плотницкого дела",
['German'] = "Fortschrittliches Upgrade: Schreinerei",
['French'] = "Amélioration avancée : Menuiserie",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'CarpentrySkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 4',
['ID'] = 'AdvancedUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Carpentry Advanced Upgrade'] = {
['Name'] = 'Carpentry Advanced Upgrade',
['ID'] = 'CarpentryAdvancedUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CarpentryBasicUpgradeRecipe'] = {
['Name'] = {
['English'] = "Carpentry Basic Upgrade",
['Russian'] = "Базовое улучшение для плотницкого дела",
['German'] = "Grundlegendes Upgrade: Schreinerei",
['French'] = "Amélioration basique : Menuiserie",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'CarpentrySkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Carpentry Basic Upgrade'] = {
['Name'] = 'Carpentry Basic Upgrade',
['ID'] = 'CarpentryBasicUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CarpentrySkillBookRecipe'] = {
['Name'] = {
['English'] = "Carpentry Skill Book",
['Russian'] = "Книга о плотницком деле",
['German'] = "Fertigkeitsbuch: Schreiner",
['French'] = "Livre de compétence : Menuiserie",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Dendrology Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Dendrology Research Paper Basic',
['ID'] = 'DendrologyResearchPaperBasicItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Gathering Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Gathering Research Paper Basic',
['ID'] = 'GatheringResearchPaperBasicItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Carpentry Skill Book'] = {
['Name'] = 'Carpentry Skill Book',
['ID'] = 'CarpentrySkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CarpentryTableRecipe'] = {
['Name'] = {
['English'] = "Carpentry Table",
['Russian'] = "Плотницкий верстак",
['German'] = "Zimmermanntisch",
['French'] = "Établi de menuiserie",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Carpentry Table'] = {
['Name'] = 'Carpentry Table',
['ID'] = 'CarpentryTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CartBlueprintPosterRecipe'] = {
['Name'] = {
['English'] = "Cart Blueprint Poster",
['Russian'] = "Постер с чертежом тележки",
['German'] = "Cart Blueprint Poster",
['French'] = "Poster d'un schéma de chariot",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.1',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'PaperMillingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Printing Press',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Printing Supplies'] = {
['Type'] = 'ITEM',
['Name'] = 'Printing Supplies',
['ID'] = 'PrintingSuppliesItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cart Blueprint Poster'] = {
['Name'] = 'Cart Blueprint Poster',
['ID'] = 'CartBlueprintPosterItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CarvedPumpkinRecipe'] = {
['Name'] = {
['English'] = "Carved Pumpkin",
['Russian'] = "Резная тыква",
['German'] = "Geschnitzter Kürbis",
['French'] = "Citrouille sculptée",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Pumpkin'] = {
['Type'] = 'ITEM',
['Name'] = 'Pumpkin',
['ID'] = 'PumpkinItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Tallow Candle'] = {
['Type'] = 'ITEM',
['Name'] = 'Tallow Candle',
['ID'] = 'TallowCandleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Carved Pumpkin'] = {
['Name'] = 'Carved Pumpkin',
['ID'] = 'CarvedPumpkinItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CastIronBedRecipe'] = {
['Name'] = {
['English'] = "Cast Iron Bed",
['Russian'] = "Чугунная кровать",
['German'] = "Gusseisernes Bett",
['French'] = "Lit en fer forgé",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'TailoringSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cast Iron Bed'] = {
['Name'] = 'Cast Iron Bed',
['ID'] = 'CastIronBedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CastIronBenchRecipe'] = {
['Name'] = {
['English'] = "Cast Iron Bench",
['Russian'] = "Чугунная лавка",
['German'] = "Gusseiserne Bank",
['French'] = "Banc en fer forgé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'SmeltingSkill','3'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Bloomery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay Mold'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay Mold',
['ID'] = 'ClayMoldItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cast Iron Bench'] = {
['Name'] = 'Cast Iron Bench',
['ID'] = 'CastIronBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CastIronChairRecipe'] = {
['Name'] = {
['English'] = "Cast Iron Chair",
['Russian'] = "Чугунный стул",
['German'] = "Gusseiserner Stuhl",
['French'] = "Chaise en fer forgé",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'SmeltingSkill','2'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Bloomery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay Mold'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay Mold',
['ID'] = 'ClayMoldItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cast Iron Chair'] = {
['Name'] = 'Cast Iron Chair',
['ID'] = 'CastIronChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CastIronPlaqueRecipe'] = {
['Name'] = {
['English'] = "Cast Iron Plaque",
['Russian'] = "Чугунная наградная табличка",
['German'] = "Cast Iron Plaque",
['French'] = "Plaque en fonte",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '80',
['RequiredSkill'] = {'SmeltingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bloomery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Concentrate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Concentrate',
['ID'] = 'IronConcentrateItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cast Iron Plaque'] = {
['Name'] = 'Cast Iron Plaque',
['ID'] = 'CastIronPlaqueItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CastIronRoyalBedRecipe'] = {
['Name'] = {
['English'] = "Cast Iron Royal Bed",
['Russian'] = "Чугунная Королевская Кровать",
['German'] = "Gusseisernes Königliches Bett",
['French'] = "Lit royal en fer forgé",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'TailoringSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '80',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cast Iron Royal Bed'] = {
['Name'] = 'Cast Iron Royal Bed',
['ID'] = 'CastIronRoyalBedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CastIronStoveRecipe'] = {
['Name'] = {
['English'] = "Cast Iron Stove",
['Russian'] = "Чугунная плита",
['German'] = "Gusseiserner Ofen",
['French'] = "Poêle en fonte",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '15',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'SmeltingSkill','3'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Bloomery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cooking Utensils'] = {
['Type'] = 'ITEM',
['Name'] = 'Cooking Utensils',
['ID'] = 'CookingUtensilsItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cast Iron Stove'] = {
['Name'] = 'Cast Iron Stove',
['ID'] = 'CastIronStoveItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CastIronTableRecipe'] = {
['Name'] = {
['English'] = "Cast Iron Table",
['Russian'] = "Чугунный стол",
['German'] = "Gusseiserner Tisch",
['French'] = "Table en fer forgé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'SmeltingSkill','6'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Bloomery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay Mold'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay Mold',
['ID'] = 'ClayMoldItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cast Iron Table'] = {
['Name'] = 'Cast Iron Table',
['ID'] = 'CastIronTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CeilingCandleRecipe'] = {
['Name'] = {
['English'] = "Ceiling Candle",
['Russian'] = "Люстра со свечами",
['German'] = "Deckenlampe",
['French'] = "Lustre à monture en fer",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'BlacksmithSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blacksmith Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Tallow Candle'] = {
['Type'] = 'ITEM',
['Name'] = 'Tallow Candle',
['ID'] = 'TallowCandleItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Ceiling Candle'] = {
['Name'] = 'Ceiling Candle',
['ID'] = 'CeilingCandleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CelluloseFiberRecipe'] = {
['Name'] = {
['English'] = "Cellulose Fiber",
['Russian'] = "Целлюлозное волокно",
['German'] = "Zellulosefaser",
['French'] = "Fibres de cellulose",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Natural Fiber'] = {
['Type'] = 'TAG',
['Name'] = 'Natural Fiber',
['ID'] = 'NaturalFiber',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cellulose Fiber'] = {
['Name'] = 'Cellulose Fiber',
['ID'] = 'CelluloseFiberItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CementKilnRecipe'] = {
['Name'] = {
['English'] = "Cement Kiln",
['Russian'] = "Барабанная печь",
['German'] = "Zementbrennofen",
['French'] = "Four à ciment",
},
['CraftTime'] = '6000',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'MechanicsSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
['Piston'] = {
['Type'] = 'ITEM',
['Name'] = 'Piston',
['ID'] = 'PistonItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cement Kiln'] = {
['Name'] = 'Cement Kiln',
['ID'] = 'CementKilnItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CementRecipe'] = {
['Name'] = {
['English'] = "Cement",
['Russian'] = "Цемент",
['German'] = "Zement",
['French'] = "Ciment",
},
['CraftTime'] = '96',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '70',
['RequiredSkill'] = {'MasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cement Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Quicklime'] = {
['Type'] = 'ITEM',
['Name'] = 'Quicklime',
['ID'] = 'QuicklimeItem',
['Quantity'] = '2.5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cement'] = {
['Name'] = 'Cement',
['ID'] = 'CementItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CensusBureauRecipe'] = {
['Name'] = {
['English'] = "Census Bureau",
['Russian'] = "Бюро переписи населения",
['German'] = "Einwohnermeldeamt",
['French'] = "Bureau du recensement",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Census Bureau'] = {
['Name'] = 'Census Bureau',
['ID'] = 'CensusBureauItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CeramicFuseRecipe'] = {
['Name'] = {
['English'] = "Ceramic Fuse",
['Russian'] = "Ceramic Fuse",
['German'] = "Ceramic Fuse",
['French'] = "Ceramic Fuse",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '80',
['RequiredSkill'] = {'ElectronicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fuse'] = {
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CeramicMoldRecipe'] = {
['Name'] = {
['English'] = "Ceramic Mold",
['Russian'] = "Керамическая форма",
['German'] = "Ceramic Mold",
['French'] = "Moule en céramique",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '200',
['RequiredSkill'] = {'PotterySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Pottery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Sand'] = {
['Type'] = 'ITEM',
['Name'] = 'Sand',
['ID'] = 'SandItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Silica'] = {
['Type'] = 'TAG',
['Name'] = 'Silica',
['ID'] = 'Silica',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ceramic Mold'] = {
['Name'] = 'Ceramic Mold',
['ID'] = 'CeramicMoldItem',
['Quantity'] = '8',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CeramicTeaCupRecipe'] = {
['Name'] = {
['English'] = "Ceramic Tea Cup",
['Russian'] = "Ceramic Tea Cup",
['German'] = "Ceramic Tea Cup",
['French'] = "Ceramic Tea Cup",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'PotterySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Blue Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'Blue Powder',
['ID'] = 'BluePowderItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['White Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'White Powder',
['ID'] = 'WhitePowderItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ceramic Tea Cup'] = {
['Name'] = 'Ceramic Tea Cup',
['ID'] = 'CeramicTeaCupItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CeramicTeaPotRecipe'] = {
['Name'] = {
['English'] = "Ceramic Tea Pot",
['Russian'] = "Ceramic Tea Pot",
['German'] = "Ceramic Tea Pot",
['French'] = "Ceramic Tea Pot",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'PotterySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Blue Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'Blue Powder',
['ID'] = 'BluePowderItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['White Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'White Powder',
['ID'] = 'WhitePowderItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ceramic Tea Pot'] = {
['Name'] = 'Ceramic Tea Pot',
['ID'] = 'CeramicTeaPotItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CeramicTrayRecipe'] = {
['Name'] = {
['English'] = "Ceramic Tray",
['Russian'] = "Ceramic Tray",
['German'] = "Ceramic Tray",
['French'] = "Ceramic Tray",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'PotterySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Blue Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'Blue Powder',
['ID'] = 'BluePowderItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['White Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'White Powder',
['ID'] = 'WhitePowderItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ceramic Tray'] = {
['Name'] = 'Ceramic Tray',
['ID'] = 'CeramicTrayItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ChainsawRecipe'] = {
['Name'] = {
['English'] = "Chainsaw",
['Russian'] = "Бензопила",
['German'] = "Kettensäge",
['French'] = "Tronçonneuse",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '1000',
['RequiredSkill'] = {'BlacksmithSkill','5'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Combustion Engine'] = {
['Type'] = 'ITEM',
['Name'] = 'Combustion Engine',
['ID'] = 'CombustionEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Fiberglass'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiberglass',
['ID'] = 'FiberglassItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Synthetic Rubber'] = {
['Type'] = 'ITEM',
['Name'] = 'Synthetic Rubber',
['ID'] = 'SyntheticRubberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Chainsaw'] = {
['Name'] = 'Chainsaw',
['ID'] = 'ChainsawItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ChandelierRecipe'] = {
['Name'] = {
['English'] = "Chandelier",
['Russian'] = "Люстра",
['German'] = "Chandelier",
['French'] = "Chandelier",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ElectronicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Chandelier'] = {
['Name'] = 'Chandelier',
['ID'] = 'ChandelierItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharcoalPowderRecipe'] = {
['Name'] = {
['English'] = "Charcoal Powder",
['Russian'] = "Угольный порошок",
['German'] = "Charcoal Powder",
['French'] = "Pigment charbon de bois",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '24',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Charcoal'] = {
['Type'] = 'ITEM',
['Name'] = 'Charcoal',
['ID'] = 'CharcoalItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Charcoal Powder'] = {
['Name'] = 'Charcoal Powder',
['ID'] = 'CharcoalPowderItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharcoalRecipe'] = {
['Name'] = {
['English'] = "Charcoal",
['Russian'] = "Древесный уголь",
['German'] = "Holzkohle",
['French'] = "Charbon de bois",
},
['CraftTime'] = '72',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'LoggingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '7',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Charcoal'] = {
['Name'] = 'Charcoal',
['ID'] = 'CharcoalItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharcoalSteelRecipe'] = {
['Name'] = {
['English'] = "Charcoal Steel",
['Russian'] = "Сталь с древесным углём",
['German'] = "Stahl",
['French'] = "Acier à base de charbon de bois",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedSmeltingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blast Furnace',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ceramic Mold'] = {
['Type'] = 'ITEM',
['Name'] = 'Ceramic Mold',
['ID'] = 'CeramicMoldItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Charcoal'] = {
['Type'] = 'ITEM',
['Name'] = 'Charcoal',
['ID'] = 'CharcoalItem',
['Quantity'] = '8',
['IsStatic'] = 'True',
},
['Iron Concentrate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Concentrate',
['ID'] = 'IronConcentrateItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Quicklime'] = {
['Type'] = 'ITEM',
['Name'] = 'Quicklime',
['ID'] = 'QuicklimeItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Ceramic Mold'] = {
['Name'] = 'Ceramic Mold',
['ID'] = 'CeramicMoldItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
['Slag'] = {
['Name'] = 'Slag',
['ID'] = 'SlagItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
['Steel Bar'] = {
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharredAgaveRecipe'] = {
['Name'] = {
['English'] = "Charred Agave",
['Russian'] = "Агава на углях",
['German'] = "Gegrillte Agave",
['French'] = "Agave carbonisé",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Agave Leaves'] = {
['Type'] = 'ITEM',
['Name'] = 'Agave Leaves',
['ID'] = 'AgaveLeavesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Agave'] = {
['Name'] = 'Charred Agave',
['ID'] = 'CharredAgaveItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharredBeansRecipe'] = {
['Name'] = {
['English'] = "Charred Beans",
['Russian'] = "Бобы на углях",
['German'] = "Gegrillte Bohnen",
['French'] = "Haricots carbonisés",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beans'] = {
['Type'] = 'ITEM',
['Name'] = 'Beans',
['ID'] = 'BeansItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Beans'] = {
['Name'] = 'Charred Beans',
['ID'] = 'CharredBeansItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharredBeetRecipe'] = {
['Name'] = {
['English'] = "Charred Beet",
['Russian'] = "Свёкла на углях",
['German'] = "Gegrillte Rübe",
['French'] = "Betterave carbonisée",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beet'] = {
['Type'] = 'ITEM',
['Name'] = 'Beet',
['ID'] = 'BeetItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Beet'] = {
['Name'] = 'Charred Beet',
['ID'] = 'CharredBeetItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharredCactusFruitRecipe'] = {
['Name'] = {
['English'] = "Charred Cactus Fruit",
['Russian'] = "Плод сагуаро на углях",
['German'] = "Gegrillte Kaktusfrucht",
['French'] = "Fruit de saguaro carbonisé",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Giant Cactus Fruit'] = {
['Type'] = 'ITEM',
['Name'] = 'Giant Cactus Fruit',
['ID'] = 'GiantCactusFruitItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Cactus Fruit'] = {
['Name'] = 'Charred Cactus Fruit',
['ID'] = 'CharredCactusFruitItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharredCamasBulbRecipe'] = {
['Name'] = {
['English'] = "Charred Camas Bulb",
['Russian'] = "Обжаренная луковица камассии",
['German'] = "Gegrillte Prärielilienzwiebel",
['French'] = "Bulbe de camassia carbonisé",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Camas Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Camas Bulb',
['ID'] = 'CamasBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Camas Bulb'] = {
['Name'] = 'Charred Camas Bulb',
['ID'] = 'CharredCamasBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharredCornRecipe'] = {
['Name'] = {
['English'] = "Charred Corn",
['Russian'] = "Кукуруза на углях",
['German'] = "Gegrillter Mais",
['French'] = "Maïs carbonisé",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Corn'] = {
['Type'] = 'ITEM',
['Name'] = 'Corn',
['ID'] = 'CornItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Corn'] = {
['Name'] = 'Charred Corn',
['ID'] = 'CharredCornItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharredFireweedShootsRecipe'] = {
['Name'] = {
['English'] = "Charred Fireweed Shoots",
['Russian'] = "Иван-чай на углях",
['German'] = "Gegrillte Weidenröschen",
['French'] = "Pousses d'épilobe carbonisées",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fireweed Shoots'] = {
['Type'] = 'ITEM',
['Name'] = 'Fireweed Shoots',
['ID'] = 'FireweedShootsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Fireweed Shoots'] = {
['Name'] = 'Charred Fireweed Shoots',
['ID'] = 'CharredFireweedShootsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharredFishRecipe'] = {
['Name'] = {
['English'] = "Charred Fish",
['Russian'] = "Жареная на костре рыба",
['German'] = "Gegrillter Fisch",
['French'] = "Poisson carbonisé",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Raw Fish'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Fish',
['ID'] = 'RawFishItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Fish'] = {
['Name'] = 'Charred Fish',
['ID'] = 'CharredFishItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharredHeartOfPalmRecipe'] = {
['Name'] = {
['English'] = "Charred Heart Of Palm",
['Russian'] = "Сердцевина пальмы на углях",
['German'] = "Gegrillte Palmherzen",
['French'] = "Cœur de palmier carbonisé",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Heart Of Palm'] = {
['Type'] = 'ITEM',
['Name'] = 'Heart Of Palm',
['ID'] = 'HeartOfPalmItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Heart Of Palm'] = {
['Name'] = 'Charred Heart Of Palm',
['ID'] = 'CharredHeartOfPalmItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharredMeatRecipe'] = {
['Name'] = {
['English'] = "Charred Meat",
['Russian'] = "Жареное на костре мясо",
['German'] = "Gegrilltes Fleisch",
['French'] = "Viande carbonisée",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Raw Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Meat',
['ID'] = 'RawMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Meat'] = {
['Name'] = 'Charred Meat',
['ID'] = 'CharredMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharredMortarRecipe'] = {
['Name'] = {
['English'] = "Charred Mortar",
['Russian'] = "Пережжённый раствор",
['German'] = "Verkohlter Mörtel",
['French'] = "Mortier carbonisé",
},
['CraftTime'] = '10',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Natural Fiber'] = {
['Type'] = 'TAG',
['Name'] = 'Natural Fiber',
['ID'] = 'NaturalFiber',
['Quantity'] = '5',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Mortar'] = {
['Name'] = 'Mortar',
['ID'] = 'MortarItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharredMushroomsRecipe'] = {
['Name'] = {
['English'] = "Charred Mushrooms",
['Russian'] = "Грибы на углях",
['German'] = "Gegrillte Pilze",
['French'] = "Champignons carbonisés",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fungus'] = {
['Type'] = 'TAG',
['Name'] = 'Fungus',
['ID'] = 'Fungus',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Mushrooms'] = {
['Name'] = 'Charred Mushrooms',
['ID'] = 'CharredMushroomsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharredPapayaRecipe'] = {
['Name'] = {
['English'] = "Charred Papaya",
['Russian'] = "Папайя на углях",
['German'] = "Gegrillte Papaya",
['French'] = "Papaye carbonisée",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Papaya'] = {
['Type'] = 'ITEM',
['Name'] = 'Papaya',
['ID'] = 'PapayaItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Papaya'] = {
['Name'] = 'Charred Papaya',
['ID'] = 'CharredPapayaItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharredPineappleRecipe'] = {
['Name'] = {
['English'] = "Charred Pineapple",
['Russian'] = "Ананас на углях",
['German'] = "Gegrillte Ananas",
['French'] = "Ananas carbonisé",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Pineapple'] = {
['Type'] = 'ITEM',
['Name'] = 'Pineapple',
['ID'] = 'PineappleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Pineapple'] = {
['Name'] = 'Charred Pineapple',
['ID'] = 'CharredPineappleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharredSausageRecipe'] = {
['Name'] = {
['English'] = "Charred Sausage",
['Russian'] = "Сарделька на углях",
['German'] = "Gegrillte Wurst",
['French'] = "Saucisse carbonisée",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Raw Sausage'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Sausage',
['ID'] = 'RawSausageItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Charred Sausage'] = {
['Name'] = 'Charred Sausage',
['ID'] = 'CharredSausageItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharredTaroRecipe'] = {
['Name'] = {
['English'] = "Charred Taro",
['Russian'] = "Таро на углях",
['German'] = "Gegrillter Taro",
['French'] = "Taro carbonisé",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Taro Root'] = {
['Type'] = 'ITEM',
['Name'] = 'Taro Root',
['ID'] = 'TaroRootItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Taro'] = {
['Name'] = 'Charred Taro',
['ID'] = 'CharredTaroItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CharredTomatoRecipe'] = {
['Name'] = {
['English'] = "Charred Tomato",
['Russian'] = "Помидор на углях",
['German'] = "Gegrillte Tomate",
['French'] = "Tomate carbonisée",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Tomato'] = {
['Type'] = 'ITEM',
['Name'] = 'Tomato',
['ID'] = 'TomatoItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Charred Tomato'] = {
['Name'] = 'Charred Tomato',
['ID'] = 'CharredTomatoItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ChefHatRecipe'] = {
['Name'] = {
['English'] = "Chef Hat",
['Russian'] = "Колпак Повара",
['German'] = "Kochmütze",
['French'] = "Ensemble de cuisinier : Toque",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Chef Hat'] = {
['Name'] = 'Chef Hat',
['ID'] = 'ChefHatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ChefPantsRecipe'] = {
['Name'] = {
['English'] = "Chef Pants",
['Russian'] = "Штаны Повара",
['German'] = "Kochhosen",
['French'] = "Ensemble de cuisinier : Pantalon",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Chef Pants'] = {
['Name'] = 'Chef Pants',
['ID'] = 'ChefPantsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ChefShirtRecipe'] = {
['Name'] = {
['English'] = "Chef Shirt",
['Russian'] = "Китель Повара",
['German'] = "Kochhemd",
['French'] = "Ensemble de cuisinier : Veste",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Chef Shirt'] = {
['Name'] = 'Chef Shirt',
['ID'] = 'ChefShirtItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ChefShoesRecipe'] = {
['Name'] = {
['English'] = "Chef Shoes",
['Russian'] = "Ботинки Повара",
['German'] = "Kochschuhe",
['French'] = "Ensemble de cuisinier : Chaussures",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Synthetic Rubber'] = {
['Type'] = 'ITEM',
['Name'] = 'Synthetic Rubber',
['ID'] = 'SyntheticRubberItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Chef Shoes'] = {
['Name'] = 'Chef Shoes',
['ID'] = 'ChefShoesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ClaimToolRecipe'] = {
['Name'] = {
['English'] = "Claim Tool",
['Russian'] = "Инструмент землемера",
['German'] = "Grundstückswerkzeug",
['French'] = "Outil de revendication",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '200',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tool Bench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Claim Tool'] = {
['Name'] = 'Claim Tool',
['ID'] = 'ClaimToolItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ClamChowderRecipe'] = {
['Name'] = {
['English'] = "Clam Chowder",
['Russian'] = "Похлебка из моллюсков",
['German'] = "Suppe mit Muscheln",
['French'] = "Chaudrée de palourdes",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clam'] = {
['Type'] = 'ITEM',
['Name'] = 'Clam',
['ID'] = 'ClamItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Taro Root'] = {
['Type'] = 'ITEM',
['Name'] = 'Taro Root',
['ID'] = 'TaroRootItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Clam Chowder'] = {
['Name'] = 'Clam Chowder',
['ID'] = 'ClamChowderItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ClayMoldRecipe'] = {
['Name'] = {
['English'] = "Clay Mold",
['Russian'] = "Глиняная форма",
['German'] = "Clay Mold",
['French'] = "Moule en argile",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'GatheringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Pottery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Clay Mold'] = {
['Name'] = 'Clay Mold',
['ID'] = 'ClayMoldItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CleanCrabRecipe'] = {
['Name'] = {
['English'] = "Clean Crab",
['Russian'] = "Очистить краба",
['German'] = "Saubere Krabbe",
['French'] = "Vider le crabe",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'HuntingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fishery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crab Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Crab Carcass',
['ID'] = 'CrabCarcassItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Raw Fish'] = {
['Name'] = 'Raw Fish',
['ID'] = 'RawFishItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CleanLargeFishRecipe'] = {
['Name'] = {
['English'] = "Clean Large Fish",
['Russian'] = "Почистить большую рыбу",
['German'] = "Säubere Großen Fisch",
['French'] = "Vider le grand poisson",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'HuntingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fishery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Large Fish'] = {
['Type'] = 'TAG',
['Name'] = 'Large Fish',
['ID'] = 'LargeFish',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Raw Fish'] = {
['Name'] = 'Raw Fish',
['ID'] = 'RawFishItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CleanMediumFishRecipe'] = {
['Name'] = {
['English'] = "Clean Medium Fish",
['Russian'] = "Почистить среднюю рыбу",
['German'] = "Säubere Mittelgroßen Fisch",
['French'] = "Vider le poisson moyen",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'HuntingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fishery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Medium Fish'] = {
['Type'] = 'TAG',
['Name'] = 'Medium Fish',
['ID'] = 'MediumFish',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Raw Fish'] = {
['Name'] = 'Raw Fish',
['ID'] = 'RawFishItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CleanMoonJellyfishRecipe'] = {
['Name'] = {
['English'] = "Clean Moon Jellyfish",
['Russian'] = "Очистить Ушастую аурелию",
['German'] = "Reine Mondqualle",
['French'] = "Préparer la méduse lune",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'HuntingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fishery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Moon Jellyfish'] = {
['Type'] = 'ITEM',
['Name'] = 'Moon Jellyfish',
['ID'] = 'MoonJellyfishItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Raw Fish'] = {
['Name'] = 'Raw Fish',
['ID'] = 'RawFishItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CleanPacificSardineRecipe'] = {
['Name'] = {
['English'] = "Clean Pacific Sardine",
['Russian'] = "Почистить перуанскую сардину",
['German'] = "Saubere Pazifische Sardine",
['French'] = "Vider la sardine du Pacifique",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'HuntingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fishery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Pacific Sardine'] = {
['Type'] = 'ITEM',
['Name'] = 'Pacific Sardine',
['ID'] = 'PacificSardineItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Raw Fish'] = {
['Name'] = 'Raw Fish',
['ID'] = 'RawFishItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CleanUrchinsRecipe'] = {
['Name'] = {
['English'] = "Clean Urchins",
['Russian'] = "Очистка морских ежей",
['German'] = "Seeigel ausnehmen",
['French'] = "Vider les oursins",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'HuntingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fishery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Urchin'] = {
['Type'] = 'ITEM',
['Name'] = 'Urchin',
['ID'] = 'UrchinItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Raw Fish'] = {
['Name'] = 'Raw Fish',
['ID'] = 'RawFishItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ClothBeltRecipe'] = {
['Name'] = {
['English'] = "Cloth Belt",
['Russian'] = "Тканый пояс",
['German'] = "Gürtel",
['French'] = "Ceinture en tissu",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cloth Belt'] = {
['Name'] = 'Cloth Belt',
['ID'] = 'ClothBeltItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ClothCapeRecipe'] = {
['Name'] = {
['English'] = "Cloth Cape",
['Russian'] = "Тканевая накидка",
['German'] = "Stoffumhang",
['French'] = "Cape en tissu",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cellulose Fiber'] = {
['Type'] = 'ITEM',
['Name'] = 'Cellulose Fiber',
['ID'] = 'CelluloseFiberItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cloth Cape'] = {
['Name'] = 'Cloth Cape',
['ID'] = 'ClothCapeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CoarseStoneRecipe'] = {
['Name'] = {
['English'] = "Coarse Stone",
['Russian'] = "Грубый камень",
['German'] = "Coarse Stone",
['French'] = "Pierre grossière",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tool Bench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Coarse Stone'] = {
['Name'] = 'Coarse Stone',
['ID'] = 'CoarseStoneItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CoffeeTableRecipe'] = {
['Name'] = {
['English'] = "Coffee Table",
['Russian'] = "Coffee Table",
['German'] = "Coffee Table",
['French'] = "Coffee Table",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '14',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Coffee Table'] = {
['Name'] = 'Coffee Table',
['ID'] = 'CoffeeTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ColoredPowderRecipe'] = {
['Name'] = {
['English'] = "Colored Powder",
['Russian'] = "Цветной порошок",
['German'] = "Farbiges Puder",
['French'] = "Poudre colorée",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '24',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Petals'] = {
['Type'] = 'TAG',
['Name'] = 'Petals',
['ID'] = 'Petals',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Colored Powder'] = {
['Name'] = 'Colored Powder',
['ID'] = 'ColoredPowderItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CombustionEngineRecipe'] = {
['Name'] = {
['English'] = "Combustion Engine",
['Russian'] = "Двигатель внутреннего сгорания",
['German'] = "Verbrennungsmotor",
['French'] = "Moteur à combustion",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '15',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'MechanicsSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Piston'] = {
['Type'] = 'ITEM',
['Name'] = 'Piston',
['ID'] = 'PistonItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Combustion Engine'] = {
['Name'] = 'Combustion Engine',
['ID'] = 'CombustionEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CombustionGeneratorRecipe'] = {
['Name'] = {
['English'] = "Combustion Generator",
['Russian'] = "Генератор внутреннего сгорания",
['German'] = "Verbrennungsgenerator",
['French'] = "Générateur électrique à combustion",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '25',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'MechanicsSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Combustion Engine'] = {
['Type'] = 'ITEM',
['Name'] = 'Combustion Engine',
['ID'] = 'CombustionEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Piston'] = {
['Type'] = 'ITEM',
['Name'] = 'Piston',
['ID'] = 'PistonItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Combustion Generator'] = {
['Name'] = 'Combustion Generator',
['ID'] = 'CombustionGeneratorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeBirchBenchRecipe'] = {
['Name'] = {
['English'] = "Composite Birch Bench",
['Russian'] = "Лавка из композитных берёзовых пиломатериалов",
['German'] = "Birken-Verbundholzbank",
['French'] = "Banc en bouleau composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Birch Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Birch Lumber',
['ID'] = 'CompositeBirchLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Birch Bench'] = {
['Name'] = 'Composite Birch Bench',
['ID'] = 'CompositeBirchBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeBirchChairRecipe'] = {
['Name'] = {
['English'] = "Composite Birch Chair",
['Russian'] = "Стул из композитных берёзовых пиломатериалов",
['German'] = "Birken-Verbundholzstuhl",
['French'] = "Chaise en bouleau composite",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Birch Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Birch Lumber',
['ID'] = 'CompositeBirchLumberItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Birch Chair'] = {
['Name'] = 'Composite Birch Chair',
['ID'] = 'CompositeBirchChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeBirchDoorRecipe'] = {
['Name'] = {
['English'] = "Composite Birch Door",
['Russian'] = "Дверь из композитных берёзовых пиломатериалов",
['German'] = "Birken-Verbundholztür",
['French'] = "Porte en bouleau composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Birch Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Birch Lumber',
['ID'] = 'CompositeBirchLumberItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Composite Birch Door'] = {
['Name'] = 'Composite Birch Door',
['ID'] = 'CompositeBirchDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeBirchLumberRecipe'] = {
['Name'] = {
['English'] = "Composite Birch Lumber",
['Russian'] = "Композитные пиломатериалы из березы",
['German'] = "Birken-Verbundholz",
['French'] = "Bois composite de bouleau",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Birch Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Birch Log',
['ID'] = 'BirchLogItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Birch Lumber'] = {
['Name'] = 'Composite Birch Lumber',
['ID'] = 'CompositeBirchLumberItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeBirchTableRecipe'] = {
['Name'] = {
['English'] = "Composite Birch Table",
['Russian'] = "Стол из композитных берёзовых пиломатериалов",
['German'] = "Birken-Verbundholztisch",
['French'] = "Table en bouleau composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Birch Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Birch Lumber',
['ID'] = 'CompositeBirchLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Birch Table'] = {
['Name'] = 'Composite Birch Table',
['ID'] = 'CompositeBirchTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeBowRecipe'] = {
['Name'] = {
['English'] = "Composite Bow",
['Russian'] = "Композитный лук",
['German'] = "Kompositbogen",
['French'] = "Arc composite",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1000',
['RequiredSkill'] = {'HuntingSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fletching Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fiberglass'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiberglass',
['ID'] = 'FiberglassItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Nylon Thread'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Thread',
['ID'] = 'NylonThreadItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Bow'] = {
['Name'] = 'Composite Bow',
['ID'] = 'CompositeBowItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeCedarBenchRecipe'] = {
['Name'] = {
['English'] = "Composite Cedar Bench",
['Russian'] = "Лавка из кедрового композита",
['German'] = "Zedern-Verbundholzbank",
['French'] = "Banc en cèdre composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Cedar Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Cedar Lumber',
['ID'] = 'CompositeCedarLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Cedar Bench'] = {
['Name'] = 'Composite Cedar Bench',
['ID'] = 'CompositeCedarBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeCedarChairRecipe'] = {
['Name'] = {
['English'] = "Composite Cedar Chair",
['Russian'] = "Стул из кедрового композита",
['German'] = "Zedern-Verbundholzstuhl",
['French'] = "Chaise en cèdre composite",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Cedar Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Cedar Lumber',
['ID'] = 'CompositeCedarLumberItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Cedar Chair'] = {
['Name'] = 'Composite Cedar Chair',
['ID'] = 'CompositeCedarChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeCedarDoorRecipe'] = {
['Name'] = {
['English'] = "Composite Cedar Door",
['Russian'] = "Дверь из кедрового композита",
['German'] = "Zedern-Verbundholztür",
['French'] = "Porte en cèdre composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Cedar Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Cedar Lumber',
['ID'] = 'CompositeCedarLumberItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Composite Cedar Door'] = {
['Name'] = 'Composite Cedar Door',
['ID'] = 'CompositeCedarDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeCedarLumberRecipe'] = {
['Name'] = {
['English'] = "Composite Cedar Lumber",
['Russian'] = "Композитные пиломатериалы из кедра",
['German'] = "Zedern-Verbundholz",
['French'] = "Bois composite de cèdre",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cedar Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Cedar Log',
['ID'] = 'CedarLogItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Cedar Lumber'] = {
['Name'] = 'Composite Cedar Lumber',
['ID'] = 'CompositeCedarLumberItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeCedarTableRecipe'] = {
['Name'] = {
['English'] = "Composite Cedar Table",
['Russian'] = "Стол из кедрового композита",
['German'] = "Zedern-Verbundholztisch",
['French'] = "Table en cèdre composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Cedar Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Cedar Lumber',
['ID'] = 'CompositeCedarLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Cedar Table'] = {
['Name'] = 'Composite Cedar Table',
['ID'] = 'CompositeCedarTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeCeibaBenchRecipe'] = {
['Name'] = {
['English'] = "Composite Ceiba Bench",
['Russian'] = "Лавка из композита сейбы",
['German'] = "Kapok-Verbundholzbank",
['French'] = "Banc en ceiba composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Ceiba Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Ceiba Lumber',
['ID'] = 'CompositeCeibaLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Ceiba Bench'] = {
['Name'] = 'Composite Ceiba Bench',
['ID'] = 'CompositeCeibaBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeCeibaChairRecipe'] = {
['Name'] = {
['English'] = "Composite Ceiba Chair",
['Russian'] = "Стул из композита сейбы",
['German'] = "Kapok-Verbundholzstuhl",
['French'] = "Chaise en ceiba composite",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Ceiba Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Ceiba Lumber',
['ID'] = 'CompositeCeibaLumberItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Ceiba Chair'] = {
['Name'] = 'Composite Ceiba Chair',
['ID'] = 'CompositeCeibaChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeCeibaDoorRecipe'] = {
['Name'] = {
['English'] = "Composite Ceiba Door",
['Russian'] = "Дверь из композита сейбы",
['German'] = "Kapok-Verbundholztür",
['French'] = "Porte en ceiba composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Ceiba Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Ceiba Lumber',
['ID'] = 'CompositeCeibaLumberItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Composite Ceiba Door'] = {
['Name'] = 'Composite Ceiba Door',
['ID'] = 'CompositeCeibaDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeCeibaLumberRecipe'] = {
['Name'] = {
['English'] = "Composite Ceiba Lumber",
['Russian'] = "Композитные пиломатериалы из сейбы",
['German'] = "Kapok-Verbundholz",
['French'] = "Bois composite de ceiba",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ceiba Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Ceiba Log',
['ID'] = 'CeibaLogItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Ceiba Lumber'] = {
['Name'] = 'Composite Ceiba Lumber',
['ID'] = 'CompositeCeibaLumberItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeCeibaTableRecipe'] = {
['Name'] = {
['English'] = "Composite Ceiba Table",
['Russian'] = "Стол из композита сейбы",
['German'] = "Kapok-Verbundholztisch",
['French'] = "Table en ceiba composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Ceiba Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Ceiba Lumber',
['ID'] = 'CompositeCeibaLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Ceiba Table'] = {
['Name'] = 'Composite Ceiba Table',
['ID'] = 'CompositeCeibaTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeFillerRecipe'] = {
['Name'] = {
['English'] = "Composite Filler",
['Russian'] = "Композитный наполнитель",
['German'] = "Füller aus Verbundstoffen",
['French'] = "Charge renforçante composite",
},
['CraftTime'] = '18',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'FertilizersSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Dirt'] = {
['Type'] = 'ITEM',
['Name'] = 'Dirt',
['ID'] = 'DirtItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Natural Fiber'] = {
['Type'] = 'TAG',
['Name'] = 'Natural Fiber',
['ID'] = 'NaturalFiber',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Filler'] = {
['Name'] = 'Composite Filler',
['ID'] = 'CompositeFillerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeFirBenchRecipe'] = {
['Name'] = {
['English'] = "Composite Fir Bench",
['Russian'] = "Лавка из композита пихты",
['German'] = "Tannen-Verbundholzbank",
['French'] = "Banc en sapin composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Fir Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Fir Lumber',
['ID'] = 'CompositeFirLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Fir Bench'] = {
['Name'] = 'Composite Fir Bench',
['ID'] = 'CompositeFirBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeFirChairRecipe'] = {
['Name'] = {
['English'] = "Composite Fir Chair",
['Russian'] = "Стул из композита пихты",
['German'] = "Tannen-Verbundholzstuhl",
['French'] = "Chaise en sapin composite",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Fir Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Fir Lumber',
['ID'] = 'CompositeFirLumberItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Fir Chair'] = {
['Name'] = 'Composite Fir Chair',
['ID'] = 'CompositeFirChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeFirDoorRecipe'] = {
['Name'] = {
['English'] = "Composite Fir Door",
['Russian'] = "Дверь из композита пихты",
['German'] = "Tannen-Verbundholztür",
['French'] = "Porte en sapin composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Fir Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Fir Lumber',
['ID'] = 'CompositeFirLumberItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Composite Fir Door'] = {
['Name'] = 'Composite Fir Door',
['ID'] = 'CompositeFirDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeFirLumberRecipe'] = {
['Name'] = {
['English'] = "Composite Fir Lumber",
['Russian'] = "Композитные пиломатериалы из пихты",
['German'] = "Tannen-Verbundholz",
['French'] = "Bois composite de sapin",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Fir Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Fir Log',
['ID'] = 'FirLogItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Fir Lumber'] = {
['Name'] = 'Composite Fir Lumber',
['ID'] = 'CompositeFirLumberItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeFirTableRecipe'] = {
['Name'] = {
['English'] = "Composite Fir Table",
['Russian'] = "Стол из композита пихты",
['German'] = "Tannen-Verbundholztisch",
['French'] = "Table en sapin composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Fir Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Fir Lumber',
['ID'] = 'CompositeFirLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Fir Table'] = {
['Name'] = 'Composite Fir Table',
['ID'] = 'CompositeFirTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeHardwoodBenchRecipe'] = {
['Name'] = {
['English'] = "Composite Hardwood Bench",
['Russian'] = "Лавка из композитов лиственных пород",
['German'] = "Verbundholzbank aus Hartholz",
['French'] = "Banc en bois dur composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood Lumber',
['ID'] = 'HardwoodLumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Hardwood Bench'] = {
['Name'] = 'Composite Hardwood Bench',
['ID'] = 'CompositeHardwoodBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeHardwoodChairRecipe'] = {
['Name'] = {
['English'] = "Composite Hardwood Chair",
['Russian'] = "Стул из композитов лиственных пород",
['German'] = "Verbundholzstuhl aus Hartholz",
['French'] = "Chaise en bois dur composite",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood Lumber',
['ID'] = 'HardwoodLumber',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Hardwood Chair'] = {
['Name'] = 'Composite Hardwood Chair',
['ID'] = 'CompositeHardwoodChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeHardwoodDoorRecipe'] = {
['Name'] = {
['English'] = "Composite Hardwood Door",
['Russian'] = "Дверь из композитов лиственных пород",
['German'] = "Verbundholztür aus Hartholz",
['French'] = "Porte en bois dur composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood Lumber',
['ID'] = 'HardwoodLumber',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Composite Hardwood Door'] = {
['Name'] = 'Composite Hardwood Door',
['ID'] = 'CompositeHardwoodDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeHardwoodTableRecipe'] = {
['Name'] = {
['English'] = "Composite Hardwood Table",
['Russian'] = "Стол из композитов лиственных пород",
['German'] = "Verbundholztisch aus Hartholz",
['French'] = "Table en bois dur composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood Lumber',
['ID'] = 'HardwoodLumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Hardwood Table'] = {
['Name'] = 'Composite Hardwood Table',
['ID'] = 'CompositeHardwoodTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeJoshuaBenchRecipe'] = {
['Name'] = {
['English'] = "Composite Joshua Bench",
['Russian'] = "Лавка из композита юкки коротколистной",
['German'] = "Josua-Verbundholzbank",
['French'] = "Banc en josué composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Joshua Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Joshua Lumber',
['ID'] = 'CompositeJoshuaLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Joshua Bench'] = {
['Name'] = 'Composite Joshua Bench',
['ID'] = 'CompositeJoshuaBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeJoshuaChairRecipe'] = {
['Name'] = {
['English'] = "Composite Joshua Chair",
['Russian'] = "Стул из композита юкки коротколистной",
['German'] = "Josua-Verbundholzstuhl",
['French'] = "Chaise en josué composite",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Joshua Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Joshua Lumber',
['ID'] = 'CompositeJoshuaLumberItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Joshua Chair'] = {
['Name'] = 'Composite Joshua Chair',
['ID'] = 'CompositeJoshuaChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeJoshuaDoorRecipe'] = {
['Name'] = {
['English'] = "Composite Joshua Door",
['Russian'] = "Дверь из композита юкки коротколистной",
['German'] = "Josua-Verbundholztür",
['French'] = "Porte en josué composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Joshua Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Joshua Lumber',
['ID'] = 'CompositeJoshuaLumberItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Composite Joshua Door'] = {
['Name'] = 'Composite Joshua Door',
['ID'] = 'CompositeJoshuaDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeJoshuaLumberRecipe'] = {
['Name'] = {
['English'] = "Composite Joshua Lumber",
['Russian'] = "Композитные пиломатериалы из юкки",
['German'] = "Josua-Verbundholz",
['French'] = "Bois composite de josué",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Joshua Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Joshua Log',
['ID'] = 'JoshuaLogItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Joshua Lumber'] = {
['Name'] = 'Composite Joshua Lumber',
['ID'] = 'CompositeJoshuaLumberItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeJoshuaTableRecipe'] = {
['Name'] = {
['English'] = "Composite Joshua Table",
['Russian'] = "Стол из композита юкки коротколистной",
['German'] = "Josua-Verbundholztisch",
['French'] = "Table en josué composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Joshua Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Joshua Lumber',
['ID'] = 'CompositeJoshuaLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Joshua Table'] = {
['Name'] = 'Composite Joshua Table',
['ID'] = 'CompositeJoshuaTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeLumberBenchRecipe'] = {
['Name'] = {
['English'] = "Composite Lumber Bench",
['Russian'] = "Лавка из композитов",
['German'] = "Verbundholz-Bank",
['French'] = "Banc en bois composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Composite Lumber',
['ID'] = 'CompositeLumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Lumber Bench'] = {
['Name'] = 'Composite Lumber Bench',
['ID'] = 'CompositeLumberBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeLumberChairRecipe'] = {
['Name'] = {
['English'] = "Composite Lumber Chair",
['Russian'] = "Стул из композитов",
['German'] = "Verbundholz-Stuhl",
['French'] = "Chaise en composite",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Composite Lumber',
['ID'] = 'CompositeLumber',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Lumber Chair'] = {
['Name'] = 'Composite Lumber Chair',
['ID'] = 'CompositeLumberChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeLumberDoorRecipe'] = {
['Name'] = {
['English'] = "Composite Lumber Door",
['Russian'] = "Дверь из композитов",
['German'] = "Verbundholz-Tür",
['French'] = "Porte en composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Composite Lumber',
['ID'] = 'CompositeLumber',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Composite Lumber Door'] = {
['Name'] = 'Composite Lumber Door',
['ID'] = 'CompositeLumberDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeLumberRecipe'] = {
['Name'] = {
['English'] = "Composite Lumber",
['Russian'] = "Композитные пиломатериалы",
['German'] = "Verbundholz",
['French'] = "Bois composite",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Lumber'] = {
['Name'] = 'Composite Lumber',
['ID'] = 'CompositeLumberItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeLumberTableRecipe'] = {
['Name'] = {
['English'] = "Composite Lumber Table",
['Russian'] = "Стол из композитов",
['German'] = "Verbundholz-Tisch",
['French'] = "Table en composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Composite Lumber',
['ID'] = 'CompositeLumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Lumber Table'] = {
['Name'] = 'Composite Lumber Table',
['ID'] = 'CompositeLumberTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeOakBenchRecipe'] = {
['Name'] = {
['English'] = "Composite Oak Bench",
['Russian'] = "Лавка из дубовых композитов",
['German'] = "Eichen-Verbundholzbank",
['French'] = "Banc en chêne composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Oak Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Oak Lumber',
['ID'] = 'CompositeOakLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Oak Bench'] = {
['Name'] = 'Composite Oak Bench',
['ID'] = 'CompositeOakBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeOakChairRecipe'] = {
['Name'] = {
['English'] = "Composite Oak Chair",
['Russian'] = "Стул из дубовых композитов",
['German'] = "Eichen-Verbundholzstuhl",
['French'] = "Chaise en chêne composite",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Oak Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Oak Lumber',
['ID'] = 'CompositeOakLumberItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Oak Chair'] = {
['Name'] = 'Composite Oak Chair',
['ID'] = 'CompositeOakChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeOakDoorRecipe'] = {
['Name'] = {
['English'] = "Composite Oak Door",
['Russian'] = "Дверь из дубовых композитов",
['German'] = "Eichen-Verbundholztür",
['French'] = "Porte en chêne composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Oak Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Oak Lumber',
['ID'] = 'CompositeOakLumberItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Composite Oak Door'] = {
['Name'] = 'Composite Oak Door',
['ID'] = 'CompositeOakDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeOakLumberRecipe'] = {
['Name'] = {
['English'] = "Composite Oak Lumber",
['Russian'] = "Композитные пиломатериалы из дуба",
['German'] = "Eichen-Verbundholz",
['French'] = "Bois composite de chêne",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Oak Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Oak Log',
['ID'] = 'OakLogItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Oak Lumber'] = {
['Name'] = 'Composite Oak Lumber',
['ID'] = 'CompositeOakLumberItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeOakTableRecipe'] = {
['Name'] = {
['English'] = "Composite Oak Table",
['Russian'] = "Стол из дубовых композитов",
['German'] = "Eichen-Verbundholztisch",
['French'] = "Table en chêne composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Oak Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Oak Lumber',
['ID'] = 'CompositeOakLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Oak Table'] = {
['Name'] = 'Composite Oak Table',
['ID'] = 'CompositeOakTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositePalmBenchRecipe'] = {
['Name'] = {
['English'] = "Composite Palm Bench",
['Russian'] = "Лавка из пальмовых композитов",
['German'] = "Palmen-Verbundholzbank",
['French'] = "Banc en palmier composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Palm Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Palm Lumber',
['ID'] = 'CompositePalmLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Palm Bench'] = {
['Name'] = 'Composite Palm Bench',
['ID'] = 'CompositePalmBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositePalmChairRecipe'] = {
['Name'] = {
['English'] = "Composite Palm Chair",
['Russian'] = "Стул из пальмовых композитов",
['German'] = "Palmen-Verbundholzstuhl",
['French'] = "Chaise en palmier composite",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Palm Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Palm Lumber',
['ID'] = 'CompositePalmLumberItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Palm Chair'] = {
['Name'] = 'Composite Palm Chair',
['ID'] = 'CompositePalmChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositePalmDoorRecipe'] = {
['Name'] = {
['English'] = "Composite Palm Door",
['Russian'] = "Дверь из пальмовых композитов",
['German'] = "Palmen-Verbundholztür",
['French'] = "Porte en palmier composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Palm Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Palm Lumber',
['ID'] = 'CompositePalmLumberItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Composite Palm Door'] = {
['Name'] = 'Composite Palm Door',
['ID'] = 'CompositePalmDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositePalmLumberRecipe'] = {
['Name'] = {
['English'] = "Composite Palm Lumber",
['Russian'] = "Композитные пиломатериалы из пальмы",
['German'] = "Palmen-Verbundholz",
['French'] = "Bois composite de palmier",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Palm Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Palm Log',
['ID'] = 'PalmLogItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Palm Lumber'] = {
['Name'] = 'Composite Palm Lumber',
['ID'] = 'CompositePalmLumberItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositePalmTableRecipe'] = {
['Name'] = {
['English'] = "Composite Palm Table",
['Russian'] = "Стол из пальмовых композитов",
['German'] = "Palmen-Verbundholztisch",
['French'] = "Table en palmier composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Palm Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Palm Lumber',
['ID'] = 'CompositePalmLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Palm Table'] = {
['Name'] = 'Composite Palm Table',
['ID'] = 'CompositePalmTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeRedwoodBenchRecipe'] = {
['Name'] = {
['English'] = "Composite Redwood Bench",
['Russian'] = "Лавка из композита секвойи",
['German'] = "Rottanne-Verbundholzbank",
['French'] = "Banc en séquoia composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Redwood Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Redwood Lumber',
['ID'] = 'CompositeRedwoodLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Redwood Bench'] = {
['Name'] = 'Composite Redwood Bench',
['ID'] = 'CompositeRedwoodBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeRedwoodChairRecipe'] = {
['Name'] = {
['English'] = "Composite Redwood Chair",
['Russian'] = "Стул из композита секвойи",
['German'] = "Rottanne-Verbundholzstuhl",
['French'] = "Chaise en séquoia composite",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Redwood Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Redwood Lumber',
['ID'] = 'CompositeRedwoodLumberItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Redwood Chair'] = {
['Name'] = 'Composite Redwood Chair',
['ID'] = 'CompositeRedwoodChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeRedwoodDoorRecipe'] = {
['Name'] = {
['English'] = "Composite Redwood Door",
['Russian'] = "Дверь из композита секвойи",
['German'] = "Rottanne-Verbundholztür",
['French'] = "Porte en séquoia composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Redwood Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Redwood Lumber',
['ID'] = 'CompositeRedwoodLumberItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Composite Redwood Door'] = {
['Name'] = 'Composite Redwood Door',
['ID'] = 'CompositeRedwoodDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeRedwoodLumberRecipe'] = {
['Name'] = {
['English'] = "Composite Redwood Lumber",
['Russian'] = "Композитные пиломатериалы из секвойи",
['German'] = "Rottannen-Verbundholz",
['French'] = "Bois composite de séquoia",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Redwood Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Redwood Log',
['ID'] = 'RedwoodLogItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Redwood Lumber'] = {
['Name'] = 'Composite Redwood Lumber',
['ID'] = 'CompositeRedwoodLumberItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeRedwoodTableRecipe'] = {
['Name'] = {
['English'] = "Composite Redwood Table",
['Russian'] = "Стол из композита секвойи",
['German'] = "Rottanne-Verbundholztisch",
['French'] = "Table en séquoia composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Redwood Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Redwood Lumber',
['ID'] = 'CompositeRedwoodLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Redwood Table'] = {
['Name'] = 'Composite Redwood Table',
['ID'] = 'CompositeRedwoodTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeSaguaroBenchRecipe'] = {
['Name'] = {
['English'] = "Composite Saguaro Bench",
['Russian'] = "Лавка из композита карнегии",
['German'] = "Kaktus-Verbundholzbank",
['French'] = "Banc en saguaro composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Saguaro Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Saguaro Lumber',
['ID'] = 'CompositeSaguaroLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Saguaro Bench'] = {
['Name'] = 'Composite Saguaro Bench',
['ID'] = 'CompositeSaguaroBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeSaguaroChairRecipe'] = {
['Name'] = {
['English'] = "Composite Saguaro Chair",
['Russian'] = "Стул из композита карнегии",
['German'] = "Kaktus-Verbundholzstuhl",
['French'] = "Chaise en saguaro composite",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Saguaro Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Saguaro Lumber',
['ID'] = 'CompositeSaguaroLumberItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Saguaro Chair'] = {
['Name'] = 'Composite Saguaro Chair',
['ID'] = 'CompositeSaguaroChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeSaguaroDoorRecipe'] = {
['Name'] = {
['English'] = "Composite Saguaro Door",
['Russian'] = "Дверь из композита карнегии",
['German'] = "Kaktus-Verbundholztür",
['French'] = "Porte en saguaro composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Saguaro Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Saguaro Lumber',
['ID'] = 'CompositeSaguaroLumberItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Composite Saguaro Door'] = {
['Name'] = 'Composite Saguaro Door',
['ID'] = 'CompositeSaguaroDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeSaguaroLumberRecipe'] = {
['Name'] = {
['English'] = "Composite Saguaro Lumber",
['Russian'] = "Композитные пиломатериалы из карнегии",
['German'] = "Kaktus-Verbundholz",
['French'] = "Bois composite de saguaro",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Saguaro Rib'] = {
['Type'] = 'ITEM',
['Name'] = 'Saguaro Rib',
['ID'] = 'SaguaroRibItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Saguaro Lumber'] = {
['Name'] = 'Composite Saguaro Lumber',
['ID'] = 'CompositeSaguaroLumberItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeSaguaroTableRecipe'] = {
['Name'] = {
['English'] = "Composite Saguaro Table",
['Russian'] = "Стол из композита карнегии",
['German'] = "Kaktus-Verbundholztisch",
['French'] = "Table en saguaro composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Saguaro Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Saguaro Lumber',
['ID'] = 'CompositeSaguaroLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Saguaro Table'] = {
['Name'] = 'Composite Saguaro Table',
['ID'] = 'CompositeSaguaroTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeSoftwoodBenchRecipe'] = {
['Name'] = {
['English'] = "Composite Softwood Bench",
['Russian'] = "Лавка из композита хвойных пород",
['German'] = "Verbundholzbank aus Weichholz",
['French'] = "Banc en bois tendre composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Softwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood Lumber',
['ID'] = 'SoftwoodLumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Softwood Bench'] = {
['Name'] = 'Composite Softwood Bench',
['ID'] = 'CompositeSoftwoodBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeSoftwoodChairRecipe'] = {
['Name'] = {
['English'] = "Composite Softwood Chair",
['Russian'] = "Стул из композита хвойных пород",
['German'] = "Verbundholzstuhl aus Weichholz",
['French'] = "Chaise en bois tendre composite",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Softwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood Lumber',
['ID'] = 'SoftwoodLumber',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Softwood Chair'] = {
['Name'] = 'Composite Softwood Chair',
['ID'] = 'CompositeSoftwoodChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeSoftwoodDoorRecipe'] = {
['Name'] = {
['English'] = "Composite Softwood Door",
['Russian'] = "Дверь из композита хвойных пород",
['German'] = "Verbundholztür aus Weichholz",
['French'] = "Porte en bois tendre composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Softwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood Lumber',
['ID'] = 'SoftwoodLumber',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Composite Softwood Door'] = {
['Name'] = 'Composite Softwood Door',
['ID'] = 'CompositeSoftwoodDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeSoftwoodTableRecipe'] = {
['Name'] = {
['English'] = "Composite Softwood Table",
['Russian'] = "Стол из композита хвойных пород",
['German'] = "Verbundholztisch aus Weichholz",
['French'] = "Table en bois tendre composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Softwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood Lumber',
['ID'] = 'SoftwoodLumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Softwood Table'] = {
['Name'] = 'Composite Softwood Table',
['ID'] = 'CompositeSoftwoodTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeSpruceBenchRecipe'] = {
['Name'] = {
['English'] = "Composite Spruce Bench",
['Russian'] = "Лавка из елового композита",
['German'] = "Fichte-Verbundholzbank",
['French'] = "Banc en épicéa composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Spruce Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Spruce Lumber',
['ID'] = 'CompositeSpruceLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Spruce Bench'] = {
['Name'] = 'Composite Spruce Bench',
['ID'] = 'CompositeSpruceBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeSpruceChairRecipe'] = {
['Name'] = {
['English'] = "Composite Spruce Chair",
['Russian'] = "Стул из елового композита",
['German'] = "Fichte-Verbundholzstuhl",
['French'] = "Chaise en épicéa composite",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Spruce Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Spruce Lumber',
['ID'] = 'CompositeSpruceLumberItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Spruce Chair'] = {
['Name'] = 'Composite Spruce Chair',
['ID'] = 'CompositeSpruceChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeSpruceDoorRecipe'] = {
['Name'] = {
['English'] = "Composite Spruce Door",
['Russian'] = "Дверь из елового композита",
['German'] = "Fichte-Verbundholztür",
['French'] = "Porte en épicéa composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Spruce Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Spruce Lumber',
['ID'] = 'CompositeSpruceLumberItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Composite Spruce Door'] = {
['Name'] = 'Composite Spruce Door',
['ID'] = 'CompositeSpruceDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeSpruceLumberRecipe'] = {
['Name'] = {
['English'] = "Composite Spruce Lumber",
['Russian'] = "Композитные пиломатериалы из ели",
['German'] = "Fichten-Verbundholz",
['French'] = "Bois composite d'épicéa",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Spruce Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Spruce Log',
['ID'] = 'SpruceLogItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Spruce Lumber'] = {
['Name'] = 'Composite Spruce Lumber',
['ID'] = 'CompositeSpruceLumberItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositeSpruceTableRecipe'] = {
['Name'] = {
['English'] = "Composite Spruce Table",
['Russian'] = "Стол из елового композита",
['German'] = "Fichte-Verbundholztisch",
['French'] = "Table en épicéa composite",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CompositesSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Spruce Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Composite Spruce Lumber',
['ID'] = 'CompositeSpruceLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composite Spruce Table'] = {
['Name'] = 'Composite Spruce Table',
['ID'] = 'CompositeSpruceTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositesSkillBookRecipe'] = {
['Name'] = {
['English'] = "Composites Skill Book",
['Russian'] = "Книга о композитах",
['German'] = "Fertigkeitsbuch: Verbundholzstoffe",
['French'] = "Livre de compétence : Composites",
},
['CraftTime'] = '1800',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Research'] = {
['Type'] = 'TAG',
['Name'] = 'Advanced Research',
['ID'] = 'Advanced Research',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Dendrology Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Dendrology Research Paper Advanced',
['ID'] = 'DendrologyResearchPaperAdvancedItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Dendrology Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Dendrology Research Paper Modern',
['ID'] = 'DendrologyResearchPaperModernItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Engineering Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Engineering Research Paper Modern',
['ID'] = 'EngineeringResearchPaperModernItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Metallurgy Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Metallurgy Research Paper Modern',
['ID'] = 'MetallurgyResearchPaperModernItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Composites Skill Book'] = {
['Name'] = 'Composites Skill Book',
['ID'] = 'CompositesSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompositesUpgradeRecipe'] = {
['Name'] = {
['English'] = "Composites Upgrade",
['Russian'] = "Улучшение для изготовления композитов",
['German'] = "Upgrade Verbundhölzer",
['French'] = "Amélioration moderne : Composites",
},
['CraftTime'] = '1080',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '9000',
['RequiredSkill'] = {'CompositesSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Modern Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Modern Upgrade 4',
['ID'] = 'ModernUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Composites Upgrade'] = {
['Name'] = 'Composites Upgrade',
['ID'] = 'CompositesUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompostAdobeRecipe'] = {
['Name'] = {
['English'] = "Compost Adobe",
['Russian'] = "Компостировать Саман",
['German'] = "Compost Adobe",
['French'] = "Composter l'adobe",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'FertilizersSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Adobe'] = {
['Type'] = 'ITEM',
['Name'] = 'Adobe',
['ID'] = 'AdobeItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Compost Fertilizer'] = {
['Name'] = 'Compost Fertilizer',
['ID'] = 'CompostFertilizerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Dirt'] = {
['Name'] = 'Dirt',
['ID'] = 'DirtItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompostFertilizerRecipe'] = {
['Name'] = {
['English'] = "Compost Fertilizer",
['Russian'] = "Компостное удобрение",
['German'] = "Dünger aus Kompost",
['French'] = "Engrais de compost",
},
['CraftTime'] = '18',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'FertilizersSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Compost'] = {
['Type'] = 'ITEM',
['Name'] = 'Compost',
['ID'] = 'CompostItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Fertilizer Filler'] = {
['Type'] = 'TAG',
['Name'] = 'Fertilizer Filler',
['ID'] = 'FertilizerFiller',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Compost Fertilizer'] = {
['Name'] = 'Compost Fertilizer',
['ID'] = 'CompostFertilizerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CompostSpoiledFoodRecipe'] = {
['Name'] = {
['English'] = "Compost Spoiled Food",
['Russian'] = "Компостировать испорченную еду",
['German'] = "Compost Spoiled Food",
['French'] = "Composter la nourriture avariée",
},
['CraftTime'] = '72',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FertilizersSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Dirt'] = {
['Type'] = 'ITEM',
['Name'] = 'Dirt',
['ID'] = 'DirtItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Spoiled Food'] = {
['Type'] = 'ITEM',
['Name'] = 'Spoiled Food',
['ID'] = 'SpoiledFoodItem',
['Quantity'] = '6',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Compost Fertilizer'] = {
['Name'] = 'Compost Fertilizer',
['ID'] = 'CompostFertilizerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ComputerLabRecipe'] = {
['Name'] = {
['English'] = "Computer Lab",
['Russian'] = "Компьютерная лаборатория",
['German'] = "Computerlabor",
['French'] = "Ordinateur de contrôle",
},
['CraftTime'] = '7200',
['ExperienceOnCraft'] = '40',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'ElectronicsSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Circuit',
['ID'] = 'AdvancedCircuitItem',
['Quantity'] = '50',
['IsStatic'] = 'False',
},
['Composite Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Composite Lumber',
['ID'] = 'CompositeLumber',
['Quantity'] = '100',
['IsStatic'] = 'False',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '10',
['IsStatic'] = 'True',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '100',
['IsStatic'] = 'False',
},
['Reinforced Concrete'] = {
['Type'] = 'ITEM',
['Name'] = 'Reinforced Concrete',
['ID'] = 'ReinforcedConcreteItem',
['Quantity'] = '100',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Computer Lab'] = {
['Name'] = 'Computer Lab',
['ID'] = 'ComputerLabItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ConcentrateCopperLv2Recipe'] = {
['Name'] = {
['English'] = "Concentrate Copper Lv2",
['Russian'] = "Концентрировать медь Ур.2",
['German'] = "Kupferkonzentrat Lv2",
['French'] = "Concentré de cuivre nv. 2",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'MiningSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Froth Floatation Cell',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Copper Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Copper Ore',
['ID'] = 'CrushedCopperOreItem',
['Quantity'] = '7',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Copper Concentrate'] = {
['Name'] = 'Copper Concentrate',
['ID'] = 'CopperConcentrateItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Wet Tailings'] = {
['Name'] = 'Wet Tailings',
['ID'] = 'WetTailingsItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['ConcentrateDryIronLv2Recipe'] = {
['Name'] = {
['English'] = "Concentrate Dry Iron Lv2",
['Russian'] = "Сухое концентрирование железа Ур.2",
['German'] = "Eisenkonzentrat Lv2",
['French'] = "Concentré de fer sec nv. 2",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '150',
['RequiredSkill'] = {'MiningSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sensor Based Belt Sorter',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Iron Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Iron Ore',
['ID'] = 'CrushedIronOreItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Concentrate'] = {
['Name'] = 'Iron Concentrate',
['ID'] = 'IronConcentrateItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Tailings'] = {
['Name'] = 'Tailings',
['ID'] = 'TailingsItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['ConcentrateDryIronRecipe'] = {
['Name'] = {
['English'] = "Concentrate Dry Iron",
['Russian'] = "Сухое концентрирование железа",
['German'] = "Eisenkonzentrat",
['French'] = "Concentré de fer sec",
},
['CraftTime'] = '72',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MiningSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Screening Machine',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Iron Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Iron Ore',
['ID'] = 'CrushedIronOreItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Concentrate'] = {
['Name'] = 'Iron Concentrate',
['ID'] = 'IronConcentrateItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Tailings'] = {
['Name'] = 'Tailings',
['ID'] = 'TailingsItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['ConcentrateGoldLv2Recipe'] = {
['Name'] = {
['English'] = "Concentrate Gold Lv2",
['Russian'] = "Концентрировать золото Ур.2",
['German'] = "Goldkonzentrat Lv2",
['French'] = "Concentré d'or nv. 2",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'MiningSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Froth Floatation Cell',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Gold Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Gold Ore',
['ID'] = 'CrushedGoldOreItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Gold Concentrate'] = {
['Name'] = 'Gold Concentrate',
['ID'] = 'GoldConcentrateItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Wet Tailings'] = {
['Name'] = 'Wet Tailings',
['ID'] = 'WetTailingsItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['ConcentrateIronLv2Recipe'] = {
['Name'] = {
['English'] = "Concentrate Iron Lv2",
['Russian'] = "Концентрировать железо Ур.2",
['German'] = "Eisenkonzentrat Lv2",
['French'] = "Concentré de fer nv. 2",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'MiningSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Froth Floatation Cell',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Iron Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Iron Ore',
['ID'] = 'CrushedIronOreItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Concentrate'] = {
['Name'] = 'Iron Concentrate',
['ID'] = 'IronConcentrateItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Wet Tailings'] = {
['Name'] = 'Wet Tailings',
['ID'] = 'WetTailingsItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['ConstructionPostRecipe'] = {
['Name'] = {
['English'] = "Construction Post",
['Russian'] = "Строительный знак",
['German'] = "Baupfosten",
['French'] = "Piquet de construction",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Construction Post'] = {
['Name'] = 'Construction Post',
['ID'] = 'ConstructionPostItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ContractBoardRecipe'] = {
['Name'] = {
['English'] = "Contract Board",
['Russian'] = "Доска объявлений",
['German'] = "Anschlagbrett",
['French'] = "Tableau de contrats",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Contract Board'] = {
['Name'] = 'Contract Board',
['ID'] = 'ContractBoardItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CookeinaMushroomSporesRecipe'] = {
['Name'] = {
['English'] = "Cookeina Mushroom Spores",
['Russian'] = "Споры кукейны",
['German'] = "Sporen (Cookeina)",
['French'] = "Spores de cookeina",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cookeina Mushrooms'] = {
['Type'] = 'ITEM',
['Name'] = 'Cookeina Mushrooms',
['ID'] = 'CookeinaMushroomsItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cookeina Mushroom Spores'] = {
['Name'] = 'Cookeina Mushroom Spores',
['ID'] = 'CookeinaMushroomSporesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CookingSkillBookRecipe'] = {
['Name'] = {
['English'] = "Cooking Skill Book",
['Russian'] = "Книга о кулинарии",
['German'] = "Fertigkeitsbuch: Kochen",
['French'] = "Livre de compétence : Cuisine",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '2400',
['RequiredSkill'] = {'CampfireCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Culinary Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Culinary Research Paper Basic',
['ID'] = 'CulinaryResearchPaperBasicItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Metallurgy Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Metallurgy Research Paper Basic',
['ID'] = 'MetallurgyResearchPaperBasicItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cooking Skill Book'] = {
['Name'] = 'Cooking Skill Book',
['ID'] = 'CookingSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CookingUpgradeRecipe'] = {
['Name'] = {
['English'] = "Cooking Upgrade",
['Russian'] = "Улучшение для готовки",
['German'] = "Fortschrittliches Upgrade: Kochen",
['French'] = "Amélioration avancée : Cuisine",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'CookingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 4',
['ID'] = 'AdvancedUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Cooking Upgrade'] = {
['Name'] = 'Cooking Upgrade',
['ID'] = 'CookingUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CookingUtensilsRecipe'] = {
['Name'] = {
['English'] = "Cooking Utensils",
['Russian'] = "Кухонная утварь",
['German'] = "Cooking Utensils",
['French'] = "Ustensiles de cuisine",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'BlacksmithSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cooking Utensils'] = {
['Name'] = 'Cooking Utensils',
['ID'] = 'CookingUtensilsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CopperBarRecipe'] = {
['Name'] = {
['English'] = "Copper Bar",
['Russian'] = "Медный брусок",
['German'] = "Kupferbarren",
['French'] = "Lingot de cuivre",
},
['CraftTime'] = '36',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'SmeltingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blast Furnace',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay Mold'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay Mold',
['ID'] = 'ClayMoldItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Copper Concentrate'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Concentrate',
['ID'] = 'CopperConcentrateItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Clay Mold'] = {
['Name'] = 'Clay Mold',
['ID'] = 'ClayMoldItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
['Copper Bar'] = {
['Name'] = 'Copper Bar',
['ID'] = 'CopperBarItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Slag'] = {
['Name'] = 'Slag',
['ID'] = 'SlagItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['CopperConcentrateRecipe'] = {
['Name'] = {
['English'] = "Copper Concentrate",
['Russian'] = "Концентрат меди",
['German'] = "Kupferkonzentrat",
['French'] = "Concentré de cuivre",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rocker Box',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Copper Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Copper Ore',
['ID'] = 'CrushedCopperOreItem',
['Quantity'] = '7',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Copper Concentrate'] = {
['Name'] = 'Copper Concentrate',
['ID'] = 'CopperConcentrateItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Wet Tailings'] = {
['Name'] = 'Wet Tailings',
['ID'] = 'WetTailingsItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['CopperFrameLandscapeRecipe'] = {
['Name'] = {
['English'] = "Copper Frame Landscape",
['Russian'] = "Альбомная медная рамка",
['German'] = "Kupferrahmen: Querformat",
['French'] = "Cadre paysage en cuivre",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Bar',
['ID'] = 'CopperBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Copper Frame Landscape'] = {
['Name'] = 'Copper Frame Landscape',
['ID'] = 'CopperFrameLandscapeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CopperFramePortraitRecipe'] = {
['Name'] = {
['English'] = "Copper Frame Portrait",
['Russian'] = "Книжная медная рамка",
['German'] = "Kupferrahmen: Hochformat",
['French'] = "Cadre portrait en cuivre",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Bar',
['ID'] = 'CopperBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Copper Frame Portrait'] = {
['Name'] = 'Copper Frame Portrait',
['ID'] = 'CopperFramePortraitItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CopperFrameSquareRecipe'] = {
['Name'] = {
['English'] = "Copper Frame Square",
['Russian'] = "Квадратная медная рамка",
['German'] = "Kupferrahmen: Quadratisch",
['French'] = "Cadre carré en cuivre",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Bar',
['ID'] = 'CopperBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Copper Frame Square'] = {
['Name'] = 'Copper Frame Square',
['ID'] = 'CopperFrameSquareItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CopperFrameTallRecipe'] = {
['Name'] = {
['English'] = "Copper Frame Tall",
['Russian'] = "Вытянутая медная рамка",
['German'] = "Kupferrahmen: Hoch",
['French'] = "Cadre grand portrait en cuivre",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Bar',
['ID'] = 'CopperBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Copper Frame Tall'] = {
['Name'] = 'Copper Frame Tall',
['ID'] = 'CopperFrameTallItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CopperFrameWideRecipe'] = {
['Name'] = {
['English'] = "Copper Frame Wide",
['Russian'] = "Широкая медная рамка",
['German'] = "Kupferrahmen: Breit",
['French'] = "Cadre grand paysage en cuivre",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Bar',
['ID'] = 'CopperBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Copper Frame Wide'] = {
['Name'] = 'Copper Frame Wide',
['ID'] = 'CopperFrameWideItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CopperHydroxideRecipe'] = {
['Name'] = {
['English'] = "Copper Hydroxide",
['Russian'] = "Гидроксид меди",
['German'] = "Copper Hydroxide",
['French'] = "Hydroxyde de cuivre",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '24',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Copper Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Copper Ore',
['ID'] = 'CrushedCopperOreItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Copper Hydroxide'] = {
['Name'] = 'Copper Hydroxide',
['ID'] = 'CopperHydroxideItem',
['Quantity'] = '12',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CopperPipeRecipe'] = {
['Name'] = {
['English'] = "Copper Pipe",
['Russian'] = "Медная труба",
['German'] = "Kupferrohr",
['French'] = "Tuyau en cuivre",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'SmeltingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Bar',
['ID'] = 'CopperBarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Copper Pipe'] = {
['Name'] = 'Copper Pipe',
['ID'] = 'CopperPipeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CopperPlateRecipe'] = {
['Name'] = {
['English'] = "Copper Plate",
['Russian'] = "Медная пластина",
['German'] = "Kupferplatte",
['French'] = "Plaque de cuivre",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'Machinist Table',
['CraftingTables'] = 'Screw Press',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Bar',
['ID'] = 'CopperBarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Copper Plate'] = {
['Name'] = 'Copper Plate',
['ID'] = 'CopperPlateItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CopperWiringRecipe'] = {
['Name'] = {
['English'] = "Copper Wiring",
['Russian'] = "Медный провод",
['German'] = "Kupferkabel",
['French'] = "Fil de cuivre",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Bar',
['ID'] = 'CopperBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Copper Wiring'] = {
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CornEthanolRecipe'] = {
['Name'] = {
['English'] = "Corn Ethanol",
['Russian'] = "Этанол из кукурузы",
['German'] = "Mais Ethanol",
['French'] = "Éthanol de maïs",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CuttingEdgeCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Corn'] = {
['Type'] = 'ITEM',
['Name'] = 'Corn',
['ID'] = 'CornItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ethanol'] = {
['Name'] = 'Ethanol',
['ID'] = 'EthanolItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CornFrittersRecipe'] = {
['Name'] = {
['English'] = "Corn Fritters",
['Russian'] = "Кукурузные оладьи",
['German'] = "Frittierter Mais",
['French'] = "Beignets de maïs",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'AdvancedCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Corn'] = {
['Type'] = 'ITEM',
['Name'] = 'Corn',
['ID'] = 'CornItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Cornmeal'] = {
['Type'] = 'ITEM',
['Name'] = 'Cornmeal',
['ID'] = 'CornmealItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Fat'] = {
['Type'] = 'TAG',
['Name'] = 'Fat',
['ID'] = 'Fat',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Corn Fritters'] = {
['Name'] = 'Corn Fritters',
['ID'] = 'CornFrittersItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CornmealRecipe'] = {
['Name'] = {
['English'] = "Cornmeal",
['Russian'] = "Кукурузная мука",
['German'] = "Maismehl",
['French'] = "Farine de maïs",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Corn'] = {
['Type'] = 'ITEM',
['Name'] = 'Corn',
['ID'] = 'CornItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cereal Germ'] = {
['Name'] = 'Cereal Germ',
['ID'] = 'CerealGermItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Cornmeal'] = {
['Name'] = 'Cornmeal',
['ID'] = 'CornmealItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CornSeedRecipe'] = {
['Name'] = {
['English'] = "Corn Seed",
['Russian'] = "Семечко кукурузы",
['German'] = "Samen (Mais)",
['French'] = "Graine de maïs",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Corn'] = {
['Type'] = 'ITEM',
['Name'] = 'Corn',
['ID'] = 'CornItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Corn Seed'] = {
['Name'] = 'Corn Seed',
['ID'] = 'CornSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CorrugatedSteelDoorRecipe'] = {
['Name'] = {
['English'] = "Corrugated Steel Door",
['Russian'] = "Дверь из гофрированной стали",
['German'] = "Wellstahltür",
['French'] = "Porte en acier ondulé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'AdvancedSmeltingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rolling Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Corrugated Steel'] = {
['Type'] = 'ITEM',
['Name'] = 'Corrugated Steel',
['ID'] = 'CorrugatedSteelItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Corrugated Steel Door'] = {
['Name'] = 'Corrugated Steel Door',
['ID'] = 'CorrugatedSteelDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CorrugatedSteelFenceDoorRecipe'] = {
['Name'] = {
['English'] = "Corrugated Steel Fence Door",
['Russian'] = "Дверь из решетки гофрированной стали",
['German'] = "Wellstahl Gittertür",
['French'] = "Porte en acier ondulé à croisillons",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'AdvancedSmeltingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rolling Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Corrugated Steel'] = {
['Type'] = 'ITEM',
['Name'] = 'Corrugated Steel',
['ID'] = 'CorrugatedSteelItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Corrugated Steel Fence Door'] = {
['Name'] = 'Corrugated Steel Fence Door',
['ID'] = 'CorrugatedSteelFenceDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CorrugatedSteelRecipe'] = {
['Name'] = {
['English'] = "Corrugated Steel",
['Russian'] = "Гофрированная сталь",
['German'] = "Wellblech",
['French'] = "Tôle d'acier ondulée",
},
['CraftTime'] = '19',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'AdvancedSmeltingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rolling Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Corrugated Steel'] = {
['Name'] = 'Corrugated Steel',
['ID'] = 'CorrugatedSteelItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CottonCanvasRecipe'] = {
['Name'] = {
['English'] = "Cotton Canvas",
['Russian'] = "Хлопковый холст",
['German'] = "Cotton Canvas",
['French'] = "Toile en coton",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Canvas'] = {
['Name'] = 'Canvas',
['ID'] = 'CanvasItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CottonCarpetRecipe'] = {
['Name'] = {
['English'] = "Cotton Carpet",
['Russian'] = "Хлопковый ковер",
['German'] = "Baumwollteppich",
['French'] = "Moquette en coton",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'TailoringSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cotton Carpet'] = {
['Name'] = 'Cotton Carpet',
['ID'] = 'CottonCarpetItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CottonCurtainsRecipe'] = {
['Name'] = {
['English'] = "Cotton Curtains",
['Russian'] = "Хлопковые шторы",
['German'] = "Baumwollvorhänge",
['French'] = "Rideaux en coton",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Cotton Thread'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Thread',
['ID'] = 'CottonThreadItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cotton Curtains'] = {
['Name'] = 'Cotton Curtains',
['ID'] = 'CottonCurtainsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CottonFabricRecipe'] = {
['Name'] = {
['English'] = "Cotton Fabric",
['Russian'] = "Хлопковая ткань",
['German'] = "Baumwollstoff",
['French'] = "Tissu en coton",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Thread'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Thread',
['ID'] = 'CottonThreadItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cotton Fabric'] = {
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CottonLintRecipe'] = {
['Name'] = {
['English'] = "Cotton Lint",
['Russian'] = "Хлопковое волокно",
['German'] = "Baumwollflusen",
['French'] = "Bourre de coton",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.2',
['LaborInCalories'] = '35',
['RequiredSkill'] = {'GatheringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fiber Scutching Station',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Boll'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Boll',
['ID'] = 'CottonBollItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cotton Lint'] = {
['Name'] = 'Cotton Lint',
['ID'] = 'CottonLintItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Plant Fibers'] = {
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '0.25',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CottonseedOilRecipe'] = {
['Name'] = {
['English'] = "Cottonseed Oil",
['Russian'] = "Хлопковое масло",
['German'] = "Baumwollsamen-Öl",
['French'] = "Huile de coton",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'MillingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Seed'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Seed',
['ID'] = 'CottonSeedItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Oil'] = {
['Name'] = 'Oil',
['ID'] = 'OilItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CottonSeedRecipe'] = {
['Name'] = {
['English'] = "Cotton Seed",
['Russian'] = "Семечко хлопка",
['German'] = "Samen (Baumwollpflanze)",
['French'] = "Graine de coton",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Boll'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Boll',
['ID'] = 'CottonBollItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cotton Seed'] = {
['Name'] = 'Cotton Seed',
['ID'] = 'CottonSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CottonStreamerStarsRecipe'] = {
['Name'] = {
['English'] = "Cotton Streamer Stars",
['Russian'] = "Хлопковая лента флажков со звездами",
['German'] = "Cotton Streamer Stars",
['French'] = "Banderole étoilée en coton",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cotton Streamer Stars'] = {
['Name'] = 'Cotton Streamer Stars',
['ID'] = 'CottonStreamerStarsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CottonStreamerStripesRecipe'] = {
['Name'] = {
['English'] = "Cotton Streamer Stripes",
['Russian'] = "Хлопковая лента флажков с полосками",
['German'] = "Cotton Streamer Stripes",
['French'] = "Banderole à rayures en coton",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cotton Streamer Stripes'] = {
['Name'] = 'Cotton Streamer Stripes',
['ID'] = 'CottonStreamerStripesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CottonThreadRecipe'] = {
['Name'] = {
['English'] = "Cotton Thread",
['Russian'] = "Хлопковая нить",
['German'] = "Baumwollfaden",
['French'] = "Fil de coton",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.1',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Lint'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Lint',
['ID'] = 'CottonLintItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cotton Thread'] = {
['Name'] = 'Cotton Thread',
['ID'] = 'CottonThreadItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CouchRecipe'] = {
['Name'] = {
['English'] = "Couch",
['Russian'] = "Диван",
['German'] = "Sofa",
['French'] = "Canapé",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Couch'] = {
['Name'] = 'Couch',
['ID'] = 'CouchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CountryFoundationRecipe'] = {
['Name'] = {
['English'] = "Country Foundation",
['Russian'] = "Закладной камень Страны",
['German'] = "Landesgründung",
['French'] = "Fondation nationale",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Bar',
['ID'] = 'CopperBarItem',
['Quantity'] = '16',
['IsStatic'] = 'True',
},
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '30',
['IsStatic'] = 'True',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '16',
['IsStatic'] = 'True',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '30',
['IsStatic'] = 'True',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '16',
['IsStatic'] = 'True',
},
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '30',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Country Foundation'] = {
['Name'] = 'Country Foundation',
['ID'] = 'CountryFoundationItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CourtChairRecipe'] = {
['Name'] = {
['English'] = "Court Chair",
['Russian'] = "Судебный стул",
['German'] = "Gerichtsstuhl",
['French'] = "Chaise du tribunal",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'CarpentrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Court Chair'] = {
['Name'] = 'Court Chair',
['ID'] = 'CourtChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CourtTableRecipe'] = {
['Name'] = {
['English'] = "Court Table",
['Russian'] = "Судебный стол",
['German'] = "Gerichtstisch",
['French'] = "Table de tribunal",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Court Table'] = {
['Name'] = 'Court Table',
['ID'] = 'CourtTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrabPotRecipe'] = {
['Name'] = {
['English'] = "Crab Pot",
['Russian'] = "Ловушка для крабов",
['German'] = "Krabbentopf",
['French'] = "Casier à crabes",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'HuntingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fishery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Crab Pot'] = {
['Name'] = 'Crab Pot',
['ID'] = 'CrabPotItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CraneRecipe'] = {
['Name'] = {
['English'] = "Crane",
['Russian'] = "Кран",
['German'] = "Kran",
['French'] = "Grue",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '24',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'MechanicsSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Heat Sink'] = {
['Type'] = 'ITEM',
['Name'] = 'Heat Sink',
['ID'] = 'HeatSinkItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Iron Axle'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Axle',
['ID'] = 'IronAxleItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Iron Wheel'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Wheel',
['ID'] = 'IronWheelItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Portable Steam Engine'] = {
['Type'] = 'ITEM',
['Name'] = 'Portable Steam Engine',
['ID'] = 'PortableSteamEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crane'] = {
['Name'] = 'Crane',
['ID'] = 'CraneItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CreosoteBushSeedRecipe'] = {
['Name'] = {
['English'] = "Creosote Bush Seed",
['Russian'] = "Семечко ларреи",
['German'] = "Samen (Kreosotbusch)",
['French'] = "Graine de créosotier",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Creosote Flower'] = {
['Type'] = 'ITEM',
['Name'] = 'Creosote Flower',
['ID'] = 'CreosoteFlowerItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Creosote Bush Seed'] = {
['Name'] = 'Creosote Bush Seed',
['ID'] = 'CreosoteBushSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CriminiMushroomSporesRecipe'] = {
['Name'] = {
['English'] = "Crimini Mushroom Spores",
['Russian'] = "Споры шампиньонов",
['German'] = "Sporen (Champignon)",
['French'] = "Spores de champignon de Paris",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crimini Mushrooms'] = {
['Type'] = 'ITEM',
['Name'] = 'Crimini Mushrooms',
['ID'] = 'CriminiMushroomsItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Crimini Mushroom Spores'] = {
['Name'] = 'Crimini Mushroom Spores',
['ID'] = 'CriminiMushroomSporesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrimsonSaladRecipe'] = {
['Name'] = {
['English'] = "Crimson Salad",
['Russian'] = "Винегрет",
['German'] = "Purpursalat",
['French'] = "Salade cramoisie",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'AdvancedCookingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kitchen',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Salad'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Salad',
['ID'] = 'BasicSaladItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Charred Beet'] = {
['Type'] = 'ITEM',
['Name'] = 'Charred Beet',
['ID'] = 'CharredBeetItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Infused Oil'] = {
['Type'] = 'ITEM',
['Name'] = 'Infused Oil',
['ID'] = 'InfusedOilItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Tomato'] = {
['Type'] = 'ITEM',
['Name'] = 'Tomato',
['ID'] = 'TomatoItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Crimson Salad'] = {
['Name'] = 'Crimson Salad',
['ID'] = 'CrimsonSaladItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrispyBaconRecipe'] = {
['Name'] = {
['English'] = "Crispy Bacon",
['Russian'] = "Хрустящий бекон",
['German'] = "Knuspriger Speck",
['French'] = "Bacon croustillant",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Raw Bacon'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Bacon',
['ID'] = 'RawBaconItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Crispy Bacon'] = {
['Name'] = 'Crispy Bacon',
['ID'] = 'CrispyBaconItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Tallow'] = {
['Name'] = 'Tallow',
['ID'] = 'TallowItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedBasaltLv2Recipe'] = {
['Name'] = {
['English'] = "Crushed Basalt Lv2",
['Russian'] = "Дробление базальта Ур.2",
['German'] = "Zerkleinerter Basalt Lv2",
['French'] = "Basalte concassé nv. 2",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '150',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stamp Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Basalt',
['ID'] = 'BasaltItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Basalt'] = {
['Name'] = 'Crushed Basalt',
['ID'] = 'CrushedBasaltItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedBasaltLv3Recipe'] = {
['Name'] = {
['English'] = "Crushed Basalt Lv3",
['Russian'] = "Дробление базальта Ур.3",
['German'] = "Zerkleinerter Basalt Lv3",
['French'] = "Basalte concassé nv. 3",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'MiningSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Jaw Crusher',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Basalt',
['ID'] = 'BasaltItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Basalt'] = {
['Name'] = 'Crushed Basalt',
['ID'] = 'CrushedBasaltItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedCoalLv2Recipe'] = {
['Name'] = {
['English'] = "Crushed Coal Lv2",
['Russian'] = "Дробление угля Ур.2",
['German'] = "Zerkleinertes Kohle Lv2",
['French'] = "Charbon concassé nv. 2",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '70',
['RequiredSkill'] = {'MiningSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stamp Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Coal'] = {
['Type'] = 'ITEM',
['Name'] = 'Coal',
['ID'] = 'CoalItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Coal'] = {
['Name'] = 'Crushed Coal',
['ID'] = 'CrushedCoalItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Crushed Mixed Rock'] = {
['Name'] = 'Crushed Mixed Rock',
['ID'] = 'CrushedMixedRockItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedCoalLv3Recipe'] = {
['Name'] = {
['English'] = "Crushed Coal Lv3",
['Russian'] = "Дробление угля Ур.3",
['German'] = "Zerkleinerte Kohle Lv3",
['French'] = "Charbon concassé nv. 3",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'MiningSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Jaw Crusher',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Coal'] = {
['Type'] = 'ITEM',
['Name'] = 'Coal',
['ID'] = 'CoalItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Coal'] = {
['Name'] = 'Crushed Coal',
['ID'] = 'CrushedCoalItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedCoalRecipe'] = {
['Name'] = {
['English'] = "Crushed Coal",
['Russian'] = "Дроблёный уголь",
['German'] = "Zerkleinerte Kohle",
['French'] = "Charbon concassé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Arrastra',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Coal'] = {
['Type'] = 'ITEM',
['Name'] = 'Coal',
['ID'] = 'CoalItem',
['Quantity'] = '12',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Coal'] = {
['Name'] = 'Crushed Coal',
['ID'] = 'CrushedCoalItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Crushed Mixed Rock'] = {
['Name'] = 'Crushed Mixed Rock',
['ID'] = 'CrushedMixedRockItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedCopperLv2Recipe'] = {
['Name'] = {
['English'] = "Crushed Copper Lv2",
['Russian'] = "Дробление меди Ур.2",
['German'] = "Zerkleinertes Kupfer Lv2",
['French'] = "Minerai de cuivre concassé nv. 2",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stamp Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Ore',
['ID'] = 'CopperOreItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Copper Ore'] = {
['Name'] = 'Crushed Copper Ore',
['ID'] = 'CrushedCopperOreItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Crushed Granite'] = {
['Name'] = 'Crushed Granite',
['ID'] = 'CrushedGraniteItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedCopperLv3Recipe'] = {
['Name'] = {
['English'] = "Crushed Copper Lv3",
['Russian'] = "Дробление меди Ур.3",
['German'] = "Zerkleinertes Kupfer Lv3",
['French'] = "Minerai de cuivre concassé nv. 3",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MiningSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Jaw Crusher',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Ore',
['ID'] = 'CopperOreItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Copper Ore'] = {
['Name'] = 'Crushed Copper Ore',
['ID'] = 'CrushedCopperOreItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedCopperOreRecipe'] = {
['Name'] = {
['English'] = "Crushed Copper Ore",
['Russian'] = "Дроблёная медная руда",
['German'] = "Zerkleinertes Kupfererz",
['French'] = "Minerai de cuivre concassé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '70',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Arrastra',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Ore',
['ID'] = 'CopperOreItem',
['Quantity'] = '12',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Copper Ore'] = {
['Name'] = 'Crushed Copper Ore',
['ID'] = 'CrushedCopperOreItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Crushed Granite'] = {
['Name'] = 'Crushed Granite',
['ID'] = 'CrushedGraniteItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedGneissLv2Recipe'] = {
['Name'] = {
['English'] = "Crushed Gneiss Lv2",
['Russian'] = "Дробление гнейса Ур.2",
['German'] = "Zerkleinertes Gneis Lv2",
['French'] = "Gneiss concassé nv. 2",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stamp Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gneiss'] = {
['Type'] = 'ITEM',
['Name'] = 'Gneiss',
['ID'] = 'GneissItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Gneiss'] = {
['Name'] = 'Crushed Gneiss',
['ID'] = 'CrushedGneissItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedGneissLv3Recipe'] = {
['Name'] = {
['English'] = "Crushed Gneiss Lv3",
['Russian'] = "Дробление гнейса Ур.3",
['German'] = "Zerkleinertes Gneis Lv3",
['French'] = "Gneiss concassé nv. 3",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '150',
['RequiredSkill'] = {'MiningSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Jaw Crusher',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gneiss'] = {
['Type'] = 'ITEM',
['Name'] = 'Gneiss',
['ID'] = 'GneissItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Gneiss'] = {
['Name'] = 'Crushed Gneiss',
['ID'] = 'CrushedGneissItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedGoldLv2Recipe'] = {
['Name'] = {
['English'] = "Crushed Gold Lv2",
['Russian'] = "Дробление Золота Ур.2",
['German'] = "Zerkleinertes Gold Lv2",
['French'] = "Minerai d'or concassé nv. 2",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stamp Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Ore',
['ID'] = 'GoldOreItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Gold Ore'] = {
['Name'] = 'Crushed Gold Ore',
['ID'] = 'CrushedGoldOreItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Crushed Granite'] = {
['Name'] = 'Crushed Granite',
['ID'] = 'CrushedGraniteItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedGoldLv3Recipe'] = {
['Name'] = {
['English'] = "Crushed Gold Lv3",
['Russian'] = "Дробление Золота Ур.3",
['German'] = "Zerkleinertes Gold Lv3",
['French'] = "Minerai d'or concassé nv. 3",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MiningSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Jaw Crusher',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Ore',
['ID'] = 'GoldOreItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Gold Ore'] = {
['Name'] = 'Crushed Gold Ore',
['ID'] = 'CrushedGoldOreItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedGoldOreRecipe'] = {
['Name'] = {
['English'] = "Crushed Gold Ore",
['Russian'] = "Дроблёная золотая руда",
['German'] = "Zerkleinertes Golderz",
['French'] = "Minerai d'or concassé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '70',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Arrastra',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Ore',
['ID'] = 'GoldOreItem',
['Quantity'] = '12',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Gold Ore'] = {
['Name'] = 'Crushed Gold Ore',
['ID'] = 'CrushedGoldOreItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Crushed Granite'] = {
['Name'] = 'Crushed Granite',
['ID'] = 'CrushedGraniteItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedGraniteLv2Recipe'] = {
['Name'] = {
['English'] = "Crushed Granite Lv2",
['Russian'] = "Дробление гранита Ур.2",
['German'] = "Zerkleinerter Granit Lv2",
['French'] = "Granite concassé nv. 2",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stamp Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Granite',
['ID'] = 'GraniteItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Granite'] = {
['Name'] = 'Crushed Granite',
['ID'] = 'CrushedGraniteItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedGraniteLv3Recipe'] = {
['Name'] = {
['English'] = "Crushed Granite Lv3",
['Russian'] = "Дробление гранита Ур.3",
['German'] = "Zerkleinerter Granit Lv3",
['French'] = "Granite concassé nv. 3",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MiningSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Jaw Crusher',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Granite',
['ID'] = 'GraniteItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Granite'] = {
['Name'] = 'Crushed Granite',
['ID'] = 'CrushedGraniteItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedGraniteRecipe'] = {
['Name'] = {
['English'] = "Crushed Granite",
['Russian'] = "Гранитный щебень",
['German'] = "Zerkleinerter Granit",
['French'] = "Granite concassé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '70',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Arrastra',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Granite',
['ID'] = 'GraniteItem',
['Quantity'] = '12',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Granite'] = {
['Name'] = 'Crushed Granite',
['ID'] = 'CrushedGraniteItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedIronLv2Recipe'] = {
['Name'] = {
['English'] = "Crushed Iron Lv2",
['Russian'] = "Дробление железа Ур.2",
['German'] = "Zerkleinertes Eisen Lv2",
['French'] = "Minerai de fer concassé nv. 2",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '70',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stamp Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Ore',
['ID'] = 'IronOreItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Iron Ore'] = {
['Name'] = 'Crushed Iron Ore',
['ID'] = 'CrushedIronOreItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Crushed Sandstone'] = {
['Name'] = 'Crushed Sandstone',
['ID'] = 'CrushedSandstoneItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedIronLv3Recipe'] = {
['Name'] = {
['English'] = "Crushed Iron Lv3",
['Russian'] = "Дробление железа Ур.3",
['German'] = "Zerkleinertes Eisen Lv3",
['French'] = "Minerai de fer concassé nv. 3",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'MiningSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Jaw Crusher',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Ore',
['ID'] = 'IronOreItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Iron Ore'] = {
['Name'] = 'Crushed Iron Ore',
['ID'] = 'CrushedIronOreItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedIronOreRecipe'] = {
['Name'] = {
['English'] = "Crushed Iron Ore",
['Russian'] = "Дроблёная железная руда",
['German'] = "Zerkleinertes Eisenerz",
['French'] = "Minerai de fer concassé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Arrastra',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Ore',
['ID'] = 'IronOreItem',
['Quantity'] = '12',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Iron Ore'] = {
['Name'] = 'Crushed Iron Ore',
['ID'] = 'CrushedIronOreItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Crushed Sandstone'] = {
['Name'] = 'Crushed Sandstone',
['ID'] = 'CrushedSandstoneItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedLimestoneLv2Recipe'] = {
['Name'] = {
['English'] = "Crushed Limestone Lv2",
['Russian'] = "Дробление известняка Ур.2",
['German'] = "Zerkleinerter Kalkstein Lv2",
['French'] = "Calcaire concassé nv. 2",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '70',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stamp Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Limestone',
['ID'] = 'LimestoneItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Limestone'] = {
['Name'] = 'Crushed Limestone',
['ID'] = 'CrushedLimestoneItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedLimestoneLv3Recipe'] = {
['Name'] = {
['English'] = "Crushed Limestone Lv3",
['Russian'] = "Дробление известняка Ур.3",
['German'] = "Zerkleinerter Kalkstein Lv3",
['French'] = "Calcaire concassé nv. 3",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'MiningSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Jaw Crusher',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Limestone',
['ID'] = 'LimestoneItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Limestone'] = {
['Name'] = 'Crushed Limestone',
['ID'] = 'CrushedLimestoneItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedLimestoneRecipe'] = {
['Name'] = {
['English'] = "Crushed Limestone",
['Russian'] = "Известняковый щебень",
['German'] = "Zerkleinerter Kalkstein",
['French'] = "Calcaire concassé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Arrastra',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Limestone',
['ID'] = 'LimestoneItem',
['Quantity'] = '12',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Limestone'] = {
['Name'] = 'Crushed Limestone',
['ID'] = 'CrushedLimestoneItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedMortaredStoneLv2Recipe'] = {
['Name'] = {
['English'] = "Crushed Mortared Stone Lv2",
['Russian'] = "Дробление Строительного камня Ур.2",
['German'] = "Zerkleinerte Steinziegel Lv2",
['French'] = "Pierre cimentée concassée nv. 2",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MiningSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Jaw Crusher',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Mixed Rock'] = {
['Name'] = 'Crushed Mixed Rock',
['ID'] = 'CrushedMixedRockItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedMortaredStoneRecipe'] = {
['Name'] = {
['English'] = "Crushed Mortared Stone",
['Russian'] = "Дробление Строительного камня",
['German'] = "Zerkleinerte Steinziegel",
['French'] = "Pierre cimentée concassée",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'MiningSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stamp Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '12',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Mixed Rock'] = {
['Name'] = 'Crushed Mixed Rock',
['ID'] = 'CrushedMixedRockItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedSandstoneLv2Recipe'] = {
['Name'] = {
['English'] = "Crushed Sandstone Lv2",
['Russian'] = "Дробление песчаника Ур.2",
['German'] = "Zerkleinerter Sandstein Lv2",
['French'] = "Grès concassé nv. 2",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stamp Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Sandstone',
['ID'] = 'SandstoneItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Sandstone'] = {
['Name'] = 'Crushed Sandstone',
['ID'] = 'CrushedSandstoneItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedSandstoneLv3Recipe'] = {
['Name'] = {
['English'] = "Crushed Sandstone Lv3",
['Russian'] = "Дробление песчаника Ур.3",
['German'] = "Zerkleinerter Sandstein Lv3",
['French'] = "Grès concassé nv. 3",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '70',
['RequiredSkill'] = {'MiningSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Jaw Crusher',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Sandstone',
['ID'] = 'SandstoneItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Sandstone'] = {
['Name'] = 'Crushed Sandstone',
['ID'] = 'CrushedSandstoneItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedSandstoneRecipe'] = {
['Name'] = {
['English'] = "Crushed Sandstone",
['Russian'] = "Щебень из песчаника",
['German'] = "Zerkleinerter Sandstein",
['French'] = "Grès concassé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Arrastra',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Sandstone',
['ID'] = 'SandstoneItem',
['Quantity'] = '12',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Sandstone'] = {
['Name'] = 'Crushed Sandstone',
['ID'] = 'CrushedSandstoneItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedShaleLv2Recipe'] = {
['Name'] = {
['English'] = "Crushed Shale Lv2",
['Russian'] = "Дробление сланца Ур.2",
['German'] = "Zerkleinertes Schiefer Lv2",
['French'] = "Schiste concassé nv. 2",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stamp Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Shale',
['ID'] = 'ShaleItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Shale'] = {
['Name'] = 'Crushed Shale',
['ID'] = 'CrushedShaleItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedShaleLv3Recipe'] = {
['Name'] = {
['English'] = "Crushed Shale Lv3",
['Russian'] = "Дробление сланца Ур.3",
['German'] = "Zerkleinertes Schiefer Lv3",
['French'] = "Schiste concassé nv. 3",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '70',
['RequiredSkill'] = {'MiningSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Jaw Crusher',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Shale',
['ID'] = 'ShaleItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Shale'] = {
['Name'] = 'Crushed Shale',
['ID'] = 'CrushedShaleItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedShaleRecipe'] = {
['Name'] = {
['English'] = "Crushed Shale",
['Russian'] = "Сланцевый щебень",
['German'] = "Zerkleinerter Schiefer",
['French'] = "Schiste concassé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Arrastra',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Shale',
['ID'] = 'ShaleItem',
['Quantity'] = '12',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Shale'] = {
['Name'] = 'Crushed Shale',
['ID'] = 'CrushedShaleItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedSlagLv2Recipe'] = {
['Name'] = {
['English'] = "Crushed Slag Lv2",
['Russian'] = "Дробление шлака Ур.2",
['German'] = "Zerkleinerte Schlacke Lv2",
['French'] = "Scories concassées nv. 2",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stamp Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Slag'] = {
['Type'] = 'ITEM',
['Name'] = 'Slag',
['ID'] = 'SlagItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Slag'] = {
['Name'] = 'Crushed Slag',
['ID'] = 'CrushedSlagItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedSlagLv3Recipe'] = {
['Name'] = {
['English'] = "Crushed Slag Lv3",
['Russian'] = "Дробление шлака Ур.3",
['German'] = "Zerkleinerte Schlacke Lv3",
['French'] = "Scories concassées nv. 3",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '150',
['RequiredSkill'] = {'MiningSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Jaw Crusher',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Slag'] = {
['Type'] = 'ITEM',
['Name'] = 'Slag',
['ID'] = 'SlagItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Slag'] = {
['Name'] = 'Crushed Slag',
['ID'] = 'CrushedSlagItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedStoneRoadLv2Recipe'] = {
['Name'] = {
['English'] = "Crushed Stone Road Lv2",
['Russian'] = "Дробление Каменной дороги Ур.2",
['German'] = "Zerkleinerte Steinstraße Stufe 2",
['French'] = "Route en pierre concassée nv. 2",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MiningSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Jaw Crusher',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Stone Road'] = {
['Type'] = 'ITEM',
['Name'] = 'Stone Road',
['ID'] = 'StoneRoadItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Mixed Rock'] = {
['Name'] = 'Crushed Mixed Rock',
['ID'] = 'CrushedMixedRockItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedStoneRoadRecipe'] = {
['Name'] = {
['English'] = "Crushed Stone Road",
['Russian'] = "Дробление Каменной дороги",
['German'] = "Zerkleinerte Steinstraße",
['French'] = "Route en pierre concassée",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'MiningSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stamp Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Stone Road'] = {
['Type'] = 'ITEM',
['Name'] = 'Stone Road',
['ID'] = 'StoneRoadItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Mixed Rock'] = {
['Name'] = 'Crushed Mixed Rock',
['ID'] = 'CrushedMixedRockItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedSulfurLv2Recipe'] = {
['Name'] = {
['English'] = "Crushed Sulfur Lv2",
['Russian'] = "Crushed Sulfur Lv2",
['German'] = "Crushed Sulfur Lv2",
['French'] = "Crushed Sulfur Lv2",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stamp Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Sulfur'] = {
['Type'] = 'ITEM',
['Name'] = 'Sulfur',
['ID'] = 'SulfurItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Mixed Rock'] = {
['Name'] = 'Crushed Mixed Rock',
['ID'] = 'CrushedMixedRockItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Crushed Sulfur'] = {
['Name'] = 'Crushed Sulfur',
['ID'] = 'CrushedSulfurItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedSulfurLv3Recipe'] = {
['Name'] = {
['English'] = "Crushed Sulfur Lv3",
['Russian'] = "Crushed Sulfur Lv3",
['German'] = "Crushed Sulfur Lv3",
['French'] = "Crushed Sulfur Lv3",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '70',
['RequiredSkill'] = {'MiningSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Jaw Crusher',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Sulfur'] = {
['Type'] = 'ITEM',
['Name'] = 'Sulfur',
['ID'] = 'SulfurItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Sulfur'] = {
['Name'] = 'Crushed Sulfur',
['ID'] = 'CrushedSulfurItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CrushedSulfurRecipe'] = {
['Name'] = {
['English'] = "Crushed Sulfur",
['Russian'] = "Crushed Sulfur",
['German'] = "Crushed Sulfur",
['French'] = "Crushed Sulfur",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '70',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Arrastra',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Sulfur'] = {
['Type'] = 'ITEM',
['Name'] = 'Sulfur',
['ID'] = 'SulfurItem',
['Quantity'] = '12',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Crushed Mixed Rock'] = {
['Name'] = 'Crushed Mixed Rock',
['ID'] = 'CrushedMixedRockItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Crushed Sulfur'] = {
['Name'] = 'Crushed Sulfur',
['ID'] = 'CrushedSulfurItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CulinaryResearchPaperAdvancedMeatRecipe'] = {
['Name'] = {
['English'] = "Culinary Research Paper Advanced Meat",
['Russian'] = "Исследование по продвинутой кулинарии - мясо",
['German'] = "Fortgeschrittenes Forschungspapier: Kochkunst mit Fleisch",
['French'] = "Papier de recherche : Culinaire avancée à base de viande",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'BakingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Baked Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Baked Meat',
['ID'] = 'BakedMeatItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Simmered Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Simmered Meat',
['ID'] = 'SimmeredMeatItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Culinary Research Paper Advanced'] = {
['Name'] = 'Culinary Research Paper Advanced',
['ID'] = 'CulinaryResearchPaperAdvancedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CulinaryResearchPaperAdvancedRecipe'] = {
['Name'] = {
['English'] = "Culinary Research Paper Advanced",
['Russian'] = "Исследование по продвинутой кулинарии",
['German'] = "Fortgeschrittenes Forschungspapier: Kochkunst",
['French'] = "Papier de recherche : Culinaire avancé",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Baked Vegetable'] = {
['Type'] = 'TAG',
['Name'] = 'Baked Vegetable',
['ID'] = 'BakedVegetable',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
['Salad'] = {
['Type'] = 'TAG',
['Name'] = 'Salad',
['ID'] = 'Salad',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Culinary Research Paper Advanced'] = {
['Name'] = 'Culinary Research Paper Advanced',
['ID'] = 'CulinaryResearchPaperAdvancedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CulinaryResearchPaperBasicFishRecipe'] = {
['Name'] = {
['English'] = "Culinary Research Paper Basic Fish",
['Russian'] = "Исследование по базовой кулинарии - рыба",
['German'] = "Grundlegendes Forschungspapier: Kochkunst mit Fisch",
['French'] = "Papier de recherche : Culinaire basique à base de poisson",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'HuntingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Dried Fish'] = {
['Type'] = 'ITEM',
['Name'] = 'Dried Fish',
['ID'] = 'DriedFishItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Culinary Research Paper Basic'] = {
['Name'] = 'Culinary Research Paper Basic',
['ID'] = 'CulinaryResearchPaperBasicItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CulinaryResearchPaperBasicMeatRecipe'] = {
['Name'] = {
['English'] = "Culinary Research Paper Basic Meat",
['Russian'] = "Исследование по базовой кулинарии - мясо",
['German'] = "Grundlegendes Forschungspapier: Kochkunst mit Fleisch",
['French'] = "Papier de recherche : Culinaire basique à base de viande",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'HuntingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Dried Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Dried Meat',
['ID'] = 'DriedMeatItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Culinary Research Paper Basic'] = {
['Name'] = 'Culinary Research Paper Basic',
['ID'] = 'CulinaryResearchPaperBasicItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CulinaryResearchPaperBasicRecipe'] = {
['Name'] = {
['English'] = "Culinary Research Paper Basic",
['Russian'] = "Исследование по базовой кулинарии",
['German'] = "Grundlegendes Forschungspapier: Kochkunst",
['French'] = "Papier de recherche : Culinaire basique",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'CampfireCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Campfire Salad'] = {
['Type'] = 'TAG',
['Name'] = 'Campfire Salad',
['ID'] = 'CampfireSalad',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Fried Vegetable'] = {
['Type'] = 'TAG',
['Name'] = 'Fried Vegetable',
['ID'] = 'FriedVegetable',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Culinary Research Paper Basic'] = {
['Name'] = 'Culinary Research Paper Basic',
['ID'] = 'CulinaryResearchPaperBasicItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CulinaryResearchPaperModernRecipe'] = {
['Name'] = {
['English'] = "Culinary Research Paper Modern",
['Russian'] = "Исследование по современной кулинарии",
['German'] = "Modernes Forschungspapier: Kochkunst",
['French'] = "Papier de recherche : Culinaire moderne",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '6',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'AdvancedCookingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Boiled Sausage'] = {
['Type'] = 'ITEM',
['Name'] = 'Boiled Sausage',
['ID'] = 'BoiledSausageItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Bread'] = {
['Type'] = 'ITEM',
['Name'] = 'Bread',
['ID'] = 'BreadItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Ink'] = {
['Type'] = 'ITEM',
['Name'] = 'Ink',
['ID'] = 'InkItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Culinary Research Paper Modern'] = {
['Name'] = 'Culinary Research Paper Modern',
['ID'] = 'CulinaryResearchPaperModernItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CurrencyExchangeRecipe'] = {
['Name'] = {
['English'] = "Currency Exchange",
['Russian'] = "Пункт обмена валюты",
['German'] = "Wechselstube",
['French'] = "Bureau de change",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '25',
['LaborInCalories'] = '2500',
['RequiredSkill'] = {'BlacksmithSkill','2'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Blacksmith Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Currency Exchange'] = {
['Name'] = 'Currency Exchange',
['ID'] = 'CurrencyExchangeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CuttingEdgeCookingSkillBookRecipe'] = {
['Name'] = {
['English'] = "Cutting Edge Cooking Skill Book",
['Russian'] = "Книга о передовой кулинарии",
['German'] = "Fertigkeitsbuch: Innovatives Kochen",
['French'] = "Livre de compétence : Cuisine moléculaire",
},
['CraftTime'] = '3600',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'AdvancedCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Research'] = {
['Type'] = 'TAG',
['Name'] = 'Advanced Research',
['ID'] = 'Advanced Research',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Agriculture Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Agriculture Research Paper Modern',
['ID'] = 'AgricultureResearchPaperModernItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Culinary Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Culinary Research Paper Advanced',
['ID'] = 'CulinaryResearchPaperAdvancedItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Culinary Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Culinary Research Paper Modern',
['ID'] = 'CulinaryResearchPaperModernItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Metallurgy Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Metallurgy Research Paper Modern',
['ID'] = 'MetallurgyResearchPaperModernItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cutting Edge Cooking Skill Book'] = {
['Name'] = 'Cutting Edge Cooking Skill Book',
['ID'] = 'CuttingEdgeCookingSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CuttingEdgeCookingUpgradeRecipe'] = {
['Name'] = {
['English'] = "Cutting Edge Cooking Upgrade",
['Russian'] = "Улучшение для передовой кулинарии",
['German'] = "Upgrade Innovatives Kochen",
['French'] = "Amélioration moderne : Cuisine moléculaire",
},
['CraftTime'] = '1080',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '9000',
['RequiredSkill'] = {'CuttingEdgeCookingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Modern Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Modern Upgrade 4',
['ID'] = 'ModernUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Cutting Edge Cooking Upgrade'] = {
['Name'] = 'Cutting Edge Cooking Upgrade',
['ID'] = 'CuttingEdgeCookingUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['CyanPowderRecipe'] = {
['Name'] = {
['English'] = "Cyan Powder",
['Russian'] = "Голубой порошок",
['German'] = "Cyan Powder",
['French'] = "Pigment cyan",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '24',
['RequiredSkill'] = {'MillingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Blue Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'Blue Powder',
['ID'] = 'BluePowderItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Copper Hydroxide'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Hydroxide',
['ID'] = 'CopperHydroxideItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['White Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'White Powder',
['ID'] = 'WhitePowderItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cyan Powder'] = {
['Name'] = 'Cyan Powder',
['ID'] = 'CyanPowderItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DaisySeedRecipe'] = {
['Name'] = {
['English'] = "Daisy Seed",
['Russian'] = "Daisy Seed",
['German'] = "Daisy Seed",
['French'] = "Daisy Seed",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Daisy'] = {
['Type'] = 'ITEM',
['Name'] = 'Daisy',
['ID'] = 'DaisyItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Daisy Seed'] = {
['Name'] = 'Daisy Seed',
['ID'] = 'DaisySeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DecorativeAnchorRecipe'] = {
['Name'] = {
['English'] = "Decorative Anchor",
['Russian'] = "Декоративный якорь",
['German'] = "Dekorativer Anker",
['French'] = "Ancre décorative",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Blacksmith Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Decorative Anchor'] = {
['Name'] = 'Decorative Anchor',
['ID'] = 'DecorativeAnchorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DecorativeGlassBuoyBlueRecipe'] = {
['Name'] = {
['English'] = "Decorative Glass Buoy Blue",
['Russian'] = "Декоративный стеклянный синий буй",
['German'] = "Dekorative blaue Glasboje",
['French'] = "Flotteur décoratif en verre bleu",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'GlassworkingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Hemp Mooring Rope'] = {
['Type'] = 'ITEM',
['Name'] = 'Hemp Mooring Rope',
['ID'] = 'HempMooringRopeItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Decorative Glass Buoy Blue'] = {
['Name'] = 'Decorative Glass Buoy Blue',
['ID'] = 'DecorativeGlassBuoyBlueItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DecorativeGlassBuoyGreenRecipe'] = {
['Name'] = {
['English'] = "Decorative Glass Buoy Green",
['Russian'] = "Декоративный стеклянный зеленый буй",
['German'] = "Dekorative grüne Glasboje",
['French'] = "Flotteur décoratif en verre vert",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'GlassworkingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Hemp Mooring Rope'] = {
['Type'] = 'ITEM',
['Name'] = 'Hemp Mooring Rope',
['ID'] = 'HempMooringRopeItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Decorative Glass Buoy Green'] = {
['Name'] = 'Decorative Glass Buoy Green',
['ID'] = 'DecorativeGlassBuoyGreenItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DecorativeGlassBuoyRedRecipe'] = {
['Name'] = {
['English'] = "Decorative Glass Buoy Red",
['Russian'] = "Декоративный стеклянный красный буй",
['German'] = "Dekorative rote Glasboje",
['French'] = "Flotteur décoratif en verre rouge",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'GlassworkingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Hemp Mooring Rope'] = {
['Type'] = 'ITEM',
['Name'] = 'Hemp Mooring Rope',
['ID'] = 'HempMooringRopeItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Decorative Glass Buoy Red'] = {
['Name'] = 'Decorative Glass Buoy Red',
['ID'] = 'DecorativeGlassBuoyRedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DecorativeGlassBuoyVioletRecipe'] = {
['Name'] = {
['English'] = "Decorative Glass Buoy Violet",
['Russian'] = "Декоративный стеклянный фиолетовый буй",
['German'] = "Dekorative lilafarbene Glasboje",
['French'] = "Flotteur décoratif en verre violet",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'GlassworkingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Hemp Mooring Rope'] = {
['Type'] = 'ITEM',
['Name'] = 'Hemp Mooring Rope',
['ID'] = 'HempMooringRopeItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Decorative Glass Buoy Violet'] = {
['Name'] = 'Decorative Glass Buoy Violet',
['ID'] = 'DecorativeGlassBuoyVioletItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DecorativeGlassBuoyYellowRecipe'] = {
['Name'] = {
['English'] = "Decorative Glass Buoy Yellow",
['Russian'] = "Декоративный стеклянный жёлтый буй",
['German'] = "Dekorative gelbe Glasboje",
['French'] = "Flotteur décoratif en verre jaune",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'GlassworkingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Hemp Mooring Rope'] = {
['Type'] = 'ITEM',
['Name'] = 'Hemp Mooring Rope',
['ID'] = 'HempMooringRopeItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Decorative Glass Buoy Yellow'] = {
['Name'] = 'Decorative Glass Buoy Yellow',
['ID'] = 'DecorativeGlassBuoyYellowItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DecorativeHangingBuoyRecipe'] = {
['Name'] = {
['English'] = "Decorative Hanging Buoy",
['Russian'] = "Декоративный подвесной буй",
['German'] = "Dekorative Hängeboje",
['French'] = "Flotteurs décoratifs suspendus",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ShipwrightSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Decorative Hanging Buoy'] = {
['Name'] = 'Decorative Hanging Buoy',
['ID'] = 'DecorativeHangingBuoyItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DecorativeLifePreserverRecipe'] = {
['Name'] = {
['English'] = "Decorative Life Preserver",
['Russian'] = "Декоративный спасательный круг",
['German'] = "Dekorativer Lebensretter",
['French'] = "Bouée de sauvetage décorative",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ShipwrightSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Decorative Life Preserver'] = {
['Name'] = 'Decorative Life Preserver',
['ID'] = 'DecorativeLifePreserverItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DecorativeShipWheelRecipe'] = {
['Name'] = {
['English'] = "Decorative Ship Wheel",
['Russian'] = "Декоративный штурвал",
['German'] = "Dekoratives Steuerrad",
['French'] = "Barre de bateau décorative",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'CarpentrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Decorative Ship Wheel'] = {
['Name'] = 'Decorative Ship Wheel',
['ID'] = 'DecorativeShipWheelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DeerPeltRecipe'] = {
['Name'] = {
['English'] = "Deer Pelt",
['Russian'] = "Шкура оленя",
['German'] = "Deer Pelt",
['French'] = "Peau de cerf mulet",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'HuntingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Medium Carcass'] = {
['Type'] = 'TAG',
['Name'] = 'Medium Carcass',
['ID'] = 'MediumCarcass',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Deer Pelt'] = {
['Name'] = 'Deer Pelt',
['ID'] = 'DeerPeltItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DendrologyResearchPaperAdvancedRecipe'] = {
['Name'] = {
['English'] = "Dendrology Research Paper Advanced",
['Russian'] = "Исследование по продвинутой дендрологии",
['German'] = "Fortgeschrittenes Forschungspapier: Dendrologie",
['French'] = "Papier de recherche : Dendrologie avancée",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Dendrology Research Paper Advanced'] = {
['Name'] = 'Dendrology Research Paper Advanced',
['ID'] = 'DendrologyResearchPaperAdvancedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DendrologyResearchPaperBasicRecipe'] = {
['Name'] = {
['English'] = "Dendrology Research Paper Basic",
['Russian'] = "Исследование по базовой дендрологии",
['German'] = "Grundlegendes Forschungspapier: Dendrologie",
['French'] = "Papier de recherche : Dendrologie basique",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Dendrology Research Paper Basic'] = {
['Name'] = 'Dendrology Research Paper Basic',
['ID'] = 'DendrologyResearchPaperBasicItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DendrologyResearchPaperModernRecipe'] = {
['Name'] = {
['English'] = "Dendrology Research Paper Modern",
['Russian'] = "Исследование по современной дендрологии",
['German'] = "Modernes Forschungspapier: Dendrologie",
['French'] = "Papier de recherche : Dendrologie moderne",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '6',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ink'] = {
['Type'] = 'ITEM',
['Name'] = 'Ink',
['ID'] = 'InkItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Dendrology Research Paper Modern'] = {
['Name'] = 'Dendrology Research Paper Modern',
['ID'] = 'DendrologyResearchPaperModernItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DenseCharcoalRecipe'] = {
['Name'] = {
['English'] = "Dense Charcoal",
['Russian'] = "Плотный древесный уголь",
['German'] = "Dense Charcoal",
['French'] = "Charbon dense",
},
['CraftTime'] = '144',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'LoggingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '7',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Charcoal'] = {
['Name'] = 'Charcoal',
['ID'] = 'CharcoalItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DerpyHatRecipe'] = {
['Name'] = {
['English'] = "Derpy Hat",
['Russian'] = "Неуклюжая шляпа",
['German'] = "Trotteliger Hut",
['French'] = "Chapeau ridicule",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Derpy Hat'] = {
['Name'] = 'Derpy Hat',
['ID'] = 'DerpyHatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DirtRampBasicRecipe'] = {
['Name'] = {
['English'] = "Dirt Ramp Basic",
['Russian'] = "Земляная рампа - базовая",
['German'] = "Normale Erdrampe",
['French'] = "Rampe en terre basique",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Dirt'] = {
['Type'] = 'ITEM',
['Name'] = 'Dirt',
['ID'] = 'DirtItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Dirt Ramp'] = {
['Name'] = 'Dirt Ramp',
['ID'] = 'DirtRampItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DirtRampRecipe'] = {
['Name'] = {
['English'] = "Dirt Ramp",
['Russian'] = "Земляная рампа",
['German'] = "Erdrampe",
['French'] = "Rampe en terre",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Wainwright Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Dirt'] = {
['Type'] = 'ITEM',
['Name'] = 'Dirt',
['ID'] = 'DirtItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Dirt Ramp'] = {
['Name'] = 'Dirt Ramp',
['ID'] = 'DirtRampItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DistributionStationRecipe'] = {
['Name'] = {
['English'] = "Distribution Station",
['Russian'] = "Станция распределения",
['German'] = "Verteilungsstation",
['French'] = "Station de distribution",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Distribution Station'] = {
['Name'] = 'Distribution Station',
['ID'] = 'DistributionStationItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DowelRecipe'] = {
['Name'] = {
['English'] = "Dowel",
['Russian'] = "Дюбель",
['German'] = "Dowel",
['French'] = "Cheville",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Dowel'] = {
['Name'] = 'Dowel',
['ID'] = 'DowelItem',
['Quantity'] = '16',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DryFishRecipe'] = {
['Name'] = {
['English'] = "Dry Fish",
['Russian'] = "Сушеная рыба",
['German'] = "Trockener Fisch",
['French'] = "Poisson séché",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'HuntingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fish Rack',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Raw Fish'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Fish',
['ID'] = 'RawFishItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Dried Fish'] = {
['Name'] = 'Dried Fish',
['ID'] = 'DriedFishItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DryMeatRecipe'] = {
['Name'] = {
['English'] = "Dry Meat",
['Russian'] = "Сушеное мясо",
['German'] = "Trockenes Fleisch",
['French'] = "Viande séchée",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'HuntingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fish Rack',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Raw Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Meat',
['ID'] = 'RawMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Dried Meat'] = {
['Name'] = 'Dried Meat',
['ID'] = 'DriedMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['DynamiteRecipe'] = {
['Name'] = {
['English'] = "Dynamite",
['Russian'] = "Dynamite",
['German'] = "Dynamite",
['French'] = "Dynamite",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'MiningSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Black Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'Black Powder',
['ID'] = 'BlackPowderItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Dynamite'] = {
['Name'] = 'Dynamite',
['ID'] = 'DynamiteItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['EaselRecipe'] = {
['Name'] = {
['English'] = "Easel",
['Russian'] = "Мольберт",
['German'] = "Staffelei",
['French'] = "Chevalet",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Canvas'] = {
['Type'] = 'ITEM',
['Name'] = 'Canvas',
['ID'] = 'CanvasItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Easel'] = {
['Name'] = 'Easel',
['ID'] = 'EaselItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['EcoBookRecipe'] = {
['Name'] = {
['English'] = "Eco Book",
['Russian'] = "Eco Book",
['German'] = "Eco Book",
['French'] = "Eco Book",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'PaintingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Paint Mixer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ink'] = {
['Type'] = 'ITEM',
['Name'] = 'Ink',
['ID'] = 'InkItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Eco Book'] = {
['Name'] = 'Eco Book',
['ID'] = 'EcoBookItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['EgyptianCanoeRecipe'] = {
['Name'] = {
['English'] = "Egyptian Canoe",
['Russian'] = "Египетское Каноэ",
['German'] = "Egyptian Canoe",
['French'] = "Canoë égyptien",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '14',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Egyptian Canoe'] = {
['Name'] = 'Egyptian Canoe',
['ID'] = 'EgyptianCanoeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ElectionPosterRecipe'] = {
['Name'] = {
['English'] = "Election Poster",
['Russian'] = "Предвыборный плакат",
['German'] = "Election Poster",
['French'] = "Poster électoral",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.1',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'PaperMillingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Printing Press',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Printing Supplies'] = {
['Type'] = 'ITEM',
['Name'] = 'Printing Supplies',
['ID'] = 'PrintingSuppliesItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Election Poster'] = {
['Name'] = 'Election Poster',
['ID'] = 'ElectionPosterItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ElectricLatheRecipe'] = {
['Name'] = {
['English'] = "Electric Lathe",
['Russian'] = "Электрический токарный станок",
['German'] = "Elektrische Drehmaschine",
['French'] = "Tour électrique",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'IndustrySkill','1'},
['RequiresModule'] = 'Electric Planer',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Wheel'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Wheel',
['ID'] = 'IronWheelItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Electric Lathe'] = {
['Name'] = 'Electric Lathe',
['ID'] = 'ElectricLatheItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ElectricMachinistTableRecipe'] = {
['Name'] = {
['English'] = "Electric Machinist Table",
['Russian'] = "Электрический слесарный верстак",
['German'] = "Elektrischer Montagetisch",
['French'] = "Établi électrique",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Iron Gear'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Gear',
['ID'] = 'IronGearItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Electric Machinist Table'] = {
['Name'] = 'Electric Machinist Table',
['ID'] = 'ElectricMachinistTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ElectricMotorRecipe'] = {
['Name'] = {
['English'] = "Electric Motor",
['Russian'] = "Электродвигатель",
['German'] = "Elektromotor",
['French'] = "Moteur électrique",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'ElectronicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Electric Motor'] = {
['Name'] = 'Electric Motor',
['ID'] = 'ElectricMotorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ElectricPlanerRecipe'] = {
['Name'] = {
['English'] = "Electric Planer",
['Russian'] = "Электрический строгальный станок",
['German'] = "Elektrische Hobelmaschine",
['French'] = "Fraiseuse électrique",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'IndustrySkill','1'},
['RequiresModule'] = 'Electric Stamping Press',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Electric Planer'] = {
['Name'] = 'Electric Planer',
['ID'] = 'ElectricPlanerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ElectricStampingPressRecipe'] = {
['Name'] = {
['English'] = "Electric Stamping Press",
['Russian'] = "Электрический пресс",
['German'] = "Elektrische Stanzpresse",
['French'] = "Presse électrique",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'IndustrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Piston'] = {
['Type'] = 'ITEM',
['Name'] = 'Piston',
['ID'] = 'PistonItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Electric Stamping Press'] = {
['Name'] = 'Electric Stamping Press',
['ID'] = 'ElectricStampingPressItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ElectricWallLampRecipe'] = {
['Name'] = {
['English'] = "Electric Wall Lamp",
['Russian'] = "Электрическая настенная лампа",
['German'] = "Elektrische Wandleuchte",
['French'] = "Lampe murale électrique",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ElectronicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Electric Wall Lamp'] = {
['Name'] = 'Electric Wall Lamp',
['ID'] = 'ElectricWallLampItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ElectricWaterPumpRecipe'] = {
['Name'] = {
['English'] = "Electric Water Pump",
['Russian'] = "Электрический водяной насос",
['German'] = "Elektrische Wasserpumpe",
['French'] = "Pompe à eau électrique",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MechanicsSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Pipe'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Pipe',
['ID'] = 'IronPipeItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Electric Water Pump'] = {
['Name'] = 'Electric Water Pump',
['ID'] = 'ElectricWaterPumpItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ElectronicsAssemblyRecipe'] = {
['Name'] = {
['English'] = "Electronics Assembly",
['Russian'] = "Сборщик электроники",
['German'] = "Elektronikfertigung",
['French'] = "Établi d'assemblage électronique",
},
['CraftTime'] = '1500',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'ElectronicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
['Corrugated Steel'] = {
['Type'] = 'ITEM',
['Name'] = 'Corrugated Steel',
['ID'] = 'CorrugatedSteelItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Electronics Assembly'] = {
['Name'] = 'Electronics Assembly',
['ID'] = 'ElectronicsAssemblyItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ElectronicsSkillBookRecipe'] = {
['Name'] = {
['English'] = "Electronics Skill Book",
['Russian'] = "Книга по электронике",
['German'] = "Fertigkeitsbuch: Elektronik",
['French'] = "Livre de compétence : Électronique",
},
['CraftTime'] = '1800',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Research'] = {
['Type'] = 'TAG',
['Name'] = 'Advanced Research',
['ID'] = 'Advanced Research',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Engineering Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Engineering Research Paper Modern',
['ID'] = 'EngineeringResearchPaperModernItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Metallurgy Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Metallurgy Research Paper Advanced',
['ID'] = 'MetallurgyResearchPaperAdvancedItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Metallurgy Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Metallurgy Research Paper Modern',
['ID'] = 'MetallurgyResearchPaperModernItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Modern Research'] = {
['Type'] = 'TAG',
['Name'] = 'Modern Research',
['ID'] = 'Modern Research',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Electronics Skill Book'] = {
['Name'] = 'Electronics Skill Book',
['ID'] = 'ElectronicsSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ElectronicsUpgradeRecipe'] = {
['Name'] = {
['English'] = "Electronics Upgrade",
['Russian'] = "Улучшение для электроники",
['German'] = "Upgrade Elektronik",
['French'] = "Amélioration moderne : Électronique",
},
['CraftTime'] = '1080',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '9000',
['RequiredSkill'] = {'ElectronicsSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Modern Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Modern Upgrade 4',
['ID'] = 'ModernUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Electronics Upgrade'] = {
['Name'] = 'Electronics Upgrade',
['ID'] = 'ElectronicsUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ElevatorCallPostRecipe'] = {
['Name'] = {
['English'] = "Elevator Call Post",
['Russian'] = "Пульт управления лифтом",
['German'] = "Holzaufzug-Rufposten",
['French'] = "Bouton d'appel d'ascenseur",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Elevator Call Post'] = {
['Name'] = 'Elevator Call Post',
['ID'] = 'ElevatorCallPostItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ElkGongRecipe'] = {
['Name'] = {
['English'] = "Elk Gong",
['Russian'] = "Elk Gong",
['German'] = "Elk Gong",
['French'] = "Elk Gong",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'BlacksmithSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Elk Gong'] = {
['Name'] = 'Elk Gong',
['ID'] = 'ElkGongItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ElkMountRecipe'] = {
['Name'] = {
['English'] = "Elk Mount",
['Russian'] = "Голова вапити",
['German'] = "Ausgestopfter Wapiti",
['French'] = "Trophée de wapiti",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'HuntingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Composite Lumber',
['ID'] = 'CompositeLumber',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Elk Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Elk Carcass',
['ID'] = 'ElkCarcassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Elk Mount'] = {
['Name'] = 'Elk Mount',
['ID'] = 'ElkMountItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ElkStatuetteRecipe'] = {
['Name'] = {
['English'] = "Elk Statuette",
['Russian'] = "Elk Statuette",
['German'] = "Elk Statuette",
['French'] = "Elk Statuette",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Elk Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Elk Carcass',
['ID'] = 'ElkCarcassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Elk Statuette'] = {
['Name'] = 'Elk Statuette',
['ID'] = 'ElkStatuetteItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ElkTacoRecipe'] = {
['Name'] = {
['English'] = "Elk Taco",
['Russian'] = "Тако с олениной",
['German'] = "Elchtaco",
['French'] = "Taco de wapiti",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'AdvancedCookingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Scrap Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Tortilla'] = {
['Type'] = 'ITEM',
['Name'] = 'Tortilla',
['ID'] = 'TortillaItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Wild Mix'] = {
['Type'] = 'ITEM',
['Name'] = 'Wild Mix',
['ID'] = 'WildMixItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Elk Taco'] = {
['Name'] = 'Elk Taco',
['ID'] = 'ElkTacoItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ElkWellingtonRecipe'] = {
['Name'] = {
['English'] = "Elk Wellington",
['Russian'] = "Оленина «Веллингтон»",
['German'] = "Wapitiwellington",
['French'] = "Rôti de wapiti façon Wellington",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'AdvancedBakingSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leavened Dough'] = {
['Type'] = 'ITEM',
['Name'] = 'Leavened Dough',
['ID'] = 'LeavenedDoughItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Prime Cut'] = {
['Type'] = 'ITEM',
['Name'] = 'Prime Cut',
['ID'] = 'PrimeCutItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Elk Wellington'] = {
['Name'] = 'Elk Wellington',
['ID'] = 'ElkWellingtonItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['EmbassyDeskRecipe'] = {
['Name'] = {
['English'] = "Embassy Desk",
['Russian'] = "Посольство",
['German'] = "Botschaftsbüro",
['French'] = "Bureau de l'ambassade",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Bar',
['ID'] = 'CopperBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Embassy Desk'] = {
['Name'] = 'Embassy Desk',
['ID'] = 'EmbassyDeskItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['EngineeringResearchPaperAdvancedRecipe'] = {
['Name'] = {
['English'] = "Engineering Research Paper Advanced",
['Russian'] = "Исследование по продвинутому инженерному делу",
['German'] = "Fortgeschrittenes Forschungspapier: Ingenieurswesen",
['French'] = "Papier de recherche : Ingénierie avancée",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'BasicEngineeringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Waterwheel'] = {
['Type'] = 'ITEM',
['Name'] = 'Waterwheel',
['ID'] = 'WaterwheelItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Windmill'] = {
['Type'] = 'ITEM',
['Name'] = 'Windmill',
['ID'] = 'WindmillItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Engineering Research Paper Advanced'] = {
['Name'] = 'Engineering Research Paper Advanced',
['ID'] = 'EngineeringResearchPaperAdvancedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['EngineeringResearchPaperModernRecipe'] = {
['Name'] = {
['English'] = "Engineering Research Paper Modern",
['Russian'] = "Исследование по современному инженерному делу",
['German'] = "Modernes Forschungspapier: Ingenieurswesen",
['French'] = "Papier de recherche : Ingénierie moderne",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ink'] = {
['Type'] = 'ITEM',
['Name'] = 'Ink',
['ID'] = 'InkItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Iron Axle'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Axle',
['ID'] = 'IronAxleItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Gear'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Gear',
['ID'] = 'IronGearItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Engineering Research Paper Modern'] = {
['Name'] = 'Engineering Research Paper Modern',
['ID'] = 'EngineeringResearchPaperModernItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['EngineerSignRecipe'] = {
['Name'] = {
['English'] = "Engineer Sign",
['Russian'] = "Вывеска Инженера",
['German'] = "Engineer Sign",
['French'] = "Enseigne de l'ingénieur",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Store Sign'] = {
['Type'] = 'ITEM',
['Name'] = 'Store Sign',
['ID'] = 'StoreSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Engineer Sign'] = {
['Name'] = 'Engineer Sign',
['ID'] = 'EngineerSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['EpoxyRecipe'] = {
['Name'] = {
['English'] = "Epoxy",
['Russian'] = "Эпоксидная смола",
['German'] = "Epoxidharz",
['French'] = "Résine époxy",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'OilDrillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Oil Refinery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Petroleum'] = {
['Type'] = 'ITEM',
['Name'] = 'Petroleum',
['ID'] = 'PetroleumItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Barrel'] = {
['Name'] = 'Barrel',
['ID'] = 'BarrelItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
['Epoxy'] = {
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Sulfur'] = {
['Name'] = 'Sulfur',
['ID'] = 'SulfurItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['EtchedAdvancedCircuitRecipe'] = {
['Name'] = {
['English'] = "Etched Advanced Circuit",
['Russian'] = "Etched Advanced Circuit",
['German'] = "Etched Advanced Circuit",
['French'] = "Etched Advanced Circuit",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '8',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'ElectronicsSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Gold Flakes'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Flakes',
['ID'] = 'GoldFlakesItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Gold Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Wiring',
['ID'] = 'GoldWiringItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Nitric Acid'] = {
['Type'] = 'ITEM',
['Name'] = 'Nitric Acid',
['ID'] = 'NitricAcidItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Substrate'] = {
['Type'] = 'ITEM',
['Name'] = 'Substrate',
['ID'] = 'SubstrateItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Advanced Circuit'] = {
['Name'] = 'Advanced Circuit',
['ID'] = 'AdvancedCircuitItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['EtchedBasicCircuitRecipe'] = {
['Name'] = {
['English'] = "Etched Basic Circuit",
['Russian'] = "Etched Basic Circuit",
['German'] = "Etched Basic Circuit",
['French'] = "Etched Basic Circuit",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '8',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'ElectronicsSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Gold Flakes'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Flakes',
['ID'] = 'GoldFlakesItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Nitric Acid'] = {
['Type'] = 'ITEM',
['Name'] = 'Nitric Acid',
['ID'] = 'NitricAcidItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Basic Circuit'] = {
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ExcavatorRecipe'] = {
['Name'] = {
['English'] = "Excavator",
['Russian'] = "Экскаватор",
['German'] = "Bagger",
['French'] = "Pelleteuse",
},
['CraftTime'] = '1200',
['ExperienceOnCraft'] = '24',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'IndustrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Combustion Engine'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Combustion Engine',
['ID'] = 'AdvancedCombustionEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Radiator'] = {
['Type'] = 'ITEM',
['Name'] = 'Radiator',
['ID'] = 'RadiatorItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Rubber Wheel'] = {
['Type'] = 'ITEM',
['Name'] = 'Rubber Wheel',
['ID'] = 'RubberWheelItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Steel Axle'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Axle',
['ID'] = 'SteelAxleItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Steel Spring'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Spring',
['ID'] = 'SteelSpringItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Excavator'] = {
['Name'] = 'Excavator',
['ID'] = 'ExcavatorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ExecutiveOfficeRecipe'] = {
['Name'] = {
['English'] = "Executive Office",
['Russian'] = "Исполнительный офис",
['German'] = "Hauptamt",
['French'] = "Bureau de l'exécutif",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Executive Office'] = {
['Name'] = 'Executive Office',
['ID'] = 'ExecutiveOfficeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ExoticFruitSaladRecipe'] = {
['Name'] = {
['English'] = "Exotic Fruit Salad",
['Russian'] = "Экзотический фруктовый салат",
['German'] = "Exotischer Fruchtsalat",
['French'] = "Salade de fruits exotiques",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Prickly Pear Fruit'] = {
['Type'] = 'ITEM',
['Name'] = 'Prickly Pear Fruit',
['ID'] = 'PricklyPearFruitItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Pumpkin'] = {
['Type'] = 'ITEM',
['Name'] = 'Pumpkin',
['ID'] = 'PumpkinItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fruit Salad'] = {
['Name'] = 'Fruit Salad',
['ID'] = 'FruitSaladItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ExoticSaladRecipe'] = {
['Name'] = {
['English'] = "Exotic Salad",
['Russian'] = "Экзотический салат",
['German'] = "Exotischer Salat",
['French'] = "Salade exotique",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crimini Mushrooms'] = {
['Type'] = 'ITEM',
['Name'] = 'Crimini Mushrooms',
['ID'] = 'CriminiMushroomsItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Prickly Pear Fruit'] = {
['Type'] = 'ITEM',
['Name'] = 'Prickly Pear Fruit',
['ID'] = 'PricklyPearFruitItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Rice'] = {
['Type'] = 'ITEM',
['Name'] = 'Rice',
['ID'] = 'RiceItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Basic Salad'] = {
['Name'] = 'Basic Salad',
['ID'] = 'BasicSaladItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ExoticVegetableMedleyRecipe'] = {
['Name'] = {
['English'] = "Exotic Vegetable Medley",
['Russian'] = "Экзотическая овощная смесь",
['German'] = "Exotische Gemüsemischung",
['French'] = "Assortiment de légumes exotiques",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beans'] = {
['Type'] = 'ITEM',
['Name'] = 'Beans',
['ID'] = 'BeansItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Beet'] = {
['Type'] = 'ITEM',
['Name'] = 'Beet',
['ID'] = 'BeetItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Tomato'] = {
['Type'] = 'ITEM',
['Name'] = 'Tomato',
['ID'] = 'TomatoItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Vegetable Medley'] = {
['Name'] = 'Vegetable Medley',
['ID'] = 'VegetableMedleyItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ExplorerBootsRecipe'] = {
['Name'] = {
['English'] = "Explorer Boots",
['Russian'] = "Ботинки Исследователя",
['German'] = "Forscherstiefel",
['French'] = "Ensemble d'explorateur : Bottes",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Synthetic Rubber'] = {
['Type'] = 'ITEM',
['Name'] = 'Synthetic Rubber',
['ID'] = 'SyntheticRubberItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Explorer Boots'] = {
['Name'] = 'Explorer Boots',
['ID'] = 'ExplorerBootsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ExplorerGlovesRecipe'] = {
['Name'] = {
['English'] = "Explorer Gloves",
['Russian'] = "Перчатки Исследователя",
['German'] = "Forscherhandschuhe",
['French'] = "Ensemble d'explorateur : Gants",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Explorer Gloves'] = {
['Name'] = 'Explorer Gloves',
['ID'] = 'ExplorerGlovesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ExplorerHatRecipe'] = {
['Name'] = {
['English'] = "Explorer Hat",
['Russian'] = "Пробковый шлем",
['German'] = "Forscherhut",
['French'] = "Ensemble d'explorateur : Chapeau",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Explorer Hat'] = {
['Name'] = 'Explorer Hat',
['ID'] = 'ExplorerHatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ExplorerPantsRecipe'] = {
['Name'] = {
['English'] = "Explorer Pants",
['Russian'] = "Штаны Исследователя",
['German'] = "Forscherhose",
['French'] = "Ensemble d'explorateur : Pantalon",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Explorer Pants'] = {
['Name'] = 'Explorer Pants',
['ID'] = 'ExplorerPantsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ExplorerShirtRecipe'] = {
['Name'] = {
['English'] = "Explorer Shirt",
['Russian'] = "Китель Исследователя",
['German'] = "Forscherhemd",
['French'] = "Ensemble d'explorateur : Chemise",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Explorer Shirt'] = {
['Name'] = 'Explorer Shirt',
['ID'] = 'ExplorerShirtItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FancyHewnDoorRecipe'] = {
['Name'] = {
['English'] = "Fancy Hewn Door",
['Russian'] = "Изящная обтесанная дверь",
['German'] = "Fancy Hewn Door",
['French'] = "Porte taillée élégante",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Hewn Door'] = {
['Type'] = 'ITEM',
['Name'] = 'Hewn Door',
['ID'] = 'HewnDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Fancy Hewn Door'] = {
['Name'] = 'Fancy Hewn Door',
['ID'] = 'FancyHewnDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FantasticForestPizzaRecipe'] = {
['Name'] = {
['English'] = "Fantastic Forest Pizza",
['Russian'] = "Фантастическая лесная пицца",
['German'] = "Pizza Wald Fantastica",
['French'] = "Pizza fantastique de la forêt",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'AdvancedBakingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Camas Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Camas Bulb',
['ID'] = 'CamasBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Greens'] = {
['Type'] = 'TAG',
['Name'] = 'Greens',
['ID'] = 'Greens',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Leavened Dough'] = {
['Type'] = 'ITEM',
['Name'] = 'Leavened Dough',
['ID'] = 'LeavenedDoughItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Sun Cheese'] = {
['Type'] = 'ITEM',
['Name'] = 'Sun Cheese',
['ID'] = 'SunCheeseItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Tomato'] = {
['Type'] = 'ITEM',
['Name'] = 'Tomato',
['ID'] = 'TomatoItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fantastic Forest Pizza'] = {
['Name'] = 'Fantastic Forest Pizza',
['ID'] = 'FantasticForestPizzaItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FarEastLumberRecipe'] = {
['Name'] = {
['English'] = "Far East Lumber",
['Russian'] = "Дальневосточный пиломатериал",
['German'] = "Far East Lumber",
['French'] = "Bois d'œuvre d'Extrême-Orient",
},
['CraftTime'] = '19',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Flaxseed Oil'] = {
['Type'] = 'ITEM',
['Name'] = 'Flaxseed Oil',
['ID'] = 'FlaxseedOilItem',
['Quantity'] = '0.5',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Far East Lumber'] = {
['Name'] = 'Far East Lumber',
['ID'] = 'FarEastLumberItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FarmerBootsRecipe'] = {
['Name'] = {
['English'] = "Farmer Boots",
['Russian'] = "Ботинки Фермера",
['German'] = "Farmerstiefel",
['French'] = "Ensemble de fermier : Bottes",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Synthetic Rubber'] = {
['Type'] = 'ITEM',
['Name'] = 'Synthetic Rubber',
['ID'] = 'SyntheticRubberItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Farmer Boots'] = {
['Name'] = 'Farmer Boots',
['ID'] = 'FarmerBootsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FarmerGlovesRecipe'] = {
['Name'] = {
['English'] = "Farmer Gloves",
['Russian'] = "Перчатки Фермера",
['German'] = "Farmerhandschuhe",
['French'] = "Ensemble de fermier : Gants",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Farmer Gloves'] = {
['Name'] = 'Farmer Gloves',
['ID'] = 'FarmerGlovesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FarmerHatRecipe'] = {
['Name'] = {
['English'] = "Farmer Hat",
['Russian'] = "Шляпа Фермера",
['German'] = "Farmerhut",
['French'] = "Ensemble de fermier : Chapeau",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '60',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Farmer Hat'] = {
['Name'] = 'Farmer Hat',
['ID'] = 'FarmerHatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FarmerOverallsRecipe'] = {
['Name'] = {
['English'] = "Farmer Overalls",
['Russian'] = "Комбинезон Фермера",
['German'] = "Farmeroveralls",
['French'] = "Ensemble de fermier : Salopette",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Farmer Overalls'] = {
['Name'] = 'Farmer Overalls',
['ID'] = 'FarmerOverallsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FarmerShirtRecipe'] = {
['Name'] = {
['English'] = "Farmer Shirt",
['Russian'] = "Рубашка Фермера",
['German'] = "Farmerhemd",
['French'] = "Ensemble de fermier : Chemise",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wool Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Wool Fabric',
['ID'] = 'WoolFabricItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Farmer Shirt'] = {
['Name'] = 'Farmer Shirt',
['ID'] = 'FarmerShirtItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FarmerSignRecipe'] = {
['Name'] = {
['English'] = "Farmer Sign",
['Russian'] = "Вывеска Фермера",
['German'] = "Bauernschild",
['French'] = "Enseigne du fermier",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Store Sign'] = {
['Type'] = 'ITEM',
['Name'] = 'Store Sign',
['ID'] = 'StoreSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Farmer Sign'] = {
['Name'] = 'Farmer Sign',
['ID'] = 'FarmerSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FarmersTableRecipe'] = {
['Name'] = {
['English'] = "Farmers Table",
['Russian'] = "Фермерский стол",
['German'] = "Landwirttisch",
['French'] = "Établi d'agriculture",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '200',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Dirt'] = {
['Type'] = 'ITEM',
['Name'] = 'Dirt',
['ID'] = 'DirtItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Farmers Table'] = {
['Name'] = 'Farmers Table',
['ID'] = 'FarmersTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FarmingSkillBookRecipe'] = {
['Name'] = {
['English'] = "Farming Skill Book",
['Russian'] = "Книга о фермерстве",
['German'] = "Fertigkeitsbuch: Landwirtschaft",
['French'] = "Livre de compétence : Agriculture",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'GatheringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gathering Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Gathering Research Paper Basic',
['ID'] = 'GatheringResearchPaperBasicItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Geology Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Basic',
['ID'] = 'GeologyResearchPaperBasicItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Farming Skill Book'] = {
['Name'] = 'Farming Skill Book',
['ID'] = 'FarmingSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FarmingUpgradeRecipe'] = {
['Name'] = {
['English'] = "Farming Upgrade",
['Russian'] = "Улучшение для фермерского дела",
['German'] = "Upgrade Landwirtschaft",
['French'] = "Amélioration basique : Agriculture",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'FarmingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Farming Upgrade'] = {
['Name'] = 'Farming Upgrade',
['ID'] = 'FarmingUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FederationFoundationRecipe'] = {
['Name'] = {
['English'] = "Federation Foundation",
['Russian'] = "Закладной камень Федерации",
['German'] = "Föderationsgründung",
['French'] = "Fondation fédérale",
},
['CraftTime'] = '1800',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '3600',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Granite',
['ID'] = 'AshlarGraniteItem',
['Quantity'] = '30',
['IsStatic'] = 'True',
},
['Ashlar Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Limestone',
['ID'] = 'AshlarLimestoneItem',
['Quantity'] = '30',
['IsStatic'] = 'True',
},
['Composite Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Composite Lumber',
['ID'] = 'CompositeLumber',
['Quantity'] = '60',
['IsStatic'] = 'True',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '60',
['IsStatic'] = 'True',
},
['Nylon Carpet'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Carpet',
['ID'] = 'NylonCarpetItem',
['Quantity'] = '30',
['IsStatic'] = 'True',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '120',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Federation Foundation'] = {
['Name'] = 'Federation Foundation',
['ID'] = 'FederationFoundationItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FernCampfireSaladRecipe'] = {
['Name'] = {
['English'] = "Fern Campfire Salad",
['Russian'] = "Салат из папоротника на костре",
['German'] = "Lagerfeuer Farnspitzensalat",
['French'] = "Salade de fougères cuite au feu de camp",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fiddleheads'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiddleheads',
['ID'] = 'FiddleheadsItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Huckleberries'] = {
['Type'] = 'ITEM',
['Name'] = 'Huckleberries',
['ID'] = 'HuckleberriesItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Vegetable'] = {
['Type'] = 'TAG',
['Name'] = 'Vegetable',
['ID'] = 'Vegetable',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fern Campfire Salad'] = {
['Name'] = 'Fern Campfire Salad',
['ID'] = 'FernCampfireSaladItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FernSporeRecipe'] = {
['Name'] = {
['English'] = "Fern Spore",
['Russian'] = "Спора папоротника",
['German'] = "Sporen (Farn)",
['French'] = "Spores de fougère",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fiddleheads'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiddleheads',
['ID'] = 'FiddleheadsItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fern Spore'] = {
['Name'] = 'Fern Spore',
['ID'] = 'FernSporeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FertilizersSkillBookRecipe'] = {
['Name'] = {
['English'] = "Fertilizers Skill Book",
['Russian'] = "Книга об удобрениях",
['German'] = "Fertigkeitsbuch: Dünger",
['French'] = "Livre de compétence : Engrais",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Agriculture Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Agriculture Research Paper Advanced',
['ID'] = 'AgricultureResearchPaperAdvancedItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Geology Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Basic',
['ID'] = 'GeologyResearchPaperBasicItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fertilizers Skill Book'] = {
['Name'] = 'Fertilizers Skill Book',
['ID'] = 'FertilizersSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FertilizersUpgradeRecipe'] = {
['Name'] = {
['English'] = "Fertilizers Upgrade",
['Russian'] = "Улучшение для производства удобрений",
['German'] = "Upgrade Dünger",
['French'] = "Amélioration basique : Engrais",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'FertilizersSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Fertilizers Upgrade'] = {
['Name'] = 'Fertilizers Upgrade',
['ID'] = 'FertilizersUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FiberFillerRecipe'] = {
['Name'] = {
['English'] = "Fiber Filler",
['Russian'] = "Волоконный наполнитель",
['German'] = "Füller aus Fasern",
['French'] = "Charge renforçante fibreuse",
},
['CraftTime'] = '18',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'FertilizersSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Dirt'] = {
['Type'] = 'ITEM',
['Name'] = 'Dirt',
['ID'] = 'DirtItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fiber Filler'] = {
['Name'] = 'Fiber Filler',
['ID'] = 'FiberFillerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FiberglassRecipe'] = {
['Name'] = {
['English'] = "Fiberglass",
['Russian'] = "Стекловолокно",
['German'] = "Glasfaserverstärkter Kunststoff",
['French'] = "Fibre de verre",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'GlassworkingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Spin Melter',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fiberglass'] = {
['Name'] = 'Fiberglass',
['ID'] = 'FiberglassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FiberReinforcedConcreteRecipe'] = {
['Name'] = {
['English'] = "Fiber Reinforced Concrete",
['Russian'] = "Fiber Reinforced Concrete",
['German'] = "Fiber Reinforced Concrete",
['French'] = "Fiber Reinforced Concrete",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'MasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cement Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cement'] = {
['Type'] = 'ITEM',
['Name'] = 'Cement',
['ID'] = 'CementItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Crushed Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Crushed Rock',
['ID'] = 'CrushedRock',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Fiberglass'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiberglass',
['ID'] = 'FiberglassItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Sand'] = {
['Type'] = 'ITEM',
['Name'] = 'Sand',
['ID'] = 'SandItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Reinforced Concrete'] = {
['Name'] = 'Reinforced Concrete',
['ID'] = 'ReinforcedConcreteItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FiberScutchingStationRecipe'] = {
['Name'] = {
['English'] = "Fiber Scutching Station",
['Russian'] = "Прядильный станок",
['German'] = "Flachsschwinge",
['French'] = "Établi de teillage de fibres",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'LoggingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fiber Scutching Station'] = {
['Name'] = 'Fiber Scutching Station',
['ID'] = 'FiberScutchingStationItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FieldCampfireStewRecipe'] = {
['Name'] = {
['English'] = "Field Campfire Stew",
['Russian'] = "Полевое рагу на костре",
['German'] = "Lagerfeuer Feldeintopf",
['French'] = "Ragoût des prairies cuit au feu de camp",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Corn'] = {
['Type'] = 'ITEM',
['Name'] = 'Corn',
['ID'] = 'CornItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Fat'] = {
['Type'] = 'TAG',
['Name'] = 'Fat',
['ID'] = 'Fat',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Flour'] = {
['Type'] = 'ITEM',
['Name'] = 'Flour',
['ID'] = 'FlourItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Scrap Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Tomato'] = {
['Type'] = 'ITEM',
['Name'] = 'Tomato',
['ID'] = 'TomatoItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Field Campfire Stew'] = {
['Name'] = 'Field Campfire Stew',
['ID'] = 'FieldCampfireStewItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FireweedSeedRecipe'] = {
['Name'] = {
['English'] = "Fireweed Seed",
['Russian'] = "Семечко иван-чая",
['German'] = "Samen (Weidenröschen)",
['French'] = "Graine d'épilobe",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fireweed Shoots'] = {
['Type'] = 'ITEM',
['Name'] = 'Fireweed Shoots',
['ID'] = 'FireweedShootsItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fireweed Seed'] = {
['Name'] = 'Fireweed Seed',
['ID'] = 'FireweedSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FisheryRecipe'] = {
['Name'] = {
['English'] = "Fishery",
['Russian'] = "Шкаф рыбака",
['German'] = "Fischereitisch",
['French'] = "Établi de pêche",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '200',
['RequiredSkill'] = {'HuntingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fishery'] = {
['Name'] = 'Fishery',
['ID'] = 'FisheryItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FishingPoleRecipe'] = {
['Name'] = {
['English'] = "Fishing Pole",
['Russian'] = "Удочка",
['German'] = "Angel",
['French'] = "Canne à pêche",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tool Bench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fishing Pole'] = {
['Name'] = 'Fishing Pole',
['ID'] = 'FishingPoleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FishKitesRecipe'] = {
['Name'] = {
['English'] = "Fish Kites",
['Russian'] = "Fish Kites",
['German'] = "Fish Kites",
['French'] = "Cerfs-volants poisson",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fish Kites'] = {
['Name'] = 'Fish Kites',
['ID'] = 'FishKitesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FishNChipsRecipe'] = {
['Name'] = {
['English'] = "Fish N Chips",
['Russian'] = "Рыбные чипсы",
['German'] = "Fish N Chips",
['French'] = "Fish and Chips",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'AdvancedCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kitchen',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Flour'] = {
['Type'] = 'ITEM',
['Name'] = 'Flour',
['ID'] = 'FlourItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Oil'] = {
['Type'] = 'TAG',
['Name'] = 'Oil',
['ID'] = 'Oil',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Raw Fish'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Fish',
['ID'] = 'RawFishItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Taro Fries'] = {
['Type'] = 'ITEM',
['Name'] = 'Taro Fries',
['ID'] = 'TaroFriesItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fish N Chips'] = {
['Name'] = 'Fish N Chips',
['ID'] = 'FishNChipsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FishOilRecipe'] = {
['Name'] = {
['English'] = "Fish Oil",
['Russian'] = "Рыбий Жир",
['German'] = "Fish Oil",
['French'] = "Huile de poisson",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'MillingSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Raw Fish'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Fish',
['ID'] = 'RawFishItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Oil'] = {
['Name'] = 'Oil',
['ID'] = 'OilItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FishRackRecipe'] = {
['Name'] = {
['English'] = "Fish Rack",
['Russian'] = "Стойка для рыбы",
['German'] = "Fischregal",
['French'] = "Séchoir à poissons",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'HuntingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fishery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fish Rack'] = {
['Name'] = 'Fish Rack',
['ID'] = 'FishRackItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FishStewRecipe'] = {
['Name'] = {
['English'] = "Fish Stew",
['Russian'] = "Рыбное рагу",
['German'] = "Lagerfeuer Fischeintopf",
['French'] = "Ragoût de poisson",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Charred Fish'] = {
['Type'] = 'ITEM',
['Name'] = 'Charred Fish',
['ID'] = 'CharredFishItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Fat'] = {
['Type'] = 'TAG',
['Name'] = 'Fat',
['ID'] = 'Fat',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Flour'] = {
['Type'] = 'ITEM',
['Name'] = 'Flour',
['ID'] = 'FlourItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Meaty Stew'] = {
['Name'] = 'Meaty Stew',
['ID'] = 'MeatyStewItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FishStockRecipe'] = {
['Name'] = {
['English'] = "Fish Stock",
['Russian'] = "Рыбный бульон",
['German'] = "Fish Stock",
['French'] = "Bouillon de poissons",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CookingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Raw Fish'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Fish',
['ID'] = 'RawFishItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Meat Stock'] = {
['Name'] = 'Meat Stock',
['ID'] = 'MeatStockItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FishTrapRecipe'] = {
['Name'] = {
['English'] = "Fish Trap",
['Russian'] = "Верша",
['German'] = "Reuse",
['French'] = "Nasse à poissons",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'HuntingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fishery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fish Trap'] = {
['Name'] = 'Fish Trap',
['ID'] = 'FishTrapItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FlatbreadRecipe'] = {
['Name'] = {
['English'] = "Flatbread",
['Russian'] = "Лепёшка",
['German'] = "Fladenbrot",
['French'] = "Pain plat",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Flour'] = {
['Type'] = 'ITEM',
['Name'] = 'Flour',
['ID'] = 'FlourItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Flatbread'] = {
['Name'] = 'Flatbread',
['ID'] = 'FlatbreadItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FlatSteelDoorRecipe'] = {
['Name'] = {
['English'] = "Flat Steel Door",
['Russian'] = "Дверь из листовой стали",
['German'] = "Wohnungstüre aus Stahl",
['French'] = "Porte en acier lisse",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '115',
['RequiredSkill'] = {'AdvancedSmeltingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rolling Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Flat Steel'] = {
['Type'] = 'ITEM',
['Name'] = 'Flat Steel',
['ID'] = 'FlatSteelItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Flat Steel Door'] = {
['Name'] = 'Flat Steel Door',
['ID'] = 'FlatSteelDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FlatSteelRecipe'] = {
['Name'] = {
['English'] = "Flat Steel",
['Russian'] = "Листовая сталь",
['German'] = "Flachstahl",
['French'] = "Tôle d'acier lisse",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedSmeltingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rolling Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Flat Steel'] = {
['Name'] = 'Flat Steel',
['ID'] = 'FlatSteelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FlaxFiberRecipe'] = {
['Name'] = {
['English'] = "Flax Fiber",
['Russian'] = "Льняное волокно",
['German'] = "Flachsfaser",
['French'] = "Fibre de lin",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.2',
['LaborInCalories'] = '35',
['RequiredSkill'] = {'GatheringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fiber Scutching Station',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Flax Stem'] = {
['Type'] = 'ITEM',
['Name'] = 'Flax Stem',
['ID'] = 'FlaxStemItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Flax Fiber'] = {
['Name'] = 'Flax Fiber',
['ID'] = 'FlaxFiberItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Plant Fibers'] = {
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '0.25',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FlaxseedOilRecipe'] = {
['Name'] = {
['English'] = "Flaxseed Oil",
['Russian'] = "Льняное масло",
['German'] = "Flaxseed Oil",
['French'] = "Huile de lin",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'MillingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Flax Seed'] = {
['Type'] = 'ITEM',
['Name'] = 'Flax Seed',
['ID'] = 'FlaxSeedItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Flaxseed Oil'] = {
['Name'] = 'Flaxseed Oil',
['ID'] = 'FlaxseedOilItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FlaxSeedRecipe'] = {
['Name'] = {
['English'] = "Flax Seed",
['Russian'] = "Семечко льна",
['German'] = "Flachssaat",
['French'] = "Graine de lin",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Flax Stem'] = {
['Type'] = 'ITEM',
['Name'] = 'Flax Stem',
['ID'] = 'FlaxStemItem',
['Quantity'] = '0.5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Flax Seed'] = {
['Name'] = 'Flax Seed',
['ID'] = 'FlaxSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FlaxTrawlerNetRecipe'] = {
['Name'] = {
['English'] = "Flax Trawler Net",
['Russian'] = "Льняная сеть Траулера",
['German'] = "Flachs-Trawlernetz",
['French'] = "Filet de chalutier en lin",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'HuntingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fishery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Linen Yarn'] = {
['Type'] = 'ITEM',
['Name'] = 'Linen Yarn',
['ID'] = 'LinenYarnItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Flax Trawler Net'] = {
['Name'] = 'Flax Trawler Net',
['ID'] = 'FlaxTrawlerNetItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FletchingTableRecipe'] = {
['Name'] = {
['English'] = "Fletching Table",
['Russian'] = "Стол Лучника",
['German'] = "Fletching Table",
['French'] = "Établi d'empennage",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'LoggingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fletching Table'] = {
['Name'] = 'Fletching Table',
['ID'] = 'FletchingTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FlourRecipe'] = {
['Name'] = {
['English'] = "Flour",
['Russian'] = "Мука",
['German'] = "Mehl",
['French'] = "Farine",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wheat'] = {
['Type'] = 'ITEM',
['Name'] = 'Wheat',
['ID'] = 'WheatItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cereal Germ'] = {
['Name'] = 'Cereal Germ',
['ID'] = 'CerealGermItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Flour'] = {
['Name'] = 'Flour',
['ID'] = 'FlourItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FoodSignRecipe'] = {
['Name'] = {
['English'] = "Food Sign",
['Russian'] = "Вывеска ресторана",
['German'] = "Essensschild",
['French'] = "Enseigne d'alimentation",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Store Sign'] = {
['Type'] = 'ITEM',
['Name'] = 'Store Sign',
['ID'] = 'StoreSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Food Sign'] = {
['Name'] = 'Food Sign',
['ID'] = 'FoodSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ForestSaladRecipe'] = {
['Name'] = {
['English'] = "Forest Salad",
['Russian'] = "Лесной салат",
['German'] = "Waldsalat",
['French'] = "Salade forestière",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beans'] = {
['Type'] = 'ITEM',
['Name'] = 'Beans',
['ID'] = 'BeansItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Fiddleheads'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiddleheads',
['ID'] = 'FiddleheadsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Huckleberries'] = {
['Type'] = 'ITEM',
['Name'] = 'Huckleberries',
['ID'] = 'HuckleberriesItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Basic Salad'] = {
['Name'] = 'Basic Salad',
['ID'] = 'BasicSaladItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FoxPeltRecipe'] = {
['Name'] = {
['English'] = "Fox Pelt",
['Russian'] = "Шкура лисы",
['German'] = "Fox Pelt",
['French'] = "Peau de renard",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'HuntingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Medium Carcass'] = {
['Type'] = 'TAG',
['Name'] = 'Medium Carcass',
['ID'] = 'MediumCarcass',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Fox Pelt'] = {
['Name'] = 'Fox Pelt',
['ID'] = 'FoxPeltItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FramedGlassDoorRecipe'] = {
['Name'] = {
['English'] = "Framed Glass Door",
['Russian'] = "Стеклянная дверь",
['German'] = "Gerahmte Glastür",
['French'] = "Porte en verre encadré",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '115',
['RequiredSkill'] = {'GlassworkingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Framed Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Framed Glass',
['ID'] = 'FramedGlassItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Framed Glass Door'] = {
['Name'] = 'Framed Glass Door',
['ID'] = 'FramedGlassDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FramedGlassRecipe'] = {
['Name'] = {
['English'] = "Framed Glass",
['Russian'] = "Обрамлённое стекло",
['German'] = "Gerahmtes Glas",
['French'] = "Verre encadré",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'GlassworkingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Framed Glass'] = {
['Name'] = 'Framed Glass',
['ID'] = 'FramedGlassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FriedCamasRecipe'] = {
['Name'] = {
['English'] = "Fried Camas",
['Russian'] = "Жареная камассия",
['German'] = "Frittierte Prärielilien",
['French'] = "Camassias frits",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Camas Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Camas Bulb',
['ID'] = 'CamasBulbItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Fat'] = {
['Type'] = 'TAG',
['Name'] = 'Fat',
['ID'] = 'Fat',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fried Camas'] = {
['Name'] = 'Fried Camas',
['ID'] = 'FriedCamasItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FriedFiddleheadsRecipe'] = {
['Name'] = {
['English'] = "Fried Fiddleheads",
['Russian'] = "Жареный папоротник",
['German'] = "Frittierte Farnspitzen",
['French'] = "Fougères frits",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fat'] = {
['Type'] = 'TAG',
['Name'] = 'Fat',
['ID'] = 'Fat',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Fiddleheads'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiddleheads',
['ID'] = 'FiddleheadsItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fried Fiddleheads'] = {
['Name'] = 'Fried Fiddleheads',
['ID'] = 'FriedFiddleheadsItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FriedHareHaunchesRecipe'] = {
['Name'] = {
['English'] = "Fried Hare Haunches",
['Russian'] = "Жаренное филе зайца",
['German'] = "Frittierte Hasenkeule",
['French'] = "Cuisses de lièvre frites",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'AdvancedCookingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Flour'] = {
['Type'] = 'ITEM',
['Name'] = 'Flour',
['ID'] = 'FlourItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Oil'] = {
['Type'] = 'TAG',
['Name'] = 'Oil',
['ID'] = 'Oil',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Prepared Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Prepared Meat',
['ID'] = 'PreparedMeatItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fried Hare Haunches'] = {
['Name'] = 'Fried Hare Haunches',
['ID'] = 'FriedHareHaunchesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FriedHeartsOfPalmRecipe'] = {
['Name'] = {
['English'] = "Fried Hearts Of Palm",
['Russian'] = "Жареные сердцевины пальмы",
['German'] = "Frittierte Palmherzen",
['French'] = "Cœurs de palmier frits",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fat'] = {
['Type'] = 'TAG',
['Name'] = 'Fat',
['ID'] = 'Fat',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Heart Of Palm'] = {
['Type'] = 'ITEM',
['Name'] = 'Heart Of Palm',
['ID'] = 'HeartOfPalmItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fried Hearts Of Palm'] = {
['Name'] = 'Fried Hearts Of Palm',
['ID'] = 'FriedHeartsOfPalmItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FriedTaroRecipe'] = {
['Name'] = {
['English'] = "Fried Taro",
['Russian'] = "Жареный таро",
['German'] = "Frittierte Taro",
['French'] = "Taro frit",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fat'] = {
['Type'] = 'TAG',
['Name'] = 'Fat',
['ID'] = 'Fat',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Taro Root'] = {
['Type'] = 'ITEM',
['Name'] = 'Taro Root',
['ID'] = 'TaroRootItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fried Taro'] = {
['Name'] = 'Fried Taro',
['ID'] = 'FriedTaroItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FriedTomatoesRecipe'] = {
['Name'] = {
['English'] = "Fried Tomatoes",
['Russian'] = "Жареные помидоры",
['German'] = "Frittierte Tomaten",
['French'] = "Tomates frites",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fat'] = {
['Type'] = 'TAG',
['Name'] = 'Fat',
['ID'] = 'Fat',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Tomato'] = {
['Type'] = 'ITEM',
['Name'] = 'Tomato',
['ID'] = 'TomatoItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fried Tomatoes'] = {
['Name'] = 'Fried Tomatoes',
['ID'] = 'FriedTomatoesItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FriendlyScarecrowRecipe'] = {
['Name'] = {
['English'] = "Friendly Scarecrow",
['Russian'] = "Дружелюбное пугало",
['German'] = "Freundliche Vogelscheuche",
['French'] = "Épouvantail sympathique",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Scarecrow'] = {
['Type'] = 'ITEM',
['Name'] = 'Scarecrow',
['ID'] = 'ScarecrowItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Friendly Scarecrow'] = {
['Name'] = 'Friendly Scarecrow',
['ID'] = 'FriendlyScarecrowItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FrothFloatationCellRecipe'] = {
['Name'] = {
['English'] = "Froth Floatation Cell",
['Russian'] = "Флотатор",
['German'] = "Schaumschwimmzelle",
['French'] = "Cellule de flottation",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ElectronicsSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Circuit',
['ID'] = 'AdvancedCircuitItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Electric Motor'] = {
['Type'] = 'ITEM',
['Name'] = 'Electric Motor',
['ID'] = 'ElectricMotorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Steel Pipe'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Pipe',
['ID'] = 'SteelPipeItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Froth Floatation Cell'] = {
['Name'] = 'Froth Floatation Cell',
['ID'] = 'FrothFloatationCellItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FruitMuffinRecipe'] = {
['Name'] = {
['English'] = "Fruit Muffin",
['Russian'] = "Фруктовый кекс",
['German'] = "Fruchtmuffin",
['French'] = "Muffin aux fruits",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Flour'] = {
['Type'] = 'ITEM',
['Name'] = 'Flour',
['ID'] = 'FlourItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Fruit'] = {
['Type'] = 'TAG',
['Name'] = 'Fruit',
['ID'] = 'Fruit',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fruit Muffin'] = {
['Name'] = 'Fruit Muffin',
['ID'] = 'FruitMuffinItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FruitTartRecipe'] = {
['Name'] = {
['English'] = "Fruit Tart",
['Russian'] = "Фруктовый тарт",
['German'] = "Obstkuchen",
['French'] = "Tarte aux fruits",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'AdvancedBakingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fruit'] = {
['Type'] = 'TAG',
['Name'] = 'Fruit',
['ID'] = 'Fruit',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Pastry Dough'] = {
['Type'] = 'ITEM',
['Name'] = 'Pastry Dough',
['ID'] = 'PastryDoughItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fruit Tart'] = {
['Name'] = 'Fruit Tart',
['ID'] = 'FruitTartItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['FuseRecipe'] = {
['Name'] = {
['English'] = "Fuse",
['Russian'] = "Предохранитель",
['German'] = "Fuse",
['French'] = "Fusible",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '80',
['RequiredSkill'] = {'ElectronicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fuse'] = {
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GalaxyVaseRecipe'] = {
['Name'] = {
['English'] = "Galaxy Vase",
['Russian'] = "Галактическая ваза",
['German'] = "Galaxie-Vase",
['French'] = "Vase galaxie",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'GlassworkingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Blue Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'Blue Powder',
['ID'] = 'BluePowderItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Galaxy Vase'] = {
['Name'] = 'Galaxy Vase',
['ID'] = 'GalaxyVaseItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GardenBootsRecipe'] = {
['Name'] = {
['English'] = "Garden Boots",
['Russian'] = "Садовые сапоги",
['German'] = "Gartenschuhe",
['French'] = "Bottes de jardinage",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '150',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fur Pelt'] = {
['Type'] = 'ITEM',
['Name'] = 'Fur Pelt',
['ID'] = 'FurPeltItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Garden Boots'] = {
['Name'] = 'Garden Boots',
['ID'] = 'GardenBootsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GardenGravelRecipe'] = {
['Name'] = {
['English'] = "Garden Gravel",
['Russian'] = "Гравий для сада",
['German'] = "Garden Gravel",
['French'] = "Jardin en gravier",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Arrastra',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Garden Gravel'] = {
['Name'] = 'Garden Gravel',
['ID'] = 'GardenGravelItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GardenPondRecipe'] = {
['Name'] = {
['English'] = "Garden Pond",
['Russian'] = "Садовый пруд",
['German'] = "Garden Pond",
['French'] = "Étang de jardin",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'FarmingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Crushed Rock',
['ID'] = 'CrushedRock',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Garden Pond'] = {
['Name'] = 'Garden Pond',
['ID'] = 'GardenPondItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GasolineRecipe'] = {
['Name'] = {
['English'] = "Gasoline",
['Russian'] = "Бензин",
['German'] = "Benzin",
['French'] = "Essence",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'OilDrillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Oil Refinery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Petroleum'] = {
['Type'] = 'ITEM',
['Name'] = 'Petroleum',
['ID'] = 'PetroleumItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Gasoline'] = {
['Name'] = 'Gasoline',
['ID'] = 'GasolineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Sulfur'] = {
['Name'] = 'Sulfur',
['ID'] = 'SulfurItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['GatheringAdvancedUpgradeRecipe'] = {
['Name'] = {
['English'] = "Gathering Advanced Upgrade",
['Russian'] = "Продвинутое улучшение для Собирательства",
['German'] = "Gathering Advanced Upgrade",
['French'] = "Amélioration avancée : Récolte",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'GatheringSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Pottery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 4',
['ID'] = 'AdvancedUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Gathering Advanced Upgrade'] = {
['Name'] = 'Gathering Advanced Upgrade',
['ID'] = 'GatheringAdvancedUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GatheringBasicUpgradeRecipe'] = {
['Name'] = {
['English'] = "Gathering Basic Upgrade",
['Russian'] = "Базовое улучшение для собирательства",
['German'] = "Gathering Basic Upgrade",
['French'] = "Amélioration basique : Récolte",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'GatheringSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fiber Scutching Station',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Gathering Basic Upgrade'] = {
['Name'] = 'Gathering Basic Upgrade',
['ID'] = 'GatheringBasicUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GatheringResearchPaperBasicRecipe'] = {
['Name'] = {
['English'] = "Gathering Research Paper Basic",
['Russian'] = "Исследование по базовому собирательству",
['German'] = "Grundlegendes Forschungspapier: Sammeln",
['French'] = "Papier de recherche : Récolte basique",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'GatheringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Raw Food'] = {
['Type'] = 'TAG',
['Name'] = 'Raw Food',
['ID'] = 'Raw Food',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Gathering Research Paper Basic'] = {
['Name'] = 'Gathering Research Paper Basic',
['ID'] = 'GatheringResearchPaperBasicItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GearboxRecipe'] = {
['Name'] = {
['English'] = "Gearbox",
['Russian'] = "Коробка передач",
['German'] = "Getriebe",
['French'] = "Boîte de vitesses",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'Machinist Table',
['CraftingTables'] = 'Shaper',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Iron Gear'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Gear',
['ID'] = 'IronGearItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Gearbox'] = {
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GeologyResearchPaperAdvancedRecipe'] = {
['Name'] = {
['English'] = "Geology Research Paper Advanced",
['Russian'] = "Исследование по продвинутой геологии",
['German'] = "Fortgeschrittenes Forschungspapier: Geologie",
['French'] = "Papier de recherche : Géologie avancée",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Geology Research Paper Advanced'] = {
['Name'] = 'Geology Research Paper Advanced',
['ID'] = 'GeologyResearchPaperAdvancedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GeologyResearchPaperBasicRecipe'] = {
['Name'] = {
['English'] = "Geology Research Paper Basic",
['Russian'] = "Исследование по базовой геологии",
['German'] = "Grundlegendes Forschungspapier: Geologie",
['French'] = "Papier de recherche : Géologie basique",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Geology Research Paper Basic'] = {
['Name'] = 'Geology Research Paper Basic',
['ID'] = 'GeologyResearchPaperBasicItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GeologyResearchPaperModernGlassRecipe'] = {
['Name'] = {
['English'] = "Geology Research Paper Modern Glass",
['Russian'] = "Исследование по современной геологии стекольное",
['German'] = "Geology Research Paper Modern Glass",
['French'] = "Papier de recherche : Verre avancé",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '6',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'GlassworkingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Ink'] = {
['Type'] = 'ITEM',
['Name'] = 'Ink',
['ID'] = 'InkItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Geology Research Paper Modern'] = {
['Name'] = 'Geology Research Paper Modern',
['ID'] = 'GeologyResearchPaperModernItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GeologyResearchPaperModernRecipe'] = {
['Name'] = {
['English'] = "Geology Research Paper Modern",
['Russian'] = "Исследование по современной геологии",
['German'] = "Modernes Forschungspapier: Geologie",
['French'] = "Papier de recherche : Géologie moderne",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '6',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'PotterySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Brick'] = {
['Type'] = 'ITEM',
['Name'] = 'Brick',
['ID'] = 'BrickItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Ink'] = {
['Type'] = 'ITEM',
['Name'] = 'Ink',
['ID'] = 'InkItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Geology Research Paper Modern'] = {
['Name'] = 'Geology Research Paper Modern',
['ID'] = 'GeologyResearchPaperModernItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GigotSleeveShirtRecipe'] = {
['Name'] = {
['English'] = "Gigot Sleeve Shirt",
['Russian'] = "Рубашка с пышными рукавами",
['German'] = "Hülsenhemd",
['French'] = "Chemise à manches gigot",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Gigot Sleeve Shirt'] = {
['Name'] = 'Gigot Sleeve Shirt',
['ID'] = 'GigotSleeveShirtItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GlassLensRecipe'] = {
['Name'] = {
['English'] = "Glass Lens",
['Russian'] = "Стеклянная линза",
['German'] = "Glaslinse",
['French'] = "Lentille en verre",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.1',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'GlassworkingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Glass Lens'] = {
['Name'] = 'Glass Lens',
['ID'] = 'GlassLensItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GlassRecipe'] = {
['Name'] = {
['English'] = "Glass",
['Russian'] = "Стекло",
['German'] = "Glas",
['French'] = "Verre",
},
['CraftTime'] = '72',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'GlassworkingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Limestone',
['ID'] = 'CrushedLimestoneItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Sand'] = {
['Type'] = 'ITEM',
['Name'] = 'Sand',
['ID'] = 'SandItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Glass'] = {
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GlassworkingAdvancedUpgradeRecipe'] = {
['Name'] = {
['English'] = "Glassworking Advanced Upgrade",
['Russian'] = "Продвинутое улучшение для стеклообработки",
['German'] = "Fortschrittliches Upgrade: Glasverarbeitung",
['French'] = "Amélioration avancée : Travail du verre",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'GlassworkingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 4',
['ID'] = 'AdvancedUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Glassworking Advanced Upgrade'] = {
['Name'] = 'Glassworking Advanced Upgrade',
['ID'] = 'GlassworkingAdvancedUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GlassworkingModernUpgradeRecipe'] = {
['Name'] = {
['English'] = "Glassworking Modern Upgrade",
['Russian'] = "Современное улучшение для обработки стекла",
['German'] = "Modernes Upgrade: Glasverarbeitung",
['French'] = "Amélioration moderne : Travail du verre",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'GlassworkingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Spin Melter',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Modern Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Modern Upgrade 4',
['ID'] = 'ModernUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Glassworking Modern Upgrade'] = {
['Name'] = 'Glassworking Modern Upgrade',
['ID'] = 'GlassworkingModernUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GlassworkingSkillBookRecipe'] = {
['Name'] = {
['English'] = "Glassworking Skill Book",
['Russian'] = "Книга об обработке стекла",
['German'] = "Fertigkeitsbuch: Glasverarbeitung",
['French'] = "Livre de compétence : Travail du verre",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '2400',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Engineering Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Engineering Research Paper Advanced',
['ID'] = 'EngineeringResearchPaperAdvancedItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Geology Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Advanced',
['ID'] = 'GeologyResearchPaperAdvancedItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Geology Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Basic',
['ID'] = 'GeologyResearchPaperBasicItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Glassworking Skill Book'] = {
['Name'] = 'Glassworking Skill Book',
['ID'] = 'GlassworkingSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GlassworksRecipe'] = {
['Name'] = {
['English'] = "Glassworks",
['Russian'] = "Стекольная мастерская",
['German'] = "Glasfabrik",
['French'] = "Fourneau de verrerie",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '150',
['RequiredSkill'] = {'PotterySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Brick'] = {
['Type'] = 'ITEM',
['Name'] = 'Brick',
['ID'] = 'BrickItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Glassworks'] = {
['Name'] = 'Glassworks',
['ID'] = 'GlassworksItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GoatMountRecipe'] = {
['Name'] = {
['English'] = "Goat Mount",
['Russian'] = "Голова козы",
['German'] = "Ausgestopfte Bergziege",
['French'] = "Trophée de chèvre des montagnes",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'HuntingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Mountain Goat Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Mountain Goat Carcass',
['ID'] = 'MountainGoatCarcassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Goat Mount'] = {
['Name'] = 'Goat Mount',
['ID'] = 'GoatMountItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GoldBarRecipe'] = {
['Name'] = {
['English'] = "Gold Bar",
['Russian'] = "Золотой брусок",
['German'] = "Goldbarren",
['French'] = "Lingot d'or",
},
['CraftTime'] = '36',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'SmeltingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blast Furnace',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay Mold'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay Mold',
['ID'] = 'ClayMoldItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Gold Concentrate'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Concentrate',
['ID'] = 'GoldConcentrateItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Clay Mold'] = {
['Name'] = 'Clay Mold',
['ID'] = 'ClayMoldItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
['Gold Bar'] = {
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Slag'] = {
['Name'] = 'Slag',
['ID'] = 'SlagItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['GoldConcentrateRecipe'] = {
['Name'] = {
['English'] = "Gold Concentrate",
['Russian'] = "Концентрат золота",
['German'] = "Goldkonzentrat",
['French'] = "Concentré d'or",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rocker Box',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Gold Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Gold Ore',
['ID'] = 'CrushedGoldOreItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Gold Concentrate'] = {
['Name'] = 'Gold Concentrate',
['ID'] = 'GoldConcentrateItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Wet Tailings'] = {
['Name'] = 'Wet Tailings',
['ID'] = 'WetTailingsItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['GoldFlakesRecipe'] = {
['Name'] = {
['English'] = "Gold Flakes",
['Russian'] = "Чешуйки золота",
['German'] = "Blattgold",
['French'] = "Paillettes d'or",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '75',
['RequiredSkill'] = {'ElectronicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Gold Flakes'] = {
['Name'] = 'Gold Flakes',
['ID'] = 'GoldFlakesItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GoldFrameLandscapeRecipe'] = {
['Name'] = {
['English'] = "Gold Frame Landscape",
['Russian'] = "Альбомная золотая рамка",
['German'] = "Goldrahmen: Querformat",
['French'] = "Cadre paysage en or",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Gold Frame Landscape'] = {
['Name'] = 'Gold Frame Landscape',
['ID'] = 'GoldFrameLandscapeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GoldFramePortraitRecipe'] = {
['Name'] = {
['English'] = "Gold Frame Portrait",
['Russian'] = "Книжная золотая рамка",
['German'] = "Goldrahmen: Hochformat",
['French'] = "Cadre portrait en or",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Gold Frame Portrait'] = {
['Name'] = 'Gold Frame Portrait',
['ID'] = 'GoldFramePortraitItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GoldFrameSquareRecipe'] = {
['Name'] = {
['English'] = "Gold Frame Square",
['Russian'] = "Квадратная золотая рамка",
['German'] = "Goldrahmen: Quadratisch",
['French'] = "Cadre carré en or",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Gold Frame Square'] = {
['Name'] = 'Gold Frame Square',
['ID'] = 'GoldFrameSquareItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GoldFrameTallRecipe'] = {
['Name'] = {
['English'] = "Gold Frame Tall",
['Russian'] = "Вытянутая золотая рамка",
['German'] = "Goldrahmen: Hoch",
['French'] = "Cadre grand portrait en or",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Gold Frame Tall'] = {
['Name'] = 'Gold Frame Tall',
['ID'] = 'GoldFrameTallItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GoldFrameWideRecipe'] = {
['Name'] = {
['English'] = "Gold Frame Wide",
['Russian'] = "Широкая золотая рамка",
['German'] = "Goldrahmen: Breit",
['French'] = "Cadre grand paysage en or",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Gold Frame Wide'] = {
['Name'] = 'Gold Frame Wide',
['ID'] = 'GoldFrameWideItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GoldTrimBookRecipe'] = {
['Name'] = {
['English'] = "Gold Trim Book",
['Russian'] = "Gold Trim Book",
['German'] = "Gold Trim Book",
['French'] = "Gold Trim Book",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'PaintingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Paint Mixer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Ink'] = {
['Type'] = 'ITEM',
['Name'] = 'Ink',
['ID'] = 'InkItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Gold Trim Book'] = {
['Name'] = 'Gold Trim Book',
['ID'] = 'GoldTrimBookItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GoldWiringRecipe'] = {
['Name'] = {
['English'] = "Gold Wiring",
['Russian'] = "Золотой провод",
['German'] = "Goldverdrahtung",
['French'] = "Fil d'or",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MechanicsSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Gold Wiring'] = {
['Name'] = 'Gold Wiring',
['ID'] = 'GoldWiringItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GovernmentOfficeRecipe'] = {
['Name'] = {
['English'] = "Government Office",
['Russian'] = "Правительственный офис",
['German'] = "Amtsverwaltung",
['French'] = "Bureau des élus",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Government Office'] = {
['Name'] = 'Government Office',
['ID'] = 'GovernmentOfficeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GraniteSpiralFountainRecipe'] = {
['Name'] = {
['English'] = "Granite Spiral Fountain",
['Russian'] = "Гранитный спиральный фонтан",
['German'] = "Granite Spiral Fountain",
['French'] = "Fontaine en spirale en granit",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Granite',
['ID'] = 'GraniteItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Granite Spiral Fountain'] = {
['Name'] = 'Granite Spiral Fountain',
['ID'] = 'GraniteSpiralFountainItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GraniteTerraceFountainRecipe'] = {
['Name'] = {
['English'] = "Granite Terrace Fountain",
['Russian'] = "Гранитный фонтан для террасы",
['German'] = "Granite Terrace Fountain",
['French'] = "Fontaine en terrasse en granit",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Granite',
['ID'] = 'GraniteItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Granite Terrace Fountain'] = {
['Name'] = 'Granite Terrace Fountain',
['ID'] = 'GraniteTerraceFountainItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GrasslandSaladRecipe'] = {
['Name'] = {
['English'] = "Grassland Salad",
['Russian'] = "Равнинный салат",
['German'] = "Wiesensalat",
['French'] = "Salade des plaines",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beet'] = {
['Type'] = 'ITEM',
['Name'] = 'Beet',
['ID'] = 'BeetItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Corn'] = {
['Type'] = 'ITEM',
['Name'] = 'Corn',
['ID'] = 'CornItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Tomato'] = {
['Type'] = 'ITEM',
['Name'] = 'Tomato',
['ID'] = 'TomatoItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Basic Salad'] = {
['Name'] = 'Basic Salad',
['ID'] = 'BasicSaladItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GreaseRecipe'] = {
['Name'] = {
['English'] = "Grease",
['Russian'] = "Смазка",
['German'] = "Grease",
['French'] = "Grease",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'ButcherySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Tallow'] = {
['Type'] = 'ITEM',
['Name'] = 'Tallow',
['ID'] = 'TallowItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Lubricant'] = {
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['GrindstoneRecipe'] = {
['Name'] = {
['English'] = "Grindstone",
['Russian'] = "Точило",
['German'] = "Grindstone",
['French'] = "Meule d'affûtage",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Grindstone'] = {
['Name'] = 'Grindstone',
['ID'] = 'GrindstoneItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HandheldCameraRecipe'] = {
['Name'] = {
['English'] = "Handheld Camera",
['Russian'] = "Портативная камера",
['German'] = "Handkamera",
['French'] = "Appareil photo de poche",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '250',
['RequiredSkill'] = {'ElectronicsSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Fiberglass'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiberglass',
['ID'] = 'FiberglassItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Glass Lens'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass Lens',
['ID'] = 'GlassLensItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Synthetic Rubber'] = {
['Type'] = 'ITEM',
['Name'] = 'Synthetic Rubber',
['ID'] = 'SyntheticRubberItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Handheld Camera'] = {
['Name'] = 'Handheld Camera',
['ID'] = 'HandheldCameraItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HandPlowRecipe'] = {
['Name'] = {
['English'] = "Hand Plow",
['Russian'] = "Ручной плуг",
['German'] = "Handpflug",
['French'] = "Charrue à main",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'BasicEngineeringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Wainwright Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wooden Wheel'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Wheel',
['ID'] = 'WoodenWheelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Hand Plow'] = {
['Name'] = 'Hand Plow',
['ID'] = 'HandPlowItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HangingBasketRecipe'] = {
['Name'] = {
['English'] = "Hanging Basket",
['Russian'] = "Hanging Basket",
['German'] = "Hanging Basket",
['French'] = "Hanging Basket",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'PotterySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Pottery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hanging Basket'] = {
['Name'] = 'Hanging Basket',
['ID'] = 'HangingBasketItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HangingElectricWallLampRecipe'] = {
['Name'] = {
['English'] = "Hanging Electric Wall Lamp",
['Russian'] = "Подвесная электрическая настенная лампа",
['German'] = "Hanging Electric Wall Lamp",
['French'] = "Lampe murale électrique suspendue",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ElectronicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hanging Electric Wall Lamp'] = {
['Name'] = 'Hanging Electric Wall Lamp',
['ID'] = 'HangingElectricWallLampItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HangingLongSteelSignRecipe'] = {
['Name'] = {
['English'] = "Hanging Long Steel Sign",
['Russian'] = "Стальная длинная вывеска",
['German'] = "Stahlschild (lang, hängend)",
['French'] = "Long panneau suspendu en acier",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedSmeltingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rolling Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hanging Long Steel Sign'] = {
['Name'] = 'Hanging Long Steel Sign',
['ID'] = 'HangingLongSteelSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HangingSteelFramedSignRecipe'] = {
['Name'] = {
['English'] = "Hanging Steel Framed Sign",
['Russian'] = "Стальная обрамлённая вывеска",
['German'] = "Stahlschild (gerahmt, hängend)",
['French'] = "Grand panneau suspendu encadré en acier",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedSmeltingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rolling Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hanging Steel Framed Sign'] = {
['Name'] = 'Hanging Steel Framed Sign',
['ID'] = 'HangingSteelFramedSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HangingSteelMineSignRecipe'] = {
['Name'] = {
['English'] = "Hanging Steel Mine Sign",
['Russian'] = "Стальная вывеска для шахты",
['German'] = "Stahlschild für Minen (hängend)",
['French'] = "Panneau suspendu en acier pour mine",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedSmeltingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rolling Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hanging Steel Mine Sign'] = {
['Name'] = 'Hanging Steel Mine Sign',
['ID'] = 'HangingSteelMineSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HangingSteelPlainSignRecipe'] = {
['Name'] = {
['English'] = "Hanging Steel Plain Sign",
['Russian'] = "Стальная обычная вывеска",
['German'] = "Stahlschild (glatt, hängend)",
['French'] = "Panneau suspendu en acier épuré",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedSmeltingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rolling Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hanging Steel Plain Sign'] = {
['Name'] = 'Hanging Steel Plain Sign',
['ID'] = 'HangingSteelPlainSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HangingSteelShopSignRecipe'] = {
['Name'] = {
['English'] = "Hanging Steel Shop Sign",
['Russian'] = "Стальная магазинная вывеска",
['German'] = "Stahlschild für Geschäft (hängend)",
['French'] = "Panneau suspendu en acier pour magasin",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedSmeltingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rolling Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hanging Steel Shop Sign'] = {
['Name'] = 'Hanging Steel Shop Sign',
['ID'] = 'HangingSteelShopSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HardwoodBoardRecipe'] = {
['Name'] = {
['English'] = "Hardwood Board",
['Russian'] = "Доска из лиственных пород",
['German'] = "Holzbrett aus Hartholz",
['French'] = "Planche en bois dur",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.6',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood',
['ID'] = 'Hardwood',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hardwood Board'] = {
['Name'] = 'Hardwood Board',
['ID'] = 'HardwoodBoardItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HardwoodBoardsRecipe'] = {
['Name'] = {
['English'] = "Hardwood Boards",
['Russian'] = "Доски из лиственных пород",
['German'] = "Hartholzbretter",
['French'] = "Planches en bois dur",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood',
['ID'] = 'Hardwood',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hardwood Board'] = {
['Name'] = 'Hardwood Board',
['ID'] = 'HardwoodBoardItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HardwoodDoubleShelfRecipe'] = {
['Name'] = {
['English'] = "Hardwood Double Shelf",
['Russian'] = "Hardwood Double Shelf",
['German'] = "Hardwood Double Shelf",
['French'] = "Hardwood Double Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hardwood Double Shelf'] = {
['Name'] = 'Hardwood Double Shelf',
['ID'] = 'HardwoodDoubleShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HardwoodHewnLogRecipe'] = {
['Name'] = {
['English'] = "Hardwood Hewn Log",
['Russian'] = "Тёсаное бревно лиственных пород",
['German'] = "Massivholz aus Hartholz",
['French'] = "Rondin de bois dur taillé",
},
['CraftTime'] = '10',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Dowel'] = {
['Type'] = 'ITEM',
['Name'] = 'Dowel',
['ID'] = 'DowelItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Hardwood'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood',
['ID'] = 'Hardwood',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hardwood Hewn Log'] = {
['Name'] = 'Hardwood Hewn Log',
['ID'] = 'HardwoodHewnLogItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HardwoodLumberBenchRecipe'] = {
['Name'] = {
['English'] = "Hardwood Lumber Bench",
['Russian'] = "Лавка из пиломатериалов лиственных пород",
['German'] = "Bauholzbank aus Hartholz",
['French'] = "Banc en bois d'œuvre dur",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Lumber',
['ID'] = 'HardwoodLumberItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hardwood Lumber Bench'] = {
['Name'] = 'Hardwood Lumber Bench',
['ID'] = 'HardwoodLumberBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HardwoodLumberChairRecipe'] = {
['Name'] = {
['English'] = "Hardwood Lumber Chair",
['Russian'] = "Стул из пиломатериалов лиственных пород",
['German'] = "Bauholzstuhl aus Hartholz",
['French'] = "Chaise en bois d'œuvre dur",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Lumber',
['ID'] = 'HardwoodLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hardwood Lumber Chair'] = {
['Name'] = 'Hardwood Lumber Chair',
['ID'] = 'HardwoodLumberChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HardwoodLumberDoorRecipe'] = {
['Name'] = {
['English'] = "Hardwood Lumber Door",
['Russian'] = "Дверь из пиломатериалов лиственных пород",
['German'] = "Bauholztür aus Hartholz",
['French'] = "Porte en bois d'œuvre dur",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Lumber',
['ID'] = 'HardwoodLumberItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Hardwood Lumber Door'] = {
['Name'] = 'Hardwood Lumber Door',
['ID'] = 'HardwoodLumberDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HardwoodLumberDresserRecipe'] = {
['Name'] = {
['English'] = "Hardwood Lumber Dresser",
['Russian'] = "Комод из пиломатериалов лиственных пород",
['German'] = "Bauholzkommode aus Hartholz",
['French'] = "Commode en bois d'œuvre dur",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Lumber',
['ID'] = 'HardwoodLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hardwood Lumber Dresser'] = {
['Name'] = 'Hardwood Lumber Dresser',
['ID'] = 'HardwoodLumberDresserItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HardwoodLumberHallwayTableRecipe'] = {
['Name'] = {
['English'] = "Hardwood Lumber Hallway Table",
['Russian'] = "Hardwood Lumber Hallway Table",
['German'] = "Hardwood Lumber Hallway Table",
['French'] = "Hardwood Lumber Hallway Table",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '14',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hardwood Lumber Hallway Table'] = {
['Name'] = 'Hardwood Lumber Hallway Table',
['ID'] = 'HardwoodLumberHallwayTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HardwoodLumberRecipe'] = {
['Name'] = {
['English'] = "Hardwood Lumber",
['Russian'] = "Пиломатериал из лиственных пород",
['German'] = "Bauholz aus Hartholz",
['French'] = "Bois d'œuvre dur",
},
['CraftTime'] = '19',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Flaxseed Oil'] = {
['Type'] = 'ITEM',
['Name'] = 'Flaxseed Oil',
['ID'] = 'FlaxseedOilItem',
['Quantity'] = '0.5',
['IsStatic'] = 'False',
},
['Hardwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Board',
['ID'] = 'HardwoodBoardItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hardwood Lumber'] = {
['Name'] = 'Hardwood Lumber',
['ID'] = 'HardwoodLumberItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HardwoodLumberTableRecipe'] = {
['Name'] = {
['English'] = "Hardwood Lumber Table",
['Russian'] = "Стол из пиломатериалов лиственных пород",
['German'] = "Bauholztisch aus Hartholz",
['French'] = "Table en bois d'œuvre dur",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Lumber',
['ID'] = 'HardwoodLumberItem',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hardwood Lumber Table'] = {
['Name'] = 'Hardwood Lumber Table',
['ID'] = 'HardwoodLumberTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HarePeltRecipe'] = {
['Name'] = {
['English'] = "Hare Pelt",
['Russian'] = "Шкура зайца",
['German'] = "Hare Pelt",
['French'] = "Peau de lièvre",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'HuntingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Medium Carcass'] = {
['Type'] = 'TAG',
['Name'] = 'Medium Carcass',
['ID'] = 'MediumCarcass',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Hare Pelt'] = {
['Name'] = 'Hare Pelt',
['ID'] = 'HarePeltItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HeartyHometownPizzaRecipe'] = {
['Name'] = {
['English'] = "Hearty Hometown Pizza",
['Russian'] = "Пицца в форме сердца",
['German'] = "Pizza Home Sweet Home",
['French'] = "Pizza copieuse de mon enfance",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'AdvancedBakingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crimini Mushrooms'] = {
['Type'] = 'ITEM',
['Name'] = 'Crimini Mushrooms',
['ID'] = 'CriminiMushroomsItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Leavened Dough'] = {
['Type'] = 'ITEM',
['Name'] = 'Leavened Dough',
['ID'] = 'LeavenedDoughItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Raw Sausage'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Sausage',
['ID'] = 'RawSausageItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Sun Cheese'] = {
['Type'] = 'ITEM',
['Name'] = 'Sun Cheese',
['ID'] = 'SunCheeseItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Tomato'] = {
['Type'] = 'ITEM',
['Name'] = 'Tomato',
['ID'] = 'TomatoItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hearty Hometown Pizza'] = {
['Name'] = 'Hearty Hometown Pizza',
['ID'] = 'HeartyHometownPizzaItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HeatedDisplayCabinetRecipe'] = {
['Name'] = {
['English'] = "Heated Display Cabinet",
['Russian'] = "Heated Display Cabinet",
['German'] = "Heated Display Cabinet",
['French'] = "Heated Display Cabinet",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '14',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '50',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Heated Display Cabinet'] = {
['Name'] = 'Heated Display Cabinet',
['ID'] = 'HeatedDisplayCabinetItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HeatSinkRecipe'] = {
['Name'] = {
['English'] = "Heat Sink",
['Russian'] = "Теплообменник",
['German'] = "Kühlkörper",
['French'] = "Dissipateur thermique",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MechanicsSkill','2'},
['RequiresModule'] = 'Machinist Table',
['CraftingTables'] = 'Shaper',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Plate',
['ID'] = 'CopperPlateItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Heat Sink'] = {
['Name'] = 'Heat Sink',
['ID'] = 'HeatSinkItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HempMooringRopeRecipe'] = {
['Name'] = {
['English'] = "Hemp Mooring Rope",
['Russian'] = "Конопляный причальный канат",
['German'] = "Hanftau",
['French'] = "Corde d'amarrage en chanvre",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'ShipwrightSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Linen Yarn'] = {
['Type'] = 'ITEM',
['Name'] = 'Linen Yarn',
['ID'] = 'LinenYarnItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hemp Mooring Rope'] = {
['Name'] = 'Hemp Mooring Rope',
['ID'] = 'HempMooringRopeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HenleyRecipe'] = {
['Name'] = {
['English'] = "Henley",
['Russian'] = "Хенли",
['German'] = "Henleyshirt",
['French'] = "Chemise Henley",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Henley'] = {
['Name'] = 'Henley',
['ID'] = 'HenleyItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HewnBenchRecipe'] = {
['Name'] = {
['English'] = "Hewn Bench",
['Russian'] = "Лавка из обтёсанной древесины",
['German'] = "Massivholzbank",
['French'] = "Banc taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hewn Bench'] = {
['Name'] = 'Hewn Bench',
['ID'] = 'HewnBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HewnChairRecipe'] = {
['Name'] = {
['English'] = "Hewn Chair",
['Russian'] = "Стул из обтёсанного дерева",
['German'] = "Massivholzstuhl",
['French'] = "Chaise taillée",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hewn Chair'] = {
['Name'] = 'Hewn Chair',
['ID'] = 'HewnChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HewnDoorRecipe'] = {
['Name'] = {
['English'] = "Hewn Door",
['Russian'] = "Дверь из обтёсанного дерева",
['German'] = "Massivholztür",
['French'] = "Porte taillée",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Hewn Door'] = {
['Name'] = 'Hewn Door',
['ID'] = 'HewnDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HewnDresserRecipe'] = {
['Name'] = {
['English'] = "Hewn Dresser",
['Russian'] = "Комод из тесаного дерева",
['German'] = "Massivholz Kommode",
['French'] = "Commode taillée",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hewn Dresser'] = {
['Name'] = 'Hewn Dresser',
['ID'] = 'HewnDresserItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HewnHardwoodBenchRecipe'] = {
['Name'] = {
['English'] = "Hewn Hardwood Bench",
['Russian'] = "Лавка из обтёсанных лиственных пород",
['German'] = "Massivholzbank aus Hartholz",
['French'] = "Banc en bois dur taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Board',
['ID'] = 'HardwoodBoardItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Hardwood Hewn Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Hewn Log',
['ID'] = 'HardwoodHewnLogItem',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hewn Hardwood Bench'] = {
['Name'] = 'Hewn Hardwood Bench',
['ID'] = 'HewnHardwoodBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HewnHardwoodChairRecipe'] = {
['Name'] = {
['English'] = "Hewn Hardwood Chair",
['Russian'] = "Стул из обтёсанных лиственных пород",
['German'] = "Massivholzstuhl aus Hartholz",
['French'] = "Chaise en bois dur taillé",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Board',
['ID'] = 'HardwoodBoardItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Hardwood Hewn Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Hewn Log',
['ID'] = 'HardwoodHewnLogItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hewn Hardwood Chair'] = {
['Name'] = 'Hewn Hardwood Chair',
['ID'] = 'HewnHardwoodChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HewnHardwoodDoorRecipe'] = {
['Name'] = {
['English'] = "Hewn Hardwood Door",
['Russian'] = "Дверь из обтёсанных лиственных пород",
['German'] = "Massivholztür aus Hartholz",
['French'] = "Porte en bois dur taillé",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Hewn Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Hewn Log',
['ID'] = 'HardwoodHewnLogItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Hewn Hardwood Door'] = {
['Name'] = 'Hewn Hardwood Door',
['ID'] = 'HewnHardwoodDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HewnHardwoodTableRecipe'] = {
['Name'] = {
['English'] = "Hewn Hardwood Table",
['Russian'] = "Стол из обтёсанных лиственных пород",
['German'] = "Massivholztisch aus Hartholz",
['French'] = "Table en bois dur taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Board',
['ID'] = 'HardwoodBoardItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Hardwood Hewn Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Hewn Log',
['ID'] = 'HardwoodHewnLogItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hewn Hardwood Table'] = {
['Name'] = 'Hewn Hardwood Table',
['ID'] = 'HewnHardwoodTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HewnLogRecipe'] = {
['Name'] = {
['English'] = "Hewn Log",
['Russian'] = "Тёсаное бревно",
['German'] = "Massivholz",
['French'] = "Rondin taillé",
},
['CraftTime'] = '10',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Dowel'] = {
['Type'] = 'ITEM',
['Name'] = 'Dowel',
['ID'] = 'DowelItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hewn Log'] = {
['Name'] = 'Hewn Log',
['ID'] = 'HewnLogItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HewnNightstandRecipe'] = {
['Name'] = {
['English'] = "Hewn Nightstand",
['Russian'] = "Тумбочка из тесаного дерева",
['German'] = "Massivholz Nachttisch",
['French'] = "Table de chevet en bois taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '14',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hewn Nightstand'] = {
['Name'] = 'Hewn Nightstand',
['ID'] = 'HewnNightstandItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HewnSoftwoodBenchRecipe'] = {
['Name'] = {
['English'] = "Hewn Softwood Bench",
['Russian'] = "Лавка из обтёсанных хвойных пород",
['German'] = "Massivholzbank aus Weichholz",
['French'] = "Banc en bois tendre taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Softwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Board',
['ID'] = 'SoftwoodBoardItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Softwood Hewn Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Hewn Log',
['ID'] = 'SoftwoodHewnLogItem',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hewn Softwood Bench'] = {
['Name'] = 'Hewn Softwood Bench',
['ID'] = 'HewnSoftwoodBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HewnSoftwoodChairRecipe'] = {
['Name'] = {
['English'] = "Hewn Softwood Chair",
['Russian'] = "Стул из обтёсанных хвойных пород",
['German'] = "Massivholzstuhl aus Weichholz",
['French'] = "Chaise en bois tendre taillé",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Softwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Board',
['ID'] = 'SoftwoodBoardItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Softwood Hewn Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Hewn Log',
['ID'] = 'SoftwoodHewnLogItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hewn Softwood Chair'] = {
['Name'] = 'Hewn Softwood Chair',
['ID'] = 'HewnSoftwoodChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HewnSoftwoodDoorRecipe'] = {
['Name'] = {
['English'] = "Hewn Softwood Door",
['Russian'] = "Дверь из обтёсанных хвойных пород",
['German'] = "Massivholztür aus Weichholz",
['French'] = "Porte en bois tendre taillé",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Softwood Hewn Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Hewn Log',
['ID'] = 'SoftwoodHewnLogItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Hewn Softwood Door'] = {
['Name'] = 'Hewn Softwood Door',
['ID'] = 'HewnSoftwoodDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HewnSoftwoodTableRecipe'] = {
['Name'] = {
['English'] = "Hewn Softwood Table",
['Russian'] = "Стол из обтёсанных хвойных пород",
['German'] = "Massivholztisch aus Weichholz",
['French'] = "Table en bois tendre taillé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Softwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Board',
['ID'] = 'SoftwoodBoardItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Softwood Hewn Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Hewn Log',
['ID'] = 'SoftwoodHewnLogItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hewn Softwood Table'] = {
['Name'] = 'Hewn Softwood Table',
['ID'] = 'HewnSoftwoodTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HewnTableRecipe'] = {
['Name'] = {
['English'] = "Hewn Table",
['Russian'] = "Стол из обтёсанного дерева",
['German'] = "Massivholztisch",
['French'] = "Table taillée",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hewn Table'] = {
['Name'] = 'Hewn Table',
['ID'] = 'HewnTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HideAshFertilizerRecipe'] = {
['Name'] = {
['English'] = "Hide Ash Fertilizer",
['Russian'] = "Зольное удобрение из шкуры",
['German'] = "Dünger aus Lederasche",
['French'] = "Engrais à base de cendres de peaux",
},
['CraftTime'] = '18',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'FertilizersSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fertilizer Filler'] = {
['Type'] = 'TAG',
['Name'] = 'Fertilizer Filler',
['ID'] = 'FertilizerFiller',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hide Ash Fertilizer'] = {
['Name'] = 'Hide Ash Fertilizer',
['ID'] = 'HideAshFertilizerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HomesteadClaimStakeRecipe'] = {
['Name'] = {
['English'] = "Homestead Claim Stake",
['Russian'] = "Колышек землемера Усадьбы",
['German'] = "Heimatstätten-Anspruchsanteil",
['French'] = "Piquet de revendication privée",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Homestead Claim Stake'] = {
['Name'] = 'Homestead Claim Stake',
['ID'] = 'HomesteadClaimStakeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HosomakiRecipe'] = {
['Name'] = {
['English'] = "Hosomaki",
['Russian'] = "Хосомаки",
['German'] = "Hosomaki",
['French'] = "Hosomaki",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'AdvancedCookingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kitchen',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Boiled Rice'] = {
['Type'] = 'ITEM',
['Name'] = 'Boiled Rice',
['ID'] = 'BoiledRiceItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Kelp'] = {
['Type'] = 'ITEM',
['Name'] = 'Kelp',
['ID'] = 'KelpItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Raw Fish'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Fish',
['ID'] = 'RawFishItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hosomaki'] = {
['Name'] = 'Hosomaki',
['ID'] = 'HosomakiItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HourglassRecipe'] = {
['Name'] = {
['English'] = "Hourglass",
['Russian'] = "Hourglass",
['German'] = "Hourglass",
['French'] = "Hourglass",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'BlacksmithSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blacksmith Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hourglass'] = {
['Name'] = 'Hourglass',
['ID'] = 'HourglassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HuckleberryExtractRecipe'] = {
['Name'] = {
['English'] = "Huckleberry Extract",
['Russian'] = "Экстракт черники",
['German'] = "Heidelbeerextrakt",
['French'] = "Extrait de myrtilles",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Huckleberries'] = {
['Type'] = 'ITEM',
['Name'] = 'Huckleberries',
['ID'] = 'HuckleberriesItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Huckleberry Extract'] = {
['Name'] = 'Huckleberry Extract',
['ID'] = 'HuckleberryExtractItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HuckleberryFritterRecipe'] = {
['Name'] = {
['English'] = "Huckleberry Fritter",
['Russian'] = "Черничные Оладьи",
['German'] = "Gebackene Heidelbeeren",
['French'] = "Beignet aux myrtilles",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Huckleberry Extract'] = {
['Type'] = 'ITEM',
['Name'] = 'Huckleberry Extract',
['ID'] = 'HuckleberryExtractItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Oil'] = {
['Type'] = 'TAG',
['Name'] = 'Oil',
['ID'] = 'Oil',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Pastry Dough'] = {
['Type'] = 'ITEM',
['Name'] = 'Pastry Dough',
['ID'] = 'PastryDoughItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Sugar'] = {
['Type'] = 'ITEM',
['Name'] = 'Sugar',
['ID'] = 'SugarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Huckleberry Fritter'] = {
['Name'] = 'Huckleberry Fritter',
['ID'] = 'HuckleberryFritterItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HuckleberryPieRecipe'] = {
['Name'] = {
['English'] = "Huckleberry Pie",
['Russian'] = "Черничный пирог",
['German'] = "Heidelbeerkuchen",
['French'] = "Tourte aux myrtilles",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fat'] = {
['Type'] = 'TAG',
['Name'] = 'Fat',
['ID'] = 'Fat',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Flour'] = {
['Type'] = 'ITEM',
['Name'] = 'Flour',
['ID'] = 'FlourItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Huckleberries'] = {
['Type'] = 'ITEM',
['Name'] = 'Huckleberries',
['ID'] = 'HuckleberriesItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Huckleberry Pie'] = {
['Name'] = 'Huckleberry Pie',
['ID'] = 'HuckleberryPieItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HuckleberrySeedRecipe'] = {
['Name'] = {
['English'] = "Huckleberry Seed",
['Russian'] = "Семечко черники",
['German'] = "Samen (Heidelbeere)",
['French'] = "Graine de myrtille",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Huckleberries'] = {
['Type'] = 'ITEM',
['Name'] = 'Huckleberries',
['ID'] = 'HuckleberriesItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Huckleberry Seed'] = {
['Name'] = 'Huckleberry Seed',
['ID'] = 'HuckleberrySeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HugeBannerSignRecipe'] = {
['Name'] = {
['English'] = "Huge Banner Sign",
['Russian'] = "Огромная вывеска",
['German'] = "Riesiges Bannerschild",
['French'] = "Grande enseigne en toile",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Linen Yarn'] = {
['Type'] = 'ITEM',
['Name'] = 'Linen Yarn',
['ID'] = 'LinenYarnItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Huge Banner Sign'] = {
['Name'] = 'Huge Banner Sign',
['ID'] = 'HugeBannerSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HugeIronBannerSignRecipe'] = {
['Name'] = {
['English'] = "Huge Iron Banner Sign",
['Russian'] = "Огромная железная вывеска",
['German'] = "Riesiges eisernes Bannerschild",
['French'] = "Grande enseigne sur pied en fer",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'BlacksmithSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Huge Iron Banner Sign'] = {
['Name'] = 'Huge Iron Banner Sign',
['ID'] = 'HugeIronBannerSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HugeIronSignRecipe'] = {
['Name'] = {
['English'] = "Huge Iron Sign",
['Russian'] = "Огромный железный знак",
['German'] = "Riesiges Eisenschild",
['French'] = "Grande enseigne en fer",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'BlacksmithSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Huge Iron Sign'] = {
['Name'] = 'Huge Iron Sign',
['ID'] = 'HugeIronSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HugeSteelBannerSignRecipe'] = {
['Name'] = {
['English'] = "Huge Steel Banner Sign",
['Russian'] = "Огромная стальная вывеска",
['German'] = "Riesiges stählernes Bannerschild",
['French'] = "Grande enseigne sur pied en acier",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedSmeltingSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rolling Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '6',
['IsStatic'] = 'True',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Huge Steel Banner Sign'] = {
['Name'] = 'Huge Steel Banner Sign',
['ID'] = 'HugeSteelBannerSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HugeSteelSignRecipe'] = {
['Name'] = {
['English'] = "Huge Steel Sign",
['Russian'] = "Огромный стальной знак",
['German'] = "Riesiges Stahlschild",
['French'] = "Grande enseigne en acier",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedSmeltingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rolling Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Huge Steel Sign'] = {
['Name'] = 'Huge Steel Sign',
['ID'] = 'HugeSteelSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HugeWoodenBannerSignRecipe'] = {
['Name'] = {
['English'] = "Huge Wooden Banner Sign",
['Russian'] = "Огромная деревянная вывеска",
['German'] = "Riesiges hölzernes Bannerschild",
['French'] = "Grande enseigne sur pied en bois",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'LoggingSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
['Linen Yarn'] = {
['Type'] = 'ITEM',
['Name'] = 'Linen Yarn',
['ID'] = 'LinenYarnItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Huge Wooden Banner Sign'] = {
['Name'] = 'Huge Wooden Banner Sign',
['ID'] = 'HugeWoodenBannerSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['HuntingUpgradeRecipe'] = {
['Name'] = {
['English'] = "Hunting Upgrade",
['Russian'] = "Улучшение для охоты",
['German'] = "Hunting Upgrade",
['French'] = "Amélioration basique : Chasse",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'HuntingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fishery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Hunting Upgrade'] = {
['Name'] = 'Hunting Upgrade',
['ID'] = 'HuntingUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IceboxRecipe'] = {
['Name'] = {
['English'] = "Icebox",
['Russian'] = "Ледник",
['German'] = "Eisschrank",
['French'] = "Glacière",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Icebox'] = {
['Name'] = 'Icebox',
['ID'] = 'IceboxItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ImmigrationDeskRecipe'] = {
['Name'] = {
['English'] = "Immigration Desk",
['Russian'] = "Иммиграционная служба",
['German'] = "Einwanderungsbehörde",
['French'] = "Bureau de l’immigration",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Immigration Desk'] = {
['Name'] = 'Immigration Desk',
['ID'] = 'ImmigrationDeskItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IncinerateGarbageRecipe'] = {
['Name'] = {
['English'] = "Incinerate Garbage",
['Russian'] = "Incinerate Garbage",
['German'] = "Incinerate Garbage",
['French'] = "Incinérer les déchets",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '500',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blast Furnace',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Garbage'] = {
['Type'] = 'ITEM',
['Name'] = 'Garbage',
['ID'] = 'GarbageItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Dirt'] = {
['Name'] = 'Dirt',
['ID'] = 'DirtItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IndustrialBargeRecipe'] = {
['Name'] = {
['English'] = "Industrial Barge",
['Russian'] = "Промышленная Баржа",
['German'] = "Industriekahn",
['French'] = "Bac industriel",
},
['CraftTime'] = '1800',
['ExperienceOnCraft'] = '24',
['LaborInCalories'] = '2500',
['RequiredSkill'] = {'ShipwrightSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Medium Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Combustion Engine'] = {
['Type'] = 'ITEM',
['Name'] = 'Combustion Engine',
['ID'] = 'CombustionEngineItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Iron Anchor'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Anchor',
['ID'] = 'IronAnchorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Iron Hull Sheet'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Hull Sheet',
['ID'] = 'IronHullSheetItem',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
['Large Metal Ship Frame'] = {
['Type'] = 'ITEM',
['Name'] = 'Large Metal Ship Frame',
['ID'] = 'LargeMetalShipFrameItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Metal Rudder'] = {
['Type'] = 'ITEM',
['Name'] = 'Metal Rudder',
['ID'] = 'MetalRudderItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Nylon Mooring Rope'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Mooring Rope',
['ID'] = 'NylonMooringRopeItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Steel Axle'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Axle',
['ID'] = 'SteelAxleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Industrial Barge'] = {
['Name'] = 'Industrial Barge',
['ID'] = 'IndustrialBargeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IndustrialElevatorRecipe'] = {
['Name'] = {
['English'] = "Industrial Elevator",
['Russian'] = "Промышленный лифт",
['German'] = "Industrieaufzug",
['French'] = "Ascenseur industriel",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '2500',
['RequiredSkill'] = {'IndustrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Electric Motor'] = {
['Type'] = 'ITEM',
['Name'] = 'Electric Motor',
['ID'] = 'ElectricMotorItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Flat Steel'] = {
['Type'] = 'ITEM',
['Name'] = 'Flat Steel',
['ID'] = 'FlatSteelItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Steel Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Gearbox',
['ID'] = 'SteelGearboxItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Industrial Elevator'] = {
['Name'] = 'Industrial Elevator',
['ID'] = 'IndustrialElevatorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IndustrialGeneratorRecipe'] = {
['Name'] = {
['English'] = "Industrial Generator",
['Russian'] = "Промышленный генератор",
['German'] = "Industrial Generator",
['French'] = "Générateur électrique industriel",
},
['CraftTime'] = '2400',
['ExperienceOnCraft'] = '60',
['LaborInCalories'] = '2400',
['RequiredSkill'] = {'IndustrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Circuit',
['ID'] = 'AdvancedCircuitItem',
['Quantity'] = '32',
['IsStatic'] = 'False',
},
['Advanced Combustion Engine'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Combustion Engine',
['ID'] = 'AdvancedCombustionEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
['Radiator'] = {
['Type'] = 'ITEM',
['Name'] = 'Radiator',
['ID'] = 'RadiatorItem',
['Quantity'] = '24',
['IsStatic'] = 'True',
},
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '64',
['IsStatic'] = 'False',
},
['Steel Axle'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Axle',
['ID'] = 'SteelAxleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Steel Pipe'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Pipe',
['ID'] = 'SteelPipeItem',
['Quantity'] = '32',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '48',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Industrial Generator'] = {
['Name'] = 'Industrial Generator',
['ID'] = 'IndustrialGeneratorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IndustrialMillRecipe'] = {
['Name'] = {
['English'] = "Industrial Mill",
['Russian'] = "Промышленная мельница",
['German'] = "Industrial Mill",
['French'] = "Meule industriel",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'IndustrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Combustion Engine'] = {
['Type'] = 'ITEM',
['Name'] = 'Combustion Engine',
['ID'] = 'CombustionEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Industrial Mill'] = {
['Name'] = 'Industrial Mill',
['ID'] = 'IndustrialMillItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IndustrialRefrigeratorRecipe'] = {
['Name'] = {
['English'] = "Industrial Refrigerator",
['Russian'] = "Промышленный Холодильник",
['German'] = "Industrieller Kühlschrank",
['French'] = "Réfrigérateur industriel",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '8',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'IndustrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Circuit',
['ID'] = 'AdvancedCircuitItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Radiator'] = {
['Type'] = 'ITEM',
['Name'] = 'Radiator',
['ID'] = 'RadiatorItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '32',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Industrial Refrigerator'] = {
['Name'] = 'Industrial Refrigerator',
['ID'] = 'IndustrialRefrigeratorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IndustrySkillBookRecipe'] = {
['Name'] = {
['English'] = "Industry Skill Book",
['Russian'] = "Книга по промышленности",
['German'] = "Fertigkeitsbuch: Industrie",
['French'] = "Livre de compétence : Industrie",
},
['CraftTime'] = '1800',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Research'] = {
['Type'] = 'TAG',
['Name'] = 'Advanced Research',
['ID'] = 'Advanced Research',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Engineering Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Engineering Research Paper Advanced',
['ID'] = 'EngineeringResearchPaperAdvancedItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Engineering Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Engineering Research Paper Modern',
['ID'] = 'EngineeringResearchPaperModernItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Metallurgy Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Metallurgy Research Paper Modern',
['ID'] = 'MetallurgyResearchPaperModernItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Modern Research'] = {
['Type'] = 'TAG',
['Name'] = 'Modern Research',
['ID'] = 'Modern Research',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Industry Skill Book'] = {
['Name'] = 'Industry Skill Book',
['ID'] = 'IndustrySkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IndustryUpgradeRecipe'] = {
['Name'] = {
['English'] = "Industry Upgrade",
['Russian'] = "Улучшение для промышленности",
['German'] = "Upgrade Industrie",
['French'] = "Amélioration moderne : Industrie",
},
['CraftTime'] = '1080',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '9000',
['RequiredSkill'] = {'IndustrySkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Modern Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Modern Upgrade 4',
['ID'] = 'ModernUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Industry Upgrade'] = {
['Name'] = 'Industry Upgrade',
['ID'] = 'IndustryUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['InfusedOilRecipe'] = {
['Name'] = {
['English'] = "Infused Oil",
['Russian'] = "Масляный настой",
['German'] = "Raffiniertes Öl",
['French'] = "Huile infusée",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'AdvancedCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kitchen',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Huckleberry Extract'] = {
['Type'] = 'ITEM',
['Name'] = 'Huckleberry Extract',
['ID'] = 'HuckleberryExtractItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Oil'] = {
['Type'] = 'TAG',
['Name'] = 'Oil',
['ID'] = 'Oil',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Infused Oil'] = {
['Name'] = 'Infused Oil',
['ID'] = 'InfusedOilItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['InjectionMoldMachineRecipe'] = {
['Name'] = {
['English'] = "Injection Mold Machine",
['Russian'] = "Термопластавтомат",
['German'] = "Spritzgußmaschine",
['French'] = "Presse d'injection plastique",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '560',
['RequiredSkill'] = {'IndustrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Electric Motor'] = {
['Type'] = 'ITEM',
['Name'] = 'Electric Motor',
['ID'] = 'ElectricMotorItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Injection Mold Machine'] = {
['Name'] = 'Injection Mold Machine',
['ID'] = 'InjectionMoldMachineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['InkRecipe'] = {
['Name'] = {
['English'] = "Ink",
['Russian'] = "Чернила",
['German'] = "Ink",
['French'] = "Encre",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'PaintingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Paint Mixer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Charcoal Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'Charcoal Powder',
['ID'] = 'CharcoalPowderItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Oil'] = {
['Type'] = 'TAG',
['Name'] = 'Oil',
['ID'] = 'Oil',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ink'] = {
['Name'] = 'Ink',
['ID'] = 'InkItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronAnchorRecipe'] = {
['Name'] = {
['English'] = "Iron Anchor",
['Russian'] = "Железный якорь",
['German'] = "Eisenanker",
['French'] = "Ancre en fer",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'BlacksmithSkill','2'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Blacksmith Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Anchor'] = {
['Name'] = 'Iron Anchor',
['ID'] = 'IronAnchorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronAxeRecipe'] = {
['Name'] = {
['English'] = "Iron Axe",
['Russian'] = "Железный топор",
['German'] = "Eisenaxt",
['French'] = "Hache en fer",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '250',
['RequiredSkill'] = {'BlacksmithSkill','1'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Grindstone',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Axe'] = {
['Name'] = 'Iron Axe',
['ID'] = 'IronAxeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronAxleRecipe'] = {
['Name'] = {
['English'] = "Iron Axle",
['Russian'] = "Железная ось",
['German'] = "Eisenachse",
['French'] = "Essieu en fer",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '75',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'Machinist Table',
['CraftingTables'] = 'Lathe',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Axle'] = {
['Name'] = 'Iron Axle',
['ID'] = 'IronAxleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronBarRecipe'] = {
['Name'] = {
['English'] = "Iron Bar",
['Russian'] = "Железный брусок",
['German'] = "Eisenbarren",
['French'] = "Lingot de fer",
},
['CraftTime'] = '36',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'SmeltingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blast Furnace',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay Mold'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay Mold',
['ID'] = 'ClayMoldItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Iron Concentrate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Concentrate',
['ID'] = 'IronConcentrateItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Clay Mold'] = {
['Name'] = 'Clay Mold',
['ID'] = 'ClayMoldItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
['Iron Bar'] = {
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Slag'] = {
['Name'] = 'Slag',
['ID'] = 'SlagItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['IronConcentrateRecipe'] = {
['Name'] = {
['English'] = "Iron Concentrate",
['Russian'] = "Концентрат железа",
['German'] = "Eisenkonzentrat",
['French'] = "Concentré de fer",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rocker Box',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Iron Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Iron Ore',
['ID'] = 'CrushedIronOreItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Concentrate'] = {
['Name'] = 'Iron Concentrate',
['ID'] = 'IronConcentrateItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Wet Tailings'] = {
['Name'] = 'Wet Tailings',
['ID'] = 'WetTailingsItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['IronFrameLandscapeRecipe'] = {
['Name'] = {
['English'] = "Iron Frame Landscape",
['Russian'] = "Альбомная железная рамка",
['German'] = "Eisenrahmen: Querformat",
['French'] = "Cadre paysage en fer",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Frame Landscape'] = {
['Name'] = 'Iron Frame Landscape',
['ID'] = 'IronFrameLandscapeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronFramePortraitRecipe'] = {
['Name'] = {
['English'] = "Iron Frame Portrait",
['Russian'] = "Книжная железная рамка",
['German'] = "Eisenrahmen: Hochformat",
['French'] = "Cadre portrait en fer",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Frame Portrait'] = {
['Name'] = 'Iron Frame Portrait',
['ID'] = 'IronFramePortraitItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronFrameSquareRecipe'] = {
['Name'] = {
['English'] = "Iron Frame Square",
['Russian'] = "Квадратная железная рамка",
['German'] = "Eisenrahmen: Quadratisch",
['French'] = "Cadre carré en fer",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Frame Square'] = {
['Name'] = 'Iron Frame Square',
['ID'] = 'IronFrameSquareItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronFrameTallRecipe'] = {
['Name'] = {
['English'] = "Iron Frame Tall",
['Russian'] = "Вытянутая железная рамка",
['German'] = "Eisenrahmen: Hoch",
['French'] = "Cadre grand portrait en fer",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Frame Tall'] = {
['Name'] = 'Iron Frame Tall',
['ID'] = 'IronFrameTallItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronFrameWideRecipe'] = {
['Name'] = {
['English'] = "Iron Frame Wide",
['Russian'] = "Широкая железная рамка",
['German'] = "Eisenrahmen: Breit",
['French'] = "Cadre grand paysage en fer",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Frame Wide'] = {
['Name'] = 'Iron Frame Wide',
['ID'] = 'IronFrameWideItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronGearRecipe'] = {
['Name'] = {
['English'] = "Iron Gear",
['Russian'] = "Железная шестерня",
['German'] = "Eisenzahnrad",
['French'] = "Engrenage en fer",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '75',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Shaper',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Gear'] = {
['Name'] = 'Iron Gear',
['ID'] = 'IronGearItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronHammerRecipe'] = {
['Name'] = {
['English'] = "Iron Hammer",
['Russian'] = "Железный молоток",
['German'] = "Eisenhammer",
['French'] = "Marteau en fer",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '250',
['RequiredSkill'] = {'BlacksmithSkill','1'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Grindstone',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Hammer'] = {
['Name'] = 'Iron Hammer',
['ID'] = 'IronHammerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronHoeRecipe'] = {
['Name'] = {
['English'] = "Iron Hoe",
['Russian'] = "Железная тяпка",
['German'] = "Eisenhacke",
['French'] = "Binette en fer",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '250',
['RequiredSkill'] = {'BlacksmithSkill','1'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Grindstone',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Hoe'] = {
['Name'] = 'Iron Hoe',
['ID'] = 'IronHoeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronHullSheetRecipe'] = {
['Name'] = {
['English'] = "Iron Hull Sheet",
['Russian'] = "Железные листы обшивки корпуса",
['German'] = "Eisenrumpfblech",
['French'] = "Coque en plaque de fer",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'ShipwrightSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Medium Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Hull Sheet'] = {
['Name'] = 'Iron Hull Sheet',
['ID'] = 'IronHullSheetItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronMacheteRecipe'] = {
['Name'] = {
['English'] = "Iron Machete",
['Russian'] = "Железное мачете",
['German'] = "Eisenmachete",
['French'] = "Machette en fer",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '250',
['RequiredSkill'] = {'BlacksmithSkill','1'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Grindstone',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Machete'] = {
['Name'] = 'Iron Machete',
['ID'] = 'IronMacheteItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronOxideRecipe'] = {
['Name'] = {
['English'] = "Iron Oxide",
['Russian'] = "Оксид железа",
['German'] = "Iron Oxide",
['French'] = "Oxyde de fer",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '24',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Iron Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Iron Ore',
['ID'] = 'CrushedIronOreItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Oxide'] = {
['Name'] = 'Iron Oxide',
['ID'] = 'IronOxideItem',
['Quantity'] = '8',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronPaintSprayerRecipe'] = {
['Name'] = {
['English'] = "Iron Paint Sprayer",
['Russian'] = "Железный распылитель краски",
['German'] = "Iron Paint Sprayer",
['French'] = "Pistolet de peinture en fer",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.1',
['LaborInCalories'] = '250',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blacksmith Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Paint Sprayer'] = {
['Name'] = 'Iron Paint Sprayer',
['ID'] = 'IronPaintSprayerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronPickaxeRecipe'] = {
['Name'] = {
['English'] = "Iron Pickaxe",
['Russian'] = "Железная кирка",
['German'] = "Eisenspitzhacke",
['French'] = "Pioche en fer",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '250',
['RequiredSkill'] = {'BlacksmithSkill','1'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Grindstone',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Pickaxe'] = {
['Name'] = 'Iron Pickaxe',
['ID'] = 'IronPickaxeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronPipeRecipe'] = {
['Name'] = {
['English'] = "Iron Pipe",
['Russian'] = "Железная труба",
['German'] = "Eisenrohr",
['French'] = "Tuyau en fer",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'SmeltingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Pipe'] = {
['Name'] = 'Iron Pipe',
['ID'] = 'IronPipeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronPlateRecipe'] = {
['Name'] = {
['English'] = "Iron Plate",
['Russian'] = "Железная пластина",
['German'] = "Eisenplatte",
['French'] = "Plaque de fer",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'Machinist Table',
['CraftingTables'] = 'Screw Press',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Plate'] = {
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronRoadToolRecipe'] = {
['Name'] = {
['English'] = "Iron Road Tool",
['Russian'] = "Железная трамбовка",
['German'] = "Eisen-Straßenwerkzeug",
['French'] = "Outil de route en fer",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '125',
['RequiredSkill'] = {'BasicEngineeringSkill','3'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Wainwright Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Road Tool'] = {
['Name'] = 'Iron Road Tool',
['ID'] = 'IronRoadToolItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronRockDrillRecipe'] = {
['Name'] = {
['English'] = "Iron Rock Drill",
['Russian'] = "Железный геологический бур",
['German'] = "Eisenfelsbohrer",
['French'] = "Foreuse de roche en fer",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '250',
['RequiredSkill'] = {'BlacksmithSkill','1'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Grindstone',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Rock Drill'] = {
['Name'] = 'Iron Rock Drill',
['ID'] = 'IronRockDrillItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronSawBladeRecipe'] = {
['Name'] = {
['English'] = "Iron Saw Blade",
['Russian'] = "Железный пильный диск",
['German'] = "Eisensägeblatt",
['French'] = "Lame de scie en fer",
},
['CraftTime'] = '72',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'BlacksmithSkill','2'},
['RequiresModule'] = 'Bloomery',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Saw Blade'] = {
['Name'] = 'Iron Saw Blade',
['ID'] = 'IronSawBladeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronShovelRecipe'] = {
['Name'] = {
['English'] = "Iron Shovel",
['Russian'] = "Железная лопата",
['German'] = "Eisenschaufel",
['French'] = "Pelle en fer",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '250',
['RequiredSkill'] = {'BlacksmithSkill','1'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Grindstone',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Shovel'] = {
['Name'] = 'Iron Shovel',
['ID'] = 'IronShovelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronSickleRecipe'] = {
['Name'] = {
['English'] = "Iron Sickle",
['Russian'] = "Железный серп",
['German'] = "Eisensichel",
['French'] = "Faucille en fer",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '250',
['RequiredSkill'] = {'BlacksmithSkill','1'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Grindstone',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Sickle'] = {
['Name'] = 'Iron Sickle',
['ID'] = 'IronSickleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['IronWheelRecipe'] = {
['Name'] = {
['English'] = "Iron Wheel",
['Russian'] = "Железное колесо",
['German'] = "Rad aus Eisen",
['French'] = "Roue en fer",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'BasicEngineeringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Wainwright Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Wheel'] = {
['Name'] = 'Iron Wheel',
['ID'] = 'IronWheelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['JawCrusherRecipe'] = {
['Name'] = {
['English'] = "Jaw Crusher",
['Russian'] = "Щековая дробилка",
['German'] = "Kieferbrecher",
['French'] = "Concasseur à mâchoires",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'ElectronicsSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Electric Motor'] = {
['Type'] = 'ITEM',
['Name'] = 'Electric Motor',
['ID'] = 'ElectricMotorItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
['Steel Gear'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Gear',
['ID'] = 'SteelGearItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Synthetic Rubber'] = {
['Type'] = 'ITEM',
['Name'] = 'Synthetic Rubber',
['ID'] = 'SyntheticRubberItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Jaw Crusher'] = {
['Name'] = 'Jaw Crusher',
['ID'] = 'JawCrusherItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['JungleCampfireSaladRecipe'] = {
['Name'] = {
['English'] = "Jungle Campfire Salad",
['Russian'] = "Джунглевый салат на костре",
['German'] = "Lagerfeuer Dschungelsalat",
['French'] = "Salade de la jungle cuite au feu de camp",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Greens'] = {
['Type'] = 'TAG',
['Name'] = 'Greens',
['ID'] = 'Greens',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Heart Of Palm'] = {
['Type'] = 'ITEM',
['Name'] = 'Heart Of Palm',
['ID'] = 'HeartOfPalmItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Papaya'] = {
['Type'] = 'ITEM',
['Name'] = 'Papaya',
['ID'] = 'PapayaItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Pineapple'] = {
['Type'] = 'ITEM',
['Name'] = 'Pineapple',
['ID'] = 'PineappleItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Jungle Campfire Salad'] = {
['Name'] = 'Jungle Campfire Salad',
['ID'] = 'JungleCampfireSaladItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['JungleCampfireStewRecipe'] = {
['Name'] = {
['English'] = "Jungle Campfire Stew",
['Russian'] = "Джунглевое рагу на костре",
['German'] = "Lagerfeuer Dschungeleintopf",
['French'] = "Ragoût de la jungle cuit au feu de camp",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fat'] = {
['Type'] = 'TAG',
['Name'] = 'Fat',
['ID'] = 'Fat',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Flour'] = {
['Type'] = 'ITEM',
['Name'] = 'Flour',
['ID'] = 'FlourItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Fungus'] = {
['Type'] = 'TAG',
['Name'] = 'Fungus',
['ID'] = 'Fungus',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Papaya'] = {
['Type'] = 'ITEM',
['Name'] = 'Papaya',
['ID'] = 'PapayaItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Scrap Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Jungle Campfire Stew'] = {
['Name'] = 'Jungle Campfire Stew',
['ID'] = 'JungleCampfireStewItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['KelpyCrabRollRecipe'] = {
['Name'] = {
['English'] = "Kelpy Crab Roll",
['Russian'] = "Ролл Краб в ламинарии",
['German'] = "Krabbenrolle mit Algen",
['French'] = "Maki au crabe",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'AdvancedCookingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kitchen',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Boiled Rice'] = {
['Type'] = 'ITEM',
['Name'] = 'Boiled Rice',
['ID'] = 'BoiledRiceItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Crab Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Crab Carcass',
['ID'] = 'CrabCarcassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Kelp'] = {
['Type'] = 'ITEM',
['Name'] = 'Kelp',
['ID'] = 'KelpItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Kelpy Crab Roll'] = {
['Name'] = 'Kelpy Crab Roll',
['ID'] = 'KelpyCrabRollItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['KilnRecipe'] = {
['Name'] = {
['English'] = "Kiln",
['Russian'] = "Печь для обжига",
['German'] = "Brennofen",
['French'] = "Four à céramique",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortar'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortar',
['ID'] = 'MortarItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Kiln'] = {
['Name'] = 'Kiln',
['ID'] = 'KilnItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['KitchenRecipe'] = {
['Name'] = {
['English'] = "Kitchen",
['Russian'] = "Кухня",
['German'] = "Küche",
['French'] = "Cuisine",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '6',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'CarpentrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cooking Utensils'] = {
['Type'] = 'ITEM',
['Name'] = 'Cooking Utensils',
['ID'] = 'CookingUtensilsItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Kitchen'] = {
['Name'] = 'Kitchen',
['ID'] = 'KitchenItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['KiteRecipe'] = {
['Name'] = {
['English'] = "Kite",
['Russian'] = "Воздушный змей",
['German'] = "Drachen",
['French'] = "Cerf-volant",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Kite'] = {
['Name'] = 'Kite',
['ID'] = 'KiteItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['KoiPondRecipe'] = {
['Name'] = {
['English'] = "Koi Pond",
['Russian'] = "Пруд с Кои",
['German'] = "Koi Teich",
['French'] = "Étang Koi",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'FarmingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Garden Pond'] = {
['Type'] = 'ITEM',
['Name'] = 'Garden Pond',
['ID'] = 'GardenPondItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Koi Pond'] = {
['Name'] = 'Koi Pond',
['ID'] = 'KoiPondItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LaboratoryRecipe'] = {
['Name'] = {
['English'] = "Laboratory",
['Russian'] = "Лаборатория",
['German'] = "Laboratorium",
['French'] = "Laboratoire",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Laboratory'] = {
['Name'] = 'Laboratory',
['ID'] = 'LaboratoryItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeBathMatRecipe'] = {
['Name'] = {
['English'] = "Large Bath Mat",
['Russian'] = "Большой коврик для ванной",
['German'] = "Große Badematte",
['French'] = "Grand tapis de bain",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cellulose Fiber'] = {
['Type'] = 'ITEM',
['Name'] = 'Cellulose Fiber',
['ID'] = 'CelluloseFiberItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
['Linen Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Linen Fabric',
['ID'] = 'LinenFabricItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Bath Mat'] = {
['Name'] = 'Large Bath Mat',
['ID'] = 'LargeBathMatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeCanoeRecipe'] = {
['Name'] = {
['English'] = "Large Canoe",
['Russian'] = "Большое Каноэ",
['German'] = "Großes Kanu",
['French'] = "Grand canoë",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'ShipwrightSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Small Wooden Ship Frame'] = {
['Type'] = 'ITEM',
['Name'] = 'Small Wooden Ship Frame',
['ID'] = 'SmallWoodenShipFrameItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Wooden Hull Planks'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Hull Planks',
['ID'] = 'WoodenHullPlanksItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wooden Oar'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Oar',
['ID'] = 'WoodenOarItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Large Canoe'] = {
['Name'] = 'Large Canoe',
['ID'] = 'LargeCanoeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeCorrugatedSteelDoorRecipe'] = {
['Name'] = {
['English'] = "Large Corrugated Steel Door",
['Russian'] = "Рольставни",
['German'] = "Große Wellstahltür",
['French'] = "Rideau en acier ondulé",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '2.5',
['LaborInCalories'] = '480',
['RequiredSkill'] = {'AdvancedSmeltingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rolling Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Corrugated Steel'] = {
['Type'] = 'ITEM',
['Name'] = 'Corrugated Steel',
['ID'] = 'CorrugatedSteelItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Large Corrugated Steel Door'] = {
['Name'] = 'Large Corrugated Steel Door',
['ID'] = 'LargeCorrugatedSteelDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeCottonBuntingFestiveRecipe'] = {
['Name'] = {
['English'] = "Large Cotton Bunting Festive",
['Russian'] = "Большой хлопковый праздничный флаг",
['German'] = "Große festliche Baumwoll-Wimpelkette",
['French'] = "Grande guirlande festive en coton",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Cotton Bunting Festive'] = {
['Name'] = 'Large Cotton Bunting Festive',
['ID'] = 'LargeCottonBuntingFestiveItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeCottonBuntingRedRecipe'] = {
['Name'] = {
['English'] = "Large Cotton Bunting Red",
['Russian'] = "Большой хлопковый красный флаг",
['German'] = "Große rote Baumwoll-Wimpelkette",
['French'] = "Grande guirlande rouge en coton",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Cotton Bunting Red'] = {
['Name'] = 'Large Cotton Bunting Red',
['ID'] = 'LargeCottonBuntingRedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeCottonBuntingRegalRecipe'] = {
['Name'] = {
['English'] = "Large Cotton Bunting Regal",
['Russian'] = "Большой хлопковый королевский флаг",
['German'] = "Große majestätische Baumwoll-Wimpelkette",
['French'] = "Grande guirlande royale en coton",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Cotton Bunting Regal'] = {
['Name'] = 'Large Cotton Bunting Regal',
['ID'] = 'LargeCottonBuntingRegalItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeCottonBuntingVibrantRecipe'] = {
['Name'] = {
['English'] = "Large Cotton Bunting Vibrant",
['Russian'] = "Большой хлопковый яркий флаг",
['German'] = "Große lebendige Baumwoll-Wimpelkette",
['French'] = "Grande guirlande éclatante en coton",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Cotton Bunting Vibrant'] = {
['Name'] = 'Large Cotton Bunting Vibrant',
['ID'] = 'LargeCottonBuntingVibrantItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeCourtRecipe'] = {
['Name'] = {
['English'] = "Large Court",
['Russian'] = "Большой Суд",
['German'] = "Großes Gericht",
['French'] = "Grand tribunal",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '2000',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Court'] = {
['Name'] = 'Large Court',
['ID'] = 'LargeCourtItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeFestivePaperLanternRecipe'] = {
['Name'] = {
['English'] = "Large Festive Paper Lantern",
['Russian'] = "Большой праздничный бумажный фонарь",
['German'] = "Große festliche Papierlaterne",
['French'] = "Grande lanterne festive en papier",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'PaperMillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Paper Machine',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Festive Paper Lantern'] = {
['Name'] = 'Large Festive Paper Lantern',
['ID'] = 'LargeFestivePaperLanternItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingAshlarBasaltSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Ashlar Basalt Sign",
['Russian'] = "Большая вывеска из резного базальта",
['German'] = "Steinquaderschild aus Basalt (Groß, hängend)",
['French'] = "Grand panneau suspendu en basalte taillé",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Basalt',
['ID'] = 'AshlarBasaltItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Ashlar Basalt Sign'] = {
['Name'] = 'Large Hanging Ashlar Basalt Sign',
['ID'] = 'LargeHangingAshlarBasaltSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingAshlarGneissSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Ashlar Gneiss Sign",
['Russian'] = "Большая вывеска из резного гнейса",
['German'] = "Steinquaderschild aus Gneiss (Groß, hängend)",
['French'] = "Grand panneau suspendu en gneiss taillé",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Gneiss'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Gneiss',
['ID'] = 'AshlarGneissItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Ashlar Gneiss Sign'] = {
['Name'] = 'Large Hanging Ashlar Gneiss Sign',
['ID'] = 'LargeHangingAshlarGneissSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingAshlarGraniteSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Ashlar Granite Sign",
['Russian'] = "Большая вывеска из резного гранита",
['German'] = "Steinquaderschild aus Granit (Groß, hängend)",
['French'] = "Grand panneau suspendu en granite taillé",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Granite',
['ID'] = 'AshlarGraniteItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Ashlar Granite Sign'] = {
['Name'] = 'Large Hanging Ashlar Granite Sign',
['ID'] = 'LargeHangingAshlarGraniteSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingAshlarLimestoneSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Ashlar Limestone Sign",
['Russian'] = "Большая вывеска из резного известняка",
['German'] = "Steinquaderschild aus Kalkstein (Groß, hängend)",
['French'] = "Grand panneau suspendu en calcaire taillé",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Limestone',
['ID'] = 'AshlarLimestoneItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Ashlar Limestone Sign'] = {
['Name'] = 'Large Hanging Ashlar Limestone Sign',
['ID'] = 'LargeHangingAshlarLimestoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingAshlarSandstoneSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Ashlar Sandstone Sign",
['Russian'] = "Большая вывеска из резного песчаника",
['German'] = "Steinquaderschild aus Sandstein (Groß, hängend)",
['French'] = "Grand panneau suspendu en grès taillé",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Sandstone',
['ID'] = 'AshlarSandstoneItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Ashlar Sandstone Sign'] = {
['Name'] = 'Large Hanging Ashlar Sandstone Sign',
['ID'] = 'LargeHangingAshlarSandstoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingAshlarShaleSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Ashlar Shale Sign",
['Russian'] = "Большая вывеска из резного сланца",
['German'] = "Steinquaderschild aus Schiefer (Groß, hängend)",
['French'] = "Grand panneau suspendu en schiste taillé",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Shale',
['ID'] = 'AshlarShaleItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Ashlar Shale Sign'] = {
['Name'] = 'Large Hanging Ashlar Shale Sign',
['ID'] = 'LargeHangingAshlarShaleSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingAshlarStoneSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Ashlar Stone Sign",
['Russian'] = "Большая вывеска из резного камня",
['German'] = "Steinquaderschild (Groß, hängend)",
['French'] = "Grand panneau suspendu en pierre taillée",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Ashlar Stone',
['ID'] = 'AshlarStone',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Ashlar Stone Sign'] = {
['Name'] = 'Large Hanging Ashlar Stone Sign',
['ID'] = 'LargeHangingAshlarStoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingBirchSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Birch Sign",
['Russian'] = "Большая берёзовая вывеска",
['German'] = "Holzschild aus Birkenholz (Groß, hängend)",
['French'] = "Grand panneau suspendu en bouleau",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Birch Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Birch Log',
['ID'] = 'BirchLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Birch Sign'] = {
['Name'] = 'Large Hanging Birch Sign',
['ID'] = 'LargeHangingBirchSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingCedarSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Cedar Sign",
['Russian'] = "Большая кедровая вывеска",
['German'] = "Holzschild aus Zedernholz (Groß, hängend)",
['French'] = "Grand panneau suspendu en cèdre",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cedar Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Cedar Log',
['ID'] = 'CedarLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Cedar Sign'] = {
['Name'] = 'Large Hanging Cedar Sign',
['ID'] = 'LargeHangingCedarSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingCeibaSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Ceiba Sign",
['Russian'] = "Большая вывеска из сейбы",
['German'] = "Holzschild aus Kapokholz (Groß, hängend)",
['French'] = "Grand panneau suspendu en ceiba",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ceiba Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Ceiba Log',
['ID'] = 'CeibaLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Ceiba Sign'] = {
['Name'] = 'Large Hanging Ceiba Sign',
['ID'] = 'LargeHangingCeibaSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingFirSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Fir Sign",
['Russian'] = "Большая пихтовая вывеска",
['German'] = "Holzschild aus Tannenholz (Groß, hängend)",
['French'] = "Grand panneau suspendu en sapin",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fir Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Fir Log',
['ID'] = 'FirLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Fir Sign'] = {
['Name'] = 'Large Hanging Fir Sign',
['ID'] = 'LargeHangingFirSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingHardwoodSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Hardwood Sign",
['Russian'] = "Большая вывеска из лиственных пород",
['German'] = "Holzschild aus Hartholz (Groß, hängend)",
['French'] = "Grand panneau suspendu en bois dur",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood',
['ID'] = 'Hardwood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Hardwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Board',
['ID'] = 'HardwoodBoardItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Hardwood Sign'] = {
['Name'] = 'Large Hanging Hardwood Sign',
['ID'] = 'LargeHangingHardwoodSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingJoshuaSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Joshua Sign",
['Russian'] = "Большая вывеска из юкки коротколистной",
['German'] = "Holzschild aus Josuaholz (Groß, hängend)",
['French'] = "Grand panneau suspendu en josué",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Joshua Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Joshua Log',
['ID'] = 'JoshuaLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Joshua Sign'] = {
['Name'] = 'Large Hanging Joshua Sign',
['ID'] = 'LargeHangingJoshuaSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingLumberSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Lumber Sign",
['Russian'] = "Большая вывеска из пиломатериалов",
['German'] = "Bauholzschild (Groß, hängend)",
['French'] = "Grand panneau suspendu en bois d'œuvre",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Lumber Sign'] = {
['Name'] = 'Large Hanging Lumber Sign',
['ID'] = 'LargeHangingLumberSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingMortaredGraniteSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Mortared Granite Sign",
['Russian'] = "Большая вывеска из строительного гранита",
['German'] = "Steinziegelschild aus Granit (Groß, hängend)",
['French'] = "Grand panneau suspendu en granite cimenté",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Granite',
['ID'] = 'MortaredGraniteItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Mortared Granite Sign'] = {
['Name'] = 'Large Hanging Mortared Granite Sign',
['ID'] = 'LargeHangingMortaredGraniteSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingMortaredLimestoneSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Mortared Limestone Sign",
['Russian'] = "Большая вывеска из строительного известняка",
['German'] = "Steinziegelschild aus Kalkstein (Groß, hängend)",
['French'] = "Grand panneau suspendu en calcaire cimenté",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Limestone',
['ID'] = 'MortaredLimestoneItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Mortared Limestone Sign'] = {
['Name'] = 'Large Hanging Mortared Limestone Sign',
['ID'] = 'LargeHangingMortaredLimestoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingMortaredSandstoneSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Mortared Sandstone Sign",
['Russian'] = "Большая вывеска из строительного песчаника",
['German'] = "Steinziegelschild aus Sandstein (Groß, hängend)",
['French'] = "Grand panneau suspendu en grès cimenté",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Sandstone',
['ID'] = 'MortaredSandstoneItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Mortared Sandstone Sign'] = {
['Name'] = 'Large Hanging Mortared Sandstone Sign',
['ID'] = 'LargeHangingMortaredSandstoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingMortaredStoneSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Mortared Stone Sign",
['Russian'] = "Большая вывеска из строительного камня",
['German'] = "Steinziegelschild (Groß, hängend)",
['French'] = "Grand panneau suspendu en pierre cimentée",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Mortared Stone Sign'] = {
['Name'] = 'Large Hanging Mortared Stone Sign',
['ID'] = 'LargeHangingMortaredStoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingOakSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Oak Sign",
['Russian'] = "Большая дубовая вывеска",
['German'] = "Holzschild aus Eiche (Groß, hängend)",
['French'] = "Grand panneau suspendu en chêne",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Oak Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Oak Log',
['ID'] = 'OakLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Oak Sign'] = {
['Name'] = 'Large Hanging Oak Sign',
['ID'] = 'LargeHangingOakSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingPalmSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Palm Sign",
['Russian'] = "Большая пальмовая вывеска",
['German'] = "Holzschild aus Palmenholz (Groß, hängend)",
['French'] = "Grand panneau suspendu en palmier",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Palm Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Palm Log',
['ID'] = 'PalmLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Palm Sign'] = {
['Name'] = 'Large Hanging Palm Sign',
['ID'] = 'LargeHangingPalmSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingRedwoodSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Redwood Sign",
['Russian'] = "Большая вывеска из секвойи",
['German'] = "Holzschild aus Rottanne (Groß, hängend)",
['French'] = "Grand panneau suspendu en séquoia",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Redwood Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Redwood Log',
['ID'] = 'RedwoodLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Redwood Sign'] = {
['Name'] = 'Large Hanging Redwood Sign',
['ID'] = 'LargeHangingRedwoodSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingSaguaroSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Saguaro Sign",
['Russian'] = "Большая вывеска из карнегии",
['German'] = "Holzschild aus Kaktusholz (Groß, hängend)",
['French'] = "Grand panneau suspendu en saguaro",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Saguaro Rib'] = {
['Type'] = 'ITEM',
['Name'] = 'Saguaro Rib',
['ID'] = 'SaguaroRibItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Saguaro Sign'] = {
['Name'] = 'Large Hanging Saguaro Sign',
['ID'] = 'LargeHangingSaguaroSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingSoftwoodSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Softwood Sign",
['Russian'] = "Большая вывеска из хвойных пород",
['German'] = "Holzschild aus Weichholz (Groß, hängend)",
['French'] = "Grand panneau suspendu en bois tendre",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Softwood'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood',
['ID'] = 'Softwood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Softwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Board',
['ID'] = 'SoftwoodBoardItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Softwood Sign'] = {
['Name'] = 'Large Hanging Softwood Sign',
['ID'] = 'LargeHangingSoftwoodSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingSpruceSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Spruce Sign",
['Russian'] = "Большая еловая вывеска",
['German'] = "Holzschild aus Fichtenholz (Groß, hängend)",
['French'] = "Grand panneau suspendu en épicéa",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Spruce Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Spruce Log',
['ID'] = 'SpruceLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Spruce Sign'] = {
['Name'] = 'Large Hanging Spruce Sign',
['ID'] = 'LargeHangingSpruceSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeHangingWoodSignRecipe'] = {
['Name'] = {
['English'] = "Large Hanging Wood Sign",
['Russian'] = "Большая деревянная вывеска",
['German'] = "Holzschild (Groß, hängend)",
['French'] = "Grand panneau suspendu en bois",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Hanging Wood Sign'] = {
['Name'] = 'Large Hanging Wood Sign',
['ID'] = 'LargeHangingWoodSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeLumberDoorRecipe'] = {
['Name'] = {
['English'] = "Large Lumber Door",
['Russian'] = "Деревянные ворота",
['German'] = "Große Holztür",
['French'] = "Porte de garage en bois d'œuvre",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '30',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Large Lumber Door'] = {
['Name'] = 'Large Lumber Door',
['ID'] = 'LargeLumberDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeLumberStockpileRecipe'] = {
['Name'] = {
['English'] = "Large Lumber Stockpile",
['Russian'] = "Большой склад из пиломатериалов",
['German'] = "Bauholzlager (Groß)",
['French'] = "Réserve de grande taille en bois d'oeuvre",
},
['CraftTime'] = '720',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Lumber Stockpile'] = {
['Name'] = 'Large Lumber Stockpile',
['ID'] = 'LargeLumberStockpileItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeMetalShipFrameRecipe'] = {
['Name'] = {
['English'] = "Large Metal Ship Frame",
['Russian'] = "Большой металлический каркас корабля",
['German'] = "Großer Metallschiffsrahmen",
['French'] = "Structure de bateau grande en acier",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'ShipwrightSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Medium Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Metal Keel'] = {
['Type'] = 'ITEM',
['Name'] = 'Metal Keel',
['ID'] = 'MetalKeelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Metal Ship Frame'] = {
['Name'] = 'Large Metal Ship Frame',
['ID'] = 'LargeMetalShipFrameItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeNylonBuntingGreenRecipe'] = {
['Name'] = {
['English'] = "Large Nylon Bunting Green",
['Russian'] = "Большой нейлоновый зеленый флаг",
['German'] = "Große grüne Nylon-Wimpelkette",
['French'] = "Grande guirlande verte en nylon",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Nylon Bunting Green'] = {
['Name'] = 'Large Nylon Bunting Green',
['ID'] = 'LargeNylonBuntingGreenItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeNylonBuntingPurpleRecipe'] = {
['Name'] = {
['English'] = "Large Nylon Bunting Purple",
['Russian'] = "Большой нейлоновый фиолетовый флаг",
['German'] = "Große lilafarbene Nylon-Wimpelkette",
['French'] = "Grande guirlande violette en nylon",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Nylon Bunting Purple'] = {
['Name'] = 'Large Nylon Bunting Purple',
['ID'] = 'LargeNylonBuntingPurpleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeNylonBuntingYellowRecipe'] = {
['Name'] = {
['English'] = "Large Nylon Bunting Yellow",
['Russian'] = "Большой нейлоновый жёлтый флаг",
['German'] = "Große gelbe Nylon-Wimpelkette",
['French'] = "Grande guirlande jaune en nylon",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Nylon Bunting Yellow'] = {
['Name'] = 'Large Nylon Bunting Yellow',
['ID'] = 'LargeNylonBuntingYellowItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargePaperLanternRecipe'] = {
['Name'] = {
['English'] = "Large Paper Lantern",
['Russian'] = "Большой бумажный фонарь",
['German'] = "Großer Papierlaterne",
['French'] = "Grande lanterne en papier",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'PaperMillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Paper Machine',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Paper Lantern'] = {
['Name'] = 'Large Paper Lantern',
['ID'] = 'LargePaperLanternItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingAshlarBasaltSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Ashlar Basalt Sign",
['Russian'] = "Большая табличка из резного базальта",
['German'] = "Steinquaderschild aus Basalt (Groß, stehend)",
['French'] = "Grand panneau sur pied en basalte taillé",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Basalt',
['ID'] = 'AshlarBasaltItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Ashlar Basalt Sign'] = {
['Name'] = 'Large Standing Ashlar Basalt Sign',
['ID'] = 'LargeStandingAshlarBasaltSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingAshlarGneissSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Ashlar Gneiss Sign",
['Russian'] = "Большая табличка из резного гнейса",
['German'] = "Steinquaderschild aus Gneiss (Groß, stehend)",
['French'] = "Grand panneau sur pied en gneiss taillé",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Gneiss'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Gneiss',
['ID'] = 'AshlarGneissItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Ashlar Gneiss Sign'] = {
['Name'] = 'Large Standing Ashlar Gneiss Sign',
['ID'] = 'LargeStandingAshlarGneissSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingAshlarGraniteSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Ashlar Granite Sign",
['Russian'] = "Большая табличка из резного гранита",
['German'] = "Steinquaderschild aus Granit (Groß, stehend)",
['French'] = "Grand panneau sur pied en granite taillé",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Granite',
['ID'] = 'AshlarGraniteItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Ashlar Granite Sign'] = {
['Name'] = 'Large Standing Ashlar Granite Sign',
['ID'] = 'LargeStandingAshlarGraniteSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingAshlarLimestoneSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Ashlar Limestone Sign",
['Russian'] = "Большая табличка из резного известняка",
['German'] = "Steinquaderschild aus Kalkstein (Groß, stehend)",
['French'] = "Grand panneau sur pied en calcaire taillé",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Limestone',
['ID'] = 'AshlarLimestoneItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Ashlar Limestone Sign'] = {
['Name'] = 'Large Standing Ashlar Limestone Sign',
['ID'] = 'LargeStandingAshlarLimestoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingAshlarSandstoneSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Ashlar Sandstone Sign",
['Russian'] = "Большая табличка из резного песчаника",
['German'] = "Steinquaderschild aus Sandstein (Groß, stehend)",
['French'] = "Grand panneau sur pied en grès taillé",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Sandstone',
['ID'] = 'AshlarSandstoneItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Ashlar Sandstone Sign'] = {
['Name'] = 'Large Standing Ashlar Sandstone Sign',
['ID'] = 'LargeStandingAshlarSandstoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingAshlarShaleSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Ashlar Shale Sign",
['Russian'] = "Большая табличка из резного сланца",
['German'] = "Steinquaderschild aus Schiefer (Groß, stehend)",
['French'] = "Grand panneau sur pied en schiste taillé",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Shale',
['ID'] = 'AshlarShaleItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Ashlar Shale Sign'] = {
['Name'] = 'Large Standing Ashlar Shale Sign',
['ID'] = 'LargeStandingAshlarShaleSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingAshlarStoneSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Ashlar Stone Sign",
['Russian'] = "Большая табличка из резного камня",
['German'] = "Steinquaderschild (Groß, stehend)",
['French'] = "Grand panneau sur pied en pierre taillée",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedMasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Ashlar Stone',
['ID'] = 'AshlarStone',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Ashlar Stone Sign'] = {
['Name'] = 'Large Standing Ashlar Stone Sign',
['ID'] = 'LargeStandingAshlarStoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingBirchSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Birch Sign",
['Russian'] = "Большая берёзовая табличка",
['German'] = "Holzschild aus Birkenholz (Groß, stehend)",
['French'] = "Grand panneau sur pied en bouleau",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Birch Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Birch Log',
['ID'] = 'BirchLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Birch Sign'] = {
['Name'] = 'Large Standing Birch Sign',
['ID'] = 'LargeStandingBirchSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingCedarSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Cedar Sign",
['Russian'] = "Большая кедровая табличка",
['German'] = "Holzschild aus Zedernholz (Groß, stehend)",
['French'] = "Grand panneau sur pied en cèdre",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cedar Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Cedar Log',
['ID'] = 'CedarLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Cedar Sign'] = {
['Name'] = 'Large Standing Cedar Sign',
['ID'] = 'LargeStandingCedarSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingCeibaSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Ceiba Sign",
['Russian'] = "Большая табличка из сейбы",
['German'] = "Holzschild aus Kapokholz (Groß, stehend)",
['French'] = "Grand panneau sur pied en ceiba",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ceiba Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Ceiba Log',
['ID'] = 'CeibaLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Ceiba Sign'] = {
['Name'] = 'Large Standing Ceiba Sign',
['ID'] = 'LargeStandingCeibaSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingFirSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Fir Sign",
['Russian'] = "Большая пихтовая табличка",
['German'] = "Holzschild aus Tannenholz (Groß, stehend)",
['French'] = "Grand panneau sur pied en sapin",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fir Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Fir Log',
['ID'] = 'FirLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Fir Sign'] = {
['Name'] = 'Large Standing Fir Sign',
['ID'] = 'LargeStandingFirSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingHardwoodSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Hardwood Sign",
['Russian'] = "Большая табличка из лиственных пород",
['German'] = "Holzschild aus Hartholz (Groß, stehend)",
['French'] = "Grand panneau sur pied en bois dur",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood',
['ID'] = 'Hardwood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Hardwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Board',
['ID'] = 'HardwoodBoardItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Hardwood Sign'] = {
['Name'] = 'Large Standing Hardwood Sign',
['ID'] = 'LargeStandingHardwoodSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingJoshuaSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Joshua Sign",
['Russian'] = "Большая табличка из юкки коротколистной",
['German'] = "Holzschild aus Josuaholz (Groß, stehend)",
['French'] = "Grand panneau sur pied en josué",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Joshua Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Joshua Log',
['ID'] = 'JoshuaLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Joshua Sign'] = {
['Name'] = 'Large Standing Joshua Sign',
['ID'] = 'LargeStandingJoshuaSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingLumberSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Lumber Sign",
['Russian'] = "Большая табличка из пиломатериалов",
['German'] = "Bauholzschild (Groß, stehend)",
['French'] = "Grand panneau sur pied en bois d'œuvre",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Lumber Sign'] = {
['Name'] = 'Large Standing Lumber Sign',
['ID'] = 'LargeStandingLumberSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingMortaredGraniteSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Mortared Granite Sign",
['Russian'] = "Большая табличка из строительного гранита",
['German'] = "Steinziegelschild aus Granit (Groß, stehend)",
['French'] = "Grand panneau sur pied en granite cimenté",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Granite',
['ID'] = 'MortaredGraniteItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Mortared Granite Sign'] = {
['Name'] = 'Large Standing Mortared Granite Sign',
['ID'] = 'LargeStandingMortaredGraniteSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingMortaredLimestoneSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Mortared Limestone Sign",
['Russian'] = "Большая табличка из строительного известняка",
['German'] = "Steinziegelschild aus Kalkstein (Groß, stehend)",
['French'] = "Grand panneau sur pied en calcaire cimenté",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Limestone',
['ID'] = 'MortaredLimestoneItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Mortared Limestone Sign'] = {
['Name'] = 'Large Standing Mortared Limestone Sign',
['ID'] = 'LargeStandingMortaredLimestoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingMortaredSandstoneSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Mortared Sandstone Sign",
['Russian'] = "Большая табличка из строительного песчаника",
['German'] = "Steinziegelschild aus Sandstein (Groß, stehend)",
['French'] = "Grand panneau sur pied en grès cimenté",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Sandstone',
['ID'] = 'MortaredSandstoneItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Mortared Sandstone Sign'] = {
['Name'] = 'Large Standing Mortared Sandstone Sign',
['ID'] = 'LargeStandingMortaredSandstoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingMortaredStoneSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Mortared Stone Sign",
['Russian'] = "Большая табличка из строительного камня",
['German'] = "Steinziegelschild (Groß, stehend)",
['French'] = "Grand panneau sur pied en pierre cimentée",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Mortared Stone Sign'] = {
['Name'] = 'Large Standing Mortared Stone Sign',
['ID'] = 'LargeStandingMortaredStoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingOakSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Oak Sign",
['Russian'] = "Большая дубовая табличка",
['German'] = "Holzschild aus Eiche (Groß, stehend)",
['French'] = "Grand panneau sur pied en chêne",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Oak Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Oak Log',
['ID'] = 'OakLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Oak Sign'] = {
['Name'] = 'Large Standing Oak Sign',
['ID'] = 'LargeStandingOakSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingPalmSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Palm Sign",
['Russian'] = "Большая пальмовая табличка",
['German'] = "Holzschild aus Palmenholz (Groß, stehend)",
['French'] = "Grand panneau sur pied en palmier",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Palm Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Palm Log',
['ID'] = 'PalmLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Palm Sign'] = {
['Name'] = 'Large Standing Palm Sign',
['ID'] = 'LargeStandingPalmSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingRedwoodSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Redwood Sign",
['Russian'] = "Большая табличка из секвойи",
['German'] = "Holzschild aus Rottanne (Groß, stehend)",
['French'] = "Grand panneau sur pied en séquoia",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Redwood Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Redwood Log',
['ID'] = 'RedwoodLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Redwood Sign'] = {
['Name'] = 'Large Standing Redwood Sign',
['ID'] = 'LargeStandingRedwoodSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingSaguaroSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Saguaro Sign",
['Russian'] = "Большая табличка из карнегии",
['German'] = "Holzschild aus Kaktusholz (Groß, stehend)",
['French'] = "Grand panneau sur pied en saguaro",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Saguaro Rib'] = {
['Type'] = 'ITEM',
['Name'] = 'Saguaro Rib',
['ID'] = 'SaguaroRibItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Saguaro Sign'] = {
['Name'] = 'Large Standing Saguaro Sign',
['ID'] = 'LargeStandingSaguaroSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingSoftwoodSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Softwood Sign",
['Russian'] = "Большая табличка из хвойных пород",
['German'] = "Holzschild aus Weichholz (Groß, stehend)",
['French'] = "Grand panneau sur pied en bois tendre",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Softwood'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood',
['ID'] = 'Softwood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Softwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Board',
['ID'] = 'SoftwoodBoardItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Softwood Sign'] = {
['Name'] = 'Large Standing Softwood Sign',
['ID'] = 'LargeStandingSoftwoodSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingSpruceSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Spruce Sign",
['Russian'] = "Большая еловая табличка",
['German'] = "Holzschild aus Fichtenholz (Groß, stehend)",
['French'] = "Grand panneau sur pied en épicéa",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Spruce Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Spruce Log',
['ID'] = 'SpruceLogItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Spruce Sign'] = {
['Name'] = 'Large Standing Spruce Sign',
['ID'] = 'LargeStandingSpruceSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeStandingWoodSignRecipe'] = {
['Name'] = {
['English'] = "Large Standing Wood Sign",
['Russian'] = "Большая деревянная табличка",
['German'] = "Holzschild (Groß, stehend)",
['French'] = "Grand panneau sur pied en bois",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Standing Wood Sign'] = {
['Name'] = 'Large Standing Wood Sign',
['ID'] = 'LargeStandingWoodSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeWindowedLumberDoorRecipe'] = {
['Name'] = {
['English'] = "Large Windowed Lumber Door",
['Russian'] = "Деревянные ворота с окошками",
['German'] = "Große Holztür mit Fenster",
['French'] = "Porte de garage vitrée en bois d'œuvre",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '2.5',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'CarpentrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '15',
['IsStatic'] = 'True',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Large Windowed Lumber Door'] = {
['Name'] = 'Large Windowed Lumber Door',
['ID'] = 'LargeWindowedLumberDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LargeWoodenShipFrameRecipe'] = {
['Name'] = {
['English'] = "Large Wooden Ship Frame",
['Russian'] = "Большой деревянный каркас корабля",
['German'] = "Großer Holzschiffsrahmen",
['French'] = "Structure de bateau grande en bois",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '200',
['RequiredSkill'] = {'ShipwrightSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Medium Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
['Wooden Keel'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Keel',
['ID'] = 'WoodenKeelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Large Wooden Ship Frame'] = {
['Name'] = 'Large Wooden Ship Frame',
['ID'] = 'LargeWoodenShipFrameItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LaserRecipe'] = {
['Name'] = {
['English'] = "Laser",
['Russian'] = "Лазер",
['German'] = "Laser",
['French'] = "Laser",
},
['CraftTime'] = '6000',
['ExperienceOnCraft'] = '50',
['LaborInCalories'] = '900',
['RequiredSkill'] = {'ElectronicsSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Circuit',
['ID'] = 'AdvancedCircuitItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
['Electric Motor'] = {
['Type'] = 'ITEM',
['Name'] = 'Electric Motor',
['ID'] = 'ElectricMotorItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Framed Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Framed Glass',
['ID'] = 'FramedGlassItem',
['Quantity'] = '80',
['IsStatic'] = 'False',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '80',
['IsStatic'] = 'False',
},
['Radiator'] = {
['Type'] = 'ITEM',
['Name'] = 'Radiator',
['ID'] = 'RadiatorItem',
['Quantity'] = '10',
['IsStatic'] = 'True',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '80',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Laser'] = {
['Name'] = 'Laser',
['ID'] = 'LaserItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LatheRecipe'] = {
['Name'] = {
['English'] = "Lathe",
['Russian'] = "Токарный станок",
['German'] = "Drehmaschine",
['French'] = "Tour",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '150',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'Shaper',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Iron Wheel'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Wheel',
['ID'] = 'IronWheelItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Lathe'] = {
['Name'] = 'Lathe',
['ID'] = 'LatheItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LeavenedDoughRecipe'] = {
['Name'] = {
['English'] = "Leavened Dough",
['Russian'] = "Дрожжевое тесто",
['German'] = "Hefeteig",
['French'] = "Pâte au levain",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Flour'] = {
['Type'] = 'ITEM',
['Name'] = 'Flour',
['ID'] = 'FlourItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Yeast'] = {
['Type'] = 'ITEM',
['Name'] = 'Yeast',
['ID'] = 'YeastItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Leavened Dough'] = {
['Name'] = 'Leavened Dough',
['ID'] = 'LeavenedDoughItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LightBackpackRecipe'] = {
['Name'] = {
['English'] = "Light Backpack",
['Russian'] = "Лёгкий рюкзак",
['German'] = "Leichter Rucksack",
['French'] = "Sac à dos léger",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cellulose Fiber'] = {
['Type'] = 'ITEM',
['Name'] = 'Cellulose Fiber',
['ID'] = 'CelluloseFiberItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Light Backpack'] = {
['Name'] = 'Light Backpack',
['ID'] = 'LightBackpackItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LightBulbRecipe'] = {
['Name'] = {
['English'] = "Light Bulb",
['Russian'] = "Лампочка",
['German'] = "Glühbirne",
['French'] = "Ampoule",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'GlassworkingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Light Bulb'] = {
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LighthouseLampRecipe'] = {
['Name'] = {
['English'] = "Lighthouse Lamp",
['Russian'] = "Светильник маяка",
['German'] = "Lighthouse Lamp",
['French'] = "Lampe de phare",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '480',
['RequiredSkill'] = {'MechanicsSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Electric Motor'] = {
['Type'] = 'ITEM',
['Name'] = 'Electric Motor',
['ID'] = 'ElectricMotorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Lighthouse Lamp'] = {
['Name'] = 'Lighthouse Lamp',
['ID'] = 'LighthouseLampItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LimestoneBisonStatueRecipe'] = {
['Name'] = {
['English'] = "Limestone Bison Statue",
['Russian'] = "Статуя бизона из известняка",
['German'] = "Kalksteinstatue Bison",
['French'] = "Statue de bison en calcaire",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MasonrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Limestone',
['ID'] = 'LimestoneItem',
['Quantity'] = '200',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Limestone Bison Statue'] = {
['Name'] = 'Limestone Bison Statue',
['ID'] = 'LimestoneBisonStatueItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LimestoneOtterStatueRecipe'] = {
['Name'] = {
['English'] = "Limestone Otter Statue",
['Russian'] = "Статуя выдры из известняка",
['German'] = "Kalksteinstatue Otter",
['French'] = "Statue de loutre en calcaire",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Limestone',
['ID'] = 'LimestoneItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Limestone Otter Statue'] = {
['Name'] = 'Limestone Otter Statue',
['ID'] = 'LimestoneOtterStatueItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LimestoneOwlStatueRecipe'] = {
['Name'] = {
['English'] = "Limestone Owl Statue",
['Russian'] = "Статуя совы из известняка",
['German'] = "Kalksteinstatue Eule",
['French'] = "Statue de hibou en calcaire",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Limestone',
['ID'] = 'LimestoneItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Limestone Owl Statue'] = {
['Name'] = 'Limestone Owl Statue',
['ID'] = 'LimestoneOwlStatueItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LimestoneWolfStatueRecipe'] = {
['Name'] = {
['English'] = "Limestone Wolf Statue",
['Russian'] = "Статуя волка из известняка",
['German'] = "Kalksteinstatue Wolf",
['French'] = "Statue de loup en calcaire",
},
['CraftTime'] = '420',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Limestone',
['ID'] = 'LimestoneItem',
['Quantity'] = '80',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Limestone Wolf Statue'] = {
['Name'] = 'Limestone Wolf Statue',
['ID'] = 'LimestoneWolfStatueItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LinenFabricRecipe'] = {
['Name'] = {
['English'] = "Linen Fabric",
['Russian'] = "Льняная ткань",
['German'] = "Leinenstoff",
['French'] = "Tissu de lin",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Linen Yarn'] = {
['Type'] = 'ITEM',
['Name'] = 'Linen Yarn',
['ID'] = 'LinenYarnItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Linen Fabric'] = {
['Name'] = 'Linen Fabric',
['ID'] = 'LinenFabricItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LinenYarnRecipe'] = {
['Name'] = {
['English'] = "Linen Yarn",
['Russian'] = "Льняная пряжа",
['German'] = "Leinengarn",
['French'] = "Fil de lin",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.1',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Flax Fiber'] = {
['Type'] = 'ITEM',
['Name'] = 'Flax Fiber',
['ID'] = 'FlaxFiberItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Linen Yarn'] = {
['Name'] = 'Linen Yarn',
['ID'] = 'LinenYarnItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LoadedTaroFriesRecipe'] = {
['Name'] = {
['English'] = "Loaded Taro Fries",
['Russian'] = "Заправленный Таро фри",
['German'] = "Überbackene Taro-Fritten",
['French'] = "Frites de taro garnies",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Prepared Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Prepared Meat',
['ID'] = 'PreparedMeatItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Sun Cheese'] = {
['Type'] = 'ITEM',
['Name'] = 'Sun Cheese',
['ID'] = 'SunCheeseItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Taro Fries'] = {
['Type'] = 'ITEM',
['Name'] = 'Taro Fries',
['ID'] = 'TaroFriesItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Loaded Taro Fries'] = {
['Name'] = 'Loaded Taro Fries',
['ID'] = 'LoadedTaroFriesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LoggingAdvancedUpgradeRecipe'] = {
['Name'] = {
['English'] = "Logging Advanced Upgrade",
['Russian'] = "Продвинутое улучшение для заготовки леса",
['German'] = "Fortschrittliches Upgrade: Holzfäller",
['French'] = "Amélioration avancée : Abattage",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'LoggingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 4',
['ID'] = 'AdvancedUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Logging Advanced Upgrade'] = {
['Name'] = 'Logging Advanced Upgrade',
['ID'] = 'LoggingAdvancedUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LoggingBasicUpgradeRecipe'] = {
['Name'] = {
['English'] = "Logging Basic Upgrade",
['Russian'] = "Базовое улучшение для заготовки леса",
['German'] = "Grundlegendes Upgrade: Holzfäller",
['French'] = "Amélioration basique : Abattage",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'LoggingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Logging Basic Upgrade'] = {
['Name'] = 'Logging Basic Upgrade',
['ID'] = 'LoggingBasicUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LongBasicHardwoodShelfRecipe'] = {
['Name'] = {
['English'] = "Long Basic Hardwood Shelf",
['Russian'] = "Long Basic Hardwood Shelf",
['German'] = "Long Basic Hardwood Shelf",
['French'] = "Long Basic Hardwood Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Board',
['ID'] = 'HardwoodBoardItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Long Basic Hardwood Shelf'] = {
['Name'] = 'Long Basic Hardwood Shelf',
['ID'] = 'LongBasicHardwoodShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LongBasicSoftwoodShelfRecipe'] = {
['Name'] = {
['English'] = "Long Basic Softwood Shelf",
['Russian'] = "Long Basic Softwood Shelf",
['German'] = "Long Basic Softwood Shelf",
['French'] = "Long Basic Softwood Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Softwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Board',
['ID'] = 'SoftwoodBoardItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Long Basic Softwood Shelf'] = {
['Name'] = 'Long Basic Softwood Shelf',
['ID'] = 'LongBasicSoftwoodShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LongBasicWoodShelfRecipe'] = {
['Name'] = {
['English'] = "Long Basic Wood Shelf",
['Russian'] = "Long Basic Wood Shelf",
['German'] = "Long Basic Wood Shelf",
['French'] = "Long Basic Wood Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Long Basic Wood Shelf'] = {
['Name'] = 'Long Basic Wood Shelf',
['ID'] = 'LongBasicWoodShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LongFloatingHardwoodShelfRecipe'] = {
['Name'] = {
['English'] = "Long Floating Hardwood Shelf",
['Russian'] = "Long Floating Hardwood Shelf",
['German'] = "Long Floating Hardwood Shelf",
['French'] = "Long Floating Hardwood Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Board',
['ID'] = 'HardwoodBoardItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Long Floating Hardwood Shelf'] = {
['Name'] = 'Long Floating Hardwood Shelf',
['ID'] = 'LongFloatingHardwoodShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LongFloatingSoftwoodShelfRecipe'] = {
['Name'] = {
['English'] = "Long Floating Softwood Shelf",
['Russian'] = "Long Floating Softwood Shelf",
['German'] = "Long Floating Softwood Shelf",
['French'] = "Long Floating Softwood Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Softwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Board',
['ID'] = 'SoftwoodBoardItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Long Floating Softwood Shelf'] = {
['Name'] = 'Long Floating Softwood Shelf',
['ID'] = 'LongFloatingSoftwoodShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LongFloatingWoodShelfRecipe'] = {
['Name'] = {
['English'] = "Long Floating Wood Shelf",
['Russian'] = "Long Floating Wood Shelf",
['German'] = "Long Floating Wood Shelf",
['French'] = "Long Floating Wood Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Long Floating Wood Shelf'] = {
['Name'] = 'Long Floating Wood Shelf',
['ID'] = 'LongFloatingWoodShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LongHardwoodLumberShelfRecipe'] = {
['Name'] = {
['English'] = "Long Hardwood Lumber Shelf",
['Russian'] = "Long Hardwood Lumber Shelf",
['German'] = "Long Hardwood Lumber Shelf",
['French'] = "Long Hardwood Lumber Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood Lumber',
['ID'] = 'HardwoodLumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Long Hardwood Lumber Shelf'] = {
['Name'] = 'Long Hardwood Lumber Shelf',
['ID'] = 'LongHardwoodLumberShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LongHardwoodVeneerShelfRecipe'] = {
['Name'] = {
['English'] = "Long Hardwood Veneer Shelf",
['Russian'] = "Long Hardwood Veneer Shelf",
['German'] = "Long Hardwood Veneer Shelf",
['French'] = "Long Hardwood Veneer Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood Lumber',
['ID'] = 'HardwoodLumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Long Hardwood Veneer Shelf'] = {
['Name'] = 'Long Hardwood Veneer Shelf',
['ID'] = 'LongHardwoodVeneerShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LongLumberShelfRecipe'] = {
['Name'] = {
['English'] = "Long Lumber Shelf",
['Russian'] = "Long Lumber Shelf",
['German'] = "Long Lumber Shelf",
['French'] = "Long Lumber Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Long Lumber Shelf'] = {
['Name'] = 'Long Lumber Shelf',
['ID'] = 'LongLumberShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LongSoftwoodLumberShelfRecipe'] = {
['Name'] = {
['English'] = "Long Softwood Lumber Shelf",
['Russian'] = "Long Softwood Lumber Shelf",
['German'] = "Long Softwood Lumber Shelf",
['French'] = "Long Softwood Lumber Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Softwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood Lumber',
['ID'] = 'SoftwoodLumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Long Softwood Lumber Shelf'] = {
['Name'] = 'Long Softwood Lumber Shelf',
['ID'] = 'LongSoftwoodLumberShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LongSoftwoodVeneerShelfRecipe'] = {
['Name'] = {
['English'] = "Long Softwood Veneer Shelf",
['Russian'] = "Long Softwood Veneer Shelf",
['German'] = "Long Softwood Veneer Shelf",
['French'] = "Long Softwood Veneer Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Softwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood Lumber',
['ID'] = 'SoftwoodLumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Long Softwood Veneer Shelf'] = {
['Name'] = 'Long Softwood Veneer Shelf',
['ID'] = 'LongSoftwoodVeneerShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LongSteelShelfRecipe'] = {
['Name'] = {
['English'] = "Long Steel Shelf",
['Russian'] = "Long Steel Shelf",
['German'] = "Long Steel Shelf",
['French'] = "Long Steel Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedSmeltingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rolling Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Long Steel Shelf'] = {
['Name'] = 'Long Steel Shelf',
['ID'] = 'LongSteelShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LongThinHardwoodVeneerShelfRecipe'] = {
['Name'] = {
['English'] = "Long Thin Hardwood Veneer Shelf",
['Russian'] = "Long Thin Hardwood Veneer Shelf",
['German'] = "Long Thin Hardwood Veneer Shelf",
['French'] = "Long Thin Hardwood Veneer Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood Lumber',
['ID'] = 'HardwoodLumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Long Thin Hardwood Veneer Shelf'] = {
['Name'] = 'Long Thin Hardwood Veneer Shelf',
['ID'] = 'LongThinHardwoodVeneerShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LongThinSoftwoodVeneerShelfRecipe'] = {
['Name'] = {
['English'] = "Long Thin Softwood Veneer Shelf",
['Russian'] = "Long Thin Softwood Veneer Shelf",
['German'] = "Long Thin Softwood Veneer Shelf",
['French'] = "Long Thin Softwood Veneer Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Softwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood Lumber',
['ID'] = 'SoftwoodLumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Long Thin Softwood Veneer Shelf'] = {
['Name'] = 'Long Thin Softwood Veneer Shelf',
['ID'] = 'LongThinSoftwoodVeneerShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LongThinWoodVeneerShelfRecipe'] = {
['Name'] = {
['English'] = "Long Thin Wood Veneer Shelf",
['Russian'] = "Long Thin Wood Veneer Shelf",
['German'] = "Long Thin Wood Veneer Shelf",
['French'] = "Long Thin Wood Veneer Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Long Thin Wood Veneer Shelf'] = {
['Name'] = 'Long Thin Wood Veneer Shelf',
['ID'] = 'LongThinWoodVeneerShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LongWoodVeneerShelfRecipe'] = {
['Name'] = {
['English'] = "Long Wood Veneer Shelf",
['Russian'] = "Long Wood Veneer Shelf",
['German'] = "Long Wood Veneer Shelf",
['French'] = "Long Wood Veneer Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Long Wood Veneer Shelf'] = {
['Name'] = 'Long Wood Veneer Shelf',
['ID'] = 'LongWoodVeneerShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LoomRecipe'] = {
['Name'] = {
['English'] = "Loom",
['Russian'] = "Ткацкий станок",
['German'] = "Webstuhl",
['French'] = "Métier à tisser",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Linen Yarn'] = {
['Type'] = 'ITEM',
['Name'] = 'Linen Yarn',
['ID'] = 'LinenYarnItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Wooden Gear'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Gear',
['ID'] = 'WoodenGearItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Loom'] = {
['Name'] = 'Loom',
['ID'] = 'LoomItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LowTopShoesRecipe'] = {
['Name'] = {
['English'] = "Low Top Shoes",
['Russian'] = "Кеды",
['German'] = "Halbschuhe",
['French'] = "Chaussures basses",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '150',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Low Top Shoes'] = {
['Name'] = 'Low Top Shoes',
['ID'] = 'LowTopShoesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LubricantRecipe'] = {
['Name'] = {
['English'] = "Lubricant",
['Russian'] = "Смазка",
['German'] = "Schmiermittel",
['French'] = "Lubrifiant",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'OilDrillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Oil Refinery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Petroleum'] = {
['Type'] = 'ITEM',
['Name'] = 'Petroleum',
['ID'] = 'PetroleumItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Barrel'] = {
['Name'] = 'Barrel',
['ID'] = 'BarrelItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
['Lubricant'] = {
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Sulfur'] = {
['Name'] = 'Sulfur',
['ID'] = 'SulfurItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['LumberBenchRecipe'] = {
['Name'] = {
['English'] = "Lumber Bench",
['Russian'] = "Лавка из пиломатериалов",
['German'] = "Bauholzbank",
['French'] = "Banc en bois d'œuvre",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Lumber Bench'] = {
['Name'] = 'Lumber Bench',
['ID'] = 'LumberBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LumberChairRecipe'] = {
['Name'] = {
['English'] = "Lumber Chair",
['Russian'] = "Стул из пиломатериалов",
['German'] = "Bauholzstuhl",
['French'] = "Chaise en bois d'œuvre",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Lumber Chair'] = {
['Name'] = 'Lumber Chair',
['ID'] = 'LumberChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LumberDoorRecipe'] = {
['Name'] = {
['English'] = "Lumber Door",
['Russian'] = "Дверь из пиломатериалов",
['German'] = "Bauholztür",
['French'] = "Porte en bois d’œuvre",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Lumber Door'] = {
['Name'] = 'Lumber Door',
['ID'] = 'LumberDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LumberDresserRecipe'] = {
['Name'] = {
['English'] = "Lumber Dresser",
['Russian'] = "Комод из пиломатериалов",
['German'] = "Bauholzkommode",
['French'] = "Commode en bois d'œuvre",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Lumber Dresser'] = {
['Name'] = 'Lumber Dresser',
['ID'] = 'LumberDresserItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LumberHallwayTableRecipe'] = {
['Name'] = {
['English'] = "Lumber Hallway Table",
['Russian'] = "Lumber Hallway Table",
['German'] = "Lumber Hallway Table",
['French'] = "Lumber Hallway Table",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '14',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Lumber Hallway Table'] = {
['Name'] = 'Lumber Hallway Table',
['ID'] = 'LumberHallwayTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LumberRecipe'] = {
['Name'] = {
['English'] = "Lumber",
['Russian'] = "Пиломатериал",
['German'] = "Bauholz",
['French'] = "Bois d'œuvre",
},
['CraftTime'] = '19',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Flaxseed Oil'] = {
['Type'] = 'ITEM',
['Name'] = 'Flaxseed Oil',
['ID'] = 'FlaxseedOilItem',
['Quantity'] = '0.5',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Lumber'] = {
['Name'] = 'Lumber',
['ID'] = 'LumberItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LumberStockpileRecipe'] = {
['Name'] = {
['English'] = "Lumber Stockpile",
['Russian'] = "Склад из пиломатериалов",
['German'] = "Bauholzlager",
['French'] = "Réserve en bois d'œuvre",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Lumber Stockpile'] = {
['Name'] = 'Lumber Stockpile',
['ID'] = 'LumberStockpileItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['LumberTableRecipe'] = {
['Name'] = {
['English'] = "Lumber Table",
['Russian'] = "Стол из пиломатериалов",
['German'] = "Bauholztisch",
['French'] = "Table en bois d'œuvre",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Lumber Table'] = {
['Name'] = 'Lumber Table',
['ID'] = 'LumberTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MacaronsRecipe'] = {
['Name'] = {
['English'] = "Macarons",
['Russian'] = "Макарон",
['German'] = "Makaronen",
['French'] = "Macarons",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'AdvancedBakingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Huckleberry Extract'] = {
['Type'] = 'ITEM',
['Name'] = 'Huckleberry Extract',
['ID'] = 'HuckleberryExtractItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Pastry Dough'] = {
['Type'] = 'ITEM',
['Name'] = 'Pastry Dough',
['ID'] = 'PastryDoughItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Sugar'] = {
['Type'] = 'ITEM',
['Name'] = 'Sugar',
['ID'] = 'SugarItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Macarons'] = {
['Name'] = 'Macarons',
['ID'] = 'MacaronsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MachinistTableRecipe'] = {
['Name'] = {
['English'] = "Machinist Table",
['Russian'] = "Слесарный верстак",
['German'] = "Mechanikertisch",
['French'] = "Établi de mécanicien",
},
['CraftTime'] = '1200',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wooden Gear'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Gear',
['ID'] = 'WoodenGearItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Machinist Table'] = {
['Name'] = 'Machinist Table',
['ID'] = 'MachinistTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MagentaPowderRecipe'] = {
['Name'] = {
['English'] = "Magenta Powder",
['Russian'] = "Пурпурный порошок",
['German'] = "Magenta Powder",
['French'] = "Pigment magenta",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '24',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Urchin'] = {
['Type'] = 'ITEM',
['Name'] = 'Urchin',
['ID'] = 'UrchinItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Magenta Powder'] = {
['Name'] = 'Magenta Powder',
['ID'] = 'MagentaPowderItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MasonryAdvancedUpgradeRecipe'] = {
['Name'] = {
['English'] = "Masonry Advanced Upgrade",
['Russian'] = "Продвинутое улучшение для каменной кладки",
['German'] = "Fortschrittliches Upgrade: Steinmetz",
['French'] = "Amélioration avancée : Maçonnerie",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'MasonrySkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cement Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 4',
['ID'] = 'AdvancedUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Masonry Advanced Upgrade'] = {
['Name'] = 'Masonry Advanced Upgrade',
['ID'] = 'MasonryAdvancedUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MasonryBasicUpgradeRecipe'] = {
['Name'] = {
['English'] = "Masonry Basic Upgrade",
['Russian'] = "Базовое улучшение для каменной кладки",
['German'] = "Grundlegendes Upgrade: Steinmetz",
['French'] = "Amélioration basique : Maçonnerie",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'MasonrySkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Masonry Basic Upgrade'] = {
['Name'] = 'Masonry Basic Upgrade',
['ID'] = 'MasonryBasicUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MasonryMortarRecipe'] = {
['Name'] = {
['English'] = "Masonry Mortar",
['Russian'] = "Раствор каменщика",
['German'] = "Steinmörtel",
['French'] = "Mortier de maçonnerie",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Sand'] = {
['Type'] = 'ITEM',
['Name'] = 'Sand',
['ID'] = 'SandItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortar'] = {
['Name'] = 'Mortar',
['ID'] = 'MortarItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MasonrySkillBookRecipe'] = {
['Name'] = {
['English'] = "Masonry Skill Book",
['Russian'] = "Книга о каменной кладке",
['German'] = "Fertigkeitsbuch: Steinmetz",
['French'] = "Livre de compétence : Maçonnerie",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gathering Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Gathering Research Paper Basic',
['ID'] = 'GatheringResearchPaperBasicItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Geology Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Basic',
['ID'] = 'GeologyResearchPaperBasicItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Masonry Skill Book'] = {
['Name'] = 'Masonry Skill Book',
['ID'] = 'MasonrySkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MasonryTableRecipe'] = {
['Name'] = {
['English'] = "Masonry Table",
['Russian'] = "Верстак каменщика",
['German'] = "Steinmetztisch",
['French'] = "Établi de maçonnerie",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Masonry Table'] = {
['Name'] = 'Masonry Table',
['ID'] = 'MasonryTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MasonSignRecipe'] = {
['Name'] = {
['English'] = "Mason Sign",
['Russian'] = "Вывеска Каменщика",
['German'] = "Steinmetzschild",
['French'] = "Enseigne du maçon",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Store Sign'] = {
['Type'] = 'ITEM',
['Name'] = 'Store Sign',
['ID'] = 'StoreSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Mason Sign'] = {
['Name'] = 'Mason Sign',
['ID'] = 'MasonSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MeatPieRecipe'] = {
['Name'] = {
['English'] = "Meat Pie",
['Russian'] = "Мясной пирог",
['German'] = "Fleischpastete",
['French'] = "Tourte à la viande",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fat'] = {
['Type'] = 'TAG',
['Name'] = 'Fat',
['ID'] = 'Fat',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Flour'] = {
['Type'] = 'ITEM',
['Name'] = 'Flour',
['ID'] = 'FlourItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Scrap Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Meat Pie'] = {
['Name'] = 'Meat Pie',
['ID'] = 'MeatPieItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MeatStockRecipe'] = {
['Name'] = {
['English'] = "Meat Stock",
['Russian'] = "Мясной бульон",
['German'] = "Brühe aus Fleisch",
['French'] = "Bouillon de viandes",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CookingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Scrap Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '32',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Meat Stock'] = {
['Name'] = 'Meat Stock',
['ID'] = 'MeatStockItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MeatyStewRecipe'] = {
['Name'] = {
['English'] = "Meaty Stew",
['Russian'] = "Мясное рагу",
['German'] = "Lagerfeuer Fleischeintopf",
['French'] = "Ragoût de viande",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Charred Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Charred Meat',
['ID'] = 'CharredMeatItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Fat'] = {
['Type'] = 'TAG',
['Name'] = 'Fat',
['ID'] = 'Fat',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Flour'] = {
['Type'] = 'ITEM',
['Name'] = 'Flour',
['ID'] = 'FlourItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Scrap Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Meaty Stew'] = {
['Name'] = 'Meaty Stew',
['ID'] = 'MeatyStewItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MechanicalWaterPumpRecipe'] = {
['Name'] = {
['English'] = "Mechanical Water Pump",
['Russian'] = "Механический водяной насос",
['German'] = "Mechanische Wasserpumpe",
['French'] = "Pompe à eau mécanique",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'BasicEngineeringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Wainwright Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Pipe'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Pipe',
['ID'] = 'IronPipeItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mechanical Water Pump'] = {
['Name'] = 'Mechanical Water Pump',
['ID'] = 'MechanicalWaterPumpItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MechanicsAdvancedUpgradeRecipe'] = {
['Name'] = {
['English'] = "Mechanics Advanced Upgrade",
['Russian'] = "Продвинутое улучшение для механики",
['German'] = "Fortschrittliches Upgrade: Mechanik",
['French'] = "Amélioration avancée : Mécaniques",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'MechanicsSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 4',
['ID'] = 'AdvancedUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Mechanics Advanced Upgrade'] = {
['Name'] = 'Mechanics Advanced Upgrade',
['ID'] = 'MechanicsAdvancedUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MechanicsModernUpgradeRecipe'] = {
['Name'] = {
['English'] = "Mechanics Modern Upgrade",
['Russian'] = "Современное улучшение для механики",
['German'] = "Modernes Upgrade: Mechanik",
['French'] = "Amélioration moderne : Mécaniques",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'MechanicsSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Modern Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Modern Upgrade 4',
['ID'] = 'ModernUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Mechanics Modern Upgrade'] = {
['Name'] = 'Mechanics Modern Upgrade',
['ID'] = 'MechanicsModernUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MechanicsSkillBookRecipe'] = {
['Name'] = {
['English'] = "Mechanics Skill Book",
['Russian'] = "Книга о механике",
['German'] = "Fertigkeitsbuch: Mechanik",
['French'] = "Livre de compétence : Mécanique",
},
['CraftTime'] = '1800',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'BasicEngineeringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Research'] = {
['Type'] = 'TAG',
['Name'] = 'Advanced Research',
['ID'] = 'Advanced Research',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Engineering Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Engineering Research Paper Advanced',
['ID'] = 'EngineeringResearchPaperAdvancedItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Metallurgy Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Metallurgy Research Paper Advanced',
['ID'] = 'MetallurgyResearchPaperAdvancedItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mechanics Skill Book'] = {
['Name'] = 'Mechanics Skill Book',
['ID'] = 'MechanicsSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MediumFishingTrawlerRecipe'] = {
['Name'] = {
['English'] = "Medium Fishing Trawler",
['Russian'] = "Средний рыболовный траулер",
['German'] = "Mittelgroßer Schleppnetzfischer",
['French'] = "Chalutier de pêche de taille moyenne",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '24',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'ShipwrightSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Medium Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hemp Mooring Rope'] = {
['Type'] = 'ITEM',
['Name'] = 'Hemp Mooring Rope',
['ID'] = 'HempMooringRopeItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Anchor'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Anchor',
['ID'] = 'IronAnchorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Iron Axle'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Axle',
['ID'] = 'IronAxleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Iron Hull Sheet'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Hull Sheet',
['ID'] = 'IronHullSheetItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Medium Metal Ship Frame'] = {
['Type'] = 'ITEM',
['Name'] = 'Medium Metal Ship Frame',
['ID'] = 'MediumMetalShipFrameItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Metal Rudder'] = {
['Type'] = 'ITEM',
['Name'] = 'Metal Rudder',
['ID'] = 'MetalRudderItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Portable Steam Engine'] = {
['Type'] = 'ITEM',
['Name'] = 'Portable Steam Engine',
['ID'] = 'PortableSteamEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Wooden Hull Planks'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Hull Planks',
['ID'] = 'WoodenHullPlanksItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Medium Fishing Trawler'] = {
['Name'] = 'Medium Fishing Trawler',
['ID'] = 'MediumFishingTrawlerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MediumMetalShipFrameRecipe'] = {
['Name'] = {
['English'] = "Medium Metal Ship Frame",
['Russian'] = "Средний металлический каркас корабля",
['German'] = "Mittelgroßer Metallschiffsrahmen",
['French'] = "Structure de bateau moyenne en fer",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'ShipwrightSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Medium Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Metal Keel'] = {
['Type'] = 'ITEM',
['Name'] = 'Metal Keel',
['ID'] = 'MetalKeelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Medium Metal Ship Frame'] = {
['Name'] = 'Medium Metal Ship Frame',
['ID'] = 'MediumMetalShipFrameItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MediumShipyardRecipe'] = {
['Name'] = {
['English'] = "Medium Shipyard",
['Russian'] = "Средняя Верфь",
['German'] = "Mittelgroße Werft",
['French'] = "Chantier naval de taille moyenne",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '6',
['LaborInCalories'] = '800',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hemp Mooring Rope'] = {
['Type'] = 'ITEM',
['Name'] = 'Hemp Mooring Rope',
['ID'] = 'HempMooringRopeItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Medium Shipyard'] = {
['Name'] = 'Medium Shipyard',
['ID'] = 'MediumShipyardItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MediumWoodenShipFrameRecipe'] = {
['Name'] = {
['English'] = "Medium Wooden Ship Frame",
['Russian'] = "Средний деревянный каркас корабля",
['German'] = "Großer Holzschiffsrahmen",
['French'] = "Structure de bateau moyenne en bois",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ShipwrightSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
['Wooden Keel'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Keel',
['ID'] = 'WoodenKeelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Medium Wooden Ship Frame'] = {
['Name'] = 'Medium Wooden Ship Frame',
['ID'] = 'MediumWoodenShipFrameItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MeltingFatRecipe'] = {
['Name'] = {
['English'] = "Melting Fat",
['Russian'] = "Плавить Жир",
['German'] = "Schmelzfett",
['French'] = "Fondre la graisse",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'BakingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Scrap Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tallow'] = {
['Name'] = 'Tallow',
['ID'] = 'TallowItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MetalKeelRecipe'] = {
['Name'] = {
['English'] = "Metal Keel",
['Russian'] = "Металлический киль",
['German'] = "Metallkiel",
['French'] = "Quille en fer",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MechanicsSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Shaper',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Metal Keel'] = {
['Name'] = 'Metal Keel',
['ID'] = 'MetalKeelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MetallurgyResearchPaperAdvancedRecipe'] = {
['Name'] = {
['English'] = "Metallurgy Research Paper Advanced",
['Russian'] = "Исследование по продвинутой металлургии",
['German'] = "Fortgeschrittenes Forschungspapier: Metallurgie",
['French'] = "Papier de recherche : Métallurgie avancée",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'SmeltingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Bar',
['ID'] = 'CopperBarItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Metallurgy Research Paper Advanced'] = {
['Name'] = 'Metallurgy Research Paper Advanced',
['ID'] = 'MetallurgyResearchPaperAdvancedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MetallurgyResearchPaperBasicRecipe'] = {
['Name'] = {
['English'] = "Metallurgy Research Paper Basic",
['Russian'] = "Исследование по базовой металлургии",
['German'] = "Grundlegendes Forschungspapier: Metallurgie",
['French'] = "Papier de recherche : Métallurgie basique",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ore'] = {
['Type'] = 'TAG',
['Name'] = 'Ore',
['ID'] = 'Ore',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Metallurgy Research Paper Basic'] = {
['Name'] = 'Metallurgy Research Paper Basic',
['ID'] = 'MetallurgyResearchPaperBasicItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MetallurgyResearchPaperModernRecipe'] = {
['Name'] = {
['English'] = "Metallurgy Research Paper Modern",
['Russian'] = "Исследование по современной металлургии",
['German'] = "Modernes Forschungspapier: Metallurgie",
['French'] = "Papier de recherche : Métallurgie moderne",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '6',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'AdvancedSmeltingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ink'] = {
['Type'] = 'ITEM',
['Name'] = 'Ink',
['ID'] = 'InkItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
},
['Rebar'] = {
['Type'] = 'ITEM',
['Name'] = 'Rebar',
['ID'] = 'RebarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Metallurgy Research Paper Modern'] = {
['Name'] = 'Metallurgy Research Paper Modern',
['ID'] = 'MetallurgyResearchPaperModernItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MetalRudderRecipe'] = {
['Name'] = {
['English'] = "Metal Rudder",
['Russian'] = "Металлический руль",
['German'] = "Ruder aus Metall",
['French'] = "Gouvernail en fer",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ShipwrightSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Medium Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Gear'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Gear',
['ID'] = 'IronGearItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Metal Rudder'] = {
['Name'] = 'Metal Rudder',
['ID'] = 'MetalRudderItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MillingSkillBookRecipe'] = {
['Name'] = {
['English'] = "Milling Skill Book",
['Russian'] = "Книга о мельничном деле",
['German'] = "Fertigkeitsbuch: Mahlen",
['French'] = "Livre de compétence : Mouture",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Culinary Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Culinary Research Paper Basic',
['ID'] = 'CulinaryResearchPaperBasicItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Dendrology Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Dendrology Research Paper Basic',
['ID'] = 'DendrologyResearchPaperBasicItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Gathering Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Gathering Research Paper Basic',
['ID'] = 'GatheringResearchPaperBasicItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Geology Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Basic',
['ID'] = 'GeologyResearchPaperBasicItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Milling Skill Book'] = {
['Name'] = 'Milling Skill Book',
['ID'] = 'MillingSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MillingUpgradeRecipe'] = {
['Name'] = {
['English'] = "Milling Upgrade",
['Russian'] = "Улучшение для мельничного дела",
['German'] = "Fortschrittliches Upgrade: Mahlen",
['French'] = "Amélioration avancée : Mouture",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'MillingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Milling Upgrade'] = {
['Name'] = 'Milling Upgrade',
['ID'] = 'MillingUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MillionairesSaladRecipe'] = {
['Name'] = {
['English'] = "Millionaires Salad",
['Russian'] = "Салат Миллионера",
['German'] = "Millionär-Salat",
['French'] = "Salade du millionnaire",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'AdvancedCookingSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kitchen',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cookeina Mushrooms'] = {
['Type'] = 'ITEM',
['Name'] = 'Cookeina Mushrooms',
['ID'] = 'CookeinaMushroomsItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Heart Of Palm'] = {
['Type'] = 'ITEM',
['Name'] = 'Heart Of Palm',
['ID'] = 'HeartOfPalmItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Papaya'] = {
['Type'] = 'ITEM',
['Name'] = 'Papaya',
['ID'] = 'PapayaItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Pineapple'] = {
['Type'] = 'ITEM',
['Name'] = 'Pineapple',
['ID'] = 'PineappleItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Millionaires Salad'] = {
['Name'] = 'Millionaires Salad',
['ID'] = 'MillionairesSaladItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MillRecipe'] = {
['Name'] = {
['English'] = "Mill",
['Russian'] = "Мельница",
['German'] = "Mahlwerk",
['French'] = "Meule",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mill Stone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mill Stone',
['ID'] = 'MillStoneItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mill'] = {
['Name'] = 'Mill',
['ID'] = 'MillItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MillStoneRecipe'] = {
['Name'] = {
['English'] = "Mill Stone",
['Russian'] = "Жернов",
['German'] = "Mühlstein",
['French'] = "Meulière",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mill Stone'] = {
['Name'] = 'Mill Stone',
['ID'] = 'MillStoneItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MiningAdvancedUpgradeRecipe'] = {
['Name'] = {
['English'] = "Mining Advanced Upgrade",
['Russian'] = "Продвинутое улучшение для горного дела",
['German'] = "Fortschrittliches Upgrade: Bergbau",
['French'] = "Amélioration avancée : Minage",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'MiningSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Screening Machine',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 4',
['ID'] = 'AdvancedUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Mining Advanced Upgrade'] = {
['Name'] = 'Mining Advanced Upgrade',
['ID'] = 'MiningAdvancedUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MiningBasicUpgradeRecipe'] = {
['Name'] = {
['English'] = "Mining Basic Upgrade",
['Russian'] = "Базовое улучшение для горного дела",
['German'] = "Grundlegendes Upgrade: Bergbau",
['French'] = "Amélioration basique : Minage",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'MiningSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rocker Box',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Mining Basic Upgrade'] = {
['Name'] = 'Mining Basic Upgrade',
['ID'] = 'MiningBasicUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MiningChargeRecipe'] = {
['Name'] = {
['English'] = "Mining Charge",
['Russian'] = "Mining Charge",
['German'] = "Mining Charge",
['French'] = "Mining Charge",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'MiningSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Blasting Cap'] = {
['Type'] = 'ITEM',
['Name'] = 'Blasting Cap',
['ID'] = 'BlastingCapItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Dynamite'] = {
['Type'] = 'ITEM',
['Name'] = 'Dynamite',
['ID'] = 'DynamiteItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mining Charge'] = {
['Name'] = 'Mining Charge',
['ID'] = 'MiningChargeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MiningModernUpgradeRecipe'] = {
['Name'] = {
['English'] = "Mining Modern Upgrade",
['Russian'] = "Современное улучшение для горного дела",
['German'] = "Modernes Upgrade: Bergbau",
['French'] = "Amélioration moderne : Minage",
},
['CraftTime'] = '1080',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '9000',
['RequiredSkill'] = {'MiningSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Froth Floatation Cell',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Modern Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Modern Upgrade 4',
['ID'] = 'ModernUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Mining Modern Upgrade'] = {
['Name'] = 'Mining Modern Upgrade',
['ID'] = 'MiningModernUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MintRecipe'] = {
['Name'] = {
['English'] = "Mint",
['Russian'] = "Пресс для чеканки монет",
['German'] = "Münzprägemaschine",
['French'] = "Hôtel de la monnaie",
},
['CraftTime'] = '1500',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '900',
['RequiredSkill'] = {'BlacksmithSkill','2'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Blacksmith Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Brick'] = {
['Type'] = 'ITEM',
['Name'] = 'Brick',
['ID'] = 'BrickItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mint'] = {
['Name'] = 'Mint',
['ID'] = 'MintItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MixedFruitSaladRecipe'] = {
['Name'] = {
['English'] = "Mixed Fruit Salad",
['Russian'] = "Смешанный фруктовый салат",
['German'] = "Gemischter Fruchtsalat",
['French'] = "Salade de fruits variés",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beet'] = {
['Type'] = 'ITEM',
['Name'] = 'Beet',
['ID'] = 'BeetItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Huckleberries'] = {
['Type'] = 'ITEM',
['Name'] = 'Huckleberries',
['ID'] = 'HuckleberriesItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fruit Salad'] = {
['Name'] = 'Fruit Salad',
['ID'] = 'FruitSaladItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MixedSaladRecipe'] = {
['Name'] = {
['English'] = "Mixed Salad",
['Russian'] = "Смешанный салат",
['German'] = "Gemischter Salat",
['French'] = "Salade composée",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fiddleheads'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiddleheads',
['ID'] = 'FiddleheadsItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Fireweed Shoots'] = {
['Type'] = 'ITEM',
['Name'] = 'Fireweed Shoots',
['ID'] = 'FireweedShootsItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Tomato'] = {
['Type'] = 'ITEM',
['Name'] = 'Tomato',
['ID'] = 'TomatoItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Basic Salad'] = {
['Name'] = 'Basic Salad',
['ID'] = 'BasicSaladItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MixedVegetableMedleyRecipe'] = {
['Name'] = {
['English'] = "Mixed Vegetable Medley",
['Russian'] = "Сложная овощная смесь",
['German'] = "Gemischtes Gemüsepotpourri",
['French'] = "Assortiment de légumes variés",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Camas Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Camas Bulb',
['ID'] = 'CamasBulbItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Corn'] = {
['Type'] = 'ITEM',
['Name'] = 'Corn',
['ID'] = 'CornItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Vegetable Medley'] = {
['Name'] = 'Vegetable Medley',
['ID'] = 'VegetableMedleyItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MochiRecipe'] = {
['Name'] = {
['English'] = "Mochi",
['Russian'] = "Моти",
['German'] = "Mochi",
['French'] = "Mochi",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cornmeal'] = {
['Type'] = 'ITEM',
['Name'] = 'Cornmeal',
['ID'] = 'CornmealItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Rice Flour'] = {
['Type'] = 'ITEM',
['Name'] = 'Rice Flour',
['ID'] = 'RiceFlourItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Sugar'] = {
['Type'] = 'ITEM',
['Name'] = 'Sugar',
['ID'] = 'SugarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mochi'] = {
['Name'] = 'Mochi',
['ID'] = 'MochiItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ModernAxeRecipe'] = {
['Name'] = {
['English'] = "Modern Axe",
['Russian'] = "Современный топор",
['German'] = "Moderne Axt",
['French'] = "Hache moderne",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '1000',
['RequiredSkill'] = {'BlacksmithSkill','5'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fiberglass'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiberglass',
['ID'] = 'FiberglassItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
['Synthetic Rubber'] = {
['Type'] = 'ITEM',
['Name'] = 'Synthetic Rubber',
['ID'] = 'SyntheticRubberItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Modern Axe'] = {
['Name'] = 'Modern Axe',
['ID'] = 'ModernAxeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ModernDoubleStreetLightRecipe'] = {
['Name'] = {
['English'] = "Modern Double Street Light",
['Russian'] = "Современный двойной уличный фонарь",
['German'] = "Moderne zweiarmige Straßenlaterne",
['French'] = "Lampadaire moderne à deux bras",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '140',
['RequiredSkill'] = {'ElectronicsSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Modern Double Street Light'] = {
['Name'] = 'Modern Double Street Light',
['ID'] = 'ModernDoubleStreetLightItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ModernHammerRecipe'] = {
['Name'] = {
['English'] = "Modern Hammer",
['Russian'] = "Современный молоток",
['German'] = "Moderner Hammer",
['French'] = "Marteau moderne",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '1000',
['RequiredSkill'] = {'BlacksmithSkill','5'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fiberglass'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiberglass',
['ID'] = 'FiberglassItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
['Synthetic Rubber'] = {
['Type'] = 'ITEM',
['Name'] = 'Synthetic Rubber',
['ID'] = 'SyntheticRubberItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Modern Hammer'] = {
['Name'] = 'Modern Hammer',
['ID'] = 'ModernHammerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ModernHoeRecipe'] = {
['Name'] = {
['English'] = "Modern Hoe",
['Russian'] = "Современная тяпка",
['German'] = "Moderne Hacke",
['French'] = "Binette moderne",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '1000',
['RequiredSkill'] = {'BlacksmithSkill','5'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fiberglass'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiberglass',
['ID'] = 'FiberglassItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
['Synthetic Rubber'] = {
['Type'] = 'ITEM',
['Name'] = 'Synthetic Rubber',
['ID'] = 'SyntheticRubberItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Modern Hoe'] = {
['Name'] = 'Modern Hoe',
['ID'] = 'ModernHoeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ModernMacheteRecipe'] = {
['Name'] = {
['English'] = "Modern Machete",
['Russian'] = "Современное мачете",
['German'] = "Moderne Machete",
['French'] = "Machette moderne",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '1000',
['RequiredSkill'] = {'BlacksmithSkill','5'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fiberglass'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiberglass',
['ID'] = 'FiberglassItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
['Synthetic Rubber'] = {
['Type'] = 'ITEM',
['Name'] = 'Synthetic Rubber',
['ID'] = 'SyntheticRubberItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Modern Machete'] = {
['Name'] = 'Modern Machete',
['ID'] = 'ModernMacheteItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ModernPaintSprayerRecipe'] = {
['Name'] = {
['English'] = "Modern Paint Sprayer",
['Russian'] = "Современный распылитель краски",
['German'] = "Modern Paint Sprayer",
['French'] = "Pistolet de peinture moderne",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.1',
['LaborInCalories'] = '1000',
['RequiredSkill'] = {'BlacksmithSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Fiberglass'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiberglass',
['ID'] = 'FiberglassItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Synthetic Rubber'] = {
['Type'] = 'ITEM',
['Name'] = 'Synthetic Rubber',
['ID'] = 'SyntheticRubberItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Modern Paint Sprayer'] = {
['Name'] = 'Modern Paint Sprayer',
['ID'] = 'ModernPaintSprayerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ModernPickaxeRecipe'] = {
['Name'] = {
['English'] = "Modern Pickaxe",
['Russian'] = "Современная кирка",
['German'] = "Moderne Spitzhacke",
['French'] = "Pioche moderne",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '1000',
['RequiredSkill'] = {'BlacksmithSkill','5'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fiberglass'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiberglass',
['ID'] = 'FiberglassItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
['Synthetic Rubber'] = {
['Type'] = 'ITEM',
['Name'] = 'Synthetic Rubber',
['ID'] = 'SyntheticRubberItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Modern Pickaxe'] = {
['Name'] = 'Modern Pickaxe',
['ID'] = 'ModernPickaxeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ModernRockDrillRecipe'] = {
['Name'] = {
['English'] = "Modern Rock Drill",
['Russian'] = "Современный геологический бур",
['German'] = "Moderner Felsbohrer",
['French'] = "Foreuse de roche moderne",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1000',
['RequiredSkill'] = {'BlacksmithSkill','5'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Combustion Engine'] = {
['Type'] = 'ITEM',
['Name'] = 'Combustion Engine',
['ID'] = 'CombustionEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Gear'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Gear',
['ID'] = 'SteelGearItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Synthetic Rubber'] = {
['Type'] = 'ITEM',
['Name'] = 'Synthetic Rubber',
['ID'] = 'SyntheticRubberItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Modern Rock Drill'] = {
['Name'] = 'Modern Rock Drill',
['ID'] = 'ModernRockDrillItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ModernScytheRecipe'] = {
['Name'] = {
['English'] = "Modern Scythe",
['Russian'] = "Современная коса",
['German'] = "Moderne Sense",
['French'] = "Faucille moderne",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '1000',
['RequiredSkill'] = {'BlacksmithSkill','5'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fiberglass'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiberglass',
['ID'] = 'FiberglassItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
['Synthetic Rubber'] = {
['Type'] = 'ITEM',
['Name'] = 'Synthetic Rubber',
['ID'] = 'SyntheticRubberItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Modern Scythe'] = {
['Name'] = 'Modern Scythe',
['ID'] = 'ModernScytheItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ModernShovelRecipe'] = {
['Name'] = {
['English'] = "Modern Shovel",
['Russian'] = "Современная лопата",
['German'] = "Moderne Schaufel",
['French'] = "Pelle moderne",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '1000',
['RequiredSkill'] = {'BlacksmithSkill','5'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fiberglass'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiberglass',
['ID'] = 'FiberglassItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
['Synthetic Rubber'] = {
['Type'] = 'ITEM',
['Name'] = 'Synthetic Rubber',
['ID'] = 'SyntheticRubberItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Modern Shovel'] = {
['Name'] = 'Modern Shovel',
['ID'] = 'ModernShovelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ModernStreetLightRecipe'] = {
['Name'] = {
['English'] = "Modern Street Light",
['Russian'] = "Современный уличный фонарь",
['German'] = "Moderne Straßenlaterne",
['French'] = "Lampadaire moderne",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ElectronicsSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Modern Street Light'] = {
['Name'] = 'Modern Street Light',
['ID'] = 'ModernStreetLightItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ModernUpgrade1Recipe'] = {
['Name'] = {
['English'] = "Modern Upgrade 1",
['Russian'] = "Современное улучшение 1",
['German'] = "Modernes Upgrade 1",
['French'] = "Amélioration moderne nv. 1",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'SelfImprovementSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '10',
['IsStatic'] = 'True',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Modern Upgrade 1'] = {
['Name'] = 'Modern Upgrade 1',
['ID'] = 'ModernUpgradeLvl1Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ModernUpgrade2Recipe'] = {
['Name'] = {
['English'] = "Modern Upgrade 2",
['Russian'] = "Современное улучшение 2",
['German'] = "Modernes Upgrade 2",
['French'] = "Amélioration moderne nv. 2",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'SelfImprovementSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Culinary Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Culinary Research Paper Modern',
['ID'] = 'CulinaryResearchPaperModernItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Modern Upgrade 1'] = {
['Type'] = 'ITEM',
['Name'] = 'Modern Upgrade 1',
['ID'] = 'ModernUpgradeLvl1Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Steel Gear'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Gear',
['ID'] = 'SteelGearItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Modern Upgrade 2'] = {
['Name'] = 'Modern Upgrade 2',
['ID'] = 'ModernUpgradeLvl2Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ModernUpgrade3Recipe'] = {
['Name'] = {
['English'] = "Modern Upgrade 3",
['Russian'] = "Современное улучшение 3",
['German'] = "Modernes Upgrade 3",
['French'] = "Amélioration moderne nv. 3",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'SelfImprovementSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Composite Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Composite Lumber',
['ID'] = 'CompositeLumber',
['Quantity'] = '8',
['IsStatic'] = 'True',
},
['Modern Upgrade 2'] = {
['Type'] = 'ITEM',
['Name'] = 'Modern Upgrade 2',
['ID'] = 'ModernUpgradeLvl2Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '8',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Modern Upgrade 3'] = {
['Name'] = 'Modern Upgrade 3',
['ID'] = 'ModernUpgradeLvl3Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ModernUpgrade4Recipe'] = {
['Name'] = {
['English'] = "Modern Upgrade 4",
['Russian'] = "Современное улучшение 4",
['German'] = "Modernes Upgrade 4",
['French'] = "Amélioration moderne nv. 4",
},
['CraftTime'] = '840',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'SelfImprovementSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
},
['Modern Upgrade 3'] = {
['Type'] = 'ITEM',
['Name'] = 'Modern Upgrade 3',
['ID'] = 'ModernUpgradeLvl3Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '7',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Modern Upgrade 4'] = {
['Name'] = 'Modern Upgrade 4',
['ID'] = 'ModernUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredGraniteBenchRecipe'] = {
['Name'] = {
['English'] = "Mortared Granite Bench",
['Russian'] = "Лавка из строительного гранита",
['German'] = "Granitziegelbank",
['French'] = "Banc en granite cimenté",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Granite',
['ID'] = 'MortaredGraniteItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Granite Bench'] = {
['Name'] = 'Mortared Granite Bench',
['ID'] = 'MortaredGraniteBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredGraniteChairRecipe'] = {
['Name'] = {
['English'] = "Mortared Granite Chair",
['Russian'] = "Стул из строительного гранита",
['German'] = "Granitziegelstuhl",
['French'] = "Chaise en granite cimenté",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Granite',
['ID'] = 'MortaredGraniteItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Granite Chair'] = {
['Name'] = 'Mortared Granite Chair',
['ID'] = 'MortaredGraniteChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredGraniteDoorRecipe'] = {
['Name'] = {
['English'] = "Mortared Granite Door",
['Russian'] = "Дверь из строительного гранита",
['German'] = "Granitziegeltür",
['French'] = "Porte en granite cimenté",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Granite',
['ID'] = 'MortaredGraniteItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Mortared Granite Door'] = {
['Name'] = 'Mortared Granite Door',
['ID'] = 'MortaredGraniteDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredGraniteFireplaceRecipe'] = {
['Name'] = {
['English'] = "Mortared Granite Fireplace",
['Russian'] = "Камин из строительного гранита",
['German'] = "Granitziegel Feuerstelle",
['French'] = "Cheminée en granite cimenté",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MasonrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Granite',
['ID'] = 'MortaredGraniteItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Granite Fireplace'] = {
['Name'] = 'Mortared Granite Fireplace',
['ID'] = 'MortaredGraniteFireplaceItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredGraniteRecipe'] = {
['Name'] = {
['English'] = "Mortared Granite",
['Russian'] = "Строительный гранит",
['German'] = "Ziegel aus Granit",
['French'] = "Granite cimenté",
},
['CraftTime'] = '10',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Granite',
['ID'] = 'GraniteItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Mortar'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortar',
['ID'] = 'MortarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Granite'] = {
['Name'] = 'Mortared Granite',
['ID'] = 'MortaredGraniteItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredGraniteTableRecipe'] = {
['Name'] = {
['English'] = "Mortared Granite Table",
['Russian'] = "Стол из строительного гранита",
['German'] = "Granitziegeltisch",
['French'] = "Table en granite cimenté",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Granite',
['ID'] = 'MortaredGraniteItem',
['Quantity'] = '22',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Granite Table'] = {
['Name'] = 'Mortared Granite Table',
['ID'] = 'MortaredGraniteTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredLimestoneBenchRecipe'] = {
['Name'] = {
['English'] = "Mortared Limestone Bench",
['Russian'] = "Лавка из строительного известняка",
['German'] = "Steinziegelbank aus Kalkstein",
['French'] = "Banc en calcaire cimenté",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Limestone',
['ID'] = 'MortaredLimestoneItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Limestone Bench'] = {
['Name'] = 'Mortared Limestone Bench',
['ID'] = 'MortaredLimestoneBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredLimestoneChairRecipe'] = {
['Name'] = {
['English'] = "Mortared Limestone Chair",
['Russian'] = "Стул из строительного известняка",
['German'] = "Steinziegelstuhl aus Kalkstein",
['French'] = "Chaise en calcaire cimenté",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Limestone',
['ID'] = 'MortaredLimestoneItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Limestone Chair'] = {
['Name'] = 'Mortared Limestone Chair',
['ID'] = 'MortaredLimestoneChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredLimestoneDoorRecipe'] = {
['Name'] = {
['English'] = "Mortared Limestone Door",
['Russian'] = "Дверь из строительного известняка",
['German'] = "Kalksteinziegeltür",
['French'] = "Porte en calcaire cimenté",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Limestone',
['ID'] = 'MortaredLimestoneItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Mortared Limestone Door'] = {
['Name'] = 'Mortared Limestone Door',
['ID'] = 'MortaredLimestoneDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredLimestoneFireplaceRecipe'] = {
['Name'] = {
['English'] = "Mortared Limestone Fireplace",
['Russian'] = "Камин из строительного известняка",
['German'] = "Kalksteinziegel Feuerstelle",
['French'] = "Cheminée en calcaire cimenté",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MasonrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Limestone',
['ID'] = 'MortaredLimestoneItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Limestone Fireplace'] = {
['Name'] = 'Mortared Limestone Fireplace',
['ID'] = 'MortaredLimestoneFireplaceItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredLimestoneRecipe'] = {
['Name'] = {
['English'] = "Mortared Limestone",
['Russian'] = "Строительный известняк",
['German'] = "Ziegel aus Kalkstein",
['French'] = "Calcaire cimenté",
},
['CraftTime'] = '10',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Limestone',
['ID'] = 'LimestoneItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Mortar'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortar',
['ID'] = 'MortarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Limestone'] = {
['Name'] = 'Mortared Limestone',
['ID'] = 'MortaredLimestoneItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredLimestoneTableRecipe'] = {
['Name'] = {
['English'] = "Mortared Limestone Table",
['Russian'] = "Стол из строительного известняка",
['German'] = "Steinziegeltisch Kalkstein",
['French'] = "Table en calcaire cimenté",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Limestone',
['ID'] = 'MortaredLimestoneItem',
['Quantity'] = '22',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Limestone Table'] = {
['Name'] = 'Mortared Limestone Table',
['ID'] = 'MortaredLimestoneTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredSandstoneBenchRecipe'] = {
['Name'] = {
['English'] = "Mortared Sandstone Bench",
['Russian'] = "Лавка из строительного песчаника",
['German'] = "Steinziegelbank aus Sandstein",
['French'] = "Banc en grès cimenté",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Sandstone',
['ID'] = 'MortaredSandstoneItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Sandstone Bench'] = {
['Name'] = 'Mortared Sandstone Bench',
['ID'] = 'MortaredSandstoneBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredSandstoneChairRecipe'] = {
['Name'] = {
['English'] = "Mortared Sandstone Chair",
['Russian'] = "Стул из строительного песчаника",
['German'] = "Steinziegelstuhl aus Sandstein",
['French'] = "Chaise en grès cimenté",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Sandstone',
['ID'] = 'MortaredSandstoneItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Sandstone Chair'] = {
['Name'] = 'Mortared Sandstone Chair',
['ID'] = 'MortaredSandstoneChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredSandstoneDoorRecipe'] = {
['Name'] = {
['English'] = "Mortared Sandstone Door",
['Russian'] = "Дверь из строительного песчаника",
['German'] = "Sandsteinziegeltür",
['French'] = "Porte en grès cimenté",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Sandstone',
['ID'] = 'MortaredSandstoneItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Mortared Sandstone Door'] = {
['Name'] = 'Mortared Sandstone Door',
['ID'] = 'MortaredSandstoneDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredSandstoneFireplaceRecipe'] = {
['Name'] = {
['English'] = "Mortared Sandstone Fireplace",
['Russian'] = "Камин из строительного песчаника",
['German'] = "Sandsteinziegel Feuerstelle",
['French'] = "Cheminée en grès cimenté",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MasonrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Sandstone',
['ID'] = 'MortaredSandstoneItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Sandstone Fireplace'] = {
['Name'] = 'Mortared Sandstone Fireplace',
['ID'] = 'MortaredSandstoneFireplaceItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredSandstoneRecipe'] = {
['Name'] = {
['English'] = "Mortared Sandstone",
['Russian'] = "Строительный песчаник",
['German'] = "Ziegel aus Sandstein",
['French'] = "Grès cimenté",
},
['CraftTime'] = '10',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortar'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortar',
['ID'] = 'MortarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Sandstone',
['ID'] = 'SandstoneItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Sandstone'] = {
['Name'] = 'Mortared Sandstone',
['ID'] = 'MortaredSandstoneItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredSandstoneTableRecipe'] = {
['Name'] = {
['English'] = "Mortared Sandstone Table",
['Russian'] = "Стол из строительного песчаника",
['German'] = "Steinziegeltisch aus Sandstein",
['French'] = "Table en grès cimenté",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Sandstone',
['ID'] = 'MortaredSandstoneItem',
['Quantity'] = '22',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Sandstone Table'] = {
['Name'] = 'Mortared Sandstone Table',
['ID'] = 'MortaredSandstoneTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredStoneBenchRecipe'] = {
['Name'] = {
['English'] = "Mortared Stone Bench",
['Russian'] = "Лавка из строительного камня",
['German'] = "Steinziegelbank",
['French'] = "Banc en pierre cimentée",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Stone Bench'] = {
['Name'] = 'Mortared Stone Bench',
['ID'] = 'MortaredStoneBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredStoneChairRecipe'] = {
['Name'] = {
['English'] = "Mortared Stone Chair",
['Russian'] = "Стул из строительного камня",
['German'] = "Steinziegelstuhl",
['French'] = "Chaise en pierre cimentée",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Stone Chair'] = {
['Name'] = 'Mortared Stone Chair',
['ID'] = 'MortaredStoneChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredStoneDoorRecipe'] = {
['Name'] = {
['English'] = "Mortared Stone Door",
['Russian'] = "Дверь из строительного камня",
['German'] = "Steinziegeltür",
['French'] = "Porte en pierre cimentée",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Mortared Stone Door'] = {
['Name'] = 'Mortared Stone Door',
['ID'] = 'MortaredStoneDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredStoneFireplaceRecipe'] = {
['Name'] = {
['English'] = "Mortared Stone Fireplace",
['Russian'] = "Камин из строительного камня",
['German'] = "Gemörtelter Steinkamin",
['French'] = "Cheminée en pierre cimentée",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MasonrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Stone Fireplace'] = {
['Name'] = 'Mortared Stone Fireplace',
['ID'] = 'MortaredStoneFireplaceItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredStoneRecipe'] = {
['Name'] = {
['English'] = "Mortared Stone",
['Russian'] = "Строительный камень",
['German'] = "Ziegel aus Stein",
['French'] = "Pierre cimentée",
},
['CraftTime'] = '10',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortar'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortar',
['ID'] = 'MortarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Stone'] = {
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStoneItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MortaredStoneTableRecipe'] = {
['Name'] = {
['English'] = "Mortared Stone Table",
['Russian'] = "Стол из строительного камня",
['German'] = "Steinziegeltisch",
['French'] = "Table en pierre cimentée",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '22',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortared Stone Table'] = {
['Name'] = 'Mortared Stone Table',
['ID'] = 'MortaredStoneTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['MushroomMedleyRecipe'] = {
['Name'] = {
['English'] = "Mushroom Medley",
['Russian'] = "Грибное попурри",
['German'] = "Pilzpotpourri",
['French'] = "Assortiment de champignons",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Bolete Mushrooms'] = {
['Type'] = 'ITEM',
['Name'] = 'Bolete Mushrooms',
['ID'] = 'BoleteMushroomsItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Cookeina Mushrooms'] = {
['Type'] = 'ITEM',
['Name'] = 'Cookeina Mushrooms',
['ID'] = 'CookeinaMushroomsItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Crimini Mushrooms'] = {
['Type'] = 'ITEM',
['Name'] = 'Crimini Mushrooms',
['ID'] = 'CriminiMushroomsItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Vegetable Medley'] = {
['Name'] = 'Vegetable Medley',
['ID'] = 'VegetableMedleyItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['NailRecipe'] = {
['Name'] = {
['English'] = "Nail",
['Russian'] = "Гвоздь",
['German'] = "Nagel",
['French'] = "Clou",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'BlacksmithSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Nail'] = {
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '16',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['NitricAcidRecipe'] = {
['Name'] = {
['English'] = "Nitric Acid",
['Russian'] = "Nitric Acid",
['German'] = "Nitric Acid",
['French'] = "Nitric Acid",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'OilDrillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Oil Refinery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Compost Fertilizer'] = {
['Type'] = 'ITEM',
['Name'] = 'Compost Fertilizer',
['ID'] = 'CompostFertilizerItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Crushed Copper Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Copper Ore',
['ID'] = 'CrushedCopperOreItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Nitric Acid'] = {
['Name'] = 'Nitric Acid',
['ID'] = 'NitricAcidItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['NorseAxeRecipe'] = {
['Name'] = {
['English'] = "Norse Axe",
['Russian'] = "Norse Axe",
['German'] = "Norse Axe",
['French'] = "Norse Axe",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '750',
['RequiredSkill'] = {'BlacksmithSkill','3'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Norse Axe'] = {
['Name'] = 'Norse Axe',
['ID'] = 'NorseAxeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['NorseCanoeRecipe'] = {
['Name'] = {
['English'] = "Norse Canoe",
['Russian'] = "Скандинавское Каноэ",
['German'] = "Norse Canoe",
['French'] = "Canoë nordique",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'ShipwrightSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Shipyard',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Small Wooden Ship Frame'] = {
['Type'] = 'ITEM',
['Name'] = 'Small Wooden Ship Frame',
['ID'] = 'SmallWoodenShipFrameItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Wooden Hull Planks'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Hull Planks',
['ID'] = 'WoodenHullPlanksItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wooden Oar'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Oar',
['ID'] = 'WoodenOarItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Norse Canoe'] = {
['Name'] = 'Norse Canoe',
['ID'] = 'NorseCanoeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['NylonCarpetRecipe'] = {
['Name'] = {
['English'] = "Nylon Carpet",
['Russian'] = "Нейлоновый ковер",
['German'] = "Nylonteppich",
['French'] = "Moquette en nylon",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'TailoringSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Nylon Carpet'] = {
['Name'] = 'Nylon Carpet',
['ID'] = 'NylonCarpetItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['NylonFutonBedRecipe'] = {
['Name'] = {
['English'] = "Nylon Futon Bed",
['Russian'] = "Кровать с нейлоновым футоном",
['German'] = "Nylon Futon Bett",
['French'] = "Lit futon en nylon",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '6',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'TailoringSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Steel Spring'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Spring',
['ID'] = 'SteelSpringItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Nylon Futon Bed'] = {
['Name'] = 'Nylon Futon Bed',
['ID'] = 'NylonFutonBedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['NylonFutonCouchRecipe'] = {
['Name'] = {
['English'] = "Nylon Futon Couch",
['Russian'] = "Диван с нейлоновым футоном",
['German'] = "Nylon Futon Couch",
['French'] = "Canapé futon en nylon",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Steel Spring'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Spring',
['ID'] = 'SteelSpringItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Nylon Futon Couch'] = {
['Name'] = 'Nylon Futon Couch',
['ID'] = 'NylonFutonCouchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['NylonMooringRopeRecipe'] = {
['Name'] = {
['English'] = "Nylon Mooring Rope",
['Russian'] = "Нейлоновый причальный канат",
['German'] = "Nylontau",
['French'] = "Corde d'amarrage en nylon",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '220',
['RequiredSkill'] = {'ShipwrightSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nylon Thread'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Thread',
['ID'] = 'NylonThreadItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Nylon Mooring Rope'] = {
['Name'] = 'Nylon Mooring Rope',
['ID'] = 'NylonMooringRopeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['NylonRecipe'] = {
['Name'] = {
['English'] = "Nylon",
['Russian'] = "Нейлон",
['German'] = "Nylon",
['French'] = "Nylon",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'OilDrillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Oil Refinery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Petroleum'] = {
['Type'] = 'ITEM',
['Name'] = 'Petroleum',
['ID'] = 'PetroleumItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Barrel'] = {
['Name'] = 'Barrel',
['ID'] = 'BarrelItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
['Nylon'] = {
['Name'] = 'Nylon',
['ID'] = 'NylonItem',
['Quantity'] = '8',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Sulfur'] = {
['Name'] = 'Sulfur',
['ID'] = 'SulfurItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['NylonThreadRecipe'] = {
['Name'] = {
['English'] = "Nylon Thread",
['Russian'] = "Нейлоновая нить",
['German'] = "Nylonfaden",
['French'] = "Fil de nylon",
},
['CraftTime'] = '45',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Spin Melter',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nylon'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon',
['ID'] = 'NylonItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Nylon Thread'] = {
['Name'] = 'Nylon Thread',
['ID'] = 'NylonThreadItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['NylonTrawlerNetRecipe'] = {
['Name'] = {
['English'] = "Nylon Trawler Net",
['Russian'] = "Нейлоновая сеть Траулера",
['German'] = "Nylon Trawler Net",
['French'] = "Filet de chalutier en nylon",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '200',
['RequiredSkill'] = {'HuntingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fishery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nylon Thread'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Thread',
['ID'] = 'NylonThreadItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Nylon Trawler Net'] = {
['Name'] = 'Nylon Trawler Net',
['ID'] = 'NylonTrawlerNetItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OilDrillingSkillBookRecipe'] = {
['Name'] = {
['English'] = "Oil Drilling Skill Book",
['Russian'] = "Книга о добыче нефти",
['German'] = "Fertigkeitsbuch: Ölbohrung",
['French'] = "Livre de compétence : Forage pétrolier",
},
['CraftTime'] = '1800',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Research'] = {
['Type'] = 'TAG',
['Name'] = 'Advanced Research',
['ID'] = 'Advanced Research',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Agriculture Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Agriculture Research Paper Advanced',
['ID'] = 'AgricultureResearchPaperAdvancedItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Dendrology Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Dendrology Research Paper Modern',
['ID'] = 'DendrologyResearchPaperModernItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Engineering Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Engineering Research Paper Modern',
['ID'] = 'EngineeringResearchPaperModernItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Geology Research Paper Modern'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Modern',
['ID'] = 'GeologyResearchPaperModernItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Oil Drilling Skill Book'] = {
['Name'] = 'Oil Drilling Skill Book',
['ID'] = 'OilDrillingSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OilDrillingUpgradeRecipe'] = {
['Name'] = {
['English'] = "Oil Drilling Upgrade",
['Russian'] = "Улучшение для добычи нефти",
['German'] = "Modernes Upgrade: Ölgewinnung",
['French'] = "Amélioration moderne : Forage pétrolier",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'OilDrillingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Oil Refinery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Modern Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Modern Upgrade 4',
['ID'] = 'ModernUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Oil Drilling Upgrade'] = {
['Name'] = 'Oil Drilling Upgrade',
['ID'] = 'OilDrillingUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OilHeadLampRecipe'] = {
['Name'] = {
['English'] = "Oil Head Lamp",
['Russian'] = "Масляная фара",
['German'] = "Öl-Kopfscheinwerfer",
['French'] = "Lampe à huile frontale",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Oil Head Lamp'] = {
['Name'] = 'Oil Head Lamp',
['ID'] = 'OilHeadLampItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OilPaintRecipe'] = {
['Name'] = {
['English'] = "Oil Paint",
['Russian'] = "Масляная краска",
['German'] = "Ölfarbe",
['French'] = "Peinture à l'huile",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'PaintingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Paint Mixer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Colored Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'Colored Powder',
['ID'] = 'ColoredPowderItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Flaxseed Oil'] = {
['Type'] = 'ITEM',
['Name'] = 'Flaxseed Oil',
['ID'] = 'FlaxseedOilItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Oil Paint'] = {
['Name'] = 'Oil Paint',
['ID'] = 'OilPaintItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OilRecipe'] = {
['Name'] = {
['English'] = "Oil",
['Russian'] = "Масло",
['German'] = "Öl",
['French'] = "Huile",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cereal Germ'] = {
['Type'] = 'ITEM',
['Name'] = 'Cereal Germ',
['ID'] = 'CerealGermItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Oil'] = {
['Name'] = 'Oil',
['ID'] = 'OilItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OilRefineryRecipe'] = {
['Name'] = {
['English'] = "Oil Refinery",
['Russian'] = "Нефтеперерабатывающий завод",
['German'] = "Raffinerie",
['French'] = "Raffinerie de pétrole",
},
['CraftTime'] = '1200',
['ExperienceOnCraft'] = '40',
['LaborInCalories'] = '420',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Boiler'] = {
['Type'] = 'ITEM',
['Name'] = 'Boiler',
['ID'] = 'BoilerItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Copper Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Plate',
['ID'] = 'CopperPlateItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Iron Pipe'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Pipe',
['ID'] = 'IronPipeItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Reinforced Concrete'] = {
['Type'] = 'ITEM',
['Name'] = 'Reinforced Concrete',
['ID'] = 'ReinforcedConcreteItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Oil Refinery'] = {
['Name'] = 'Oil Refinery',
['ID'] = 'OilRefineryItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrangeVaseRecipe'] = {
['Name'] = {
['English'] = "Orange Vase",
['Russian'] = "Оранжевая ваза",
['German'] = "Orangefarbene Vase",
['French'] = "Vase orange",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'GlassworkingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Iron Oxide'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Oxide',
['ID'] = 'IronOxideItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Yellow Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'Yellow Powder',
['ID'] = 'YellowPowderItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Orange Vase'] = {
['Name'] = 'Orange Vase',
['ID'] = 'OrangeVaseItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrchidSeedRecipe'] = {
['Name'] = {
['English'] = "Orchid Seed",
['Russian'] = "Семечко орхидеи",
['German'] = "Samen (Orchidee)",
['French'] = "Graine d’orchidée",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Orchid'] = {
['Type'] = 'ITEM',
['Name'] = 'Orchid',
['ID'] = 'OrchidItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Orchid Seed'] = {
['Name'] = 'Orchid Seed',
['ID'] = 'OrchidSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateCastIronPlaqueRecipe'] = {
['Name'] = {
['English'] = "Ornate Cast Iron Plaque",
['Russian'] = "Изящная чугунная Наградная доска",
['German'] = "Ornate Cast Iron Plaque",
['French'] = "Plaque en fonte ornée",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '80',
['RequiredSkill'] = {'SmeltingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bloomery',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Cast Iron Plaque'] = {
['Type'] = 'ITEM',
['Name'] = 'Cast Iron Plaque',
['ID'] = 'CastIronPlaqueItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Copper Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Plate',
['ID'] = 'CopperPlateItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ornate Cast Iron Plaque'] = {
['Name'] = 'Ornate Cast Iron Plaque',
['ID'] = 'OrnateCastIronPlaqueItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateGoldFrameLandscapeRecipe'] = {
['Name'] = {
['English'] = "Ornate Gold Frame Landscape",
['Russian'] = "Альбомная золотая рамка",
['German'] = "Kunstvoller Goldrahmen: Querformat",
['French'] = "Cadre paysage orné en or",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','6'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ornate Gold Frame Landscape'] = {
['Name'] = 'Ornate Gold Frame Landscape',
['ID'] = 'OrnateGoldFrameLandscapeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateGoldFramePortraitRecipe'] = {
['Name'] = {
['English'] = "Ornate Gold Frame Portrait",
['Russian'] = "Изящная золотая портретная рамка",
['German'] = "Kunstvoller Goldrahmen: Hochformat",
['French'] = "Cadre portrait orné en or",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','6'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ornate Gold Frame Portrait'] = {
['Name'] = 'Ornate Gold Frame Portrait',
['ID'] = 'OrnateGoldFramePortraitItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateGoldFrameSquareRecipe'] = {
['Name'] = {
['English'] = "Ornate Gold Frame Square",
['Russian'] = "Изящная золотая квадратная рамка",
['German'] = "Kunstvoller Goldrahmen: Quadratisch",
['French'] = "Cadre carré orné en or",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','6'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ornate Gold Frame Square'] = {
['Name'] = 'Ornate Gold Frame Square',
['ID'] = 'OrnateGoldFrameSquareItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateGoldFrameTallRecipe'] = {
['Name'] = {
['English'] = "Ornate Gold Frame Tall",
['Russian'] = "Изящная золотая вертикальная рамка",
['German'] = "Kunstvoller Goldrahmen: Hoch",
['French'] = "Cadre grand portrait orné en or",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','6'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ornate Gold Frame Tall'] = {
['Name'] = 'Ornate Gold Frame Tall',
['ID'] = 'OrnateGoldFrameTallItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateGoldFrameWideRecipe'] = {
['Name'] = {
['English'] = "Ornate Gold Frame Wide",
['Russian'] = "Изящная золотая широкая рамка",
['German'] = "Kunstvoller Goldrahmen: Breit",
['French'] = "Cadre grand paysage orné en or",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','6'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ornate Gold Frame Wide'] = {
['Name'] = 'Ornate Gold Frame Wide',
['ID'] = 'OrnateGoldFrameWideItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateIronFrameLandscapeRecipe'] = {
['Name'] = {
['English'] = "Ornate Iron Frame Landscape",
['Russian'] = "Изящная железная панорамная рамка",
['German'] = "Kunstvoller Eisenrahmen: Querformat",
['French'] = "Cadre paysage orné en fer",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','6'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ornate Iron Frame Landscape'] = {
['Name'] = 'Ornate Iron Frame Landscape',
['ID'] = 'OrnateIronFrameLandscapeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateIronFramePortraitRecipe'] = {
['Name'] = {
['English'] = "Ornate Iron Frame Portrait",
['Russian'] = "Изящная железная портретная рамка",
['German'] = "Kunstvoller Eisenrahmen: Hochformat",
['French'] = "Cadre portrait orné en fer",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','6'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ornate Iron Frame Portrait'] = {
['Name'] = 'Ornate Iron Frame Portrait',
['ID'] = 'OrnateIronFramePortraitItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateIronFrameSquareRecipe'] = {
['Name'] = {
['English'] = "Ornate Iron Frame Square",
['Russian'] = "Изящная железная квадратная рамка",
['German'] = "Kunstvoller Eisenrahmen: Quadratisch",
['French'] = "Cadre carré orné en fer",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','6'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ornate Iron Frame Square'] = {
['Name'] = 'Ornate Iron Frame Square',
['ID'] = 'OrnateIronFrameSquareItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateIronFrameTallRecipe'] = {
['Name'] = {
['English'] = "Ornate Iron Frame Tall",
['Russian'] = "Изящная железная высокая рамка",
['German'] = "Kunstvoller Eisenrahmen: Hoch",
['French'] = "Cadre grand portrait orné en fer",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','6'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ornate Iron Frame Tall'] = {
['Name'] = 'Ornate Iron Frame Tall',
['ID'] = 'OrnateIronFrameTallItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateIronFrameWideRecipe'] = {
['Name'] = {
['English'] = "Ornate Iron Frame Wide",
['Russian'] = "Изящная железная широкая рамка",
['German'] = "Kunstvoller Eisenrahmen: Breit",
['French'] = "Cadre grand paysage orné en fer",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'BlacksmithSkill','6'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ornate Iron Frame Wide'] = {
['Name'] = 'Ornate Iron Frame Wide',
['ID'] = 'OrnateIronFrameWideItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateStonePlaqueRecipe'] = {
['Name'] = {
['English'] = "Ornate Stone Plaque",
['Russian'] = "Изящная каменная Наградная доска",
['German'] = "Ornate Stone Plaque",
['French'] = "Plaque en pierre ornée",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '80',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Copper Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Plate',
['ID'] = 'CopperPlateItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Stone Plaque'] = {
['Type'] = 'ITEM',
['Name'] = 'Stone Plaque',
['ID'] = 'StonePlaqueItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Ornate Stone Plaque'] = {
['Name'] = 'Ornate Stone Plaque',
['ID'] = 'OrnateStonePlaqueItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateWoodenFrameLandscapeRecipe'] = {
['Name'] = {
['English'] = "Ornate Wooden Frame Landscape",
['Russian'] = "Изящная деревянная панорамная рамка",
['German'] = "Kunstvoller Holzrahmen: Querformat",
['French'] = "Cadre paysage orné en bois",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ornate Wooden Frame Landscape'] = {
['Name'] = 'Ornate Wooden Frame Landscape',
['ID'] = 'OrnateWoodenFrameLandscapeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateWoodenFramePortraitRecipe'] = {
['Name'] = {
['English'] = "Ornate Wooden Frame Portrait",
['Russian'] = "Изящная деревянная портретная рамка",
['German'] = "Kunstvoller Holzrahmen: Hochformat",
['French'] = "Cadre portrait orné en bois",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ornate Wooden Frame Portrait'] = {
['Name'] = 'Ornate Wooden Frame Portrait',
['ID'] = 'OrnateWoodenFramePortraitItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateWoodenFrameSquareRecipe'] = {
['Name'] = {
['English'] = "Ornate Wooden Frame Square",
['Russian'] = "Изящная деревянная квадртная рамка",
['German'] = "Kunstvoller Holzrahmen: Quadratisch",
['French'] = "Cadre carré orné en bois",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ornate Wooden Frame Square'] = {
['Name'] = 'Ornate Wooden Frame Square',
['ID'] = 'OrnateWoodenFrameSquareItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateWoodenFrameTallRecipe'] = {
['Name'] = {
['English'] = "Ornate Wooden Frame Tall",
['Russian'] = "Изящная деревянная высокая рамка",
['German'] = "Kunstvoller Holzrahmen: Hoch",
['French'] = "Cadre grand portrait orné en bois",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ornate Wooden Frame Tall'] = {
['Name'] = 'Ornate Wooden Frame Tall',
['ID'] = 'OrnateWoodenFrameTallItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateWoodenFrameWideRecipe'] = {
['Name'] = {
['English'] = "Ornate Wooden Frame Wide",
['Russian'] = "Изящная деревянная широкая рамка",
['German'] = "Kunstvoller Holzrahmen: Breit",
['French'] = "Cadre grand paysage orné en bois",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ornate Wooden Frame Wide'] = {
['Name'] = 'Ornate Wooden Frame Wide',
['ID'] = 'OrnateWoodenFrameWideItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrnateWoodPlaqueRecipe'] = {
['Name'] = {
['English'] = "Ornate Wood Plaque",
['Russian'] = "Изящная деревянная Наградная доска",
['German'] = "Ornate Wood Plaque",
['French'] = "Plaque en bois ornée",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '80',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Copper Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Plate',
['ID'] = 'CopperPlateItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Plaque'] = {
['Type'] = 'ITEM',
['Name'] = 'Wood Plaque',
['ID'] = 'WoodPlaqueItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Ornate Wood Plaque'] = {
['Name'] = 'Ornate Wood Plaque',
['ID'] = 'OrnateWoodPlaqueItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OrreryRecipe'] = {
['Name'] = {
['English'] = "Orrery",
['Russian'] = "Orrery",
['German'] = "Orrery",
['French'] = "Orrery",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'BlacksmithSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blacksmith Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Orrery'] = {
['Name'] = 'Orrery',
['ID'] = 'OrreryItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OutpostNettingRecipe'] = {
['Name'] = {
['English'] = "Outpost Netting",
['Russian'] = "Потолочная сетка",
['German'] = "Außenpostennetz",
['French'] = "Stockage d'avant-poste",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'ShipwrightSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hemp Mooring Rope'] = {
['Type'] = 'ITEM',
['Name'] = 'Hemp Mooring Rope',
['ID'] = 'HempMooringRopeItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Outpost Netting'] = {
['Name'] = 'Outpost Netting',
['ID'] = 'OutpostNettingItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['OutpostTableRecipe'] = {
['Name'] = {
['English'] = "Outpost Table",
['Russian'] = "Стол аванпоста",
['German'] = "Außenposten Tisch",
['French'] = "Table d'avant-poste",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Glass Lens'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass Lens',
['ID'] = 'GlassLensItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Outpost Table'] = {
['Name'] = 'Outpost Table',
['ID'] = 'OutpostTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PaddedChairRecipe'] = {
['Name'] = {
['English'] = "Padded Chair",
['Russian'] = "Кресло",
['German'] = "Gepolsterter Stuhl",
['French'] = "Fauteuil",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Padded Chair'] = {
['Name'] = 'Padded Chair',
['ID'] = 'PaddedChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PaintingSkillBookRecipe'] = {
['Name'] = {
['English'] = "Painting Skill Book",
['Russian'] = "Книга о малярном деле",
['German'] = "Painting Skill Book",
['French'] = "Livre de compétence : Peinture",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'BasicEngineeringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Engineering Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Engineering Research Paper Advanced',
['ID'] = 'EngineeringResearchPaperAdvancedItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Gathering Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Gathering Research Paper Basic',
['ID'] = 'GatheringResearchPaperBasicItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Painting Skill Book'] = {
['Name'] = 'Painting Skill Book',
['ID'] = 'PaintingSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PaintingUpgradeRecipe'] = {
['Name'] = {
['English'] = "Painting Upgrade",
['Russian'] = "Улучшение для малярного дела",
['German'] = "Painting Upgrade",
['French'] = "Amélioration : Peinture",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'PaintingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Paint Mixer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Painting Upgrade'] = {
['Name'] = 'Painting Upgrade',
['ID'] = 'PaintingUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PaintMixerRecipe'] = {
['Name'] = {
['English'] = "Paint Mixer",
['Russian'] = "Paint Mixer",
['German'] = "Paint Mixer",
['French'] = "Paint Mixer",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'LoggingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '8',
['IsStatic'] = 'True',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '6',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Paint Mixer'] = {
['Name'] = 'Paint Mixer',
['ID'] = 'PaintMixerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PapayaSeedRecipe'] = {
['Name'] = {
['English'] = "Papaya Seed",
['Russian'] = "Семечко папайи",
['German'] = "Samen (Papaya)",
['French'] = "Graine de papaye",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Papaya'] = {
['Type'] = 'ITEM',
['Name'] = 'Papaya',
['ID'] = 'PapayaItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Papaya Seed'] = {
['Name'] = 'Papaya Seed',
['ID'] = 'PapayaSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PaperMillingSkillBookRecipe'] = {
['Name'] = {
['English'] = "Paper Milling Skill Book",
['Russian'] = "Книга о производстве бумаги",
['German'] = "Fertigkeitsbuch: Papierherstellung",
['French'] = "Livre de compétence : Production de papier",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '2400',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Dendrology Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Dendrology Research Paper Advanced',
['ID'] = 'DendrologyResearchPaperAdvancedItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Gathering Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Gathering Research Paper Basic',
['ID'] = 'GatheringResearchPaperBasicItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Paper Milling Skill Book'] = {
['Name'] = 'Paper Milling Skill Book',
['ID'] = 'PaperMillingSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PaperMillingUpgradeRecipe'] = {
['Name'] = {
['English'] = "Paper Milling Upgrade",
['Russian'] = "Улучшение для производства бумаги",
['German'] = "Fortgeschrittenes Upgrade: Papierherstellung",
['French'] = "Amélioration basique : Production de papier",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'PaperMillingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Paper Machine',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Paper Milling Upgrade'] = {
['Name'] = 'Paper Milling Upgrade',
['ID'] = 'PaperMillingUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PaperRecipe'] = {
['Name'] = {
['English'] = "Paper",
['Russian'] = "Бумага",
['German'] = "Papier",
['French'] = "Papier",
},
['CraftTime'] = '6',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'PaperMillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Paper Machine',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cellulose Fiber'] = {
['Type'] = 'ITEM',
['Name'] = 'Cellulose Fiber',
['ID'] = 'CelluloseFiberItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Paper'] = {
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ParticipationTrophyRecipe'] = {
['Name'] = {
['English'] = "Participation Trophy",
['Russian'] = "Participation Trophy",
['German'] = "Participation Trophy",
['French'] = "Participation Trophy",
},
['CraftTime'] = '420',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Redwood Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Redwood Log',
['ID'] = 'RedwoodLogItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Participation Trophy'] = {
['Name'] = 'Participation Trophy',
['ID'] = 'ParticipationTrophyItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ParticleBoardsRecipe'] = {
['Name'] = {
['English'] = "Particle Boards",
['Russian'] = "Доски из опилок",
['German'] = "Spanplatten",
['French'] = "Planches agglomérées",
},
['CraftTime'] = '10',
['ExperienceOnCraft'] = '0.1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'LoggingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood Pulp'] = {
['Type'] = 'ITEM',
['Name'] = 'Wood Pulp',
['ID'] = 'WoodPulpItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Board'] = {
['Name'] = 'Board',
['ID'] = 'BoardItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PastryDoughRecipe'] = {
['Name'] = {
['English'] = "Pastry Dough",
['Russian'] = "Кондитерские изделия",
['German'] = "Teig",
['French'] = "Pâte à tarte",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fat'] = {
['Type'] = 'TAG',
['Name'] = 'Fat',
['ID'] = 'Fat',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Flour'] = {
['Type'] = 'ITEM',
['Name'] = 'Flour',
['ID'] = 'FlourItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Yeast'] = {
['Type'] = 'ITEM',
['Name'] = 'Yeast',
['ID'] = 'YeastItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Pastry Dough'] = {
['Name'] = 'Pastry Dough',
['ID'] = 'PastryDoughItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PeatCharcoalRecipe'] = {
['Name'] = {
['English'] = "Peat Charcoal",
['Russian'] = "Peat Charcoal",
['German'] = "Peat Charcoal",
['French'] = "Peat Charcoal",
},
['CraftTime'] = '144',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'LoggingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Peat'] = {
['Type'] = 'ITEM',
['Name'] = 'Peat',
['ID'] = 'PeatItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Charcoal'] = {
['Name'] = 'Charcoal',
['ID'] = 'CharcoalItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PeltFertilizerRecipe'] = {
['Name'] = {
['English'] = "Pelt Fertilizer",
['Russian'] = "Удобрение из меха",
['German'] = "Dünger aus Pelz",
['French'] = "Engrais à base de fourrures",
},
['CraftTime'] = '18',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'FertilizersSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fertilizer Filler'] = {
['Type'] = 'TAG',
['Name'] = 'Fertilizer Filler',
['ID'] = 'FertilizerFiller',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Fur Pelt'] = {
['Type'] = 'ITEM',
['Name'] = 'Fur Pelt',
['ID'] = 'FurPeltItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Pelt Fertilizer'] = {
['Name'] = 'Pelt Fertilizer',
['ID'] = 'PeltFertilizerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PeriodicTablePosterRecipe'] = {
['Name'] = {
['English'] = "Periodic Table Poster",
['Russian'] = "Постер с Периодической Таблицей Элементов",
['German'] = "Periodensystem Poster",
['French'] = "Poster du tableau périodique",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.1',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'PaperMillingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Printing Press',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Printing Supplies'] = {
['Type'] = 'ITEM',
['Name'] = 'Printing Supplies',
['ID'] = 'PrintingSuppliesItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Periodic Table Poster'] = {
['Name'] = 'Periodic Table Poster',
['ID'] = 'PeriodicTablePosterItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PetroleumRecipe'] = {
['Name'] = {
['English'] = "Petroleum",
['Russian'] = "Нефть",
['German'] = "Petroleum",
['French'] = "Pétrole",
},
['CraftTime'] = '0',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'OilDrillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Pump Jack',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Barrel'] = {
['Type'] = 'ITEM',
['Name'] = 'Barrel',
['ID'] = 'BarrelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Petroleum'] = {
['Name'] = 'Petroleum',
['ID'] = 'PetroleumItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PhadThaiRecipe'] = {
['Name'] = {
['English'] = "Phad Thai",
['Russian'] = "Пад-тай",
['German'] = "Phad Thai",
['French'] = "Phad Thai",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Acorn'] = {
['Type'] = 'ITEM',
['Name'] = 'Acorn',
['ID'] = 'AcornItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Bean Sprout'] = {
['Type'] = 'ITEM',
['Name'] = 'Bean Sprout',
['ID'] = 'BeanSproutItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Oil'] = {
['Type'] = 'TAG',
['Name'] = 'Oil',
['ID'] = 'Oil',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Prepared Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Prepared Meat',
['ID'] = 'PreparedMeatItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Rice Noodles'] = {
['Type'] = 'ITEM',
['Name'] = 'Rice Noodles',
['ID'] = 'RiceNoodlesItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Sugar'] = {
['Type'] = 'ITEM',
['Name'] = 'Sugar',
['ID'] = 'SugarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Phad Thai'] = {
['Name'] = 'Phad Thai',
['ID'] = 'PhadThaiItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PhosphateFertilizerRecipe'] = {
['Name'] = {
['English'] = "Phosphate Fertilizer",
['Russian'] = "Фосфорное удобрение",
['German'] = "Dünger mit Phosphat",
['French'] = "Engrais à base de phosphate",
},
['CraftTime'] = '18',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'FertilizersSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Limestone',
['ID'] = 'CrushedLimestoneItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Crushed Sulfur'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Sulfur',
['ID'] = 'CrushedSulfurItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Fertilizer Filler'] = {
['Type'] = 'TAG',
['Name'] = 'Fertilizer Filler',
['ID'] = 'FertilizerFiller',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Phosphate Fertilizer'] = {
['Name'] = 'Phosphate Fertilizer',
['ID'] = 'PhosphateFertilizerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PineappleFriendRiceRecipe'] = {
['Name'] = {
['English'] = "Pineapple Friend Rice",
['Russian'] = "Ананас и его друг рис",
['German'] = "Gebratener Reis mit Ananas",
['French'] = "Riz frit à l'ananas",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'AdvancedCookingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kitchen',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Boiled Rice'] = {
['Type'] = 'ITEM',
['Name'] = 'Boiled Rice',
['ID'] = 'BoiledRiceItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Charred Pineapple'] = {
['Type'] = 'ITEM',
['Name'] = 'Charred Pineapple',
['ID'] = 'CharredPineappleItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Scrap Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Pineapple Friend Rice'] = {
['Name'] = 'Pineapple Friend Rice',
['ID'] = 'PineappleFriendRiceItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PineappleSeedRecipe'] = {
['Name'] = {
['English'] = "Pineapple Seed",
['Russian'] = "Семечко ананаса",
['German'] = "Samen (Ananas)",
['French'] = "Graine d'ananas",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Pineapple'] = {
['Type'] = 'ITEM',
['Name'] = 'Pineapple',
['ID'] = 'PineappleItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Pineapple Seed'] = {
['Name'] = 'Pineapple Seed',
['ID'] = 'PineappleSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PirozhokRecipe'] = {
['Name'] = {
['English'] = "Pirozhok",
['Russian'] = "Пирожок",
['German'] = "Pirozhok",
['French'] = "Pirozhok",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'AdvancedBakingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fungus'] = {
['Type'] = 'TAG',
['Name'] = 'Fungus',
['ID'] = 'Fungus',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Pastry Dough'] = {
['Type'] = 'ITEM',
['Name'] = 'Pastry Dough',
['ID'] = 'PastryDoughItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Prepared Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Prepared Meat',
['ID'] = 'PreparedMeatItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Pirozhok'] = {
['Name'] = 'Pirozhok',
['ID'] = 'PirozhokItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PistonRecipe'] = {
['Name'] = {
['English'] = "Piston",
['Russian'] = "Поршень",
['German'] = "Kolben",
['French'] = "Piston",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'Machinist Table',
['CraftingTables'] = 'Screw Press',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Iron Pipe'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Pipe',
['ID'] = 'IronPipeItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Piston'] = {
['Name'] = 'Piston',
['ID'] = 'PistonItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PlantVaseRecipe'] = {
['Name'] = {
['English'] = "Plant Vase",
['Russian'] = "Ваза для растений",
['German'] = "Blumenvase",
['French'] = "Vase fleur",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'GlassworkingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cyan Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'Cyan Powder',
['ID'] = 'CyanPowderItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Iron Oxide'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Oxide',
['ID'] = 'IronOxideItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Plant Vase'] = {
['Name'] = 'Plant Vase',
['ID'] = 'PlantVaseItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PlasticBuoyRecipe'] = {
['Name'] = {
['English'] = "Plastic Buoy",
['Russian'] = "Пластиковый буй",
['German'] = "Boje aus Plastik",
['French'] = "Balise en plastique",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'IndustrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Plastic Buoy'] = {
['Name'] = 'Plastic Buoy',
['ID'] = 'PlasticBuoyItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PlasticOutdoorBenchRecipe'] = {
['Name'] = {
['English'] = "Plastic Outdoor Bench",
['Russian'] = "Пластиковая лавка для улицы",
['German'] = "Plastic Outdoor Bench",
['French'] = "Banc d'extérieur en plastique",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'OilDrillingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Injection Mold Machine',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Plastic Outdoor Bench'] = {
['Name'] = 'Plastic Outdoor Bench',
['ID'] = 'PlasticOutdoorBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PlasticOutdoorChairRecipe'] = {
['Name'] = {
['English'] = "Plastic Outdoor Chair",
['Russian'] = "Пластиковый стул для улицы",
['German'] = "Plastic Outdoor Chair",
['French'] = "Chaise d'extérieur en plastique",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'OilDrillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Injection Mold Machine',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Plastic Outdoor Chair'] = {
['Name'] = 'Plastic Outdoor Chair',
['ID'] = 'PlasticOutdoorChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PlasticOutdoorTableRecipe'] = {
['Name'] = {
['English'] = "Plastic Outdoor Table",
['Russian'] = "Пластиковый стол для улицы",
['German'] = "Plastic Outdoor Table",
['French'] = "Table d'extérieur en plastique",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'OilDrillingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Injection Mold Machine',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Plastic Outdoor Table'] = {
['Name'] = 'Plastic Outdoor Table',
['ID'] = 'PlasticOutdoorTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PlasticRecipe'] = {
['Name'] = {
['English'] = "Plastic",
['Russian'] = "Пластик",
['German'] = "Kunststoff",
['French'] = "Plastique",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'OilDrillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Oil Refinery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Petroleum'] = {
['Type'] = 'ITEM',
['Name'] = 'Petroleum',
['ID'] = 'PetroleumItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Barrel'] = {
['Name'] = 'Barrel',
['ID'] = 'BarrelItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
['Plastic'] = {
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Sulfur'] = {
['Name'] = 'Sulfur',
['ID'] = 'SulfurItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['PlasticUtensilsRecipe'] = {
['Name'] = {
['English'] = "Plastic Utensils",
['Russian'] = "Пластиковая утварь",
['German'] = "Plastic Utensils",
['French'] = "Ustensiles en plastique",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'OilDrillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Injection Mold Machine',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cooking Utensils'] = {
['Name'] = 'Cooking Utensils',
['ID'] = 'CookingUtensilsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PlasticWindowPlanterRecipe'] = {
['Name'] = {
['English'] = "Plastic Window Planter",
['Russian'] = "Пластиковый горшок для окна",
['German'] = "Plastic Window Planter",
['French'] = "Jardinière de fenêtre en plastique",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'FertilizersSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Plastic Window Planter'] = {
['Name'] = 'Plastic Window Planter',
['ID'] = 'PlasticWindowPlanterItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PokeBowlRecipe'] = {
['Name'] = {
['English'] = "Poke Bowl",
['Russian'] = "Поке Боул",
['German'] = "Gemüse-Bowle",
['French'] = "Poke Bowl",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'AdvancedCookingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beans'] = {
['Type'] = 'ITEM',
['Name'] = 'Beans',
['ID'] = 'BeansItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Boiled Rice'] = {
['Type'] = 'ITEM',
['Name'] = 'Boiled Rice',
['ID'] = 'BoiledRiceItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Kelp'] = {
['Type'] = 'ITEM',
['Name'] = 'Kelp',
['ID'] = 'KelpItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Tuna'] = {
['Type'] = 'ITEM',
['Name'] = 'Tuna',
['ID'] = 'TunaItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Poke Bowl'] = {
['Name'] = 'Poke Bowl',
['ID'] = 'PokeBowlItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PolishingPasteRecipe'] = {
['Name'] = {
['English'] = "Polishing Paste",
['Russian'] = "Полировальная паста",
['German'] = "Polierpaste",
['French'] = "Pâte à polir",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'OilDrillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Oil Refinery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Silica'] = {
['Type'] = 'TAG',
['Name'] = 'Silica',
['ID'] = 'Silica',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Polishing Paste'] = {
['Name'] = 'Polishing Paste',
['ID'] = 'PolishingPasteItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PortableSteamEngineRecipe'] = {
['Name'] = {
['English'] = "Portable Steam Engine",
['Russian'] = "Портативный паровой двигатель",
['German'] = "Tragbarer Dampf-Stromgenerator",
['French'] = "Moteur à vapeur portable",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Boiler'] = {
['Type'] = 'ITEM',
['Name'] = 'Boiler',
['ID'] = 'BoilerItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Copper Pipe'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Pipe',
['ID'] = 'CopperPipeItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Iron Gear'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Gear',
['ID'] = 'IronGearItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Piston'] = {
['Type'] = 'ITEM',
['Name'] = 'Piston',
['ID'] = 'PistonItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Portable Steam Engine'] = {
['Name'] = 'Portable Steam Engine',
['ID'] = 'PortableSteamEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PotterySkillBookRecipe'] = {
['Name'] = {
['English'] = "Pottery Skill Book",
['Russian'] = "Книга о гончарном ремесле",
['German'] = "Fertigkeitsbuch: Töpferhandwerk",
['French'] = "Livre de compétence : Poterie",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '2400',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Engineering Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Engineering Research Paper Advanced',
['ID'] = 'EngineeringResearchPaperAdvancedItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Geology Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Advanced',
['ID'] = 'GeologyResearchPaperAdvancedItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Geology Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Basic',
['ID'] = 'GeologyResearchPaperBasicItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Pottery Skill Book'] = {
['Name'] = 'Pottery Skill Book',
['ID'] = 'PotterySkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PotteryTableRecipe'] = {
['Name'] = {
['English'] = "Pottery Table",
['Russian'] = "Гончарный круг",
['German'] = "Töpfertisch",
['French'] = "Table de poterie",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'LoggingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wooden Wheel'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Wheel',
['ID'] = 'WoodenWheelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Pottery Table'] = {
['Name'] = 'Pottery Table',
['ID'] = 'PotteryTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PotteryUpgradeRecipe'] = {
['Name'] = {
['English'] = "Pottery Upgrade",
['Russian'] = "Улучшение для гончарного ремесла",
['German'] = "Fortgeschrittenes Upgrade: Töpfern",
['French'] = "Amélioration avancée : Poterie",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'PotterySkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Pottery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 4',
['ID'] = 'AdvancedUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Pottery Upgrade'] = {
['Name'] = 'Pottery Upgrade',
['ID'] = 'PotteryUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PowderedCreosoteRecipe'] = {
['Name'] = {
['English'] = "Powdered Creosote",
['Russian'] = "Powdered Creosote",
['German'] = "Powdered Creosote",
['French'] = "Pigment de créosote",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Creosote Flower'] = {
['Type'] = 'ITEM',
['Name'] = 'Creosote Flower',
['ID'] = 'CreosoteFlowerItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Yellow Powder'] = {
['Name'] = 'Yellow Powder',
['ID'] = 'YellowPowderItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PoweredCartRecipe'] = {
['Name'] = {
['English'] = "Powered Cart",
['Russian'] = "Повозка с мотором",
['German'] = "Dampfbetriebener Wagen",
['French'] = "Chariot motorisé",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '200',
['RequiredSkill'] = {'BasicEngineeringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Wainwright Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cast Iron Stove'] = {
['Type'] = 'ITEM',
['Name'] = 'Cast Iron Stove',
['ID'] = 'CastIronStoveItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Iron Wheel'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Wheel',
['ID'] = 'IronWheelItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Powered Cart'] = {
['Name'] = 'Powered Cart',
['ID'] = 'PoweredCartItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PoweredStorageSiloRecipe'] = {
['Name'] = {
['English'] = "Powered Storage Silo",
['Russian'] = "Электрическая Силосная башня",
['German'] = "Modernes Lagersilo",
['French'] = "Silo de stockage électrique",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '6',
['LaborInCalories'] = '800',
['RequiredSkill'] = {'IndustrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Circuit',
['ID'] = 'AdvancedCircuitItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Radiator'] = {
['Type'] = 'ITEM',
['Name'] = 'Radiator',
['ID'] = 'RadiatorItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Steel Pipe'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Pipe',
['ID'] = 'SteelPipeItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Powered Storage Silo'] = {
['Name'] = 'Powered Storage Silo',
['ID'] = 'PoweredStorageSiloItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PowerHammerRecipe'] = {
['Name'] = {
['English'] = "Power Hammer",
['Russian'] = "Гидравлический молот",
['German'] = "Power Hammer",
['French'] = "Marteau-pilon",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Plate',
['ID'] = 'CopperPlateItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Power Hammer'] = {
['Name'] = 'Power Hammer',
['ID'] = 'PowerHammerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PreparedMeatRecipe'] = {
['Name'] = {
['English'] = "Prepared Meat",
['Russian'] = "Обработанное мясо",
['German'] = "Vorbereitetes Fleisch",
['French'] = "Viande préparée",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'ButcherySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Raw Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Meat',
['ID'] = 'RawMeatItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Prepared Meat'] = {
['Name'] = 'Prepared Meat',
['ID'] = 'PreparedMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Scrap Meat'] = {
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PricklyPearSeedRecipe'] = {
['Name'] = {
['English'] = "Prickly Pear Seed",
['Russian'] = "Семечко опунции",
['German'] = "Samen (Kaktusfeigen)",
['French'] = "Graine de figue de Barbarie",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Prickly Pear Fruit'] = {
['Type'] = 'ITEM',
['Name'] = 'Prickly Pear Fruit',
['ID'] = 'PricklyPearFruitItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Prickly Pear Seed'] = {
['Name'] = 'Prickly Pear Seed',
['ID'] = 'PricklyPearSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PrimeCutRecipe'] = {
['Name'] = {
['English'] = "Prime Cut",
['Russian'] = "Вырезка",
['German'] = "Filet",
['French'] = "Morceau de choix",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'ButcherySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Raw Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Meat',
['ID'] = 'RawMeatItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Prime Cut'] = {
['Name'] = 'Prime Cut',
['ID'] = 'PrimeCutItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PrimitiveBackpackRecipe'] = {
['Name'] = {
['English'] = "Primitive Backpack",
['Russian'] = "Примитивный рюкзак",
['German'] = "Primitive Backpack",
['French'] = "Sac à dos primitif",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1',
['RequiredSkill'] = {'HuntingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fletching Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Basic Backpack'] = {
['Name'] = 'Basic Backpack',
['ID'] = 'BasicBackpackItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PrintingPressRecipe'] = {
['Name'] = {
['English'] = "Printing Press",
['Russian'] = "Печатный станок",
['German'] = "Druckerpresse",
['French'] = "Presse à imprimer",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'MechanicsSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Piston'] = {
['Type'] = 'ITEM',
['Name'] = 'Piston',
['ID'] = 'PistonItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Printing Press'] = {
['Name'] = 'Printing Press',
['ID'] = 'PrintingPressItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PrintingSuppliesRecipe'] = {
['Name'] = {
['English'] = "Printing Supplies",
['Russian'] = "Набор для печати",
['German'] = "Printing Supplies",
['French'] = "Nécessaire d'impression",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'PaperMillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Paper Machine',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ink'] = {
['Type'] = 'ITEM',
['Name'] = 'Ink',
['ID'] = 'InkItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Printing Supplies'] = {
['Name'] = 'Printing Supplies',
['ID'] = 'PrintingSuppliesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedAcornPowderRecipe'] = {
['Name'] = {
['English'] = "Processed Acorn Powder",
['Russian'] = "Processed Acorn Powder",
['German'] = "Processed Acorn Powder",
['French'] = "Processed Acorn Powder",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'MillingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Acorn'] = {
['Type'] = 'ITEM',
['Name'] = 'Acorn',
['ID'] = 'AcornItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Acorn Powder'] = {
['Name'] = 'Acorn Powder',
['ID'] = 'AcornPowderItem',
['Quantity'] = '6',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedBeanPasteRecipe'] = {
['Name'] = {
['English'] = "Processed Bean Paste",
['Russian'] = "Processed Bean Paste",
['German'] = "Processed Bean Paste",
['French'] = "Processed Bean Paste",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'MillingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beans'] = {
['Type'] = 'ITEM',
['Name'] = 'Beans',
['ID'] = 'BeansItem',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Bean Paste'] = {
['Name'] = 'Bean Paste',
['ID'] = 'BeanPasteItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedBeetSugarRecipe'] = {
['Name'] = {
['English'] = "Processed Beet Sugar",
['Russian'] = "Processed Beet Sugar",
['German'] = "Processed Beet Sugar",
['French'] = "Processed Beet Sugar",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'MillingSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beet'] = {
['Type'] = 'ITEM',
['Name'] = 'Beet',
['ID'] = 'BeetItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sugar'] = {
['Name'] = 'Sugar',
['ID'] = 'SugarItem',
['Quantity'] = '12',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedBluePowderRecipe'] = {
['Name'] = {
['English'] = "Processed Blue Powder",
['Russian'] = "Processed Blue Powder",
['German'] = "Processed Blue Powder",
['French'] = "Processed Blue Powder",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Huckleberries'] = {
['Type'] = 'ITEM',
['Name'] = 'Huckleberries',
['ID'] = 'HuckleberriesItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Blue Powder'] = {
['Name'] = 'Blue Powder',
['ID'] = 'BluePowderItem',
['Quantity'] = '12',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedCamasPasteRecipe'] = {
['Name'] = {
['English'] = "Processed Camas Paste",
['Russian'] = "Processed Camas Paste",
['German'] = "Processed Camas Paste",
['French'] = "Processed Camas Paste",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Camas Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Camas Bulb',
['ID'] = 'CamasBulbItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Camas Paste'] = {
['Name'] = 'Camas Paste',
['ID'] = 'CamasPasteItem',
['Quantity'] = '6',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedCharcoalPowderRecipe'] = {
['Name'] = {
['English'] = "Processed Charcoal Powder",
['Russian'] = "Processed Charcoal Powder",
['German'] = "Processed Charcoal Powder",
['French'] = "Processed Charcoal Powder",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Charcoal'] = {
['Type'] = 'ITEM',
['Name'] = 'Charcoal',
['ID'] = 'CharcoalItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Charcoal Powder'] = {
['Name'] = 'Charcoal Powder',
['ID'] = 'CharcoalPowderItem',
['Quantity'] = '12',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedColoredPowderRecipe'] = {
['Name'] = {
['English'] = "Processed Colored Powder",
['Russian'] = "Processed Colored Powder",
['German'] = "Processed Colored Powder",
['French'] = "Processed Colored Powder",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '55',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Petals'] = {
['Type'] = 'TAG',
['Name'] = 'Petals',
['ID'] = 'Petals',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Colored Powder'] = {
['Name'] = 'Colored Powder',
['ID'] = 'ColoredPowderItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedCopperHydroxideRecipe'] = {
['Name'] = {
['English'] = "Processed Copper Hydroxide",
['Russian'] = "Processed Copper Hydroxide",
['German'] = "Processed Copper Hydroxide",
['French'] = "Processed Copper Hydroxide",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Copper Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Copper Ore',
['ID'] = 'CrushedCopperOreItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Copper Hydroxide'] = {
['Name'] = 'Copper Hydroxide',
['ID'] = 'CopperHydroxideItem',
['Quantity'] = '26',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedCornmealRecipe'] = {
['Name'] = {
['English'] = "Processed Cornmeal",
['Russian'] = "Processed Cornmeal",
['German'] = "Processed Cornmeal",
['French'] = "Processed Cornmeal",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'MillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Corn'] = {
['Type'] = 'ITEM',
['Name'] = 'Corn',
['ID'] = 'CornItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cereal Germ'] = {
['Name'] = 'Cereal Germ',
['ID'] = 'CerealGermItem',
['Quantity'] = '12',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Cornmeal'] = {
['Name'] = 'Cornmeal',
['ID'] = 'CornmealItem',
['Quantity'] = '6',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedCottonseedOilRecipe'] = {
['Name'] = {
['English'] = "Processed Cottonseed Oil",
['Russian'] = "Processed Cottonseed Oil",
['German'] = "Processed Cottonseed Oil",
['French'] = "Processed Cottonseed Oil",
},
['CraftTime'] = '19',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '75',
['RequiredSkill'] = {'MillingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Seed'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Seed',
['ID'] = 'CottonSeedItem',
['Quantity'] = '13',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Oil'] = {
['Name'] = 'Oil',
['ID'] = 'OilItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedCreosoteRecipe'] = {
['Name'] = {
['English'] = "Processed Creosote",
['Russian'] = "Processed Creosote",
['German'] = "Processed Creosote",
['French'] = "Processed Creosote",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Creosote Flower'] = {
['Type'] = 'ITEM',
['Name'] = 'Creosote Flower',
['ID'] = 'CreosoteFlowerItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Yellow Powder'] = {
['Name'] = 'Yellow Powder',
['ID'] = 'YellowPowderItem',
['Quantity'] = '14',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedCyanPowderRecipe'] = {
['Name'] = {
['English'] = "Processed Cyan Powder",
['Russian'] = "Processed Cyan Powder",
['German'] = "Processed Cyan Powder",
['French'] = "Processed Cyan Powder",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Blue Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'Blue Powder',
['ID'] = 'BluePowderItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Copper Hydroxide'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Hydroxide',
['ID'] = 'CopperHydroxideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['White Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'White Powder',
['ID'] = 'WhitePowderItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cyan Powder'] = {
['Name'] = 'Cyan Powder',
['ID'] = 'CyanPowderItem',
['Quantity'] = '12',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedFishOilRecipe'] = {
['Name'] = {
['English'] = "Processed Fish Oil",
['Russian'] = "Processed Fish Oil",
['German'] = "Processed Fish Oil",
['French'] = "Processed Fish Oil",
},
['CraftTime'] = '19',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '75',
['RequiredSkill'] = {'MillingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Raw Fish'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Fish',
['ID'] = 'RawFishItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Oil'] = {
['Name'] = 'Oil',
['ID'] = 'OilItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedFlourRecipe'] = {
['Name'] = {
['English'] = "Processed Flour",
['Russian'] = "Processed Flour",
['German'] = "Processed Flour",
['French'] = "Processed Flour",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'MillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wheat'] = {
['Type'] = 'ITEM',
['Name'] = 'Wheat',
['ID'] = 'WheatItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cereal Germ'] = {
['Name'] = 'Cereal Germ',
['ID'] = 'CerealGermItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Flour'] = {
['Name'] = 'Flour',
['ID'] = 'FlourItem',
['Quantity'] = '6',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedHuckleberryExtractRecipe'] = {
['Name'] = {
['English'] = "Processed Huckleberry Extract",
['Russian'] = "Processed Huckleberry Extract",
['German'] = "Processed Huckleberry Extract",
['French'] = "Processed Huckleberry Extract",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Huckleberries'] = {
['Type'] = 'ITEM',
['Name'] = 'Huckleberries',
['ID'] = 'HuckleberriesItem',
['Quantity'] = '50',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Huckleberry Extract'] = {
['Name'] = 'Huckleberry Extract',
['ID'] = 'HuckleberryExtractItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedIronOxideRecipe'] = {
['Name'] = {
['English'] = "Processed Iron Oxide",
['Russian'] = "Processed Iron Oxide",
['German'] = "Processed Iron Oxide",
['French'] = "Processed Iron Oxide",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Iron Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Iron Ore',
['ID'] = 'CrushedIronOreItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Iron Oxide'] = {
['Name'] = 'Iron Oxide',
['ID'] = 'IronOxideItem',
['Quantity'] = '20',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedMagentaPowderRecipe'] = {
['Name'] = {
['English'] = "Processed Magenta Powder",
['Russian'] = "Processed Magenta Powder",
['German'] = "Processed Magenta Powder",
['French'] = "Processed Magenta Powder",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Urchin'] = {
['Type'] = 'ITEM',
['Name'] = 'Urchin',
['ID'] = 'UrchinItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Magenta Powder'] = {
['Name'] = 'Magenta Powder',
['ID'] = 'MagentaPowderItem',
['Quantity'] = '14',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedOilRecipe'] = {
['Name'] = {
['English'] = "Processed Oil",
['Russian'] = "Processed Oil",
['German'] = "Processed Oil",
['French'] = "Processed Oil",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '75',
['RequiredSkill'] = {'MillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cereal Germ'] = {
['Type'] = 'ITEM',
['Name'] = 'Cereal Germ',
['ID'] = 'CerealGermItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Oil'] = {
['Name'] = 'Oil',
['ID'] = 'OilItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedRiceFlourRecipe'] = {
['Name'] = {
['English'] = "Processed Rice Flour",
['Russian'] = "Processed Rice Flour",
['German'] = "Processed Rice Flour",
['French'] = "Processed Rice Flour",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'MillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rice'] = {
['Type'] = 'ITEM',
['Name'] = 'Rice',
['ID'] = 'RiceItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cereal Germ'] = {
['Name'] = 'Cereal Germ',
['ID'] = 'CerealGermItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Rice Flour'] = {
['Name'] = 'Rice Flour',
['ID'] = 'RiceFlourItem',
['Quantity'] = '6',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedSimpleSyrupRecipe'] = {
['Name'] = {
['English'] = "Processed Simple Syrup",
['Russian'] = "Processed Simple Syrup",
['German'] = "Processed Simple Syrup",
['French'] = "Processed Simple Syrup",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'MillingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Sugar'] = {
['Type'] = 'ITEM',
['Name'] = 'Sugar',
['ID'] = 'SugarItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Simple Syrup'] = {
['Name'] = 'Simple Syrup',
['ID'] = 'SimpleSyrupItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedSugarRecipe'] = {
['Name'] = {
['English'] = "Processed Sugar",
['Russian'] = "Processed Sugar",
['German'] = "Processed Sugar",
['French'] = "Processed Sugar",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'MillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Huckleberries'] = {
['Type'] = 'ITEM',
['Name'] = 'Huckleberries',
['ID'] = 'HuckleberriesItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sugar'] = {
['Name'] = 'Sugar',
['ID'] = 'SugarItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedSunCheeseRecipe'] = {
['Name'] = {
['English'] = "Processed Sun Cheese",
['Russian'] = "Processed Sun Cheese",
['German'] = "Processed Sun Cheese",
['French'] = "Processed Sun Cheese",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'MillingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Oil'] = {
['Type'] = 'TAG',
['Name'] = 'Oil',
['ID'] = 'Oil',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Rice'] = {
['Type'] = 'ITEM',
['Name'] = 'Rice',
['ID'] = 'RiceItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Sunflower Seed'] = {
['Type'] = 'ITEM',
['Name'] = 'Sunflower Seed',
['ID'] = 'SunflowerSeedItem',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
['Yeast'] = {
['Type'] = 'ITEM',
['Name'] = 'Yeast',
['ID'] = 'YeastItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sun Cheese'] = {
['Name'] = 'Sun Cheese',
['ID'] = 'SunCheeseItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedSunflowerOilRecipe'] = {
['Name'] = {
['English'] = "Processed Sunflower Oil",
['Russian'] = "Processed Sunflower Oil",
['German'] = "Processed Sunflower Oil",
['French'] = "Processed Sunflower Oil",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'MillingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Sunflower Seed'] = {
['Type'] = 'ITEM',
['Name'] = 'Sunflower Seed',
['ID'] = 'SunflowerSeedItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Oil'] = {
['Name'] = 'Oil',
['ID'] = 'OilItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedWhitePowderRecipe'] = {
['Name'] = {
['English'] = "Processed White Powder",
['Russian'] = "Processed White Powder",
['German'] = "Processed White Powder",
['French'] = "Processed White Powder",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Trillium Flower'] = {
['Type'] = 'ITEM',
['Name'] = 'Trillium Flower',
['ID'] = 'TrilliumFlowerItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['White Powder'] = {
['Name'] = 'White Powder',
['ID'] = 'WhitePowderItem',
['Quantity'] = '14',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedYeastRecipe'] = {
['Name'] = {
['English'] = "Processed Yeast",
['Russian'] = "Processed Yeast",
['German'] = "Processed Yeast",
['French'] = "Processed Yeast",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'MillingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Sugar'] = {
['Type'] = 'ITEM',
['Name'] = 'Sugar',
['ID'] = 'SugarItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Yeast'] = {
['Name'] = 'Yeast',
['ID'] = 'YeastItem',
['Quantity'] = '6',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcessedYellowPowderRecipe'] = {
['Name'] = {
['English'] = "Processed Yellow Powder",
['Russian'] = "Processed Yellow Powder",
['German'] = "Processed Yellow Powder",
['French'] = "Processed Yellow Powder",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Sunflower'] = {
['Type'] = 'ITEM',
['Name'] = 'Sunflower',
['ID'] = 'SunflowerItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Yellow Powder'] = {
['Name'] = 'Yellow Powder',
['ID'] = 'YellowPowderItem',
['Quantity'] = '14',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ProcesssedFlaxseedOilRecipe'] = {
['Name'] = {
['English'] = "Processsed Flaxseed Oil",
['Russian'] = "Processsed Flaxseed Oil",
['German'] = "Processsed Flaxseed Oil",
['French'] = "Processsed Flaxseed Oil",
},
['CraftTime'] = '19',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'MillingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Industrial Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Flax Seed'] = {
['Type'] = 'ITEM',
['Name'] = 'Flax Seed',
['ID'] = 'FlaxSeedItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Flaxseed Oil'] = {
['Name'] = 'Flaxseed Oil',
['ID'] = 'FlaxseedOilItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PulpFillerRecipe'] = {
['Name'] = {
['English'] = "Pulp Filler",
['Russian'] = "Древесный наполнитель",
['German'] = "Füller aus Holzspähnen",
['French'] = "Charge renforçante boisée",
},
['CraftTime'] = '18',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'FertilizersSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Dirt'] = {
['Type'] = 'ITEM',
['Name'] = 'Dirt',
['ID'] = 'DirtItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wood Pulp'] = {
['Type'] = 'ITEM',
['Name'] = 'Wood Pulp',
['ID'] = 'WoodPulpItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Pulp Filler'] = {
['Name'] = 'Pulp Filler',
['ID'] = 'PulpFillerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PumpJackRecipe'] = {
['Name'] = {
['English'] = "Pump Jack",
['Russian'] = "Нефтяная вышка",
['German'] = "Ölbohrturm",
['French'] = "Chevalet de pompage",
},
['CraftTime'] = '1200',
['ExperienceOnCraft'] = '25',
['LaborInCalories'] = '72',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Piston'] = {
['Type'] = 'ITEM',
['Name'] = 'Piston',
['ID'] = 'PistonItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Reinforced Concrete'] = {
['Type'] = 'ITEM',
['Name'] = 'Reinforced Concrete',
['ID'] = 'ReinforcedConcreteItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Pump Jack'] = {
['Name'] = 'Pump Jack',
['ID'] = 'PumpJackItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PumpkinSeedRecipe'] = {
['Name'] = {
['English'] = "Pumpkin Seed",
['Russian'] = "Семечко тыквы",
['German'] = "Samen (Kürbis)",
['French'] = "Graine de citrouille",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Pumpkin'] = {
['Type'] = 'ITEM',
['Name'] = 'Pumpkin',
['ID'] = 'PumpkinItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Pumpkin Seed'] = {
['Name'] = 'Pumpkin Seed',
['ID'] = 'PumpkinSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PupusasRecipe'] = {
['Name'] = {
['English'] = "Pupusas",
['Russian'] = "Пупусас",
['German'] = "Pupusas",
['French'] = "Pupusas",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beans'] = {
['Type'] = 'ITEM',
['Name'] = 'Beans',
['ID'] = 'BeansItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Cornmeal'] = {
['Type'] = 'ITEM',
['Name'] = 'Cornmeal',
['ID'] = 'CornmealItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Sun Cheese'] = {
['Type'] = 'ITEM',
['Name'] = 'Sun Cheese',
['ID'] = 'SunCheeseItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Tomato'] = {
['Type'] = 'ITEM',
['Name'] = 'Tomato',
['ID'] = 'TomatoItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Pupusas'] = {
['Name'] = 'Pupusas',
['ID'] = 'PupusasItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['PurpleVaseRecipe'] = {
['Name'] = {
['English'] = "Purple Vase",
['Russian'] = "Фиолетовая ваза",
['German'] = "Lila Vase",
['French'] = "Vase violet",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'GlassworkingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Blue Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'Blue Powder',
['ID'] = 'BluePowderItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Iron Oxide'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Oxide',
['ID'] = 'IronOxideItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Purple Vase'] = {
['Name'] = 'Purple Vase',
['ID'] = 'PurpleVaseItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['QuicklimeGlassRecipe'] = {
['Name'] = {
['English'] = "Quicklime Glass",
['Russian'] = "Стекло из негашеной извести",
['German'] = "Glas aus Branntkalk",
['French'] = "Verre en chaux vive",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'GlassworkingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Quicklime'] = {
['Type'] = 'ITEM',
['Name'] = 'Quicklime',
['ID'] = 'QuicklimeItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Sand'] = {
['Type'] = 'ITEM',
['Name'] = 'Sand',
['ID'] = 'SandItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Glass'] = {
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['QuicklimeRecipe'] = {
['Name'] = {
['English'] = "Quicklime",
['Russian'] = "Оксид кальция",
['German'] = "Branntkalk",
['French'] = "Chaux vive",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.1',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blast Furnace',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Limestone',
['ID'] = 'CrushedLimestoneItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Quicklime'] = {
['Name'] = 'Quicklime',
['ID'] = 'QuicklimeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RadiatorRecipe'] = {
['Name'] = {
['English'] = "Radiator",
['Russian'] = "Радиатор",
['German'] = "Kühler",
['French'] = "Radiateur",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '35',
['RequiredSkill'] = {'IndustrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Stamping Press',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Heat Sink'] = {
['Type'] = 'ITEM',
['Name'] = 'Heat Sink',
['ID'] = 'HeatSinkItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Radiator'] = {
['Name'] = 'Radiator',
['ID'] = 'RadiatorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RainforestFruitSaladRecipe'] = {
['Name'] = {
['English'] = "Rainforest Fruit Salad",
['Russian'] = "Тропический фруктовый салат",
['German'] = "Regenwaldfruchtsalat",
['French'] = "Salade de fruits de la jungle",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Papaya'] = {
['Type'] = 'ITEM',
['Name'] = 'Papaya',
['ID'] = 'PapayaItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Pineapple'] = {
['Type'] = 'ITEM',
['Name'] = 'Pineapple',
['ID'] = 'PineappleItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Fruit Salad'] = {
['Name'] = 'Fruit Salad',
['ID'] = 'FruitSaladItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RainforestSaladRecipe'] = {
['Name'] = {
['English'] = "Rainforest Salad",
['Russian'] = "Тропический салат",
['German'] = "Regenwaldsalat",
['French'] = "Salade de la jungle",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Bolete Mushrooms'] = {
['Type'] = 'ITEM',
['Name'] = 'Bolete Mushrooms',
['ID'] = 'BoleteMushroomsItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Papaya'] = {
['Type'] = 'ITEM',
['Name'] = 'Papaya',
['ID'] = 'PapayaItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Taro Root'] = {
['Type'] = 'ITEM',
['Name'] = 'Taro Root',
['ID'] = 'TaroRootItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Basic Salad'] = {
['Name'] = 'Basic Salad',
['ID'] = 'BasicSaladItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RawBaconRecipe'] = {
['Name'] = {
['English'] = "Raw Bacon",
['Russian'] = "Сырой бекон",
['German'] = "Roher Speck",
['French'] = "Bacon cru",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'ButcherySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Raw Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Meat',
['ID'] = 'RawMeatItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Raw Bacon'] = {
['Name'] = 'Raw Bacon',
['ID'] = 'RawBaconItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Scrap Meat'] = {
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RawRoastRecipe'] = {
['Name'] = {
['English'] = "Raw Roast",
['Russian'] = "Мясо для жаркого",
['German'] = "Roher Braten",
['French'] = "Rôti cru",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'ButcherySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Raw Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Meat',
['ID'] = 'RawMeatItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Raw Roast'] = {
['Name'] = 'Raw Roast',
['ID'] = 'RawRoastItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Scrap Meat'] = {
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RawSausageRecipe'] = {
['Name'] = {
['English'] = "Raw Sausage",
['Russian'] = "Сырая сарделька",
['German'] = "Rohe Wurst",
['French'] = "Saucisse crue",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'ButcherySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Scrap Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Raw Sausage'] = {
['Name'] = 'Raw Sausage',
['ID'] = 'RawSausageItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RealEstateDeskRecipe'] = {
['Name'] = {
['English'] = "Real Estate Desk",
['Russian'] = "Стол риелтора",
['German'] = "Grundbesitztisch",
['French'] = "Bureau immobilier",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Linen Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Linen Fabric',
['ID'] = 'LinenFabricItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Real Estate Desk'] = {
['Name'] = 'Real Estate Desk',
['ID'] = 'RealEstateDeskItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RebarRecipe'] = {
['Name'] = {
['English'] = "Rebar",
['Russian'] = "Арматура",
['German'] = "Bewehrungsstahl",
['French'] = "Barre d'armature",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'AdvancedSmeltingSkill','2'},
['RequiresModule'] = 'Power Hammer',
['CraftingTables'] = 'Blast Furnace',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Rebar'] = {
['Name'] = 'Rebar',
['ID'] = 'RebarItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RecurveBowRecipe'] = {
['Name'] = {
['English'] = "Recurve Bow",
['Russian'] = "Изогнутый лук",
['German'] = "Recurvebogen",
['French'] = "Arc recourbé",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '750',
['RequiredSkill'] = {'HuntingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fletching Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Linen Yarn'] = {
['Type'] = 'ITEM',
['Name'] = 'Linen Yarn',
['ID'] = 'LinenYarnItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Recurve Bow'] = {
['Name'] = 'Recurve Bow',
['ID'] = 'RecurveBowItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RecycleHewnLogRecipe'] = {
['Name'] = {
['English'] = "Recycle Hewn Log",
['Russian'] = "Переработать тёсаные бревна",
['German'] = "Massivholz wiederverwerten",
['French'] = "Recyclage de rondins taillés",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'LoggingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wood Pulp'] = {
['Name'] = 'Wood Pulp',
['ID'] = 'WoodPulpItem',
['Quantity'] = '10',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RedVaseRecipe'] = {
['Name'] = {
['English'] = "Red Vase",
['Russian'] = "Красная ваза",
['German'] = "Rote Vase",
['French'] = "Vase rouge",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'GlassworkingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Iron Oxide'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Oxide',
['ID'] = 'IronOxideItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Red Vase'] = {
['Name'] = 'Red Vase',
['ID'] = 'RedVaseItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RedwoodsPosterRecipe'] = {
['Name'] = {
['English'] = "Redwoods Poster",
['Russian'] = "Постер с секвойями",
['German'] = "Redwoods Poster",
['French'] = "Poster de séquoias",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.1',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'PaperMillingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Printing Press',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Printing Supplies'] = {
['Type'] = 'ITEM',
['Name'] = 'Printing Supplies',
['ID'] = 'PrintingSuppliesItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Redwoods Poster'] = {
['Name'] = 'Redwoods Poster',
['ID'] = 'RedwoodsPosterItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RefineHeartOfPalmRecipe'] = {
['Name'] = {
['English'] = "Refine Heart Of Palm",
['Russian'] = "Вырезать сердцевину пальмы",
['German'] = "Refine Heart Of Palm",
['French'] = "Cœur de palmier carbonisé",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'GatheringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fiber Scutching Station',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Palm Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Palm Log',
['ID'] = 'PalmLogItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Heart Of Palm'] = {
['Name'] = 'Heart Of Palm',
['ID'] = 'HeartOfPalmItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Wood Pulp'] = {
['Name'] = 'Wood Pulp',
['ID'] = 'WoodPulpItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RefineTallowRecipe'] = {
['Name'] = {
['English'] = "Refine Tallow",
['Russian'] = "Переработать жир",
['German'] = "Talg aufbereiten",
['French'] = "Affiner le suif",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'AdvancedCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Tallow'] = {
['Type'] = 'ITEM',
['Name'] = 'Tallow',
['ID'] = 'TallowItem',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Oil'] = {
['Name'] = 'Oil',
['ID'] = 'OilItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RefrigeratedDisplayCabinetRecipe'] = {
['Name'] = {
['English'] = "Refrigerated Display Cabinet",
['Russian'] = "Refrigerated Display Cabinet",
['German'] = "Refrigerated Display Cabinet",
['French'] = "Refrigerated Display Cabinet",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '14',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '50',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Refrigerated Display Cabinet'] = {
['Name'] = 'Refrigerated Display Cabinet',
['ID'] = 'RefrigeratedDisplayCabinetItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RefrigeratorRecipe'] = {
['Name'] = {
['English'] = "Refrigerator",
['Russian'] = "Холодильник",
['German'] = "Kühlschrank",
['French'] = "Réfrigérateur",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '6',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'IndustrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Radiator'] = {
['Type'] = 'ITEM',
['Name'] = 'Radiator',
['ID'] = 'RadiatorItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Refrigerator'] = {
['Name'] = 'Refrigerator',
['ID'] = 'RefrigeratorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RegistrarRecipe'] = {
['Name'] = {
['English'] = "Registrar",
['Russian'] = "Регистратор",
['German'] = "Registrar",
['French'] = "Registre",
},
['CraftTime'] = '1500',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '150',
['RequiredSkill'] = {'LoggingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
['Iron Ore'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Ore',
['ID'] = 'IronOreItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Registrar'] = {
['Name'] = 'Registrar',
['ID'] = 'RegistrarItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ReinforcedConcreteRecipe'] = {
['Name'] = {
['English'] = "Reinforced Concrete",
['Russian'] = "Железобетон",
['German'] = "Stahlbeton",
['French'] = "Béton armé",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cement Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cement'] = {
['Type'] = 'ITEM',
['Name'] = 'Cement',
['ID'] = 'CementItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Crushed Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Crushed Rock',
['ID'] = 'CrushedRock',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Rebar'] = {
['Type'] = 'ITEM',
['Name'] = 'Rebar',
['ID'] = 'RebarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Sand'] = {
['Type'] = 'ITEM',
['Name'] = 'Sand',
['ID'] = 'SandItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Reinforced Concrete'] = {
['Name'] = 'Reinforced Concrete',
['ID'] = 'ReinforcedConcreteItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RemoteDetonatorRecipe'] = {
['Name'] = {
['English'] = "Remote Detonator",
['Russian'] = "Remote Detonator",
['German'] = "Remote Detonator",
['French'] = "Remote Detonator",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '250',
['RequiredSkill'] = {'ElectronicsSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Circuit',
['ID'] = 'AdvancedCircuitItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Fiberglass'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiberglass',
['ID'] = 'FiberglassItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Remote Detonator'] = {
['Name'] = 'Remote Detonator',
['ID'] = 'RemoteDetonatorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RenderFatRecipe'] = {
['Name'] = {
['English'] = "Render Fat",
['Russian'] = "Вытопить жир",
['German'] = "Fett auslassen",
['French'] = "Affiner la graisse",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'CampfireCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Scrap Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tallow'] = {
['Name'] = 'Tallow',
['ID'] = 'TallowItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ResearchTableRecipe'] = {
['Name'] = {
['English'] = "Research Table",
['Russian'] = "Стол для исследований",
['German'] = "Forschungstisch",
['French'] = "Table de recherche",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '250',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Research Table'] = {
['Name'] = 'Research Table',
['ID'] = 'ResearchTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RiceFlourRecipe'] = {
['Name'] = {
['English'] = "Rice Flour",
['Russian'] = "Рисовая мука",
['German'] = "Reismehl",
['French'] = "Farine de riz",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rice'] = {
['Type'] = 'ITEM',
['Name'] = 'Rice',
['ID'] = 'RiceItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cereal Germ'] = {
['Name'] = 'Cereal Germ',
['ID'] = 'CerealGermItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Rice Flour'] = {
['Name'] = 'Rice Flour',
['ID'] = 'RiceFlourItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RiceMortarRecipe'] = {
['Name'] = {
['English'] = "Rice Mortar",
['Russian'] = "Раствор из риса",
['German'] = "Reismörtel",
['French'] = "Mortier de riz",
},
['CraftTime'] = '6',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rice'] = {
['Type'] = 'ITEM',
['Name'] = 'Rice',
['ID'] = 'RiceItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortar'] = {
['Name'] = 'Mortar',
['ID'] = 'MortarItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RiceNoodlesRecipe'] = {
['Name'] = {
['English'] = "Rice Noodles",
['Russian'] = "Рисовая лапша",
['German'] = "Reisnudeln",
['French'] = "Nouilles de riz",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rice Flour'] = {
['Type'] = 'ITEM',
['Name'] = 'Rice Flour',
['ID'] = 'RiceFlourItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Rice Noodles'] = {
['Name'] = 'Rice Noodles',
['ID'] = 'RiceNoodlesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RivetRecipe'] = {
['Name'] = {
['English'] = "Rivet",
['Russian'] = "Заклёпка",
['German'] = "Niete",
['French'] = "Rivet",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '85',
['RequiredSkill'] = {'AdvancedSmeltingSkill','2'},
['RequiresModule'] = 'Power Hammer',
['CraftingTables'] = 'Blast Furnace',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Rivet'] = {
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RoastPumpkinRecipe'] = {
['Name'] = {
['English'] = "Roast Pumpkin",
['Russian'] = "Жареная тыква",
['German'] = "Gerösteter Kürbis",
['French'] = "Citrouille cuite",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Pumpkin'] = {
['Type'] = 'ITEM',
['Name'] = 'Pumpkin',
['ID'] = 'PumpkinItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Sugar'] = {
['Type'] = 'ITEM',
['Name'] = 'Sugar',
['ID'] = 'SugarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Roast Pumpkin'] = {
['Name'] = 'Roast Pumpkin',
['ID'] = 'RoastPumpkinItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RoboticAssemblyLineRecipe'] = {
['Name'] = {
['English'] = "Robotic Assembly Line",
['Russian'] = "Роботизированная сборочная линия",
['German'] = "Robotische Fertigungsstraße",
['French'] = "Ligne de montage robotisée",
},
['CraftTime'] = '4500',
['ExperienceOnCraft'] = '30',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'ElectronicsSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cement'] = {
['Type'] = 'ITEM',
['Name'] = 'Cement',
['ID'] = 'CementItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Electric Motor'] = {
['Type'] = 'ITEM',
['Name'] = 'Electric Motor',
['ID'] = 'ElectricMotorItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Servo'] = {
['Type'] = 'ITEM',
['Name'] = 'Servo',
['ID'] = 'ServoItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Robotic Assembly Line'] = {
['Name'] = 'Robotic Assembly Line',
['ID'] = 'RoboticAssemblyLineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RockerBoxRecipe'] = {
['Name'] = {
['English'] = "Rocker Box",
['Russian'] = "Вашгерд",
['German'] = "Bergbau-Waschtisch",
['French'] = "Rampe de lavage",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'BasicEngineeringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Rocker Box'] = {
['Name'] = 'Rocker Box',
['ID'] = 'RockerBoxItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RollingMillRecipe'] = {
['Name'] = {
['English'] = "Rolling Mill",
['Russian'] = "Прокатный стан",
['German'] = "Walzwerk",
['French'] = "Laminoir",
},
['CraftTime'] = '1200',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'MechanicsSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Rolling Mill'] = {
['Name'] = 'Rolling Mill',
['ID'] = 'RollingMillItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RootCampfireSaladRecipe'] = {
['Name'] = {
['English'] = "Root Campfire Salad",
['Russian'] = "Салат из корнеплодов на костре",
['German'] = "Lagerfeuer Wurzelsalat",
['French'] = "Salade de racines cuite au feu de camp",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Camas Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Camas Bulb',
['ID'] = 'CamasBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Greens'] = {
['Type'] = 'TAG',
['Name'] = 'Greens',
['ID'] = 'Greens',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Taro Root'] = {
['Type'] = 'ITEM',
['Name'] = 'Taro Root',
['ID'] = 'TaroRootItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Root Campfire Salad'] = {
['Name'] = 'Root Campfire Salad',
['ID'] = 'RootCampfireSaladItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RootCampfireStewRecipe'] = {
['Name'] = {
['English'] = "Root Campfire Stew",
['Russian'] = "Рагу из корнеплодов на костре",
['German'] = "Lagerfeuer Wurzeleintopf",
['French'] = "Ragoût de racines cuit au feu de camp",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beet'] = {
['Type'] = 'ITEM',
['Name'] = 'Beet',
['ID'] = 'BeetItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Camas Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Camas Bulb',
['ID'] = 'CamasBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Fat'] = {
['Type'] = 'TAG',
['Name'] = 'Fat',
['ID'] = 'Fat',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Flour'] = {
['Type'] = 'ITEM',
['Name'] = 'Flour',
['ID'] = 'FlourItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Scrap Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Root Campfire Stew'] = {
['Name'] = 'Root Campfire Stew',
['ID'] = 'RootCampfireStewItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RoseSeedRecipe'] = {
['Name'] = {
['English'] = "Rose Seed",
['Russian'] = "Rose Seed",
['German'] = "Rose Seed",
['French'] = "Rose Seed",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rose'] = {
['Type'] = 'ITEM',
['Name'] = 'Rose',
['ID'] = 'RoseItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Rose Seed'] = {
['Name'] = 'Rose Seed',
['ID'] = 'RoseSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RotatingCubeRecipe'] = {
['Name'] = {
['English'] = "Rotating Cube",
['Russian'] = "Rotating Cube",
['German'] = "Rotating Cube",
['French'] = "Rotating Cube",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'BlacksmithSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blacksmith Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Rotating Cube'] = {
['Name'] = 'Rotating Cube',
['ID'] = 'RotatingCubeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RoundPotRecipe'] = {
['Name'] = {
['English'] = "Round Pot",
['Russian'] = "Круглый горшок",
['German'] = "Blumentopf (rund)",
['French'] = "Pot rond",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'PotterySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Pottery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Round Pot'] = {
['Name'] = 'Round Pot',
['ID'] = 'PlanterPotRoundItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RubberWheelRecipe'] = {
['Name'] = {
['English'] = "Rubber Wheel",
['Russian'] = "Резиновое колесо",
['German'] = "Gummirad",
['French'] = "Roue en caoutchouc",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '3.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'IndustrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Lathe',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Sulfur'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Sulfur',
['ID'] = 'CrushedSulfurItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Synthetic Rubber'] = {
['Type'] = 'ITEM',
['Name'] = 'Synthetic Rubber',
['ID'] = 'SyntheticRubberItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Rubber Wheel'] = {
['Name'] = 'Rubber Wheel',
['ID'] = 'RubberWheelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RugLargeRecipe'] = {
['Name'] = {
['English'] = "Rug Large",
['Russian'] = "Большой ковёр",
['German'] = "Großer Teppich",
['French'] = "Grand tapis",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cellulose Fiber'] = {
['Type'] = 'ITEM',
['Name'] = 'Cellulose Fiber',
['ID'] = 'CelluloseFiberItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Wool Yarn'] = {
['Type'] = 'ITEM',
['Name'] = 'Wool Yarn',
['ID'] = 'WoolYarnItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Rug Large'] = {
['Name'] = 'Rug Large',
['ID'] = 'RugLargeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RugMediumRecipe'] = {
['Name'] = {
['English'] = "Rug Medium",
['Russian'] = "Средний ковёр",
['German'] = "Mittelgroßer Teppich",
['French'] = "Tapis moyen",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cellulose Fiber'] = {
['Type'] = 'ITEM',
['Name'] = 'Cellulose Fiber',
['ID'] = 'CelluloseFiberItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wool Yarn'] = {
['Type'] = 'ITEM',
['Name'] = 'Wool Yarn',
['ID'] = 'WoolYarnItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Rug Medium'] = {
['Name'] = 'Rug Medium',
['ID'] = 'RugMediumItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RugSmallRecipe'] = {
['Name'] = {
['English'] = "Rug Small",
['Russian'] = "Маленький ковёр",
['German'] = "Kleiner Teppich",
['French'] = "Petit tapis",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wool Yarn'] = {
['Type'] = 'ITEM',
['Name'] = 'Wool Yarn',
['ID'] = 'WoolYarnItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Rug Small'] = {
['Name'] = 'Rug Small',
['ID'] = 'RugSmallItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RunningShoesRecipe'] = {
['Name'] = {
['English'] = "Running Shoes",
['Russian'] = "Беговые кеды",
['German'] = "Laufschuhe",
['French'] = "Chaussures de course",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Running Shoes'] = {
['Name'] = 'Running Shoes',
['ID'] = 'RunningShoesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['RusticWindowPlanterRecipe'] = {
['Name'] = {
['English'] = "Rustic Window Planter",
['Russian'] = "Деревенский горшок для окна",
['German'] = "Rustic Window Planter",
['French'] = "Jardinière de fenêtre rustique",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'FertilizersSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Rustic Window Planter'] = {
['Name'] = 'Rustic Window Planter',
['ID'] = 'RusticWindowPlanterItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SaltBasketRecipe'] = {
['Name'] = {
['English'] = "Salt Basket",
['Russian'] = "Корзина с солью",
['German'] = "Salzkorb",
['French'] = "Panier de sel",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'FarmingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Salt Basket'] = {
['Name'] = 'Salt Basket',
['ID'] = 'SaltBasketItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SandalsRecipe'] = {
['Name'] = {
['English'] = "Sandals",
['Russian'] = "Сандалии",
['German'] = "Sandalen",
['French'] = "Sandales",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '150',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sandals'] = {
['Name'] = 'Sandals',
['ID'] = 'SandalsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SandConcentrateLv2Recipe'] = {
['Name'] = {
['English'] = "Sand Concentrate Lv2",
['Russian'] = "Получить песок Ур.2",
['German'] = "Sand Lv2",
['French'] = "Concentré de sable nv. 2",
},
['CraftTime'] = '42',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'MiningSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Screening Machine',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Silica'] = {
['Type'] = 'TAG',
['Name'] = 'Silica',
['ID'] = 'Silica',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sand'] = {
['Name'] = 'Sand',
['ID'] = 'SandItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SandConcentrateLv3Recipe'] = {
['Name'] = {
['English'] = "Sand Concentrate Lv3",
['Russian'] = "Получить песок Ур.3",
['German'] = "Sand Lv3",
['French'] = "Concentré de sable nv. 3",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '150',
['RequiredSkill'] = {'MiningSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sensor Based Belt Sorter',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Silica'] = {
['Type'] = 'TAG',
['Name'] = 'Silica',
['ID'] = 'Silica',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sand'] = {
['Name'] = 'Sand',
['ID'] = 'SandItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SandConcentrateRecipe'] = {
['Name'] = {
['English'] = "Sand Concentrate",
['Russian'] = "Получить песок",
['German'] = "Sand",
['French'] = "Concentré de sable",
},
['CraftTime'] = '42',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rocker Box',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Silica'] = {
['Type'] = 'TAG',
['Name'] = 'Silica',
['ID'] = 'Silica',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sand'] = {
['Name'] = 'Sand',
['ID'] = 'SandItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SavedTheWorldAchievementTrophyRecipe'] = {
['Name'] = {
['English'] = "Saved The World Achievement Trophy",
['Russian'] = "Saved The World Achievement Trophy",
['German'] = "Saved The World Achievement Trophy",
['French'] = "Saved The World Achievement Trophy",
},
['CraftTime'] = '420',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Granite',
['ID'] = 'GraniteItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Redwood Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Redwood Log',
['ID'] = 'RedwoodLogItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Saved The World Achievement Trophy'] = {
['Name'] = 'Saved The World Achievement Trophy',
['ID'] = 'SavedTheWorldAchievementTrophyItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SawBoardsRecipe'] = {
['Name'] = {
['English'] = "Saw Boards",
['Russian'] = "Пилить доски",
['German'] = "Holzbretter",
['French'] = "Scier des planches",
},
['CraftTime'] = '10',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Board'] = {
['Name'] = 'Board',
['ID'] = 'BoardItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SawHardwoodBoardsRecipe'] = {
['Name'] = {
['English'] = "Saw Hardwood Boards",
['Russian'] = "Напилить досок из лиственных пород",
['German'] = "Hartholzbretter sägen",
['French'] = "Scier des planches de bois dur",
},
['CraftTime'] = '10',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood',
['ID'] = 'Hardwood',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Hardwood Board'] = {
['Name'] = 'Hardwood Board',
['ID'] = 'HardwoodBoardItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SawmillRecipe'] = {
['Name'] = {
['English'] = "Sawmill",
['Russian'] = "Лесопилка",
['German'] = "Sägewerk",
['French'] = "Scierie",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'BlacksmithSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blacksmith Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Iron Saw Blade'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Saw Blade',
['ID'] = 'IronSawBladeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sawmill'] = {
['Name'] = 'Sawmill',
['ID'] = 'SawmillItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SawSoftwoodBoardsRecipe'] = {
['Name'] = {
['English'] = "Saw Softwood Boards",
['Russian'] = "Напилить досок из хвойных пород дерева",
['German'] = "Bretter aus Weichholz sägen",
['French'] = "Scier des planches de bois tendre",
},
['CraftTime'] = '10',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Softwood'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood',
['ID'] = 'Softwood',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Softwood Board'] = {
['Name'] = 'Softwood Board',
['ID'] = 'SoftwoodBoardItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ScarecrowRecipe'] = {
['Name'] = {
['English'] = "Scarecrow",
['Russian'] = "Пугало",
['German'] = "Vogelscheuche",
['French'] = "Épouvantail",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '35',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Scarecrow'] = {
['Name'] = 'Scarecrow',
['ID'] = 'ScarecrowItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ScorpionRecipe'] = {
['Name'] = {
['English'] = "Scorpion",
['Russian'] = "Scorpion",
['German'] = "Scorpion",
['French'] = "Scorpion",
},
['CraftTime'] = '1200',
['ExperienceOnCraft'] = '24',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'IndustrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Combustion Engine'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Combustion Engine',
['ID'] = 'AdvancedCombustionEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Radiator'] = {
['Type'] = 'ITEM',
['Name'] = 'Radiator',
['ID'] = 'RadiatorItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Rubber Wheel'] = {
['Type'] = 'ITEM',
['Name'] = 'Rubber Wheel',
['ID'] = 'RubberWheelItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Steel Axle'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Axle',
['ID'] = 'SteelAxleItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Steel Spring'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Spring',
['ID'] = 'SteelSpringItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Scorpion'] = {
['Name'] = 'Scorpion',
['ID'] = 'ScorpionItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ScrapMeatRecipe'] = {
['Name'] = {
['English'] = "Scrap Meat",
['Russian'] = "Мясные обрезки",
['German'] = "Fleischreste",
['French'] = "Restes de viande",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'ButcherySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Raw Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Meat',
['ID'] = 'RawMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Scrap Meat'] = {
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ScrapToolRecipe'] = {
['Name'] = {
['English'] = "Scrap Tool",
['Russian'] = "Мусор",
['German'] = "Scrap Tool",
['French'] = "Outil inutilisable",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Tool'] = {
['Type'] = 'TAG',
['Name'] = 'Tool',
['ID'] = 'Tool',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Garbage'] = {
['Name'] = 'Garbage',
['ID'] = 'GarbageItem',
['Quantity'] = '0.1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ScreeningMachineRecipe'] = {
['Name'] = {
['English'] = "Screening Machine",
['Russian'] = "Вибрационный сортировщик",
['German'] = "Siebmaschine",
['French'] = "Machine de criblage",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'MechanicsSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
['Iron Gear'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Gear',
['ID'] = 'IronGearItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Screening Machine'] = {
['Name'] = 'Screening Machine',
['ID'] = 'ScreeningMachineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ScrewPressRecipe'] = {
['Name'] = {
['English'] = "Screw Press",
['Russian'] = "Винтовой пресс",
['German'] = "Spindelpresse",
['French'] = "Presse à vis",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Screw Press'] = {
['Name'] = 'Screw Press',
['ID'] = 'ScrewPressItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ScrewsRecipe'] = {
['Name'] = {
['English'] = "Screws",
['Russian'] = "Винты",
['German'] = "Schrauben",
['French'] = "Vis",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'Machinist Table',
['CraftingTables'] = 'Lathe',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Screws'] = {
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SearedMeatRecipe'] = {
['Name'] = {
['English'] = "Seared Meat",
['Russian'] = "Обжаренное мясо",
['German'] = "Kurz angebratenes Fleisch",
['French'] = "Viande poêlée",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'AdvancedCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Infused Oil'] = {
['Type'] = 'ITEM',
['Name'] = 'Infused Oil',
['ID'] = 'InfusedOilItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Prime Cut'] = {
['Type'] = 'ITEM',
['Name'] = 'Prime Cut',
['ID'] = 'PrimeCutItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Seared Meat'] = {
['Name'] = 'Seared Meat',
['ID'] = 'SearedMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SeededCamasRollRecipe'] = {
['Name'] = {
['English'] = "Seeded Camas Roll",
['Russian'] = "Ролл с семенами Камассии",
['German'] = "Bestreute Prärielilienrolle",
['French'] = "Rouleau aux graines de camassia",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'AdvancedCookingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kitchen',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Boiled Rice'] = {
['Type'] = 'ITEM',
['Name'] = 'Boiled Rice',
['ID'] = 'BoiledRiceItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Camas Paste'] = {
['Type'] = 'ITEM',
['Name'] = 'Camas Paste',
['ID'] = 'CamasPasteItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Fiddleheads'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiddleheads',
['ID'] = 'FiddleheadsItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Kelp'] = {
['Type'] = 'ITEM',
['Name'] = 'Kelp',
['ID'] = 'KelpItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Seeded Camas Roll'] = {
['Name'] = 'Seeded Camas Roll',
['ID'] = 'SeededCamasRollItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SensorBasedBeltSorterRecipe'] = {
['Name'] = {
['English'] = "Sensor Based Belt Sorter",
['Russian'] = "Сенсорный конвейерный сортировщик",
['German'] = "Sensorenbasierter Gürtelsortierer",
['French'] = "Rampe de tri à détecteurs",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '6',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'IndustrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Circuit',
['ID'] = 'AdvancedCircuitItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Electric Motor'] = {
['Type'] = 'ITEM',
['Name'] = 'Electric Motor',
['ID'] = 'ElectricMotorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
['Steel Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Gearbox',
['ID'] = 'SteelGearboxItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sensor Based Belt Sorter'] = {
['Name'] = 'Sensor Based Belt Sorter',
['ID'] = 'SensorBasedBeltSorterItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SensuousSeaPizzaRecipe'] = {
['Name'] = {
['English'] = "Sensuous Sea Pizza",
['Russian'] = "Морская Пицца",
['German'] = "Pizza di Mare Fantastico",
['French'] = "Pizza sensuelle de la mer",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'AdvancedBakingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Kelp'] = {
['Type'] = 'ITEM',
['Name'] = 'Kelp',
['ID'] = 'KelpItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Leavened Dough'] = {
['Type'] = 'ITEM',
['Name'] = 'Leavened Dough',
['ID'] = 'LeavenedDoughItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Raw Fish'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Fish',
['ID'] = 'RawFishItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Sun Cheese'] = {
['Type'] = 'ITEM',
['Name'] = 'Sun Cheese',
['ID'] = 'SunCheeseItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Tomato'] = {
['Type'] = 'ITEM',
['Name'] = 'Tomato',
['ID'] = 'TomatoItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sensuous Sea Pizza'] = {
['Name'] = 'Sensuous Sea Pizza',
['ID'] = 'SensuousSeaPizzaItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ServoRecipe'] = {
['Name'] = {
['English'] = "Servo",
['Russian'] = "Сервопривод",
['German'] = "Servomotor",
['French'] = "Servomoteur",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MechanicsSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Fiberglass'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiberglass',
['ID'] = 'FiberglassItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Servo'] = {
['Name'] = 'Servo',
['ID'] = 'ServoItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SettlementCraftingTableRecipe'] = {
['Name'] = {
['English'] = "Settlement Crafting Table",
['Russian'] = "Стол создания поселения",
['German'] = "Settlement Crafting Table",
['French'] = "Établi de la colonie",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Settlement Crafting Table'] = {
['Name'] = 'Settlement Crafting Table',
['ID'] = 'SettlementCraftingTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShaleBrickRecipe'] = {
['Name'] = {
['English'] = "Shale Brick",
['Russian'] = "Сланцевый кирпич",
['German'] = "Lehmziegel mit Schiefer",
['French'] = "Brique de schiste",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '200',
['RequiredSkill'] = {'PotterySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Pottery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Crushed Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Shale',
['ID'] = 'CrushedShaleItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Sand'] = {
['Type'] = 'ITEM',
['Name'] = 'Sand',
['ID'] = 'SandItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wooden Mold'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Mold',
['ID'] = 'WoodenMoldItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wet Brick'] = {
['Name'] = 'Wet Brick',
['ID'] = 'WetBrickItem',
['Quantity'] = '8',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Wooden Mold'] = {
['Name'] = 'Wooden Mold',
['ID'] = 'WoodenMoldItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['ShaperRecipe'] = {
['Name'] = {
['English'] = "Shaper",
['Russian'] = "Строгальный станок",
['German'] = "Fräsmaschine",
['French'] = "Étau limeur",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'Screw Press',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
['Piston'] = {
['Type'] = 'ITEM',
['Name'] = 'Piston',
['ID'] = 'PistonItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Shaper'] = {
['Name'] = 'Shaper',
['ID'] = 'ShaperItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SharkFilletSoupRecipe'] = {
['Name'] = {
['English'] = "Shark Fillet Soup",
['Russian'] = "Суп из филе акулы",
['German'] = "Suppe aus Haifilet",
['French'] = "Soupe d'ailerons de requin",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Blue Shark'] = {
['Type'] = 'ITEM',
['Name'] = 'Blue Shark',
['ID'] = 'BlueSharkItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Meat Stock'] = {
['Type'] = 'ITEM',
['Name'] = 'Meat Stock',
['ID'] = 'MeatStockItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Shark Fillet Soup'] = {
['Name'] = 'Shark Fillet Soup',
['ID'] = 'SharkFilletSoupItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SharpeningSteelRecipe'] = {
['Name'] = {
['English'] = "Sharpening Steel",
['Russian'] = "Стальной точильный брусок",
['German'] = "Sharpening Steel",
['French'] = "Acier d'affûtage",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'BlacksmithSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sharpening Steel'] = {
['Name'] = 'Sharpening Steel',
['ID'] = 'SharpeningSteelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SheepMountRecipe'] = {
['Name'] = {
['English'] = "Sheep Mount",
['Russian'] = "Голова барана",
['German'] = "Ausgestopftes Bergschaf",
['French'] = "Trophée de mouflon",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'HuntingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Bighorn Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Bighorn Carcass',
['ID'] = 'BighornCarcassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sheep Mount'] = {
['Name'] = 'Sheep Mount',
['ID'] = 'SheepMountItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShelfCabinetRecipe'] = {
['Name'] = {
['English'] = "Shelf Cabinet",
['Russian'] = "Сервант",
['German'] = "Regalschrank",
['French'] = "Étagères",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '14',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Shelf Cabinet'] = {
['Name'] = 'Shelf Cabinet',
['ID'] = 'ShelfCabinetItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShipwrightAdvancedUpgradeRecipe'] = {
['Name'] = {
['English'] = "Shipwright Advanced Upgrade",
['Russian'] = "Продвинутое улучшение для кораблестроения",
['German'] = "Fortgeschrittenes Werft-Upgrade",
['French'] = "Amélioration avancée : Construction navale",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'ShipwrightSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Medium Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 4',
['ID'] = 'AdvancedUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Shipwright Advanced Upgrade'] = {
['Name'] = 'Shipwright Advanced Upgrade',
['ID'] = 'ShipwrightAdvancedUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShipwrightBasicUpgradeRecipe'] = {
['Name'] = {
['English'] = "Shipwright Basic Upgrade",
['Russian'] = "Базовое улучшение для кораблестроения",
['German'] = "Grundlegendes Werft-Upgrade",
['French'] = "Amélioration basique : Construction navale",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'ShipwrightSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Shipwright Basic Upgrade'] = {
['Name'] = 'Shipwright Basic Upgrade',
['ID'] = 'ShipwrightBasicUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShipwrightHatRecipe'] = {
['Name'] = {
['English'] = "Shipwright Hat",
['Russian'] = "Фуражка кораблестроителя",
['German'] = "Schiffsbauer-Hut",
['French'] = "Ensemble de charpentier naval : Chapeau",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Shipwright Hat'] = {
['Name'] = 'Shipwright Hat',
['ID'] = 'ShipwrightHatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShipwrightOverallsRecipe'] = {
['Name'] = {
['English'] = "Shipwright Overalls",
['Russian'] = "Комбинезон кораблестроителя",
['German'] = "Shipwright Overalls",
['French'] = "Ensemble de charpentier naval : Salopette",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Shipwright Overalls'] = {
['Name'] = 'Shipwright Overalls',
['ID'] = 'ShipwrightOverallsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShipwrightSandalsRecipe'] = {
['Name'] = {
['English'] = "Shipwright Sandals",
['Russian'] = "Сандалии кораблестроителя",
['German'] = "Schiffsbauer-Sandalen",
['French'] = "Ensemble de charpentier naval : Sandales",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Shipwright Sandals'] = {
['Name'] = 'Shipwright Sandals',
['ID'] = 'ShipwrightSandalsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShipwrightShirtRecipe'] = {
['Name'] = {
['English'] = "Shipwright Shirt",
['Russian'] = "Тельняшка",
['German'] = "Schiffsbauer-Oberteil",
['French'] = "Ensemble de charpentier naval : Chemise",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Shipwright Shirt'] = {
['Name'] = 'Shipwright Shirt',
['ID'] = 'ShipwrightShirtItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShipwrightSignRecipe'] = {
['Name'] = {
['English'] = "Shipwright Sign",
['Russian'] = "Вывеска кораблестроителя",
['German'] = "Schiffszimmermannschild",
['French'] = "Enseigne du charpentier naval",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Store Sign'] = {
['Type'] = 'ITEM',
['Name'] = 'Store Sign',
['ID'] = 'StoreSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Shipwright Sign'] = {
['Name'] = 'Shipwright Sign',
['ID'] = 'ShipwrightSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShipwrightSkillBookRecipe'] = {
['Name'] = {
['English'] = "Shipwright Skill Book",
['Russian'] = "Книга о кораблестроении",
['German'] = "Fähigkeitsbuch: Schiffsbau",
['French'] = "Livre de compétence : Construction navale",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '2400',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Dendrology Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Dendrology Research Paper Basic',
['ID'] = 'DendrologyResearchPaperBasicItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Gathering Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Gathering Research Paper Basic',
['ID'] = 'GatheringResearchPaperBasicItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Shipwright Skill Book'] = {
['Name'] = 'Shipwright Skill Book',
['ID'] = 'ShipwrightSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShojiDoorRecipe'] = {
['Name'] = {
['English'] = "Shoji Door",
['Russian'] = "Shoji Door",
['German'] = "Shoji Door",
['French'] = "Shoji Door",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '80',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '8',
['IsStatic'] = 'True',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '8',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Shoji Door'] = {
['Name'] = 'Shoji Door',
['ID'] = 'ShojiDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShortBasicHardwoodShelfRecipe'] = {
['Name'] = {
['English'] = "Short Basic Hardwood Shelf",
['Russian'] = "Short Basic Hardwood Shelf",
['German'] = "Short Basic Hardwood Shelf",
['French'] = "Short Basic Hardwood Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Board',
['ID'] = 'HardwoodBoardItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Short Basic Hardwood Shelf'] = {
['Name'] = 'Short Basic Hardwood Shelf',
['ID'] = 'ShortBasicHardwoodShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShortBasicSoftwoodShelfRecipe'] = {
['Name'] = {
['English'] = "Short Basic Softwood Shelf",
['Russian'] = "Short Basic Softwood Shelf",
['German'] = "Short Basic Softwood Shelf",
['French'] = "Short Basic Softwood Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Softwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Board',
['ID'] = 'SoftwoodBoardItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Short Basic Softwood Shelf'] = {
['Name'] = 'Short Basic Softwood Shelf',
['ID'] = 'ShortBasicSoftwoodShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShortBasicWoodShelfRecipe'] = {
['Name'] = {
['English'] = "Short Basic Wood Shelf",
['Russian'] = "Short Basic Wood Shelf",
['German'] = "Short Basic Wood Shelf",
['French'] = "Short Basic Wood Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Short Basic Wood Shelf'] = {
['Name'] = 'Short Basic Wood Shelf',
['ID'] = 'ShortBasicWoodShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShortCurvedHardwoodVeneerShelfRecipe'] = {
['Name'] = {
['English'] = "Short Curved Hardwood Veneer Shelf",
['Russian'] = "Short Curved Hardwood Veneer Shelf",
['German'] = "Short Curved Hardwood Veneer Shelf",
['French'] = "Short Curved Hardwood Veneer Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood Lumber',
['ID'] = 'HardwoodLumber',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Short Curved Hardwood Veneer Shelf'] = {
['Name'] = 'Short Curved Hardwood Veneer Shelf',
['ID'] = 'ShortCurvedHardwoodVeneerShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShortCurvedSoftwoodVeneerShelfRecipe'] = {
['Name'] = {
['English'] = "Short Curved Softwood Veneer Shelf",
['Russian'] = "Short Curved Softwood Veneer Shelf",
['German'] = "Short Curved Softwood Veneer Shelf",
['French'] = "Short Curved Softwood Veneer Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Softwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood Lumber',
['ID'] = 'SoftwoodLumber',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Short Curved Softwood Veneer Shelf'] = {
['Name'] = 'Short Curved Softwood Veneer Shelf',
['ID'] = 'ShortCurvedSoftwoodVeneerShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShortCurvedWoodVeneerShelfRecipe'] = {
['Name'] = {
['English'] = "Short Curved Wood Veneer Shelf",
['Russian'] = "Short Curved Wood Veneer Shelf",
['German'] = "Short Curved Wood Veneer Shelf",
['French'] = "Short Curved Wood Veneer Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Short Curved Wood Veneer Shelf'] = {
['Name'] = 'Short Curved Wood Veneer Shelf',
['ID'] = 'ShortCurvedWoodVeneerShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShortFloatingHardwoodShelfRecipe'] = {
['Name'] = {
['English'] = "Short Floating Hardwood Shelf",
['Russian'] = "Short Floating Hardwood Shelf",
['German'] = "Short Floating Hardwood Shelf",
['French'] = "Short Floating Hardwood Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Board',
['ID'] = 'HardwoodBoardItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Short Floating Hardwood Shelf'] = {
['Name'] = 'Short Floating Hardwood Shelf',
['ID'] = 'ShortFloatingHardwoodShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShortFloatingSoftwoodShelfRecipe'] = {
['Name'] = {
['English'] = "Short Floating Softwood Shelf",
['Russian'] = "Short Floating Softwood Shelf",
['German'] = "Short Floating Softwood Shelf",
['French'] = "Short Floating Softwood Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Softwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Board',
['ID'] = 'SoftwoodBoardItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Short Floating Softwood Shelf'] = {
['Name'] = 'Short Floating Softwood Shelf',
['ID'] = 'ShortFloatingSoftwoodShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShortFloatingWoodShelfRecipe'] = {
['Name'] = {
['English'] = "Short Floating Wood Shelf",
['Russian'] = "Short Floating Wood Shelf",
['German'] = "Short Floating Wood Shelf",
['French'] = "Short Floating Wood Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Short Floating Wood Shelf'] = {
['Name'] = 'Short Floating Wood Shelf',
['ID'] = 'ShortFloatingWoodShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShortHardwoodVeneerShelfRecipe'] = {
['Name'] = {
['English'] = "Short Hardwood Veneer Shelf",
['Russian'] = "Short Hardwood Veneer Shelf",
['German'] = "Short Hardwood Veneer Shelf",
['French'] = "Short Hardwood Veneer Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood Lumber',
['ID'] = 'HardwoodLumber',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Short Hardwood Veneer Shelf'] = {
['Name'] = 'Short Hardwood Veneer Shelf',
['ID'] = 'ShortHardwoodVeneerShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShortSoftwoodVeneerShelfRecipe'] = {
['Name'] = {
['English'] = "Short Softwood Veneer Shelf",
['Russian'] = "Short Softwood Veneer Shelf",
['German'] = "Short Softwood Veneer Shelf",
['French'] = "Short Softwood Veneer Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Softwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood Lumber',
['ID'] = 'SoftwoodLumber',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Short Softwood Veneer Shelf'] = {
['Name'] = 'Short Softwood Veneer Shelf',
['ID'] = 'ShortSoftwoodVeneerShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShortsRecipe'] = {
['Name'] = {
['English'] = "Shorts",
['Russian'] = "Шорты",
['German'] = "Kurze Hose",
['French'] = "Short",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Shorts'] = {
['Name'] = 'Shorts',
['ID'] = 'ShortsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShortSteelShelfRecipe'] = {
['Name'] = {
['English'] = "Short Steel Shelf",
['Russian'] = "Short Steel Shelf",
['German'] = "Short Steel Shelf",
['French'] = "Short Steel Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedSmeltingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rolling Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Short Steel Shelf'] = {
['Name'] = 'Short Steel Shelf',
['ID'] = 'ShortSteelShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShortThinHardwoodVeneerShelfRecipe'] = {
['Name'] = {
['English'] = "Short Thin Hardwood Veneer Shelf",
['Russian'] = "Short Thin Hardwood Veneer Shelf",
['German'] = "Short Thin Hardwood Veneer Shelf",
['French'] = "Short Thin Hardwood Veneer Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood Lumber',
['ID'] = 'HardwoodLumber',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Short Thin Hardwood Veneer Shelf'] = {
['Name'] = 'Short Thin Hardwood Veneer Shelf',
['ID'] = 'ShortThinHardwoodVeneerShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShortThinSoftwoodVeneerShelfRecipe'] = {
['Name'] = {
['English'] = "Short Thin Softwood Veneer Shelf",
['Russian'] = "Short Thin Softwood Veneer Shelf",
['German'] = "Short Thin Softwood Veneer Shelf",
['French'] = "Short Thin Softwood Veneer Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Softwood Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood Lumber',
['ID'] = 'SoftwoodLumber',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Short Thin Softwood Veneer Shelf'] = {
['Name'] = 'Short Thin Softwood Veneer Shelf',
['ID'] = 'ShortThinSoftwoodVeneerShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShortThinWoodVeneerShelfRecipe'] = {
['Name'] = {
['English'] = "Short Thin Wood Veneer Shelf",
['Russian'] = "Short Thin Wood Veneer Shelf",
['German'] = "Short Thin Wood Veneer Shelf",
['French'] = "Short Thin Wood Veneer Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Short Thin Wood Veneer Shelf'] = {
['Name'] = 'Short Thin Wood Veneer Shelf',
['ID'] = 'ShortThinWoodVeneerShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShortWoodVeneerShelfRecipe'] = {
['Name'] = {
['English'] = "Short Wood Veneer Shelf",
['Russian'] = "Short Wood Veneer Shelf",
['German'] = "Short Wood Veneer Shelf",
['French'] = "Short Wood Veneer Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CompositesSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Short Wood Veneer Shelf'] = {
['Name'] = 'Short Wood Veneer Shelf',
['ID'] = 'ShortWoodVeneerShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShredKelpRecipe'] = {
['Name'] = {
['English'] = "Shred Kelp",
['Russian'] = "Нарезать ламинарию",
['German'] = "Seetang zerkleinern",
['French'] = "Effilocher le varech",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'HuntingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fishery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Kelp'] = {
['Type'] = 'ITEM',
['Name'] = 'Kelp',
['ID'] = 'KelpItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Plant Fibers'] = {
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '7',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ShuckClamsRecipe'] = {
['Name'] = {
['English'] = "Shuck Clams",
['Russian'] = "Очистить моллюсков",
['German'] = "Muscheln öffnen",
['French'] = "Ouvrir les palourdes",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'HuntingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fishery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clam'] = {
['Type'] = 'ITEM',
['Name'] = 'Clam',
['ID'] = 'ClamItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Raw Fish'] = {
['Name'] = 'Raw Fish',
['ID'] = 'RawFishItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SimmeredMeatRecipe'] = {
['Name'] = {
['English'] = "Simmered Meat",
['Russian'] = "Тушёное мясо",
['German'] = "Geschmortes Fleisch",
['French'] = "Viande mijotée",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Meat Stock'] = {
['Type'] = 'ITEM',
['Name'] = 'Meat Stock',
['ID'] = 'MeatStockItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Prepared Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Prepared Meat',
['ID'] = 'PreparedMeatItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Simmered Meat'] = {
['Name'] = 'Simmered Meat',
['ID'] = 'SimmeredMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SimpleSyrupRecipe'] = {
['Name'] = {
['English'] = "Simple Syrup",
['Russian'] = "Простой сироп",
['German'] = "Zuckersirup",
['French'] = "Sirop simple",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Sugar'] = {
['Type'] = 'ITEM',
['Name'] = 'Sugar',
['ID'] = 'SugarItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Simple Syrup'] = {
['Name'] = 'Simple Syrup',
['ID'] = 'SimpleSyrupItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SinkRecipe'] = {
['Name'] = {
['English'] = "Sink",
['Russian'] = "Раковина",
['German'] = "Spüle",
['French'] = "Évier",
},
['CraftTime'] = '480',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '110',
['RequiredSkill'] = {'MechanicsSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sink'] = {
['Name'] = 'Sink',
['ID'] = 'SinkItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SkidSteerRecipe'] = {
['Name'] = {
['English'] = "Skid Steer",
['Russian'] = "Погрузчик",
['German'] = "Kompaktlader",
['French'] = "Bulldozer",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '24',
['LaborInCalories'] = '2500',
['RequiredSkill'] = {'IndustrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Combustion Engine'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Combustion Engine',
['ID'] = 'AdvancedCombustionEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Radiator'] = {
['Type'] = 'ITEM',
['Name'] = 'Radiator',
['ID'] = 'RadiatorItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Rubber Wheel'] = {
['Type'] = 'ITEM',
['Name'] = 'Rubber Wheel',
['ID'] = 'RubberWheelItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Steel Axle'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Axle',
['ID'] = 'SteelAxleItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
['Steel Spring'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Spring',
['ID'] = 'SteelSpringItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Skid Steer'] = {
['Name'] = 'Skid Steer',
['ID'] = 'SkidSteerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallBathMatRecipe'] = {
['Name'] = {
['English'] = "Small Bath Mat",
['Russian'] = "Небольшой Коврик для ванной",
['German'] = "Kleine Badematte",
['French'] = "Petit tapis de bain",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Bath Mat'] = {
['Name'] = 'Small Bath Mat',
['ID'] = 'SmallBathMatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallCanoeRecipe'] = {
['Name'] = {
['English'] = "Small Canoe",
['Russian'] = "Маленькое Каноэ",
['German'] = "Kleines Kanu",
['French'] = "Petit canoë",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '14',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Canoe'] = {
['Name'] = 'Small Canoe',
['ID'] = 'SmallCanoeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallClayPotRecipe'] = {
['Name'] = {
['English'] = "Small Clay Pot",
['Russian'] = "Small Clay Pot",
['German'] = "Small Clay Pot",
['French'] = "Small Clay Pot",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'PotterySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Pottery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Clay Pot'] = {
['Name'] = 'Small Clay Pot',
['ID'] = 'SmallClayPotItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallCottonBuntingFestiveRecipe'] = {
['Name'] = {
['English'] = "Small Cotton Bunting Festive",
['Russian'] = "Маленький хлопковый праздничный флаг",
['German'] = "Kleine festliche Baumwoll-Wimpelkette",
['French'] = "Petite guirlande festive en coton",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Cotton Bunting Festive'] = {
['Name'] = 'Small Cotton Bunting Festive',
['ID'] = 'SmallCottonBuntingFestiveItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallCottonBuntingRedRecipe'] = {
['Name'] = {
['English'] = "Small Cotton Bunting Red",
['Russian'] = "Маленький хлопковый красный флаг",
['German'] = "Kleine rote Baumwoll-Wimpelkette",
['French'] = "Petite guirlande rouge en coton",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Cotton Bunting Red'] = {
['Name'] = 'Small Cotton Bunting Red',
['ID'] = 'SmallCottonBuntingRedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallCottonBuntingRegalRecipe'] = {
['Name'] = {
['English'] = "Small Cotton Bunting Regal",
['Russian'] = "Маленький хлопковый королевский флаг",
['German'] = "Kleine majestätische Baumwoll-Wimpelkette",
['French'] = "Petite guirlande royale en coton",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Cotton Bunting Regal'] = {
['Name'] = 'Small Cotton Bunting Regal',
['ID'] = 'SmallCottonBuntingRegalItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallCottonBuntingVibrantRecipe'] = {
['Name'] = {
['English'] = "Small Cotton Bunting Vibrant",
['Russian'] = "Маленький хлопковый яркий флаг",
['German'] = "Kleine lebendige Baumwoll-Wimpelkette",
['French'] = "Petite guirlande éclatante en coton",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Cotton Bunting Vibrant'] = {
['Name'] = 'Small Cotton Bunting Vibrant',
['ID'] = 'SmallCottonBuntingVibrantItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallCourtRecipe'] = {
['Name'] = {
['English'] = "Small Court",
['Russian'] = "Маленький Суд",
['German'] = "Kleines Gericht",
['French'] = "Petit tribunal",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '2000',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Court'] = {
['Name'] = 'Small Court',
['ID'] = 'SmallCourtItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallFacetedSteelPotRecipe'] = {
['Name'] = {
['English'] = "Small Faceted Steel Pot",
['Russian'] = "Small Faceted Steel Pot",
['German'] = "Small Faceted Steel Pot",
['French'] = "Small Faceted Steel Pot",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'BlacksmithSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Faceted Steel Pot'] = {
['Name'] = 'Small Faceted Steel Pot',
['ID'] = 'SmallFacetedSteelPotItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingAshlarBasaltSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Ashlar Basalt Sign",
['Russian'] = "Маленькая вывеска из резного базальта",
['German'] = "Steinquaderschild aus Basalt (klein, hängend)",
['French'] = "Petit panneau suspendu en basalte taillé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Basalt',
['ID'] = 'AshlarBasaltItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Ashlar Basalt Sign'] = {
['Name'] = 'Small Hanging Ashlar Basalt Sign',
['ID'] = 'SmallHangingAshlarBasaltSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingAshlarGneissSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Ashlar Gneiss Sign",
['Russian'] = "Маленькая вывеска из резного гнейса",
['German'] = "Steinquaderschild aus Gneis (klein, hängend)",
['French'] = "Petit panneau suspendu en gneiss taillé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Gneiss'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Gneiss',
['ID'] = 'AshlarGneissItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Ashlar Gneiss Sign'] = {
['Name'] = 'Small Hanging Ashlar Gneiss Sign',
['ID'] = 'SmallHangingAshlarGneissSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingAshlarGraniteSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Ashlar Granite Sign",
['Russian'] = "Маленькая вывеска из резного гранита",
['German'] = "Steinquaderschild aus Granit (klein, hängend)",
['French'] = "Petit panneau suspendu en granite taillé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Granite',
['ID'] = 'AshlarGraniteItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Ashlar Granite Sign'] = {
['Name'] = 'Small Hanging Ashlar Granite Sign',
['ID'] = 'SmallHangingAshlarGraniteSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingAshlarLimestoneSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Ashlar Limestone Sign",
['Russian'] = "Маленькая вывеска из резного известняка",
['German'] = "Steinquaderschild aus Kalkstein (klein, hängend)",
['French'] = "Petit panneau suspendu en calcaire taillé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Limestone',
['ID'] = 'AshlarLimestoneItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Ashlar Limestone Sign'] = {
['Name'] = 'Small Hanging Ashlar Limestone Sign',
['ID'] = 'SmallHangingAshlarLimestoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingAshlarSandstoneSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Ashlar Sandstone Sign",
['Russian'] = "Маленькая вывеска из резного песчаника",
['German'] = "Steinquaderschild aus Sandstein (klein, hängend)",
['French'] = "Petit panneau suspendu en grès taillé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Sandstone',
['ID'] = 'AshlarSandstoneItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Ashlar Sandstone Sign'] = {
['Name'] = 'Small Hanging Ashlar Sandstone Sign',
['ID'] = 'SmallHangingAshlarSandstoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingAshlarShaleSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Ashlar Shale Sign",
['Russian'] = "Маленькая вывеска из резного сланца",
['German'] = "Steinquaderschild aus Schiefer (klein, hängend)",
['French'] = "Petit panneau suspendu en schiste taillé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Shale',
['ID'] = 'AshlarShaleItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Ashlar Shale Sign'] = {
['Name'] = 'Small Hanging Ashlar Shale Sign',
['ID'] = 'SmallHangingAshlarShaleSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingAshlarStoneSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Ashlar Stone Sign",
['Russian'] = "Маленькая вывеска из резного камня",
['German'] = "Steinquaderschild (klein, hängend)",
['French'] = "Petit panneau suspendu en pierre taillé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Ashlar Stone',
['ID'] = 'AshlarStone',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Ashlar Stone Sign'] = {
['Name'] = 'Small Hanging Ashlar Stone Sign',
['ID'] = 'SmallHangingAshlarStoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingBirchSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Birch Sign",
['Russian'] = "Маленькая берёзовая вывеска",
['German'] = "Holzschild aus Birke (klein, hängend)",
['French'] = "Petit panneau suspendu en bouleau",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Birch Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Birch Log',
['ID'] = 'BirchLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Birch Sign'] = {
['Name'] = 'Small Hanging Birch Sign',
['ID'] = 'SmallHangingBirchSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingCedarSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Cedar Sign",
['Russian'] = "Маленькая кедровая вывеска",
['German'] = "Holzschild aus Zedernholz (klein, hängend)",
['French'] = "Petit panneau suspendu en cèdre",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cedar Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Cedar Log',
['ID'] = 'CedarLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Cedar Sign'] = {
['Name'] = 'Small Hanging Cedar Sign',
['ID'] = 'SmallHangingCedarSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingCeibaSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Ceiba Sign",
['Russian'] = "Маленькая вывеска из сейбы",
['German'] = "Holzschild aus Kapokholz (klein, hängend)",
['French'] = "Petit panneau suspendu en ceiba",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ceiba Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Ceiba Log',
['ID'] = 'CeibaLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Ceiba Sign'] = {
['Name'] = 'Small Hanging Ceiba Sign',
['ID'] = 'SmallHangingCeibaSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingFirSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Fir Sign",
['Russian'] = "Маленькая пихтовая вывеска",
['German'] = "Holzschild aus Tannenholz (klein, hängend)",
['French'] = "Petit panneau suspendu en sapin",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fir Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Fir Log',
['ID'] = 'FirLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Fir Sign'] = {
['Name'] = 'Small Hanging Fir Sign',
['ID'] = 'SmallHangingFirSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingHardwoodSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Hardwood Sign",
['Russian'] = "Маленькая вывеска из лиственных пород",
['German'] = "Holzschild aus Hartholz (klein, hängend)",
['French'] = "Petit panneau suspendu en bois dur",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood',
['ID'] = 'Hardwood',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Hardwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Board',
['ID'] = 'HardwoodBoardItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Hardwood Sign'] = {
['Name'] = 'Small Hanging Hardwood Sign',
['ID'] = 'SmallHangingHardwoodSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingJoshuaSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Joshua Sign",
['Russian'] = "Маленькая вывеска из юкки коротколистной",
['German'] = "Holzschild aus Josuaholz (klein, hängend)",
['French'] = "Petit panneau suspendu en josué",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Joshua Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Joshua Log',
['ID'] = 'JoshuaLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Joshua Sign'] = {
['Name'] = 'Small Hanging Joshua Sign',
['ID'] = 'SmallHangingJoshuaSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingLumberSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Lumber Sign",
['Russian'] = "Маленькая вывеска из пиломатериалов",
['German'] = "Bauholzschild (klein, hängend)",
['French'] = "Petit panneau suspendu en bois d'œuvre",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Lumber Sign'] = {
['Name'] = 'Small Hanging Lumber Sign',
['ID'] = 'SmallHangingLumberSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingMortaredGraniteSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Mortared Granite Sign",
['Russian'] = "Маленькая вывеска из строительного гранита",
['German'] = "Steinziegelschild aus Granit (klein, hängend)",
['French'] = "Petit panneau suspendu en granite cimenté",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Granite',
['ID'] = 'MortaredGraniteItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Mortared Granite Sign'] = {
['Name'] = 'Small Hanging Mortared Granite Sign',
['ID'] = 'SmallHangingMortaredGraniteSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingMortaredLimestoneSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Mortared Limestone Sign",
['Russian'] = "Маленькая вывеска из строительного известняка",
['German'] = "Steinziegelschild aus Kalkstein (klein, hängend)",
['French'] = "Petit panneau suspendu en calcaire cimenté",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Limestone',
['ID'] = 'MortaredLimestoneItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Mortared Limestone Sign'] = {
['Name'] = 'Small Hanging Mortared Limestone Sign',
['ID'] = 'SmallHangingMortaredLimestoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingMortaredSandstoneSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Mortared Sandstone Sign",
['Russian'] = "Маленькая вывеска из строительного песчаника",
['German'] = "Steinziegelschild aus Sandstein (klein, hängend)",
['French'] = "Petit panneau suspendu en grès cimenté",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Sandstone',
['ID'] = 'MortaredSandstoneItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Mortared Sandstone Sign'] = {
['Name'] = 'Small Hanging Mortared Sandstone Sign',
['ID'] = 'SmallHangingMortaredSandstoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingMortaredStoneSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Mortared Stone Sign",
['Russian'] = "Маленькая вывеска из строительного камня",
['German'] = "Steinziegelschild (klein, hängend)",
['French'] = "Petit panneau suspendu en pierre cimentée",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Mortared Stone Sign'] = {
['Name'] = 'Small Hanging Mortared Stone Sign',
['ID'] = 'SmallHangingMortaredStoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingOakSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Oak Sign",
['Russian'] = "Маленькая дубовая вывеска",
['German'] = "Holzschild aus Eiche (klein, hängend)",
['French'] = "Petit panneau suspendu en chêne",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Oak Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Oak Log',
['ID'] = 'OakLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Oak Sign'] = {
['Name'] = 'Small Hanging Oak Sign',
['ID'] = 'SmallHangingOakSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingPalmSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Palm Sign",
['Russian'] = "Маленькая пальмовая вывеска",
['German'] = "Holzschild aus Palmenholz (klein, hängend)",
['French'] = "Petit panneau suspendu en palmier",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Palm Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Palm Log',
['ID'] = 'PalmLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Palm Sign'] = {
['Name'] = 'Small Hanging Palm Sign',
['ID'] = 'SmallHangingPalmSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingRedwoodSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Redwood Sign",
['Russian'] = "Маленькая вывеска из секвойи",
['German'] = "Holzschild aus Rottanne (klein, hängend)",
['French'] = "Petit panneau suspendu en séquoia",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Redwood Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Redwood Log',
['ID'] = 'RedwoodLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Redwood Sign'] = {
['Name'] = 'Small Hanging Redwood Sign',
['ID'] = 'SmallHangingRedwoodSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingSaguaroSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Saguaro Sign",
['Russian'] = "Маленькая вывеска из карнегии",
['German'] = "Holzschild aus Kaktusholz (klein, hängend)",
['French'] = "Petit panneau suspendu en saguaro",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Saguaro Rib'] = {
['Type'] = 'ITEM',
['Name'] = 'Saguaro Rib',
['ID'] = 'SaguaroRibItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Saguaro Sign'] = {
['Name'] = 'Small Hanging Saguaro Sign',
['ID'] = 'SmallHangingSaguaroSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingSoftwoodSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Softwood Sign",
['Russian'] = "Маленькая вывеска из хвойных пород",
['German'] = "Holzschild aus Weichholz (klein, hängend)",
['French'] = "Petit panneau suspendu en bois tendre",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Softwood'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood',
['ID'] = 'Softwood',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Softwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Board',
['ID'] = 'SoftwoodBoardItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Softwood Sign'] = {
['Name'] = 'Small Hanging Softwood Sign',
['ID'] = 'SmallHangingSoftwoodSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingSpruceSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Spruce Sign",
['Russian'] = "Маленькая еловая вывеска",
['German'] = "Holzschild aus Fichte (klein, hängend)",
['French'] = "Petit panneau suspendu en épicéa",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Spruce Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Spruce Log',
['ID'] = 'SpruceLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Spruce Sign'] = {
['Name'] = 'Small Hanging Spruce Sign',
['ID'] = 'SmallHangingSpruceSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallHangingWoodSignRecipe'] = {
['Name'] = {
['English'] = "Small Hanging Wood Sign",
['Russian'] = "Маленькая деревянная вывеска",
['German'] = "Holzschild (klein, hängend)",
['French'] = "Petit panneau suspendu en bois",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Hanging Wood Sign'] = {
['Name'] = 'Small Hanging Wood Sign',
['ID'] = 'SmallHangingWoodSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallNylonBuntingGreenRecipe'] = {
['Name'] = {
['English'] = "Small Nylon Bunting Green",
['Russian'] = "Маленький нейлоновый зеленый флаг",
['German'] = "Kleine grüne Nylon-Wimpelkette",
['French'] = "Petite guirlande verte en nylon",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Nylon Bunting Green'] = {
['Name'] = 'Small Nylon Bunting Green',
['ID'] = 'SmallNylonBuntingGreenItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallNylonBuntingPurpleRecipe'] = {
['Name'] = {
['English'] = "Small Nylon Bunting Purple",
['Russian'] = "Маленький нейлоновый фиолетовый флаг",
['German'] = "Kleine lilafarbene Nylon-Wimpelkette",
['French'] = "Petite guirlande violette en nylon",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Nylon Bunting Purple'] = {
['Name'] = 'Small Nylon Bunting Purple',
['ID'] = 'SmallNylonBuntingPurpleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallNylonBuntingYellowRecipe'] = {
['Name'] = {
['English'] = "Small Nylon Bunting Yellow",
['Russian'] = "Маленький нейлоновый жёлтый флаг",
['German'] = "Kleine gelbe Nylon-Wimpelkette",
['French'] = "Petite guirlande jaune en nylon",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Nylon Bunting Yellow'] = {
['Name'] = 'Small Nylon Bunting Yellow',
['ID'] = 'SmallNylonBuntingYellowItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallPaperLanternRecipe'] = {
['Name'] = {
['English'] = "Small Paper Lantern",
['Russian'] = "Маленький бумажный фонарь",
['German'] = "Kleine Papierlaterne",
['French'] = "Petite lanterne en papier",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'PaperMillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Paper Machine',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Paper Lantern'] = {
['Name'] = 'Small Paper Lantern',
['ID'] = 'SmallPaperLanternItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallPaperMachineRecipe'] = {
['Name'] = {
['English'] = "Small Paper Machine",
['Russian'] = "Маленькая бумагоделательная машина",
['German'] = "Kleine Papiermaschine",
['French'] = "Petite machine à papier",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Gear'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Gear',
['ID'] = 'IronGearItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Paper Machine'] = {
['Name'] = 'Small Paper Machine',
['ID'] = 'SmallPaperMachineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallRoughBasaltPotRecipe'] = {
['Name'] = {
['English'] = "Small Rough Basalt Pot",
['Russian'] = "Small Rough Basalt Pot",
['German'] = "Small Rough Basalt Pot",
['French'] = "Small Rough Basalt Pot",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Basalt',
['ID'] = 'BasaltItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Rough Basalt Pot'] = {
['Name'] = 'Small Rough Basalt Pot',
['ID'] = 'SmallRoughBasaltPotItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallRoughLimestonePotRecipe'] = {
['Name'] = {
['English'] = "Small Rough Limestone Pot",
['Russian'] = "Small Rough Limestone Pot",
['German'] = "Small Rough Limestone Pot",
['French'] = "Small Rough Limestone Pot",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Limestone',
['ID'] = 'LimestoneItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Rough Limestone Pot'] = {
['Name'] = 'Small Rough Limestone Pot',
['ID'] = 'SmallRoughLimestonePotItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallRoundLimestonePotRecipe'] = {
['Name'] = {
['English'] = "Small Round Limestone Pot",
['Russian'] = "Small Round Limestone Pot",
['German'] = "Small Round Limestone Pot",
['French'] = "Small Round Limestone Pot",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Limestone',
['ID'] = 'LimestoneItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Round Limestone Pot'] = {
['Name'] = 'Small Round Limestone Pot',
['ID'] = 'SmallRoundLimestonePotItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallShipyardRecipe'] = {
['Name'] = {
['English'] = "Small Shipyard",
['Russian'] = "Маленькая верфь",
['German'] = "Kleine Werft",
['French'] = "Petit chantier naval",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Shipyard'] = {
['Name'] = 'Small Shipyard',
['ID'] = 'SmallShipyardItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallSinkRecipe'] = {
['Name'] = {
['English'] = "Small Sink",
['Russian'] = "Маленькая раковина",
['German'] = "Kleines Waschbecken",
['French'] = "Petit lavabo",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'PotterySkill','5'},
['RequiresModule'] = 'Pottery Table',
['CraftingTables'] = 'Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['White Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'White Powder',
['ID'] = 'WhitePowderItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Sink'] = {
['Name'] = 'Small Sink',
['ID'] = 'SmallSinkItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallSquareBasaltPotRecipe'] = {
['Name'] = {
['English'] = "Small Square Basalt Pot",
['Russian'] = "Small Square Basalt Pot",
['German'] = "Small Square Basalt Pot",
['French'] = "Small Square Basalt Pot",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Basalt',
['ID'] = 'BasaltItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Square Basalt Pot'] = {
['Name'] = 'Small Square Basalt Pot',
['ID'] = 'SmallSquareBasaltPotItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallSquareClayPotRecipe'] = {
['Name'] = {
['English'] = "Small Square Clay Pot",
['Russian'] = "Small Square Clay Pot",
['German'] = "Small Square Clay Pot",
['French'] = "Small Square Clay Pot",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'PotterySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Pottery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Square Clay Pot'] = {
['Name'] = 'Small Square Clay Pot',
['ID'] = 'SmallSquareClayPotItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallSquareLimestonePotRecipe'] = {
['Name'] = {
['English'] = "Small Square Limestone Pot",
['Russian'] = "Small Square Limestone Pot",
['German'] = "Small Square Limestone Pot",
['French'] = "Small Square Limestone Pot",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Limestone',
['ID'] = 'LimestoneItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Square Limestone Pot'] = {
['Name'] = 'Small Square Limestone Pot',
['ID'] = 'SmallSquareLimestonePotItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingAshlarBasaltSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Ashlar Basalt Sign",
['Russian'] = "Маленькая табличка из резного базальта",
['German'] = "Steinquaderschild aus Basalt (klein, stehend)",
['French'] = "Petit panneau sur pied en basalte taillé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Basalt'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Basalt',
['ID'] = 'AshlarBasaltItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Ashlar Basalt Sign'] = {
['Name'] = 'Small Standing Ashlar Basalt Sign',
['ID'] = 'SmallStandingAshlarBasaltSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingAshlarGneissSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Ashlar Gneiss Sign",
['Russian'] = "Маленькая табличка из резного гнейса",
['German'] = "Steinquaderschild aus Gneis (klein, stehend)",
['French'] = "Petit panneau sur pied en gneiss taillé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Gneiss'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Gneiss',
['ID'] = 'AshlarGneissItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Ashlar Gneiss Sign'] = {
['Name'] = 'Small Standing Ashlar Gneiss Sign',
['ID'] = 'SmallStandingAshlarGneissSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingAshlarGraniteSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Ashlar Granite Sign",
['Russian'] = "Маленькая табличка из резного гранита",
['German'] = "Steinquaderschild aus Granit (klein, stehend)",
['French'] = "Petit panneau sur pied en granite taillé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Granite',
['ID'] = 'AshlarGraniteItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Ashlar Granite Sign'] = {
['Name'] = 'Small Standing Ashlar Granite Sign',
['ID'] = 'SmallStandingAshlarGraniteSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingAshlarLimestoneSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Ashlar Limestone Sign",
['Russian'] = "Маленькая табличка из резного известняка",
['German'] = "Steinquaderschild aus Kalkstein (klein, stehend)",
['French'] = "Petit panneau sur pied en calcaire taillé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Limestone',
['ID'] = 'AshlarLimestoneItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Ashlar Limestone Sign'] = {
['Name'] = 'Small Standing Ashlar Limestone Sign',
['ID'] = 'SmallStandingAshlarLimestoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingAshlarSandstoneSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Ashlar Sandstone Sign",
['Russian'] = "Маленькая табличка из резного песчаника",
['German'] = "Steinquaderschild aus Sandstein (klein, stehend)",
['French'] = "Petit panneau sur pied en grès taillé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Sandstone',
['ID'] = 'AshlarSandstoneItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Ashlar Sandstone Sign'] = {
['Name'] = 'Small Standing Ashlar Sandstone Sign',
['ID'] = 'SmallStandingAshlarSandstoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingAshlarShaleSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Ashlar Shale Sign",
['Russian'] = "Маленькая табличка из резного сланца",
['German'] = "Steinquaderschild aus Schiefer (klein, stehend)",
['French'] = "Petit panneau sur pied en schiste taillé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Shale'] = {
['Type'] = 'ITEM',
['Name'] = 'Ashlar Shale',
['ID'] = 'AshlarShaleItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Ashlar Shale Sign'] = {
['Name'] = 'Small Standing Ashlar Shale Sign',
['ID'] = 'SmallStandingAshlarShaleSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingAshlarStoneSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Ashlar Stone Sign",
['Russian'] = "Маленькая табличка из резного камня",
['German'] = "Steinquaderschild (klein, stehend)",
['French'] = "Petit panneau sur pied en pierre taillé",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedMasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ashlar Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Ashlar Stone',
['ID'] = 'AshlarStone',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Ashlar Stone Sign'] = {
['Name'] = 'Small Standing Ashlar Stone Sign',
['ID'] = 'SmallStandingAshlarStoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingBirchSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Birch Sign",
['Russian'] = "Маленькая берёзовая табличка",
['German'] = "Holzschild aus Birke (klein, stehend)",
['French'] = "Petit panneau sur pied en bouleau",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Birch Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Birch Log',
['ID'] = 'BirchLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Birch Sign'] = {
['Name'] = 'Small Standing Birch Sign',
['ID'] = 'SmallStandingBirchSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingCedarSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Cedar Sign",
['Russian'] = "Маленькая кедровая табличка",
['German'] = "Holzschild aus Zedernholz (klein, stehend)",
['French'] = "Petit panneau sur pied en cèdre",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cedar Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Cedar Log',
['ID'] = 'CedarLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Cedar Sign'] = {
['Name'] = 'Small Standing Cedar Sign',
['ID'] = 'SmallStandingCedarSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingCeibaSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Ceiba Sign",
['Russian'] = "Маленькая табличка из сейбы",
['German'] = "Holzschild aus Kapokholz (klein, stehend)",
['French'] = "Petit panneau sur pied en ceiba",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ceiba Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Ceiba Log',
['ID'] = 'CeibaLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Ceiba Sign'] = {
['Name'] = 'Small Standing Ceiba Sign',
['ID'] = 'SmallStandingCeibaSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingFirSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Fir Sign",
['Russian'] = "Маленькая пихтовая табличка",
['German'] = "Holzschild aus Tannenholz (klein, stehend)",
['French'] = "Petit panneau sur pied en sapin",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fir Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Fir Log',
['ID'] = 'FirLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Fir Sign'] = {
['Name'] = 'Small Standing Fir Sign',
['ID'] = 'SmallStandingFirSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingHardwoodSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Hardwood Sign",
['Russian'] = "Маленькая табличка из лиственных пород",
['German'] = "Holzschild aus Hartholz (klein, stehend)",
['French'] = "Petit panneau sur pied en bois dur",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hardwood'] = {
['Type'] = 'TAG',
['Name'] = 'Hardwood',
['ID'] = 'Hardwood',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Hardwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Hardwood Board',
['ID'] = 'HardwoodBoardItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Hardwood Sign'] = {
['Name'] = 'Small Standing Hardwood Sign',
['ID'] = 'SmallStandingHardwoodSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingJoshuaSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Joshua Sign",
['Russian'] = "Маленькая табличка из юкки коротколистной",
['German'] = "Holzschild aus Josuaholz (klein, stehend)",
['French'] = "Petit panneau sur pied en josué",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Joshua Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Joshua Log',
['ID'] = 'JoshuaLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Joshua Sign'] = {
['Name'] = 'Small Standing Joshua Sign',
['ID'] = 'SmallStandingJoshuaSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingLumberSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Lumber Sign",
['Russian'] = "Маленькая табличка из пиломатериалов",
['German'] = "Bauholzschild (klein, stehend)",
['French'] = "Petit panneau sur pied en bois d'œuvre",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Lumber Sign'] = {
['Name'] = 'Small Standing Lumber Sign',
['ID'] = 'SmallStandingLumberSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingMortaredGraniteSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Mortared Granite Sign",
['Russian'] = "Маленькая табличка из строительного гранита",
['German'] = "Steinziegelschild aus Granit (klein, stehend)",
['French'] = "Petit panneau sur pied en granite cimenté",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Granite'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Granite',
['ID'] = 'MortaredGraniteItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Mortared Granite Sign'] = {
['Name'] = 'Small Standing Mortared Granite Sign',
['ID'] = 'SmallStandingMortaredGraniteSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingMortaredLimestoneSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Mortared Limestone Sign",
['Russian'] = "Маленькая табличка из строительного известняка",
['German'] = "Steinziegelschild aus Kalkstein (klein, stehend)",
['French'] = "Petit panneau sur pied en calcaire cimenté",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Limestone',
['ID'] = 'MortaredLimestoneItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Mortared Limestone Sign'] = {
['Name'] = 'Small Standing Mortared Limestone Sign',
['ID'] = 'SmallStandingMortaredLimestoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingMortaredSandstoneSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Mortared Sandstone Sign",
['Russian'] = "Маленькая табличка из строительного песчаника",
['German'] = "Steinziegelschild aus Sandstein (klein, stehend)",
['French'] = "Petit panneau sur pied en grès cimenté",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Sandstone'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortared Sandstone',
['ID'] = 'MortaredSandstoneItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Mortared Sandstone Sign'] = {
['Name'] = 'Small Standing Mortared Sandstone Sign',
['ID'] = 'SmallStandingMortaredSandstoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingMortaredStoneSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Mortared Stone Sign",
['Russian'] = "Маленькая табличка из строительного камня",
['German'] = "Steinziegelschild (klein, stehend)",
['French'] = "Petit panneau sur pied en pierre cimenté",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Mortared Stone Sign'] = {
['Name'] = 'Small Standing Mortared Stone Sign',
['ID'] = 'SmallStandingMortaredStoneSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingOakSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Oak Sign",
['Russian'] = "Маленькая дубовая табличка",
['German'] = "Holzschild aus Eiche (klein, stehend)",
['French'] = "Petit panneau sur pied en chêne",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Oak Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Oak Log',
['ID'] = 'OakLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Oak Sign'] = {
['Name'] = 'Small Standing Oak Sign',
['ID'] = 'SmallStandingOakSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingPalmSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Palm Sign",
['Russian'] = "Маленькая пальмовая табличка",
['German'] = "Holzschild aus Palmenholz (klein, stehend)",
['French'] = "Petit panneau sur pied en palmier",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Palm Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Palm Log',
['ID'] = 'PalmLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Palm Sign'] = {
['Name'] = 'Small Standing Palm Sign',
['ID'] = 'SmallStandingPalmSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingRedwoodSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Redwood Sign",
['Russian'] = "Маленькая табличка из секвойи",
['German'] = "Holzschild aus Rottanne (klein, stehend)",
['French'] = "Petit panneau sur pied en séquoia",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Redwood Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Redwood Log',
['ID'] = 'RedwoodLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Redwood Sign'] = {
['Name'] = 'Small Standing Redwood Sign',
['ID'] = 'SmallStandingRedwoodSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingSaguaroSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Saguaro Sign",
['Russian'] = "Маленькая табличка из карнегии",
['German'] = "Holzschild aus Kaktusholz (klein, stehend)",
['French'] = "Petit panneau sur pied en saguaro",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Saguaro Rib'] = {
['Type'] = 'ITEM',
['Name'] = 'Saguaro Rib',
['ID'] = 'SaguaroRibItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Saguaro Sign'] = {
['Name'] = 'Small Standing Saguaro Sign',
['ID'] = 'SmallStandingSaguaroSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingSoftwoodSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Softwood Sign",
['Russian'] = "Маленькая табличка из хвойных пород",
['German'] = "Holzschild aus Weichholz (klein, stehend)",
['French'] = "Petit panneau sur pied en bois tendre",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Softwood'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood',
['ID'] = 'Softwood',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Softwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Board',
['ID'] = 'SoftwoodBoardItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Softwood Sign'] = {
['Name'] = 'Small Standing Softwood Sign',
['ID'] = 'SmallStandingSoftwoodSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingSpruceSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Spruce Sign",
['Russian'] = "Маленькая еловая табличка",
['German'] = "Holzschild aus Fichte (klein, stehend)",
['French'] = "Petit panneau sur pied en épicéa",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Spruce Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Spruce Log',
['ID'] = 'SpruceLogItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Spruce Sign'] = {
['Name'] = 'Small Standing Spruce Sign',
['ID'] = 'SmallStandingSpruceSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStandingWoodSignRecipe'] = {
['Name'] = {
['English'] = "Small Standing Wood Sign",
['Russian'] = "Маленькая деревянная табличка",
['German'] = "Holzschild (klein, stehend)",
['French'] = "Petit panneau sur pied en bois",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Standing Wood Sign'] = {
['Name'] = 'Small Standing Wood Sign',
['ID'] = 'SmallStandingWoodSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallSteelPotRecipe'] = {
['Name'] = {
['English'] = "Small Steel Pot",
['Russian'] = "Small Steel Pot",
['German'] = "Small Steel Pot",
['French'] = "Small Steel Pot",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'BlacksmithSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Steel Pot'] = {
['Name'] = 'Small Steel Pot',
['ID'] = 'SmallSteelPotItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallStockpileRecipe'] = {
['Name'] = {
['English'] = "Small Stockpile",
['Russian'] = "Маленький склад",
['German'] = "Lager (Mittel)",
['French'] = "Réserve petite",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '10',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Stockpile'] = {
['Name'] = 'Small Stockpile',
['ID'] = 'SmallStockpileItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallWoodCartRecipe'] = {
['Name'] = {
['English'] = "Small Wood Cart",
['Russian'] = "Маленькая деревянная телега",
['German'] = "Kleiner Holzkarren",
['French'] = "Petit chariot en bois",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Wood Cart'] = {
['Name'] = 'Small Wood Cart',
['ID'] = 'SmallWoodCartItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallWoodenBoatRecipe'] = {
['Name'] = {
['English'] = "Small Wooden Boat",
['Russian'] = "Маленькая деревянная лодка",
['German'] = "Holzboot (klein)",
['French'] = "Petit bateau en bois",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '16',
['LaborInCalories'] = '680',
['RequiredSkill'] = {'ShipwrightSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Medium Wooden Ship Frame'] = {
['Type'] = 'ITEM',
['Name'] = 'Medium Wooden Ship Frame',
['ID'] = 'MediumWoodenShipFrameItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Wooden Hull Planks'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Hull Planks',
['ID'] = 'WoodenHullPlanksItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wooden Wheel'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Wheel',
['ID'] = 'WoodenWheelItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Small Wooden Boat'] = {
['Name'] = 'Small Wooden Boat',
['ID'] = 'SmallWoodenBoatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmallWoodenShipFrameRecipe'] = {
['Name'] = {
['English'] = "Small Wooden Ship Frame",
['Russian'] = "Маленький деревянный каркас корабля",
['German'] = "Kleiner Holzschiffsrahmen",
['French'] = "Structure de bateau petite en bois",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'ShipwrightSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wooden Keel'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Keel',
['ID'] = 'WoodenKeelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Small Wooden Ship Frame'] = {
['Name'] = 'Small Wooden Ship Frame',
['ID'] = 'SmallWoodenShipFrameItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmeltCopperRecipe'] = {
['Name'] = {
['English'] = "Smelt Copper",
['Russian'] = "Плавить медь",
['German'] = "Kupfer schmelzen",
['French'] = "Fondre du cuivre",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'SmeltingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bloomery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay Mold'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay Mold',
['ID'] = 'ClayMoldItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Copper Concentrate'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Concentrate',
['ID'] = 'CopperConcentrateItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Clay Mold'] = {
['Name'] = 'Clay Mold',
['ID'] = 'ClayMoldItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
['Copper Bar'] = {
['Name'] = 'Copper Bar',
['ID'] = 'CopperBarItem',
['Quantity'] = '6',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Slag'] = {
['Name'] = 'Slag',
['ID'] = 'SlagItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['SmeltGoldRecipe'] = {
['Name'] = {
['English'] = "Smelt Gold",
['Russian'] = "Плавить золото",
['German'] = "Gold schmelzen",
['French'] = "Fondre de l'or",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'SmeltingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bloomery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay Mold'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay Mold',
['ID'] = 'ClayMoldItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Gold Concentrate'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Concentrate',
['ID'] = 'GoldConcentrateItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Clay Mold'] = {
['Name'] = 'Clay Mold',
['ID'] = 'ClayMoldItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
['Gold Bar'] = {
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '6',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Slag'] = {
['Name'] = 'Slag',
['ID'] = 'SlagItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['SmeltingBasicUpgradeRecipe'] = {
['Name'] = {
['English'] = "Smelting Basic Upgrade",
['Russian'] = "Базовое улучшения для выплавки",
['German'] = "Smelting Basic Upgrade",
['French'] = "Amélioration basique : Fonte",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'SmeltingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bloomery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Smelting Basic Upgrade'] = {
['Name'] = 'Smelting Basic Upgrade',
['ID'] = 'SmeltingBasicUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmeltingSkillBookRecipe'] = {
['Name'] = {
['English'] = "Smelting Skill Book",
['Russian'] = "Книга о выплавке",
['German'] = "Fertigkeitsbuch: Schmelzen",
['French'] = "Livre de compétence : Fonte",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '2400',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Dendrology Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Dendrology Research Paper Advanced',
['ID'] = 'DendrologyResearchPaperAdvancedItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Geology Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Geology Research Paper Advanced',
['ID'] = 'GeologyResearchPaperAdvancedItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Metallurgy Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Metallurgy Research Paper Basic',
['ID'] = 'MetallurgyResearchPaperBasicItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Smelting Skill Book'] = {
['Name'] = 'Smelting Skill Book',
['ID'] = 'SmeltingSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmeltingUpgradeRecipe'] = {
['Name'] = {
['English'] = "Smelting Upgrade",
['Russian'] = "Улучшение для выплавки",
['German'] = "Fortgeschrittenes Upgrade: Schmelzen",
['French'] = "Amélioration avancée : Fonte",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '6000',
['RequiredSkill'] = {'SmeltingSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blast Furnace',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Upgrade 4',
['ID'] = 'AdvancedUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Smelting Upgrade'] = {
['Name'] = 'Smelting Upgrade',
['ID'] = 'SmeltingUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmeltIronRecipe'] = {
['Name'] = {
['English'] = "Smelt Iron",
['Russian'] = "Плавить железо",
['German'] = "Eisen schmelzen",
['French'] = "Fondre du fer",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'SmeltingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bloomery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay Mold'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay Mold',
['ID'] = 'ClayMoldItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Iron Concentrate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Concentrate',
['ID'] = 'IronConcentrateItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Clay Mold'] = {
['Name'] = 'Clay Mold',
['ID'] = 'ClayMoldItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
['Iron Bar'] = {
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '6',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Slag'] = {
['Name'] = 'Slag',
['ID'] = 'SlagItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['SmithApronRecipe'] = {
['Name'] = {
['English'] = "Smith Apron",
['Russian'] = "Фартук Кузнеца",
['German'] = "Schmiedeschürze",
['French'] = "Ensemble de forgeron : Tablier",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Smith Apron'] = {
['Name'] = 'Smith Apron',
['ID'] = 'SmithApronItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmithBandanaRecipe'] = {
['Name'] = {
['English'] = "Smith Bandana",
['Russian'] = "Бандана Кузнеца",
['German'] = "Schmiedbandana",
['French'] = "Ensemble de forgeron : Bandana",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '25',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Smith Bandana'] = {
['Name'] = 'Smith Bandana',
['ID'] = 'SmithBandanaItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmithBootsRecipe'] = {
['Name'] = {
['English'] = "Smith Boots",
['Russian'] = "Ботинки Кузнеца",
['German'] = "Schmiedstiefel",
['French'] = "Ensemble de forgeron : Bottes",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Smith Boots'] = {
['Name'] = 'Smith Boots',
['ID'] = 'SmithBootsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmithGlovesRecipe'] = {
['Name'] = {
['English'] = "Smith Gloves",
['Russian'] = "Перчатки Кузнеца",
['German'] = "Schmiedhandschuhe",
['French'] = "Ensemble de forgeron : Gants",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Smith Gloves'] = {
['Name'] = 'Smith Gloves',
['ID'] = 'SmithGlovesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmithPantsRecipe'] = {
['Name'] = {
['English'] = "Smith Pants",
['Russian'] = "Штаны Кузнеца",
['German'] = "Schmiedhose",
['French'] = "Ensemble de forgeron : Pantalon",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Smith Pants'] = {
['Name'] = 'Smith Pants',
['ID'] = 'SmithPantsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmithShirtRecipe'] = {
['Name'] = {
['English'] = "Smith Shirt",
['Russian'] = "Рубашка кузнеца",
['German'] = "Schmied-Oberteil",
['French'] = "Ensemble de forgeron : Chemise",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Smith Shirt'] = {
['Name'] = 'Smith Shirt',
['ID'] = 'SmithShirtItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SmoothGutNoodleRollRecipe'] = {
['Name'] = {
['English'] = "Smooth Gut Noodle Roll",
['Russian'] = "Ролл из гладкой кишки с лапшой",
['German'] = "Canelloni mit Hackfleisch",
['French'] = "Rouleau de nouilles à la viande",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Oil'] = {
['Type'] = 'TAG',
['Name'] = 'Oil',
['ID'] = 'Oil',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Prepared Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Prepared Meat',
['ID'] = 'PreparedMeatItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Rice Noodles'] = {
['Type'] = 'ITEM',
['Name'] = 'Rice Noodles',
['ID'] = 'RiceNoodlesItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Smooth Gut Noodle Roll'] = {
['Name'] = 'Smooth Gut Noodle Roll',
['ID'] = 'SmoothGutNoodleRollItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SoftwoodBoardRecipe'] = {
['Name'] = {
['English'] = "Softwood Board",
['Russian'] = "Доска из хвойных пород",
['German'] = "Holzbrett aus Weichholz",
['French'] = "Planche en bois tendre",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.6',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Softwood'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood',
['ID'] = 'Softwood',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Softwood Board'] = {
['Name'] = 'Softwood Board',
['ID'] = 'SoftwoodBoardItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SoftwoodBoardsRecipe'] = {
['Name'] = {
['English'] = "Softwood Boards",
['Russian'] = "Доски из хвойных пород",
['German'] = "Bretter aus Weichholz",
['French'] = "Planches en bois tendre",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Softwood'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood',
['ID'] = 'Softwood',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Softwood Board'] = {
['Name'] = 'Softwood Board',
['ID'] = 'SoftwoodBoardItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SoftwoodDoubleShelfRecipe'] = {
['Name'] = {
['English'] = "Softwood Double Shelf",
['Russian'] = "Softwood Double Shelf",
['German'] = "Softwood Double Shelf",
['French'] = "Softwood Double Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Softwood Double Shelf'] = {
['Name'] = 'Softwood Double Shelf',
['ID'] = 'SoftwoodDoubleShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SoftwoodHewnLogRecipe'] = {
['Name'] = {
['English'] = "Softwood Hewn Log",
['Russian'] = "Тёсаное бревно хвойных пород",
['German'] = "Massivholz aus Weichholz",
['French'] = "Rondin de bois tendre taillé",
},
['CraftTime'] = '10',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Dowel'] = {
['Type'] = 'ITEM',
['Name'] = 'Dowel',
['ID'] = 'DowelItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Softwood'] = {
['Type'] = 'TAG',
['Name'] = 'Softwood',
['ID'] = 'Softwood',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Softwood Hewn Log'] = {
['Name'] = 'Softwood Hewn Log',
['ID'] = 'SoftwoodHewnLogItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SoftwoodLumberBenchRecipe'] = {
['Name'] = {
['English'] = "Softwood Lumber Bench",
['Russian'] = "Лавка из пиломатериалов хвойных пород",
['German'] = "Bauholzbank aus Weichholz",
['French'] = "Banc en bois d'œuvre tendre",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Softwood Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Lumber',
['ID'] = 'SoftwoodLumberItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Softwood Lumber Bench'] = {
['Name'] = 'Softwood Lumber Bench',
['ID'] = 'SoftwoodLumberBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SoftwoodLumberChairRecipe'] = {
['Name'] = {
['English'] = "Softwood Lumber Chair",
['Russian'] = "Стул из пиломатериалов хвойных пород",
['German'] = "Bauholzstuhl aus Weichholz",
['French'] = "Chaise en bois d'œuvre tendre",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Softwood Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Lumber',
['ID'] = 'SoftwoodLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Softwood Lumber Chair'] = {
['Name'] = 'Softwood Lumber Chair',
['ID'] = 'SoftwoodLumberChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SoftwoodLumberDoorRecipe'] = {
['Name'] = {
['English'] = "Softwood Lumber Door",
['Russian'] = "Дверь из пиломатериалов хвойных пород",
['German'] = "Bauholztür aus Weichholz",
['French'] = "Porte en bois d'œuvre tendre",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Softwood Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Lumber',
['ID'] = 'SoftwoodLumberItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Softwood Lumber Door'] = {
['Name'] = 'Softwood Lumber Door',
['ID'] = 'SoftwoodLumberDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SoftwoodLumberDresserRecipe'] = {
['Name'] = {
['English'] = "Softwood Lumber Dresser",
['Russian'] = "Комод из пиломатериалов хвойных пород",
['German'] = "Bauhholzkommode aus Weichholz",
['French'] = "Commode en bois d'œuvre tendre",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Softwood Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Lumber',
['ID'] = 'SoftwoodLumberItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Softwood Lumber Dresser'] = {
['Name'] = 'Softwood Lumber Dresser',
['ID'] = 'SoftwoodLumberDresserItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SoftwoodLumberHallwayTableRecipe'] = {
['Name'] = {
['English'] = "Softwood Lumber Hallway Table",
['Russian'] = "Softwood Lumber Hallway Table",
['German'] = "Softwood Lumber Hallway Table",
['French'] = "Softwood Lumber Hallway Table",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '14',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Softwood Lumber Hallway Table'] = {
['Name'] = 'Softwood Lumber Hallway Table',
['ID'] = 'SoftwoodLumberHallwayTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SoftwoodLumberRecipe'] = {
['Name'] = {
['English'] = "Softwood Lumber",
['Russian'] = "Пиломатериал из хвойных пород",
['German'] = "Bauholz aus Weichholz",
['French'] = "Bois d'œuvre tendre",
},
['CraftTime'] = '19',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Flaxseed Oil'] = {
['Type'] = 'ITEM',
['Name'] = 'Flaxseed Oil',
['ID'] = 'FlaxseedOilItem',
['Quantity'] = '0.5',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Softwood Board'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Board',
['ID'] = 'SoftwoodBoardItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Softwood Lumber'] = {
['Name'] = 'Softwood Lumber',
['ID'] = 'SoftwoodLumberItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SoftwoodLumberTableRecipe'] = {
['Name'] = {
['English'] = "Softwood Lumber Table",
['Russian'] = "Стол из пиломатериалов хвойных пород",
['German'] = "Bauholztisch aus Weichholz",
['French'] = "Table en bois d'œuvre tendre",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Softwood Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Softwood Lumber',
['ID'] = 'SoftwoodLumberItem',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Softwood Lumber Table'] = {
['Name'] = 'Softwood Lumber Table',
['ID'] = 'SoftwoodLumberTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SoilSamplerRecipe'] = {
['Name'] = {
['English'] = "Soil Sampler",
['Russian'] = "Анализатор почвы",
['German'] = "Bodenprüfer",
['French'] = "Analyseur de sol",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'FertilizersSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tool Bench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Soil Sampler'] = {
['Name'] = 'Soil Sampler',
['ID'] = 'SoilSamplerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SolarGeneratorRecipe'] = {
['Name'] = {
['English'] = "Solar Generator",
['Russian'] = "Солнечный генератор",
['German'] = "Solargenerator",
['French'] = "Générateur électrique solaire",
},
['CraftTime'] = '1200',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'ElectronicsSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Boiler'] = {
['Type'] = 'ITEM',
['Name'] = 'Boiler',
['ID'] = 'BoilerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Servo'] = {
['Type'] = 'ITEM',
['Name'] = 'Servo',
['ID'] = 'ServoItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Solar Generator'] = {
['Name'] = 'Solar Generator',
['ID'] = 'SolarGeneratorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SpikyRollRecipe'] = {
['Name'] = {
['English'] = "Spiky Roll",
['Russian'] = "Колючий ролл",
['German'] = "Stachelige Rolle",
['French'] = "Maki hérissé",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'AdvancedCookingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kitchen',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Boiled Rice'] = {
['Type'] = 'ITEM',
['Name'] = 'Boiled Rice',
['ID'] = 'BoiledRiceItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Urchin'] = {
['Type'] = 'ITEM',
['Name'] = 'Urchin',
['ID'] = 'UrchinItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Spiky Roll'] = {
['Name'] = 'Spiky Roll',
['ID'] = 'SpikyRollItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SpinMelterRecipe'] = {
['Name'] = {
['English'] = "Spin Melter",
['Russian'] = "Прядильная машина",
['German'] = "Schmelzschleuderer",
['French'] = "Extrudeuse",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'IndustrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Spin Melter'] = {
['Name'] = 'Spin Melter',
['ID'] = 'SpinMelterItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SpinWoolYarnRecipe'] = {
['Name'] = {
['English'] = "Spin Wool Yarn",
['Russian'] = "Пряжа из шерсти",
['German'] = "Wollgarn Spinnen",
['French'] = "Filage de laine",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Shorn Wool'] = {
['Type'] = 'ITEM',
['Name'] = 'Shorn Wool',
['ID'] = 'ShornWoolItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wool Yarn'] = {
['Name'] = 'Wool Yarn',
['ID'] = 'WoolYarnItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SquareBeltRecipe'] = {
['Name'] = {
['English'] = "Square Belt",
['Russian'] = "Ремень с квадратной пряжкой",
['German'] = "Quadratgürtel",
['French'] = "Ceinture carrée",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Square Belt'] = {
['Name'] = 'Square Belt',
['ID'] = 'SquareBeltItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SquareLumberPotRecipe'] = {
['Name'] = {
['English'] = "Square Lumber Pot",
['Russian'] = "Square Lumber Pot",
['German'] = "Square Lumber Pot",
['French'] = "Square Lumber Pot",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Lumber',
['ID'] = 'LumberItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Square Lumber Pot'] = {
['Name'] = 'Square Lumber Pot',
['ID'] = 'SquareLumberPotItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SquarePotRecipe'] = {
['Name'] = {
['English'] = "Square Pot",
['Russian'] = "Квадратный горшок",
['German'] = "Blumentopf (quadratisch)",
['French'] = "Pot carré",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'PotterySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Pottery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Square Pot'] = {
['Name'] = 'Square Pot',
['ID'] = 'PlanterPotSquareItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StampMillRecipe'] = {
['Name'] = {
['English'] = "Stamp Mill",
['Russian'] = "Штамповочная мельница",
['German'] = "Pochwerk",
['French'] = "Concasseur à percussions",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MechanicsSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Iron Gear'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Gear',
['ID'] = 'IronGearItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '14',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '14',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stamp Mill'] = {
['Name'] = 'Stamp Mill',
['ID'] = 'StampMillItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StandingBasaltPotRecipe'] = {
['Name'] = {
['English'] = "Standing Basalt Pot",
['Russian'] = "Standing Basalt Pot",
['German'] = "Standing Basalt Pot",
['French'] = "Standing Basalt Pot",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'BlacksmithSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Small Rough Basalt Pot'] = {
['Type'] = 'ITEM',
['Name'] = 'Small Rough Basalt Pot',
['ID'] = 'SmallRoughBasaltPotItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Standing Basalt Pot'] = {
['Name'] = 'Standing Basalt Pot',
['ID'] = 'StandingBasaltPotItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StandingClayPotRecipe'] = {
['Name'] = {
['English'] = "Standing Clay Pot",
['Russian'] = "Standing Clay Pot",
['German'] = "Standing Clay Pot",
['French'] = "Standing Clay Pot",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'PotterySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Pottery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'ITEM',
['Name'] = 'Lumber',
['ID'] = 'LumberItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Standing Clay Pot'] = {
['Name'] = 'Standing Clay Pot',
['ID'] = 'StandingClayPotItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StandingGlassSignRecipe'] = {
['Name'] = {
['English'] = "Standing Glass Sign",
['Russian'] = "Стеклянная табличка",
['German'] = "Glasschild (stehend)",
['French'] = "Grand panneau sur pied en verre",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'GlassworkingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Standing Glass Sign'] = {
['Name'] = 'Standing Glass Sign',
['ID'] = 'StandingGlassSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StandingLongSteelSignRecipe'] = {
['Name'] = {
['English'] = "Standing Long Steel Sign",
['Russian'] = "Стальная длинная стела",
['German'] = "Stahlschild (lang, stehend)",
['French'] = "Long panneau sur pied en acier",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'AdvancedSmeltingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Rolling Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Standing Long Steel Sign'] = {
['Name'] = 'Standing Long Steel Sign',
['ID'] = 'StandingLongSteelSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StandingSteelBrickSignRecipe'] = {
['Name'] = {
['English'] = "Standing Steel Brick Sign",
['Russian'] = "Стальная стела на кирпичном основании",
['German'] = "Stahlschild mit Ziegelsteinfundament (stehend)",
['French'] = "Panneau sur pied de brique et d'acier",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'PotterySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Brick'] = {
['Type'] = 'ITEM',
['Name'] = 'Brick',
['ID'] = 'BrickItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Mortar'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortar',
['ID'] = 'MortarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Standing Steel Brick Sign'] = {
['Name'] = 'Standing Steel Brick Sign',
['ID'] = 'StandingSteelBrickSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteamEngineRecipe'] = {
['Name'] = {
['English'] = "Steam Engine",
['Russian'] = "Паровой двигатель",
['German'] = "Dampf-Stromgenerator",
['French'] = "Machine à vapeur",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '25',
['LaborInCalories'] = '450',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
['Iron Pipe'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Pipe',
['ID'] = 'IronPipeItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steam Engine'] = {
['Name'] = 'Steam Engine',
['ID'] = 'SteamEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteamTractorHarvesterRecipe'] = {
['Name'] = {
['English'] = "Steam Tractor Harvester",
['Russian'] = "Жатка парового трактора",
['German'] = "Dampftraktor-Erntemaschine",
['French'] = "Moissonneuse pour tracteur à vapeur",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MechanicsSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Pipe'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Pipe',
['ID'] = 'IronPipeItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steam Tractor Harvester'] = {
['Name'] = 'Steam Tractor Harvester',
['ID'] = 'SteamTractorHarvesterItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteamTractorPlowRecipe'] = {
['Name'] = {
['English'] = "Steam Tractor Plow",
['Russian'] = "Плуг парового трактора",
['German'] = "Dampftraktor-Pflug",
['French'] = "Charrue pour tracteur à vapeur",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MechanicsSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steam Tractor Plow'] = {
['Name'] = 'Steam Tractor Plow',
['ID'] = 'SteamTractorPlowItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteamTractorRecipe'] = {
['Name'] = {
['English'] = "Steam Tractor",
['Russian'] = "Паровой трактор",
['German'] = "Dampftraktor",
['French'] = "Tracteur à vapeur",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '25',
['LaborInCalories'] = '1000',
['RequiredSkill'] = {'MechanicsSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Axle'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Axle',
['ID'] = 'IronAxleItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Iron Pipe'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Pipe',
['ID'] = 'IronPipeItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Iron Wheel'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Wheel',
['ID'] = 'IronWheelItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Portable Steam Engine'] = {
['Type'] = 'ITEM',
['Name'] = 'Portable Steam Engine',
['ID'] = 'PortableSteamEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steam Tractor'] = {
['Name'] = 'Steam Tractor',
['ID'] = 'SteamTractorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteamTractorScoopRecipe'] = {
['Name'] = {
['English'] = "Steam Tractor Scoop",
['Russian'] = "Ковш парового трактора",
['German'] = "Steam Tractor Scoop",
['French'] = "Pelleteuse pour tracteur à vapeur",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MechanicsSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steam Tractor Scoop'] = {
['Name'] = 'Steam Tractor Scoop',
['ID'] = 'SteamTractorScoopItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteamTractorSowerRecipe'] = {
['Name'] = {
['English'] = "Steam Tractor Sower",
['Russian'] = "Сеялка парового трактора",
['German'] = "Dampftraktor-Sämaschine",
['French'] = "Semoir pour tracteur à vapeur",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MechanicsSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Pipe'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Pipe',
['ID'] = 'IronPipeItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steam Tractor Sower'] = {
['Name'] = 'Steam Tractor Sower',
['ID'] = 'SteamTractorSowerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteamTractorTreeCutterRecipe'] = {
['Name'] = {
['English'] = "Steam Tractor Tree Cutter",
['Russian'] = "Steam Tractor Tree Cutter",
['German'] = "Steam Tractor Tree Cutter",
['French'] = "Steam Tractor Tree Cutter",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'MechanicsSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Gear'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Gear',
['ID'] = 'IronGearItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Iron Saw Blade'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Saw Blade',
['ID'] = 'IronSawBladeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steam Tractor Tree Cutter'] = {
['Name'] = 'Steam Tractor Tree Cutter',
['ID'] = 'SteamTractorTreeCutterItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteamTruckRecipe'] = {
['Name'] = {
['English'] = "Steam Truck",
['Russian'] = "Паровой грузовик",
['German'] = "Dampflastwagen",
['French'] = "Camion à vapeur",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '25',
['LaborInCalories'] = '1000',
['RequiredSkill'] = {'MechanicsSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Axle'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Axle',
['ID'] = 'IronAxleItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Iron Pipe'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Pipe',
['ID'] = 'IronPipeItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Iron Wheel'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Wheel',
['ID'] = 'IronWheelItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Portable Steam Engine'] = {
['Type'] = 'ITEM',
['Name'] = 'Portable Steam Engine',
['ID'] = 'PortableSteamEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Screws'] = {
['Type'] = 'ITEM',
['Name'] = 'Screws',
['ID'] = 'ScrewsItem',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steam Truck'] = {
['Name'] = 'Steam Truck',
['ID'] = 'SteamTruckItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelAbstractFixtureRecipe'] = {
['Name'] = {
['English'] = "Steel Abstract Fixture",
['Russian'] = "Стальной абстрактный светильник",
['German'] = "Stählerne abstrakte Vorrichtung",
['French'] = "Plafonnier abstrait en acier",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ElectronicsSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Composite Lumber',
['ID'] = 'CompositeLumber',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Abstract Fixture'] = {
['Name'] = 'Steel Abstract Fixture',
['ID'] = 'SteelAbstractFixtureItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelAxeRecipe'] = {
['Name'] = {
['English'] = "Steel Axe",
['Russian'] = "Стальной топор",
['German'] = "Stahlaxt",
['French'] = "Hache en acier",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '750',
['RequiredSkill'] = {'BlacksmithSkill','3'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Axe'] = {
['Name'] = 'Steel Axe',
['ID'] = 'SteelAxeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelAxleRecipe'] = {
['Name'] = {
['English'] = "Steel Axle",
['Russian'] = "Стальная ось",
['German'] = "Stahlachse",
['French'] = "Essieu en acier",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'IndustrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Lathe',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Axle'] = {
['Name'] = 'Steel Axle',
['ID'] = 'SteelAxleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelBarRecipe'] = {
['Name'] = {
['English'] = "Steel Bar",
['Russian'] = "Стальной брусок",
['German'] = "Stahlbarren",
['French'] = "Lingot d'acier",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedSmeltingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blast Furnace',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Ceramic Mold'] = {
['Type'] = 'ITEM',
['Name'] = 'Ceramic Mold',
['ID'] = 'CeramicMoldItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Crushed Coal'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Coal',
['ID'] = 'CrushedCoalItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Iron Concentrate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Concentrate',
['ID'] = 'IronConcentrateItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Quicklime'] = {
['Type'] = 'ITEM',
['Name'] = 'Quicklime',
['ID'] = 'QuicklimeItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Ceramic Mold'] = {
['Name'] = 'Ceramic Mold',
['ID'] = 'CeramicMoldItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
['Slag'] = {
['Name'] = 'Slag',
['ID'] = 'SlagItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
['Steel Bar'] = {
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelBuoyRecipe'] = {
['Name'] = {
['English'] = "Steel Buoy",
['Russian'] = "Стальной буй",
['German'] = "Stahlboje",
['French'] = "Balise en acier",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'MechanicsSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Buoy'] = {
['Name'] = 'Steel Buoy',
['ID'] = 'SteelBuoyItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelCeilingLightRecipe'] = {
['Name'] = {
['English'] = "Steel Ceiling Light",
['Russian'] = "Стальной потолочный светильник",
['German'] = "Stahl-Deckenlampe",
['French'] = "Plafonnier en acier",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ElectronicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Ceiling Light'] = {
['Name'] = 'Steel Ceiling Light',
['ID'] = 'SteelCeilingLightItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelFloorLampRecipe'] = {
['Name'] = {
['English'] = "Steel Floor Lamp",
['Russian'] = "Стальной торшер",
['German'] = "Stählerne Stehlampe",
['French'] = "Lampadaire en acier",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ElectronicsSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Floor Lamp'] = {
['Name'] = 'Steel Floor Lamp',
['ID'] = 'SteelFloorLampItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelGearboxRecipe'] = {
['Name'] = {
['English'] = "Steel Gearbox",
['Russian'] = "Стальная коробка передач",
['German'] = "Stahlgetriebe",
['French'] = "Boîte de vitesses en acier",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '2.5',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'IndustrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Planer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Steel Gear'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Gear',
['ID'] = 'SteelGearItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Gearbox'] = {
['Name'] = 'Steel Gearbox',
['ID'] = 'SteelGearboxItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelGearRecipe'] = {
['Name'] = {
['English'] = "Steel Gear",
['Russian'] = "Стальная шестерня",
['German'] = "Stahlzahnrad",
['French'] = "Engrenage en acier",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'IndustrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Planer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Gear'] = {
['Name'] = 'Steel Gear',
['ID'] = 'SteelGearItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelHammerRecipe'] = {
['Name'] = {
['English'] = "Steel Hammer",
['Russian'] = "Стальной молоток",
['German'] = "Stahlhammer",
['French'] = "Marteau en acier",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '750',
['RequiredSkill'] = {'BlacksmithSkill','3'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Hammer'] = {
['Name'] = 'Steel Hammer',
['ID'] = 'SteelHammerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelHangingFixtureRecipe'] = {
['Name'] = {
['English'] = "Steel Hanging Fixture",
['Russian'] = "Стальной подвесной светильник",
['German'] = "Stählerne hängende Vorrichtung",
['French'] = "Plafonnier décoratif en acier",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ElectronicsSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Composite Lumber',
['ID'] = 'CompositeLumber',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Hanging Fixture'] = {
['Name'] = 'Steel Hanging Fixture',
['ID'] = 'SteelHangingFixtureItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelHangingLampRecipe'] = {
['Name'] = {
['English'] = "Steel Hanging Lamp",
['Russian'] = "Стальная подвесная лампа",
['German'] = "Stählerne Hängelampe",
['French'] = "Plafonnier suspendu en acier",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ElectronicsSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Composite Lumber',
['ID'] = 'CompositeLumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Hanging Lamp'] = {
['Name'] = 'Steel Hanging Lamp',
['ID'] = 'SteelHangingLampItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelHoeRecipe'] = {
['Name'] = {
['English'] = "Steel Hoe",
['Russian'] = "Стальная тяпка",
['German'] = "Stahlhacke",
['French'] = "Binette en acier",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '750',
['RequiredSkill'] = {'BlacksmithSkill','3'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Hoe'] = {
['Name'] = 'Steel Hoe',
['ID'] = 'SteelHoeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelKitchenLampRecipe'] = {
['Name'] = {
['English'] = "Steel Kitchen Lamp",
['Russian'] = "Стальная кухонная лампа",
['German'] = "Stählerne Küchenlampe",
['French'] = "Lustre de cuisine en acier",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ElectronicsSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Kitchen Lamp'] = {
['Name'] = 'Steel Kitchen Lamp',
['ID'] = 'SteelKitchenLampItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelMacheteRecipe'] = {
['Name'] = {
['English'] = "Steel Machete",
['Russian'] = "Стальное мачете",
['German'] = "Stahlmachete",
['French'] = "Machette en acier",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '750',
['RequiredSkill'] = {'BlacksmithSkill','3'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Machete'] = {
['Name'] = 'Steel Machete',
['ID'] = 'SteelMacheteItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelMooragePostRecipe'] = {
['Name'] = {
['English'] = "Steel Moorage Post",
['Russian'] = "Стальной Причальный столб",
['German'] = "Stahl Ankerplatz",
['French'] = "Bollard en acier",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'ShipwrightSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Medium Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nylon Mooring Rope'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Mooring Rope',
['ID'] = 'NylonMooringRopeItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Moorage Post'] = {
['Name'] = 'Steel Moorage Post',
['ID'] = 'SteelMooragePostItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelPickaxeRecipe'] = {
['Name'] = {
['English'] = "Steel Pickaxe",
['Russian'] = "Стальная кирка",
['German'] = "Stahlspitzhacke",
['French'] = "Pioche en acier",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '750',
['RequiredSkill'] = {'BlacksmithSkill','3'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Pickaxe'] = {
['Name'] = 'Steel Pickaxe',
['ID'] = 'SteelPickaxeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelPipeRecipe'] = {
['Name'] = {
['English'] = "Steel Pipe",
['Russian'] = "Стальная труба",
['German'] = "Stahlrohr",
['French'] = "Tuyau en acier",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'AdvancedSmeltingSkill','1'},
['RequiresModule'] = 'Power Hammer',
['CraftingTables'] = 'Blast Furnace',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Pipe'] = {
['Name'] = 'Steel Pipe',
['ID'] = 'SteelPipeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelPlateRecipe'] = {
['Name'] = {
['English'] = "Steel Plate",
['Russian'] = "Стальная пластина",
['German'] = "Stahlplatte",
['French'] = "Plaque d’acier",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'IndustrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Stamping Press',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Plate'] = {
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelSawBladeRecipe'] = {
['Name'] = {
['English'] = "Steel Saw Blade",
['Russian'] = "Стальной пильный диск",
['German'] = "Stahlsägeblatt",
['French'] = "Lame de scie en acier",
},
['CraftTime'] = '72',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'BlacksmithSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Saw Blade'] = {
['Name'] = 'Steel Saw Blade',
['ID'] = 'SteelSawBladeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelSearchlightRecipe'] = {
['Name'] = {
['English'] = "Steel Searchlight",
['Russian'] = "Стальной прожектор",
['German'] = "Stählerner Suchscheinwerver",
['French'] = "Projecteur en acier",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '20',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ElectronicsSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Searchlight'] = {
['Name'] = 'Steel Searchlight',
['ID'] = 'SteelSearchlightItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelShovelRecipe'] = {
['Name'] = {
['English'] = "Steel Shovel",
['Russian'] = "Стальная лопата",
['German'] = "Stahlschaufel",
['French'] = "Pelle en acier",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '750',
['RequiredSkill'] = {'BlacksmithSkill','3'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Shovel'] = {
['Name'] = 'Steel Shovel',
['ID'] = 'SteelShovelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelSickleRecipe'] = {
['Name'] = {
['English'] = "Steel Sickle",
['Russian'] = "Стальной серп",
['German'] = "Stahlsichel",
['French'] = "Faucille en acier",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '750',
['RequiredSkill'] = {'BlacksmithSkill','3'},
['RequiresModule'] = 'Blacksmith Table',
['CraftingTables'] = 'Power Hammer',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Sickle'] = {
['Name'] = 'Steel Sickle',
['ID'] = 'SteelSickleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelSpringRecipe'] = {
['Name'] = {
['English'] = "Steel Spring",
['Russian'] = "Стальная пружина",
['German'] = "Steel Spring",
['French'] = "Ressort en acier",
},
['CraftTime'] = '48',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '85',
['RequiredSkill'] = {'AdvancedSmeltingSkill','2'},
['RequiresModule'] = 'Power Hammer',
['CraftingTables'] = 'Blast Furnace',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Spring'] = {
['Name'] = 'Steel Spring',
['ID'] = 'SteelSpringItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelSquareFixtureRecipe'] = {
['Name'] = {
['English'] = "Steel Square Fixture",
['Russian'] = "Стальной квадратный светильник",
['German'] = "Stählerne quadratische Halterung",
['French'] = "Plafonnier carré en acier",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ElectronicsSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Composite Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Composite Lumber',
['ID'] = 'CompositeLumber',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Square Fixture'] = {
['Name'] = 'Steel Square Fixture',
['ID'] = 'SteelSquareFixtureItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SteelTableLampRecipe'] = {
['Name'] = {
['English'] = "Steel Table Lamp",
['Russian'] = "Стальная настольная лампа",
['German'] = "Stahltischlampe",
['French'] = "Lampe de table en acier",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ElectronicsSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Plastic'] = {
['Type'] = 'ITEM',
['Name'] = 'Plastic',
['ID'] = 'PlasticItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Steel Table Lamp'] = {
['Name'] = 'Steel Table Lamp',
['ID'] = 'SteelTableLampItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StenographersTableRecipe'] = {
['Name'] = {
['English'] = "Stenographers Table",
['Russian'] = "Стол стенографиста",
['German'] = "Stenographentisch",
['French'] = "Table des sténographes",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Paper'] = {
['Type'] = 'ITEM',
['Name'] = 'Paper',
['ID'] = 'PaperItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stenographers Table'] = {
['Name'] = 'Stenographers Table',
['ID'] = 'StenographersTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StockpileRecipe'] = {
['Name'] = {
['English'] = "Stockpile",
['Russian'] = "Склад",
['German'] = "Lager (Groß)",
['French'] = "Réserve",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stockpile'] = {
['Name'] = 'Stockpile',
['ID'] = 'StockpileItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StoneAxeRecipe'] = {
['Name'] = {
['English'] = "Stone Axe",
['Russian'] = "Каменный топор",
['German'] = "Steinaxt",
['French'] = "Hache en pierre",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tool Bench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stone Axe'] = {
['Name'] = 'Stone Axe',
['ID'] = 'StoneAxeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StoneBrazierRecipe'] = {
['Name'] = {
['English'] = "Stone Brazier",
['Russian'] = "Каменная жаровня",
['German'] = "Feuerschale aus Stein",
['French'] = "Brasero en pierre",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stone Brazier'] = {
['Name'] = 'Stone Brazier',
['ID'] = 'StoneBrazierItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StoneHammerRecipe'] = {
['Name'] = {
['English'] = "Stone Hammer",
['Russian'] = "Каменный молоток",
['German'] = "Steinhammer",
['French'] = "Marteau en pierre",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tool Bench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stone Hammer'] = {
['Name'] = 'Stone Hammer',
['ID'] = 'StoneHammerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StoneMacheteRecipe'] = {
['Name'] = {
['English'] = "Stone Machete",
['Russian'] = "Каменное мачете",
['German'] = "Steinmachete",
['French'] = "Machette en pierre",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tool Bench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stone Machete'] = {
['Name'] = 'Stone Machete',
['ID'] = 'StoneMacheteItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StonePickaxeRecipe'] = {
['Name'] = {
['English'] = "Stone Pickaxe",
['Russian'] = "Каменная кирка",
['German'] = "Steinspitzhacke",
['French'] = "Pioche en pierre",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tool Bench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stone Pickaxe'] = {
['Name'] = 'Stone Pickaxe',
['ID'] = 'StonePickaxeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StonePlaqueRecipe'] = {
['Name'] = {
['English'] = "Stone Plaque",
['Russian'] = "Каменная Наградная доска",
['German'] = "Stone Plaque",
['French'] = "Plaque de pierre",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '80',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stone Plaque'] = {
['Name'] = 'Stone Plaque',
['ID'] = 'StonePlaqueItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StoneRoadRecipe'] = {
['Name'] = {
['English'] = "Stone Road",
['Russian'] = "Каменная дорога",
['German'] = "Steinstraße",
['French'] = "Route pavée",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'BasicEngineeringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Wainwright Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Crushed Rock',
['ID'] = 'CrushedRock',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Mortar'] = {
['Type'] = 'ITEM',
['Name'] = 'Mortar',
['ID'] = 'MortarItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stone Road'] = {
['Name'] = 'Stone Road',
['ID'] = 'StoneRoadItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StoneRoadToolRecipe'] = {
['Name'] = {
['English'] = "Stone Road Tool",
['Russian'] = "Каменная трамбовка",
['German'] = "Steinstraßenwerkzeug",
['French'] = "Outil de route en pierre",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'BasicEngineeringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tool Bench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stone Road Tool'] = {
['Name'] = 'Stone Road Tool',
['ID'] = 'StoneRoadToolItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StoneSickleRecipe'] = {
['Name'] = {
['English'] = "Stone Sickle",
['Russian'] = "Каменный серп",
['German'] = "Steinsichel",
['French'] = "Faucille en pierre",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tool Bench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stone Sickle'] = {
['Name'] = 'Stone Sickle',
['ID'] = 'StoneSickleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StopSignRecipe'] = {
['Name'] = {
['English'] = "Stop Sign",
['Russian'] = "Знак Стоп",
['German'] = "Stoppschild",
['French'] = "Panneau stop",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'BasicEngineeringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Wainwright Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stop Sign'] = {
['Name'] = 'Stop Sign',
['ID'] = 'StopSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StorageChestRecipe'] = {
['Name'] = {
['English'] = "Storage Chest",
['Russian'] = "Сундук",
['German'] = "Truhe",
['French'] = "Coffre",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Storage Chest'] = {
['Name'] = 'Storage Chest',
['ID'] = 'StorageChestItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StorageSiloRecipe'] = {
['Name'] = {
['English'] = "Storage Silo",
['Russian'] = "Силосная башня",
['German'] = "Hölzernes Vorratssilo",
['French'] = "Silo de stockage",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'CarpentrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Pipe'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Pipe',
['ID'] = 'IronPipeItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Storage Silo'] = {
['Name'] = 'Storage Silo',
['ID'] = 'StorageSiloItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StoreRecipe'] = {
['Name'] = {
['English'] = "Store",
['Russian'] = "Магазин",
['German'] = "Shop-Name",
['French'] = "Magasin",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Store'] = {
['Name'] = 'Store',
['ID'] = 'StoreItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StoreSignRecipe'] = {
['Name'] = {
['English'] = "Store Sign",
['Russian'] = "Вывеска магазина",
['German'] = "Ladenschild",
['French'] = "Enseigne de magasin",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Store Sign'] = {
['Name'] = 'Store Sign',
['ID'] = 'StoreSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StoveRecipe'] = {
['Name'] = {
['English'] = "Stove",
['Russian'] = "Плита",
['German'] = "Herd",
['French'] = "Cuisinière",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '900',
['RequiredSkill'] = {'MechanicsSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Rivet'] = {
['Type'] = 'ITEM',
['Name'] = 'Rivet',
['ID'] = 'RivetItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stove'] = {
['Name'] = 'Stove',
['ID'] = 'StoveItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StreetlampRecipe'] = {
['Name'] = {
['English'] = "Streetlamp",
['Russian'] = "Уличный фонарь",
['German'] = "Straßenlaterne",
['French'] = "Réverbère",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'ElectronicsSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Streetlamp'] = {
['Name'] = 'Streetlamp',
['ID'] = 'StreetlampItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StreetSignRecipe'] = {
['Name'] = {
['English'] = "Street Sign",
['Russian'] = "Уличный указатель",
['German'] = "Straßenschild",
['French'] = "Panneau de rue",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'BasicEngineeringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Wainwright Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Street Sign'] = {
['Name'] = 'Street Sign',
['ID'] = 'StreetSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StuffedAlligatorRecipe'] = {
['Name'] = {
['English'] = "Stuffed Alligator",
['Russian'] = "Чучело аллигатора",
['German'] = "Ausgestopfter Alligator",
['French'] = "Alligator empaillé",
},
['CraftTime'] = '720',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'HuntingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Alligator Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Alligator Carcass',
['ID'] = 'AlligatorCarcassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stuffed Alligator'] = {
['Name'] = 'Stuffed Alligator',
['ID'] = 'StuffedAlligatorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StuffedBisonRecipe'] = {
['Name'] = {
['English'] = "Stuffed Bison",
['Russian'] = "Чучело бизона",
['German'] = "Ausgestopftes Bison",
['French'] = "Bison empaillé",
},
['CraftTime'] = '720',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'HuntingSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Bison Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Bison Carcass',
['ID'] = 'BisonCarcassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stuffed Bison'] = {
['Name'] = 'Stuffed Bison',
['ID'] = 'StuffedBisonItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StuffedElkRecipe'] = {
['Name'] = {
['English'] = "Stuffed Elk",
['Russian'] = "Чучело вапити",
['German'] = "Ausgestopfter Wapiti",
['French'] = "Wapiti empaillé",
},
['CraftTime'] = '720',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'HuntingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Elk Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Elk Carcass',
['ID'] = 'ElkCarcassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stuffed Elk'] = {
['Name'] = 'Stuffed Elk',
['ID'] = 'StuffedElkItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StuffedGoatRecipe'] = {
['Name'] = {
['English'] = "Stuffed Goat",
['Russian'] = "Чучело козы",
['German'] = "Ausgestopfte Ziege",
['French'] = "Chèvre des montagnes empaillé",
},
['CraftTime'] = '720',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'HuntingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Mountain Goat Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Mountain Goat Carcass',
['ID'] = 'MountainGoatCarcassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Stuffed Goat'] = {
['Name'] = 'Stuffed Goat',
['ID'] = 'StuffedGoatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StuffedJaguarRecipe'] = {
['Name'] = {
['English'] = "Stuffed Jaguar",
['Russian'] = "Чучело ягуара",
['German'] = "Ausgestopfter Jaguar",
['French'] = "Jaguar empaillé",
},
['CraftTime'] = '720',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'HuntingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Jaguar Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Jaguar Carcass',
['ID'] = 'JaguarCarcassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stuffed Jaguar'] = {
['Name'] = 'Stuffed Jaguar',
['ID'] = 'StuffedJaguarItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StuffedTurkeyRecipe'] = {
['Name'] = {
['English'] = "Stuffed Turkey",
['Russian'] = "Фаршированная индейка",
['German'] = "Gefüllter Truthahn",
['French'] = "Dinde farcie",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'AdvancedBakingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Bread'] = {
['Type'] = 'ITEM',
['Name'] = 'Bread',
['ID'] = 'BreadItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Prime Cut'] = {
['Type'] = 'ITEM',
['Name'] = 'Prime Cut',
['ID'] = 'PrimeCutItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Vegetable Medley'] = {
['Type'] = 'ITEM',
['Name'] = 'Vegetable Medley',
['ID'] = 'VegetableMedleyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stuffed Turkey'] = {
['Name'] = 'Stuffed Turkey',
['ID'] = 'StuffedTurkeyItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StuffedWolfRecipe'] = {
['Name'] = {
['English'] = "Stuffed Wolf",
['Russian'] = "Чучело волка",
['German'] = "Ausgestopfter Wolf",
['French'] = "Loup empaillé",
},
['CraftTime'] = '720',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '300',
['RequiredSkill'] = {'HuntingSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wolf Carcass'] = {
['Type'] = 'ITEM',
['Name'] = 'Wolf Carcass',
['ID'] = 'WolfCarcassItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Stuffed Wolf'] = {
['Name'] = 'Stuffed Wolf',
['ID'] = 'StuffedWolfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StumpBedRecipe'] = {
['Name'] = {
['English'] = "Stump Bed",
['Russian'] = "Stump Bed",
['German'] = "Stump Bed",
['French'] = "Stump Bed",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stump Bed'] = {
['Name'] = 'Stump Bed',
['ID'] = 'StumpBedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StumpChairRecipe'] = {
['Name'] = {
['English'] = "Stump Chair",
['Russian'] = "Stump Chair",
['German'] = "Stump Chair",
['French'] = "Stump Chair",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stump Chair'] = {
['Name'] = 'Stump Chair',
['ID'] = 'StumpChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StumpLatrineRecipe'] = {
['Name'] = {
['English'] = "Stump Latrine",
['Russian'] = "Stump Latrine",
['German'] = "Stump Latrine",
['French'] = "Stump Latrine",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stump Latrine'] = {
['Name'] = 'Stump Latrine',
['ID'] = 'StumpLatrineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['StumpTableRecipe'] = {
['Name'] = {
['English'] = "Stump Table",
['Russian'] = "Stump Table",
['German'] = "Stump Table",
['French'] = "Stump Table",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Stump Table'] = {
['Name'] = 'Stump Table',
['ID'] = 'StumpTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SubstrateRecipe'] = {
['Name'] = {
['English'] = "Substrate",
['Russian'] = "Подложка",
['German'] = "Substrat",
['French'] = "Substrat",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'ElectronicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electronics Assembly',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Fiberglass'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiberglass',
['ID'] = 'FiberglassItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Substrate'] = {
['Name'] = 'Substrate',
['ID'] = 'SubstrateItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SugarRecipe'] = {
['Name'] = {
['English'] = "Sugar",
['Russian'] = "Сахар",
['German'] = "Zucker",
['French'] = "Sucre",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Huckleberries'] = {
['Type'] = 'ITEM',
['Name'] = 'Huckleberries',
['ID'] = 'HuckleberriesItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sugar'] = {
['Name'] = 'Sugar',
['ID'] = 'SugarItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SulfurcreteRecipe'] = {
['Name'] = {
['English'] = "Sulfurcrete",
['Russian'] = "Sulfurcrete",
['German'] = "Sulfurcrete",
['French'] = "Sulfurcrete",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'MasonrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cement Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Sulfur'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Sulfur',
['ID'] = 'CrushedSulfurItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Rebar'] = {
['Type'] = 'ITEM',
['Name'] = 'Rebar',
['ID'] = 'RebarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Sand'] = {
['Type'] = 'ITEM',
['Name'] = 'Sand',
['ID'] = 'SandItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Reinforced Concrete'] = {
['Name'] = 'Reinforced Concrete',
['ID'] = 'ReinforcedConcreteItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SunCheeseRecipe'] = {
['Name'] = {
['English'] = "Sun Cheese",
['Russian'] = "Сыр из семечек подсолнуха",
['German'] = "Sonnenblumenkäse",
['French'] = "Fromage de tournesol",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MillingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Oil'] = {
['Type'] = 'TAG',
['Name'] = 'Oil',
['ID'] = 'Oil',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Rice'] = {
['Type'] = 'ITEM',
['Name'] = 'Rice',
['ID'] = 'RiceItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Sunflower Seed'] = {
['Type'] = 'ITEM',
['Name'] = 'Sunflower Seed',
['ID'] = 'SunflowerSeedItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Yeast'] = {
['Type'] = 'ITEM',
['Name'] = 'Yeast',
['ID'] = 'YeastItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sun Cheese'] = {
['Name'] = 'Sun Cheese',
['ID'] = 'SunCheeseItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SunflowerOilRecipe'] = {
['Name'] = {
['English'] = "Sunflower Oil",
['Russian'] = "Подсолнечное масло",
['German'] = "Sonnenblumenöl",
['French'] = "Huile de tournesol",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'MillingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Sunflower Seed'] = {
['Type'] = 'ITEM',
['Name'] = 'Sunflower Seed',
['ID'] = 'SunflowerSeedItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Oil'] = {
['Name'] = 'Oil',
['ID'] = 'OilItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SunflowerSeedRecipe'] = {
['Name'] = {
['English'] = "Sunflower Seed",
['Russian'] = "Семечко подсолнечника",
['German'] = "Samen (Sonnenblume)",
['French'] = "Graine de tournesol",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Sunflower'] = {
['Type'] = 'ITEM',
['Name'] = 'Sunflower',
['ID'] = 'SunflowerItem',
['Quantity'] = '0.5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sunflower Seed'] = {
['Name'] = 'Sunflower Seed',
['ID'] = 'SunflowerSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SweetJerkyRecipe'] = {
['Name'] = {
['English'] = "Sweet Jerky",
['Russian'] = "Сладкое вяленое мясо",
['German'] = "Sweet Jerky",
['French'] = "Viande séché sucré",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'HuntingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fish Rack',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fruit'] = {
['Type'] = 'TAG',
['Name'] = 'Fruit',
['ID'] = 'Fruit',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Oil'] = {
['Type'] = 'TAG',
['Name'] = 'Oil',
['ID'] = 'Oil',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Raw Meat'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Meat',
['ID'] = 'RawMeatItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Sugar'] = {
['Type'] = 'ITEM',
['Name'] = 'Sugar',
['ID'] = 'SugarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sweet Deer Jerky'] = {
['Name'] = 'Sweet Deer Jerky',
['ID'] = 'SweetDeerJerkyItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SweetSaladRecipe'] = {
['Name'] = {
['English'] = "Sweet Salad",
['Russian'] = "Сладкий салат",
['German'] = "Süßer Salat",
['French'] = "Salade douce",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '65',
['RequiredSkill'] = {'AdvancedCookingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kitchen',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Salad'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Salad',
['ID'] = 'BasicSaladItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Fruit Salad'] = {
['Type'] = 'ITEM',
['Name'] = 'Fruit Salad',
['ID'] = 'FruitSaladItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Simple Syrup'] = {
['Type'] = 'ITEM',
['Name'] = 'Simple Syrup',
['ID'] = 'SimpleSyrupItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Sweet Salad'] = {
['Name'] = 'Sweet Salad',
['ID'] = 'SweetSaladItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SwirlVaseRecipe'] = {
['Name'] = {
['English'] = "Swirl Vase",
['Russian'] = "Вихревая ваза",
['German'] = "Strudelvase",
['French'] = "Vase tourbillonnant",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '90',
['RequiredSkill'] = {'GlassworkingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Glassworks',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cyan Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'Cyan Powder',
['ID'] = 'CyanPowderItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Glass'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass',
['ID'] = 'GlassItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Swirl Vase'] = {
['Name'] = 'Swirl Vase',
['ID'] = 'SwirlVaseItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['SyntheticRubberRecipe'] = {
['Name'] = {
['English'] = "Synthetic Rubber",
['Russian'] = "Синтетическая резина",
['German'] = "Synthetischer Gummi",
['French'] = "Caoutchouc synthétique",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'OilDrillingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Oil Refinery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Crushed Sulfur'] = {
['Type'] = 'ITEM',
['Name'] = 'Crushed Sulfur',
['ID'] = 'CrushedSulfurItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Petroleum'] = {
['Type'] = 'ITEM',
['Name'] = 'Petroleum',
['ID'] = 'PetroleumItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Barrel'] = {
['Name'] = 'Barrel',
['ID'] = 'BarrelItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
['Synthetic Rubber'] = {
['Name'] = 'Synthetic Rubber',
['ID'] = 'SyntheticRubberItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TailorBowlerHatRecipe'] = {
['Name'] = {
['English'] = "Tailor Bowler Hat",
['Russian'] = "Шляпа-котелок Портного",
['German'] = "Schneidermelone",
['French'] = "Ensemble de tailleur : Chapeau melon",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Fur Pelt'] = {
['Type'] = 'ITEM',
['Name'] = 'Fur Pelt',
['ID'] = 'FurPeltItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tailor Bowler Hat'] = {
['Name'] = 'Tailor Bowler Hat',
['ID'] = 'TailorBowlerHatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TailoringBasicUpgradeRecipe'] = {
['Name'] = {
['English'] = "Tailoring Basic Upgrade",
['Russian'] = "Базовое улучшение для портняжного дела",
['German'] = "Grundlegendes Upgrade: Schneidern",
['French'] = "Amélioration basique : Couture",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '3000',
['RequiredSkill'] = {'TailoringSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Upgrade 4',
['ID'] = 'BasicUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Tailoring Basic Upgrade'] = {
['Name'] = 'Tailoring Basic Upgrade',
['ID'] = 'TailoringUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TailoringModernUpgradeRecipe'] = {
['Name'] = {
['English'] = "Tailoring Modern Upgrade",
['Russian'] = "Современное улучшение для портняжного дела",
['German'] = "Modernes Upgrade: Schneidern",
['French'] = "Amélioration moderne : Couture",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '9000',
['RequiredSkill'] = {'TailoringSkill','7'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Modern Upgrade 4'] = {
['Type'] = 'ITEM',
['Name'] = 'Modern Upgrade 4',
['ID'] = 'ModernUpgradeLvl4Item',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Tailoring Modern Upgrade'] = {
['Name'] = 'Tailoring Modern Upgrade',
['ID'] = 'TailoringModernUpgradeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TailoringSkillBookRecipe'] = {
['Name'] = {
['English'] = "Tailoring Skill Book",
['Russian'] = "Книга о портняжном деле",
['German'] = "Fertigkeitsbuch: Schneidern",
['French'] = "Livre de compétence : Couture",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'GatheringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Research Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Agriculture Research Paper Advanced'] = {
['Type'] = 'ITEM',
['Name'] = 'Agriculture Research Paper Advanced',
['ID'] = 'AgricultureResearchPaperAdvancedItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Basic Research'] = {
['Type'] = 'TAG',
['Name'] = 'Basic Research',
['ID'] = 'Basic Research',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Gathering Research Paper Basic'] = {
['Type'] = 'ITEM',
['Name'] = 'Gathering Research Paper Basic',
['ID'] = 'GatheringResearchPaperBasicItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tailoring Skill Book'] = {
['Name'] = 'Tailoring Skill Book',
['ID'] = 'TailoringSkillBook',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TailoringTableRecipe'] = {
['Name'] = {
['English'] = "Tailoring Table",
['Russian'] = "Стол портного",
['German'] = "Schneidertisch",
['French'] = "Atelier de couture",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '50',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tailoring Table'] = {
['Name'] = 'Tailoring Table',
['ID'] = 'TailoringTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TailorPantsRecipe'] = {
['Name'] = {
['English'] = "Tailor Pants",
['Russian'] = "Штаны Портного",
['German'] = "Schneiderhose",
['French'] = "Ensemble de tailleur : Pantalon",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tailor Pants'] = {
['Name'] = 'Tailor Pants',
['ID'] = 'TailorPantsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TailorShirtRecipe'] = {
['Name'] = {
['English'] = "Tailor Shirt",
['Russian'] = "Рубашка Портного",
['German'] = "Schneiderhemd",
['French'] = "Ensemble de tailleur : Chemise",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tailor Shirt'] = {
['Name'] = 'Tailor Shirt',
['ID'] = 'TailorShirtItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TailorShoesRecipe'] = {
['Name'] = {
['English'] = "Tailor Shoes",
['Russian'] = "Ботинки Портного",
['German'] = "Schneiderschuhe",
['French'] = "Ensemble de tailleur : Chaussures",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tailor Shoes'] = {
['Name'] = 'Tailor Shoes',
['ID'] = 'TailorShoesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TailorSignRecipe'] = {
['Name'] = {
['English'] = "Tailor Sign",
['Russian'] = "Вывеска Портного",
['German'] = "Schneiderschild",
['French'] = "Enseigne du couturier",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Store Sign'] = {
['Type'] = 'ITEM',
['Name'] = 'Store Sign',
['ID'] = 'StoreSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Tailor Sign'] = {
['Name'] = 'Tailor Sign',
['ID'] = 'TailorSignItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TallBootsRecipe'] = {
['Name'] = {
['English'] = "Tall Boots",
['Russian'] = "Сапоги",
['German'] = "Hohe Stiefel",
['French'] = "Bottes hautes",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '150',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fur Pelt'] = {
['Type'] = 'ITEM',
['Name'] = 'Fur Pelt',
['ID'] = 'FurPeltItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tall Boots'] = {
['Name'] = 'Tall Boots',
['ID'] = 'TallBootsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TallLimestonePotRecipe'] = {
['Name'] = {
['English'] = "Tall Limestone Pot",
['Russian'] = "Tall Limestone Pot",
['German'] = "Tall Limestone Pot",
['French'] = "Tall Limestone Pot",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'MasonrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Limestone'] = {
['Type'] = 'ITEM',
['Name'] = 'Limestone',
['ID'] = 'LimestoneItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tall Limestone Pot'] = {
['Name'] = 'Tall Limestone Pot',
['ID'] = 'TallLimestonePotItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TallowCandleRecipe'] = {
['Name'] = {
['English'] = "Tallow Candle",
['Russian'] = "Сальная свеча",
['German'] = "Talgkerze",
['French'] = "Bougie en suif",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'FarmingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Thread'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Thread',
['ID'] = 'CottonThreadItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Tallow'] = {
['Type'] = 'ITEM',
['Name'] = 'Tallow',
['ID'] = 'TallowItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tallow Candle'] = {
['Name'] = 'Tallow Candle',
['ID'] = 'TallowCandleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TallowLampRecipe'] = {
['Name'] = {
['English'] = "Tallow Lamp",
['Russian'] = "Сальная лампа",
['German'] = "Talglampe",
['French'] = "Lampe à suif",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'MasonrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Cotton Thread'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Thread',
['ID'] = 'CottonThreadItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Tallow'] = {
['Type'] = 'ITEM',
['Name'] = 'Tallow',
['ID'] = 'TallowItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tallow Lamp'] = {
['Name'] = 'Tallow Lamp',
['ID'] = 'TallowLampItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TallowWallLampRecipe'] = {
['Name'] = {
['English'] = "Tallow Wall Lamp",
['Russian'] = "Настенная сальная лампа",
['German'] = "Talgwandlampe",
['French'] = "Lampe à suif murale",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'BlacksmithSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blacksmith Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Thread'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Thread',
['ID'] = 'CottonThreadItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Tallow'] = {
['Type'] = 'ITEM',
['Name'] = 'Tallow',
['ID'] = 'TallowItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tallow Wall Lamp'] = {
['Name'] = 'Tallow Wall Lamp',
['ID'] = 'TallowWallLampItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TanningLeatherRecipe'] = {
['Name'] = {
['English'] = "Tanning Leather",
['Russian'] = "Дублёная кожа",
['German'] = "Tanning Leather",
['French'] = "Tannage du cuir",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'ButcherySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fur Pelt'] = {
['Type'] = 'ITEM',
['Name'] = 'Fur Pelt',
['ID'] = 'FurPeltItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Leather Hide'] = {
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Tallow'] = {
['Name'] = 'Tallow',
['ID'] = 'TallowItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TapestryFishRecipe'] = {
['Name'] = {
['English'] = "Tapestry Fish",
['Russian'] = "Гобелен с рыбой",
['German'] = "Tapestry Fish",
['French'] = "Tapisserie poisson",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Tapestry'] = {
['Type'] = 'ITEM',
['Name'] = 'Tapestry',
['ID'] = 'TapestryItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Tapestry Fish'] = {
['Name'] = 'Tapestry Fish',
['ID'] = 'TapestryFishItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TapestryRecipe'] = {
['Name'] = {
['English'] = "Tapestry",
['Russian'] = "Гобелен",
['German'] = "Tapestry",
['French'] = "Tapisserie",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tapestry'] = {
['Name'] = 'Tapestry',
['ID'] = 'TapestryItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TapestrySunsetRecipe'] = {
['Name'] = {
['English'] = "Tapestry Sunset",
['Russian'] = "Гобелен с закатом",
['German'] = "Tapestry Sunset",
['French'] = "Tapisserie coucher de soleil",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Tapestry'] = {
['Type'] = 'ITEM',
['Name'] = 'Tapestry',
['ID'] = 'TapestryItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Tapestry Sunset'] = {
['Name'] = 'Tapestry Sunset',
['ID'] = 'TapestrySunsetItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TaroFriesRecipe'] = {
['Name'] = {
['English'] = "Taro Fries",
['Russian'] = "Таро Фри",
['German'] = "Taro-Fritten",
['French'] = "Frites de taro",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Oil'] = {
['Type'] = 'TAG',
['Name'] = 'Oil',
['ID'] = 'Oil',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Taro Root'] = {
['Type'] = 'ITEM',
['Name'] = 'Taro Root',
['ID'] = 'TaroRootItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Taro Fries'] = {
['Name'] = 'Taro Fries',
['ID'] = 'TaroFriesItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TaroSeedRecipe'] = {
['Name'] = {
['English'] = "Taro Seed",
['Russian'] = "Семечко таро",
['German'] = "Samen (Taro)",
['French'] = "Graine de taro",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Taro Root'] = {
['Type'] = 'ITEM',
['Name'] = 'Taro Root',
['ID'] = 'TaroRootItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Taro Seed'] = {
['Name'] = 'Taro Seed',
['ID'] = 'TaroSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TastyTropicalPizzaRecipe'] = {
['Name'] = {
['English'] = "Tasty Tropical Pizza",
['Russian'] = "Вкусная Тропическая Пицца",
['German'] = "Pizza Tropica",
['French'] = "Pizza tropicale savoureuse",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'AdvancedBakingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leavened Dough'] = {
['Type'] = 'ITEM',
['Name'] = 'Leavened Dough',
['ID'] = 'LeavenedDoughItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Pineapple'] = {
['Type'] = 'ITEM',
['Name'] = 'Pineapple',
['ID'] = 'PineappleItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Raw Bacon'] = {
['Type'] = 'ITEM',
['Name'] = 'Raw Bacon',
['ID'] = 'RawBaconItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Sun Cheese'] = {
['Type'] = 'ITEM',
['Name'] = 'Sun Cheese',
['ID'] = 'SunCheeseItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Tomato'] = {
['Type'] = 'ITEM',
['Name'] = 'Tomato',
['ID'] = 'TomatoItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tasty Tropical Pizza'] = {
['Name'] = 'Tasty Tropical Pizza',
['ID'] = 'TastyTropicalPizzaItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TikiTorchRecipe'] = {
['Name'] = {
['English'] = "Tiki Torch",
['Russian'] = "Садовый Факел Тики",
['German'] = "Tiki Torch",
['French'] = "Torche Tiki",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tiki Torch'] = {
['Name'] = 'Tiki Torch',
['ID'] = 'TikiTorchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TinyStockpileRecipe'] = {
['Name'] = {
['English'] = "Tiny Stockpile",
['Russian'] = "Крошечный склад",
['German'] = "Lager (Winzig)",
['French'] = "Réserve minuscule",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '5',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tiny Stockpile'] = {
['Name'] = 'Tiny Stockpile',
['ID'] = 'TinyStockpileItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ToiletRecipe'] = {
['Name'] = {
['English'] = "Toilet",
['Russian'] = "Туалет",
['German'] = "Toilette",
['French'] = "Toilette",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'PotterySkill','5'},
['RequiresModule'] = 'Pottery Table',
['CraftingTables'] = 'Kiln',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Steel Pipe'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Pipe',
['ID'] = 'SteelPipeItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['White Powder'] = {
['Type'] = 'ITEM',
['Name'] = 'White Powder',
['ID'] = 'WhitePowderItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Toilet'] = {
['Name'] = 'Toilet',
['ID'] = 'ToiletItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TomatoSeedRecipe'] = {
['Name'] = {
['English'] = "Tomato Seed",
['Russian'] = "Семечко помидора",
['German'] = "Samen (Tomaten)",
['French'] = "Graine de tomate",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Tomato'] = {
['Type'] = 'ITEM',
['Name'] = 'Tomato',
['ID'] = 'TomatoItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tomato Seed'] = {
['Name'] = 'Tomato Seed',
['ID'] = 'TomatoSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ToolBenchRecipe'] = {
['Name'] = {
['English'] = "Tool Bench",
['Russian'] = "Стол для инструментов",
['German'] = "Werkzeugtisch",
['French'] = "Établi d'outillage",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campsite',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tool Bench'] = {
['Name'] = 'Tool Bench',
['ID'] = 'ToolBenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ToppedPorridgeRecipe'] = {
['Name'] = {
['English'] = "Topped Porridge",
['Russian'] = "Каша с добавками",
['German'] = "Verfeinertes Porridge",
['French'] = "Porridge garni",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Boiled Grains'] = {
['Type'] = 'ITEM',
['Name'] = 'Boiled Grains',
['ID'] = 'BoiledGrainsItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Fruit'] = {
['Type'] = 'TAG',
['Name'] = 'Fruit',
['ID'] = 'Fruit',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Topped Porridge'] = {
['Name'] = 'Topped Porridge',
['ID'] = 'ToppedPorridgeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TorchRecipe'] = {
['Name'] = {
['English'] = "Torch",
['Russian'] = "Факел",
['German'] = "Fackel",
['French'] = "Torche",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Torch'] = {
['Name'] = 'Torch',
['ID'] = 'TorchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TorchStandRecipe'] = {
['Name'] = {
['English'] = "Torch Stand",
['Russian'] = "Стойка для факела",
['German'] = "Fackelhalter",
['French'] = "Support de torche",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '10',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Torch Stand'] = {
['Name'] = 'Torch Stand',
['ID'] = 'TorchStandItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TortillaRecipe'] = {
['Name'] = {
['English'] = "Tortilla",
['Russian'] = "Тортилья",
['German'] = "Tortilla",
['French'] = "Tortilla",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'AdvancedCookingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kitchen',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cornmeal'] = {
['Type'] = 'ITEM',
['Name'] = 'Cornmeal',
['ID'] = 'CornmealItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tortilla'] = {
['Name'] = 'Tortilla',
['ID'] = 'TortillaItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TowelRackRecipe'] = {
['Name'] = {
['English'] = "Towel Rack",
['Russian'] = "Вешалка для полотенец",
['German'] = "Handtuchständer",
['French'] = "Porte-serviettes",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Towel Rack'] = {
['Name'] = 'Towel Rack',
['ID'] = 'TowelRackItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TownBellRecipe'] = {
['Name'] = {
['English'] = "Town Bell",
['Russian'] = "Городской колокол",
['German'] = "Town Bell",
['French'] = "Cloche municipale",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'SmeltingSkill','5'},
['RequiresModule'] = 'Anvil',
['CraftingTables'] = 'Bloomery',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Bar',
['ID'] = 'CopperBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Town Bell'] = {
['Name'] = 'Town Bell',
['ID'] = 'TownBellItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TownFoundationRecipe'] = {
['Name'] = {
['English'] = "Town Foundation",
['Russian'] = "Закладной камень города",
['German'] = "Stadtgründung",
['French'] = "Fondation municipale",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Town Foundation'] = {
['Name'] = 'Town Foundation',
['ID'] = 'TownFoundationItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TransmissionPoleRecipe'] = {
['Name'] = {
['English'] = "Transmission Pole",
['Russian'] = "Опора линии электропередач",
['German'] = "Übertragungsmast",
['French'] = "Poteau électrique",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '480',
['RequiredSkill'] = {'MechanicsSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Transmission Pole'] = {
['Name'] = 'Transmission Pole',
['ID'] = 'TransmissionPoleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TreasuryRecipe'] = {
['Name'] = {
['English'] = "Treasury",
['Russian'] = "Казна",
['German'] = "Steuertresor",
['French'] = "Trésor public",
},
['CraftTime'] = '1500',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1500',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Brick'] = {
['Type'] = 'ITEM',
['Name'] = 'Brick',
['ID'] = 'BrickItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Treasury'] = {
['Name'] = 'Treasury',
['ID'] = 'TreasuryItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TrilliumSeedRecipe'] = {
['Name'] = {
['English'] = "Trillium Seed",
['Russian'] = "Семечко триллиума",
['German'] = "Waldliliensamen",
['French'] = "Graine de trillium",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Trillium Flower'] = {
['Type'] = 'ITEM',
['Name'] = 'Trillium Flower',
['ID'] = 'TrilliumFlowerItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Trillium Seed'] = {
['Name'] = 'Trillium Seed',
['ID'] = 'TrilliumSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TrimmingSmallAnimalRecipe'] = {
['Name'] = {
['English'] = "Trimming Small Animal",
['Russian'] = "Trimming Small Animal",
['German'] = "Trimming Small Animal",
['French'] = "Trimming Small Animal",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'HuntingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fish Rack',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Small Carcass'] = {
['Type'] = 'TAG',
['Name'] = 'Small Carcass',
['ID'] = 'SmallCarcass',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Scrap Meat'] = {
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TrimmingTinyAnimalRecipe'] = {
['Name'] = {
['English'] = "Trimming Tiny Animal",
['Russian'] = "Trimming Tiny Animal",
['German'] = "Trimming Tiny Animal",
['French'] = "Trimming Tiny Animal",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'HuntingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Fish Rack',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Tiny Carcass'] = {
['Type'] = 'TAG',
['Name'] = 'Tiny Carcass',
['ID'] = 'TinyCarcass',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Scrap Meat'] = {
['Name'] = 'Scrap Meat',
['ID'] = 'ScrapMeatItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TripodCameraRecipe'] = {
['Name'] = {
['English'] = "Tripod Camera",
['Russian'] = "Камера на штативе",
['German'] = "Stativ-Kamera",
['French'] = "Appareil photo à trépied",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '250',
['RequiredSkill'] = {'MechanicsSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Bar',
['ID'] = 'CopperBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Glass Lens'] = {
['Type'] = 'ITEM',
['Name'] = 'Glass Lens',
['ID'] = 'GlassLensItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tripod Camera'] = {
['Name'] = 'Tripod Camera',
['ID'] = 'TripodCameraItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TrophyArtistRecipe'] = {
['Name'] = {
['English'] = "Trophy Artist",
['Russian'] = "Trophy Artist",
['German'] = "Trophy Artist",
['French'] = "Trophy Artist",
},
['CraftTime'] = '420',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Redwood Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Redwood Log',
['ID'] = 'RedwoodLogItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Trophy Artist'] = {
['Name'] = 'Trophy Artist',
['ID'] = 'TrophyArtistItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TrophyBakerRecipe'] = {
['Name'] = {
['English'] = "Trophy Baker",
['Russian'] = "Trophy Baker",
['German'] = "Trophy Baker",
['French'] = "Trophy Baker",
},
['CraftTime'] = '420',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Redwood Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Redwood Log',
['ID'] = 'RedwoodLogItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Trophy Baker'] = {
['Name'] = 'Trophy Baker',
['ID'] = 'TrophyBakerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TrophyFarmerRecipe'] = {
['Name'] = {
['English'] = "Trophy Farmer",
['Russian'] = "Trophy Farmer",
['German'] = "Trophy Farmer",
['French'] = "Trophy Farmer",
},
['CraftTime'] = '420',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Redwood Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Redwood Log',
['ID'] = 'RedwoodLogItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Trophy Farmer'] = {
['Name'] = 'Trophy Farmer',
['ID'] = 'TrophyFarmerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TrophyLoggerRecipe'] = {
['Name'] = {
['English'] = "Trophy Logger",
['Russian'] = "Trophy Logger",
['German'] = "Trophy Logger",
['French'] = "Trophy Logger",
},
['CraftTime'] = '420',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Redwood Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Redwood Log',
['ID'] = 'RedwoodLogItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Trophy Logger'] = {
['Name'] = 'Trophy Logger',
['ID'] = 'TrophyLoggerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TrophyMinerRecipe'] = {
['Name'] = {
['English'] = "Trophy Miner",
['Russian'] = "Trophy Miner",
['German'] = "Trophy Miner",
['French'] = "Trophy Miner",
},
['CraftTime'] = '420',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Gold Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Gold Bar',
['ID'] = 'GoldBarItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Redwood Log'] = {
['Type'] = 'ITEM',
['Name'] = 'Redwood Log',
['ID'] = 'RedwoodLogItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Trophy Miner'] = {
['Name'] = 'Trophy Miner',
['ID'] = 'TrophyMinerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TrousersRecipe'] = {
['Name'] = {
['English'] = "Trousers",
['Russian'] = "Брюки",
['German'] = "Hosen",
['French'] = "Pantalon",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Fur Pelt'] = {
['Type'] = 'ITEM',
['Name'] = 'Fur Pelt',
['ID'] = 'FurPeltItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Trousers'] = {
['Name'] = 'Trousers',
['ID'] = 'TrousersItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TruckRecipe'] = {
['Name'] = {
['English'] = "Truck",
['Russian'] = "Грузовик",
['German'] = "LKW",
['French'] = "Camion",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '18',
['LaborInCalories'] = '2000',
['RequiredSkill'] = {'IndustrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Combustion Engine'] = {
['Type'] = 'ITEM',
['Name'] = 'Combustion Engine',
['ID'] = 'CombustionEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Radiator'] = {
['Type'] = 'ITEM',
['Name'] = 'Radiator',
['ID'] = 'RadiatorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Rubber Wheel'] = {
['Type'] = 'ITEM',
['Name'] = 'Rubber Wheel',
['ID'] = 'RubberWheelItem',
['Quantity'] = '6',
['IsStatic'] = 'True',
},
['Steel Axle'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Axle',
['ID'] = 'SteelAxleItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Steel Spring'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Spring',
['ID'] = 'SteelSpringItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Truck'] = {
['Name'] = 'Truck',
['ID'] = 'TruckItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['TulipSeedRecipe'] = {
['Name'] = {
['English'] = "Tulip Seed",
['Russian'] = "Tulip Seed",
['German'] = "Tulip Seed",
['French'] = "Tulip Seed",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Tulip'] = {
['Type'] = 'ITEM',
['Name'] = 'Tulip',
['ID'] = 'TulipItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Tulip Seed'] = {
['Name'] = 'Tulip Seed',
['ID'] = 'TulipSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['UpholsteredChairRecipe'] = {
['Name'] = {
['English'] = "Upholstered Chair",
['Russian'] = "Стул с обивкой",
['German'] = "Gepolsteter Stuhl",
['French'] = "Fauteuil rembourré",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'TailoringSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Steel Spring'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Spring',
['ID'] = 'SteelSpringItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Upholstered Chair'] = {
['Name'] = 'Upholstered Chair',
['ID'] = 'UpholsteredChairItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['UpholsteredCouchRecipe'] = {
['Name'] = {
['English'] = "Upholstered Couch",
['Russian'] = "Диван с обивкой",
['German'] = "Gepolsterte Couch",
['French'] = "Canapé rembourré",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Steel Spring'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Spring',
['ID'] = 'SteelSpringItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Upholstered Couch'] = {
['Name'] = 'Upholstered Couch',
['ID'] = 'UpholsteredCouchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ValveRecipe'] = {
['Name'] = {
['English'] = "Valve",
['Russian'] = "Клапан",
['German'] = "Ventil",
['French'] = "Soupape",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'MechanicsSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Electric Machinist Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Steel Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Gearbox',
['ID'] = 'SteelGearboxItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Steel Pipe'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Pipe',
['ID'] = 'SteelPipeItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Valve'] = {
['Name'] = 'Valve',
['ID'] = 'ValveItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['VegetableSoupRecipe'] = {
['Name'] = {
['English'] = "Vegetable Soup",
['Russian'] = "Овощной суп",
['German'] = "Suppe mit Gemüse",
['French'] = "Soupe de légumes",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'CookingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Vegetable Medley'] = {
['Type'] = 'ITEM',
['Name'] = 'Vegetable Medley',
['ID'] = 'VegetableMedleyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Vegetable Stock'] = {
['Type'] = 'ITEM',
['Name'] = 'Vegetable Stock',
['ID'] = 'VegetableStockItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Vegetable Soup'] = {
['Name'] = 'Vegetable Soup',
['ID'] = 'VegetableSoupItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['VegetableStockRecipe'] = {
['Name'] = {
['English'] = "Vegetable Stock",
['Russian'] = "Овощной бульон",
['German'] = "Brühe aus Gemüse",
['French'] = "Bouillon de légumes",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CookingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Cast Iron Stove',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Vegetable Medley'] = {
['Type'] = 'ITEM',
['Name'] = 'Vegetable Medley',
['ID'] = 'VegetableMedleyItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Vegetable Stock'] = {
['Name'] = 'Vegetable Stock',
['ID'] = 'VegetableStockItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WainwrightTableRecipe'] = {
['Name'] = {
['English'] = "Wainwright Table",
['Russian'] = "Верстак колесника",
['German'] = "Wagenmachertisch",
['French'] = "Établi d'ingénierie routière",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'LoggingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wainwright Table'] = {
['Name'] = 'Wainwright Table',
['ID'] = 'WainwrightTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WallCandleRecipe'] = {
['Name'] = {
['English'] = "Wall Candle",
['Russian'] = "Настенная свеча",
['German'] = "Wandkerze",
['French'] = "Bougeoir mural",
},
['CraftTime'] = '180',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'BlacksmithSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Blacksmith Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Tallow Candle'] = {
['Type'] = 'ITEM',
['Name'] = 'Tallow Candle',
['ID'] = 'TallowCandleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Wall Candle'] = {
['Name'] = 'Wall Candle',
['ID'] = 'WallCandleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WallMountedChestRecipe'] = {
['Name'] = {
['English'] = "Wall Mounted Chest",
['Russian'] = "Подвешиваемый сундук",
['German'] = "Wandtruhe",
['French'] = "Coffre mural",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wall Mounted Chest'] = {
['Name'] = 'Wall Mounted Chest',
['ID'] = 'WallMountedChestItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WallMountedTrunkRecipe'] = {
['Name'] = {
['English'] = "Wall Mounted Trunk",
['Russian'] = "Настенный сундук",
['German'] = "Wall Mounted Trunk",
['French'] = "Malle murale",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wall Mounted Trunk'] = {
['Name'] = 'Wall Mounted Trunk',
['ID'] = 'WallMountedTrunkItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WashboardRecipe'] = {
['Name'] = {
['English'] = "Washboard",
['Russian'] = "Стиральная доска",
['German'] = "Waschbrett",
['French'] = "Planche à laver",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Washboard'] = {
['Name'] = 'Washboard',
['ID'] = 'WashboardItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WashingMachineRecipe'] = {
['Name'] = {
['English'] = "Washing Machine",
['Russian'] = "Стиральная машина",
['German'] = "Waschmaschine",
['French'] = "Machine à laver",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'IndustrySkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Washing Machine'] = {
['Name'] = 'Washing Machine',
['ID'] = 'WashingMachineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WasteFilterRecipe'] = {
['Name'] = {
['English'] = "Waste Filter",
['Russian'] = "Сточный фильтр",
['German'] = "Wasserfilter",
['French'] = "Filtre à déchets",
},
['CraftTime'] = '1200',
['ExperienceOnCraft'] = '25',
['LaborInCalories'] = '480',
['RequiredSkill'] = {'MechanicsSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Circuit',
['ID'] = 'BasicCircuitItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Cement'] = {
['Type'] = 'ITEM',
['Name'] = 'Cement',
['ID'] = 'CementItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Piston'] = {
['Type'] = 'ITEM',
['Name'] = 'Piston',
['ID'] = 'PistonItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Steel Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Bar',
['ID'] = 'SteelBarItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Waste Filter'] = {
['Name'] = 'Waste Filter',
['ID'] = 'WasteFilterItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WaterwheelRecipe'] = {
['Name'] = {
['English'] = "Waterwheel",
['Russian'] = "Водяное колесо",
['German'] = "Wasserrad",
['French'] = "Moulin à eau",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '8',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'BasicEngineeringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wooden Hull Planks'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Hull Planks',
['ID'] = 'WoodenHullPlanksItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Waterwheel'] = {
['Name'] = 'Waterwheel',
['ID'] = 'WaterwheelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveCottonCanvasRecipe'] = {
['Name'] = {
['English'] = "Weave Cotton Canvas",
['Russian'] = "Ткать хлопковый холст",
['German'] = "Weave Cotton Canvas",
['French'] = "Tisser une toile en coton",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Canvas'] = {
['Name'] = 'Canvas',
['ID'] = 'CanvasItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveCottonCurtainsRecipe'] = {
['Name'] = {
['English'] = "Weave Cotton Curtains",
['Russian'] = "Ткать Хлопковые шторы",
['German'] = "Webe Baumwollvorhänge",
['French'] = "Tisser des rideaux en coton",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Cotton Thread'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Thread',
['ID'] = 'CottonThreadItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cotton Curtains'] = {
['Name'] = 'Cotton Curtains',
['ID'] = 'CottonCurtainsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveCottonFabricRecipe'] = {
['Name'] = {
['English'] = "Weave Cotton Fabric",
['Russian'] = "Ткать Хлопковую Ткань",
['German'] = "Baumwollstoff Weben",
['French'] = "Tissu en coton à tisser",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '80',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Thread'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Thread',
['ID'] = 'CottonThreadItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Cotton Fabric'] = {
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveLargeBathMatRecipe'] = {
['Name'] = {
['English'] = "Weave Large Bath Mat",
['Russian'] = "Ткать Большой коврик для ванной",
['German'] = "Große Badematte weben",
['French'] = "Tisser un grand tapis de bain",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cellulose Fiber'] = {
['Type'] = 'ITEM',
['Name'] = 'Cellulose Fiber',
['ID'] = 'CelluloseFiberItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '35',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Bath Mat'] = {
['Name'] = 'Large Bath Mat',
['ID'] = 'LargeBathMatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveLargeCottonBuntingFestiveRecipe'] = {
['Name'] = {
['English'] = "Weave Large Cotton Bunting Festive",
['Russian'] = "Соткать Большой фестивальный флаг из хлопка",
['German'] = "Große festliche Baumwoll-Wimpelkette weben",
['French'] = "Tisser une rande guirlande festive en coton",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Cotton Bunting Festive'] = {
['Name'] = 'Large Cotton Bunting Festive',
['ID'] = 'LargeCottonBuntingFestiveItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveLargeCottonBuntingRedRecipe'] = {
['Name'] = {
['English'] = "Weave Large Cotton Bunting Red",
['Russian'] = "Соткать Большой хлопковый красный флаг",
['German'] = "Große rote Baumwoll-Wimpelkette weben",
['French'] = "Tisser une grande guirlande rouge en coton",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Cotton Bunting Red'] = {
['Name'] = 'Large Cotton Bunting Red',
['ID'] = 'LargeCottonBuntingRedItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveLargeCottonBuntingRegalRecipe'] = {
['Name'] = {
['English'] = "Weave Large Cotton Bunting Regal",
['Russian'] = "Соткать Большой королевский флаг из хлопка",
['German'] = "Große majestätische Baumwoll-Wimpelkette weben",
['French'] = "Tisser une grande guirlande royale en coton",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Cotton Bunting Regal'] = {
['Name'] = 'Large Cotton Bunting Regal',
['ID'] = 'LargeCottonBuntingRegalItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveLargeCottonBuntingVibrantRecipe'] = {
['Name'] = {
['English'] = "Weave Large Cotton Bunting Vibrant",
['Russian'] = "Соткать Большой развевающий флаг из хлопка",
['German'] = "Große lebendige Baumwoll-Wimpelkette weben",
['French'] = "Tisser une grande guirlande éclatante en coton",
},
['CraftTime'] = '90',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '240',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Large Cotton Bunting Vibrant'] = {
['Name'] = 'Large Cotton Bunting Vibrant',
['ID'] = 'LargeCottonBuntingVibrantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveLinenCanvasRecipe'] = {
['Name'] = {
['English'] = "Weave Linen Canvas",
['Russian'] = "Ткать льняной холст",
['German'] = "Weave Linen Canvas",
['French'] = "Tisser une toile en lin",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Linen Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Linen Fabric',
['ID'] = 'LinenFabricItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Canvas'] = {
['Name'] = 'Canvas',
['ID'] = 'CanvasItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveLinenFabricRecipe'] = {
['Name'] = {
['English'] = "Weave Linen Fabric",
['Russian'] = "Ткать Льняную Ткань",
['German'] = "Weave Linen Fabric",
['French'] = "Tissu en lin à tisser",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '80',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Linen Yarn'] = {
['Type'] = 'ITEM',
['Name'] = 'Linen Yarn',
['ID'] = 'LinenYarnItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Linen Fabric'] = {
['Name'] = 'Linen Fabric',
['ID'] = 'LinenFabricItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveNylonCurtainsRecipe'] = {
['Name'] = {
['English'] = "Weave Nylon Curtains",
['Russian'] = "Ткать Нейлоновые шторы",
['German'] = "Webe Nylonvorhänge",
['French'] = "Tisser des rideaux en nylon",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Nylon Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Nylon Thread'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Thread',
['ID'] = 'NylonThreadItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Nylon Curtains'] = {
['Name'] = 'Nylon Curtains',
['ID'] = 'NylonCurtainsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveNylonFabricRecipe'] = {
['Name'] = {
['English'] = "Weave Nylon Fabric",
['Russian'] = "Ткать Нейлоновую Ткань",
['German'] = "Nylonstoff Weben",
['French'] = "Tissu en nylon à tisser",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '80',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nylon Thread'] = {
['Type'] = 'ITEM',
['Name'] = 'Nylon Thread',
['ID'] = 'NylonThreadItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Nylon Fabric'] = {
['Name'] = 'Nylon Fabric',
['ID'] = 'NylonFabricItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveSmallBathMatRecipe'] = {
['Name'] = {
['English'] = "Weave Small Bath Mat",
['Russian'] = "Ткать Небольшой Коврик для ванной",
['German'] = "Kleine Badematte weben",
['French'] = "Tisser un petit tapis de bain",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'TailoringSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '16',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Bath Mat'] = {
['Name'] = 'Small Bath Mat',
['ID'] = 'SmallBathMatItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveSmallCottonBuntingFestiveRecipe'] = {
['Name'] = {
['English'] = "Weave Small Cotton Bunting Festive",
['Russian'] = "Соткать Маленький фестивальный флаг из хлопка",
['German'] = "Kleine festliche Baumwoll-Wimpelkette weben",
['French'] = "Tisser une petite guirlande festive en coton",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Cotton Bunting Festive'] = {
['Name'] = 'Small Cotton Bunting Festive',
['ID'] = 'SmallCottonBuntingFestiveItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveSmallCottonBuntingRedRecipe'] = {
['Name'] = {
['English'] = "Weave Small Cotton Bunting Red",
['Russian'] = "Соткать Маленький красный флаг из хлопка",
['German'] = "Kleine rote Baumwoll-Wimpelkette weben",
['French'] = "Tisser une petite guirlande rouge en coton",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Cotton Bunting Red'] = {
['Name'] = 'Small Cotton Bunting Red',
['ID'] = 'SmallCottonBuntingRedItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveSmallCottonBuntingRegalRecipe'] = {
['Name'] = {
['English'] = "Weave Small Cotton Bunting Regal",
['Russian'] = "Соткать Маленький королевский флаг из хлопка",
['German'] = "Kleine majestätische Baumwoll-Wimpelkette weben",
['French'] = "Tisser une petite guirlande royale en coton",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Cotton Bunting Regal'] = {
['Name'] = 'Small Cotton Bunting Regal',
['ID'] = 'SmallCottonBuntingRegalItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveSmallCottonBuntingVibrantRecipe'] = {
['Name'] = {
['English'] = "Weave Small Cotton Bunting Vibrant",
['Russian'] = "Соткать Маленький развевающий флаг из хлопка",
['German'] = "Kleine lebendige Baumwoll-Wimpelkette weben",
['French'] = "Tisser une petite guirlande éclatante en coton",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Small Cotton Bunting Vibrant'] = {
['Name'] = 'Small Cotton Bunting Vibrant',
['ID'] = 'SmallCottonBuntingVibrantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveWoolCurtainsRecipe'] = {
['Name'] = {
['English'] = "Weave Wool Curtains",
['Russian'] = "Ткать Шерстяные шторы",
['German'] = "Webe Wollvorhänge",
['French'] = "Tisser des rideaux en laine",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Thread'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Thread',
['ID'] = 'CottonThreadItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wool Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Wool Fabric',
['ID'] = 'WoolFabricItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wool Curtains'] = {
['Name'] = 'Wool Curtains',
['ID'] = 'WoolCurtainsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WeaveWoolFabricRecipe'] = {
['Name'] = {
['English'] = "Weave Wool Fabric",
['Russian'] = "Ткать Шерстяную Ткань",
['German'] = "Wollstoff Weben",
['French'] = "Tissu en laine à tisser",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '80',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Automatic Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wool Yarn'] = {
['Type'] = 'ITEM',
['Name'] = 'Wool Yarn',
['ID'] = 'WoolYarnItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wool Fabric'] = {
['Name'] = 'Wool Fabric',
['ID'] = 'WoolFabricItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WetBrickRecipe'] = {
['Name'] = {
['English'] = "Wet Brick",
['Russian'] = "Сырой кирпич",
['German'] = "Nasser Ziegel",
['French'] = "Brique humide",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'PotterySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Pottery Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Clay'] = {
['Type'] = 'ITEM',
['Name'] = 'Clay',
['ID'] = 'ClayItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Sand'] = {
['Type'] = 'ITEM',
['Name'] = 'Sand',
['ID'] = 'SandItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
['Wooden Mold'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Mold',
['ID'] = 'WoodenMoldItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wet Brick'] = {
['Name'] = 'Wet Brick',
['ID'] = 'WetBrickItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
['Wooden Mold'] = {
['Name'] = 'Wooden Mold',
['ID'] = 'WoodenMoldItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
['Type'] = 'ITEM',
},
}
,
},
['WheatEthanolRecipe'] = {
['Name'] = {
['English'] = "Wheat Ethanol",
['Russian'] = "Этанол из пшеницы",
['German'] = "Weizen Ethanol",
['French'] = "Éthanol de blé",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CuttingEdgeCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Laboratory',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wheat'] = {
['Type'] = 'ITEM',
['Name'] = 'Wheat',
['ID'] = 'WheatItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Ethanol'] = {
['Name'] = 'Ethanol',
['ID'] = 'EthanolItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WheatMortarRecipe'] = {
['Name'] = {
['English'] = "Wheat Mortar",
['Russian'] = "Раствор из пшеницы",
['German'] = "Weizenmörtel",
['French'] = "Mortier de blé",
},
['CraftTime'] = '6',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wheat'] = {
['Type'] = 'ITEM',
['Name'] = 'Wheat',
['ID'] = 'WheatItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Mortar'] = {
['Name'] = 'Mortar',
['ID'] = 'MortarItem',
['Quantity'] = '3',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WheatSeedRecipe'] = {
['Name'] = {
['English'] = "Wheat Seed",
['Russian'] = "Семечко пшеницы",
['German'] = "Samen (Weizen)",
['French'] = "Graine de blé",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '20',
['RequiredSkill'] = {'FarmingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wheat'] = {
['Type'] = 'ITEM',
['Name'] = 'Wheat',
['ID'] = 'WheatItem',
['Quantity'] = '0.5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wheat Seed'] = {
['Name'] = 'Wheat Seed',
['ID'] = 'WheatSeedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WheelbarrowRecipe'] = {
['Name'] = {
['English'] = "Wheelbarrow",
['Russian'] = "Тачка",
['German'] = "Schubkarre",
['French'] = "Brouette",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '75',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wheelbarrow'] = {
['Name'] = 'Wheelbarrow',
['ID'] = 'WheelbarrowItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WhetstoneRecipe'] = {
['Name'] = {
['English'] = "Whetstone",
['Russian'] = "Точильный камень",
['German'] = "Whetstone",
['French'] = "Pierre à aiguiser",
},
['CraftTime'] = '12',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'MasonrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Masonry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Whetstone'] = {
['Name'] = 'Whetstone',
['ID'] = 'WhetstoneItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WhitePowderRecipe'] = {
['Name'] = {
['English'] = "White Powder",
['Russian'] = "Белый порошок",
['German'] = "White Powder",
['French'] = "Pigment blanc",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '24',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Trillium Flower'] = {
['Type'] = 'ITEM',
['Name'] = 'Trillium Flower',
['ID'] = 'TrilliumFlowerItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['White Powder'] = {
['Name'] = 'White Powder',
['ID'] = 'WhitePowderItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WildMixRecipe'] = {
['Name'] = {
['English'] = "Wild Mix",
['Russian'] = "Смесь диких растений",
['German'] = "Wildsalat",
['French'] = "Mélange sauvage",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '45',
['RequiredSkill'] = {'AdvancedCookingSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Kitchen',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Basic Salad'] = {
['Type'] = 'ITEM',
['Name'] = 'Basic Salad',
['ID'] = 'BasicSaladItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Huckleberry Extract'] = {
['Type'] = 'ITEM',
['Name'] = 'Huckleberry Extract',
['ID'] = 'HuckleberryExtractItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wild Mix'] = {
['Name'] = 'Wild Mix',
['ID'] = 'WildMixItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WildStewRecipe'] = {
['Name'] = {
['English'] = "Wild Stew",
['Russian'] = "Рагу из диких растений",
['German'] = "Lagerfeuer Waldeintopf",
['French'] = "Ragoût sauvage",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Beans'] = {
['Type'] = 'ITEM',
['Name'] = 'Beans',
['ID'] = 'BeansItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Beet'] = {
['Type'] = 'ITEM',
['Name'] = 'Beet',
['ID'] = 'BeetItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Flour'] = {
['Type'] = 'ITEM',
['Name'] = 'Flour',
['ID'] = 'FlourItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Huckleberries'] = {
['Type'] = 'ITEM',
['Name'] = 'Huckleberries',
['ID'] = 'HuckleberriesItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Vegetable'] = {
['Type'] = 'TAG',
['Name'] = 'Vegetable',
['ID'] = 'Vegetable',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wild Stew'] = {
['Name'] = 'Wild Stew',
['ID'] = 'WildStewItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WiltedFiddleheadsRecipe'] = {
['Name'] = {
['English'] = "Wilted Fiddleheads",
['Russian'] = "Увядшие побеги папоротника",
['German'] = "Farnspitzen getrocknet",
['French'] = "Crosses de fougère flétries",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'CampfireCookingSkill','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campfire',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fiddleheads'] = {
['Type'] = 'ITEM',
['Name'] = 'Fiddleheads',
['ID'] = 'FiddleheadsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Wilted Fiddleheads'] = {
['Name'] = 'Wilted Fiddleheads',
['ID'] = 'WiltedFiddleheadsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WindmillRecipe'] = {
['Name'] = {
['English'] = "Windmill",
['Russian'] = "Ветряная мельница",
['German'] = "Windmühle",
['French'] = "Moulin à vent",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '8',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'BasicEngineeringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Linen Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Linen Fabric',
['ID'] = 'LinenFabricItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Windmill'] = {
['Name'] = 'Windmill',
['ID'] = 'WindmillItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WindowShuttersCenterRecipe'] = {
['Name'] = {
['English'] = "Window Shutters Center",
['Russian'] = "оконные жалюзи центральные ",
['German'] = "Window Shutters Center",
['French'] = "Volets fermés",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Window Shutters Center'] = {
['Name'] = 'Window Shutters Center',
['ID'] = 'WindowShuttersCenterItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WindowShuttersLeftRecipe'] = {
['Name'] = {
['English'] = "Window Shutters Left",
['Russian'] = "оконные жалюзи левые ",
['German'] = "Window Shutters Left",
['French'] = "Volet à battants gauche",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Window Shutters Left'] = {
['Name'] = 'Window Shutters Left',
['ID'] = 'WindowShuttersLeftItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WindowShuttersRightRecipe'] = {
['Name'] = {
['English'] = "Window Shutters Right",
['Russian'] = "оконные жалюзи правые",
['German'] = "Window Shutters Right",
['French'] = "Volet à battants droit",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Window Shutters Right'] = {
['Name'] = 'Window Shutters Right',
['ID'] = 'WindowShuttersRightItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WindTurbineRecipe'] = {
['Name'] = {
['English'] = "Wind Turbine",
['Russian'] = "Ветряная турбина",
['German'] = "Windrad",
['French'] = "Éolienne",
},
['CraftTime'] = '1200',
['ExperienceOnCraft'] = '15',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'ElectronicsSkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Robotic Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Advanced Circuit'] = {
['Type'] = 'ITEM',
['Name'] = 'Advanced Circuit',
['ID'] = 'AdvancedCircuitItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Fuse'] = {
['Type'] = 'ITEM',
['Name'] = 'Fuse',
['ID'] = 'FuseItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Servo'] = {
['Type'] = 'ITEM',
['Name'] = 'Servo',
['ID'] = 'ServoItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Steel Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Gearbox',
['ID'] = 'SteelGearboxItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Steel Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Steel Plate',
['ID'] = 'SteelPlateItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wind Turbine'] = {
['Name'] = 'Wind Turbine',
['ID'] = 'WindTurbineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WolfPeltRecipe'] = {
['Name'] = {
['English'] = "Wolf Pelt",
['Russian'] = "Шкура волка",
['German'] = "Wolf Pelt",
['French'] = "Peau de loup",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'HuntingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Butchery Table',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Medium Carcass'] = {
['Type'] = 'TAG',
['Name'] = 'Medium Carcass',
['ID'] = 'MediumCarcass',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Wolf Pelt'] = {
['Name'] = 'Wolf Pelt',
['ID'] = 'WolfPeltItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodCartRecipe'] = {
['Name'] = {
['English'] = "Wood Cart",
['Russian'] = "Деревянная тележка",
['German'] = "Großer Holzkarren",
['French'] = "Chariot en bois",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '150',
['RequiredSkill'] = {'BasicEngineeringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Wainwright Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wooden Wheel'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Wheel',
['ID'] = 'WoodenWheelItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Wood Cart'] = {
['Name'] = 'Wood Cart',
['ID'] = 'WoodCartItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodDoubleShelfRecipe'] = {
['Name'] = {
['English'] = "Wood Double Shelf",
['Russian'] = "Wood Double Shelf",
['German'] = "Wood Double Shelf",
['French'] = "Wood Double Shelf",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wood Double Shelf'] = {
['Name'] = 'Wood Double Shelf',
['ID'] = 'WoodDoubleShelfItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenBargeRecipe'] = {
['Name'] = {
['English'] = "Wooden Barge",
['Russian'] = "Деревянная баржа",
['German'] = "Hölzerner Kahn",
['French'] = "Bac en bois",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '16',
['LaborInCalories'] = '800',
['RequiredSkill'] = {'ShipwrightSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
},
['Hemp Mooring Rope'] = {
['Type'] = 'ITEM',
['Name'] = 'Hemp Mooring Rope',
['ID'] = 'HempMooringRopeItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Large Wooden Ship Frame'] = {
['Type'] = 'ITEM',
['Name'] = 'Large Wooden Ship Frame',
['ID'] = 'LargeWoodenShipFrameItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Wooden Hull Planks'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Hull Planks',
['ID'] = 'WoodenHullPlanksItem',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
['Wooden Wheel'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Wheel',
['ID'] = 'WoodenWheelItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Wooden Barge'] = {
['Name'] = 'Wooden Barge',
['ID'] = 'WoodenBargeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenBowRecipe'] = {
['Name'] = {
['English'] = "Wooden Bow",
['Russian'] = "Деревянный лук",
['German'] = "Holzbogen",
['French'] = "Arc en bois",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tool Bench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '24',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Bow'] = {
['Name'] = 'Wooden Bow',
['ID'] = 'WoodenBowItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenCeilingLightRecipe'] = {
['Name'] = {
['English'] = "Wooden Ceiling Light",
['Russian'] = "Деревянный потолочный светильник",
['German'] = "Hölzerne Deckenlampe",
['French'] = "Plafonnier en bois d'œuvre",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Ceiling Light'] = {
['Name'] = 'Wooden Ceiling Light',
['ID'] = 'WoodenCeilingLightItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenElevatorRecipe'] = {
['Name'] = {
['English'] = "Wooden Elevator",
['Russian'] = "Деревянный лифт",
['German'] = "Hölzerner Aufzug",
['French'] = "Ascenseur en bois",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '15',
['LaborInCalories'] = '500',
['RequiredSkill'] = {'MechanicsSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Assembly Line',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cellulose Fiber'] = {
['Type'] = 'ITEM',
['Name'] = 'Cellulose Fiber',
['ID'] = 'CelluloseFiberItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Gearbox'] = {
['Type'] = 'ITEM',
['Name'] = 'Gearbox',
['ID'] = 'GearboxItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '30',
['IsStatic'] = 'False',
},
['Portable Steam Engine'] = {
['Type'] = 'ITEM',
['Name'] = 'Portable Steam Engine',
['ID'] = 'PortableSteamEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Wooden Elevator'] = {
['Name'] = 'Wooden Elevator',
['ID'] = 'WoodenElevatorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenFabricBedRecipe'] = {
['Name'] = {
['English'] = "Wooden Fabric Bed",
['Russian'] = "Деревянная кровать с матрасом",
['German'] = "Hölzernes Stoffbett",
['French'] = "Lit confortable en bois d'œuvre",
},
['CraftTime'] = '360',
['ExperienceOnCraft'] = '4',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'CarpentrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Fabric Bed'] = {
['Name'] = 'Wooden Fabric Bed',
['ID'] = 'WoodenFabricBedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenFloorLampRecipe'] = {
['Name'] = {
['English'] = "Wooden Floor Lamp",
['Russian'] = "Деревянный торшер",
['German'] = "Hölzerne Stehlampe",
['French'] = "Lampadaire en bois d'œuvre",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Floor Lamp'] = {
['Name'] = 'Wooden Floor Lamp',
['ID'] = 'WoodenFloorLampItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenFrameLandscapeRecipe'] = {
['Name'] = {
['English'] = "Wooden Frame Landscape",
['Russian'] = "Альбомная деревянная рамка",
['German'] = "Holzrahmen: Querformat",
['French'] = "Cadre paysage en bois",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Frame Landscape'] = {
['Name'] = 'Wooden Frame Landscape',
['ID'] = 'WoodenFrameLandscapeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenFramePortraitRecipe'] = {
['Name'] = {
['English'] = "Wooden Frame Portrait",
['Russian'] = "Книжная деревянная рамка",
['German'] = "Holzrahmen: Hochformat",
['French'] = "Cadre portrait en bois",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Frame Portrait'] = {
['Name'] = 'Wooden Frame Portrait',
['ID'] = 'WoodenFramePortraitItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenFrameSquareRecipe'] = {
['Name'] = {
['English'] = "Wooden Frame Square",
['Russian'] = "Квадратная деревянная рамка",
['German'] = "Holzrahmen: Quadratisch",
['French'] = "Cadre carré en bois",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Frame Square'] = {
['Name'] = 'Wooden Frame Square',
['ID'] = 'WoodenFrameSquareItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenFrameTallRecipe'] = {
['Name'] = {
['English'] = "Wooden Frame Tall",
['Russian'] = "Вытянутая деревянная рамка",
['German'] = "Holzrahmen: Hoch",
['French'] = "Cadre grand portrait en bois",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Frame Tall'] = {
['Name'] = 'Wooden Frame Tall',
['ID'] = 'WoodenFrameTallItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenFrameWideRecipe'] = {
['Name'] = {
['English'] = "Wooden Frame Wide",
['Russian'] = "Широкая деревянная рамка",
['German'] = "Holzrahmen: Breit",
['French'] = "Cadre grand paysage en bois",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '160',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Frame Wide'] = {
['Name'] = 'Wooden Frame Wide',
['ID'] = 'WoodenFrameWideItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenGearRecipe'] = {
['Name'] = {
['English'] = "Wooden Gear",
['Russian'] = "Деревянная шестерня",
['German'] = "Wooden Gear",
['French'] = "Engrenage en bois",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'BasicEngineeringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Gear'] = {
['Name'] = 'Wooden Gear',
['ID'] = 'WoodenGearItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenHoeRecipe'] = {
['Name'] = {
['English'] = "Wooden Hoe",
['Russian'] = "Деревянная тяпка",
['German'] = "Holzhacke",
['French'] = "Binette en bois",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tool Bench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Hoe'] = {
['Name'] = 'Wooden Hoe',
['ID'] = 'WoodenHoeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenHullPlanksRecipe'] = {
['Name'] = {
['English'] = "Wooden Hull Planks",
['Russian'] = "Деревянные доски обшивки корпуса",
['German'] = "Holzrumpfplanken",
['French'] = "Coque en bois",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'ShipwrightSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Hull Planks'] = {
['Name'] = 'Wooden Hull Planks',
['ID'] = 'WoodenHullPlanksItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenKeelRecipe'] = {
['Name'] = {
['English'] = "Wooden Keel",
['Russian'] = "Деревянный Киль",
['German'] = "Holzkiel",
['French'] = "Quille en bois",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Keel'] = {
['Name'] = 'Wooden Keel',
['ID'] = 'WoodenKeelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenKitchenLampRecipe'] = {
['Name'] = {
['English'] = "Wooden Kitchen Lamp",
['Russian'] = "Деревянная кухонная лампа",
['German'] = "Hölzerne Küchenlampe",
['French'] = "Lustre de cuisine en bois d'œuvre",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Iron Plate'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Plate',
['ID'] = 'IronPlateItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Kitchen Lamp'] = {
['Name'] = 'Wooden Kitchen Lamp',
['ID'] = 'WoodenKitchenLampItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenLatrineRecipe'] = {
['Name'] = {
['English'] = "Wooden Latrine",
['Russian'] = "Деревянный туалет",
['German'] = "Holzlatrine",
['French'] = "Latrines en bois",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Latrine'] = {
['Name'] = 'Wooden Latrine',
['ID'] = 'LatrineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenMoldRecipe'] = {
['Name'] = {
['English'] = "Wooden Mold",
['Russian'] = "Деревянная форма",
['German'] = "Holzform",
['French'] = "Moule en bois",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'LoggingSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Mold'] = {
['Name'] = 'Wooden Mold',
['ID'] = 'WoodenMoldItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenMooragePostRecipe'] = {
['Name'] = {
['English'] = "Wooden Moorage Post",
['Russian'] = "Деревянный Причальный столб",
['German'] = "Hölzerner Ankerplatz",
['French'] = "Bollard en bois",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'ShipwrightSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Small Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hemp Mooring Rope'] = {
['Type'] = 'ITEM',
['Name'] = 'Hemp Mooring Rope',
['ID'] = 'HempMooringRopeItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Moorage Post'] = {
['Name'] = 'Wooden Moorage Post',
['ID'] = 'WoodenMooragePostItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenOarRecipe'] = {
['Name'] = {
['English'] = "Wooden Oar",
['Russian'] = "Деревянное весло",
['German'] = "Holzruder",
['French'] = "Rame en bois",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'LoggingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Oar'] = {
['Name'] = 'Wooden Oar',
['ID'] = 'WoodenOarItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenPaintSprayerRecipe'] = {
['Name'] = {
['English'] = "Wooden Paint Sprayer",
['Russian'] = "Деревянный распылитель краски",
['German'] = "Wooden Paint Sprayer",
['French'] = "Pistolet de peinture en bois",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '0.1',
['LaborInCalories'] = '250',
['RequiredSkill'] = {'BlacksmithSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Anvil',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Paint Sprayer'] = {
['Name'] = 'Wooden Paint Sprayer',
['ID'] = 'WoodenPaintSprayerItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenRudderRecipe'] = {
['Name'] = {
['English'] = "Wooden Rudder",
['Russian'] = "Деревянный руль",
['German'] = "Holzruder",
['French'] = "Gouvernail en bois",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'CarpentrySkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Iron Gear'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Gear',
['ID'] = 'IronGearItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Rudder'] = {
['Name'] = 'Wooden Rudder',
['ID'] = 'WoodenRudderItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenShovelRecipe'] = {
['Name'] = {
['English'] = "Wooden Shovel",
['Russian'] = "Деревянная лопата",
['German'] = "Holzschaufel",
['French'] = "Pelle en bois",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tool Bench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Shovel'] = {
['Name'] = 'Wooden Shovel',
['ID'] = 'WoodenShovelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenSlidingDoorRecipe'] = {
['Name'] = {
['English'] = "Wooden Sliding Door",
['Russian'] = "Wooden Sliding Door",
['German'] = "Wooden Sliding Door",
['French'] = "Wooden Sliding Door",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '80',
['RequiredSkill'] = {'CarpentrySkill','5'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '8',
['IsStatic'] = 'True',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '8',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Wooden Sliding Door'] = {
['Name'] = 'Wooden Sliding Door',
['ID'] = 'WoodenSlidingDoorItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenStrawBedRecipe'] = {
['Name'] = {
['English'] = "Wooden Straw Bed",
['Russian'] = "Деревянная кровать с соломой",
['German'] = "Hölzernes Strohbett",
['French'] = "Lit de paille en bois",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '2',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '40',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Straw Bed'] = {
['Name'] = 'Wooden Straw Bed',
['ID'] = 'WoodenStrawBedItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenTableLampRecipe'] = {
['Name'] = {
['English'] = "Wooden Table Lamp",
['Russian'] = "Деревянная настольная лампа",
['German'] = "Hölzerne Tischlampe",
['French'] = "Lampe de table en bois d'œuvre",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'CarpentrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Copper Wiring'] = {
['Type'] = 'ITEM',
['Name'] = 'Copper Wiring',
['ID'] = 'CopperWiringItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '6',
['IsStatic'] = 'False',
},
['Light Bulb'] = {
['Type'] = 'ITEM',
['Name'] = 'Light Bulb',
['ID'] = 'LightBulbItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Table Lamp'] = {
['Name'] = 'Wooden Table Lamp',
['ID'] = 'WoodenTableLampItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenTransportShipRecipe'] = {
['Name'] = {
['English'] = "Wooden Transport Ship",
['Russian'] = "Деревянный Транспортный Корабль",
['German'] = "Holztransportschiff",
['French'] = "Bateau de transport en bois",
},
['CraftTime'] = '900',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '1000',
['RequiredSkill'] = {'ShipwrightSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Medium Shipyard',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hemp Mooring Rope'] = {
['Type'] = 'ITEM',
['Name'] = 'Hemp Mooring Rope',
['ID'] = 'HempMooringRopeItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Iron Axle'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Axle',
['ID'] = 'IronAxleItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Iron Bar'] = {
['Type'] = 'ITEM',
['Name'] = 'Iron Bar',
['ID'] = 'IronBarItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Large Wooden Ship Frame'] = {
['Type'] = 'ITEM',
['Name'] = 'Large Wooden Ship Frame',
['ID'] = 'LargeWoodenShipFrameItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Portable Steam Engine'] = {
['Type'] = 'ITEM',
['Name'] = 'Portable Steam Engine',
['ID'] = 'PortableSteamEngineItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Wooden Hull Planks'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Hull Planks',
['ID'] = 'WoodenHullPlanksItem',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
['Wooden Rudder'] = {
['Type'] = 'ITEM',
['Name'] = 'Wooden Rudder',
['ID'] = 'WoodenRudderItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Wooden Transport Ship'] = {
['Name'] = 'Wooden Transport Ship',
['ID'] = 'WoodenTransportShipItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenWallTorchStandRecipe'] = {
['Name'] = {
['English'] = "Wooden Wall Torch Stand",
['Russian'] = "Деревянное крепление факела на стену",
['German'] = "Wooden Wall Torch Stand",
['French'] = "Support mural en bois pour torche",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '10',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Workbench',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Plant Fibers'] = {
['Type'] = 'ITEM',
['Name'] = 'Plant Fibers',
['ID'] = 'PlantFibersItem',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Wall Torch Stand'] = {
['Name'] = 'Wooden Wall Torch Stand',
['ID'] = 'WoodenWallTorchStandItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodenWheelRecipe'] = {
['Name'] = {
['English'] = "Wooden Wheel",
['Russian'] = "Деревянное колесо",
['German'] = "Rad aus Holz",
['French'] = "Roue en bois",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '40',
['RequiredSkill'] = {'BasicEngineeringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Wainwright Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wooden Wheel'] = {
['Name'] = 'Wooden Wheel',
['ID'] = 'WoodenWheelItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodPlaqueRecipe'] = {
['Name'] = {
['English'] = "Wood Plaque",
['Russian'] = "Деревянная Наградная доска",
['German'] = "Wood Plaque",
['French'] = "Plaque en bois",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '80',
['RequiredSkill'] = {'CarpentrySkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Carpentry Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wood Plaque'] = {
['Name'] = 'Wood Plaque',
['ID'] = 'WoodPlaqueItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodShopCartRecipe'] = {
['Name'] = {
['English'] = "Wood Shop Cart",
['Russian'] = "Передвижной деревянный магазин",
['German'] = "Holzladenwagen",
['French'] = "Boutique itinérante en bois",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '10',
['LaborInCalories'] = '225',
['RequiredSkill'] = {'BasicEngineeringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Wainwright Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Fabric',
['ID'] = 'CottonFabricItem',
['Quantity'] = '12',
['IsStatic'] = 'False',
},
['Lubricant'] = {
['Type'] = 'ITEM',
['Name'] = 'Lubricant',
['ID'] = 'LubricantItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
},
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
['Store'] = {
['Type'] = 'ITEM',
['Name'] = 'Store',
['ID'] = 'StoreItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
['Wood Cart'] = {
['Type'] = 'ITEM',
['Name'] = 'Wood Cart',
['ID'] = 'WoodCartItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
},
}
,
['Products'] = {
['Wood Shop Cart'] = {
['Name'] = 'Wood Shop Cart',
['ID'] = 'WoodShopCartItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoodWindowPlanterRecipe'] = {
['Name'] = {
['English'] = "Wood Window Planter",
['Russian'] = "Деревянный горшок для окна",
['German'] = "Wood Window Planter",
['French'] = "Jardinière de fenêtre en bois",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '360',
['RequiredSkill'] = {'FertilizersSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Farmers Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wood Window Planter'] = {
['Name'] = 'Wood Window Planter',
['ID'] = 'WoodWindowPlanterItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoolCarpetRecipe'] = {
['Name'] = {
['English'] = "Wool Carpet",
['Russian'] = "Шерстяной ковер",
['German'] = "Wollteppich",
['French'] = "Moquette en laine",
},
['CraftTime'] = '38',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '180',
['RequiredSkill'] = {'TailoringSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Epoxy'] = {
['Type'] = 'ITEM',
['Name'] = 'Epoxy',
['ID'] = 'EpoxyItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Wood Board'] = {
['Type'] = 'TAG',
['Name'] = 'Wood Board',
['ID'] = 'WoodBoard',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
['Wool Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Wool Fabric',
['ID'] = 'WoolFabricItem',
['Quantity'] = '3',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wool Carpet'] = {
['Name'] = 'Wool Carpet',
['ID'] = 'WoolCarpetItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoolCurtainsRecipe'] = {
['Name'] = {
['English'] = "Wool Curtains",
['Russian'] = "Шерстяные Шторы",
['German'] = "Wollvorhänge",
['French'] = "Rideaux en laine",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1.5',
['LaborInCalories'] = '120',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cotton Thread'] = {
['Type'] = 'ITEM',
['Name'] = 'Cotton Thread',
['ID'] = 'CottonThreadItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Wool Fabric'] = {
['Type'] = 'ITEM',
['Name'] = 'Wool Fabric',
['ID'] = 'WoolFabricItem',
['Quantity'] = '5',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wool Curtains'] = {
['Name'] = 'Wool Curtains',
['ID'] = 'WoolCurtainsItem',
['Quantity'] = '4',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoolFabricRecipe'] = {
['Name'] = {
['English'] = "Wool Fabric",
['Russian'] = "Шерстяная ткань",
['German'] = "Wollstoff",
['French'] = "Tissu en laine",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '100',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Loom',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wool Yarn'] = {
['Type'] = 'ITEM',
['Name'] = 'Wool Yarn',
['ID'] = 'WoolYarnItem',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wool Fabric'] = {
['Name'] = 'Wool Fabric',
['ID'] = 'WoolFabricItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WoolYarnRecipe'] = {
['Name'] = {
['English'] = "Wool Yarn",
['Russian'] = "Шерстяная пряжа",
['German'] = "Wollgarn",
['French'] = "Fil de laine",
},
['CraftTime'] = '45',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'TailoringSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Advanced Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Shorn Wool'] = {
['Type'] = 'ITEM',
['Name'] = 'Shorn Wool',
['ID'] = 'ShornWoolItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Wool Yarn'] = {
['Name'] = 'Wool Yarn',
['ID'] = 'WoolYarnItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WorkBackpackRecipe'] = {
['Name'] = {
['English'] = "Work Backpack",
['Russian'] = "Рабочий рюкзак",
['German'] = "Arbeitsrucksack",
['French'] = "Sac à dos de travail",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cellulose Fiber'] = {
['Type'] = 'ITEM',
['Name'] = 'Cellulose Fiber',
['ID'] = 'CelluloseFiberItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Work Backpack'] = {
['Name'] = 'Work Backpack',
['ID'] = 'WorkBackpackItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WorkbenchRecipe'] = {
['Name'] = {
['English'] = "Workbench",
['Russian'] = "Верстак",
['German'] = "Werkbank",
['French'] = "Établi de bricolage",
},
['CraftTime'] = '30',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '30',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Campsite',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Wood'] = {
['Type'] = 'TAG',
['Name'] = 'Wood',
['ID'] = 'Wood',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Workbench'] = {
['Name'] = 'Workbench',
['ID'] = 'WorkbenchItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WorkBootsRecipe'] = {
['Name'] = {
['English'] = "Work Boots",
['Russian'] = "Рабочие ботинки",
['German'] = "Arbeitsstiefel",
['French'] = "Bottes de travail",
},
['CraftTime'] = '600',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '600',
['RequiredSkill'] = {'TailoringSkill','3'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Tailoring Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Cellulose Fiber'] = {
['Type'] = 'ITEM',
['Name'] = 'Cellulose Fiber',
['ID'] = 'CelluloseFiberItem',
['Quantity'] = '10',
['IsStatic'] = 'False',
},
['Fabric'] = {
['Type'] = 'TAG',
['Name'] = 'Fabric',
['ID'] = 'Fabric',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
['Leather Hide'] = {
['Type'] = 'ITEM',
['Name'] = 'Leather Hide',
['ID'] = 'LeatherHideItem',
['Quantity'] = '20',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Work Boots'] = {
['Name'] = 'Work Boots',
['ID'] = 'WorkBootsItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['WorldlyDonutRecipe'] = {
['Name'] = {
['English'] = "Worldly Donut",
['Russian'] = "Пончик Мира",
['German'] = "Schmackhafter Donut",
['French'] = "Beignet mondain",
},
['CraftTime'] = '60',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '25',
['RequiredSkill'] = {'BakingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Bakery Oven',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Oil'] = {
['Type'] = 'TAG',
['Name'] = 'Oil',
['ID'] = 'Oil',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
['Pastry Dough'] = {
['Type'] = 'ITEM',
['Name'] = 'Pastry Dough',
['ID'] = 'PastryDoughItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
['Sugar'] = {
['Type'] = 'ITEM',
['Name'] = 'Sugar',
['ID'] = 'SugarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Worldly Donut'] = {
['Name'] = 'Worldly Donut',
['ID'] = 'WorldlyDonutItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['YeastRecipe'] = {
['Name'] = {
['English'] = "Yeast",
['Russian'] = "Дрожжи",
['German'] = "Hefe",
['French'] = "Levure",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '15',
['RequiredSkill'] = {'MillingSkill','4'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Sugar'] = {
['Type'] = 'ITEM',
['Name'] = 'Sugar',
['ID'] = 'SugarItem',
['Quantity'] = '2',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Yeast'] = {
['Name'] = 'Yeast',
['ID'] = 'YeastItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['YellowPowderRecipe'] = {
['Name'] = {
['English'] = "Yellow Powder",
['Russian'] = "Желтый порошок",
['German'] = "Yellow Powder",
['French'] = "Pigment jaune",
},
['CraftTime'] = '24',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '24',
['RequiredSkill'] = {'MillingSkill','2'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Mill',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Sunflower'] = {
['Type'] = 'ITEM',
['Name'] = 'Sunflower',
['ID'] = 'SunflowerItem',
['Quantity'] = '1',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Yellow Powder'] = {
['Name'] = 'Yellow Powder',
['ID'] = 'YellowPowderItem',
['Quantity'] = '5',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ZatakuTableRecipe'] = {
['Name'] = {
['English'] = "Zataku Table",
['Russian'] = "Стол Затаку",
['German'] = "Zataku Table",
['French'] = "Table Zataku",
},
['CraftTime'] = '240',
['ExperienceOnCraft'] = '3',
['LaborInCalories'] = '60',
['RequiredSkill'] = {'CarpentrySkill','6'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Sawmill',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Lumber'] = {
['Type'] = 'TAG',
['Name'] = 'Lumber',
['ID'] = 'Lumber',
['Quantity'] = '18',
['IsStatic'] = 'False',
},
['Nail'] = {
['Type'] = 'ITEM',
['Name'] = 'Nail',
['ID'] = 'NailItem',
['Quantity'] = '8',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Zataku Table'] = {
['Name'] = 'Zataku Table',
['ID'] = 'ZatakuTableItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ZenGardenRecipe'] = {
['Name'] = {
['English'] = "Zen Garden",
['Russian'] = "Сад Zen",
['German'] = "Zen Garden",
['French'] = "Jardin zen",
},
['CraftTime'] = '120',
['ExperienceOnCraft'] = '0.5',
['LaborInCalories'] = '50',
['RequiredSkill'] = {'MiningSkill','1'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Arrastra',
['RequiresStrangeBlueprint'] = 'True',
['Ingredients'] = {
['Rock'] = {
['Type'] = 'TAG',
['Name'] = 'Rock',
['ID'] = 'Rock',
['Quantity'] = '4',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Zen Garden'] = {
['Name'] = 'Zen Garden',
['ID'] = 'ZenGardenItem',
['Quantity'] = '2',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
['ZoningOfficeRecipe'] = {
['Name'] = {
['English'] = "Zoning Office",
['Russian'] = "Офис зонирования",
['German'] = "Planungs- und Bauamt",
['French'] = "Bureau du territoire",
},
['CraftTime'] = '300',
['ExperienceOnCraft'] = '1',
['LaborInCalories'] = '1200',
['RequiredSkill'] = {'nil','0'},
['RequiresModule'] = 'nil',
['CraftingTables'] = 'Settlement Crafting Table',
['RequiresStrangeBlueprint'] = 'False',
['Ingredients'] = {
['Hewn Log'] = {
['Type'] = 'TAG',
['Name'] = 'Hewn Log',
['ID'] = 'HewnLog',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
['Mortared Stone'] = {
['Type'] = 'TAG',
['Name'] = 'Mortared Stone',
['ID'] = 'MortaredStone',
['Quantity'] = '15',
['IsStatic'] = 'False',
},
}
,
['Products'] = {
['Zoning Office'] = {
['Name'] = 'Zoning Office',
['ID'] = 'ZoningOfficeItem',
['Quantity'] = '1',
['IsStatic'] = 'True',
['Type'] = 'ITEM',
},
}
,
},
},
}