mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-18 06:03:47 +03:00
Upload
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Bourbon"
|
||||
ITEM.description = "Bu burbon, seleflerinin duygusal zenginliğinden yoksundur ve hafif bir üretilmiş odunsuluk ipucu ile steril, tatsız bir deneyim sunar."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/bourbon.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(175.16, 146.98, 114.93),
|
||||
ang = Angle(25.09, 220.04, 0),
|
||||
fov = 4.07
|
||||
}
|
||||
ITEM.thirst = 40
|
||||
ITEM.abv = 40
|
||||
ITEM.strength = 50
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.junk = "junk_empty_bottle"
|
||||
ITEM.shotItem = "shot_bourbon"
|
||||
ITEM.shotsPerItem = 5
|
||||
ITEM.shotsPoured = 0
|
||||
ITEM.grade = "HIGH"
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.7,
|
||||
up = -1.5,
|
||||
forward = -4
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 30,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Bir Şişe Köpüklü Şampanya"
|
||||
ITEM.description = "Hala yüksek çevrelerde olduğu söylenen şampanya, bugünlerde keşfedilmesi gereken oldukça prestijli ve nadir bir ikramdır, ancak Combine onu sıkı bir şekilde kontrol altında tutmayı sever."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/prop_bar_bottle_a.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(200.72, -2.98, 15.5),
|
||||
ang = Angle(2.1, 179.15, 0),
|
||||
fov = 2.69
|
||||
}
|
||||
ITEM.thirst = 40
|
||||
ITEM.abv = 16
|
||||
ITEM.strength = 50
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.junk = "junk_empty_bottle"
|
||||
ITEM.shotItem = "glass_champagne"
|
||||
ITEM.shotsPerItem = 6
|
||||
ITEM.shotsPoured = 0
|
||||
ITEM.grade = "HIGH"
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0,
|
||||
up = -1.5,
|
||||
forward = -4
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Kaçak İçki"
|
||||
ITEM.description = "Eski bir sovyet votka şişesinde hafif tatlı kokulu bir likör. Adamın amına koyar. Muhtemelen bir boyayı ortadan kaldırabilir."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/alcohol_bottle.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-248.7, -125.57, 62.84),
|
||||
ang = Angle(11.17, 386.79, 0),
|
||||
fov = 2.54
|
||||
}
|
||||
ITEM.thirst = 40
|
||||
ITEM.abv = 80
|
||||
ITEM.strength = 50
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.junk = "junk_empty_bottle"
|
||||
ITEM.shotItem = "shot_moonshine"
|
||||
ITEM.shotsPerItem = 6
|
||||
ITEM.shotsPoured = 0
|
||||
ITEM.grade = "HIGH"
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 1,
|
||||
up = -1.5,
|
||||
forward = -4
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 30,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Şehir Sekiz Sake"
|
||||
ITEM.description = "Kökeni bilinmeyen esrarengiz bir bira olan bu sake, açıklamaya meydan okuyan zor tanımlarla tüyler ürpertici sentetik bir tat sunar."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/alcohol_bottle.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-248.7, -125.57, 62.84),
|
||||
ang = Angle(11.17, 386.79, 0),
|
||||
fov = 2.54
|
||||
}
|
||||
ITEM.thirst = 40
|
||||
ITEM.abv = 25
|
||||
ITEM.strength = 50
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.junk = "junk_empty_bottle"
|
||||
ITEM.shotItem = "shot_sake"
|
||||
ITEM.shotsPerItem = 5
|
||||
ITEM.shotsPoured = 0
|
||||
ITEM.grade = "HIGH"
|
||||
@@ -0,0 +1,43 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Votka"
|
||||
ITEM.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."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/alcohol_bottle.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-248.7, -125.57, 62.84),
|
||||
ang = Angle(11.17, 386.79, 0),
|
||||
fov = 2.54
|
||||
}
|
||||
ITEM.thirst = 40
|
||||
ITEM.abv = 40
|
||||
ITEM.strength = 50
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.junk = "junk_empty_bottle"
|
||||
ITEM.shotItem = "shot_vodka"
|
||||
ITEM.shotsPerItem = 5
|
||||
ITEM.shotsPoured = 0
|
||||
ITEM.grade = "HIGH"
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 1,
|
||||
up = -1.5,
|
||||
forward = -4
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 30,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Şişelenmiş Viski"
|
||||
ITEM.description = "Gizemli maddelerden üretilen bu viski, akıldan çıkmayacak kadar alışılmadık bir şekilde ürkütücü, endüstriyel bir tat yayıyor."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/whiskey.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(230.3, 98.1, 48.72),
|
||||
ang = Angle(9.23, 203.18, 0),
|
||||
fov = 4.57
|
||||
}
|
||||
ITEM.thirst = 40
|
||||
ITEM.abv = 40
|
||||
ITEM.strength = 50
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.junk = "junk_empty_bottle"
|
||||
ITEM.shotItem = "shot_whiskey"
|
||||
ITEM.shotsPerItem = 5
|
||||
ITEM.shotsPoured = 0
|
||||
ITEM.grade = "HIGH"
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.7,
|
||||
up = -1.5,
|
||||
forward = -4
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 30,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Kırmızı Şarap"
|
||||
ITEM.description = "Savaş öncesi bağbozumunun nadir bir kırmızı şarabı."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/red_wine.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-248.7, -125.57, 62.84),
|
||||
ang = Angle(11.17, 386.79, 0),
|
||||
fov = 2.54
|
||||
}
|
||||
ITEM.thirst = 40
|
||||
ITEM.abv = 14
|
||||
ITEM.strength = 50
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.junk = "junk_empty_bottle"
|
||||
ITEM.shotItem = "glass_wine_red"
|
||||
ITEM.shotsPerItem = 6
|
||||
ITEM.shotsPoured = 0
|
||||
ITEM.grade = "HIGH"
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.8,
|
||||
up = -1.5,
|
||||
forward = -4
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Beyaz Şarap"
|
||||
ITEM.description = "Savaş öncesi bağbozumunun nadir bir beyaz şarabı."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/white_wine.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-248.7, -125.57, 62.84),
|
||||
ang = Angle(11.17, 386.79, 0),
|
||||
fov = 2.54
|
||||
}
|
||||
ITEM.thirst = 40
|
||||
ITEM.abv = 14
|
||||
ITEM.strength = 50
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.junk = "junk_empty_bottle"
|
||||
ITEM.shotItem = "glass_wine_white"
|
||||
ITEM.shotsPerItem = 6
|
||||
ITEM.shotsPoured = 0
|
||||
ITEM.grade = "HIGH"
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.8,
|
||||
up = -1.5,
|
||||
forward = -4
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Bira"
|
||||
ITEM.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."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/beer.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-164.23, -189.89, 37.43),
|
||||
ang = Angle(6.75, 49.13, 0),
|
||||
fov = 4.07
|
||||
}
|
||||
ITEM.thirst = 10
|
||||
ITEM.abv = 8
|
||||
ITEM.strength = 10
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.shareable = false
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.7,
|
||||
up = -1.5,
|
||||
forward = -4
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 30,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.uniqueID = "drink_siemens_beer"
|
||||
ITEM.name = "Siemens Premium Alman Birası"
|
||||
ITEM.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. Logonun altında şöyle yazıyor: Alman Premium Lager Pils. Arkasında şöyle yazıyor: Alman geleneğine göre, City-24'te doğal olarak yumuşak Ceneviz alp suyu ile demlendi."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/beer.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-164.23, -189.89, 37.43),
|
||||
ang = Angle(6.75, 49.13, 0),
|
||||
fov = 4.07
|
||||
}
|
||||
ITEM.thirst = 10
|
||||
ITEM.abv = 8
|
||||
ITEM.strength = 10
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.shareable = false
|
||||
@@ -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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Yapay Bira"
|
||||
ITEM.description = "Steril fıçılarda sentetik bileşenlerden fermente edilen bu distopik bira, yapay şerbetçiotu dokunuşuyla sade, metalik bir tat sunuyor."
|
||||
ITEM.category = "Food"
|
||||
ITEM.model = "models/willardnetworks/food/beer.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-164.23, -189.89, 37.43),
|
||||
ang = Angle(6.75, 49.13, 0),
|
||||
fov = 4.07
|
||||
}
|
||||
ITEM.thirst = 25
|
||||
ITEM.spoil = true
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.junk = "junk_empty_bottle"
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.7,
|
||||
up = -1.5,
|
||||
forward = -4
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 30,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Yapay Bourbon"
|
||||
ITEM.description = "Sentetik kökenlerden üretilen bu bourbon, laboratuvarda üretilen meşe ve karamel dokunuşları ile sinir bozucu derecede pürüzsüz, yapay bir tatlılık sunar."
|
||||
ITEM.category = "Food"
|
||||
ITEM.model = "models/willardnetworks/food/bourbon.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(175.16, 146.98, 114.93),
|
||||
ang = Angle(25.09, 220.04, 0),
|
||||
fov = 4.07
|
||||
}
|
||||
ITEM.thirst = 25
|
||||
ITEM.abv = 20
|
||||
ITEM.strength = 25
|
||||
ITEM.spoil = true
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.junk = "junk_empty_bottle"
|
||||
ITEM.shotItem = "shot_proc_bourbon"
|
||||
ITEM.shotsPerItem = 3
|
||||
ITEM.shotsPoured = 0
|
||||
ITEM.grade = "HIGH"
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.7,
|
||||
up = -1.5,
|
||||
forward = -4
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 30,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Yapay Votka"
|
||||
ITEM.description = "Yapay bileşiklerden tasarlanan bu ultra işlenmiş votka, hafif kauçuk, sentetik bir tat sunar."
|
||||
ITEM.category = "Food"
|
||||
ITEM.model = "models/willardnetworks/food/alcohol_bottle.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-248.7, -125.57, 62.84),
|
||||
ang = Angle(11.17, 386.79, 0),
|
||||
fov = 2.54
|
||||
}
|
||||
ITEM.thirst = 25
|
||||
ITEM.abv = 20
|
||||
ITEM.strength = 25
|
||||
ITEM.spoil = true
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.junk = "junk_empty_bottle"
|
||||
ITEM.shotItem = "shot_proc_vodka"
|
||||
ITEM.shotsPerItem = 3
|
||||
ITEM.shotsPoured = 0
|
||||
ITEM.grade = "HIGH"
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 1,
|
||||
up = -1.5,
|
||||
forward = -4
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 30,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Yapay Viski"
|
||||
ITEM.description = "Laboratuvarda tasarlanmış bileşiklerden yapılan bu hiper işlenmiş viski, plastik ve krom ipuçlarıyla keskin, sentetik bir keskinlik sunar."
|
||||
ITEM.category = "Food"
|
||||
ITEM.model = "models/willardnetworks/food/whiskey.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(230.3, 98.1, 48.72),
|
||||
ang = Angle(9.23, 203.18, 0),
|
||||
fov = 4.57
|
||||
}
|
||||
ITEM.thirst = 25
|
||||
ITEM.abv = 20
|
||||
ITEM.strength = 25
|
||||
ITEM.spoil = true
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.junk = "junk_empty_bottle"
|
||||
ITEM.shotItem = "shot_proc_whiskey"
|
||||
ITEM.shotsPerItem = 3
|
||||
ITEM.shotsPoured = 0
|
||||
ITEM.grade = "HIGH"
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.7,
|
||||
up = -1.5,
|
||||
forward = -4
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 30,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Bir Kadeh Köpüklü Şampanya"
|
||||
ITEM.description = "Tepesine kadar köpük çıkaran şampanya ile doldurulmuş bir şarap kadehi."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/white_wine_glass.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(230.3, 98.1, 48.72),
|
||||
ang = Angle(9.23, 203.18, 0),
|
||||
fov = 4.57
|
||||
}
|
||||
ITEM.thirst = 10
|
||||
ITEM.abv = 16
|
||||
ITEM.strength = 10
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.shareable = false
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 2,
|
||||
up = 0,
|
||||
forward = -2
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 30,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Kırmızı Şarap Kadehi"
|
||||
ITEM.description = "Bir kadeh kırmızı şarap."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/wine_glass.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(230.3, 98.1, 48.72),
|
||||
ang = Angle(9.23, 203.18, 0),
|
||||
fov = 4.57
|
||||
}
|
||||
ITEM.thirst = 10
|
||||
ITEM.abv = 14
|
||||
ITEM.strength = 10
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.shareable = false
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 2,
|
||||
up = 0,
|
||||
forward = -2
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 30,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Beyaz Şarap Kadehi"
|
||||
ITEM.description = "Bir kadeh beyaz şarap."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/white_wine_glass.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(230.3, 98.1, 48.72),
|
||||
ang = Angle(9.23, 203.18, 0),
|
||||
fov = 4.57
|
||||
}
|
||||
ITEM.thirst = 10
|
||||
ITEM.abv = 14
|
||||
ITEM.strength = 10
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.shareable = false
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 2,
|
||||
up = 0,
|
||||
forward = -2
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 30,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Bir Bardak Bourbon"
|
||||
ITEM.description = "Bu bourbon, seleflerinin duygusal zenginliğinden yoksundur ve hafif bir üretilmiş odunsuluk ipucu ile steril, tatsız bir deneyim sunar."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/alcohol_shot.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.thirst = 10
|
||||
ITEM.abv = 10
|
||||
ITEM.strength = 5
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.shareable = false
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-509.64, -427.61, 310.24),
|
||||
ang = Angle(24.79, 400, 0),
|
||||
fov = 0.67
|
||||
}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0,
|
||||
up = -1,
|
||||
forward = -2
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Bir Bardak Kaçak İçki"
|
||||
ITEM.description = "Bir bardak hafif tatlı kokulu likör."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/alcohol_shot.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.thirst = 10
|
||||
ITEM.abv = 80
|
||||
ITEM.strength = 10
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.shareable = false
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-509.64, -427.61, 310.24),
|
||||
ang = Angle(24.79, 400, 0),
|
||||
fov = 0.67
|
||||
}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0,
|
||||
up = -1,
|
||||
forward = -2
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Bir Bardak Yapay Bourbon"
|
||||
ITEM.description = "Sentetik kökenlerden üretilen bu bourbon, laboratuvarda üretilen meşe ve karamel notaları ile sinir bozucu derecede pürüzsüz, yapay bir tatlılık sunar."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/alcohol_shot.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.thirst = 10
|
||||
ITEM.abv = 10
|
||||
ITEM.strength = 5
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.shareable = false
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-509.64, -427.61, 310.24),
|
||||
ang = Angle(24.79, 400, 0),
|
||||
fov = 0.67
|
||||
}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0,
|
||||
up = -1,
|
||||
forward = -2
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Bir Bardak Yapay Votka"
|
||||
ITEM.description = "Yapay bileşiklerden tasarlanan bu ultra işlenmiş votka, hafif kauçuk ve devre ipuçlarıyla gevrek, sentetik bir ısırık sunar."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/alcohol_shot.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.thirst = 10
|
||||
ITEM.abv = 5
|
||||
ITEM.strength = 10
|
||||
ITEM.spoil = true
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.shareable = false
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-509.64, -427.61, 310.24),
|
||||
ang = Angle(24.79, 400, 0),
|
||||
fov = 0.67
|
||||
}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0,
|
||||
up = -1,
|
||||
forward = -2
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Bir Bardak Yapay Viski"
|
||||
ITEM.description = "Laboratuvarda tasarlanmış bileşiklerden yapılan bu hiper işlenmiş viski, plastik ve krom ipuçlarıyla keskin, sentetik bir keskinlik sunar."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/alcohol_shot.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.thirst = 10
|
||||
ITEM.abv = 5
|
||||
ITEM.strength = 10
|
||||
ITEM.spoil = true
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.shareable = false
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-509.64, -427.61, 310.24),
|
||||
ang = Angle(24.79, 400, 0),
|
||||
fov = 0.67
|
||||
}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0,
|
||||
up = -1,
|
||||
forward = -2
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Bir Bardak Sake"
|
||||
ITEM.description = "Kökeni bilinmeyen esrarengiz bir bira olan bu sake, açıklamaya meydan okuyan zor notalarla tüyler ürpertici sentetik bir tat sunar."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/alcohol_shot.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.thirst = 10
|
||||
ITEM.abv = 25
|
||||
ITEM.strength = 10
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.shareable = false
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-509.64, -427.61, 310.24),
|
||||
ang = Angle(24.79, 400, 0),
|
||||
fov = 0.67
|
||||
}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0,
|
||||
up = -1,
|
||||
forward = -2
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Bir Bardak Votka"
|
||||
ITEM.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."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/alcohol_shot.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.thirst = 10
|
||||
ITEM.abv = 40
|
||||
ITEM.strength = 10
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.shareable = false
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-509.64, -427.61, 310.24),
|
||||
ang = Angle(24.79, 400, 0),
|
||||
fov = 0.67
|
||||
}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0,
|
||||
up = -1,
|
||||
forward = -2
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Bir Bardak Viski"
|
||||
ITEM.description = "Gizemli maddelerden üretilen bu viski, akıldan çıkmayacak kadar alışılmadık notalarla ürkütücü, endüstriyel bir tat yayıyor."
|
||||
ITEM.category = "İçki"
|
||||
ITEM.model = "models/willardnetworks/food/alcohol_shot.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.thirst = 10
|
||||
ITEM.abv = 40
|
||||
ITEM.strength = 10
|
||||
ITEM.spoil = false
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.shareable = false
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-509.64, -427.61, 310.24),
|
||||
ang = Angle(24.79, 400, 0),
|
||||
fov = 0.67
|
||||
}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0,
|
||||
up = -1,
|
||||
forward = -2
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user