mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-18 14:13: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()
|
||||
Reference in New Issue
Block a user