mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-19 06:33: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 = "Burbon"
|
||||
ITEM.description = "Temu bourbonowi brakuje uduchowionego bogactwa jego poprzedników, zapewniając sterylne, pozbawione smaku doznania z lekką nutą sfabrykowanego drewna."
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Butelka szampana musującego"
|
||||
ITEM.description = "Szampan musujący, świetnie nadaje się na huczne przyjęcia, a do tego jest pełen bąbelków! Kto nie kocha bąbelków?"
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Księżycówka"
|
||||
ITEM.description = "Lekko słodko pachnący likier w starej radzieckiej butelce po wódce. Kopie jak muł. Prawdopodobnie można nim usunąć farbę."
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Sake Miasta Ósmego"
|
||||
ITEM.description = "Enigmatyczny napar o nieznanym pochodzeniu, ta sake zapewnia przyprawiający o dreszcze syntetyczny smak, z nieuchwytnymi nutami, które trudno opisać."
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Wódka"
|
||||
ITEM.description = "Wódka ta, powstała w wyniku bezwzględnej obróbki, oferuje ostry, chemicznie wzmocniony smak, pozbawiony jakiejkolwiek naturalnej nuty."
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Whiskey"
|
||||
ITEM.description = "Whisky ta, wytworzona z nieznanych substancji, emanuje niesamowitym, przemysłowym smakiem z niepokojącymi, nieznanymi nutami."
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Czerwone wino"
|
||||
ITEM.description = "Drogie czerwone wino o starym roczniku. Idealne na zimne, samotne wieczory. Na te ciepłe też."
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Białe wino"
|
||||
ITEM.description = "Stare wino i młoda kobieta to najlepsza dieta."
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Piwo"
|
||||
ITEM.description = "Warzone w sterylnych komorach, piwo to pozbawione jest swojskiego uroku tradycyjnego piwowarstwa, oferując zimny, kliniczny smak z metalicznym posmakiem."
|
||||
ITEM.category = "Liquor"
|
||||
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 Lager Pils"
|
||||
ITEM.description = "Brązowa szklana butelka z fantazyjnym złotym logo Siemensa z przodu, otoczona małymi, zazębiającymi się symbolami Kombinatu. Wewnątrz znajduje się błyszczący, złoto-żółty płyn. Pod logo widnieje napis: German Premium Lager Pils. Z tyłu napis: Warzone zgodnie z niemiecką tradycją, w Mieście-24 z naturalnie miękką genewską wodą alp."
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Syntetyczne piwo"
|
||||
ITEM.description = "Fermentowane z syntetycznych składników w sterylnych kadziach, to dystopijne piwo oferuje surowy, metaliczny smak z nutą sztucznego chmielu."
|
||||
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 = "Syntetyczny burbon"
|
||||
ITEM.description = "Stworzony z syntetycznych składników, bourbon ten prezentuje niepokojąco gładką, sztuczną słodycz z nutami laboratoryjnie wytworzonego dębu i karmelu."
|
||||
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 = "Syntetyczna wódka"
|
||||
ITEM.description = "Stworzona ze sztucznych składników, ta ultra-przetworzona wódka zapewnia ostry, syntetyczny posmak z lekkimi nutami gumy i obwodów elektrycznych."
|
||||
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 = "Syntetyczna Whiskey"
|
||||
ITEM.description = "Stworzona z laboratoryjnie opracowanych składników, ta hiper-przetworzona whisky oferuje ostry, syntetyczny posmak z nutami plastiku i chromu."
|
||||
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 = "Kieliszek szampana musującego"
|
||||
ITEM.description = "Szampan musujący, świetnie nadaje się na huczne przyjęcia, a do tego jest pełen bąbelków! Kto nie kocha bąbelków?"
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Kieliszek czerwonego wina"
|
||||
ITEM.description = "Kieliszek rzadkiego i drogiego czerwonego wina."
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Kieliszek białego wina"
|
||||
ITEM.description = "Kieliszek rzadkiego i drogiego białego wina."
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Kieliszek burbonu"
|
||||
ITEM.description = "Temu bourbonowi brakuje uduchowionego bogactwa jego poprzedników, zapewniając sterylne, pozbawione smaku doznania z lekką nutą sfabrykowanego drewna."
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Kieliszek księżycówki"
|
||||
ITEM.description = "Kieliszek lekko słodko pachnącego likieru."
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Kieliszek syntetycznego burbonu"
|
||||
ITEM.description = "Stworzony z syntetycznych składników, bourbon ten prezentuje niepokojąco gładką, sztuczną słodycz z nutami laboratoryjnie wytworzonego dębu i karmelu."
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Kieliszek syntetycznej wódki"
|
||||
ITEM.description = "Stworzona ze sztucznych składników, ta ultra-przetworzona wódka zapewnia ostry, syntetyczny posmak z lekkimi nutami gumy i obwodów elektrycznych."
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Kieliszek syntetycznej whiskey"
|
||||
ITEM.description = "Stworzona z laboratoryjnie opracowanych składników, ta hiper-przetworzona whisky oferuje ostry, syntetyczny posmak z nutami plastiku i chromu."
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Kieliszek sake"
|
||||
ITEM.description = "Enigmatyczny napar o nieznanym pochodzeniu, ta sake zapewnia przyprawiający o dreszcze syntetyczny smak, z nieuchwytnymi nutami, które trudno opisać."
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Kieliszek wódki"
|
||||
ITEM.description = "Wódka ta, powstała w wyniku bezwzględnej obróbki, oferuje ostry, chemicznie wzmocniony smak, pozbawiony jakiejkolwiek naturalnej nuty."
|
||||
ITEM.category = "Liquor"
|
||||
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 = "Kieliszek whiskey"
|
||||
ITEM.description = "Whisky ta, wytworzona z nieznanych substancji, emanuje niesamowitym, przemysłowym smakiem z niepokojącymi, nieznanymi nutami."
|
||||
ITEM.category = "Liquor"
|
||||
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