mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
@@ -0,0 +1,169 @@
|
||||
--[[
|
||||
| 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 = "alcohol_ciggie_pack"
|
||||
RECIPE.name = "Sigara Paketi"
|
||||
RECIPE.description = "Combine tarafından verilen, içinde 8 adet sigara bulunan bir sigara paketi."
|
||||
RECIPE.model = "models/willardnetworks/cigarettes/cigarette_pack.mdl"
|
||||
RECIPE.category = "Alkol"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 10
|
||||
RECIPE.result = {["ciggie_pack"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
-- Artificial
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "alcohol_proc_bourbon"
|
||||
RECIPE.name = "Yapay Bourbon"
|
||||
RECIPE.description = "Sentetik kökenlerden üretilen bu burbon, laboratuvarda üretilen meşe ve karamel notaları ile sinir bozucu derecede pürüzsüz, yapay bir tatlılık sunar."
|
||||
RECIPE.model = "models/willardnetworks/food/bourbon.mdl"
|
||||
RECIPE.category = "Alkol"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 5
|
||||
RECIPE.result = {["drink_proc_bourbon"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "alcohol_proc_whiskey"
|
||||
RECIPE.name = "Yapay Viski"
|
||||
RECIPE.description = "Laboratuvarda tasarlanmış bileşiklerden yapılan bu hiper işlenmiş viski, plastik ve krom ipuçlarıyla keskin, sentetik bir keskinlik sunar."
|
||||
RECIPE.model = "models/willardnetworks/food/whiskey.mdl"
|
||||
RECIPE.category = "Alkol"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 6
|
||||
RECIPE.result = {["drink_proc_whiskey"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "alcohol_proc_beer"
|
||||
RECIPE.name = "Yapay Bira"
|
||||
RECIPE.description = "Steril fıçılarda sentetik bileşenlerden fermente edilen bu distopik bira, yapay şerbetçiotu dokunuşuyla sade, metalik bir tat sunuyor."
|
||||
RECIPE.model = "models/willardnetworks/food/beer.mdl"
|
||||
RECIPE.category = "Alkol"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 5
|
||||
RECIPE.result = {["drink_proc_beer"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "alcohol_proc_vodka"
|
||||
RECIPE.name = "Yapay Votka"
|
||||
RECIPE.description = "Yapay bileşiklerden tasarlanan bu ultra işlenmiş votka, hafif kauçuk ve devre ipuçlarıyla gevrek, sentetik bir tat sunar."
|
||||
RECIPE.model = "models/willardnetworks/food/alcohol_bottle.mdl"
|
||||
RECIPE.category = "Alkol"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 6
|
||||
RECIPE.result = {["drink_proc_vodka"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
-- Bottled drinks
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "alcohol_whiskey"
|
||||
RECIPE.name = "Viski"
|
||||
RECIPE.description = "Gizemli maddelerden üretilen bu viski, akıldan çıkmayacak kadar alışılmadık şekilde ürkütücü, endüstriyel bir tat yayıyor."
|
||||
RECIPE.model = "models/willardnetworks/food/whiskey.mdl"
|
||||
RECIPE.category = "Alkol"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 25
|
||||
RECIPE.result = {["bottle_whiskey"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "alcohol_vodka"
|
||||
RECIPE.name = "Vodka"
|
||||
RECIPE.description = "Acımasız işlemlerle dövülen bu votka, herhangi bir doğal özden yoksun, sert, kimyasal olarak aşılanmış bir tekme sunar."
|
||||
RECIPE.model = "models/willardnetworks/food/alcohol_bottle.mdl"
|
||||
RECIPE.category = "Alkol"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 25
|
||||
RECIPE.result = {["bottle_vodka"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "alcohol_beer"
|
||||
RECIPE.name = "Bira"
|
||||
RECIPE.description = "Steril odalarda demlenen bu bira, geleneksel bira yapımının rustik cazibesinden yoksundur ve metalik alt tonlu soğuk, klinik bir tat sunar."
|
||||
RECIPE.model = "models/willardnetworks/food/beer.mdl"
|
||||
RECIPE.category = "Alkol"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 20
|
||||
RECIPE.result = {["drink_beer"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "alcohol_lager_siemens"
|
||||
RECIPE.name = "Siemens Premium Alman Birası"
|
||||
RECIPE.description = "Önünde süslü altın Siemens imza logosu bulunan, birbirine kenetlenen küçük Birlik sembolleriyle çevrili kahverengi bir cam şişe. İçinde pırıl pırıl, altın sarısı bir sıvı bulunur."
|
||||
RECIPE.model = "models/willardnetworks/food/beer.mdl"
|
||||
RECIPE.skin = 1
|
||||
RECIPE.category = "Alkol"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 23
|
||||
RECIPE.result = {["drink_siemens_beer"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "alcohol_sake"
|
||||
RECIPE.name = "Şehir Sekiz Aşkına"
|
||||
RECIPE.description = "Kökeni bilinmeyen esrarengiz bir bira olan bu sake, açıklamaya meydan okuyan zor bir tanımla tüyler ürpertici sentetik bir tat sunar."
|
||||
RECIPE.model = "models/willardnetworks/food/prop_bar_bottle_e.mdl"
|
||||
RECIPE.category = "Alkol"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 4
|
||||
RECIPE.result = {["bottle_sake"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "alcohol_bourbon"
|
||||
RECIPE.name = "Bourbon"
|
||||
RECIPE.description = "Bu bourbon, seleflerinin duygusal zenginliğinden yoksundur ve hafif bir üretilmiş odunsuluk ipucu ile steril, tatsız bir deneyim sunar."
|
||||
RECIPE.model = "models/willardnetworks/food/bourbon.mdl"
|
||||
RECIPE.category = "Alkol"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 25
|
||||
RECIPE.result = {["bottle_bourbon"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "alcohol_moonshine"
|
||||
RECIPE.name = "Kaçak İçki"
|
||||
RECIPE.description = "Eski bir sovyet votka şişesinde hafif tatlı kokulu bir likör. Bir katır gibi tekmeliyor. Muhtemelen onunla boyayı sıyırabilirsin."
|
||||
RECIPE.model = "models/willardnetworks/food/alcohol_bottle.mdl"
|
||||
RECIPE.category = "Alkol"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 25
|
||||
RECIPE.result = {["bottle_moonshine"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,87 @@
|
||||
--[[
|
||||
| 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 = "bartering_comp_adhesive"
|
||||
RECIPE.name = "Yapıştırıcı"
|
||||
RECIPE.description = "Nesneleri birbirine yapıştırmak için bir yapıştırıcı. Çok yapışkan."
|
||||
RECIPE.model = "models/willardnetworks/props/glue.mdl"
|
||||
RECIPE.category = "Bileşenler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 10
|
||||
RECIPE.result = {["comp_adhesive"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_comp_wood"
|
||||
RECIPE.name = "Hurda Ahşap"
|
||||
RECIPE.description = "Kırık görünen ama kullanışlı tahta çubuklar."
|
||||
RECIPE.model = "models/Gibs/wood_gib01a.mdl"
|
||||
RECIPE.category = "Bileşenler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 3
|
||||
RECIPE.result = {["comp_wood"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_comp_screws"
|
||||
RECIPE.name = "Çivi Kutusu"
|
||||
RECIPE.description = "Çivi içeren bir kutu. Biraz paslı görünüyorlar."
|
||||
RECIPE.model = "models/willardnetworks/skills/screws.mdl"
|
||||
RECIPE.category = "Bileşenler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 10
|
||||
RECIPE.result = {["comp_screws"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_comp_scraps"
|
||||
RECIPE.name = "Metal Hurdalar"
|
||||
RECIPE.description = "İşçilik için yararlı olabilecek metal hurda parçaları."
|
||||
RECIPE.model = "models/gibs/manhack_gib01.mdl"
|
||||
RECIPE.category = "Bileşenler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 4
|
||||
RECIPE.result = {["comp_scrap"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_comp_electronics"
|
||||
RECIPE.name = "Elektronik Parçalar"
|
||||
RECIPE.description = "Hurdaya çıkarılmış elektronik parçalar. Bunların ne için kullanıldığını merak ediyor musunuz?"
|
||||
RECIPE.model = "models/willardnetworks/skills/circuit.mdl"
|
||||
RECIPE.category = "Bileşenler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 5
|
||||
RECIPE.result = {["comp_electronics"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_comp_cloth"
|
||||
RECIPE.name = "Kumaş Paçavralar"
|
||||
RECIPE.description = "Bir parça kumaş paçavra, işçilik için kullanılabilir."
|
||||
RECIPE.model = "models/willardnetworks/skills/cloth.mdl"
|
||||
RECIPE.category = "Bileşenler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 3
|
||||
RECIPE.result = {["comp_cloth"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,87 @@
|
||||
--[[
|
||||
| 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 = "bartering_tool_request"
|
||||
RECIPE.name = "Talep Cihazı"
|
||||
RECIPE.description = "Yuvarlatılmış köşelere sahip küçük bir cihaz, üzerinde iki düğme bulunuyor. Üzerinde küçük bir Combine logosu görünüyor."
|
||||
RECIPE.model = "models/gibs/shield_scanner_gib1.mdl"
|
||||
RECIPE.category = "Elektronik"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 15
|
||||
RECIPE.result = {["request_device"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_tool_flashlight"
|
||||
RECIPE.name = "El Feneri"
|
||||
RECIPE.description = "Bilinmeyen karanlığı keşfederken inanılmaz derecede kullanışlı."
|
||||
RECIPE.model = "models/willardnetworks/skills/flashlight.mdl"
|
||||
RECIPE.category = "Elektronik"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 25
|
||||
RECIPE.result = {["flashlight"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_tv"
|
||||
RECIPE.name = "Televizyon"
|
||||
RECIPE.description = "Propaganda yayınlarını izlemek için rejim tarafından verilen bir televizyon."
|
||||
RECIPE.model = "models/props_c17/tv_monitor01.mdl"
|
||||
RECIPE.category = "Elektronik"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 50
|
||||
RECIPE.result = {["television"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_tool_coffeemachine"
|
||||
RECIPE.name = "Kahve Makinesi"
|
||||
RECIPE.description = "Ayakkabılarınıza damlayan mükemmelik gerektiğinde ihtiyacınız olan tek şey bir kahve makinesi."
|
||||
RECIPE.model = "models/willardnetworks/skills/coffee_machine.mdl"
|
||||
RECIPE.category = "Elektronik"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 55
|
||||
RECIPE.result = {["tool_coffeemachine"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_cit_computer"
|
||||
RECIPE.name = "Bilgisayar"
|
||||
RECIPE.description = "Notlara erişim sağlayan, düşük kaliteli bir rejim işletim sistemi kullanan bir bilgisayar, mağazalar için kullanışlı bir araç."
|
||||
RECIPE.model = "models/willardnetworks/props/willard_computer.mdl"
|
||||
RECIPE.category = "Elektronik"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 150
|
||||
RECIPE.result = {["cit_computer"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_elec_musicradio"
|
||||
RECIPE.name = "Hayırsever Radyo"
|
||||
RECIPE.description = "Yalnızca resmi Birlik Onaylı radyo istasyonlarını ayarlayabilen tunerli, üretilmiş bir radyo."
|
||||
RECIPE.model = "models/props_lab/citizenradio.mdl"
|
||||
RECIPE.category = "Elektronik"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 150
|
||||
RECIPE.result = {["musicradio_cmb"] = 1}
|
||||
RECIPE.buyAmount = 1
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,247 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
-- Snacks
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_food_berries"
|
||||
RECIPE.name = "Meyveler"
|
||||
RECIPE.description = "Bir demet tatlı meyve."
|
||||
RECIPE.model = "models/willardnetworks/food/berries01.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 3
|
||||
RECIPE.result = {["fruit_berries"] = 1}
|
||||
RECIPE.buyAmount = 1
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_food_peanuts"
|
||||
RECIPE.name = "Tuzlu Fıstık"
|
||||
RECIPE.description = "Hafif bir atıştırmalık, alkol ile iyi gider."
|
||||
RECIPE.model = "models/willardnetworks/food/peats.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 3
|
||||
RECIPE.result = {["food_peanuts"] = 1}
|
||||
RECIPE.buyAmount = 1
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_food_biscuits"
|
||||
RECIPE.name = "Bisküvi Konservesi"
|
||||
RECIPE.description = "Issız, metalik bir teneke kutu içinde yer alan bu kuru bisküviler, kemer tadı sunuyor. Her ısırık, nemden yoksun, kavrulmuş bir gevreklik açığa çıkarır."
|
||||
RECIPE.model = "models/props_junk/garbage_metalcan001a.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 3
|
||||
RECIPE.result = {["food_biscuits"] = 1}
|
||||
RECIPE.buyAmount = 1
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_food_crisps"
|
||||
RECIPE.name = "Patates Cipsi"
|
||||
RECIPE.description = "Hafif bir atıştırmalık, bu yeşil süslemeli plastik torba tuzlu cipsler içeriyor."
|
||||
RECIPE.model = "models/willardnetworks/food/snack01.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 4
|
||||
RECIPE.result = {["food_crisps"] = 1}
|
||||
RECIPE.buyAmount = 1
|
||||
RECIPE:Register()
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_food_crackers"
|
||||
RECIPE.name = "Patates Krakerleri"
|
||||
RECIPE.description = "Hafif bir atıştırmalık, bu kırmızı süslemeli plastik torba kraker içeriyor."
|
||||
RECIPE.model = "models/willardnetworks/food/snack02.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 4
|
||||
RECIPE.result = {["food_crackers"] = 1}
|
||||
RECIPE.buyAmount = 1
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "food_apple"
|
||||
RECIPE.name = "Elma"
|
||||
RECIPE.description = "Sağlık görevlilerini bütün bir gün boyunca uzak tutuyor."
|
||||
RECIPE.model = "models/willardnetworks/food/apple.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 7
|
||||
RECIPE.result = {["fruit_apple"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "food_banana"
|
||||
RECIPE.name = "Muz"
|
||||
RECIPE.description = "Soy ve ye."
|
||||
RECIPE.model = "models/willardnetworks/food/bananna.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 8
|
||||
RECIPE.result = {["fruit_banana"] = 1}
|
||||
RECIPE.buyAmount = 1
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "food_orange"
|
||||
RECIPE.name = "Portakal"
|
||||
RECIPE.description = "Engebeli, keskin bir portakal."
|
||||
RECIPE.model = "models/willardnetworks/food/orange.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 8
|
||||
RECIPE.result = {["fruit_orange"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "food_sandwich"
|
||||
RECIPE.name = "Sandviç"
|
||||
RECIPE.description = "Şehir İki'de çok popüler, yapay et ve peynirden oluşan bir sandviç."
|
||||
RECIPE.model = "models/willardnetworks/food/sandwich.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 22
|
||||
RECIPE.result = {["comfort_sandwich"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
-- Foods
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "food_artskewer"
|
||||
RECIPE.name = "Şiş Yapay Et"
|
||||
RECIPE.description = "Bir protein et bloğu çarpıtıldı ve yemeye hazır olarak üretildi."
|
||||
RECIPE.model = "models/willardnetworks/food/meatskewer2.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 3
|
||||
RECIPE.result = {["artificial_skewer"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "food_breadslice"
|
||||
RECIPE.name = "Ekmek Dilimi"
|
||||
RECIPE.description = "Bir dilim taze ekmek. Seni kendi başına çok fazla doldurmuyor ama yapacak."
|
||||
RECIPE.model = "models/willardnetworks/food/bread_slice.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 4
|
||||
RECIPE.result = {["baking_bread_slice"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "food_halfbread"
|
||||
RECIPE.name = "Yarım Ekmek"
|
||||
RECIPE.description = "Yarım somun ekmek tüketilmeye hazır."
|
||||
RECIPE.model = "models/willardnetworks/food/bread_half.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 9
|
||||
RECIPE.result = {["baking_bread_half"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "food_cookednoodles"
|
||||
RECIPE.name = "Pişmiş Erişte"
|
||||
RECIPE.description = "İşgal sırasında bile.. Erişte, yemek için popüler bir seçim olmaya devam ediyor."
|
||||
RECIPE.model = "models/willardnetworks/food/noodles.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 7
|
||||
RECIPE.result = {["comfort_noodles"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "food_bagel"
|
||||
RECIPE.name = "Simit"
|
||||
RECIPE.description = "Yaratıcı araçlar sayesinde ekmek hamurundan simit temin edebiliyorsunuz, biraz kuru ama güzel."
|
||||
RECIPE.model = "models/willardnetworks/food/bagel2.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 10
|
||||
RECIPE.result = {["baking_bagel"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "food_roastedartmeat"
|
||||
RECIPE.name = "Kavrulmuş Suni Et"
|
||||
RECIPE.description = "Kolay tüketim için yapay etin bir protein bloğu."
|
||||
RECIPE.model = "models/willardnetworks/food/steak2.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 9
|
||||
RECIPE.result = {["artificial_meat"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "food_vegsoup"
|
||||
RECIPE.name = "Sebze Çorbası"
|
||||
RECIPE.description = "Sıcak bir kase sağlıklı sebze çorbası, sabit bir zihin tutmanın iyi bir yolu."
|
||||
RECIPE.model = "models/willardnetworks/food/vegetablesoup.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 15
|
||||
RECIPE.result = {["comfort_soup"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "food_watermelon"
|
||||
RECIPE.name = "Karpuz"
|
||||
RECIPE.description = "Büyük, yuvarlak, yeşil bir meyve. İçi oldukça pembe!"
|
||||
RECIPE.model = "models/willardnetworks/food/watermelon_unbreakable.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["fruit_watermelon"] = 1}
|
||||
RECIPE.buyAmount = 1
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "food_cookedantlionmeat"
|
||||
RECIPE.name = "Kavrulmuş Antlion Eti"
|
||||
RECIPE.description = "Kavrulmuş bir antlion eti, sizi istediğiniz kadar doyurmaz, garip bir dokusu var."
|
||||
RECIPE.model = "models/willardnetworks/food/cooked_alienmeat.mdl"
|
||||
RECIPE.category = "Yemek"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 6
|
||||
RECIPE.result = {["antlion_roast"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,37 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_gloves"
|
||||
RECIPE.name = "Eldivenler"
|
||||
RECIPE.description = "Bir çift siyah eldiven. İş, hava durumu ve daha fazlası için iyi."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/hands_glove.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Eller"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 20
|
||||
RECIPE.result = {["hands_gloves"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_tipless_gloves"
|
||||
RECIPE.name = "Parmaksız Eldivenler"
|
||||
RECIPE.description = "Parmak uçları olmayan bir çift siyah eldiven. Parmaklarınızı serbest tutar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/hands_glove_fingerless.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Eller"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 20
|
||||
RECIPE.result = {["hands_tipless_gloves"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,181 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
-- Beanie
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_head_beanie_brown"
|
||||
RECIPE.name = "Kahverengi Beanie"
|
||||
RECIPE.description = "Kahverengi, yünlü bir bere. Sıcak ve rahat."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_beanie_update.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Şapka"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 20
|
||||
RECIPE.result = {["beanie_brown"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_head_beanie_grey"
|
||||
RECIPE.name = "Gri Beanie"
|
||||
RECIPE.description = "Gri, yünlü bir bere. Sıcak ve rahat."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_beanie_update.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Şapka"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 20
|
||||
RECIPE.result = {["beanie_grey"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_head_beanie_red"
|
||||
RECIPE.name = "Kırmızı Beanie"
|
||||
RECIPE.description = "Kırmızı, biraz ihmal edilmese de, yünlü bir bere. Sıcak ve rahat."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_beanie_update.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Şapka"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 20
|
||||
RECIPE.result = {["beanie_red"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_head_beanie_blue"
|
||||
RECIPE.name = "Mavi Beanie"
|
||||
RECIPE.description = "Biraz ihmal edilmemiş olsa da mavi, yünlü bir bere. Sıcak ve rahat."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_beanie_update.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Şapka"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 20
|
||||
RECIPE.result = {["head_blue_beanie"] = 1} -- Old ID name, to let players keep item on update
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_head_beanie_green"
|
||||
RECIPE.name = "Yeşil Bere"
|
||||
RECIPE.description = "Yeşil, biraz ihmal edilmese de, yünlü bir bere. Sıcak ve rahat."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_beanie_update.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Şapka"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 20
|
||||
RECIPE.result = {["head_green_beanie"] = 1} -- Old ID name, to let players keep item on update
|
||||
RECIPE:Register()
|
||||
|
||||
-- Non-colorable
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_head_boonie"
|
||||
RECIPE.name = "Boonie Şapkası"
|
||||
RECIPE.description = "Geniş kenarlı bir şapka. Güneşi kafandan uzak tutar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_boonie.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Şapka"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 50
|
||||
RECIPE.result = {["head_boonie_hat"] = 1} -- Old ID name, to let players keep item on update
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_head_chef"
|
||||
RECIPE.name = "Şef Şapkası"
|
||||
RECIPE.description = "Uzun boylu, beyaz bir şapka. Yemek pişirmede iyi olması gerekenler tarafından giyilir."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_chefhat.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Şapka"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["head_chef_hat"] = 1} -- Old ID name, to let players keep item on update
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_head_cap"
|
||||
RECIPE.name = "Düz Başlık"
|
||||
RECIPE.description = "Kafasında düz olan şık bir eski okul şapkası."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_hat2.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Şapka"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["head_flat_cap"] = 1} -- Old ID name, to let players keep item on update
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_head_visor"
|
||||
RECIPE.name = "Siperli Şapka"
|
||||
RECIPE.description = "Siperlikli bir şapka. Güneşi gözlerinizden uzak tutar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_hat.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Şapka"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["head_visor_cap"] = 1} -- Old ID name, to let players keep item on update
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "head_military_cap"
|
||||
RECIPE.name = "Askeri Şapka"
|
||||
RECIPE.description = "Yıpranmış askeri amblemli bir şapka."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_confederatehat.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Şapka"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 50
|
||||
RECIPE.result = {["head_military_cap"] = 1} -- Old ID name, to let players keep item on update
|
||||
RECIPE:Register()
|
||||
|
||||
-- Glasses
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_glasses"
|
||||
RECIPE.name = "Gözlükler"
|
||||
RECIPE.description = "Bir çift siyah, kare çerçeveli gözlük. Görmenize yardımcı olur."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/glasses.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Şapka"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 25
|
||||
RECIPE.result = {["glasses"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_aviators"
|
||||
RECIPE.name = "Havacı Gözlükleri"
|
||||
RECIPE.description = "Geçmişi anımsatan bir çift şık havacı gözlüğü."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_aviators.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Şapka"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 50
|
||||
RECIPE.result = {["aviators"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_70s"
|
||||
RECIPE.name = "70'ler Gözlükleri"
|
||||
RECIPE.description = "Kahverengi çerçeveli bir çift vintage 70'ler gözlüğü."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_glasses_70s.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Şapka"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 50
|
||||
RECIPE.result = {["70sglasses"] = 1}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,248 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
-- Meats
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_leeches"
|
||||
RECIPE.name = "Kalaylı Sülükler"
|
||||
RECIPE.description = "Kalaylanmış sülük. Yemek pişirmek için kullanılır ve henüz tüketime hazır değildir. Üç ham sülük içerir."
|
||||
RECIPE.model = "models/willardnetworks/food/cmb_food2.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 4
|
||||
RECIPE.result = {["ing_tinned_leeches"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_artificial_meat"
|
||||
RECIPE.name = "Çiğ Yapay Et"
|
||||
RECIPE.description = "Bir protein bloğuna sıkıştırılmış et maddeleri. Ham ve rafine edilmemiş."
|
||||
RECIPE.model = "models/willardnetworks/food/steak1.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 2
|
||||
RECIPE.result = {["ing_artificial_meat"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_artificial_chicken"
|
||||
RECIPE.name = "Çiğ Tavuk"
|
||||
RECIPE.description = "Uzak diyarlarda kolektifleştirilmiş, et üretmek için kötü koşullarda ve fabrikalarda kurulmuş bir endüstri."
|
||||
RECIPE.model = "models/willardnetworks/food/meat3.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 5
|
||||
RECIPE.result = {["ing_chicken"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
-- Baking
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_margarine"
|
||||
RECIPE.name = "Margarin"
|
||||
RECIPE.description = "Fabrikada üretilen konserve bir kutu margarin. Isı altında erir."
|
||||
RECIPE.model = "models/willardnetworks/food/cmb_food5.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 1
|
||||
RECIPE.result = {["ing_margarine"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_flour"
|
||||
RECIPE.name = "Doymuş Un"
|
||||
RECIPE.description = "Kağıt torba biraz dolgulu, bu da gerçekte olduğundan daha fazla un içeriyormuş gibi görünmesini sağlıyor. Görünür, sıradan un gibi kokuyor, burada ve orada birkaç garip siyah nokta var."
|
||||
RECIPE.model = "models/willardnetworks/food/cmb_food6.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 3
|
||||
RECIPE.result = {["ing_flour"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_protein"
|
||||
RECIPE.name = "Yumurta Protein Paketi"
|
||||
RECIPE.description = "Bir paket toz protein."
|
||||
RECIPE.model = "models/willardnetworks/food/cmb_food1.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 1
|
||||
RECIPE.result = {["ing_protein"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_sweetbar"
|
||||
RECIPE.name = "Granül Tatlı Bar"
|
||||
RECIPE.description = "Gevrek bir çikolata. Aslında tadı iyi!"
|
||||
RECIPE.model = "models/willardnetworks/food/cmb_food3.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 2
|
||||
RECIPE.result = {["ing_sweet"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_milk"
|
||||
RECIPE.name = "Süt İkamesi"
|
||||
RECIPE.description = "Bir kutu süt yerine geçiyor. Kesinlikle süte benziyor ama biraz daha ince."
|
||||
RECIPE.model = "models/props_junk/garbage_milkcarton002a.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 4
|
||||
RECIPE.result = {["drink_milk"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
-- Flavourings
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_spices"
|
||||
RECIPE.name = "Kurutulmuş Baharat Aroması"
|
||||
RECIPE.description = "Ambalajdan garip kokular yayılıyor."
|
||||
RECIPE.model = "models/willardnetworks/food/cmb_food8.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 2
|
||||
RECIPE.result = {["ing_spices"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_herbs"
|
||||
RECIPE.name = "Kurutulmuş Pişirme Otları"
|
||||
RECIPE.description = "Yemek pişirmek için çeşitli kurutulmuş otlar."
|
||||
RECIPE.model = "models/willardnetworks/food/cmb_food7.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 1
|
||||
RECIPE.result = {["ing_herbs"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_salt"
|
||||
RECIPE.name = "Tuzluk"
|
||||
RECIPE.description = "Garip asidik bir kokuya sahip bir tuz kabı..."
|
||||
RECIPE.model = "models/willardnetworks/foods/salt.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 1
|
||||
RECIPE.result = {["ing_salt"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_vinegar"
|
||||
RECIPE.name = "Sirke"
|
||||
RECIPE.description = "Sulu bir şişe asitli sıvı. Koklamak ağzınızı ve gözlerinizi sulandırır."
|
||||
RECIPE.model = "models/willardnetworks/food/prop_bar_bottle_i.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 3
|
||||
RECIPE.result = {["ing_vinegar"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
-- Vegetables / fruit
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_carrot"
|
||||
RECIPE.name = "Sebze Paketi"
|
||||
RECIPE.description = "Etiket, bu paketin pişirme amacıyla kullanılmaya hazır bir dizi sebze içerdiğini yazıyor."
|
||||
RECIPE.model = "models/willardnetworks/foods/vege.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 1
|
||||
RECIPE.result = {["ing_vegetable_pack"] = 1}
|
||||
RECIPE.buyAmount = 1
|
||||
RECIPE:Register()
|
||||
|
||||
-- Misc
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_noodles"
|
||||
RECIPE.name = "Kurutulmuş Erişte"
|
||||
RECIPE.description = "Kuru ve iştah açıcı olmayan erişteler. Bu nasıl mümkün olabilir?"
|
||||
RECIPE.model = "models/props_junk/garbage_takeoutcarton001a.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 1
|
||||
RECIPE.result = {["ing_noodles"] = 1}
|
||||
RECIPE.buyAmount = 1
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_cheese"
|
||||
RECIPE.name = "Suni Peynir Dilimi"
|
||||
RECIPE.description = "Bir yerde bir fabrikada yapılan bir dilim yapay peynir."
|
||||
RECIPE.model = "models/willardnetworks/food/cheesewheel2c.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 3
|
||||
RECIPE.result = {["artificial_cheese"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_coffeepowder"
|
||||
RECIPE.name = "Kahve Tozu"
|
||||
RECIPE.description = "Bir kap kahve tozu."
|
||||
RECIPE.model = "models/willardnetworks/food/coffee_nescafe.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 3
|
||||
RECIPE.result = {["ing_coffee_powder"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_empty_coffee"
|
||||
RECIPE.name = "Boş Kahve Fincanı"
|
||||
RECIPE.description = "Boş bir kahve fincanı."
|
||||
RECIPE.model = "models/willardnetworks/food/coffee.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 2
|
||||
RECIPE.result = {["junk_coffeecup"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "ingredients_raw_antlion_meat"
|
||||
RECIPE.name = "Çiğ Antlion Eti"
|
||||
RECIPE.description = "Biraz sümüksü uzaylı eti. Kokuyor ve garip görünüyor."
|
||||
RECIPE.model = "models/willardnetworks/food/raw_alienmeat.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 2
|
||||
RECIPE.result = {["ing_antlion_meat"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,649 @@
|
||||
--[[
|
||||
| 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 = "luxury_ciggie_pack"
|
||||
RECIPE.name = "Sigara Paketi"
|
||||
RECIPE.description = "Combine tarafından verilen, içinde 8 adet sigara bulunan bir sigara paketi."
|
||||
RECIPE.model = "models/willardnetworks/cigarettes/cigarette_pack.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 10
|
||||
RECIPE.result = {["ciggie_pack"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "luxury_zippo"
|
||||
RECIPE.name = "Zippo Çakmak"
|
||||
RECIPE.description = "Kaliteli bir metal çakmak, sigarayı yakmak için yapılmış."
|
||||
RECIPE.model = "models/willardnetworks/cigarettes/zippo.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 25
|
||||
RECIPE.result = {["zippolighter"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_cheddar"
|
||||
RECIPE.name = "Cheddar Peyniri Dilimi"
|
||||
RECIPE.description = "Bir dilim cheddar peyniri."
|
||||
RECIPE.model = "models/willardnetworks/food/cheesewheel1c.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 20
|
||||
RECIPE.result = {["luxury_cheddar"] = 1}
|
||||
RECIPE.buyAmount = 1
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_raw_fish"
|
||||
RECIPE.name = "Çiğ Balık"
|
||||
RECIPE.description = "Bugünlerde oldukça nadir bir görüntü."
|
||||
RECIPE.model = "models/willardnetworks/food/fishgolden.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["ing_fish"] = 1}
|
||||
RECIPE.buyAmount = 1
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_raw_beef"
|
||||
RECIPE.name = "Çiğ Dana Eti"
|
||||
RECIPE.description = "Çiğ dana eti dilimi, bugünlerde oldukça nadir bulunan bir mal."
|
||||
RECIPE.model = "models/willardnetworks/food/meat3.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["ing_beef"] = 1}
|
||||
RECIPE.buyAmount = 1
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_egg"
|
||||
RECIPE.name = "Yumurta"
|
||||
RECIPE.description = "Bugünlerde genellikle Yumurta Protein Paketi ile değiştiriliyor."
|
||||
RECIPE.model = "models/willardnetworks/food/egg1.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 5
|
||||
RECIPE.result = {["ing_egg"] = 1}
|
||||
RECIPE.buyAmount = 1
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_choc"
|
||||
RECIPE.name = "Birlik Çikolatası"
|
||||
RECIPE.description = "Saf, lekesiz ve keyifli - bu çikolata kalıcı dünya çapında baskıyı zararsız bir cömertlik gibi gösteriyor."
|
||||
RECIPE.model = "models/willardnetworks/props/unionchoco.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 12
|
||||
RECIPE.result = {["luxury_choc"] = 1}
|
||||
RECIPE.buyAmount = 1
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_fruit_pineapple"
|
||||
RECIPE.name = "Ananas"
|
||||
RECIPE.description = "Bugünlerde oldukça nadir bir görüntü."
|
||||
RECIPE.model = "models/willardnetworks/food/pineapple.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 40
|
||||
RECIPE.result = {["fruit_pineapple"] = 1}
|
||||
RECIPE.buyAmount = 1
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_drink_wine_white"
|
||||
RECIPE.name = "Beyaz Şarap"
|
||||
RECIPE.description = "Nadir ve pahalı bir ürün."
|
||||
RECIPE.model = "models/willardnetworks/food/white_wine.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 50
|
||||
RECIPE.result = {["bottle_wine_white"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_drink_red_wine"
|
||||
RECIPE.name = "Kırmızı Şarap"
|
||||
RECIPE.description = "Nadir ve pahalı bir mal."
|
||||
RECIPE.model = "models/willardnetworks/food/red_wine.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 50
|
||||
RECIPE.result = {["bottle_wine_red"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_drink_champagne"
|
||||
RECIPE.name = "Köpüklü Şampanya Şişesi"
|
||||
RECIPE.description = "Hala yüksek çevrelerde olduğuna dair söylentiler var, şampanya günümüzde oldukça prestijli ve nadir bir lezzet haline geldi."
|
||||
RECIPE.model = "models/willardnetworks/food/prop_bar_bottle_a.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 100
|
||||
RECIPE.result = {["bottle_champagne"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_chess"
|
||||
RECIPE.name = "Satranç Masası Kurulum Kiti"
|
||||
RECIPE.description = "Bir satranç masasını bir araya getirmek için bir kurulum kiti."
|
||||
RECIPE.model = "models/props_junk/wood_crate001a.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 100
|
||||
RECIPE.result = {["chess_dummy"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_checkers"
|
||||
RECIPE.name = "Dama Masası Kurulum Kiti"
|
||||
RECIPE.description = "Bir dama masasını bir araya getirmek için bir kurulum kiti."
|
||||
RECIPE.model = "models/props_junk/wood_crate001a.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 100
|
||||
RECIPE.result = {["checkers_dummy"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_arcade"
|
||||
RECIPE.name = "Atari Makinesi Kurulum Kiti"
|
||||
RECIPE.description = "Bir atari makinesini bir araya getirmek için bir kurulum kiti."
|
||||
RECIPE.model = "models/props_junk/wood_crate001a.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 100
|
||||
RECIPE.result = {["arcade_dummy"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_ciggie_goodfella"
|
||||
RECIPE.name = "Goodfella Puroları"
|
||||
RECIPE.description = "Tenzhen Industries tarafından üretilen, yüksek kaliteli debonair puroların bulunduğu paket. Yüksek gramajlı tütün kağıdına sarılmış 8 adet puro içerir."
|
||||
RECIPE.model = "models/willardnetworks/cigarettes/cigarette_pack_goodfella.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 20
|
||||
RECIPE.result = {["ciggie_goodfella"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
-- Collaborator attires
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_ice"
|
||||
RECIPE.name = "Ice"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_ice"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_creme"
|
||||
RECIPE.name = "Créme"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_creme"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_salmon"
|
||||
RECIPE.name = "Salmon"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_salmon"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_white"
|
||||
RECIPE.name = "White Powder"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_white"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_idealist"
|
||||
RECIPE.name = "Idealist"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_idealist"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_simple"
|
||||
RECIPE.name = "Simple Folk"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_simple"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_follower"
|
||||
RECIPE.name = "The Pharaoh's Follower"
|
||||
RECIPE.description = "Bir otorite figürünü desteklemek için işbirlikçiler için bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_follower"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_twin"
|
||||
RECIPE.name = "Twin Brown"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_twin"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_bloke"
|
||||
RECIPE.name = "Bloke Black"
|
||||
RECIPE.description = "Belirli bir kişinin adını taşıyan bir işbirlikçi ceketi."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_bloke"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_afternoon"
|
||||
RECIPE.name = "Afternoon"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_afternoon"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_bistre"
|
||||
RECIPE.name = "Bistre"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_bistre"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_bluedelight"
|
||||
RECIPE.name = "Blue Delight"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_bluedelight"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_burgundy"
|
||||
RECIPE.name = "Burgundian Collaborator"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_burgundy"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_cadet"
|
||||
RECIPE.name = "Cadet Blue"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_cadet"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_carnelian"
|
||||
RECIPE.name = "Carnelian Red"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_carneliant"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_coral"
|
||||
RECIPE.name = "Black Coral"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_coral"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_fixer"
|
||||
RECIPE.name = "Fixer"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_fixer"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_foreigner"
|
||||
RECIPE.name = "Foreigner"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_foreigner"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_kingpin"
|
||||
RECIPE.name = "The Kingpin"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_kingpin"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_midnight"
|
||||
RECIPE.name = "Midnight Black"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_midnight"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_midnightred"
|
||||
RECIPE.name = "Midnight Red"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_midnightred"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_office"
|
||||
RECIPE.name = "The Office"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_office"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_onyx"
|
||||
RECIPE.name = "Onyx Shirt"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_onyx"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_orangedawn"
|
||||
RECIPE.name = "Orange Dawn"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_orangedawn"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_redhaven"
|
||||
RECIPE.name = "Red Haven"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_redhaven"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_reed"
|
||||
RECIPE.name = "Reed Green"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_reed"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_sap"
|
||||
RECIPE.name = "Sap Green"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_sap"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_taupe"
|
||||
RECIPE.name = "The Taupe"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_taupe"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_walkster"
|
||||
RECIPE.name = "Walkster"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_walkster"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_collab_yonder"
|
||||
RECIPE.name = "Blue Yonder"
|
||||
RECIPE.description = "Rejimi destekleyen işbirlikçiler için rahat bir ceket."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/torso_alyxcoat7_blue.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "İşbirlikçi Kıyafetleri"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["collab_yonder"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
-- Fedora
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_fedora_brown"
|
||||
RECIPE.name = "Kahverengi Fedora"
|
||||
RECIPE.description = "Geçmiş zamanları anımsatan nadir kahverengi şık bir şapka."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/head_fedora_recolorable.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "Şapkalar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["fedora_brown"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_fedora_black"
|
||||
RECIPE.name = "Siyah Fedora"
|
||||
RECIPE.description = "Geçmiş zamanları anımsatan nadir siyah şık bir şapka."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/fedora_item.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "Şapkalar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["head_fedora"] = 1} -- Old ID name, to let players keep item on update
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_fedora_white"
|
||||
RECIPE.name = "Beyaz Fedora"
|
||||
RECIPE.description = "Geçmiş zamanları anımsatan nadir beyaz şık bir şapka."
|
||||
RECIPE.model = "models/willardnetworks/luxuryitems/head_fedora_recolorable.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "Şapkalar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 300
|
||||
RECIPE.result = {["fedora_white"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
-- Formal
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_lux_shoes_dress"
|
||||
RECIPE.name = "Elbise Ayakkabıları"
|
||||
RECIPE.description = "Günümüz pazarında, sivillerin yalnızca küçük bir alt kümesi bu resmi ayakkabı türlerini karşılayabilir."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/shoes_formal.mdl"
|
||||
RECIPE.category = "Lüx"
|
||||
RECIPE.subcategory = "Ayakkabılar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 500
|
||||
RECIPE.result = {["shoes_dress_shoes"] = 1}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,365 @@
|
||||
--[[
|
||||
| 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 = "nonalcoholic_breen_water"
|
||||
RECIPE.name = "Breen's Water"
|
||||
RECIPE.description = "Küresel rejimi simgeleyen bir su kabı, tuhaf bir metalik tat ile geliyor."
|
||||
RECIPE.model = "models/props_junk/PopCan01a.mdl"
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 5
|
||||
RECIPE.result = {["drink_breen_water"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_boboriginal"
|
||||
RECIPE.name = "Bob Water Orijinal"
|
||||
RECIPE.description = "Bob Water'ın yumuşak karşılaması ve hafif orijinal tadı. Uyarı: Şiddetli bağırsak kanamasına ve hafif göz yorgunluğuna neden olabilir."
|
||||
RECIPE.model = "models/willardnetworks/food/bobdrinks_can.mdl"
|
||||
RECIPE.skin = 4
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 8
|
||||
RECIPE.result = {["drink_boboriginal"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_banksoda_pink"
|
||||
RECIPE.name = "Bank Soda Lite"
|
||||
RECIPE.description = "Bank Soda amblemi ile süslenmiş kırmızı kestane rengi bir kutu. Gazlı içeceğin içinde, sıfır kafein ve şeker içeren, öncekinden daha acı ve biraz daha az tatlı, asidik bir tat sergileyen, hafif, esintili bir dokuya sahip karamelli bir sıvı bulunur."
|
||||
RECIPE.model = "models/willardnetworks/food/bobdrinks_goodfella.mdl"
|
||||
RECIPE.skin = 1
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 10
|
||||
RECIPE.result = {["drink_banksoda_pink"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_banksoda"
|
||||
RECIPE.name = "Bank Soda"
|
||||
RECIPE.description = "Bank Soda amblemiyle süslenmiş gri-siyah kareli bir kutu. Gazlı içeceğin içinde hafif, havadar bir dokuya sahip karamelli bir sıvı ve kendine özgü tatlı ve şuruplu bir tada sahip hafif asidik kafein bulunur."
|
||||
RECIPE.model = "models/willardnetworks/food/bobdrinks_goodfella.mdl"
|
||||
RECIPE.skin = 2
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 12
|
||||
RECIPE.result = {["drink_banksoda_grey"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_c24"
|
||||
RECIPE.name = "Bank Soda Kırmızı"
|
||||
RECIPE.description = "Şehir Yirmi-Dört bayrağı ve Bank Soda etiketiyle süslenmiş kırmızı bir kutu. Gazlı içeceğin içinde göz sulandıran, sarımsı kahverengi, kafein benzeri bir sıvı var, tadı acı derecede keskin ve iğrenç. Derin bir vatanseverlik duygusu uyandırır."
|
||||
RECIPE.model = "models/willardnetworks/food/bobdrinks_goodfella.mdl"
|
||||
RECIPE.skin = 3
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 12
|
||||
RECIPE.result = {["drink_banksoda_c24"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_ocean"
|
||||
RECIPE.name = "Bank Soda Mavi"
|
||||
RECIPE.description = "Bank Soda amblemiyle süslenmiş, okyanus akıntısını çağrıştıran dalgalı tasarıma sahip mavi bir kutu. Gazlı içeceğin içinde, mavi ahududu ve ananas gibi tatları anımsatan, hafif mavimsi bir renk tonu ve ekşi şekerli berrak bir sıvı bulunur."
|
||||
RECIPE.model = "models/willardnetworks/food/bobdrinks_goodfella.mdl"
|
||||
RECIPE.skin = 7
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 8
|
||||
RECIPE.result = {["drink_banksoda_ocean"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_lager"
|
||||
RECIPE.name = "Bank Soda Lager"
|
||||
RECIPE.description = "Bank Soda amblemiyle süslenmiş beyaz-kahverengi bir kutu. Gazlı içeceğin içinde kremsi-zengin dokulu, sarsaparilla, vanilya ve kış yeşili gibi acı-tatlı bir tada sahip parlak karamelli bir sıvı bulunur."
|
||||
RECIPE.model = "models/willardnetworks/food/bobdrinks_goodfella.mdl"
|
||||
RECIPE.skin = 5
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 12
|
||||
RECIPE.result = {["drink_banksoda_lager"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_licorice"
|
||||
RECIPE.name = "Bank Soda Meyankökü"
|
||||
RECIPE.description = "Pembe, konfeti ve sakızla kaplı bir kutu Bank Soda amblemiyle süslenebilir. Gazlı içeceğin içinde, kaynağı bilinmeyen, floresan yeşil bir sıvı bulunur; tadı pürüzsüz ve keskin tatlı şuruplu pop benzeri balonlu sakız tadı için vanilya köpüğü benzeri bir tatlıdır."
|
||||
RECIPE.model = "models/willardnetworks/food/bobdrinks_goodfella.mdl"
|
||||
RECIPE.skin = 6
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 12
|
||||
RECIPE.result = {["drink_banksoda_licorice"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_c8"
|
||||
RECIPE.name = "Bank Soda Üzüm"
|
||||
RECIPE.description = "Bank Soda amblemi ve üzüm resimleriyle süslenmiş, iki dalgalı çizgiye sahip mor bir kutu. Gazlı içeceğin içinde üzüme benzer, yapay olarak tatlı, hafif ekşi, şekerli bir tada sahip bir üzüm sıvısı bulunur."
|
||||
RECIPE.model = "models/willardnetworks/food/bobdrinks_goodfella.mdl"
|
||||
RECIPE.skin = 4
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 8
|
||||
RECIPE.result = {["drink_banksoda_c8"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_banksoda_red"
|
||||
RECIPE.name = "Bank Soda Oryantal"
|
||||
RECIPE.description = "Bank Soda amblemi ve Combine amblemiyle süslenmiş kırmızı-mor bir kutu. Gazlı içeceğin içinde kaynağı bilinmeyen floresan yeşil bir sıvı var ve benzersiz tatlar yerine keskin bir tat, keskin bir koku ve alışılmadık bir asit sergiliyor. Kurşun içerir."
|
||||
RECIPE.model = "models/willardnetworks/food/bobdrinks_goodfella.mdl"
|
||||
RECIPE.skin = 0
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 8
|
||||
RECIPE.result = {["drink_banksoda_red"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_proc_lemonade"
|
||||
RECIPE.name = "Yapay Limonata"
|
||||
RECIPE.description = "Tam olarak en ferahlatıcı içecek değil.. Hafif metalimsi bir tat bırakıyor."
|
||||
RECIPE.model = "models/props_junk/GlassBottle01a.mdl"
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 5
|
||||
RECIPE.result = {["drink_proc_lemonade"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_proc_fruit_juice"
|
||||
RECIPE.name = "Yapay Meyve Suyu"
|
||||
RECIPE.description = "Bir çeşit meyve suyuna benzeyen yapay bir sıvı."
|
||||
RECIPE.model = "models/willardnetworks/food/prop_bar_bottle_e.mdl"
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 5
|
||||
RECIPE.result = {["drink_proc_fruit_juice"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_sparkling_water"
|
||||
RECIPE.name = "Sparkling Breen's Water"
|
||||
RECIPE.description = "A red can of water symbolic to the global regime, comes with a bit of a fiz to it and an artificial saccharine taste."
|
||||
RECIPE.model = "models/willardnetworks/food/breencan1.mdl"
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 6
|
||||
RECIPE.result = {["drink_sparkling_water"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_coffee"
|
||||
RECIPE.name = "Kahve"
|
||||
RECIPE.description = "Sıcak bir fincan kahve, bu garip zamanlarda sizi uyanık tutmaya yardımcı olur."
|
||||
RECIPE.model = "models/willardnetworks/food/coffee.mdl"
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 6
|
||||
RECIPE.result = {["drink_coffee"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_premium_water"
|
||||
RECIPE.name = "Premium Breen's Water"
|
||||
RECIPE.description = "A premium can symbolic to the global regime with a shimmering yellow allure, its contents promise an enigmatic purity."
|
||||
RECIPE.model = "models/willardnetworks/food/breencan2.mdl"
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 10
|
||||
RECIPE.result = {["drink_premium_water"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_lemonade"
|
||||
RECIPE.name = "Limonata"
|
||||
RECIPE.description = "Serinletici bir bardak limonata. Sizi geçmişe götürüyor."
|
||||
RECIPE.model = "models/willardnetworks/food/prop_bar_bottle_b.mdl"
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 12
|
||||
RECIPE.result = {["drink_lemonade"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_fruit_juice"
|
||||
RECIPE.name = "Meyve Suyu"
|
||||
RECIPE.description = "Ferahlatıcı meyve suyu, tadı biraz otantik."
|
||||
RECIPE.model = "models/props_junk/garbage_plasticbottle003a.mdl"
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 13
|
||||
RECIPE.result = {["drink_fruit_juice"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_wi_coffee"
|
||||
RECIPE.name = "Willard Endüstrileri Kahvesi"
|
||||
RECIPE.description = "Aşırı doz, uykusuzluk, ishal, yorgunluk, depresyon, kabuslar, kusma, baş ağrısı, anksiyete veya ölümle sonuçlanabilir. Tüketim sonucunda ölüm meydana gelirse, bir Willard Endüstrileri onaylı tıbbi uzmana danışın."
|
||||
RECIPE.model = "models/willardnetworks/food/wi_coffee.mdl"
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 15
|
||||
RECIPE.result = {["drink_wi_coffee"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_bobgrape"
|
||||
RECIPE.name = "Soda Bob Üzümlü"
|
||||
RECIPE.description = "Etikette şöyle yazıyor: Pürüzsüz meyvemsi tat! Gerçek yapay üzümlerden yapılmış ve kirli kumlu çamur benzeri bir macunla aşılanmıştır!"
|
||||
RECIPE.model = "models/willardnetworks/food/bobdrinks_can.mdl"
|
||||
RECIPE.skin = 0
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 4
|
||||
RECIPE.result = {["drink_bobgrape"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_bobsurprise"
|
||||
RECIPE.name = "Soda Bob Sürpriz"
|
||||
RECIPE.description = "Etiket şaka ile şöyle diyor: Vişne sodasının güçlü ve çarpıcı tadı. Lezzetli, her kutuda garantili benzersiz bir tat keyfi! Rastgele yapay geyik eti ve kurşun kalem talaşı gibi sayısız çeşit malzemenin enfüzyonunun tadını çıkarın!"
|
||||
RECIPE.model = "models/willardnetworks/food/bobdrinks_can.mdl"
|
||||
RECIPE.skin = 3
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 10
|
||||
RECIPE.result = {["drink_bobsurprise"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_bobfizz"
|
||||
RECIPE.name = "Soda Bob Fizz"
|
||||
RECIPE.description = "Etikette şöyle yazıyor: Limon, misket limonu, yüce, balçık içermez! Tat alma tomurcuklarınızı yörüngeye oturtacak taze bir lezzet!"
|
||||
RECIPE.model = "models/willardnetworks/food/bobdrinks_can.mdl"
|
||||
RECIPE.skin = 2
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 6
|
||||
RECIPE.result = {["drink_bobfizz"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_bobdark"
|
||||
RECIPE.name = "Soda Bob Dark"
|
||||
RECIPE.description = "'Karanlık' sürümümüzün ince ve boğucu tadı, her yudumda ölümlü ruhunuzdan bir parça koparacak! Uyarı: Şeytani halüsinasyonlar görmeniz durumunda lütfen yerel Willard Endüstrileri uzmanlarına danışın."
|
||||
RECIPE.model = "models/willardnetworks/food/bobdrinks_can.mdl"
|
||||
RECIPE.skin = 1
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 13
|
||||
RECIPE.result = {["drink_bobdark"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_bobenergy"
|
||||
RECIPE.name = "Soda Bob Enerji"
|
||||
RECIPE.description = "Etiket şöyle diyor: Bu şekerli lezzet şölenini tek bir yudumda hızla içerek boyutlar arasında geçiş yapın ve hem kendinizle hem de evrenle bütünleşin."
|
||||
RECIPE.model = "models/willardnetworks/food/bobdrinks_can.mdl"
|
||||
RECIPE.skin = 6
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 13
|
||||
RECIPE.result = {["drink_bobenergy"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
|
||||
-- alkolsüz içecekler dışında
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_ciggie_pack"
|
||||
RECIPE.name = "Sigara Paketi"
|
||||
RECIPE.description = "Tam olarak 8 sigarayı içerebilen bir sigara paketi."
|
||||
RECIPE.model = "models/willardnetworks/cigarettes/cigarette_pack.mdl"
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 10
|
||||
RECIPE.result = {["ciggie_pack"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_carddeck"
|
||||
RECIPE.name = "52'lik Kart Destesi"
|
||||
RECIPE.description = "Fransız destesi tarzında 52 kartlık geleneksel bir kart destesi."
|
||||
RECIPE.model = "models/cards/stack.mdl"
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 31
|
||||
RECIPE.result = {["card_deck"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "nonalcoholic_tea"
|
||||
RECIPE.name = "Çay"
|
||||
RECIPE.description = "Rahatlatıcı ve sıcak bir dokunuş."
|
||||
RECIPE.model = "models/props_junk/garbage_coffeemug001a.mdl"
|
||||
RECIPE.category = "Alkolsüz"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 6
|
||||
RECIPE.result = {["drink_tea"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,48 @@
|
||||
--[[
|
||||
| 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 = "bartering_printing_paper"
|
||||
RECIPE.name = "Kağıt"
|
||||
RECIPE.description = "Üzerine yazılacak bir kağıt."
|
||||
RECIPE.model = "models/props_c17/paper01.mdl"
|
||||
RECIPE.category = "Baskı"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 2
|
||||
RECIPE.result = {["paper"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_black_ink"
|
||||
RECIPE.name = "Siyah Mürekkep"
|
||||
RECIPE.description = "Siyah mürekkep yazıcı kartuşu."
|
||||
RECIPE.model = "models/gibs/metal_gib2.mdl"
|
||||
RECIPE.category = "Baskı"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 4
|
||||
RECIPE.result = {["black_ink"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_newspaper_printer"
|
||||
RECIPE.name = "Gazete Yazıcısı"
|
||||
RECIPE.description = "Gazete yazdırır, kağıt, siyah mürekkep ve iş izni gerektirir."
|
||||
RECIPE.model = "models/willardnetworks/plotter.mdl"
|
||||
RECIPE.category = "Baskı"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 100
|
||||
RECIPE.result = {["newspaper_printer"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,144 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
-- Worn Shoes
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_shoes_worn_dark"
|
||||
RECIPE.name = "Yıpranmış Koyu Renkli Ayakkabılar"
|
||||
RECIPE.description = "Bir çift koyu, yıpranmış ve yorgun ayakkabı... Çok fazla şey gördüler."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/shoes_military.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Ayakkabı"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 20
|
||||
RECIPE.result = {["shoes_worn_dark"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_shoes_worn_brown"
|
||||
RECIPE.name = "Yıpranmış Kahverengi Ayakkabılar"
|
||||
RECIPE.description = "Bir çift kahverengi, yıpranmış ve yorgun ayakkabı... Çok fazla şey gördüler."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/shoes_military.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Ayakkabı"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 20
|
||||
RECIPE.result = {["shoes_worn_brown"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
|
||||
-- Civ Shoes
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_shoes_black"
|
||||
RECIPE.name = "Siyah Ayakkabılar"
|
||||
RECIPE.description = "Yollar ve patikalar için bir çift sağlam ayakkabı."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/shoes_universal.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Ayakkabı"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["shoes_black_shoes"] = 1} -- Old ID name, to let players keep item on update
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_shoes_bloke"
|
||||
RECIPE.name = "Bloke Ayakkabılar"
|
||||
RECIPE.description = "Yollar ve patikalar için bir çift siyah sağlam Bloke ayakkabısı. Uzun süredir bakımı yapılmıyor gibi."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/shoes_universal.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Ayakkabı"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["shoes_bloke"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_shoes_darkblue"
|
||||
RECIPE.name = "Koyu Mavi Ayakkabılar"
|
||||
RECIPE.description = "Yollar ve patikalar için bir çift sağlam ayakkabı."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/shoes_universal.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Ayakkabı"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["shoes_blue_shoes"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_shoes_grey"
|
||||
RECIPE.name = "Gri Ayakkabılar"
|
||||
RECIPE.description = "Yollar ve patikalar için bir çift sağlam ayakkabı."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/shoes_universal.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Ayakkabı"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["shoes_grey"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_shoes_brown"
|
||||
RECIPE.name = "Kahverengi Ayakkabılar"
|
||||
RECIPE.description = "Yollar ve patikalar için bir çift sağlam ayakkabı."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/shoes_universal.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Ayakkabı"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["shoes_brown_shoes"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_shoes_red"
|
||||
RECIPE.name = "Koyu Kırmızı Ayakkabılar"
|
||||
RECIPE.description = "Yollar ve patikalar için bir çift sağlam ayakkabı."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/shoes_universal.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Ayakkabı"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["shoes_red"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
-- Leather Shoes
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_shoes_leather_dark"
|
||||
RECIPE.name = "Koyu Deri Botlar"
|
||||
RECIPE.description = "Önümüzdeki uzun yolculuğa hazır bir çift koyu renkli dayanıklı deri bot."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/shoes_boots.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Ayakkabı"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["shoes_leather_dark"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_shoes_leather_brown"
|
||||
RECIPE.name = "Kahverengi Deri Botlar"
|
||||
RECIPE.description = "Bir çift kahverengi dayanıklı deri bot, önümüzdeki uzun yolculuğa hazır."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/shoes_boots.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Ayakkabı"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["shoes_leather_brown"] = 1}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,284 @@
|
||||
--[[
|
||||
| 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 = "bartering_tool_spoon"
|
||||
RECIPE.name = "Mutfak Kaşığı"
|
||||
RECIPE.description = "Güveç yapmak için kullanışlıdır."
|
||||
RECIPE.model = "models/willardnetworks/skills/kitchenspoon.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 8
|
||||
RECIPE.result = {["tool_spoon"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_tool_kettle"
|
||||
RECIPE.name = "Su Isıtıcısı"
|
||||
RECIPE.description = "Mükemmel kaynar su akıtabilen bir su ısıtıcısı."
|
||||
RECIPE.model = "models/props_interiors/pot01a.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 14
|
||||
RECIPE.result = {["tool_kettle"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_tool_lighter"
|
||||
RECIPE.name = "Plastik Çakmak"
|
||||
RECIPE.description = "Sigara yakmak için yapılmış ucuz bir plastik çakmak."
|
||||
RECIPE.model = "models/willardnetworks/cigarettes/lighter.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 10
|
||||
RECIPE.result = {["lighter"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_tool_knife"
|
||||
RECIPE.name = "Mutfak Bıçağı"
|
||||
RECIPE.description = "Kalın, yarı kör bir bıçak. Kesme tahtasında veya yüzeyde yiyecekleri kesmek için kullanılır."
|
||||
RECIPE.model = "models/willardnetworks/skills/kitchenknife.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 12
|
||||
RECIPE.result = {["tool_knife"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_tool_scissors"
|
||||
RECIPE.name = "Makas"
|
||||
RECIPE.description = "Kırp, kırp, kırp!"
|
||||
RECIPE.model = "models/willardnetworks/skills/scissors.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 12
|
||||
RECIPE.result = {["tool_scissors"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_syringe"
|
||||
RECIPE.name = "Şırınga"
|
||||
RECIPE.description = "Tıbbi amaçlar için yararlı olan sıvı benzeri maddeler içerebilen bir şırınga."
|
||||
RECIPE.model = "models/willardnetworks/skills/syringeammo.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 12
|
||||
RECIPE.result = {["comp_syringe"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_tool_cookingpot"
|
||||
RECIPE.name = "Tencere"
|
||||
RECIPE.description = "Siyah, demir bir tencere. Sobaya koy!"
|
||||
RECIPE.model = "models/props_c17/metalPot001a.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 15
|
||||
RECIPE.result = {["tool_cookingpot"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_tool_fryingpan"
|
||||
RECIPE.name = "Kızartma tavası"
|
||||
RECIPE.description = "Siyah, demir bir tava. Yemek pişirmek için iyi."
|
||||
RECIPE.model = "models/props_c17/metalPot002a.mdl" -- This model is wrong. Use the hl2 frying pan model plz
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 14
|
||||
RECIPE.result = {["tool_fryingpan"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_razor"
|
||||
RECIPE.name = "Kuaför Araçları"
|
||||
RECIPE.description = "Yaratıcı ruhlar için bir araç."
|
||||
RECIPE.model = "models/props_junk/cardboard_box004a.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 12
|
||||
RECIPE.result = {["beard_razor"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_tool_wrench"
|
||||
RECIPE.name = "İngiliz Anahtarı"
|
||||
RECIPE.description = "Eski bir İngiliz anahtarı."
|
||||
RECIPE.model = "models/props_c17/tools_wrench01a.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 15
|
||||
RECIPE.result = {["tool_wrench"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_tool_toolkit"
|
||||
RECIPE.name = "Araç Seti"
|
||||
RECIPE.description = "Eşyaları monte etmek için çeşitli inşaat aletleri içeren küçük bir metal kasa."
|
||||
RECIPE.model = "models/willardnetworks/skills/toolkit.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 50
|
||||
RECIPE.result = {["tool_toolkit"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "tool_coffeemachine"
|
||||
RECIPE.name = "Kahve Makinesi"
|
||||
RECIPE.description = "Sabah vaktinde ihtiyacınız olan tek şey bir kahve makinesidir."
|
||||
RECIPE.model = "models/willardnetworks/skills/coffee_machine.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 45
|
||||
RECIPE.result = {["tool_coffeemachine"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "tool_oven_assembly"
|
||||
RECIPE.name = "Fırın Montaj Kiti"
|
||||
RECIPE.description = "Bu ahşap paket, bir dizi talimatın yanı sıra, Pişirme aparatı için çok sayıda farklı bileşen parçası içerir."
|
||||
RECIPE.model = "models/props_junk/wood_crate001a.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 80
|
||||
RECIPE.result = {["tool_oven_assembly"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_tool_grouplock"
|
||||
RECIPE.name = "Grup Kilidi"
|
||||
RECIPE.description = "Kapılara uygulanan metal bir aparat. Bir grubun çalışması için bir grup gerekir."
|
||||
RECIPE.model = "models/willardnetworks/props_combine/wn_combine_lock.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 80
|
||||
RECIPE.result = {["grouplock"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
-- Storage
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_storage_lock"
|
||||
RECIPE.name = "Konteyner Kilidi"
|
||||
RECIPE.description = "Kullanıldığında bir kapsayıcıda rastgele bir parola ayarlar."
|
||||
RECIPE.model = "models/props_wasteland/prison_padlock001a.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["cont_lock_t1"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_storage_satchel"
|
||||
RECIPE.name = "El Çantası"
|
||||
RECIPE.description = "Kalçana dayanan küçük bir çanta."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/satchel.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 70
|
||||
RECIPE.result = {["smallbag"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_storage_suitcase"
|
||||
RECIPE.name = "Bavul"
|
||||
RECIPE.description = "Taşımayı istemediğiniz her şeyi taşımaya hazır küçük bir bavul."
|
||||
RECIPE.model = "models/weapons/w_suitcase_passenger.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 70
|
||||
RECIPE.result = {["suitcase"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_container_small"
|
||||
RECIPE.name = "Küçük Konteyner"
|
||||
RECIPE.description = "5x3 boyutlu konteyner. Bu öğeyi hazırladıktan sonra bu kapsayıcıyı ayarlamak için bir yöneticiyle iletişime geçin. Parola ayarlamak için bir kapsayıcı kilidi öğesine ihtiyacı var."
|
||||
RECIPE.model = "models/props_lab/filecabinet02.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 90
|
||||
RECIPE.result = {["container_small_dummy"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_mixer"
|
||||
RECIPE.name = "Mikser"
|
||||
RECIPE.description = "Bu, sıvıları veya kimyasalları bir araya getirmek için yararlı görünüyor. Uyarı etiketinde şöyle yazıyor: Çalışırken açmayın"
|
||||
RECIPE.model = "models/willardnetworks/skills/chem_mixer.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 180
|
||||
RECIPE.result = {["tool_mixer"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_storage_backpack"
|
||||
RECIPE.name = "Sırt Çantası"
|
||||
RECIPE.description = "Üzerinde Combine damgası olan küçük bir sırt çantası."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/backpack.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 150
|
||||
RECIPE.result = {["largebag"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_storage_safe"
|
||||
RECIPE.name = "Konteyner Güvenli"
|
||||
RECIPE.description = "Eşyalarınızı içeride tutmak için kırılmaz bir kasa. (Konteyner limitinin üstünde 2 kasanız olabilir.)"
|
||||
RECIPE.model = "models/willardnetworks/safe.mdl"
|
||||
RECIPE.category = "Aletler & Depolama"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 850
|
||||
RECIPE.result = {["container_safe"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,376 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
-- Worn Trousers
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_worn_black"
|
||||
RECIPE.name = "Yıpranmış Siyah Pantolon"
|
||||
RECIPE.description = "Bir çift siyah yıpranmış pantolon. Uzun ömürlü olmak için yaratıldı, ama iyi hissettirmiyorlar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/legs_citizen0.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Eski Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 20
|
||||
RECIPE.result = {["legs_worn_black"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_worn_blue"
|
||||
RECIPE.name = "Yıpranmış Mavi Pantolon"
|
||||
RECIPE.description = "Bir çift mavi yıpranmış pantolon. Uzun ömürlü olmak için yaratıldı, ama iyi hissettirmiyorlar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/legs_citizen0.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Eski Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 20
|
||||
RECIPE.result = {["legs_worn_blue"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_worn_green"
|
||||
RECIPE.name = "Yıpranmış Yeşil Pantolon"
|
||||
RECIPE.description = "Bir çift yeşil yıpranmış pantolon. Uzun ömürlü olmak için yaratıldı, ama iyi hissettirmiyorlar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/legs_citizen0.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Eski Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 20
|
||||
RECIPE.result = {["legs_worn_green"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_worn_grey"
|
||||
RECIPE.name = "Yıpranmış Gri Pantolon"
|
||||
RECIPE.description = "Bir çift gri yıpranmış pantolon. Uzun ömürlü olmak için yaratıldı, ama iyi hissettirmiyorlar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/legs_citizen0.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Eski Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 20
|
||||
RECIPE.result = {["legs_worn_grey"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_worn_red"
|
||||
RECIPE.name = "Yıpranmış Kırmızı Pantolon"
|
||||
RECIPE.description = "Bir çift kırmızı yıpranmış pantolon. Uzun ömürlü olmak için yaratıldı, ama iyi hissettirmiyorlar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/legs_citizen0.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Eski Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 20
|
||||
RECIPE.result = {["legs_worn_red"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
-- Jumpsuit Trousers
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_jumpsuit_black"
|
||||
RECIPE.name = "Siyah Tulum Pantolon"
|
||||
RECIPE.description = "Vatandaş tulumu, rejimin standartlaştırılmış kıyafetleri, kasvetli görünümüne uyan pantolonlar olarak kabul edilir."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/legs_jumpsuit_recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Tulum Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 25
|
||||
RECIPE.result = {["legs_jumpsuit_black"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_jumpsuit_blue"
|
||||
RECIPE.name = "Mavi Tulum Pantolon"
|
||||
RECIPE.description = "Vatandaş tulumu, rejimin standartlaştırılmış kıyafetleri, kasvetli görünümüne uyan pantolonlar olarak kabul edilir."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/legs_jumpsuit_recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Tulum Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 25
|
||||
RECIPE.result = {["legs_jumpsuit_blue"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_jumpsuit_brown"
|
||||
RECIPE.name = "Kahverengi Tulum Pantolon"
|
||||
RECIPE.description = "Vatandaş tulumu, rejimin standartlaştırılmış kıyafetleri, kasvetli görünümüne uyan pantolonlar olarak kabul edilir."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/legs_jumpsuit_recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Tulum Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 25
|
||||
RECIPE.result = {["legs_jumpsuit_brown"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_jumpsuit_green"
|
||||
RECIPE.name = "Yeşil Tulum Pantolon"
|
||||
RECIPE.description = "Vatandaş tulumu, rejimin standartlaştırılmış kıyafetleri, kasvetli görünümüne uyan pantolonlar olarak kabul edilir."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/legs_jumpsuit_recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Tulum Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 25
|
||||
RECIPE.result = {["legs_jumpsuit_green"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_jumpsuit_grey"
|
||||
RECIPE.name = "Gri Tulum Pantolon"
|
||||
RECIPE.description = "Vatandaş tulumu, rejimin standartlaştırılmış kıyafetleri, kasvetli görünümüne uyan pantolonlar olarak kabul edilir."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/legs_jumpsuit_recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Tulum Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 25
|
||||
RECIPE.result = {["legs_jumpsuit_grey"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_jumpsuit_red"
|
||||
RECIPE.name = "Kırmızı Tulum Pantolon"
|
||||
RECIPE.description = "Vatandaş tulumu, rejimin standartlaştırılmış kıyafetleri, kasvetli görünümüne uyan pantolonlar olarak kabul edilir."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/legs_jumpsuit_recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Tulum Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 25
|
||||
RECIPE.result = {["legs_jumpsuit_red"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_jumpsuit"
|
||||
RECIPE.name = "Sivil Tulum Pantolon"
|
||||
RECIPE.description = "Vatandaş tulumu, rejimin standartlaştırılmış kıyafetleri, kasvetli görünümüne uyan pantolonlar olarak kabul edilir."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/legs_jumpsuit_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Tulum Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 25
|
||||
RECIPE.result = {["legs_jumpsuit"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
-- Civilian Trousers
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_civ_beige"
|
||||
RECIPE.name = "Bej Pantolon"
|
||||
RECIPE.description = "Bir çift bej pantolon. Biraz yıpranmış ve kötü görünüyor.. Ama uzun ömürlü oldu."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Sivil Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["legs_civilian_beige"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_civ_black"
|
||||
RECIPE.name = "Siyah Pantolon"
|
||||
RECIPE.description = "Bir çift siyah pantolon. Biraz yıpranmış ve kötü görünüyor.. Ama uzun ömürlü oldu."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Sivil Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["legs_civilian_black"] = 1} -- Old ID name, to let players keep item on update
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_civ_blue"
|
||||
RECIPE.name = "Mavi Pantolon"
|
||||
RECIPE.description = "Bir çift mavi pantolon. Biraz yıpranmış ve kötü görünüyor.. Ama uzun ömürlü oldu."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Sivil Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["legs_blue_pants"] = 1} -- Old ID name, to let players keep item on update
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_civ_brown"
|
||||
RECIPE.name = "Kahverengi Pantolon"
|
||||
RECIPE.description = "Bir çift kahverengi pantolon. Biraz yıpranmış ve kötü görünüyor.. Ama uzun ömürlü oldu."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Sivil Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["legs_civilian_brown"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_civ_darkgreen"
|
||||
RECIPE.name = "Koyu Yeşil Pantolon"
|
||||
RECIPE.description = "Bir çift koyu yeşil pantolon. Biraz yıpranmış ve kötü görünüyor.. Ama uzun ömürlü oldu."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Sivil Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["legs_green_pants"] = 1} -- Old ID name, to let players keep item on update
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_civ_darkgrey"
|
||||
RECIPE.name = "Koyu Gri Pantolon"
|
||||
RECIPE.description = "Bir çift koyu gri pantolon. Biraz yıpranmış ve kötü görünüyor.. Ama uzun ömürlü oldu."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Sivil Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["legs_grey_pants"] = 1} -- Old ID name, to let players keep item on update
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_civ_darkred"
|
||||
RECIPE.name = "Koyu Kırmızı Pantolon"
|
||||
RECIPE.description = "Bir çift koyu kırmızı pantolon. Biraz yıpranmış ve kötü görünüyor.. Ama uzun ömürlü oldu."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Sivil Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["legs_civilian_darkred"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_civ_green"
|
||||
RECIPE.name = "Yeşil Pantolon"
|
||||
RECIPE.description = "Bir çift yeşil pantolon. Biraz yıpranmış ve kötü görünüyor.. Ama uzun ömürlü oldu."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Sivil Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["legs_civilian_green"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_civ_grey"
|
||||
RECIPE.name = "Gri Pantolon"
|
||||
RECIPE.description = "Bir çift gri pantolon. Biraz yıpranmış ve kötü görünüyor.. Ama uzun ömürlü oldu."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Sivil Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["legs_light_grey_pants"] = 1} -- Old ID name, to let players keep item on update
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_civ_lightblue"
|
||||
RECIPE.name = "Açık Mavi Pantolon"
|
||||
RECIPE.description = "Bir çift açık mavi pantolon. Biraz yıpranmış ve kötü görünüyor.. Ama uzun ömürlü oldu."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Sivil Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["legs_civilian_lightblue"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_civ_purple"
|
||||
RECIPE.name = "Mor Pantolon"
|
||||
RECIPE.description = "Bir çift mor pantolon. Biraz yıpranmış ve kötü görünüyor.. Ama uzun ömürlü oldu."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Sivil Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["legs_civilian_purple"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_civ_red"
|
||||
RECIPE.name = "Kırmızı Pantolon"
|
||||
RECIPE.description = "Bir çift kırmızı pantolon. Biraz yıpranmış ve kötü görünüyor.. Ama uzun ömürlü oldu."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Sivil Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["legs_civilian_red"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_civ_teal"
|
||||
RECIPE.name = "Deniz Mavisi Pantolon"
|
||||
RECIPE.description = "Bir çift deniz mavisi pantolon. Biraz yıpranmış ve kötü görünüyor.. Ama uzun ömürlü oldu."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Sivil Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["legs_civilian_teal"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_civ_yellow"
|
||||
RECIPE.name = "Sarı Pantolon"
|
||||
RECIPE.description = "Bir çift sarı pantolon. Biraz yıpranmış ve kötü görünüyor.. Ama uzun ömürlü oldu."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Sivil Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["legs_civilian_yellow"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_civ_twin"
|
||||
RECIPE.name = "İkiz Kahverengi Pantolon"
|
||||
RECIPE.description = "Bir çift yeşilimsi kahverengi pantolon. Biraz yıpranmış ve kötü durumda... Ama uzun süre dayanacak şekilde üretildi."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Sivil Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["legs_civilian_twin"] = 1}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_legs_civ_bloke"
|
||||
RECIPE.name = "Bloke Pantolon"
|
||||
RECIPE.description = "Belirli bir kişinin adını taşıyan bir çift siyah pantolon."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Sivil Pantolonlar"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["legs_civilian_bloke"] = 1}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,177 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_vort_bandanna"
|
||||
RECIPE.name = "Vortigaunt Bandana"
|
||||
RECIPE.description = "Bir vortigaunt için uygun büyük bir bandana."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_facewrap.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Vortigaunt"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["vortigaunt_bandana"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_vort_chef"
|
||||
RECIPE.name = "Vortigaunt Şef Şapkası"
|
||||
RECIPE.description = "Vortigauntlar, Vortessence ile olan bağlantıları nedeniyle mutfak sanatlarındaki katıksız yetenekleriyle tanınırlar. Bir Vortigaunt'un geçici olarak uzman bir şef gibi davranması için geriye kalan tek adım, bu aptal şapkalardan birini takmaktır."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_chefhat.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Vortigaunt"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["vortigaunt_head_chefhat"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_vort_hardhat"
|
||||
RECIPE.name = "Vortigaunt İnşaat Şapkası"
|
||||
RECIPE.description = "Arkasında Combine işareti bulunan bu inşaat şapkaları genellikle Sivil İşçi Birliği tarafından giyilir."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/workercap_item.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Vortigaunt"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["vortigaunt_head_hardhat"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_vort_hardhat"
|
||||
RECIPE.name = "Vortigaunt Düz Şapka"
|
||||
RECIPE.description = "Kafada düz olan şık bir eski tarz şapka. Bazı vortların kendine özgü bir tarzı vardır."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_hat2.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Vortigaunt"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["vortigaunt_head_flatcap"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_vort_fedora"
|
||||
RECIPE.name = "Vortigaunt Fedora"
|
||||
RECIPE.description = "Geçmiş zamanları anımsatan nadir ve şık bir şapka, kesinlikle hiçbir canlı varlık bunlardan birine sahip bir vortigaunt görmeyi beklemez."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_hat2.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Vortigaunt"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 40
|
||||
RECIPE.result = {["vortigaunt_head_fedora"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_vort_boonie"
|
||||
RECIPE.name = "Vortigaunt Boonie"
|
||||
RECIPE.description = "Geniş çerçeveli bir şapka. Güneşi vort kafanızdan uzak tutar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_boonie.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Vortigaunt"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["vortigaunt_head_boonie"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_vort_hoodie"
|
||||
RECIPE.name = "Vortigaunt Kapüşonlu"
|
||||
RECIPE.description = "Daha uzun bir boyun için uzun bir kapüşonlu. En zorlu koşullarda bile bir vortigaunt'u sıcak tutmak için mükemmeldir."
|
||||
RECIPE.model = "models/willardnetworks/vort_clothingitems/vort_sweater.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Vortigaunt"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["vortigaunt_torso_hoodie"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_vort_sweater"
|
||||
RECIPE.name = "Vortigaunt Kazak"
|
||||
RECIPE.description = "Normalde insanlar için yapılmış bir kazak. En zorlu koşullarda bile bir vortigaunt'ı sıcak tutmak için mükemmeldir."
|
||||
RECIPE.model = "models/willardnetworks/vort_clothingitems/vort_sweater.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Vortigaunt"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["vortigaunt_torso_sweater"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_vort_poncho"
|
||||
RECIPE.name = "Zarif Vortigaunt Panço"
|
||||
RECIPE.description = "A reliable and solid covering, It's composition derived from typical human garments. Loose fitting design and convenient cutouts allow for comfort and freedom of movement."
|
||||
RECIPE.model = "models/props_c17/BriefCase001a.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Vortigaunt"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["vortigaunt_torso_light"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_vort_covering"
|
||||
RECIPE.name = "El Yapımı Vortigaunt Kaplaması"
|
||||
RECIPE.description = "Basit, sade bir kaplama. Soğuk bir gecede sizi rahat tutmak için iyi, başka bir şey değil."
|
||||
RECIPE.model = "models/n7/vorti_outfit/light02.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Vortigaunt"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["vortigaunt_torso_light2"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_vort_bandages"
|
||||
RECIPE.name = "Vortigaunt Bandajları"
|
||||
RECIPE.description = "Yaralı ya da başka türlü, bu bandajlar amacına hizmet edecektir."
|
||||
RECIPE.model = "models/willardnetworks/vort_clothingitems/vort_bandage.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Vortigaunt"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["vortigaunt_bandages"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_vort_belt"
|
||||
RECIPE.name = "Vortigaunt Kemeri"
|
||||
RECIPE.description = "İnsan kullanımı için yapılmış bir kemer, ancak meraklı bir vortigaunt bunu deneyebilir."
|
||||
RECIPE.model = "models/willardnetworks/vort_clothingitems/vort_belt.mdl"
|
||||
RECIPE.category = "Giyim"
|
||||
RECIPE.subcategory = "Vortigaunt"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["vortigaunt_belt"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,87 @@
|
||||
--[[
|
||||
| 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 = "bartering_writing_pin"
|
||||
RECIPE.name = "İğne"
|
||||
RECIPE.description = "Duvarlara kağıt asmak için kullanılan bir iğne."
|
||||
RECIPE.model = "models/items/crossbowrounds.mdl"
|
||||
RECIPE.category = "Yazma"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 2
|
||||
RECIPE.result = {["pin"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_writing_paper"
|
||||
RECIPE.name = "Kağıt"
|
||||
RECIPE.description = "Üzerine yazılacak bir kağıt."
|
||||
RECIPE.model = "models/props_c17/paper01.mdl"
|
||||
RECIPE.category = "Yazma"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 3
|
||||
RECIPE.result = {["paper"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_writing_notepad"
|
||||
RECIPE.name = "Not Defteri"
|
||||
RECIPE.description = "Yazmak için mavi bir not defteri."
|
||||
RECIPE.model = "models/props_lab/clipboard.mdl"
|
||||
RECIPE.category = "Yazma"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 5
|
||||
RECIPE.result = {["notepad"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_writing_book"
|
||||
RECIPE.name = "Boş Kitap"
|
||||
RECIPE.description = "Boş bir kitap, hazır ve doldurmanızı bekliyor."
|
||||
RECIPE.model = "models/willardnetworks/misc/book.mdl"
|
||||
RECIPE.category = "Yazma"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 10
|
||||
RECIPE.result = {["book"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_writing_ink"
|
||||
RECIPE.name = "Siyah Mürekkep"
|
||||
RECIPE.description = "Siyah mürekkep yazıcı kartuşu."
|
||||
RECIPE.model = "models/gibs/metal_gib2.mdl"
|
||||
RECIPE.category = "Yazma"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 5
|
||||
RECIPE.result = {["black_ink"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "bartering_audiobook_reading"
|
||||
RECIPE.name = "[Ses Oynatıcı] Okumayı Öğrenin"
|
||||
RECIPE.description = "Bu rustik cihazı dinlemek okuma özelliğinizi artıracaktır."
|
||||
RECIPE.model = "models/props_lab/reciever01d.mdl"
|
||||
RECIPE.category = "Yazma"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "bartering"
|
||||
RECIPE.cost = 30
|
||||
RECIPE.result = {["audiobook_reading"] = 1}
|
||||
RECIPE.buyAmount = 1 -- amount TEXT
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,73 @@
|
||||
--[[
|
||||
| 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 = "cooking_bird_skewer"
|
||||
RECIPE.name = "Şişte Kuş"
|
||||
RECIPE.category = "Kuş"
|
||||
RECIPE.description = "Bir çubuğa sıkıca tutturulmuş şişlenmiş kuş parçaları, yenilebilir görünüyorlar."
|
||||
RECIPE.model = "models/willardnetworks/food/meatskewer.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_knife"}
|
||||
RECIPE.ingredients = {["ing_bird_meat"] = 2}
|
||||
RECIPE.result = {["bird_skewer"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 250}, -- full xp
|
||||
{level = 10, exp = 125}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_bird_fillet"
|
||||
RECIPE.name = "Kavrulmuş Kuş Fileto"
|
||||
RECIPE.category = "Kuş"
|
||||
RECIPE.description = "Sert kavrulmuş kuş eti."
|
||||
RECIPE.model = "models/willardnetworks/food/meat6.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["ing_bird_meat"] = 1, ["ing_margarine"] = 1, ["ing_salt"] = 1}
|
||||
RECIPE.result = {["bird_fillet"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 250}, -- full xp
|
||||
{level = 20, exp = 125}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_bird_potluck"
|
||||
RECIPE.name = "Kuş Yemeği"
|
||||
RECIPE.category = "Kuş"
|
||||
RECIPE.description = "Farklı baharatlar ve sebzelerle karıştırılmış pişmiş kuş."
|
||||
RECIPE.model = "models/willardnetworks/food/canned_food3.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["bird_fillet"] = 1, ["ing_herbs"] = 1, ["ing_vegetable_pack"] = 1}
|
||||
RECIPE.result = {["bird_potluck"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 250}, -- full xp
|
||||
{level = 29, exp = 125}, -- half xp
|
||||
{level = 30, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,112 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_antlion_sandwich"
|
||||
RECIPE.name = "Antlion Sandviçi"
|
||||
RECIPE.category = "Antlion"
|
||||
RECIPE.description = "İki parça ekmeği bir araya getirip arasına bir parça Antlion eti koyun ve işte size bir sandviç."
|
||||
RECIPE.model = "models/willardnetworks/food/sandwich.mdl"
|
||||
RECIPE.tools = {"tool_knife"}
|
||||
RECIPE.ingredients = {["baking_bread_slice"] = 1, ["antlion_roast"] = 1, ["artificial_cheese"] = 1}
|
||||
RECIPE.result = {["antlion_sandwich"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 250}, -- full xp
|
||||
{level = 10, exp = 125}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_antlion_skewer"
|
||||
RECIPE.name = "Şişte Antlion Eti"
|
||||
RECIPE.category = "Antlion"
|
||||
RECIPE.description = "Diğer dünya tazeliği uygun şekilde çarpıtılmış ve yemeye hazır."
|
||||
RECIPE.model = "models/willardnetworks/food/meatskewer.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_knife"}
|
||||
RECIPE.ingredients = {["ing_antlion_meat"] = 2}
|
||||
RECIPE.result = {["antlion_skewer"] = 5}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 250}, -- full xp
|
||||
{level = 10, exp = 125}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_antlion_roast"
|
||||
RECIPE.name = "Kavrulmuş Antlion Eti"
|
||||
RECIPE.category = "Antlion"
|
||||
RECIPE.description = "Kavrulmuş bir parça antilop eti, sizi istediğiniz kadar doyurmuyor, oldukça lifli ve garip bir dokuya sahip."
|
||||
RECIPE.model = "models/willardnetworks/food/cooked_alienmeat.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["ing_antlion_meat"] = 1, ["ing_margarine"] = 1, ["ing_salt"] = 1}
|
||||
RECIPE.result = {["antlion_roast"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 250}, -- full xp
|
||||
{level = 20, exp = 125}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_antlion_dish"
|
||||
RECIPE.name = "Baharatlı Antlion Eti Yemeği"
|
||||
RECIPE.category = "Antlion"
|
||||
RECIPE.description = "Malzemelerin dünya dışı karışımlarından oluşan bu yemek garip bir şekilde oldukça iştah açıcı görünüyor."
|
||||
RECIPE.model = "models/willardnetworks/food/canned_food4.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["antlion_roast"] = 1, ["ing_spices"] = 1, ["ing_herbs"] = 1}
|
||||
RECIPE.result = {["antlion_dish"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 250}, -- full xp
|
||||
{level = 29, exp = 125}, -- half xp
|
||||
{level = 30, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_antlion_stew"
|
||||
RECIPE.name = "Antlion Yahnisi"
|
||||
RECIPE.category = "Antlion"
|
||||
RECIPE.description = "Et parçaları, sebzeler ve baharatın bir araya gelmesiyle ortaya çıkan iştah açıcı bir güveç."
|
||||
RECIPE.model = "models/willardnetworks/food/meatysoup.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_cookingpot", "tool_spoon"}
|
||||
RECIPE.ingredients = {["ing_antlion_meat"] = 1, ["ing_sauce"] = 1, ["ing_spices"] = 1, ["ing_vegetable_pack"] = 1}
|
||||
RECIPE.result = {["antlion_stew"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 25
|
||||
RECIPE.experience = {
|
||||
{level = 25, exp = 250}, -- full xp
|
||||
{level = 35, exp = 125}, -- half xp
|
||||
{level = 40, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,128 @@
|
||||
--[[
|
||||
| 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 = "cooking_artificial_skewer"
|
||||
RECIPE.name = "Şişte Yapay Et"
|
||||
RECIPE.category = "Yapay"
|
||||
RECIPE.description = "Eğrilmiş ve yemeye hazır olarak üretilmiş bir protein bloğu."
|
||||
RECIPE.model = "models/willardnetworks/food/meatskewer2.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_knife"}
|
||||
RECIPE.ingredients = {["ing_artificial_meat"] = 2}
|
||||
RECIPE.result = {["artificial_skewer"] = 5}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 180}, -- full xp
|
||||
{level = 10, exp = 120}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_artificial_meatpaste"
|
||||
RECIPE.name = "Yapay Et Ezmesi"
|
||||
RECIPE.category = "Yapay"
|
||||
RECIPE.description = "Daha iyi dolum ve tat için yapay et parçaları ile desteklenmiş beyaz kavanoz yapışkan yapay bulamaç."
|
||||
RECIPE.model = "models/props_lab/jar01b.mdl"
|
||||
RECIPE.ingredients = {["proc_paste"] = 1, ["artificial_meat"] = 1}
|
||||
RECIPE.result = {["artificial_meatpaste"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 180}, -- full xp
|
||||
{level = 20, exp = 120}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_artificial_cheesepaste"
|
||||
RECIPE.name = "Yapay Peynir Ezmesi"
|
||||
RECIPE.category = "Yapay"
|
||||
RECIPE.description = "Biraz daha iyi bir doku ve dolgu için peynirle desteklenmiş beyaz kavanoz yapışkan yapay slop."
|
||||
RECIPE.model = "models/props_lab/jar01b.mdl"
|
||||
RECIPE.ingredients = {["proc_paste"] = 1, ["artificial_cheese"] = 1}
|
||||
RECIPE.result = {["artificial_cheesepaste"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 180}, -- full xp
|
||||
{level = 20, exp = 120}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_artificial_meat"
|
||||
RECIPE.name = "Kavrulmuş Yapay Et"
|
||||
RECIPE.category = "Yapay"
|
||||
RECIPE.description = "Kolay tüketim için yapay etten oluşan bir protein bloğu."
|
||||
RECIPE.model = "models/willardnetworks/food/steak2.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["ing_artificial_meat"] = 1, ["ing_margarine"] = 1, ["ing_salt"] = 1}
|
||||
RECIPE.result = {["artificial_meat"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 180}, -- full xp
|
||||
{level = 20, exp = 120}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_artificial_stirfry"
|
||||
RECIPE.name = "Vogda Kızartılmış Yapay Et"
|
||||
RECIPE.category = "Yapay"
|
||||
RECIPE.description = "Kızartılmış yapay et, tuz ve erişte ile karıştırılır."
|
||||
RECIPE.model = "models/willardnetworks/food/canned_food2.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["artificial_meat"] = 1, ["ing_spices"] = 1, ["ing_noodles"] = 1}
|
||||
RECIPE.result = {["artificial_stirfry"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 180}, -- full xp
|
||||
{level = 29, exp = 120}, -- half xp
|
||||
{level = 30, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_artificial_stew"
|
||||
RECIPE.name = "Yapay Et Yahnisi"
|
||||
RECIPE.category = "Yapay"
|
||||
RECIPE.description = "Sos ve çeşitli sebze parçalarıyla karıştırılmış yapay et dilimleri."
|
||||
RECIPE.model = "models/willardnetworks/food/meatysoup2.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.tools = {"tool_cookingpot", "tool_spoon"}
|
||||
RECIPE.ingredients = {["ing_artificial_meat"] = 1, ["ing_sauce"] = 1, ["ing_herbs"] = 1, ["ing_vegetable_pack"] = 1}
|
||||
RECIPE.result = {["artificial_stew"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 25
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 180}, -- full xp
|
||||
{level = 40, exp = 120}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,221 @@
|
||||
--[[
|
||||
| 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 = "cooking_bread"
|
||||
RECIPE.name = "Ekmek"
|
||||
RECIPE.category = "Pişirme"
|
||||
RECIPE.description = "Böyle zamanlarda bile ev yapımı ekmek büyük fark yaratabilir."
|
||||
RECIPE.model = "models/willardnetworks/food/bread_loaf.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.ingredients = {["ing_dough"] = 1}
|
||||
RECIPE.result = {["baking_bread"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 250}, -- full xp
|
||||
{level = 10, exp = 125}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_artcheese"
|
||||
RECIPE.name = "Yapay Peynir"
|
||||
RECIPE.category = "Pişirme"
|
||||
RECIPE.description = "Bugünlerde ikame olmayan süt ürünleri bulmak zor, inekler dünyanın dört bir yanına yayılmış fabrikalarda tutuluyor ve bulmak kolay değil."
|
||||
RECIPE.model = "models/willardnetworks/food/cheesewheel2c.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.tools = {"tool_cookingpot"}
|
||||
RECIPE.ingredients = {["drink_milk"] = 1, ["ing_salt"] = 1}
|
||||
RECIPE.result = {["artificial_cheese"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 250}, -- full xp
|
||||
{level = 10, exp = 125}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_bagel"
|
||||
RECIPE.name = "Simit"
|
||||
RECIPE.category = "Pişirme"
|
||||
RECIPE.description = "Yaratıcı yöntemlerle ekmek hamurundan simit elde edebilirsiniz, biraz kuru ama işinizi görecektir."
|
||||
RECIPE.model = "models/willardnetworks/food/bagel2.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["ing_dough"] = 1}
|
||||
RECIPE.result = {["baking_bagel"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 250}, -- full xp
|
||||
{level = 20, exp = 125}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_pretzel"
|
||||
RECIPE.name = "Pretzel"
|
||||
RECIPE.category = "Pişirme"
|
||||
RECIPE.description = "İçi yumuşak, dışı biraz daha sert ve çiğnenebilir. Tuzlu iyilik."
|
||||
RECIPE.model = "models/willardnetworks/food/pretzel.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.ingredients = {["ing_pastry"] = 1, ["ing_salt"] = 1}
|
||||
RECIPE.result = {["baking_pretzel"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 250}, -- full xp
|
||||
{level = 30, exp = 125}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_croissant"
|
||||
RECIPE.name = "Kruvasan"
|
||||
RECIPE.category = "Pişirme"
|
||||
RECIPE.description = "Fransızlar işgalden önce çok büyük uzmanlardı."
|
||||
RECIPE.model = "models/willardnetworks/food/croissant.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.ingredients = {["ing_pastry"] = 1, ["ing_margarine"] = 1}
|
||||
RECIPE.result = {["baking_croissant"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 250}, -- full xp
|
||||
{level = 30, exp = 125}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_doughnut"
|
||||
RECIPE.name = "Donut"
|
||||
RECIPE.category = "Pişirme"
|
||||
RECIPE.description = "Kesinlikle şekerli bir lüks. Hepsini kim yedi biliyor musun?"
|
||||
RECIPE.model = "models/willardnetworks/food/bagel1.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.ingredients = {["ing_sweetpastry"] = 1}
|
||||
RECIPE.result = {["baking_doughnut"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 25
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 250}, -- full xp
|
||||
{level = 40, exp = 125}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_creamtreat"
|
||||
RECIPE.name = "Kremalı İkram"
|
||||
RECIPE.category = "Pişirme"
|
||||
RECIPE.description = "Lezzetli bir tatlı krema ikramı!"
|
||||
RECIPE.model = "models/willardnetworks/food/creamtreat.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.ingredients = {["ing_sweetpastry"] = 1}
|
||||
RECIPE.result = {["baking_treat"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 25
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 300}, -- full xp
|
||||
{level = 40, exp = 150}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_applepie"
|
||||
RECIPE.name = "Elmalı Turta"
|
||||
RECIPE.category = "Pişirme"
|
||||
RECIPE.description = "Elmalarla karışık bir turta. Ne kadar tatlı."
|
||||
RECIPE.model = "models/willardnetworks/food/pie.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.ingredients = {["ing_sweetpastry"] = 1, ["fruit_apple"] = 3}
|
||||
RECIPE.result = {["baking_apple_pie"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 30
|
||||
RECIPE.experience = {
|
||||
{level = 40, exp = 350}, -- full xp
|
||||
{level = 45, exp = 175}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_sweetroll"
|
||||
RECIPE.name = "Tatlı Rulo"
|
||||
RECIPE.category = "Pişirme"
|
||||
RECIPE.description = "Yetenekli bir aşçı bu tatlı ve lezzetli tatlı ruloyu yaptı."
|
||||
RECIPE.model = "models/willardnetworks/food/sweetroll.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.ingredients = {["ing_sweetpastry"] = 1, ["fruit_berries"] = 3}
|
||||
RECIPE.result = {["baking_sweetroll"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 30
|
||||
RECIPE.experience = {
|
||||
{level = 40, exp = 350}, -- full xp
|
||||
{level = 45, exp = 175}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_cheesecake"
|
||||
RECIPE.name = "Cheesecake"
|
||||
RECIPE.category = "Pişirme"
|
||||
RECIPE.description = "Birkaç çilekle karıştırılmış bir cheesecake. Gerçekten de oldukça tatlı ve yapımı biraz beceri gerektiriyor."
|
||||
RECIPE.model = "models/willardnetworks/food/cake.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.ingredients = {["ing_sweetpastry"] = 1, ["artificial_cheese"] = 1, ["fruit_berries"] = 2}
|
||||
RECIPE.result = {["baking_cheesecake"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 30
|
||||
RECIPE.experience = {
|
||||
{level = 40, exp = 350}, -- full xp
|
||||
{level = 45, exp = 175}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_xenpie"
|
||||
RECIPE.name = "Xen Turtası"
|
||||
RECIPE.category = "Pişirme"
|
||||
RECIPE.description = "Başka dünyalara ait malzemeler sıcak bir turtaya dönüşmek için karıştırıldı. Bunu ancak usta bir şef başarabilir."
|
||||
RECIPE.model = "models/willardnetworks/food/xen_pie.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.ingredients = {["ing_sweetpastry"] = 1, ["ing_xen_herb"] = 2, ["ing_xenberries"] = 4}
|
||||
RECIPE.result = {["xen_pie"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 40
|
||||
RECIPE.experience = {
|
||||
{level = 40, exp = 0}, -- full xp
|
||||
{level = 40, exp = 0}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,227 @@
|
||||
--[[
|
||||
| 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 = "cooking_noodles"
|
||||
RECIPE.name = "Kızarmış Erişte"
|
||||
RECIPE.category = "Konforlu Yemek"
|
||||
RECIPE.description = "İşgal sırasında bile... Erişte popüler bir yemek seçeneği olmaya devam ediyor."
|
||||
RECIPE.model = "models/willardnetworks/food/noodles.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.ingredients = {["ing_noodles"] = 1, ["ing_herbs"] = 1}
|
||||
RECIPE.result = {["comfort_noodles"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 75}, -- full xp
|
||||
{level = 20, exp = 25}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_toast"
|
||||
RECIPE.name = "Tost"
|
||||
RECIPE.category = "Konforlu Yemek"
|
||||
RECIPE.description = "Çıtır çıtır, aile ile kahvaltı anılarını geri getiriyor."
|
||||
RECIPE.model = "models/willardnetworks/food/toast.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.ingredients = {["baking_bread_slice"] = 1}
|
||||
RECIPE.result = {["comfort_toast"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 90}, -- full xp
|
||||
{level = 10, exp = 45}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_sandwich"
|
||||
RECIPE.name = "Sandviç"
|
||||
RECIPE.category = "Konforlu Yemek"
|
||||
RECIPE.description = "Şehir İki'de çok popüler, yapay et ve peynirden oluşan bir sandviç."
|
||||
RECIPE.model = "models/willardnetworks/food/sandwich.mdl"
|
||||
RECIPE.tools = {"tool_knife"}
|
||||
RECIPE.ingredients = {["baking_bread_slice"] = 1, ["artificial_meat"] = 1, ["artificial_cheese"] = 1}
|
||||
RECIPE.result = {["comfort_sandwich"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 150}, -- full xp
|
||||
{level = 20, exp = 75}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_scrambled"
|
||||
RECIPE.name = "Çırpılmış Yumurta"
|
||||
RECIPE.category = "Konforlu Yemek"
|
||||
RECIPE.description = "Mükemmel şekilde çırpılmış gerçek yumurta, toz yumurtadan daha üstün bir dokuya sahiptir."
|
||||
RECIPE.model = "models/willardnetworks/food/eggmix.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["ing_egg"] = 1, ["ing_margarine"] = 1, ["ing_salt"] = 1}
|
||||
RECIPE.result = {["comfort_scrambled"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 160}, -- full xp
|
||||
{level = 20, exp = 80}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking__powder_scrambled"
|
||||
RECIPE.name = "Çırpılmış Toz Yumurta"
|
||||
RECIPE.category = "Konforlu Yemek"
|
||||
RECIPE.description = "Yapay peynirle çırpılmış yumurta tozu. Sadece hafif bir metalik tat."
|
||||
RECIPE.model = "models/willardnetworks/food/eggmix.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["ing_protein"] = 1, ["ing_margarine"] = 1, ["ing_salt"] = 1, ["artificial_cheese"] = 1}
|
||||
RECIPE.result = {["comfort_scrambled"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 160}, -- full xp
|
||||
{level = 20, exp = 80}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_comfort_chicken"
|
||||
RECIPE.name = "Kızarmış Tavuk"
|
||||
RECIPE.category = "Konforlu Yemek"
|
||||
RECIPE.description = "Uzak diyarlarda kolektifleştirilmiş, kötü koşullarda ve fabrikalarda et üretmek için kurulmuş bir endüstri."
|
||||
RECIPE.model = "models/willardnetworks/food/meat4.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["ing_chicken"] = 1, ["ing_salt"] = 1}
|
||||
RECIPE.result = {["comfort_roastedchicken"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 160}, -- full xp
|
||||
{level = 20, exp = 80}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_boiledegg"
|
||||
RECIPE.name = "Haşlanmış Yumurta"
|
||||
RECIPE.category = "Konforlu Yemek"
|
||||
RECIPE.description = "Bu günlerde güzel ama makul nadir bir kahvaltı."
|
||||
RECIPE.model = "models/willardnetworks/food/egg2.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.tools = {"tool_cookingpot"}
|
||||
RECIPE.ingredients = {["ing_egg"] = 1, ["crafting_water"] = 1}
|
||||
RECIPE.result = {["luxury_boiled_egg"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 160}, -- full xp
|
||||
{level = 20, exp = 80}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_pancakes"
|
||||
RECIPE.name = "Krep"
|
||||
RECIPE.category = "Konforlu Yemek"
|
||||
RECIPE.description = "Kreplere hayır diyemezsin."
|
||||
RECIPE.model = "models/willardnetworks/food/pancake.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["ing_protein"] = 1, ["ing_margarine"] = 1, ["ing_salt"] = 1, ["drink_milk"] = 1}
|
||||
RECIPE.result = {["comfort_pancake"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 160}, -- full xp
|
||||
{level = 30, exp = 80}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_vegsoup"
|
||||
RECIPE.name = "Sebze Çorbası"
|
||||
RECIPE.category = "Konforlu Yemek"
|
||||
RECIPE.description = "Sıcak bir kase sağlıklı sebze çorbası, zihni sabit tutmak için iyi bir yol."
|
||||
RECIPE.model = "models/willardnetworks/food/vegetablesoup.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.tools = {"tool_cookingpot", "tool_spoon"}
|
||||
RECIPE.ingredients = {["ing_vegetable_pack"] = 2, ["ing_herbs"] = 1, ["crafting_water"] = 2}
|
||||
RECIPE.result = {["comfort_soup"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 25
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 160}, -- full xp
|
||||
{level = 40, exp = 80}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_fish"
|
||||
RECIPE.name = "Somon Biftek"
|
||||
RECIPE.category = "Konforlu Yemek"
|
||||
RECIPE.description = "Lezzetli bir yemek olarak pişirilen nadir bir balık türü. Genellikle prestijli kişiler için ayrılmıştır."
|
||||
RECIPE.model = "models/willardnetworks/food/fishsteak.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["ing_fish"] = 1, ["ing_margarine"] = 1, ["ing_salt"] = 1, ["ing_herbs"] = 1}
|
||||
RECIPE.result = {["comfort_fish"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 40, exp = 250}, -- full xp
|
||||
{level = 45, exp = 125}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_beef"
|
||||
RECIPE.name = "Kavrulmuş Sığır Eti"
|
||||
RECIPE.category = "Konforlu Yemek"
|
||||
RECIPE.description = "Bunu en son ne zaman gördünüz? Bir zamanlar evcilleştirilmiş ya da yabani bir yaratıktan kavrulmuş yerli bir hayvanın eti."
|
||||
RECIPE.model = "models/willardnetworks/food/meat4.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["ing_beef"] = 1, ["ing_margarine"] = 1, ["ing_salt"] = 1, ["ing_herbs"] = 1}
|
||||
RECIPE.result = {["comfort_beef"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 40, exp = 250}, -- full xp
|
||||
{level = 45, exp = 150}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,49 @@
|
||||
--[[
|
||||
| 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 = "cooking_tea"
|
||||
RECIPE.name = "Bir Bardak Çay"
|
||||
RECIPE.category = "İçecekler"
|
||||
RECIPE.description = "Rahatlatıcı ve sıcak bir dokunuş."
|
||||
RECIPE.model = "models/props_junk/garbage_coffeemug001a.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_kettle"}
|
||||
RECIPE.ingredients = {["crafting_water"] = 1, ["ing_herbs"] = 1}
|
||||
RECIPE.result = {["drink_tea"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 200}, -- full xp
|
||||
{level = 14, exp = 100}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_coffee"
|
||||
RECIPE.name = "Bir Fincan Kahve"
|
||||
RECIPE.category = "İçecekler"
|
||||
RECIPE.description = "Güçlü ve içilebilecek kadar sıcak."
|
||||
RECIPE.model = "models/willardnetworks/food/coffee.mdl"
|
||||
RECIPE.tools = {"tool_coffeemachine"}
|
||||
RECIPE.ingredients = {["ing_coffee_powder"] = 1, ["junk_coffeecup"] = 1}
|
||||
RECIPE.result = {["drink_coffee"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 200}, -- full xp
|
||||
{level = 14, exp = 100}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,141 @@
|
||||
--[[
|
||||
| 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 = "cooking_proteinkiller"
|
||||
RECIPE.name = "Protein Katili"
|
||||
RECIPE.description = "Toz protein, ağrı kesiciler ve Breen's Water ile karıştırılmış."
|
||||
RECIPE.model = "models/willardnetworks/food/cmb_food1.mdl"
|
||||
RECIPE.category = "Uyuşturuculu Yemek"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["ing_protein"] = 1, ["painkillers"] = 1, ["crafting_water"] = 1}
|
||||
RECIPE.result = {["drug_proteinkiller"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 400}, -- full xp
|
||||
{level = 15, exp = 250}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_spikedcoffee"
|
||||
RECIPE.name = "Çivili Fincan Kahve"
|
||||
RECIPE.description = "Sıcak bir fincan kahve, bu garip zamanlarda sizi uyanık ve tetikte tutmaya yardımcı olur, görünüşe göre bu seferki her zamankinden daha da fazla..."
|
||||
RECIPE.model = "models/willardnetworks/food/coffee.mdl"
|
||||
RECIPE.category = "Uyuşturuculu Yemek"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["drink_coffee"] = 1, ["basic_green"] = 1}
|
||||
RECIPE.result = {["drug_spikedcoffee"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 300}, -- full xp
|
||||
{level = 15, exp = 150}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_spikedtea"
|
||||
RECIPE.name = "Çivili Fincan Çay"
|
||||
RECIPE.description = "Dokunulduğunda rahatlatıcı ve sıcak ama ağızda ekşi bir tat bırakıyor."
|
||||
RECIPE.model = "models/props_junk/garbage_coffeemug001a.mdl"
|
||||
RECIPE.category = "Uyuşturuculu Yemek"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["drink_tea"] = 1, ["basic_blue"] = 1}
|
||||
RECIPE.result = {["drug_spikedtea"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 300}, -- full xp
|
||||
{level = 15, exp = 150}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_injectedapple"
|
||||
RECIPE.name = "Enjekte Edilmiş Elma"
|
||||
RECIPE.description = "Tadı biraz garip olsa da diğer elmalara benziyor."
|
||||
RECIPE.model = "models/willardnetworks/food/apple.mdl"
|
||||
RECIPE.category = "Uyuşturuculu Yemek"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["fruit_apple"] = 1, ["comp_syringe"] = 1, ["comp_chemicals"] = 1}
|
||||
RECIPE.result = {["drug_injectedapple"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 300}, -- full xp
|
||||
{level = 15, exp = 150}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_sunshinevodka"
|
||||
RECIPE.name = "Günışığı Votka"
|
||||
RECIPE.description = "Yapay güneş ışığı ve gökkuşağı gibi bir tat!"
|
||||
RECIPE.model = "models/willardnetworks/food/alcohol_bottle.mdl"
|
||||
RECIPE.category = "Uyuşturuculu Yemek"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["drink_proc_vodka"] = 1, ["ing_coffee_powder"] = 1, ["comp_chemicals"] = 1}
|
||||
RECIPE.result = {["drug_sunshinevodka"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 350}, -- full xp
|
||||
{level = 20, exp = 150}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_milkyway"
|
||||
RECIPE.name = "Samanyolu"
|
||||
RECIPE.description = "Evrenle bir olmak için. En azından bir süreliğine."
|
||||
RECIPE.model = "models/props_junk/garbage_milkcarton002a.mdl"
|
||||
RECIPE.category = "Uyuşturuculu Yemek"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["drink_milk"] = 1, ["drink_bobenergy"] = 1, ["comp_chemicals"] = 1}
|
||||
RECIPE.result = {["drug_milkyway"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 300}, -- full xp
|
||||
{level = 20, exp = 150}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_happypie"
|
||||
RECIPE.name = "Mutlu Turta"
|
||||
RECIPE.description = "Sizi kesinlikle mutlu edecek lezzetli bir elmalı turta."
|
||||
RECIPE.model = "models/willardnetworks/food/pie.mdl"
|
||||
RECIPE.category = "Uyuşturuculu Yemek"
|
||||
RECIPE.ingredients = {["baking_apple_pie"] = 1, ["basic_red"] = 1, ["basic_green"] = 1}
|
||||
RECIPE.result = {["drug_happypie"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 300}, -- full xp
|
||||
{level = 25, exp = 150}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,47 @@
|
||||
--[[
|
||||
| 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 = "cooking_potato"
|
||||
RECIPE.name = "Fırında Patates"
|
||||
RECIPE.category = "Çiftçilik"
|
||||
RECIPE.description = "Fırında patates."
|
||||
RECIPE.model = "models/mosi/fnv/props/potato.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.ingredients = {["veg_potato"] = 1}
|
||||
RECIPE.result = {["baking_potato"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 150}, -- full xp
|
||||
{level = 10, exp = 75}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_tomato"
|
||||
RECIPE.name = "Fresh Tomato"
|
||||
RECIPE.category = "Çiftçilik"
|
||||
RECIPE.description = "A Tomato freshly picked and then cleaned off with water."
|
||||
RECIPE.model = "models/a31/fallout4/props/plants/tato_item.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.ingredients = {["veg_tomato"] = 1}
|
||||
RECIPE.result = {["baking_tomato"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 150}, -- full xp
|
||||
{level = 10, exp = 75}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,112 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_headcrab_sandwich"
|
||||
RECIPE.name = "Headcrab Sandviçi"
|
||||
RECIPE.category = "Headcrab"
|
||||
RECIPE.description = "İki parça ekmeği, arasına bir parça headcrab koyarak birbirine yapıştırın ve işte size bir sandviç."
|
||||
RECIPE.model = "models/willardnetworks/food/sandwich.mdl"
|
||||
RECIPE.tools = {"tool_knife"}
|
||||
RECIPE.ingredients = {["baking_bread_slice"] = 1, ["headcrab_fillet"] = 1, ["artificial_cheese"] = 1}
|
||||
RECIPE.result = {["headcrab_sandwich"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 350}, -- full xp
|
||||
{level = 10, exp = 150}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_headcrab_skewer"
|
||||
RECIPE.name = "Şişte Headcrab"
|
||||
RECIPE.category = "Headcrab"
|
||||
RECIPE.description = "Bir çubuğa sıkıca tutturulmuş şişlenmiş headcrab, yenilebilir görünüyor."
|
||||
RECIPE.model = "models/willardnetworks/food/meatskewer.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_knife"}
|
||||
RECIPE.ingredients = {["ing_headcrab_meat"] = 2}
|
||||
RECIPE.result = {["headcrab_skewer"] = 6}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 350}, -- full xp
|
||||
{level = 10, exp = 150}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_headcrab_fillet"
|
||||
RECIPE.name = "Kavrulmuş Headcrab Fileto"
|
||||
RECIPE.category = "Headcrab"
|
||||
RECIPE.description = "Bir dilim sert kavrulmuş headcrab eti."
|
||||
RECIPE.model = "models/willardnetworks/food/meat6.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["ing_headcrab_meat"] = 1, ["ing_margarine"] = 1, ["ing_salt"] = 1}
|
||||
RECIPE.result = {["headcrab_fillet"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 350}, -- full xp
|
||||
{level = 20, exp = 150}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_headcrab_potluck"
|
||||
RECIPE.name = "Headcrab Yemeği"
|
||||
RECIPE.category = "Headcrab"
|
||||
RECIPE.description = "Farklı baharatlar ve sebzelerle karıştırılmış pişmiş headcrab."
|
||||
RECIPE.model = "models/willardnetworks/food/canned_food3.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["headcrab_fillet"] = 1, ["ing_herbs"] = 1, ["ing_vegetable_pack"] = 1}
|
||||
RECIPE.result = {["headcrab_potluck"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 300}, -- full xp
|
||||
{level = 29, exp = 150}, -- half xp
|
||||
{level = 30, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_headcrab_jambalaya"
|
||||
RECIPE.name = "Headcrab Jambalaya"
|
||||
RECIPE.category = "Headcrab"
|
||||
RECIPE.description = "Baharatlı sos, sebze ve diğer malzemelerle karıştırılmış haşlanmış headcrab."
|
||||
RECIPE.model = "models/willardnetworks/food/stew1.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_cookingpot", "tool_spoon"}
|
||||
RECIPE.ingredients = {["ing_headcrab_meat"] = 1, ["ing_sauce"] = 1, ["ing_spices"] = 1, ["ing_vegetable_pack"] = 1}
|
||||
RECIPE.result = {["headcrab_jambalaya"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 25
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 300}, -- full xp
|
||||
{level = 40, exp = 150}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,103 @@
|
||||
--[[
|
||||
| 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 = "cooking_ing_bread_dough"
|
||||
RECIPE.name = "Ekmek Hamuru"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.description = "Lezzetli ekmek elde etmek için ilk bileşen."
|
||||
RECIPE.model = "models/willardnetworks/food/dough.mdl"
|
||||
RECIPE.ingredients = {["ing_protein"] = 1, ["ing_flour"] = 1, ["drink_milk"] = 1, ["ing_margarine"] = 1}
|
||||
RECIPE.result = {["ing_dough"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 200}, -- full xp
|
||||
{level = 10, exp = 100}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_ing_pastry_dough"
|
||||
RECIPE.name = "Pasta Hamuru"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.description = "Pastacılık ürünleri için daha uygun bir hamur."
|
||||
RECIPE.model = "models/willardnetworks/props/dough.mdl"
|
||||
RECIPE.ingredients = {["ing_protein"] = 1, ["ing_flour"] = 1, ["drink_milk"] = 1, ["ing_margarine"] = 1}
|
||||
RECIPE.result = {["ing_pastry"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 200}, -- full xp
|
||||
{level = 30, exp = 100}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_ing_sweet_dough"
|
||||
RECIPE.name = "Şekerli Pasta Hamuru"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.description = "Tatlı hamur işleri için uygun meyvelerle tatlandırılmış hamur işi."
|
||||
RECIPE.model = "models/willardnetworks/props/sweetdough.mdl"
|
||||
RECIPE.ingredients = {["ing_pastry"] = 1, ["ing_sweet"] = 1, ["fruit_berries"] = 2}
|
||||
RECIPE.result = {["ing_sweetpastry"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 200}, -- full xp
|
||||
{level = 30, exp = 100}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_ing_sauce"
|
||||
RECIPE.name = "Sos Temeli"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.description = "Bir sosun temellerini şekillendirmek için bir araya getirilen malzemelerin karışımı."
|
||||
RECIPE.model = "models/props_junk/garbage_metalcan001a.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.tools = {"tool_cookingpot", "tool_spoon"}
|
||||
RECIPE.ingredients = {["ing_protein"] = 1, ["ing_margarine"] = 1, ["ing_flour"] = 1, ["crafting_water"] = 1}
|
||||
RECIPE.result = {["ing_sauce"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 25
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 35, exp = 100}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_ing_sauce_makeshift"
|
||||
RECIPE.name = "El Yapımı Sos Tabanı"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.description = "Bir sosun temellerini şekillendirmek için bir araya getirilen malzemelerin karışımı."
|
||||
RECIPE.model = "models/props_junk/garbage_metalcan001a.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.tools = {"tool_cookingpot", "tool_spoon"}
|
||||
RECIPE.ingredients = {["ing_protein"] = 1, ["ing_margarine"] = 1, ["ing_flour"] = 1, ["comp_chemcomp"] = 1}
|
||||
RECIPE.result = {["ing_sauce"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 25
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 35, exp = 100}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,92 @@
|
||||
--[[
|
||||
| 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 = "cooking_skewered_leech"
|
||||
RECIPE.name = "Şişlenmiş Sülük"
|
||||
RECIPE.category = "Sülük"
|
||||
RECIPE.description = "Sulu görünen şişlenmiş parazit bir sülük."
|
||||
RECIPE.model = "models/willardnetworks/food/meatskewer2.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_knife"}
|
||||
RECIPE.ingredients = {["ing_raw_leech"] = 5}
|
||||
RECIPE.result = {["leech_skewer"] = 5}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 150}, -- full xp
|
||||
{level = 10, exp = 75}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_leech_roast"
|
||||
RECIPE.name = "Kızartılmış Sülük"
|
||||
RECIPE.category = "Sülük"
|
||||
RECIPE.description = "Bir zamanların korkunç paraziti şimdi kavrulmuş ve yemeye hazır."
|
||||
RECIPE.model = "models/willardnetworks/food/cooked_leech.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["ing_raw_leech"] = 2, ["ing_margarine"] = 1, ["ing_salt"] = 1}
|
||||
RECIPE.result = {["leech_roast"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 200}, -- full xp
|
||||
{level = 20, exp = 100}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_leech_goulash"
|
||||
RECIPE.name = "Sülük Goulash"
|
||||
RECIPE.category = "Sülük"
|
||||
RECIPE.description = "Bir tencerede tuzlanmış ve içine dalınmaya hazır otlarla kızartılmış çeşitli parazit sülükler."
|
||||
RECIPE.model = "models/willardnetworks/food/canned_food1.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.canUseCampfire = true
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["leech_roast"] = 2, ["ing_herbs"] = 1, ["ing_vegetable_pack"] = 1}
|
||||
RECIPE.result = {["leech_goulash"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 160}, -- full xp
|
||||
{level = 29, exp = 80}, -- half xp
|
||||
{level = 30, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_leech_stew"
|
||||
RECIPE.name = "Kremalı Sülük Yahnisi"
|
||||
RECIPE.category = "Sülük"
|
||||
RECIPE.description = "Çeşitli sülükler kaynatılır, karıştırılır ve kremalı bir sosun içine konur. Çok sıcak."
|
||||
RECIPE.model = "models/willardnetworks/food/whitesoup.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.tools = {"tool_cookingpot", "tool_spoon"}
|
||||
RECIPE.ingredients = {["ing_raw_leech"] = 2, ["ing_sauce"] = 1, ["drink_milk"] = 1, ["ing_herbs"] = 1}
|
||||
RECIPE.result = {["leech_stew"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 160}, -- full xp
|
||||
{level = 40, exp = 80}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,88 @@
|
||||
--[[
|
||||
| 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 = "cooking_pickled_vegetables"
|
||||
RECIPE.name = "Sebze Turşusu"
|
||||
RECIPE.category = "Turşu"
|
||||
RECIPE.description = "Bir şişe sebze turşusu, biraz iştah açıcı görünüyor."
|
||||
RECIPE.model = "models/willardnetworks/foods/pickled.mdl"
|
||||
RECIPE.tools = {"tool_knife"}
|
||||
RECIPE.ingredients = {["ing_vegetable_pack"] = 1, ["ing_vinegar"] = 1}
|
||||
RECIPE.result = {["pickled_vegetables"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 100}, -- full xp
|
||||
{level = 10, exp = 50}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_pickled_egg"
|
||||
RECIPE.name = "Yumurta Turşusu"
|
||||
RECIPE.category = "Turşu"
|
||||
RECIPE.description = "Yumurta turşusu, eskiden Şehir İki çevresinde oldukça yaygın bir manzaraydı."
|
||||
RECIPE.model = "models/willardnetworks/food/egg2.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.tools = {"tool_cookingpot"}
|
||||
RECIPE.ingredients = {["ing_egg"] = 1, ["ing_vinegar"] = 1}
|
||||
RECIPE.result = {["pickled_egg"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 100}, -- full xp
|
||||
{level = 10, exp = 50}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_pickled_eggmush"
|
||||
RECIPE.name = "Yumurta Ezmesi Turşusu"
|
||||
RECIPE.category = "Turşu"
|
||||
RECIPE.description = "Turşu haline getirilmiş yumurta hamurunun bir araya getirilerek yenilebilir bir forma sokulmasından oluşan tuhaf bir mekanizma."
|
||||
RECIPE.model = "models/willardnetworks/food/eggmix.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["ing_protein"] = 1, ["ing_vinegar"] = 1, ["artificial_cheese"] = 1}
|
||||
RECIPE.result = {["pickled_eggmush"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 160}, -- full xp
|
||||
{level = 20, exp = 80}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "cooking_pickled_leech"
|
||||
RECIPE.name = "Sülük Turşusu"
|
||||
RECIPE.category = "Turşu"
|
||||
RECIPE.description = "İtiraf etmelisin ki, biraz iğrenç. Ama yenilebilir."
|
||||
RECIPE.model = "models/willardnetworks/food/cooked_leech.mdl"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.tools = {"tool_fryingpan"}
|
||||
RECIPE.ingredients = {["leech_roast"] = 1, ["ing_vinegar"] = 1}
|
||||
RECIPE.result = {["pickled_leech"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "cooking"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 160}, -- full xp
|
||||
{level = 20, exp = 80}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,33 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
for _, v in pairs(ix.item.list) do
|
||||
if v.category == "Clothing - Citizen" or v.category == "Clothing - Citizen Trousers" then
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_"..v.uniqueID
|
||||
RECIPE.name = "Parçala: "..v.name
|
||||
RECIPE.description = v.name.." kıyafetini birkaç kumaş parçası için parçala."
|
||||
RECIPE.model = v.model
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Kıyafetler"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {[v.uniqueID] = 1}
|
||||
RECIPE.result = {["comp_cloth"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 30}, -- full xp
|
||||
{level = 10, exp = 15}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,841 @@
|
||||
--[[
|
||||
| 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_junk_tv"
|
||||
RECIPE.name = "Parçala: Kırık TV Monitörü"
|
||||
RECIPE.description = "Eski bir televizyonun kırık monitörü. Değersiz ama anılar öyle değil."
|
||||
RECIPE.model = "models/props_wasteland/controlroom_monitor001a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["junk_tv"] = 1}
|
||||
RECIPE.result = {["comp_electronics"] = 1, ["comp_plastic"] = 2, ["comp_scrap"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 55}, -- full xp
|
||||
{level = 20, exp = 27}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_toy"
|
||||
RECIPE.name = "Parçala: Oyun Parkı Oyuncağı"
|
||||
RECIPE.description = "Bugünlerde bunları çok sık göremiyoruz. Tahtadan yapılmış."
|
||||
RECIPE.model = "models/props_c17/playgroundTick-tack-toe_block01a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_toy"] = 1}
|
||||
RECIPE.result = {["comp_wood"] = 1, ["comp_screws"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 30}, -- full xp
|
||||
{level = 10, exp = 15}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_tire"
|
||||
RECIPE.name = "Parçala: Eski Lastik"
|
||||
RECIPE.description = "Size eski zamanları hatırlatıyor, arabaların bir şey olduğu zamanları."
|
||||
RECIPE.model = "models/props_vehicles/carparts_tire01a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["junk_tire"] = 1}
|
||||
RECIPE.result = {["comp_plastic"] = 4}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_tincan"
|
||||
RECIPE.name = "Parçala: Teneke Kutu"
|
||||
RECIPE.description = "Sonunda içinde yiyecek olan küçük bir teneke kutu. Senin için işe yaramaz."
|
||||
RECIPE.model = "models/props_junk/garbage_metalcan002a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_tincan"] = 1}
|
||||
RECIPE.result = {["comp_scrap"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 20}, -- full xp
|
||||
{level = 10, exp = 10}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_takeaway"
|
||||
RECIPE.name = "Parçala: Boş Paket Servis"
|
||||
RECIPE.description = "Bir çöp yığınının içinde bulundu, muhtemelen bir zamanlar içinde erişte vardı."
|
||||
RECIPE.model = "models/props_junk/garbage_takeoutcarton001a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_takeaway"] = 1}
|
||||
RECIPE.result = {["comp_cloth"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 20}, -- full xp
|
||||
{level = 10, exp = 10}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_sm_cardboard"
|
||||
RECIPE.name = "Parçala: Küçük Karton Kutu"
|
||||
RECIPE.description = "Tüketici ürünlerini taşımak için küçük bir karton kutu,Boş."
|
||||
RECIPE.model = "models/props_junk/cardboard_box004a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_sm_cardboard"] = 1}
|
||||
RECIPE.result = {["comp_cloth"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 20}, -- full xp
|
||||
{level = 10, exp = 10}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_shoe"
|
||||
RECIPE.name = "Parçala: Kahverengi Ayakkabı"
|
||||
RECIPE.description = "Kahverengi bir ayakkabı, muhtemelen daha önce birine aitti."
|
||||
RECIPE.model = "models/props_junk/Shoe001a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_shoe"] = 1}
|
||||
RECIPE.result = {["comp_cloth"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 25}, -- full xp
|
||||
{level = 10, exp = 12}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_receiver"
|
||||
RECIPE.name = "Parçala: Kırık Alıcı"
|
||||
RECIPE.description = "Bozuk bir elektronik ekipman parçası. Artık çalışmıyor."
|
||||
RECIPE.model = "models/props_lab/reciever01c.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["junk_receiver"] = 1}
|
||||
RECIPE.result = {["comp_screws"] = 1, ["comp_electronics"] = 1, ["comp_scrap"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 50}, -- full xp
|
||||
{level = 20, exp = 25}, -- half xp
|
||||
{level = 30, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_plastic_bucket"
|
||||
RECIPE.name = "Parçala: Plastik Kova"
|
||||
RECIPE.description = "Muhtemelen kimyasal madde depolamak için kullanılan kirli plastik bir kova."
|
||||
RECIPE.model = "models/props_junk/plasticbucket001a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_plastic_bucket"] = 1}
|
||||
RECIPE.result = {["comp_plastic"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 30}, -- full xp
|
||||
{level = 10, exp = 15}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_plasticcrate"
|
||||
RECIPE.name = "Parçala: Plastik Kap"
|
||||
RECIPE.description = "Plastik bir kap. Senin için pek bir değeri yok."
|
||||
RECIPE.model = "models/props_junk/PlasticCrate01a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_plasticcrate"] = 1}
|
||||
RECIPE.result = {["comp_plastic"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 30}, -- full xp
|
||||
{level = 10, exp = 15}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_plantpot"
|
||||
RECIPE.name = "Parçala: Bitki Saksısı"
|
||||
RECIPE.description = "Dikim ve bahçe işleri için kullanılan bir saksı. Hiçbir faydası yok."
|
||||
RECIPE.model = "models/props_junk/terracotta01.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_plantpot"] = 1}
|
||||
RECIPE.result = {["comp_crafting_water"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_pipe"
|
||||
RECIPE.name = "Parçala: Dayanıksız Metal Boru"
|
||||
RECIPE.description = "Çürük bir metal boru. Silah olarak pek kullanışlı değil."
|
||||
RECIPE.model = "models/props_canal/mattpipe.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_pipe"] = 1}
|
||||
RECIPE.result = {["comp_scrap"] = 4}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 50}, -- full xp
|
||||
{level = 20, exp = 25}, -- half xp
|
||||
{level = 30, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_paintcan"
|
||||
RECIPE.name = "Parçala: Boş Boya Kutusu"
|
||||
RECIPE.description = "Boş bir boya kutusu. Senin için işe yaramaz."
|
||||
RECIPE.model = "models/props_junk/metal_paintcan001b.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_paintcan"] = 1}
|
||||
RECIPE.result = {["comp_plastic"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_mug"
|
||||
RECIPE.name = "Parçala: Boş Kupa"
|
||||
RECIPE.description = "İçinde hiçbir şey olmayan plastik bir kupa."
|
||||
RECIPE.model = "models/props_junk/garbage_coffeemug001a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_mug"] = 1}
|
||||
RECIPE.result = {["comp_plastic"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 20}, -- full xp
|
||||
{level = 10, exp = 10}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_pc_monitor"
|
||||
RECIPE.name = "Parçala: Bilgisayar Monitörü"
|
||||
RECIPE.description = "Bu cihaz için birçok plan vardı, ne yazık ki hiçbir zaman gerçekleşmedi."
|
||||
RECIPE.model = "models/props_lab/monitor01a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["junk_pc_monitor"] = 1}
|
||||
RECIPE.result = {["comp_plastic"] = 2, ["comp_electronics"] = 1, ["comp_scrap"] = 2, ["comp_screws"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 100}, -- full xp
|
||||
{level = 20, exp = 50}, -- half xp
|
||||
{level = 30, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_lamp"
|
||||
RECIPE.name = "Parçala: Kırık Lamba"
|
||||
RECIPE.description = "Kırık ve işe yaramaz olan bu lamba artık pek bir amaca hizmet etmiyor."
|
||||
RECIPE.model = "models/props_lab/desklamp01.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["junk_lamp"] = 1}
|
||||
RECIPE.result = {["comp_plastic"] = 2, ["comp_screws"] = 1, ["comp_scrap"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_keyboard"
|
||||
RECIPE.name = "Parçala: Kırık Klavye"
|
||||
RECIPE.description = "Neredeyse hiçbir değeri olmayan kırık bir klavye."
|
||||
RECIPE.model = "models/props_c17/computer01_keyboard.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["junk_keyboard"] = 1}
|
||||
RECIPE.result = {["comp_electronics"] = 1, ["comp_plastic"] = 2, ["comp_scrap"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_jug"
|
||||
RECIPE.name = "Parçala: Boş Plastik Sürahi"
|
||||
RECIPE.description = "Boş plastik sürahi, iyi bir temizliğe ihtiyacı var."
|
||||
RECIPE.model = "models/props_junk/garbage_milkcarton001a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_jug"] = 1}
|
||||
RECIPE.result = {["comp_plastic"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 20}, -- full xp
|
||||
{level = 10, exp = 10}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_junk_jar"
|
||||
RECIPE.name = "Parçala: Boş Kavanoz"
|
||||
RECIPE.description = "Reçel ya da benzeri bir şey koymak için uygun boş bir kavanoz. İşe yaramaz."
|
||||
RECIPE.model = "models/props_lab/jar01b.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_jar"] = 1}
|
||||
RECIPE.result = {["comp_plastic"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 20}, -- full xp
|
||||
{level = 10, exp = 10}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_junk_empty_bottle"
|
||||
RECIPE.name = "Parçala: Boş Şişe"
|
||||
RECIPE.description = "Boş bir şişeyi parçalayın."
|
||||
RECIPE.model = "models/willardnetworks/food/bourbon.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_empty_bottle"] = 1}
|
||||
RECIPE.result = {["comp_crafting_water"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 20}, -- full xp
|
||||
{level = 10, exp = 10}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_junk_fruitjuice"
|
||||
RECIPE.name = "Parçala: Boş Meyve Suyu Kartonu"
|
||||
RECIPE.description = "Boş bir plastik meyve suyu kutusunu parçalayın."
|
||||
RECIPE.model = "models/props_junk/garbage_plasticbottle003a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_empty_fruitjuice"] = 1}
|
||||
RECIPE.result = {["comp_plastic"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 20}, -- full xp
|
||||
{level = 10, exp = 10}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_junk_emptyvial"
|
||||
RECIPE.name = "Parçala: Boş Sağlık Şişesi"
|
||||
RECIPE.description = "Boş bir sağlık şişesini parçalayın."
|
||||
RECIPE.model = "models/willardnetworks/syringeemptyy.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_emptyvial"] = 1}
|
||||
RECIPE.result = {["comp_crafting_water"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 20}, -- full xp
|
||||
{level = 10, exp = 10}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_junk_gear"
|
||||
RECIPE.name = "Parçala: Metal Dişli"
|
||||
RECIPE.description = "Bir zamanlar değerli bir şey için uygun olan metalik ekipman parçası. Artık değersiz."
|
||||
RECIPE.model = "models/props_wasteland/gear02.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["junk_gear"] = 1}
|
||||
RECIPE.result = {["comp_scrap"] = 3}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 40}, -- full xp
|
||||
{level = 20, exp = 20}, -- half xp
|
||||
{level = 30, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_gascan"
|
||||
RECIPE.name = "Parçala: Boş Benzin Bidonu"
|
||||
RECIPE.description = "Yakıt veya benzeri bir şey taşımak için kullanılan boş bir gaz kutusu. Boş."
|
||||
RECIPE.model = "models/props_junk/metalgascan.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["junk_gascan"] = 1}
|
||||
RECIPE.result = {["comp_scrap"] = 3}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_fridge_door"
|
||||
RECIPE.name = "Parçala: Buzdolabı Kapağı"
|
||||
RECIPE.description = "Bir zamanlar buzdolabına takılı olan kırık bir kapı. Ağır ve soğuk."
|
||||
RECIPE.model = "models/props_interiors/refrigeratordoor02a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["junk_fridgedoor"] = 1}
|
||||
RECIPE.result = {["comp_scrap"] = 4, ["comp_screws"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 100}, -- full xp
|
||||
{level = 30, exp = 50}, -- half xp
|
||||
{level = 40, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_frame"
|
||||
RECIPE.name = "Parçala: Ahşap Çerçeve"
|
||||
RECIPE.description = "Ahşap çerçeveler. Muhtemelen pencere takmak için kullanılmış. İşe yaramaz."
|
||||
RECIPE.model = "models/props_c17/frame002a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_frame"] = 1}
|
||||
RECIPE.result = {["comp_wood"] = 1, ["comp_screws"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 30}, -- full xp
|
||||
{level = 10, exp = 15}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_tattered_drawer"
|
||||
RECIPE.name = "Parçala: Parçalanmış Çekmece"
|
||||
RECIPE.description = "Kısa bir süre önce birinin evine aitti."
|
||||
RECIPE.model = "models/props_c17/FurnitureDrawer001a_Chunk01.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_tattered_drawer"] = 1}
|
||||
RECIPE.result = {["comp_wood"] = 2, ["comp_screws"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_doll"
|
||||
RECIPE.name = "Parçala: Eskimiş Oyuncak Bebek"
|
||||
RECIPE.description = "Çoktan unutulmuş bir nesilden kalma eski, harap bir oyuncak bebek."
|
||||
RECIPE.model = "models/props_c17/doll01.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_doll"] = 1}
|
||||
RECIPE.result = {["comp_plastic"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 20}, -- full xp
|
||||
{level = 10, exp = 10}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_coffeecup"
|
||||
RECIPE.name = "Parçala: Boş Kahve Fincanı"
|
||||
RECIPE.description = "Boş bir plastik kahve fincanı."
|
||||
RECIPE.model = "models/willardnetworks/food/coffee.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_coffeecup"] = 1}
|
||||
RECIPE.result = {["comp_plastic"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 20}, -- full xp
|
||||
{level = 10, exp = 10}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_computerparts"
|
||||
RECIPE.name = "Parçala: Bilgisayar Parçaları"
|
||||
RECIPE.description = "2000'lerin başındaki bilgisayarlar için eski savaş öncesi parçalar. Pek etkileyici değil."
|
||||
RECIPE.model = "models/props_lab/harddrive01.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["junk_computerparts"] = 1}
|
||||
RECIPE.result = {["comp_electronics"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 70}, -- full xp
|
||||
{level = 10, exp = 35}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_computer_tower"
|
||||
RECIPE.name = "Parçala: Kırık Bilgisayar"
|
||||
RECIPE.description = "Tekrar çalıştırılması veya kaynaklar için sökülmesi mümkün olmalıdır."
|
||||
RECIPE.model = "models/props_lab/harddrive01.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["junk_computer_tower"] = 1}
|
||||
RECIPE.result = {["comp_electronics"] = 2, ["comp_scrap"] = 3}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 100}, -- full xp
|
||||
{level = 20, exp = 50}, -- half xp
|
||||
{level = 30, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_clock"
|
||||
RECIPE.name = "Parçala: Eski Masa Saati"
|
||||
RECIPE.description = "...Zaman, gerçekten yine o zaman mı?"
|
||||
RECIPE.model = "models/props_combine/breenclock.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_clock"] = 1}
|
||||
RECIPE.result = {["comp_wood"] = 2, ["comp_electronics"] = 1, ["comp_screws"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 50}, -- full xp
|
||||
{level = 20, exp = 25}, -- half xp
|
||||
{level = 30, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_carton"
|
||||
RECIPE.name = "Parçala: Boş Süt Kartonu"
|
||||
RECIPE.description = "Küçük plastik bir karton. Muhtemelen sıvı formda bir şey taşıyordu."
|
||||
RECIPE.model = "models/props_junk/garbage_milkcarton002a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_carton"] = 1}
|
||||
RECIPE.result = {["comp_cloth"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 25}, -- full xp
|
||||
{level = 10, exp = 12}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_cardboard"
|
||||
RECIPE.name = "Parçala: Karton Kutu"
|
||||
RECIPE.description = "Tüketici ürünlerini taşımak için kullanılan bir karton kutu. Boş."
|
||||
RECIPE.model = "models/props_junk/cardboard_box003a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_cardboard"] = 1}
|
||||
RECIPE.result = {["comp_cloth"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 30}, -- full xp
|
||||
{level = 10, exp = 15}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_junk_bucket"
|
||||
RECIPE.name = "Parçala: Kova"
|
||||
RECIPE.description = "İçinde küçük eşyalar taşımak için kullanılan metal bir kova."
|
||||
RECIPE.model = "models/props_junk/MetalBucket01a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_bucket"] = 1}
|
||||
RECIPE.result = {["comp_scrap"] = 3}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 25}, -- full xp
|
||||
{level = 10, exp = 12}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_junk_empty_can"
|
||||
RECIPE.name = "Parçala: Boş Metal Kutu"
|
||||
RECIPE.description = "Metal bir kutuyu geri dönüştürün."
|
||||
RECIPE.model = "models/willardnetworks/food/bobdrinks_can.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_empty_can"] = 1}
|
||||
RECIPE.result = {["comp_plastic"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 20}, -- full xp
|
||||
{level = 10, exp = 10}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_junk_biolock"
|
||||
RECIPE.name = "Parçala: Kırık Biyokilit"
|
||||
RECIPE.description = "Kırılmış bir biyokilit. Ne utanç verici."
|
||||
RECIPE.model = "models/willardnetworks/props_combine/wn_combine_lock.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["trash_biolock"] = 1}
|
||||
RECIPE.result = {["comp_scrap"] = 4, ["comp_electronics"] = 2, ["comp_screws"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 20}, -- full xp
|
||||
{level = 10, exp = 10}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_junk_cigarettepack"
|
||||
RECIPE.name = "Parçala: Sigara Paketi"
|
||||
RECIPE.description = "Sigara paketini parçalayın ve temel bileşenlerine ayırın."
|
||||
RECIPE.model = "models/willardnetworks/cigarettes/cigarette_pack.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["ciggie_pack"] = 1}
|
||||
RECIPE.result = {["comp_cloth"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 20}, -- full xp
|
||||
{level = 10, exp = 10}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_junk_plushie"
|
||||
RECIPE.name = "Parçala: Kaplumbağa Peluş"
|
||||
RECIPE.description = "Yumuşak bir Peluş Kaplumbağa, hiçbir amaca hizmet etmiyor ama varlığı biliniyor. Üzerinde 'Mullin'.... yazan küçük bir etiket iliştirilmiş. Ne kadar tuhaf."
|
||||
RECIPE.model = "models/willardnetworks/skills/turtle.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.ingredients = {["junk_turtle"] = 1}
|
||||
RECIPE.result = {["comp_cloth"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 20}, -- full xp
|
||||
{level = 10, exp = 10}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_junk_battery"
|
||||
RECIPE.name = "Parçala: Araba Aküsü"
|
||||
RECIPE.description = "Eski dünyadan eski bir araba aküsü."
|
||||
RECIPE.model = "models/Items/car_battery01.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Çöp"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["junk_battery"] = 1}
|
||||
RECIPE.result = {["comp_scrap"] = 2, ["comp_chemicals"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 120}, -- full xp
|
||||
{level = 30, exp = 60}, -- half xp
|
||||
{level = 40, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,190 @@
|
||||
--[[
|
||||
| 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 = "break_kitchenspoon"
|
||||
RECIPE.name = "Parçala: Mutfak Kaşığı"
|
||||
RECIPE.description = "Bu aracı temel bileşenlerine ayırın.+"
|
||||
RECIPE.model = "models/willardnetworks/skills/kitchenspoon.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Aletler"
|
||||
RECIPE.tool = "tool_wrench"
|
||||
RECIPE.ingredients = {["tool_spoon"] = 1}
|
||||
RECIPE.result = {["comp_plastic"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_suitcase"
|
||||
RECIPE.name = "Parçala: Bavul"
|
||||
RECIPE.description = "Bavulu temel bileşenlerine ayırın."
|
||||
RECIPE.model = "models/weapons/w_suitcase_passenger.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Aletler"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["suitcase"] = 1}
|
||||
RECIPE.result = {["comp_cloth"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_fryingpan"
|
||||
RECIPE.name = "Parçala: Kızartma Tavası"
|
||||
RECIPE.description = "Bu aracı temel bileşenlerine ayırın."
|
||||
RECIPE.model = "models/props_c17/metalPot002a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Aletler"
|
||||
RECIPE.tool = "tool_wrench"
|
||||
RECIPE.ingredients = {["tool_fryingpan"] = 1}
|
||||
RECIPE.result = {["comp_scrap"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_kitchenknife"
|
||||
RECIPE.name = "Parçala: Mutfak Bıçağı"
|
||||
RECIPE.description = "Bu aracı temel bileşenlerine ayırın."
|
||||
RECIPE.model = "models/willardnetworks/skills/kitchenknife.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Aletler"
|
||||
RECIPE.tool = "tool_wrench"
|
||||
RECIPE.ingredients = {["tool_knife"] = 1}
|
||||
RECIPE.result = {["comp_scrap"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_flashlight"
|
||||
RECIPE.name = "Parçala: Fener"
|
||||
RECIPE.description = "Bu aracı temel bileşenlerine ayırın."
|
||||
RECIPE.model = "models/willardnetworks/skills/flashlight.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Aletler"
|
||||
RECIPE.tool = "tool_wrench"
|
||||
RECIPE.ingredients = {["flashlight"] = 1}
|
||||
RECIPE.result = {["comp_electronics"] = 1}
|
||||
RECIPE.hidden = true
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_requestdevice"
|
||||
RECIPE.name = "Parçala: Talep Cihazı"
|
||||
RECIPE.description = "Elektronik aksamı için Combine talep cihazını parçalayın."
|
||||
RECIPE.model = "models/gibs/shield_scanner_gib1.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Aletler"
|
||||
RECIPE.tool = "tool_wrench"
|
||||
RECIPE.ingredients = {["request_device"] = 1}
|
||||
RECIPE.result = {["comp_electronics"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_scissors"
|
||||
RECIPE.name = "Parçala: Makas"
|
||||
RECIPE.description = "Bu aracı temel bileşenlerine ayırın."
|
||||
RECIPE.model = "models/willardnetworks/skills/scissors.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Aletler"
|
||||
RECIPE.tool = "tool_wrench"
|
||||
RECIPE.ingredients = {["tool_scissors"] = 1}
|
||||
RECIPE.result = {["comp_plastic"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_cookingpot"
|
||||
RECIPE.name = "Parçala: Pişirme Tenceresi"
|
||||
RECIPE.description = "Bu aracı temel bileşenlerine ayırın."
|
||||
RECIPE.model = "models/props_c17/metalPot001a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Aletler"
|
||||
RECIPE.tool = "tool_wrench"
|
||||
RECIPE.ingredients = {["tool_cookingpot"] = 1}
|
||||
RECIPE.result = {["comp_scrap"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_kettle"
|
||||
RECIPE.name = "Parçala: Su Isıtıcısı"
|
||||
RECIPE.description = "Bu aracı temel bileşenlerine ayırın."
|
||||
RECIPE.model = "models/props_interiors/pot01a.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Aletler"
|
||||
RECIPE.tool = "tool_wrench"
|
||||
RECIPE.ingredients = {["tool_kettle"] = 1}
|
||||
RECIPE.result = {["comp_scrap"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
@@ -0,0 +1,124 @@
|
||||
--[[
|
||||
| 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_ammo_357"
|
||||
RECIPE.name = "357 Mermi"
|
||||
RECIPE.description = "Altıpatlar için 357 mermi."
|
||||
RECIPE.model = "models/items/357ammo.mdl"
|
||||
RECIPE.category = "Mermi"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 2, ["comp_alcohol"] = 2}
|
||||
RECIPE.result = {["bullets_357"] = 18}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 15, exp = 150}, -- full xp
|
||||
{level = 20, exp = 75}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_ammo_sniper"
|
||||
RECIPE.name = "Keskin Nişancı Mermileri"
|
||||
RECIPE.description = "Bir keskin nişancı için gevşek keskin nişancı mermileri."
|
||||
RECIPE.model = "models/items/sniper_round_box.mdl"
|
||||
RECIPE.category = "Mermi"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 2, ["comp_alcohol"] = 2, ["comp_explosive"] = 1}
|
||||
RECIPE.result = {["bullets_sniper"] = 15}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 35, exp = 200}, -- full xp
|
||||
{level = 40, exp = 100}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_ammo_smg"
|
||||
RECIPE.name = "SMG Mermileri"
|
||||
RECIPE.description = "Hafif makineli tüfekler için gevşek mermiler."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Mermi"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 2, ["comp_alcohol"] = 2}
|
||||
RECIPE.result = {["bullets_smg1"] = 60}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 150}, -- full xp
|
||||
{level = 25, exp = 75}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_ammo_arifle"
|
||||
RECIPE.name = "Taaruz Tüfeği Mermisi"
|
||||
RECIPE.description = "Loose Tüfek Mermisi"
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Mermi"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 2, ["comp_alcohol"] = 3,}
|
||||
RECIPE.result = {["bullets_assaultrifle"] = 60}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 25
|
||||
RECIPE.experience = {
|
||||
{level = 25, exp = 100}, -- full xp
|
||||
{level = 30, exp = 50}, -- half xp
|
||||
{level = 40, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_ammo_pistol"
|
||||
RECIPE.name = "9mm Tabanca Mermileri"
|
||||
RECIPE.description = "Tabanca mermileri."
|
||||
RECIPE.model = "models/items/boxsrounds.mdl"
|
||||
RECIPE.category = "Mermi"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 1, ["comp_alcohol"] = 1}
|
||||
RECIPE.result = {["bullets_pistol"] = 60}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 100}, -- full xp
|
||||
{level = 15, exp = 50}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_ammo_buckshot"
|
||||
RECIPE.name = "Saçma Mermisi"
|
||||
RECIPE.description = "Hurda bir karton kutu içinde bir yığın av tüfeği fişeği."
|
||||
RECIPE.model = "models/Items/BoxBuckshot.mdl"
|
||||
RECIPE.category = "Mermi"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 1, ["comp_alcohol"] = 2, ["comp_explosive"] = 1}
|
||||
RECIPE.result = {["bullets_buckshot"] = 24}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 25
|
||||
RECIPE.experience = {
|
||||
{level = 25, exp = 100}, -- full xp
|
||||
{level = 30, exp = 50}, -- half xp
|
||||
{level = 40, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,356 @@
|
||||
--[[
|
||||
| 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_armor_blue_kevlar"
|
||||
RECIPE.name = "Mavi Işık Kevlar Üniforması"
|
||||
RECIPE.description = "İyi bir zırh sağlayan kevlarlı mavi bir üst. Genellikle direniş figürleri tarafından giyilir."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/torso_rebel_torso_2.mdl"
|
||||
RECIPE.category = "Zırh"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["torso_blue_rebel_uniform"] = 1, ["comp_adhesive"] = 1, ["comp_iron"] = 4, ["comp_rivbolts"] = 1}
|
||||
RECIPE.result = {["torso_blue_kevlar"] = 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 = 45, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_armor_green_kevlar"
|
||||
RECIPE.name = "Yeşil Işık Kevlar Üniforması"
|
||||
RECIPE.description = "İyi bir zırh sunan, kevlarlı yeşil bir üstlük. Genellikle direniş figürleri tarafından giyilir."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/torso_rebel_torso_1.mdl"
|
||||
RECIPE.category = "Zırh"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["torso_green_rebel_uniform"] = 1, ["comp_adhesive"] = 1, ["comp_iron"] = 4, ["comp_rivbolts"] = 1}
|
||||
RECIPE.result = {["torso_green_kevlar"] = 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 = 45, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_armor_medical_kevlar"
|
||||
RECIPE.name = "Tıbbi Hafif Kevlar Üniforma"
|
||||
RECIPE.description = "İyi bir zırh sağlayan kevlarlı bir tıbbi üstlük. Genellikle direniş sağlıkçıları tarafından giyilir."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/torso_rebel_medic.mdl"
|
||||
RECIPE.category = "Zırh"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["torso_medical_rebel_uniform"] = 1, ["comp_adhesive"] = 1, ["comp_iron"] = 4, ["comp_rivbolts"] = 1}
|
||||
RECIPE.result = {["torso_medical_kevlar"] = 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 = 45, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_c8_com_rebel"
|
||||
RECIPE.name = "C8 Command Unit suit paintjob"
|
||||
RECIPE.description = "A Civil Protection suit that's been painted to easily identify someone as a resistance fighter."
|
||||
RECIPE.model = "models/wn7new/metropolice_c8/cpuniform.mdl"
|
||||
RECIPE.category = "Zırh"
|
||||
RECIPE.ingredients = {["uniform_c8_com"] = 1, ["comp_fabric"] = 1, ["comp_iron"] = 1}
|
||||
RECIPE.result = {["uniform_cp_riot_rebel"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 40, exp = 100}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_c8_cp_rebel"
|
||||
RECIPE.name = "C8 CP suit paintjob"
|
||||
RECIPE.description = "A Civil Protection suit that's been painted to easily identify someone as a resistance fighter."
|
||||
RECIPE.model = "models/wn7new/metropolice_c8/cpuniform.mdl"
|
||||
RECIPE.category = "Zırh"
|
||||
RECIPE.ingredients = {["uniform_c8_cp"] = 1, ["comp_fabric"] = 1, ["comp_iron"] = 1}
|
||||
RECIPE.result = {["uniform_cp_rebel"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 40, exp = 100}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_c8_cpt_rebel"
|
||||
RECIPE.name = "C8 CPT suit paintjob"
|
||||
RECIPE.description = "A Civil Protection suit that's been painted to easily identify someone as a resistance fighter."
|
||||
RECIPE.model = "models/wn7new/metropolice_c8/cpuniform.mdl"
|
||||
RECIPE.category = "Zırh"
|
||||
RECIPE.ingredients = {["uniform_c8_cpt"] = 1, ["comp_fabric"] = 1, ["comp_iron"] = 1}
|
||||
RECIPE.result = {["uniform_cp_riot_rebel"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 40, exp = 100}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_c8_riot_rebel"
|
||||
RECIPE.name = "C8 riot suit paintjob"
|
||||
RECIPE.description = "A Civil Protection suit that's been painted to easily identify someone as a resistance fighter."
|
||||
RECIPE.model = "models/wn7new/metropolice_c8/cpuniform.mdl"
|
||||
RECIPE.category = "Zırh"
|
||||
RECIPE.ingredients = {["uniform_c8_riot"] = 1, ["comp_fabric"] = 1, ["comp_iron"] = 1}
|
||||
RECIPE.result = {["uniform_cp_riot_rebel"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 40, exp = 100}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_c8_rl_rebel"
|
||||
RECIPE.name = "C8 RL suit paintjob"
|
||||
RECIPE.description = "A Civil Protection suit that's been painted to easily identify someone as a resistance fighter."
|
||||
RECIPE.model = "models/wn7new/metropolice_c8/cpuniform.mdl"
|
||||
RECIPE.category = "Zırh"
|
||||
RECIPE.ingredients = {["uniform_c8_rl"] = 1, ["comp_fabric"] = 1, ["comp_iron"] = 1}
|
||||
RECIPE.result = {["uniform_cp_riot_rebel"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 40, exp = 100}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_c24_com_rebel"
|
||||
RECIPE.name = "C24 Medium Command Unit suit paintjob"
|
||||
RECIPE.description = "A Civil Protection suit that's been painted to easily identify someone as a resistance fighter."
|
||||
RECIPE.model = "models/wn7new/metropolice_c8/cpuniform.mdl"
|
||||
RECIPE.category = "Zırh"
|
||||
RECIPE.ingredients = {["uniform_com"] = 1, ["comp_fabric"] = 1, ["comp_iron"] = 1}
|
||||
RECIPE.result = {["uniform_cp_riot_rebel"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 40, exp = 100}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_c24_com_rebel2"
|
||||
RECIPE.name = "C24 Light Command Unit suit paintjob"
|
||||
RECIPE.description = "A Civil Protection suit that's been painted to easily identify someone as a resistance fighter."
|
||||
RECIPE.model = "models/wn7new/metropolice_c8/cpuniform.mdl"
|
||||
RECIPE.category = "Zırh"
|
||||
RECIPE.ingredients = {["uniform_cp_com"] = 1, ["comp_fabric"] = 1, ["comp_iron"] = 1}
|
||||
RECIPE.result = {["uniform_cp_riot_rebel"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 40, exp = 100}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_c24_riot_rebel"
|
||||
RECIPE.name = "C24 Riot suit paintjob"
|
||||
RECIPE.description = "A Civil Protection suit that's been painted to easily identify someone as a resistance fighter."
|
||||
RECIPE.model = "models/wn7new/metropolice_c8/cpuniform.mdl"
|
||||
RECIPE.category = "Zırh"
|
||||
RECIPE.ingredients = {["uniform_cp_riot"] = 1, ["comp_fabric"] = 1, ["comp_iron"] = 1}
|
||||
RECIPE.result = {["uniform_cp_riot_rebel"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 40, exp = 100}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_c24_cp_rebel"
|
||||
RECIPE.name = "C24 CP suit paintjob"
|
||||
RECIPE.description = "A Civil Protection suit that's been painted to easily identify someone as a resistance fighter."
|
||||
RECIPE.model = "models/wn7new/metropolice_c8/cpuniform.mdl"
|
||||
RECIPE.category = "Zırh"
|
||||
RECIPE.ingredients = {["uniform_cp"] = 1, ["comp_fabric"] = 1, ["comp_iron"] = 1}
|
||||
RECIPE.result = {["uniform_cp_rebel"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 40, exp = 100}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mask_com_rebel"
|
||||
RECIPE.name = "Command Unit Mask salvaging"
|
||||
RECIPE.description = "A Civil Protection mask that's been salvaged and painted to easily identify someone as a resistance fighter."
|
||||
RECIPE.model = "models/wn7new/metropolice/n7_cp_gasmask7.mdl"
|
||||
RECIPE.category = "Zırh"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_stitched_cloth"] = 1, ["mask_com"] = 1}
|
||||
RECIPE.result = {["mask_com_rebel"] = 1, ["comp_electronics"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 40, exp = 100}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mask_cp_rebel"
|
||||
RECIPE.name = "CP Mask salvaging"
|
||||
RECIPE.description = "A Civil Protection mask that's been salvaged and painted to easily identify someone as a resistance fighter."
|
||||
RECIPE.model = "models/wn7new/metropolice/n7_cp_gasmask1.mdl"
|
||||
RECIPE.category = "Zırh"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_stitched_cloth"] = 1, ["mask_cp"] = 1}
|
||||
RECIPE.result = {["mask_cp_rebel"] = 1, ["comp_electronics"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 40, exp = 100}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mask_ota_rebel"
|
||||
RECIPE.name = "OTA Mask salvaging"
|
||||
RECIPE.description = "A OTA mask that's been salvaged and painted to easily identify someone as a resistance fighter."
|
||||
RECIPE.model = "models/wn7new/metropolice/n7_cp_gasmask4.mdl"
|
||||
RECIPE.category = "Zırh"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_stitched_cloth"] = 1, ["mask_ota"] = 1, }
|
||||
RECIPE.result = {["mask_ota_rebel"] = 1, ["comp_electronics"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 40, exp = 100}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_cpt_rebel"
|
||||
RECIPE.name = "CPT suit paintjob"
|
||||
RECIPE.description = "A Civil Protection suit that's been painted to easily identify someone as a resistance fighter."
|
||||
RECIPE.model = "models/wn7new/metropolice_c8/cpuniform.mdl"
|
||||
RECIPE.category = "Zırh"
|
||||
RECIPE.ingredients = {["uniform_ofc"] = 1, ["comp_fabric"] = 1, ["comp_iron"] = 1}
|
||||
RECIPE.result = {["uniform_cp_riot_rebel"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 40, exp = 100}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_repair_cp_rebel"
|
||||
RECIPE.name = "CP Uniform Repair"
|
||||
RECIPE.description = "A Civil Protection suit that's been repaired and painted to easily identify someone as a resistance fighter."
|
||||
RECIPE.model = "models/wn7new/metropolice_c8/cpuniform.mdl"
|
||||
RECIPE.category = "Zırh"
|
||||
RECIPE.ingredients = {["broken_cpuniform"] = 1, ["comp_adhesive"] = 1, ["comp_steel"] = 2, ["comp_rivbolts"] = 1}
|
||||
RECIPE.result = {["uniform_cp_rebel"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 40, exp = 100}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,57 @@
|
||||
--[[
|
||||
| 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_cigarette"
|
||||
RECIPE.name = "Sigara paketini doldur"
|
||||
RECIPE.description = "Elinde boş bir sigara paketi varsa doldurabilirsin."
|
||||
RECIPE.model = "models/willardnetworks/cigarettes/cigarette_pack_1.mdl"
|
||||
RECIPE.category = "Sigara"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["ciggie_pack"] = 1, ["comp_cloth"] = 1}
|
||||
RECIPE.result = {["ciggie_pack"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 15}, -- full xp
|
||||
{level = 10, exp = 10}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
function RECIPE:PlayerCraftRecipe(client)
|
||||
local character = client:GetCharacter()
|
||||
local inventory = character:GetInventory()
|
||||
|
||||
-- Take all the ingredients
|
||||
for ingredient, amount in pairs(self.ingredients) do
|
||||
for _ = 1, amount do
|
||||
local item = inventory:HasItem(ingredient)
|
||||
|
||||
if (item) then
|
||||
if (item.uniqueID == "ciggie_pack") then
|
||||
item:SetData("relabeled", true)
|
||||
else
|
||||
item:Remove()
|
||||
end
|
||||
else
|
||||
break
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
-- Set the player's next crafting time
|
||||
client.ixNextCraftTime = CurTime() + 2
|
||||
netstream.Start("CraftTime", client.ixNextCraftTime)
|
||||
|
||||
character:DoAction("recipe_" .. self.uniqueID)
|
||||
end
|
||||
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,334 @@
|
||||
--[[
|
||||
| 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_legs_padded_blue"
|
||||
RECIPE.name = "Mavi Yastıklı Pantolon"
|
||||
RECIPE.description = "A pair of padded blue pants, often worn by resistance figures."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/legs_rebel2.mdl"
|
||||
RECIPE.category = "Direniş Kıyafetleri"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["legs_blue_pants"] = 1, ["comp_adhesive"] = 1, ["comp_stitched_cloth"] = 2}
|
||||
RECIPE.result = {["legs_blue_padded_pants"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 140}, -- full xp
|
||||
{level = 20, exp = 70}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_legs_padded_black"
|
||||
RECIPE.name = "Siyah Yastıklı Pantolon"
|
||||
RECIPE.description = "Genellikle direniş figürleri tarafından giyilen bir çift yastıklı siyah pantolon."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/legs_rebel3.mdl"
|
||||
RECIPE.category = "Direniş Kıyafetleri"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["legs_civilian_black"] = 1, ["comp_adhesive"] = 1, ["comp_stitched_cloth"] = 2}
|
||||
RECIPE.result = {["legs_black_padded_pants"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 140}, -- full xp
|
||||
{level = 20, exp = 70}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_legs_padded_green"
|
||||
RECIPE.name = "Yeşil Yastıklı Pantolon"
|
||||
RECIPE.description = "Genellikle direniş figürleri tarafından giyilen bir çift dolgulu yeşil pantolon."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/legs_rebel1.mdl"
|
||||
RECIPE.category = "Direniş Kıyafetleri"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["legs_civilian_green"] = 1, ["comp_adhesive"] = 1, ["comp_stitched_cloth"] = 2}
|
||||
RECIPE.result = {["legs_green_padded_pants"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 140}, -- full xp
|
||||
{level = 20, exp = 70}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_torso_uniform_green"
|
||||
RECIPE.name = "Yeşil Direniş Üniforması"
|
||||
RECIPE.description = "Kayışları olan yeşil bir üst. Ayrıca rütbe işaretleri için mükemmel bir kol plakası vardır. Az miktarda zırh sağlar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/torso_rebel02.mdl"
|
||||
RECIPE.category = "Direniş Kıyafetleri"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["denim_green"] = 1, ["comp_fabric"] = 1, ["comp_adhesive"] = 2, ["comp_iron"] = 1}
|
||||
RECIPE.result = {["torso_green_rebel_uniform"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 15, exp = 120}, -- full xp
|
||||
{level = 25, exp = 60}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_torso_uniform_blue"
|
||||
RECIPE.name = "Mavi Direniş Üniforması"
|
||||
RECIPE.description = "Kayışları olan mavi bir üst. Ayrıca nişanlar için mükemmel bir kol plakası vardır. Az miktarda zırh sağlar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/torso_rebel01.mdl"
|
||||
RECIPE.category = "Direniş Kıyafetleri"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["denim_blue"] = 1, ["comp_fabric"] = 1, ["comp_adhesive"] = 2, ["comp_iron"] = 1}
|
||||
RECIPE.result = {["torso_blue_rebel_uniform"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 15, exp = 120}, -- full xp
|
||||
{level = 25, exp = 60}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_torso_uniform_medic"
|
||||
RECIPE.name = "Tıbbi Direniş Üniforması"
|
||||
RECIPE.description = "Kayışları olan tıbbi bir üstlük. Ayrıca rütbe işaretleri için mükemmel bir kol plakası vardır. Az miktarda zırh sağlar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/torso_rebelmedic.mdl"
|
||||
RECIPE.category = "Direniş Kıyafetleri"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["torso_medic_shirt"] = 1, ["comp_adhesive"] = 2, ["comp_iron"] = 1}
|
||||
RECIPE.result = {["torso_medical_rebel_uniform"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 15, exp = 120}, -- full xp
|
||||
{level = 25, exp = 60}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_head_helmet"
|
||||
RECIPE.name = "Kask"
|
||||
RECIPE.description = "Metal bir kask. Başınızı düşen nesnelerden ve şarapnel parçalarından korur."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_helmet.mdl"
|
||||
RECIPE.category = "Direniş Kıyafetleri"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_iron"] = 2, ["comp_rivbolts"] = 1}
|
||||
RECIPE.result = {["head_helmet"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 15, exp = 100}, -- full xp
|
||||
{level = 25, exp = 50}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_head_medichelmet"
|
||||
RECIPE.name = "Sıhhiye Kaskı"
|
||||
RECIPE.description = "Metal bir sıhhiye kaskı. Başınızı düşen nesnelerden ve şarapnel parçalarından korur."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_helmet_med.mdl"
|
||||
RECIPE.category = "Direniş Kıyafetleri"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_iron"] = 2, ["comp_rivbolts"] = 1}
|
||||
RECIPE.result = {["helmet_medic"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 15, exp = 100}, -- full xp
|
||||
{level = 25, exp = 50}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_head_beanie_blue"
|
||||
RECIPE.name = "Mavi Bere"
|
||||
RECIPE.description = "Mavi bir bere. Soğukta başınızı sıcak tutar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_beanie_update.mdl"
|
||||
RECIPE.category = "Direniş Kıyafetleri"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["comp_stitched_cloth"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["head_blue_beanie"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 100}, -- full XP
|
||||
{level = 10, exp = 50}, -- half XP
|
||||
{level = 20, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_head_beanie_green"
|
||||
RECIPE.name = "Yeşil Bere"
|
||||
RECIPE.description = "Yeşil bir bere. Soğukta başınızı sıcak tutar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_beanie_update.mdl"
|
||||
RECIPE.category = "Direniş Kıyafetleri"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["comp_stitched_cloth"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["head_green_beanie"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 100}, -- full XP
|
||||
{level = 10, exp = 50}, -- half XP
|
||||
{level = 20, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_head_beanie_red"
|
||||
RECIPE.name = "Kırmızı Bere"
|
||||
RECIPE.description = "Kırmızı bir bere. Soğukta başınızı sıcak tutar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_beanie_update.mdl"
|
||||
RECIPE.category = "Direniş Kıyafetleri"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["comp_stitched_cloth"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["beanie_red"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 100}, -- full XP
|
||||
{level = 10, exp = 50}, -- half XP
|
||||
{level = 20, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_head_beanie_brown"
|
||||
RECIPE.name = "Kahverengi Bere"
|
||||
RECIPE.description = "Kahverengi bir bere. Soğukta başınızı sıcak tutar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_beanie_update.mdl"
|
||||
RECIPE.category = "Direniş Kıyafetleri"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["comp_stitched_cloth"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["beanie_brown"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 100}, -- full XP
|
||||
{level = 10, exp = 50}, -- half XP
|
||||
{level = 20, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_head_beanie_grey"
|
||||
RECIPE.name = "Gri Bere"
|
||||
RECIPE.description = "Gri bir bere. Soğukta başınızı sıcak tutar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_beanie_update.mdl"
|
||||
RECIPE.category = "Direniş Kıyafetleri"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["comp_stitched_cloth"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["beanie_grey"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 100}, -- full XP
|
||||
{level = 10, exp = 50}, -- half XP
|
||||
{level = 20, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_head_beanie_bandana"
|
||||
RECIPE.name = "Bandana"
|
||||
RECIPE.description = "Başın alt yarısını saran kırmızı bir bandana. Sporlara karşı hafif bir koruma sağlar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_facewrap.mdl"
|
||||
RECIPE.category = "Direniş Kıyafetleri"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["comp_stitched_cloth"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["face_bandana"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 100}, -- full XP
|
||||
{level = 10, exp = 50}, -- half XP
|
||||
{level = 20, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_hands_tipless"
|
||||
RECIPE.name = "Parmaksız Eldivenler"
|
||||
RECIPE.description = "Parmak uçları olmayan bir çift siyah eldiven. Parmaklarınızı serbest bırakır."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/hands_glove_fingerless.mdl"
|
||||
RECIPE.category = "Direniş Kıyafetleri"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["hands_gloves"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["hands_tipless_gloves"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 60}, -- full XP
|
||||
{level = 10, exp = 30}, -- half XP
|
||||
{level = 20, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_torso_trenchcoat"
|
||||
RECIPE.name = "Kahverengi Trençkot (Zırhsız)"
|
||||
RECIPE.description = "A brown, worn trench coat. Keeps the rain off, somewhat..."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/torso_refugee_coat.mdl"
|
||||
RECIPE.category = "Direniş Kıyafetleri"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["buttoned_white"] = 1, ["comp_fabric"] = 2, ["comp_adhesive"] = 1, ["comp_iron"] = 2}
|
||||
RECIPE.result = {["overcoat_trench"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 150}, -- full xp
|
||||
{level = 30, exp = 100}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_torso_medic"
|
||||
RECIPE.name = "Sıhhiye Kıyafeti"
|
||||
RECIPE.description = "Kırmızı bir haç bandı dikilmiş beyaz düğmeli bir üst."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/torso_citizen_medic.mdl"
|
||||
RECIPE.category = "Direniş Kıyafetleri"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["buttoned_white"] = 1, ["comp_stitched_cloth"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.result = {["torso_medic_shirt"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 80}, -- full xp
|
||||
{level = 10, exp = 40}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
@@ -0,0 +1,223 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
-- Metal
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_comp_iron"
|
||||
RECIPE.name = "Demir"
|
||||
RECIPE.description = "Geri dönüştürülmüş metalden yapılmış demir. Eskisinden daha güçlü ve daha ağır."
|
||||
RECIPE.model = "models/gibs/scanner_gib02.mdl"
|
||||
RECIPE.category = "Bileşenler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_scrap"] = 4, ["comp_screws"] = 1}
|
||||
RECIPE.result = {["comp_iron"] = 1}
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 80}, -- full XP
|
||||
{level = 20, exp = 40}, -- half XP
|
||||
{level = 35, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_comp_steel"
|
||||
RECIPE.name = "Çelik"
|
||||
RECIPE.description = "Demirden yapılmış güçlendirilmiş metal levha. Son derece güçlü ve iyi yapılmış."
|
||||
RECIPE.model = "models/gibs/scanner_gib02.mdl"
|
||||
RECIPE.category = "Bileşenler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_iron"] = 4, ["comp_rivbolts"] = 1}
|
||||
RECIPE.result = {["comp_steel"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 25
|
||||
RECIPE.experience = {
|
||||
{level = 25, exp = 100}, -- full xp
|
||||
{level = 35, exp = 50}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
-- Plastic
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_comp_refined_plastic"
|
||||
RECIPE.name = "Plastik Levha"
|
||||
RECIPE.description = "Plastik levhalar. Plastik çöplerden üretilmiştir."
|
||||
RECIPE.model = "models/props_junk/garbage_bag001a.mdl"
|
||||
RECIPE.category = "Bileşenler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.ingredients = {["comp_plastic"] = 4, ["comp_screws"] = 1}
|
||||
RECIPE.result = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 100}, -- full XP
|
||||
{level = 20, exp = 50}, -- half XP
|
||||
{level = 35, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
-- Nails
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_comp_screws"
|
||||
RECIPE.name = "Vida Kutusu"
|
||||
RECIPE.description = "Çivi içeren bir kutu. Biraz paslı görünüyorlar."
|
||||
RECIPE.model = "models/willardnetworks/skills/screws.mdl"
|
||||
RECIPE.category = "Bileşenler"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.ingredients = {["comp_scrap"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.result = {["comp_screws"] = 1}
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 100}, -- full XP
|
||||
{level = 20, exp = 50}, -- half XP
|
||||
{level = 25, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_comp_rivbolts"
|
||||
RECIPE.name = "Vida Kutusu"
|
||||
RECIPE.description = "Deneyimli zanaatkarlar için kullanışlı bir kutu sağlam vida."
|
||||
RECIPE.model = "models/willardnetworks/skills/screws.mdl"
|
||||
RECIPE.category = "Bileşenler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_screws"] = 4, ["comp_iron"] = 1}
|
||||
RECIPE.result = {["comp_rivbolts"] = 1}
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 80}, -- full XP
|
||||
{level = 30, exp = 40}, -- half XP
|
||||
{level = 35, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
-- Cloth
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_comp_stitched_cloth"
|
||||
RECIPE.name = "Dikişli Kumaş"
|
||||
RECIPE.description = "Dikişli bir kumaş parçası. Eskisinden daha sert."
|
||||
RECIPE.model = "models/willardnetworks/skills/stitched_cloth.mdl"
|
||||
RECIPE.category = "Bileşenler"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.ingredients = {["comp_cloth"] = 4, ["comp_adhesive"] = 1}
|
||||
RECIPE.result = {["comp_stitched_cloth"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 100}, -- full XP
|
||||
{level = 10, exp = 50}, -- half XP
|
||||
{level = 15, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_comp_fabric"
|
||||
RECIPE.name = "Kumaş"
|
||||
RECIPE.description = "Bir parça kumaş. Oldukça yumuşak."
|
||||
RECIPE.model = "models/willardnetworks/skills/fabric.mdl"
|
||||
RECIPE.category = "Bileşenler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_stitched_cloth"] = 4, ["comp_adhesive"] = 2}
|
||||
RECIPE.result = {["comp_fabric"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 100}, -- full xp
|
||||
{level = 30, exp = 50}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
-- Weapons
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_comp_explosive_material"
|
||||
RECIPE.name = "Patlayıcı Bileşik"
|
||||
RECIPE.description = "Yumuşak patlayıcı bir bileşim. Şimdi patlayıcılarla oynamaya kalkma."
|
||||
RECIPE.model = "models/willardnetworks/skills/explosive_material.mdl"
|
||||
RECIPE.category = "Bileşenler"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 4, ["comp_adhesive"] = 1}
|
||||
RECIPE.result = {["comp_explosive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, 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_comp_weapon_parts"
|
||||
RECIPE.name = "Silah Parçaları"
|
||||
RECIPE.description = "Silah için metal parçalar."
|
||||
RECIPE.model = "models/willardnetworks/skills/weaponparts.mdl"
|
||||
RECIPE.category = "Bileşenler"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["comp_steel"] = 2, ["comp_rivbolts"] = 2, ["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["comp_weapon_parts"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 15, exp = 150}, -- full xp
|
||||
{level = 30, exp = 75}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
-- charcoal
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_charcoal"
|
||||
RECIPE.name = "Kömür Bloğu"
|
||||
RECIPE.description = "Bazı kimyasal katkı maddeleri ve ısı kullanarak odunu kömüre dönüştürmek."
|
||||
RECIPE.model = "models/willardnetworks/props/charcoal.mdl"
|
||||
RECIPE.category = "Bileşenler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.station = {"tool_oven", "tool_oven_rusty"}
|
||||
RECIPE.ingredients = {["comp_wood"] = 2, ["comp_chemcomp"] = 1}
|
||||
RECIPE.result = {["comp_charcoal"] = 1}
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 15, exp = 40}, -- full XP
|
||||
{level = 30, exp = 20}, -- half XP
|
||||
{level = 35, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_adhesive"
|
||||
RECIPE.name = "El Yapımı Yapıştırıcı"
|
||||
RECIPE.description = "Nesneleri birbirine yapıştırmak için bir Yapıştırıcı. Çok yapışkan."
|
||||
RECIPE.model = "models/willardnetworks/props/glue.mdl"
|
||||
RECIPE.category = "Bileşenler"
|
||||
RECIPE.ingredients = {["ing_flour"] = 1, ["ing_vinegar"] = 1}
|
||||
RECIPE.result = {["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 120}, -- full xp
|
||||
{level = 10, exp = 60}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,29 @@
|
||||
--[[
|
||||
| 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_dummy_emp"
|
||||
RECIPE.name = "Geliştirilmiş EMP Cihazı"
|
||||
RECIPE.description = "Elektronikleri devre dışı bırakmak için kullanılan tek kullanımlık küçük bir EMP cihazı. Artık Combine teknolojisinde de kullanılabilir - güç alanlarını 5 dakika, taretleri 10 dakika boyunca devre dışı bırakabilir ve tarayıcıları tamamen devre dışı bırakabilir."
|
||||
RECIPE.model = "models/Items/car_battery01.mdl"
|
||||
RECIPE.category = "RP Eşyaları"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_steel"] = 3, ["comp_screws"] = 2, ["comp_refined_plastic"] = 2, ["comp_electronics"] = 6}
|
||||
RECIPE.result = {["dummy_emp"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 30
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 150}, -- full xp
|
||||
{level = 45, exp = 75}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,143 @@
|
||||
--[[
|
||||
| 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()
|
||||
@@ -0,0 +1,114 @@
|
||||
--[[
|
||||
| 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_water_bucket_water"
|
||||
RECIPE.name = "Sulama Kabı (Dolu)"
|
||||
RECIPE.description = "Sulama Kabınızı biraz su ile doldurur."
|
||||
RECIPE.model = "models/props_junk/metalgascan.mdl"
|
||||
RECIPE.category = "Çiftçilik"
|
||||
RECIPE.ingredients = {["water_bucket"] = 1, ["crafting_water"] = 1}
|
||||
RECIPE.result = {["water_bucket"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 15}, -- full xp
|
||||
{level = 10, exp = 10}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
function RECIPE:PlayerCraftRecipe(client)
|
||||
local character = client:GetCharacter()
|
||||
local inventory = character:GetInventory()
|
||||
|
||||
-- Take all the ingredients
|
||||
for ingredient, amount in pairs(self.ingredients) do
|
||||
for _ = 1, amount do
|
||||
local item = inventory:HasItem(ingredient)
|
||||
|
||||
if (item) then
|
||||
if (item.uniqueID == "water_bucket") then
|
||||
item:SetData("water", 100)
|
||||
else
|
||||
item:Remove()
|
||||
end
|
||||
else
|
||||
break
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
-- Set the player's next crafting time
|
||||
client.ixNextCraftTime = CurTime() + 2
|
||||
netstream.Start("CraftTime", client.ixNextCraftTime)
|
||||
|
||||
character:DoAction("recipe_" .. self.uniqueID)
|
||||
end
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_water_bucket"
|
||||
RECIPE.name = "Sulama Kabı"
|
||||
RECIPE.description = "Tarımda faydalı bir sulama kabı."
|
||||
RECIPE.model = "models/props_junk/metalgascan.mdl"
|
||||
RECIPE.category = "Çiftçilik"
|
||||
RECIPE.ingredients = {["comp_iron"] = 3}
|
||||
RECIPE.result = {["water_bucket"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 105}, -- full xp
|
||||
{level = 15, exp = 50}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_fertilizer"
|
||||
RECIPE.name = "Gübre"
|
||||
RECIPE.description = "Bitkileri gübrelemek için bahçe işlerinde kullanışlı, topraklanmış kemiklerle dolu bir çuval"
|
||||
RECIPE.model = "models/props_junk/garbage_milkcarton001a.mdl"
|
||||
RECIPE.category = "Çiftçilik"
|
||||
RECIPE.ingredients = {["ing_bone"] = 3}
|
||||
RECIPE.result = {["fertilizer"] = 3}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 15}, -- full xp
|
||||
{level = 10, exp = 5}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_planter"
|
||||
RECIPE.name = "Ekim Alanı"
|
||||
RECIPE.description = "Taşınabilir bir ekim alanı, ne kadar da kullanışlı!"
|
||||
RECIPE.model = "models/wn7new/advcrates/n7_planter_wood.mdl"
|
||||
RECIPE.category = "Çiftçilik"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_cloth"] = 2, ["comp_plastic"] = 3, ["comp_screws"] = 3, ["comp_wood"] = 5}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["planter_placer"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 80}, -- full XP
|
||||
{level = 15, exp = 40}, -- half XP
|
||||
{level = 20, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,125 @@
|
||||
--[[
|
||||
| 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_clothing_gasmask"
|
||||
RECIPE.name = "Gaz Maskesi"
|
||||
RECIPE.description = "Tehlikeli gaz hariç diğer gazlara ve bazı kötü kokulara karşı yeterli koruma sağlar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_gasmask.mdl"
|
||||
RECIPE.category = "Gaz Maskesi"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_fabric"] = 1, ["comp_iron"] = 1, ["comp_plastic"] = 2, ["comp_adhesive"] = 1}
|
||||
RECIPE.result = {["head_gasmask"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 250}, -- full xp
|
||||
{level = 30, exp = 125}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_clothing_gasmask2"
|
||||
RECIPE.name = "M40 Gaz Maskesi"
|
||||
RECIPE.description = "Zararlı dumanlara, ölümcül gazlara ve bazı kötü kokulara karşı yeterli koruma sağlar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/m40_item.mdl"
|
||||
RECIPE.category = "Gaz Maskesi"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_fabric"] = 1, ["comp_iron"] = 1, ["comp_plastic"] = 2, ["comp_adhesive"] = 1}
|
||||
RECIPE.result = {["head_gasmask2"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 15, exp = 250}, -- full xp
|
||||
{level = 30, exp = 125}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_charcoal_refill"
|
||||
RECIPE.name = "Kömür Filtresi Dolumu"
|
||||
RECIPE.description = "Wrap the charcoal into a ready-to-use filter cartridge."
|
||||
RECIPE.model = "models/gibs/shield_scanner_gib1.mdl"
|
||||
RECIPE.category = "Gaz Maskesi"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["comp_charcoal"] = 1, ["comp_stitched_cloth"] = 1, ["comp_chemicals"] = 1}
|
||||
RECIPE.result = {["comp_charcoal_refill"] = 1}
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 40}, -- full XP
|
||||
{level = 30, exp = 20}, -- half XP
|
||||
{level = 35, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_makeshift_filter"
|
||||
RECIPE.name = "Derme Çatma Filtre"
|
||||
RECIPE.description = "Yeniden doldurmak için açabileceğiniz ev yapımı bir gaz maskesi filtresi."
|
||||
RECIPE.model = "models/willardnetworks/props/sovietfilter.mdl"
|
||||
RECIPE.category = "Gaz Maskesi"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_charcoal_refill"] = 1, ["comp_iron"] = 2, ["comp_adhesive"] = 1, ["comp_stitched_cloth"] = 1}
|
||||
RECIPE.result = {["makeshift_filter"] = 1}
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 250}, -- full XP
|
||||
{level = 30, exp = 125}, -- half XP
|
||||
{level = 35, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_makeshift_filter"
|
||||
RECIPE.name = "Parçala: Eğreti Filtre"
|
||||
RECIPE.description = "Bu filtreyi temel bileşenlerine ayırın."
|
||||
RECIPE.model = "models/willardnetworks/props/sovietfilter.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Gaz Maskesi"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["makeshift_filter"] = 1}
|
||||
RECIPE.result = {["comp_cloth"] = 1, ["comp_scrap"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_highquality_filter"
|
||||
RECIPE.name = "Parçala: Yüksek Kalite Filtre"
|
||||
RECIPE.description = "Bu filtreyi temel bileşenlerine ayırın."
|
||||
RECIPE.model = "models/willardnetworks/props/blackfilter.mdl"
|
||||
RECIPE.category = "Parçalama"
|
||||
RECIPE.subcategory = "Gaz Maskesi"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["highquality_filter"] = 1}
|
||||
RECIPE.result = {["comp_cloth"] = 1, ["comp_scrap"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,85 @@
|
||||
--[[
|
||||
| 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_wep_frag"
|
||||
RECIPE.name = "Parça Tesirli El Bombası"
|
||||
RECIPE.description = "MK3A2 taarruz tipi parça tesirli el bombası."
|
||||
RECIPE.model = "models/weapons/tfa_mmod/w_grenade_thrown.mdl"
|
||||
RECIPE.category = "Bombalar"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["comp_steel"] = 1, ["comp_explosive"] = 1, ["comp_chemcomp"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["frag_grenade"] = 1}
|
||||
RECIPE.level = 30
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 100},
|
||||
{level = 40, exp = 50},
|
||||
{level = 45, exp = 0}
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_wep_flash"
|
||||
RECIPE.name = "Flaş Bombası"
|
||||
RECIPE.description = "'Flashbang' olarak da bilinen M84 şok bombası. Patladığında kör edici bir flaş ve sağır edici bir patlama yayar."
|
||||
RECIPE.model = "models/weapons/tfa_csgo/w_flash.mdl"
|
||||
RECIPE.category = "Bombalar"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["comp_steel"] = 1, ["comp_chemcomp"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["flash_grenade"] = 1}
|
||||
RECIPE.level = 30
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 80},
|
||||
{level = 40, exp = 40},
|
||||
{level = 45, exp = 0}
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_wep_smoke"
|
||||
RECIPE.name = "Duman Bombası"
|
||||
RECIPE.description = "Model 5210 sis bombası. Gri bir duman perdesi üretir."
|
||||
RECIPE.model = "models/weapons/tfa_csgo/w_smoke.mdl"
|
||||
RECIPE.category = "Bombalar"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["comp_steel"] = 1, ["comp_chemcomp"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["smoke_grenade"] = 1}
|
||||
RECIPE.level = 30
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 80},
|
||||
{level = 40, exp = 40},
|
||||
{level = 45, exp = 0}
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_wep_incendiary"
|
||||
RECIPE.name = "Yangın Çıkarıcı El Bombası"
|
||||
RECIPE.description = "4.000 Fahrenheit derecede yanan termat karışımı ile doldurulmuş AN-M14 yangın bombası."
|
||||
RECIPE.model = "models/weapons/tfa_csgo/wm/w_incend.mdl"
|
||||
RECIPE.category = "Bombalar"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["comp_steel"] = 1, ["comp_explosive"] = 1, ["comp_chemcomp"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["incendiary_grenade"] = 1}
|
||||
RECIPE.level = 30
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 100},
|
||||
{level = 40, exp = 50},
|
||||
{level = 45, exp = 0}
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,470 @@
|
||||
--[[
|
||||
| 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_mag_sniper"
|
||||
RECIPE.name = "5rnd Sniper Şarjörü"
|
||||
RECIPE.description = "5 mermi alabilen bir sniper şarjörü."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_sniper"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_usp"
|
||||
RECIPE.name = "17rnd USP Şarjörü"
|
||||
RECIPE.description = "USP için bir şarjör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_usp"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_glock"
|
||||
RECIPE.name = "20rnd Glock Şarjörü"
|
||||
RECIPE.description = "Glock için bir şarjör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_glock"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_akm"
|
||||
RECIPE.name = "30rnd AKM Şarjörü"
|
||||
RECIPE.description = "AKM'ye ait bir şarjör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_akm"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_jnk"
|
||||
RECIPE.name = "30rnd Hurda Şarjör"
|
||||
RECIPE.description = "Hurda silahlar için bir şajör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_junk30"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_m16"
|
||||
RECIPE.name = "30rnd M16A2 Şarjörü"
|
||||
RECIPE.description = "M16A2 için bir şarjör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_m16"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_30_mp"
|
||||
RECIPE.name = "30rnd MP Şarjörü"
|
||||
RECIPE.description = "MP varyantı hafif makineli tüfekler için bir şarjör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_mp"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_popper"
|
||||
RECIPE.name = "6rnd Revolver Şarjörü"
|
||||
RECIPE.description = "Revolver için bir şarjör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_revolver"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_vsv"
|
||||
RECIPE.name = "20rnd VSK Şarjörü"
|
||||
RECIPE.description = "VSK için bir şarjör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_vsv"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_1911"
|
||||
RECIPE.name = "12rnd M1911 Şarjörü"
|
||||
RECIPE.description = "M1911 için bir şarjör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_1911"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_shotgun8"
|
||||
RECIPE.name = "8rnd Shotgun Şarjörü"
|
||||
RECIPE.description = "Shotgun için bir şarjör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_shotgun"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_shotgun2"
|
||||
RECIPE.name = "2rnd Duplet Magazine"
|
||||
RECIPE.description = "A magazine for the 2rnd Duplet Shotgun."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_duplet"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_shotgun5"
|
||||
RECIPE.name = "5rnd Shotgun Şarjörü"
|
||||
RECIPE.description = "Shotgun için bir şarjör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_shotgun5"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_15_tikhar"
|
||||
RECIPE.name = "15rnd Tikhar Şarjörü"
|
||||
RECIPE.description = "Tikhar için Bir Top Şarjörü"
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_tikhar_15rnd"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_8_helsing"
|
||||
RECIPE.name = "8rnd Helsing Şarjörü"
|
||||
RECIPE.description = "Helsing için bir sürgü şarjörü."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_helsing"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_aksu"
|
||||
RECIPE.name = "30rnd AKSU Şarjörü"
|
||||
RECIPE.description = "AKSU için bir şarjör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_aksu"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_g3"
|
||||
RECIPE.name = "20rnd G3 Şarjörü"
|
||||
RECIPE.description = "G3 için bir şarjör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_g3"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_dmr"
|
||||
RECIPE.name = "20rnd DMR Şarjörü"
|
||||
RECIPE.description = "DMR için bir şarjör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_mini14"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_p90"
|
||||
RECIPE.name = "50rnd P90 Şarjörü"
|
||||
RECIPE.description = "P90 için bir şarjör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_p90"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_ppsh"
|
||||
RECIPE.name = "35rnd PPSH Şarjörü"
|
||||
RECIPE.description = "PPSH için bir şarjör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_ppsh"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_tac"
|
||||
RECIPE.name = "60rnd Tac Şarjörü"
|
||||
RECIPE.description = "Taktiksel Tüfek için bir şarjör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_tac60"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_uzi"
|
||||
RECIPE.name = "30rnd Uzi Şarjör"
|
||||
RECIPE.description = "Uzi için bir şarjör."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_uzi"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_mag_deagle"
|
||||
RECIPE.name = "7rnd Deagle Magazine"
|
||||
RECIPE.description = "A magazine for the Deagle."
|
||||
RECIPE.model = "models/Items/BoxSRounds.mdl"
|
||||
RECIPE.category = "Şarjörler"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_refined_plastic"] = 1}
|
||||
RECIPE.result = {["magazine_deagle"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,27 @@
|
||||
--[[
|
||||
| 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_makeshift"
|
||||
RECIPE.name = "Eğreti Bandaj Rulosu"
|
||||
RECIPE.description = "Yırtık pırtık bir bez bandaj rulosu. Kanamayı durdurur ama başka bir şey yapmaz."
|
||||
RECIPE.model = "models/stuff/bandages_dirty.mdl"
|
||||
RECIPE.category = "Tıbbi"
|
||||
RECIPE.ingredients = {["comp_cloth"] = 3}
|
||||
RECIPE.result = {["makeshift_bandage"] = 3}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,218 @@
|
||||
--[[
|
||||
| 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_craft_suitcase"
|
||||
RECIPE.name = "Bavul"
|
||||
RECIPE.description = "Taşımak istemediğiniz her şeyi taşımaya hazır küçük bir bavul."
|
||||
RECIPE.model = "models/weapons/w_suitcase_passenger.mdl"
|
||||
RECIPE.category = "Depolama"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["comp_cloth"] = 2, ["comp_plastic"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["suitcase"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 80}, -- full XP
|
||||
{level = 15, exp = 40}, -- half XP
|
||||
{level = 20, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_small_bag"
|
||||
RECIPE.name = "Küçük Çanta"
|
||||
RECIPE.description = "Kalçanızda duran küçük bir el çantası."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/satchel.mdl"
|
||||
RECIPE.category = "Depolama"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["comp_stitched_cloth"] = 3, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["smallbag"] = 1}
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 80}, -- full XP
|
||||
{level = 15, exp = 40}, -- half XP
|
||||
{level = 25, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_large_bag"
|
||||
RECIPE.name = "Büyük Çanta"
|
||||
RECIPE.description = "Üzerinde Combine amblemi olan bir sırt çantası."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/backpack.mdl"
|
||||
RECIPE.category = "Depolama"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_fabric"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["largebag"] = 1}
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 15, exp = 100}, -- full XP
|
||||
{level = 25, exp = 50}, -- half XP
|
||||
{level = 30, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_tool_lock"
|
||||
RECIPE.name = "Asma Kilit"
|
||||
RECIPE.description = "Kullanıldığında bir konteynere/kapıya şifre koyar. Sadece sahibi çevrimiçi olduğunda vurulabilir."
|
||||
RECIPE.model = "models/props_wasteland/prison_padlock001a.mdl"
|
||||
RECIPE.category = "Depolama"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_iron"] = 1, ["comp_screws"] = 1, ["comp_plastic"] = 1}
|
||||
RECIPE.result = {["cont_lock_t1"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 50}, -- full xp
|
||||
{level = 15, exp = 25}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_container_small"
|
||||
RECIPE.name = "Küçük Konteyner"
|
||||
RECIPE.description = "5x3 boyutunda konteyner. Bu öğeyi hazırladığınızda bu konteyneri kurmak için bir yöneticiyle iletişime geçin. Şifre belirlemek için konteyner kilidi öğesine ihtiyaç duyar."
|
||||
RECIPE.model = "models/props_lab/filecabinet02.mdl"
|
||||
RECIPE.category = "Depolama"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_iron"] = 2, ["comp_refined_plastic"] = 1, ["comp_adhesive"] = 1, ["comp_rivbolts"] = 1}
|
||||
RECIPE.result = {["container_small_dummy"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 100}, -- full xp
|
||||
{level = 25, exp = 50}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_container_medium"
|
||||
RECIPE.name = "Orta Boy Konteyner"
|
||||
RECIPE.description = "5x8 boyutunda konteyner. Bu öğeyi hazırladığınızda bu konteyneri kurmak için bir yöneticiyle iletişime geçin. Şifre belirlemek için konteyner kilidi öğesine ihtiyaç duyar."
|
||||
RECIPE.model = "models/props_lab/filecabinet02.mdl"
|
||||
RECIPE.category = "Depolama"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["container_small_dummy"] = 2, ["comp_rivbolts"] = 2}
|
||||
RECIPE.result = {["container_medium_dummy"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 125}, -- full xp
|
||||
{level = 35, exp = 60}, -- half xp
|
||||
{level = 40, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_container_large"
|
||||
RECIPE.name = "Büyük Konteyner"
|
||||
RECIPE.description = "5+ üyeli bir grup gerektirir - 9x9 boyutlu konteyner. Bu konteyneri kurmak için bir yönetici ile iletişime geçin. Parola belirlemek için bir konteyner kilidi gerekir."
|
||||
RECIPE.model = "models/props_wasteland/controlroom_storagecloset001a.mdl"
|
||||
RECIPE.category = "Depolama"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["container_medium_dummy"] = 2, ["comp_rivbolts"] = 2}
|
||||
RECIPE.result = {["container_large_dummy"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 30
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 45, exp = 100}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_container_scrate"
|
||||
RECIPE.name = "Standart Sandık"
|
||||
RECIPE.description = "6x6 boyutunda konteyner. Bu konteyneri kurmak için bir yönetici ile iletişime geçin. Parola belirlemek için bir konteyner kilidi gerekir."
|
||||
RECIPE.model = "models/props_wasteland/controlroom_storagecloset001a.mdl"
|
||||
RECIPE.category = "Depolama"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["container_medium_dummy"] = 1, ["comp_wood"] = 2}
|
||||
RECIPE.result = {["container_scrate_dummy"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 15, exp = 100}, -- full xp
|
||||
{level = 25, exp = 50}, -- half xp
|
||||
{level = 30, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_container_lcrate"
|
||||
RECIPE.name = "Büyük Sandık"
|
||||
RECIPE.description = "5+ üyeli bir grup gerektirir - 9x9 boyutlu konteyner. Bu konteyneri kurmak için bir yönetici ile iletişime geçin. Parola belirlemek için bir konteyner kilidi gerekir."
|
||||
RECIPE.model = "models/props_wasteland/controlroom_storagecloset001a.mdl"
|
||||
RECIPE.category = "Depolama"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["container_large_dummy"] = 1, ["comp_wood"] = 4}
|
||||
RECIPE.result = {["container_lcrate_dummy"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 30
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 200}, -- full xp
|
||||
{level = 45, exp = 100}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_tool_safe"
|
||||
RECIPE.name = "Kasa"
|
||||
RECIPE.description = "Eşyalarınızı saklamak için kırılmaz bir kasa. (Konteyner sınırının üstünde 2 kasanız olabilir.)"
|
||||
RECIPE.model = "models/willardnetworks/safe.mdl"
|
||||
RECIPE.category = "Depolama"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["comp_steel"] = 4, ["comp_refined_plastic"] = 3, ["comp_electronics"] = 1, ["comp_rivbolts"] = 2}
|
||||
RECIPE.result = {["container_safe"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 35, exp = 0}, -- full xp
|
||||
{level = 50, exp = 0},
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_tool_grouplock"
|
||||
RECIPE.name = "Grup Kilidi"
|
||||
RECIPE.description = "Kapılara uygulanan metal bir aparat. Çalışması için bir grup gerektirir."
|
||||
RECIPE.model = "models/willardnetworks/props_combine/wn_combine_lock.mdl"
|
||||
RECIPE.category = "Depolama"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["trash_biolock"] = 1, ["comp_electronics"] = 1, ["comp_screws"] = 1}
|
||||
RECIPE.result = {["grouplock"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 50}, -- full xp
|
||||
{level = 15, exp = 25}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,455 @@
|
||||
--[[
|
||||
| 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_craft_waterbottle"
|
||||
RECIPE.name = "Su Şişesi"
|
||||
RECIPE.description = "Yeniden doldurulabilir plastik bir şişe. Su ile doldurabilirsiniz."
|
||||
RECIPE.model = "models/props_junk/garbage_plasticbottle002a.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.ingredients = {["comp_plastic"] = 4}
|
||||
RECIPE.result = {["waterbottle"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_watercant"
|
||||
RECIPE.name = "Su Matarası"
|
||||
RECIPE.description = "Yeniden doldurulabilir metal bir matara. İçini suyla doldurabilirsiniz."
|
||||
RECIPE.model = "models/willardnetworks/food/prop_bar_bottle_e.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.ingredients = {["comp_iron"] = 2}
|
||||
RECIPE.result = {["canteen"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 200}, -- full xp
|
||||
{level = 10, exp = 100}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_watervalve"
|
||||
RECIPE.name = "Su Vanası"
|
||||
RECIPE.description = "Borulardan su çekmek için kullanılır."
|
||||
RECIPE.model = "models/props/de_nuke/hr_nuke/metal_pipe_001/metal_pipe_001_gauge_valve_low.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.ingredients = {["comp_scrap"] = 2, ["comp_plastic"] = 2}
|
||||
RECIPE.result = {["watervalve"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_tool_flashlight"
|
||||
RECIPE.name = "El Yapımı El Feneri"
|
||||
RECIPE.description = "El yapımı el feneri, bilinmeyen karanlığı keşfederken inanılmaz derecede kullanışlıdır."
|
||||
RECIPE.model = "models/willardnetworks/skills/flashlight.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.ingredients = {["comp_plastic"] = 1, ["comp_electronics"] = 1}
|
||||
RECIPE.result = {["flashlight"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_syringe"
|
||||
RECIPE.name = "Şırınga"
|
||||
RECIPE.description = "Tıbbi amaçlar için yararlı, sıvı benzeri maddeler içerebilen bir şırınga."
|
||||
RECIPE.model = "models/willardnetworks/skills/syringeammo.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.ingredients = {["comp_scrap"] = 2}
|
||||
RECIPE.result = {["comp_syringe"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full XP
|
||||
{level = 10, exp = 25}, -- half XP
|
||||
{level = 15, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_tool_lighter"
|
||||
RECIPE.name = "Plastik Çakmak"
|
||||
RECIPE.description = "Sigara yakmak için yapılmış ucuz bir plastik çakmak."
|
||||
RECIPE.model = "models/willardnetworks/cigarettes/lighter.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.ingredients = {["comp_plastic"] = 2, ["comp_alcohol"] = 1}
|
||||
RECIPE.result = {["lighter"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_tool_scissors"
|
||||
RECIPE.name = "Makas"
|
||||
RECIPE.description = "Snip, snip, snip!"
|
||||
RECIPE.model = "models/willardnetworks/skills/scissors.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_scrap"] = 1, ["comp_plastic"] = 1}
|
||||
RECIPE.result = {["tool_scissors"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_tool_cooking_pot"
|
||||
RECIPE.name = "Pişirme Tenceresi"
|
||||
RECIPE.description = "Siyah, demir bir tencere. Ocağın üstüne koy!"
|
||||
RECIPE.model = "models/props_c17/metalPot001a.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_scrap"] = 2, ["comp_plastic"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.result = {["tool_cookingpot"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_tool_razor"
|
||||
RECIPE.name = "Kuaför aletleri"
|
||||
RECIPE.description = "Aksi takdirde iç karartıcı bir manzarada yaratıcı ruhlar için bir araç."
|
||||
RECIPE.model = "models/props_junk/cardboard_box004a.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.ingredients = {["comp_scrap"] = 1, ["comp_adhesive"] = 1, ["comp_plastic"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["beard_razor"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full XP
|
||||
{level = 10, exp = 25}, -- half XP
|
||||
{level = 15, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_tool_kitchen_spoon"
|
||||
RECIPE.name = "Mutfak Kaşığı"
|
||||
RECIPE.description = "Güveç yapmak için kullanışlıdır."
|
||||
RECIPE.model = "models/willardnetworks/skills/kitchenspoon.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.ingredients = {["comp_plastic"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.result = {["tool_spoon"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_tool_kitchen_knife"
|
||||
RECIPE.name = "Mutfak Bıçağı"
|
||||
RECIPE.description = "Kalın, yarı küt bir bıçak. Kesme tahtası veya yüzey üzerindeki yiyecekleri kesmek için kullanılır."
|
||||
RECIPE.model = "models/willardnetworks/skills/kitchenknife.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.ingredients = {["comp_scrap"] = 1, ["comp_wood"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.result = {["tool_knife"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_tool_frying_pan"
|
||||
RECIPE.name = "Kızartma Tavası"
|
||||
RECIPE.description = "Siyah, demir bir kızartma tavası. Yemek pişirmek için iyi."
|
||||
RECIPE.model = "models/props_c17/metalPot002a.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_scrap"] = 1, ["comp_screws"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.result = {["tool_fryingpan"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_tool_kettle"
|
||||
RECIPE.name = "Su Isıtıcısı"
|
||||
RECIPE.description = "Mükemmel kaynar su damlatabilen bir su ısıtıcısı."
|
||||
RECIPE.model = "models/props_interiors/pot01a.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_scrap"] = 1, ["comp_screws"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.result = {["tool_kettle"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_tool_toolkit"
|
||||
RECIPE.name = "Araç Kiti"
|
||||
RECIPE.description = "Eşyaları birleştirmek için çeşitli inşaat aletleri içeren küçük bir metal sandık."
|
||||
RECIPE.model = "models/willardnetworks/skills/toolkit.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.ingredients = {["comp_scrap"] = 6, ["comp_adhesive"] = 3, ["comp_plastic"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["tool_toolkit"] = 1}
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 100}, -- full XP
|
||||
{level = 20, exp = 50}, -- half XP
|
||||
{level = 25, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_tool_tinderbox"
|
||||
RECIPE.name = "Çıra Kutusu"
|
||||
RECIPE.description = "Kamp ateşi yakmak için bir çıra kutusu."
|
||||
RECIPE.model = "models/willardnetworks/props/tinderbox.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_cloth"] = 3, ["comp_adhesive"] = 1, ["comp_chemicals"] = 1}
|
||||
RECIPE.result = {["tinderbox"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 100}, -- full xp
|
||||
{level = 20, exp = 50}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_tool_mixer"
|
||||
RECIPE.name = "Kimyasal Karıştırıcı"
|
||||
RECIPE.description = "Bu, sıvıları veya kimyasalları birbirine karıştırmak için kullanışlı gibi görünüyor. Uyarı etiketinde şöyle yazıyor: Çalışırken açmayın"
|
||||
RECIPE.model = "models/willardnetworks/skills/chem_mixer.mdl"
|
||||
RECIPE.category = "Çalışma Tezgahları"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_iron"] = 2, ["comp_screws"] = 4, ["comp_adhesive"] = 1}
|
||||
RECIPE.result = {["tool_mixer"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 200}, -- full xp
|
||||
{level = 20, exp = 100}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_tool_wrench"
|
||||
RECIPE.name = "İngiliz anahtarı"
|
||||
RECIPE.description = "Eski bir İngiliz anahtarı. Bunu sandıklamak için kullanabilirim."
|
||||
RECIPE.model = "models/props_c17/tools_wrench01a.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.ingredients = {["comp_iron"] = 1, ["comp_rivbolts"] = 1}
|
||||
RECIPE.result = {["tool_wrench"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 70}, -- full xp
|
||||
{level = 30, exp = 35}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_tool_chembench"
|
||||
RECIPE.name = "Kimya Çalışma Tezgahı Kiti"
|
||||
RECIPE.description = "Bu çalışma tezgahı, kimyasal bileşenlerin başarılı bir şekilde karıştırılmasını sağlamak için özel olarak tasarlanmıştır."
|
||||
RECIPE.model = "models/mosi/fallout4/furniture/workstations/chemistrystation02.mdl"
|
||||
RECIPE.category = "Çalışma Tezgahları"
|
||||
RECIPE.ingredients = {["comp_steel"] = 3, ["comp_wood"] = 4, ["comp_refined_plastic"] = 2}
|
||||
RECIPE.result = {["tool_chembench_assembly"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 300}, -- full xp
|
||||
{level = 30, exp = 150}, -- half xp
|
||||
{level = 45, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_tool_oven_rusty"
|
||||
RECIPE.name = "Paslı Fırın Montaj Kiti"
|
||||
RECIPE.description = "Berbat görünüyor, berbat, ancak bir süre için herhangi bir pişirme ihtiyacında sizi tatmin edecektir."
|
||||
RECIPE.model = "models/willardnetworks/skills/oven_shit.mdl"
|
||||
RECIPE.category = "Çalışma Tezgahları"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_steel"] = 2, ["comp_plastic"] = 4, ["comp_screws"] = 4, ["comp_electronics"] = 2}
|
||||
RECIPE.result = {["tool_oven_rusty_assembly"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 150}, -- full xp
|
||||
{level = 30, exp = 75}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_tool_craftingbench"
|
||||
RECIPE.name = "Üretim Tezgahı Kiti"
|
||||
RECIPE.description = "Bu çalışma tezgahı, giyim eşyalarının başarılı bir şekilde işlenmesini sağlamak için özel olarak tasarlanmıştır."
|
||||
RECIPE.model = "models/mosi/fallout4/furniture/workstations/weaponworkbench02.mdl"
|
||||
RECIPE.category = "Çalışma Tezgahları"
|
||||
RECIPE.ingredients = {["comp_wood"] = 3, ["comp_iron"] = 1, ["comp_refined_plastic"] = 2, ["comp_rivbolts"] = 3}
|
||||
RECIPE.result = {["tool_craftingbench_assembly"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 180}, -- full xp
|
||||
{level = 30, exp = 90}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_tool_metalbench"
|
||||
RECIPE.name = "Metal Çalışma Tezgahı Kiti"
|
||||
RECIPE.description = "Bu çalışma tezgahı, silah veya benzeri şeylerin başarılı bir şekilde üretilmesini sağlamak için özel olarak tasarlanmıştır."
|
||||
RECIPE.model = "models/mosi/fallout4/furniture/workstations/weaponworkbench01.mdl"
|
||||
RECIPE.category = "Çalışma Tezgahları"
|
||||
RECIPE.ingredients = {["comp_steel"] = 4, ["comp_wood"] = 4, ["comp_refined_plastic"] = 4, ["tool_craftingbench_assembly"] = 1}
|
||||
RECIPE.result = {["tool_metalbench_assembly"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 25
|
||||
RECIPE.experience = {
|
||||
{level = 25, exp = 600}, -- full xp
|
||||
{level = 40, exp = 300}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_repair"
|
||||
RECIPE.name = "Onarım Kaplaması"
|
||||
RECIPE.description = "Çeşitli giysilerdeki hasarlı zırhları onarmak için kullanılan el yapımı onarım kaplaması."
|
||||
RECIPE.model = "models/gibs/scanner_gib02.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_iron"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.result = {["tool_repair"] = 1}
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 100}, -- full XP
|
||||
{level = 40, exp = 50}, -- half XP
|
||||
{level = 45, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_craft_breacher"
|
||||
RECIPE.name = "Combine Kilit Kırıcı"
|
||||
RECIPE.description = "Combine kilitlerini kırmak için üzerlerine yerleştirilen el yapımı bir cihaz."
|
||||
RECIPE.model = "models/transmissions_element120/charger_attachment.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.station = "tool_metalbench"
|
||||
RECIPE.ingredients = {["comp_steel"] = 1, ["comp_refined_plastic"] = 1, ["comp_screws"] = 1, ["comp_electronics"] = 2}
|
||||
RECIPE.result = {["lockbreacher"] = 1}
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 0}, -- full XP
|
||||
{level = 50, exp = 0}, -- half XP
|
||||
{level = 55, exp = 0} -- 0 XP
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_tool_refill_zippo_lighter"
|
||||
RECIPE.name = "Yedek Zippo Çakmak"
|
||||
RECIPE.description = "Sigara yakmak için üretilmiş kaliteli bir metal çakmak."
|
||||
RECIPE.model = "models/willardnetworks/cigarettes/zippo.mdl"
|
||||
RECIPE.category = "Aletler"
|
||||
RECIPE.ingredients = {["zippolighter"] = 1, ["comp_alcohol"] = 1}
|
||||
RECIPE.result = {["zippolighter"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,345 @@
|
||||
--[[
|
||||
| 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_craft_vort_shackles_fake"
|
||||
RECIPE.name = "Vortigaunt Prangaları (sahte)"
|
||||
RECIPE.description = "Uzuvları daraltan ve hareket etmeyi acı verici hale getiren metal bağlar ve destekler. Yerlerine kilitlenirler ve bir kez uygulandıktan sonra çıkarılamazlar."
|
||||
RECIPE.model = "models/props_junk/cardboard_box004a.mdl"
|
||||
RECIPE.category = "Vortigaunt"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_iron"] = 2, ["comp_rivbolts"] = 1, ["comp_refined_plastic"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["vortigaunt_slave_shackles_fake"] = 1}
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 100}, -- full XP
|
||||
{level = 30, exp = 50}, -- half XP
|
||||
{level = 35, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_craft_vort_collar_fake"
|
||||
RECIPE.name = "Vortigaunt Yaka (sahte)"
|
||||
RECIPE.description = "İçinde sınırda uzaylı teknolojisi bulunan ağır, metalik bir tasma. Bir vortigaunt'un etrafındaki enerjileri manipüle etme yeteneğini tamamen etkisiz hale getirir. Bir kez takıldığında, uygun aletler olmadan çıkarılamaz."
|
||||
RECIPE.model = "models/props_junk/cardboard_box004a.mdl"
|
||||
RECIPE.category = "Vortigaunt"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_iron"] = 2, ["comp_rivbolts"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["vortigaunt_slave_collar_fake"] = 1}
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 70}, -- full XP
|
||||
{level = 30, exp = 35}, -- half XP
|
||||
{level = 35, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_craft_vort_hooks_fake"
|
||||
RECIPE.name = "Vortigaunt Kancaları (sahte)"
|
||||
RECIPE.description = "Hem kelepçelerin hem de yakalıkların temel bileşeni. Bacakların etrafına çok sıkı otururlar. Yerine kilitlenir, bir kez uygulandıktan sonra çıkarılamazlar."
|
||||
RECIPE.model = "models/props_junk/cardboard_box004a.mdl"
|
||||
RECIPE.category = "Vortigaunt"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_iron"] = 2, ["comp_rivbolts"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["vortigaunt_slave_hooks_fake"] = 1}
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 30}, -- full XP
|
||||
{level = 30, exp = 15}, -- half XP
|
||||
{level = 35, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_craft_vort_meat01"
|
||||
RECIPE.name = "Besin Kemeri"
|
||||
RECIPE.description = "Her köşeden toplanmış lezzetli, ağız sulandıran headcrab derilerinden oluşan bir koleksiyon."
|
||||
RECIPE.model = "models/n7/vorti_outfit/meat01.mdl"
|
||||
RECIPE.category = "Vortigaunt"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["headcrab_skewer"] = 3, ["comp_rivbolts"] = 1, ["comp_stitched_cloth"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["vortigaunt_meat01"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 200}, -- full XP
|
||||
{level = 10, exp = 100}, -- half XP
|
||||
{level = 15, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_craft_vort_meat02"
|
||||
RECIPE.name = "Outlands Et Kemeri"
|
||||
RECIPE.description = "Combine'ın perdesi altında bulunması zor bir ürün ve bulunduğunda hoş karşılanan bir lezzet."
|
||||
RECIPE.model = "models/n7/vorti_outfit/meat02.mdl"
|
||||
RECIPE.category = "Vortigaunt"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["antlion_skewer"] = 3, ["comp_rivbolts"] = 1, ["comp_stitched_cloth"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["vortigaunt_meat02"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 300}, -- full XP
|
||||
{level = 10, exp = 150}, -- half XP
|
||||
{level = 15, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_craft_vort_bandanna"
|
||||
RECIPE.name = "Vortigaunt Bandana"
|
||||
RECIPE.description = "Gizlilik son derece önemlidir. Kimsenin burada bir Vortigaunt olduğunu bilmesini istemeyiz."
|
||||
RECIPE.model = "models/props_junk/cardboard_box004a.mdl"
|
||||
RECIPE.category = "Vortigaunt"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["comp_stitched_cloth"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["vortigaunt_bandana"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full XP
|
||||
{level = 10, exp = 25}, -- half XP
|
||||
{level = 15, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_craft_vort_helmet"
|
||||
RECIPE.name = "Vortigaunt Kaskı"
|
||||
RECIPE.description = "Pratiklikten önce koruma. Şansınız yaver giderse, düşman biraz daha yükseğe nişan almaya çalışabilir."
|
||||
RECIPE.model = "models/props_junk/cardboard_box004a.mdl"
|
||||
RECIPE.category = "Vortigaunt"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_iron"] = 3, ["comp_rivbolts"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["vortigaunt_head_helmet"] = 1}
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 100}, -- full XP
|
||||
{level = 30, exp = 50}, -- half XP
|
||||
{level = 35, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_craft_vort_kevlar"
|
||||
RECIPE.name = "Vortigaunt Kevlar"
|
||||
RECIPE.description = "Standart bir insan kevlar seti, kabaca vortigaunt kullanımına uygun."
|
||||
RECIPE.model = "models/props_junk/cardboard_box004a.mdl"
|
||||
RECIPE.category = "Vortigaunt"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["comp_fabric"] = 1, ["comp_adhesive"] = 1, ["comp_steel"] = 3, ["comp_rivbolts"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["vortigaunt_torso_vest"] = 1}
|
||||
RECIPE.level = 30
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 150}, -- full XP
|
||||
{level = 40, exp = 75}, -- half XP
|
||||
{level = 45, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_craft_vort_labcoat2"
|
||||
RECIPE.name = "Vortigaunt Laboratuvar Önlüğü"
|
||||
RECIPE.description = "Daha bilimsel bir yaşam tarzı arayan vortigauntlar için bilimsel bir üniforma."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/torso_labcoat.mdl"
|
||||
RECIPE.category = "Vortigaunt"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["comp_fabric"] = 1, ["comp_adhesive"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["vortigaunt_torso_doc2"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 100}, -- full XP
|
||||
{level = 10, exp = 50}, -- half XP
|
||||
{level = 15, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_craft_vort_labcoat"
|
||||
RECIPE.name = "Rozetli Vortigaunt Laboratuvar Önlüğü"
|
||||
RECIPE.description = "Daha bilimsel bir yaşam tarzı arayan vortigauntlar için bilimsel bir üniforma. Bu varyant bir rozetle birlikte gelir."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/torso_labcoat.mdl"
|
||||
RECIPE.category = "Vortigaunt"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["comp_fabric"] = 1, ["comp_adhesive"] = 2, ["comp_scrap"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["vortigaunt_torso_doc"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 100}, -- full XP
|
||||
{level = 10, exp = 50}, -- half XP
|
||||
{level = 15, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_craft_vort_chef_hat"
|
||||
RECIPE.name = "Vortigaunt Aşcı Şapkası"
|
||||
RECIPE.description = "Vortigauntlar, Vortessence ile olan bağlantıları nedeniyle mutfak sanatlarındaki üstün yetenekleriyle tanınırlar. Bir Vortigaunt'un geçici olarak uzman bir şef gibi davranması için geriye kalan tek adım bu aptal şapkalardan birini takmaktır."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/head_chefhat.mdl"
|
||||
RECIPE.category = "Vortigaunt"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["comp_stitched_cloth"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["vortigaunt_head_chefhat"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full XP
|
||||
{level = 10, exp = 25}, -- half XP
|
||||
{level = 15, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_craft_vort_hoodie"
|
||||
RECIPE.name = "Vortigaunt Kapüşonlu Üst"
|
||||
RECIPE.description = "Daha uzun bir boyun için uzatılmış kapüşonlu. Bir vortigaunt'u en zorlu koşullarda bile sıcak tutmak için mükemmeldir."
|
||||
RECIPE.model = "models/n7/vorti_outfit/hoodie.mdl"
|
||||
RECIPE.category = "Vortigaunt"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["comp_stitched_cloth"] = 3, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["vortigaunt_torso_hoodie"] = 1}
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 70}, -- full XP
|
||||
{level = 20, exp = 35}, -- half XP
|
||||
{level = 25, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_craft_vort_trench_coat"
|
||||
RECIPE.name = "Vortigaunt Kahverengi Trençkot"
|
||||
RECIPE.description = "Güneşten yanmış, yenilenmiş bir trençkot. Vücudun sıcak ve biraz kuru olmasını sağlar."
|
||||
RECIPE.model = "models/willardnetworks/clothingitems/torso_refugee_coat.mdl"
|
||||
RECIPE.category = "Vortigaunt"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_stitched_cloth"] = 4, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["vortigaunt_torso_light3_tc"] = 1}
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 100}, -- full XP
|
||||
{level = 20, exp = 50}, -- half XP
|
||||
{level = 25, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_craft_vort_poncho"
|
||||
RECIPE.name = "Rafine Vortigaunt Panço"
|
||||
RECIPE.description = "Güvenilir ve sağlam bir örtü, bileşimi tipik insan giysilerinden türetilmiştir. Bol kesim tasarımı ve kullanışlı kesikler rahatlık ve hareket özgürlüğü sağlar."
|
||||
RECIPE.model = "models/n7/vorti_outfit/light01.mdl"
|
||||
RECIPE.category = "Vortigaunt"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["comp_stitched_cloth"] = 2, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["vortigaunt_torso_light"] = 1}
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 50}, -- full XP
|
||||
{level = 20, exp = 25}, -- half XP
|
||||
{level = 25, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_craft_vort_covering"
|
||||
RECIPE.name = "Eğreti Vortigaunt Kaplaması"
|
||||
RECIPE.description = "Basit, sade bir örtü. Soğuk bir gecede sizi rahat tutmak için iyi, başka bir şey için değil."
|
||||
RECIPE.model = "models/n7/vorti_outfit/light02.mdl"
|
||||
RECIPE.category = "Vortigaunt"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["comp_stitched_cloth"] = 2, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["vortigaunt_torso_light2"] = 1}
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full XP
|
||||
{level = 10, exp = 25}, -- half XP
|
||||
{level = 15, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_craft_vort_armour"
|
||||
RECIPE.name = "Vortigaunt Antlion Muhafız Plakası"
|
||||
RECIPE.description = "Mağlup edilmiş Antlion muhafızlarının kalın zırhlı derilerinden yapılan bu zırh sadece sağlam değil, aynı zamanda deneyimli bir savaşçının işaretidir."
|
||||
RECIPE.model = "models/n7/vorti_outfit/armor.mdl"
|
||||
RECIPE.category = "Vortigaunt"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["ing_antlion_meat"] = 8, ["comp_steel"] = 3, ["comp_rivbolts"] = 2, ["comp_fabric"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["vortigaunt_torso_armor"] = 1}
|
||||
RECIPE.level = 30
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 300}, -- full XP
|
||||
{level = 40, exp = 150}, -- half XP
|
||||
{level = 45, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,322 @@
|
||||
--[[
|
||||
| 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_wep_ms_ballrifle"
|
||||
RECIPE.name = "Tikhar Top Tüfeği"
|
||||
RECIPE.description = "Sadece topların ağırlığı değil aynı zamanda silahın basınç kuvveti sayesinde top şeklindeki topakları oldukça ağır bir etkiyle ateşleyebilen derme çatma bir silah."
|
||||
RECIPE.model = "models/weapons/c_Tikhar.mdl"
|
||||
RECIPE.category = "Silahlar"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_adhesive"] = 1, ["comp_wood"] = 3, ["comp_iron"] = 3, ["comp_rivbolts"] = 1, ["comp_stitched_cloth"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["jnk_tikhar"] = 1}
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 220}, -- full XP
|
||||
{level = 15, exp = 110}, -- half XP
|
||||
{level = 25, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_wep_ms_boltrifle"
|
||||
RECIPE.name = "Helsing Bolt Tüfek"
|
||||
RECIPE.description = "Metal cıvatalar fırlatan sessiz, döner bir hava tabancası."
|
||||
RECIPE.model = "models/weapons/c_Helsing.mdl"
|
||||
RECIPE.category = "Silahlar"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_adhesive"] = 1, ["comp_wood"] = 2, ["comp_iron"] = 2, ["comp_rivbolts"] = 1, ["comp_stitched_cloth"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["jnk_helsing"] = 1}
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 220}, -- full XP
|
||||
{level = 15, exp = 110}, -- half XP
|
||||
{level = 25, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_wep_ms_shotgun"
|
||||
RECIPE.name = "Duplet Double Barrel"
|
||||
RECIPE.description = "A Double Barrel shotgun made from the worst materials around, literally 2 water pipes for a barrel."
|
||||
RECIPE.model = "models/weapons/c_duplet.mdl"
|
||||
RECIPE.category = "Silahlar"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_adhesive"] = 2, ["comp_weapon_parts"] = 1, ["leadpipe"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["jnk_duplet"] = 1}
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 220}, -- full XP
|
||||
{level = 15, exp = 110}, -- half XP
|
||||
{level = 25, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_wep_ms_smg"
|
||||
RECIPE.name = "Bastard SMG"
|
||||
RECIPE.description = "A creation from scrap and pipe work... someone got bored one day."
|
||||
RECIPE.model = "models/weapons/c_BastardGun.mdl"
|
||||
RECIPE.category = "Silahlar"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_adhesive"] = 2, ["comp_weapon_parts"] = 1, ["leadpipe"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["jnk_bassmg"] = 1}
|
||||
RECIPE.level = 10 -- Lower level gain for testing
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 220}, -- full XP
|
||||
{level = 20, exp = 110}, -- half XP
|
||||
{level = 25, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_wep_ms_popper"
|
||||
RECIPE.name = "Popper"
|
||||
RECIPE.description = "A revolver capable of firing a powerful shot towards its foes. In all fairness, its actually quite decent."
|
||||
RECIPE.model = "models/weapons/c_MetroRevolver.mdl"
|
||||
RECIPE.category = "Silahlar"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_adhesive"] = 1, ["comp_weapon_parts"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["jnk_popper"] = 1}
|
||||
RECIPE.level = 10 -- Lower level gain for testing
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 220}, -- full XP
|
||||
{level = 20, exp = 110}, -- half XP
|
||||
{level = 25, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_wep_ms_vsk"
|
||||
RECIPE.name = "VSK-94"
|
||||
RECIPE.description = "A somewhat well-made VSK-94. Not sure how you did it, but good job."
|
||||
RECIPE.model = "models/weapons/c_VSV.mdl"
|
||||
RECIPE.category = "Silahlar"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_adhesive"] = 1, ["comp_weapon_parts"] = 2, ["comp_wood"] = 4, ["comp_stitched_cloth"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["jnk_vsv"] = 1}
|
||||
RECIPE.level = 10 -- Lower level gain for testing
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 220}, -- full XP
|
||||
{level = 20, exp = 110}, -- half XP
|
||||
{level = 25, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_wep_ms_akm"
|
||||
RECIPE.name = "Makeshift AKM"
|
||||
RECIPE.description = "An AKM which someone tried making, made out of all sorts of scrap from the Outlands."
|
||||
RECIPE.model = "models/weapons/c_kalash.mdl"
|
||||
RECIPE.category = "Silahlar"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_adhesive"] = 1, ["comp_wood"] = 4, ["comp_weapon_parts"] = 3}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["jnk_ak"] = 1}
|
||||
RECIPE.level = 10 -- Lower level gain for testing
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 220}, -- full XP
|
||||
{level = 20, exp = 110}, -- half XP
|
||||
{level = 25, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_wep_ms_p90"
|
||||
RECIPE.name = "Odd-looking P90"
|
||||
RECIPE.description = "Is this meant to be a P90 as it has the capacity for one, the firerate for one. But no the looks of one."
|
||||
RECIPE.model = "models/weapons/c_kalash2012.mdl"
|
||||
RECIPE.category = "Silahlar"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_adhesive"] = 1, ["comp_wood"] = 4, ["comp_weapon_parts"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["jnk_p90"] = 1}
|
||||
RECIPE.level = 10 -- Lower level gain for testing
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 220}, -- full XP
|
||||
{level = 20, exp = 110}, -- half XP
|
||||
{level = 25, exp = 0} -- 0 XP
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_wep_knife"
|
||||
RECIPE.name = "Mutfak Bıçağı (Bilenmiş)"
|
||||
RECIPE.description = "Combine'ın sunduğu standart bıçağa kıyasla bilenmiş bir mutfak bıçağı... buna kesinlikle izin verilmiyor."
|
||||
RECIPE.model = "models/weapons/tfa_nmrih/w_me_kitknife.mdl"
|
||||
RECIPE.category = "Silahlar"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_scrap"] = 4, ["tool_knife"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["kitknife"] = 1}
|
||||
RECIPE.level = 5
|
||||
RECIPE.experience = {
|
||||
{level = 5, exp = 100},
|
||||
{level = 10, exp = 50},
|
||||
{level = 15, exp = 0}
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_wep_cleaver"
|
||||
RECIPE.name = "Satır"
|
||||
RECIPE.description = "Et doğramak için bir satır."
|
||||
RECIPE.model = "models/weapons/tfa_nmrih/w_me_cleaver.mdl"
|
||||
RECIPE.category = "Silahlar"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_iron"] = 1, ["comp_wood"] = 1, ["comp_screws"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["cleaver"] = 1}
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 100},
|
||||
{level = 20, exp = 50},
|
||||
{level = 25, exp = 0}
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_wep_hatchet"
|
||||
RECIPE.name = "Balta"
|
||||
RECIPE.description = "Ağaçları veya insanları kesmek için kullanılan standart balta."
|
||||
RECIPE.model = "models/weapons/tfa_nmrih/w_me_hatchet.mdl"
|
||||
RECIPE.category = "Silahlar"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_iron"] = 1, ["comp_wood"] = 1, ["comp_screws"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["hatchet"] = 1}
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 120},
|
||||
{level = 20, exp = 60},
|
||||
{level = 25, exp = 0}
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_wep_baseball_bat"
|
||||
RECIPE.name = "Beyzbol Sopası"
|
||||
RECIPE.description = "Tüm vuruş ihtiyaçlarınız için... artık böyle eğlenmenize izin verildiği sürece."
|
||||
RECIPE.model = "models/weapons/tfa_nmrih/w_me_bat_metal.mdl"
|
||||
RECIPE.category = "Silahlar"
|
||||
RECIPE.station = "tool_craftingbench"
|
||||
RECIPE.ingredients = {["comp_iron"] = 1, ["comp_wood"] = 3, ["comp_rivbolts"] = 2, ["comp_adhesive"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["baseballbat"] = 1}
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 200},
|
||||
{level = 30, exp = 100},
|
||||
{level = 35, exp = 0}
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_wep_crowbar"
|
||||
RECIPE.name = "Levye"
|
||||
RECIPE.description = "Hmm... bir levye. Şimdi onunla Sivil Koruma'yı öldüresiye dövmeyin."
|
||||
RECIPE.model = "models/weapons/tfa_nmrih/w_me_crowbar.mdl"
|
||||
RECIPE.category = "Silahlar"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_iron"] = 2, ["comp_rivbolts"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["crowbar"] = 1}
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 200},
|
||||
{level = 30, exp = 100},
|
||||
{level = 35, exp = 0}
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_wep_leadpipe"
|
||||
RECIPE.name = "Su Borusu"
|
||||
RECIPE.description = "Standart bir silah olarak kullanmanız için bir boru, sadece şimdi duvarlardan boruları sökmeye gitmeyin."
|
||||
RECIPE.model = "models/weapons/tfa_nmrih/w_me_pipe_lead.mdl"
|
||||
RECIPE.category = "Silahlar"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_iron"] = 2, ["comp_rivbolts"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["leadpipe"] = 1}
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 15, exp = 100},
|
||||
{level = 20, exp = 50},
|
||||
{level = 25, exp = 0}
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_wep_sledgehammer"
|
||||
RECIPE.name = "Kızak Çekici"
|
||||
RECIPE.description = "Ağır ve güçlü. Bununla kimseye vurmamaya dikkat edin."
|
||||
RECIPE.model = "models/weapons/tfa_nmrih/w_me_sledge.mdl"
|
||||
RECIPE.category = "Silahlar"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_iron"] = 2, ["comp_wood"] = 3, ["comp_rivbolts"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.result = {["sledgehammer"] = 1}
|
||||
RECIPE.level = 30
|
||||
RECIPE.experience = {
|
||||
{level = 30, exp = 500},
|
||||
{level = 40, exp = 250},
|
||||
{level = 45, exp = 0}
|
||||
}
|
||||
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,66 @@
|
||||
--[[
|
||||
| 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 = "craft_writing_pin"
|
||||
RECIPE.name = "Toplu iğne"
|
||||
RECIPE.description = "Bir iğne. Duvarlara kağıt vb. asmak için kullanılır."
|
||||
RECIPE.model = "models/items/crossbowrounds.mdl"
|
||||
RECIPE.category = "Yazma"
|
||||
RECIPE.tool = "tool_toolkit"
|
||||
RECIPE.ingredients = {["comp_scrap"] = 1, ["comp_adhesive"] = 1}
|
||||
RECIPE.result = {["pin"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "craft_writing_notepad"
|
||||
RECIPE.name = "Not Defteri"
|
||||
RECIPE.description = "Yazmak için bir not defteri."
|
||||
RECIPE.model = "models/props_lab/clipboard.mdl"
|
||||
RECIPE.category = "Yazma"
|
||||
RECIPE.tool = "tool_scissors"
|
||||
RECIPE.ingredients = {["paper"] = 1, ["comp_wood"] = 1, ["comp_scrap"] = 1}
|
||||
RECIPE.result = {["notepad"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "craft_writing_ink"
|
||||
RECIPE.name = "Siyah Mürekkep"
|
||||
RECIPE.description = "Siyah mürekkep kartuşu."
|
||||
RECIPE.model = "models/gibs/metal_gib2.mdl"
|
||||
RECIPE.category = "Yazma"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 1, ["comp_charcoal"] = 1, ["comp_plastic"] = 1}
|
||||
RECIPE.result = {["black_ink"] = 4}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 15
|
||||
RECIPE.experience = {
|
||||
{level = 15, exp = 70}, -- full xp
|
||||
{level = 30, exp = 35}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,189 @@
|
||||
--[[
|
||||
| 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 = "break_artwhiskey_alcohol"
|
||||
RECIPE.name = "Özütle: Yapay Viski"
|
||||
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
|
||||
RECIPE.model = "models/willardnetworks/food/whiskey.mdl"
|
||||
RECIPE.category = "Alkol/kimyasal özütleme"
|
||||
RECIPE.subcategory = "Alkol"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_proc_whiskey"] = 1}
|
||||
RECIPE.result = {["comp_alcohol"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 80}, -- full xp
|
||||
{level = 10, exp = 40}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_artvodka_alcohol"
|
||||
RECIPE.name = "Özütle: Yapay Votka"
|
||||
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
|
||||
RECIPE.model = "models/willardnetworks/food/alcohol_bottle.mdl"
|
||||
RECIPE.category = "Alkol/kimyasal özütleme"
|
||||
RECIPE.subcategory = "Alkol"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_proc_vodka"] = 1}
|
||||
RECIPE.result = {["comp_alcohol"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 80}, -- full xp
|
||||
{level = 10, exp = 40}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_artbourbon_alcohol"
|
||||
RECIPE.name = "Özütle: Yapay Bourbon"
|
||||
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
|
||||
RECIPE.model = "models/willardnetworks/food/bourbon.mdl"
|
||||
RECIPE.category = "Alkol/kimyasal özütleme"
|
||||
RECIPE.subcategory = "Alkol"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_proc_bourbon"] = 1}
|
||||
RECIPE.result = {["comp_alcohol"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 80}, -- full xp
|
||||
{level = 10, exp = 40}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_artbeer_alcohol"
|
||||
RECIPE.name = "Özütle: Yapay Bira"
|
||||
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
|
||||
RECIPE.model = "models/willardnetworks/food/beer.mdl"
|
||||
RECIPE.category = "Alkol/kimyasal özütleme"
|
||||
RECIPE.subcategory = "Alkol"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_proc_beer"] = 1}
|
||||
RECIPE.result = {["comp_alcohol"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 80}, -- full xp
|
||||
{level = 10, exp = 40}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_whiskey_alcohol"
|
||||
RECIPE.name = "Özütle: Viski"
|
||||
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
|
||||
RECIPE.model = "models/willardnetworks/food/whiskey.mdl"
|
||||
RECIPE.category = "Alkol/kimyasal özütleme"
|
||||
RECIPE.subcategory = "Alkol"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["bottle_whiskey"] = 1}
|
||||
RECIPE.result = {["comp_alcohol"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 75}, -- full xp
|
||||
{level = 10, exp = 50}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_vodka_alcohol"
|
||||
RECIPE.name = "Özütle: Votka"
|
||||
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
|
||||
RECIPE.model = "models/willardnetworks/food/alcohol_bottle.mdl"
|
||||
RECIPE.category = "Alkol/kimyasal özütleme"
|
||||
RECIPE.subcategory = "Alkol"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["bottle_vodka"] = 1}
|
||||
RECIPE.result = {["comp_alcohol"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 75}, -- full xp
|
||||
{level = 10, exp = 50}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_bourbon_alcohol"
|
||||
RECIPE.name = "Özütle: Bourbon"
|
||||
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
|
||||
RECIPE.model = "models/willardnetworks/food/bourbon.mdl"
|
||||
RECIPE.category = "Alkol/kimyasal özütleme"
|
||||
RECIPE.subcategory = "Alkol"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["bottle_bourbon"] = 1}
|
||||
RECIPE.result = {["comp_alcohol"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 75}, -- full xp
|
||||
{level = 10, exp = 50}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_beer_alcohol"
|
||||
RECIPE.name = "Özütle: Bira"
|
||||
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
|
||||
RECIPE.model = "models/willardnetworks/food/beer.mdl"
|
||||
RECIPE.category = "Alkol/kimyasal özütleme"
|
||||
RECIPE.subcategory = "Alkol"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_beer"] = 1}
|
||||
RECIPE.result = {["comp_alcohol"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 75}, -- full xp
|
||||
{level = 10, exp = 50}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_sake_alcohol"
|
||||
RECIPE.name = "Özütle: Sake"
|
||||
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
|
||||
RECIPE.model = "models/willardnetworks/food/alcohol_bottle.mdl"
|
||||
RECIPE.category = "Alkol/kimyasal özütleme"
|
||||
RECIPE.subcategory = "Alkol"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["bottle_sake"] = 1}
|
||||
RECIPE.result = {["comp_alcohol"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 75}, -- full xp
|
||||
{level = 10, exp = 50}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,109 @@
|
||||
--[[
|
||||
| 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 = "break_battery_chemical"
|
||||
RECIPE.name = "Özütle: Araba Aküsü"
|
||||
RECIPE.description = "Eski bir araba aküsünden rafine edilmemiş kimyasal bileşikler çıkarın."
|
||||
RECIPE.model = "models/Items/car_battery01.mdl"
|
||||
RECIPE.category = "Alkol/kimyasal özütleme"
|
||||
RECIPE.subcategory = "Rafine Edilmemiş Kimyasallar"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["junk_battery"] = 1}
|
||||
RECIPE.result = {["comp_chemicals"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 80}, -- full xp
|
||||
{level = 10, exp = 40}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_artwhiskey_chemical"
|
||||
RECIPE.name = "Özütle: Yapay Viski"
|
||||
RECIPE.description = "Bu yapay içecekten rafine edilmemiş kimyasal bileşikler çıkarın."
|
||||
RECIPE.model = "models/willardnetworks/food/whiskey.mdl"
|
||||
RECIPE.category = "Alkol/kimyasal özütleme"
|
||||
RECIPE.subcategory = "Rafine Edilmemiş Kimyasallar"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_proc_whiskey"] = 1}
|
||||
RECIPE.result = {["comp_chemicals"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 80}, -- full xp
|
||||
{level = 10, exp = 40}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_artvodka_chemical"
|
||||
RECIPE.name = "Özütle: Yapay Votka"
|
||||
RECIPE.description = "Bu yapay içecekten rafine edilmemiş kimyasal bileşikler çıkarın."
|
||||
RECIPE.model = "models/willardnetworks/food/alcohol_bottle.mdl"
|
||||
RECIPE.category = "Alkol/kimyasal özütleme"
|
||||
RECIPE.subcategory = "Rafine Edilmemiş Kimyasallar"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_proc_vodka"] = 1}
|
||||
RECIPE.result = {["comp_chemicals"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 80}, -- full xp
|
||||
{level = 10, exp = 40}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_artbourbon_chemical"
|
||||
RECIPE.name = "Özütle: Yapay Bourbon"
|
||||
RECIPE.description = "Bu yapay içecekten rafine edilmemiş kimyasal bileşikler çıkarın."
|
||||
RECIPE.model = "models/willardnetworks/food/bourbon.mdl"
|
||||
RECIPE.category = "Alkol/kimyasal özütleme"
|
||||
RECIPE.subcategory = "Rafine Edilmemiş Kimyasallar"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_proc_bourbon"] = 1}
|
||||
RECIPE.result = {["comp_chemicals"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 80}, -- full xp
|
||||
{level = 10, exp = 40}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_artbeer_chemical"
|
||||
RECIPE.name = "Özütle: Yapay Bira"
|
||||
RECIPE.description = "Bu yapay içecekten rafine edilmemiş kimyasal bileşikler çıkarın."
|
||||
RECIPE.model = "models/willardnetworks/food/beer.mdl"
|
||||
RECIPE.category = "Alkol/kimyasal özütleme"
|
||||
RECIPE.subcategory = "Rafine Edilmemiş Kimyasallar"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_proc_beer"] = 1}
|
||||
RECIPE.result = {["comp_chemicals"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 80}, -- full xp
|
||||
{level = 10, exp = 40}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,66 @@
|
||||
--[[
|
||||
| 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_comp_adhesive"
|
||||
RECIPE.name = "Adhesive"
|
||||
RECIPE.description = "An Adhesive for sticking objects together. Very sticky."
|
||||
RECIPE.model = "models/willardnetworks/props/glue.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["ing_flour"] = 1, ["ing_vinegar"] = 1, ["comp_alcohol"] = 1}
|
||||
RECIPE.result = {["comp_adhesive"] = 3}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 80}, -- full xp
|
||||
{level = 10, exp = 40}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_comp_chemcomp"
|
||||
RECIPE.name = "Refined Chemicals"
|
||||
RECIPE.description = "A dangerous, toxic substance disposed for radioactive emittance. Be careful."
|
||||
RECIPE.model = "models/willardnetworks/skills/medjar.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_chemicals"] = 1, ["comp_alcohol"] = 1}
|
||||
RECIPE.result = {["comp_chemcomp"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 80}, -- full xp
|
||||
{level = 10, exp = 40}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_comp_purifier"
|
||||
RECIPE.name = "Purifier"
|
||||
RECIPE.description = "Strange dust which can purify any mixture or substance of any toxic compounds"
|
||||
RECIPE.model = "models/willardnetworks/skills/pill_bottle.mdl"
|
||||
RECIPE.category = "Malzemeler"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 1, ["comp_chemicals"] = 2}
|
||||
RECIPE.result = {["comp_purifier"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 80}, -- full xp
|
||||
{level = 10, exp = 40}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,219 @@
|
||||
--[[
|
||||
| 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_artfun"
|
||||
RECIPE.name = "Artificial Fun"
|
||||
RECIPE.description = "Mushed up artificial paste with a bit of car battery acid for good measure."
|
||||
RECIPE.model = "models/props_lab/jar01b.mdl"
|
||||
RECIPE.category = "Uyuşturucular"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["proc_paste"] = 1, ["ing_protein"] = 1, ["comp_chemicals"] = 1}
|
||||
RECIPE.result = {["drug_artificialfun"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 210}, -- full xp
|
||||
{level = 20, exp = 105}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_blueberry"
|
||||
RECIPE.name = "Blue Berry"
|
||||
RECIPE.description = "A strange vial filled with blue liquid, it tastes like a berry juice but smells disgustingly."
|
||||
RECIPE.model = "models/willardnetworks/skills/chemical_flask4.mdl"
|
||||
RECIPE.category = "Uyuşturucular"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 1, ["comp_charcoal"] = 1, ["fruit_berries"] = 1}
|
||||
RECIPE.result = {["drug_blueberry"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 210}, -- full xp
|
||||
{level = 20, exp = 105}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_ozz"
|
||||
RECIPE.name = "Ozz's Potion"
|
||||
RECIPE.description = "Strange liquid in a glass jar, upon opening it has a strong and strange smell. It tastes like gasoline but makes you feel clever and perceptive."
|
||||
RECIPE.model = "models/props_junk/glassjug01.mdl"
|
||||
RECIPE.category = "Uyuşturucular"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 1, ["disinfectant_bottle"] = 1}
|
||||
RECIPE.result = {["drug_ozz"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 210}, -- full xp
|
||||
{level = 20, exp = 105}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_bobmix"
|
||||
RECIPE.name = "Bob's Trail Mix"
|
||||
RECIPE.description = "What would happen if you took the distillate of every bob drink (publicly) available, mixed them together and injected the resulting product right into your arm? Scientists said 'Nothing Good', while the Crackhead down in the slums said 'you ascend'. Go prove one or the other right."
|
||||
RECIPE.model = "models/willardnetworks/food/bobdrinks_can.mdl"
|
||||
RECIPE.category = "Uyuşturucular"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_bobfizz"] = 1, ["drink_bobgrape"] = 1, ["drink_boboriginal"] = 1}
|
||||
RECIPE.result = {["drug_bobmix"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 210}, -- full xp
|
||||
{level = 20, exp = 105}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_darkshot"
|
||||
RECIPE.name = "Dark Shot"
|
||||
RECIPE.description = "Blood mixed with various medications, upon consuming it you can feel a burning sensation in your throat."
|
||||
RECIPE.model = "models/willardnetworks/skills/medjar.mdl"
|
||||
RECIPE.category = "Uyuşturucular"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_bloodsyringe"] = 1, ["basic_red"] = 1, ["comp_chemicals"] = 1, ["drink_proc_whiskey"] = 1}
|
||||
RECIPE.result = {["drug_darkshot"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 240}, -- full xp
|
||||
{level = 30, exp = 150}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_demon"
|
||||
RECIPE.name = "Demon's Bees"
|
||||
RECIPE.description = "A syringe filled with dark red liquid inside, upon injection you can feel extreme burning sensation in the location of injection."
|
||||
RECIPE.model = "models/willardnetworks/skills/medx.mdl"
|
||||
RECIPE.category = "Uyuşturucular"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_syringe"] = 1, ["painkillers"] = 1, ["comp_chemcomp"] = 1}
|
||||
RECIPE.result = {["drug_demon"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 240}, -- full xp
|
||||
{level = 30, exp = 120}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_speed"
|
||||
RECIPE.name = "Speed"
|
||||
RECIPE.description = "A crushed pack of pills mixed in a can. Gives you feeling of being fast."
|
||||
RECIPE.model = "models/props_junk/popcan01a.mdl"
|
||||
RECIPE.category = "Uyuşturucular"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["crafting_water"] = 1, ["adrenaline"] = 1}
|
||||
RECIPE.result = {["drug_speed"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 240}, -- full xp
|
||||
{level = 30, exp = 120}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_thirdeye"
|
||||
RECIPE.name = "The Third Eye"
|
||||
RECIPE.description = "A white liquid inside of the syringe, after usage someone could feel increased awareness of the surroundings."
|
||||
RECIPE.model = "models/willardnetworks/skills/pyscho.mdl"
|
||||
RECIPE.category = "Uyuşturucular"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_syringe"] = 1, ["ing_coffee_powder"] = 1, ["basic_yellow"] = 1}
|
||||
RECIPE.result = {["drug_thirdeye"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 240}, -- full xp
|
||||
{level = 30, exp = 120}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_transhumano"
|
||||
RECIPE.name = "Transhumano"
|
||||
RECIPE.description = "A refined pill that makes you feel ultra-strong, some believe this is what transhumans use."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills2.mdl"
|
||||
RECIPE.category = "Uyuşturucular"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 1, ["bloodstabilizer"] = 1, ["adrenaline"] = 1}
|
||||
RECIPE.result = {["drug_transhumano"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 40
|
||||
RECIPE.experience = {
|
||||
{level = 40, exp = 250}, -- full xp
|
||||
{level = 45, exp = 125}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_xp"
|
||||
RECIPE.name = "XP"
|
||||
RECIPE.description = "Brown liquid in an old bottle, upon smelling to it you can feel really light. It tastes like old cough syrup."
|
||||
RECIPE.model = "models/willardnetworks/food/wine4.mdl"
|
||||
RECIPE.category = "Uyuşturucular"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["morphine"] = 2, ["bottle_wine_white"] = 1, ["orange_pill"] = 1}
|
||||
RECIPE.result = {["drug_xp"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 40
|
||||
RECIPE.experience = {
|
||||
{level = 40, exp = 250}, -- full xp
|
||||
{level = 45, exp = 125}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_rave"
|
||||
RECIPE.name = "RAVE"
|
||||
RECIPE.description = "A hallucinogenic party drug designed to induce the powerful sensation of being in a rave."
|
||||
RECIPE.model = "models/willardnetworks/skills/medx.mdl"
|
||||
RECIPE.category = "Uyuşturucular"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["drug_demon"] = 1, ["drug_thirdeye"] = 1, ["drug_speed"] = 1}
|
||||
RECIPE.result = {["rave"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 50
|
||||
RECIPE.experience = {
|
||||
{level = 40, exp = 500}, -- full xp
|
||||
{level = 45, exp = 250}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,233 @@
|
||||
--[[
|
||||
| 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_disinfectant"
|
||||
RECIPE.name = "Dezenfektan"
|
||||
RECIPE.description = "Yaraları durdurmak ve temizlemek için kullanılan bir şişe dezenfektan."
|
||||
RECIPE.model = "models/willardnetworks/props/disinfectant.mdl"
|
||||
RECIPE.category = "Tıbbi"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_plastic"] = 1, ["comp_alcohol"] = 1, ["comp_purifier"] = 1}
|
||||
RECIPE.result = {["disinfectant_bottle"] = 6}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 150}, -- full xp
|
||||
{level = 10, exp = 75}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_bandage"
|
||||
RECIPE.name = "Bandaj Rulosu"
|
||||
RECIPE.description = "Kanamayı durdurmak için kullanılan hijyenik bandaj rulosu."
|
||||
RECIPE.model = "models/stuff/bandages.mdl"
|
||||
RECIPE.category = "Tıbbi"
|
||||
RECIPE.ingredients = {["comp_cloth"] = 4, ["comp_alcohol"] = 1}
|
||||
RECIPE.result = {["bandage"] = 6}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 150}, -- full xp
|
||||
{level = 10, exp = 75}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_makeshift_into_bandage"
|
||||
RECIPE.name = "Bandage Roll"
|
||||
RECIPE.description = "A cloth bandage roll doused in alcohol."
|
||||
RECIPE.model = "models/stuff/bandages.mdl"
|
||||
RECIPE.category = "Tıbbi"
|
||||
RECIPE.ingredients = {["makeshift_bandage"] = 6, ["comp_alcohol"] = 1}
|
||||
RECIPE.result = {["bandage"] = 6}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "crafting"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_disinfected_bandage"
|
||||
RECIPE.name = "Dezenfekte Bandaj"
|
||||
RECIPE.description = "Kanamayı durdurmak ve yaraları temizlemek için kullanılan dezenfekte bandaj rulosu."
|
||||
RECIPE.model = "models/stuff/bandages.mdl"
|
||||
RECIPE.category = "Tıbbi"
|
||||
RECIPE.ingredients = {["bandage"] = 4, ["disinfectant_bottle"] = 3}
|
||||
RECIPE.result = {["disinfected_bandage"] = 4}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 150}, -- full xp
|
||||
{level = 10, exp = 75}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_painkillers"
|
||||
RECIPE.name = "Ağrı Kesici"
|
||||
RECIPE.description = "Ağrı kesici paketi. Hafif ağrılardan geçici rahatlama sağlar."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills1.mdl"
|
||||
RECIPE.category = "Tıbbi"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 1}
|
||||
RECIPE.result = {["painkillers"] = 4}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 180}, -- full xp
|
||||
{level = 10, exp = 90}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_bloodstabilizer"
|
||||
RECIPE.name = "Kan Stabilizatörü"
|
||||
RECIPE.description = "Ağrıyı hafifletmek ve iyileşme sürecini desteklemek için kullanılan kırmızı bileşik ve ağrı kesici dolu bir şırınga."
|
||||
RECIPE.model = "models/willardnetworks/skills/stimpak.mdl"
|
||||
RECIPE.category = "Tıbbi"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_bloodsyringe"] = 4, ["comp_chemcomp"] = 2, ["painkillers"] = 1}
|
||||
RECIPE.result = {["bloodstabilizer"] = 4}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 250}, -- full xp
|
||||
{level = 20, exp = 125}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_bloodbag"
|
||||
RECIPE.name = "Kan Torbası"
|
||||
RECIPE.description = "Bir hortum ve iğne ile bağlanmış bir plastik poşet. İçinde kan olduğu görünüyor."
|
||||
RECIPE.model = "models/willardnetworks/skills/bloodbag.mdl"
|
||||
RECIPE.category = "Tıbbi"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_bloodsyringe"] = 4, ["disinfectant_bottle"] = 2, ["comp_plastic"] = 4}
|
||||
RECIPE.result = {["bloodbag"] = 4}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 260}, -- full xp
|
||||
{level = 20, exp = 130}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_firstaid"
|
||||
RECIPE.name = "İlk Yardım Kiti"
|
||||
RECIPE.description = "Hızlı ve etkili bir sağlık çözümü sunan küçük bir kırmızı çanta."
|
||||
RECIPE.model = "models/willardnetworks/skills/medkit.mdl"
|
||||
RECIPE.category = "Tıbbi"
|
||||
RECIPE.ingredients = {["bandage"] = 3, ["disinfectant_bottle"] = 3, ["bloodstabilizer"] = 3, ["comp_stitched_cloth"] = 1}
|
||||
RECIPE.result = {["firstaid"] = 3}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 260}, -- full xp
|
||||
{level = 30, exp = 130}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_adrenaline"
|
||||
RECIPE.name = "Adrenalin"
|
||||
RECIPE.description = "Adrenalin dolu bir şırınga. Sert ağrılardan geçici rahatlama sağlar."
|
||||
RECIPE.model = "models/willardnetworks/skills/adrenaline.mdl"
|
||||
RECIPE.category = "Tıbbi"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 1, ["basic_green"] = 1, ["comp_syringe"] = 1}
|
||||
RECIPE.result = {["adrenaline"] = 3}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 260}, -- full xp
|
||||
{level = 30, exp = 130}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_morphine"
|
||||
RECIPE.name = "Morfin"
|
||||
RECIPE.description = "Morfin dolu bir şırınga. Şiddetli ağrılardan rahatlama sağlar."
|
||||
RECIPE.model = "models/willardnetworks/skills/adrenaline.mdl"
|
||||
RECIPE.category = "Tıbbi"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 2, ["basic_red"] = 1, ["comp_syringe"] = 1}
|
||||
RECIPE.result = {["morphine"] = 3}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 35, exp = 300}, -- full xp
|
||||
{level = 45, exp = 150}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_med_surgerykit"
|
||||
RECIPE.name = "Cerrahi Kit"
|
||||
RECIPE.description = "Hemen müdahale için kullanılan bir dizi cerrahi aleti içeren kırmızı bir poşet."
|
||||
RECIPE.model = "models/willardnetworks/skills/surgicalkit.mdl"
|
||||
RECIPE.category = "Tıbbi"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["firstaid"] = 1, ["morphine"] = 3, ["bloodbag"] = 3, ["adrenaline"] = 1}
|
||||
RECIPE.result = {["surgerykit"] = 3}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 35, exp = 320}, -- full xp
|
||||
{level = 45, exp = 160}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_med_xenpotion"
|
||||
RECIPE.name = "Xen İksiri"
|
||||
RECIPE.description = "Nadir Xen bileşenleri ile hazırlanan son derece egzotik bir uzaylı madde, inanılmaz organik yenilenmeyi getiriyor."
|
||||
RECIPE.model = "models/willardnetworks/props/xenpotion3.mdl"
|
||||
RECIPE.category = "Tıbbi"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["ing_xen_herb"] = 4, ["ing_xenberries"] = 4, ["bottle_vodka"] = 1}
|
||||
RECIPE.result = {["xen_potion"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 50
|
||||
RECIPE.experience = {
|
||||
{level = 50, exp = 0}, -- full xp
|
||||
{level = 50, exp = 0}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,296 @@
|
||||
--[[
|
||||
| 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_basicgreen"
|
||||
RECIPE.name = "Basic Green Pills"
|
||||
RECIPE.description = "A basic and small green pill. It makes you feel... somewhat faster."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills2.mdl"
|
||||
RECIPE.category = "Boosters"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 1, ["ing_vegetable_pack"] = 1}
|
||||
RECIPE.result = {["basic_green"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 140}, -- full xp
|
||||
{level = 20, exp = 70}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_basicblue"
|
||||
RECIPE.name = "Basic Blue Pills"
|
||||
RECIPE.description = "A basic and small blue pill. It makes you feel... somewhat more intelligent."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills5.mdl"
|
||||
RECIPE.category = "Boosters"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 1, ["ing_vegetable_pack"] = 1}
|
||||
RECIPE.result = {["basic_blue"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 140}, -- full xp
|
||||
{level = 20, exp = 70}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_basicred"
|
||||
RECIPE.name = "Basic Red Pills"
|
||||
RECIPE.description = "A basic and small red pill. It makes you feel... somewhat stronger."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills4.mdl"
|
||||
RECIPE.category = "Boosters"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 1, ["ing_vegetable_pack"] = 1}
|
||||
RECIPE.result = {["basic_red"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 140}, -- full xp
|
||||
{level = 20, exp = 70}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_basicyellow"
|
||||
RECIPE.name = "Basic Yellow Pills"
|
||||
RECIPE.description = "A basic and small yellow pill. Your vision seems to have improved slightly."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills3.mdl"
|
||||
RECIPE.category = "Boosters"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 1, ["ing_vegetable_pack"] = 1}
|
||||
RECIPE.result = {["basic_yellow"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 140}, -- full xp
|
||||
{level = 20, exp = 70}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_improvedred"
|
||||
RECIPE.name = "Improved Red Pills"
|
||||
RECIPE.description = "A small red pill. It makes you feel stronger."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills4.mdl"
|
||||
RECIPE.category = "Boosters"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 1, ["basic_red"] = 1}
|
||||
RECIPE.result = {["improved_red"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 160}, -- full xp
|
||||
{level = 30, exp = 80}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_improvedgreen"
|
||||
RECIPE.name = "Improved Green Pills"
|
||||
RECIPE.description = "A small green pill. It makes you feel faster."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills2.mdl"
|
||||
RECIPE.category = "Boosters"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 1, ["basic_green"] = 1}
|
||||
RECIPE.result = {["improved_green"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 160}, -- full xp
|
||||
{level = 30, exp = 80}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_improvedblue"
|
||||
RECIPE.name = "Improved Blue Pills"
|
||||
RECIPE.description = "A small blue pill. It makes you feel more intelligent."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills5.mdl"
|
||||
RECIPE.category = "Boosters"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 1, ["basic_blue"] = 1}
|
||||
RECIPE.result = {["improved_blue"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 160}, -- full xp
|
||||
{level = 30, exp = 80}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_improvedyellow"
|
||||
RECIPE.name = "Improved Yellow Pills"
|
||||
RECIPE.description = "A small yellow pill. You can suddenly see a lot more clearly."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills3.mdl"
|
||||
RECIPE.category = "Boosters"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_chemcomp"] = 1, ["basic_yellow"] = 1}
|
||||
RECIPE.result = {["improved_yellow"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 160}, -- full xp
|
||||
{level = 30, exp = 80}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_qualityred"
|
||||
RECIPE.name = "Quality Red Pills"
|
||||
RECIPE.description = "An interesting red pill, its taste much more refined than before. It makes you feel super strong."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills4.mdl"
|
||||
RECIPE.category = "Boosters"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_purifier"] = 1, ["improved_red"] = 1}
|
||||
RECIPE.result = {["quality_red"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 35, exp = 250}, -- full xp
|
||||
{level = 45, exp = 125}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_qualitygreen"
|
||||
RECIPE.name = "Quality Green Pill"
|
||||
RECIPE.description = "An interesting green pill, its taste much more refined than before. It makes you feel super fast."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills5.mdl"
|
||||
RECIPE.category = "Boosters"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_purifier"] = 1, ["improved_green"] = 1}
|
||||
RECIPE.result = {["quality_green"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 35, exp = 250}, -- full xp
|
||||
{level = 45, exp = 125}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_qualityblue"
|
||||
RECIPE.name = "Quality Blue Pills"
|
||||
RECIPE.description = "An interesting blue pill, its taste much more refined than before. It makes you feel super smart... knowledge is just rushing through the mind."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills5.mdl"
|
||||
RECIPE.category = "Boosters"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_purifier"] = 1, ["improved_blue"] = 1}
|
||||
RECIPE.result = {["quality_blue"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 35, exp = 250}, -- full xp
|
||||
{level = 45, exp = 125}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_qualityyellow"
|
||||
RECIPE.name = "Quality Yellow Pills"
|
||||
RECIPE.description = "An interesting yellow pill, its taste much more refined than before. It improves your vision a lot... is that a spider on my wall?"
|
||||
RECIPE.model = "models/willardnetworks/skills/pills3.mdl"
|
||||
RECIPE.category = "Boosters"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_purifier"] = 1, ["improved_yellow"] = 1}
|
||||
RECIPE.result = {["quality_yellow"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 35, exp = 250}, -- full xp
|
||||
{level = 45, exp = 125}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_orangepill"
|
||||
RECIPE.name = "Orange Pills"
|
||||
RECIPE.description = "This pill seemingly makes you feel a tad stronger and your vision more crisp."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills7.mdl"
|
||||
RECIPE.category = "Boosters"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["basic_red"] = 1, ["basic_yellow"] = 1}
|
||||
RECIPE.result = {["orange_pill"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 180}, -- full xp
|
||||
{level = 30, exp = 90}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_purplepill"
|
||||
RECIPE.name = "Purple Pills"
|
||||
RECIPE.description = "This pill seemingly makes you think and run quicker."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills6.mdl"
|
||||
RECIPE.category = "Boosters"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["basic_green"] = 1, ["basic_blue"] = 1}
|
||||
RECIPE.result = {["purple_pill"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 180}, -- full xp
|
||||
{level = 30, exp = 90}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "medpill_dark"
|
||||
RECIPE.name = "Dark Pills"
|
||||
RECIPE.description = "This odd pill made via a complex route of chemistry seemingly boosts all your senses. There's a sort of adrenalina rush to it.."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills8.mdl"
|
||||
RECIPE.category = "Boosters"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["orange_pill"] = 1, ["purple_pill"] = 1, ["adrenaline"] = 1}
|
||||
RECIPE.result = {["dark_pill"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 35, exp = 300}, -- full xp
|
||||
{level = 45, exp = 150}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,15 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
|
||||
ix.util.IncludeDir("darkrp/plugins/willardskills/recipes/crafting", true)
|
||||
ix.util.IncludeDir("darkrp/plugins/willardskills/recipes/bartering", true)
|
||||
ix.util.IncludeDir("darkrp/plugins/willardskills/recipes/cooking", true)
|
||||
ix.util.IncludeDir("darkrp/plugins/willardskills/recipes/medicine", true)
|
||||
Reference in New Issue
Block a user