--[[ | This file was obtained through the combined efforts | of Madbluntz & Plymouth Antiquarian Society. | | Credits: lifestorm, Gregory Wayne Rossel JR., | Maloy, DrPepper10 @ RIP, Atle! | | Visit for more: https://plymouth.thetwilightzone.ru/ --]] local RECIPE = ix.recipe:New() RECIPE.uniqueID = "rec_elec_computer" RECIPE.name = "Bilgisayar" RECIPE.description = "Notlara erişimi olan, tehlikeli bir rejim işletim sistemi kullanan, mağazalar için yararlı bir araç olan geri yüklenmiş bir bilgisayar." RECIPE.model = "models/willardnetworks/props/willard_computer.mdl" RECIPE.category = "Elektronik" RECIPE.station = "tool_craftingbench" RECIPE.ingredients = {["comp_refined_plastic"] = 2, ["comp_electronics"] = 4, ["comp_screws"] = 2} RECIPE.result = {["cit_computer"] = 1} RECIPE.hidden = false RECIPE.skill = "crafting" RECIPE.level = 25 RECIPE.experience = { {level = 25, exp = 400}, -- full xp {level = 40, exp = 200}, -- half xp {level = 45, exp = 0} -- no xp } RECIPE:Register() RECIPE = ix.recipe:New() RECIPE.uniqueID = "rec_elec_cmb_tuner" RECIPE.name = "Combine Onaylı Radyo Ayarlayıcısı" RECIPE.description = "Bir radyonun ayarlayabileceği frekansları değiştirmek için kullanılabilen bir radyo ayarlayıcı." RECIPE.model = "models/willardnetworks/skills/circuit.mdl" RECIPE.category = "Elektronik" RECIPE.station = "tool_craftingbench" RECIPE.ingredients = {["comp_iron"] = 2, ["comp_electronics"] = 10, ["comp_screws"] = 2, ["comp_adhesive"] = 2} RECIPE.result = {["tuner_cmb"] = 1} RECIPE.hidden = false RECIPE.skill = "crafting" RECIPE.level = 30 RECIPE.experience = { {level = 30, exp = 400}, -- full xp {level = 40, exp = 200}, -- half xp {level = 50, exp = 0} -- no xp } RECIPE:Register() RECIPE = ix.recipe:New() RECIPE.uniqueID = "rec_elec_reb_tuner" RECIPE.name = "Direniş Radyo Ayarlayıcısı" RECIPE.description = "Bir radyonun ayarlayabileceği frekansları değiştirmek için kullanılabilen bir radyo ayarlayıcı. Bu, uzak yayın frekanslarına ulaşabilen daha yüksek aralıklı bir ayarlayıcıdır." RECIPE.model = "models/willardnetworks/skills/circuit.mdl" RECIPE.category = "Elektronik" RECIPE.station = "tool_craftingbench" RECIPE.ingredients = {["comp_steel"] = 1, ["comp_electronics"] = 12, ["comp_rivbolts"] = 1, ["comp_adhesive"] = 1} RECIPE.result = {["tuner_reb"] = 1} RECIPE.hidden = false RECIPE.skill = "crafting" RECIPE.level = 40 RECIPE.experience = { {level = 40, exp = 500}, -- full xp {level = 46, exp = 250}, -- half xp {level = 50, exp = 0} -- no xp } RECIPE:Register() RECIPE = ix.recipe:New() RECIPE.uniqueID = "rec_elec_handheld" RECIPE.name = "El Telsizi" RECIPE.description = "Analog ve dijital frekansları destekleyen uygun şekilde yapılmış bir el telsizi." RECIPE.model = "models/willardnetworks/skills/handheld_radio.mdl" RECIPE.category = "Elektronik" RECIPE.station = "tool_metalbench" RECIPE.ingredients = {["comp_steel"] = 1, ["comp_electronics"] = 2, ["comp_rivbolts"] = 1, ["comp_refined_plastic"] = 1} RECIPE.result = {["handheld_radio"] = 1} RECIPE.hidden = false RECIPE.skill = "crafting" RECIPE.level = 25 RECIPE.experience = { {level = 25, exp = 150}, -- full xp {level = 40, exp = 75}, -- half xp {level = 45, exp = 0} -- no xp } RECIPE:Register() RECIPE = ix.recipe:New() RECIPE.uniqueID = "rec_elec_old_handheld" RECIPE.name = "Eski El Telsizi" RECIPE.description = "Sadece analog frekansları destekleyen geçici radyo." RECIPE.model = "models/willardnetworks/skills/handheld_radio.mdl" RECIPE.category = "Elektronik" RECIPE.station = "tool_craftingbench" RECIPE.ingredients = {["comp_iron"] = 1, ["comp_electronics"] = 1, ["comp_screws"] = 2, ["comp_plastic"] = 2} RECIPE.result = {["old_radio"] = 1} RECIPE.hidden = false RECIPE.skill = "crafting" RECIPE.level = 15 RECIPE.experience = { {level = 15, exp = 200}, -- full xp {level = 30, exp = 100}, -- half xp {level = 35, exp = 0} -- no xp } RECIPE:Register() RECIPE = ix.recipe:New() RECIPE.uniqueID = "rec_elec_repair_broken_radio" RECIPE.name = "Repair Broken Radio" RECIPE.description = "Repairs your broken radio." RECIPE.model = "models/willardnetworks/skills/handheld_radio.mdl" RECIPE.category = "Elektronik" RECIPE.tool = "tool_toolkit" RECIPE.ingredients = {["comp_iron"] = 1, ["comp_electronics"] = 4, ["broken_radio"] = 1} RECIPE.result = {["handheld_radio"] = 1} RECIPE.hidden = false RECIPE.skill = "crafting" RECIPE.level = 20 RECIPE.experience = { {level = 20, exp = 200}, -- full xp {level = 30, exp = 100}, -- half xp {level = 35, exp = 0} -- no xp } RECIPE:Register() local RECIPE = ix.recipe:New() RECIPE.uniqueID = "craft_writing_crackedprinter" RECIPE.name = "Çatlak Yazıcı" RECIPE.description = "Artık geçerli bir izin gerektirmeyen kırık bir yazıcı. Kağıt ve siyah mürekkep gerektirir." RECIPE.model = "models/willardnetworks/plotter.mdl" RECIPE.category = "Elektronik" RECIPE.station = "tool_metalbench" RECIPE.ingredients = {["newspaper_printer"] = 1, ["comp_electronics"] = 4} RECIPE.result = {["newspaper_printer_cracked"] = 1} RECIPE.hidden = false RECIPE.skill = "crafting" RECIPE.level = 25 RECIPE.experience = { {level = 25, exp = 100}, -- full xp {level = 40, exp = 50}, -- half xp {level = 45, exp = 0} -- no xp } RECIPE:Register()