mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +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 = "This bourbon lacks the soulful richness of its predecessors, delivering a sterile, flavorless experience with a faint hint of manufactured woodiness."
|
||||
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 = "Bottle of Sparkling Champagne"
|
||||
ITEM.description = "Rumored to still be around in high circles, champagne is highly a prestigious and rare treat to discover these days, although the Combine loves to keep it on tight control."
|
||||
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 = "Moonshine"
|
||||
ITEM.description = "A slightly sweet-smelling liquor in an old soviet vodka bottle. It kicks like a mule. You could probably strip paint with it."
|
||||
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 = "City Eight Sake"
|
||||
ITEM.description = "An enigmatic brew of unknown origins, this sake delivers a chillingly synthetic flavor, with elusive notes that defy description."
|
||||
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 = "Vodka"
|
||||
ITEM.description = "Forged through ruthless processing, this vodka offers a harsh, chemically-infused kick, devoid of any natural essence."
|
||||
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 = "Bottled Whiskey"
|
||||
ITEM.description = "Crafted from mysterious substances, this whiskey exudes an eerie, industrial flavor with hauntingly unfamiliar notes."
|
||||
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 = "Red Wine"
|
||||
ITEM.description = "A rare full-bodied red wine of a pre-war vintage."
|
||||
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 = "White Wine"
|
||||
ITEM.description = "A rare full-bodied white wine of a pre-war vintage."
|
||||
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 = "Beer"
|
||||
ITEM.description = "Brewed in sterile chambers, this beer lacks the rustic charm of traditional brewing, offering a cold, clinical taste with metallic undertones."
|
||||
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 = "A brown glass bottle with a fancy gold Siemens signature logo on the front, surrounded by small interlocking Union symbols. Within it holds a gleaming, golden-yellow liquid. Under the logo, it reads: German Premium Lager Pils. On the back, it reads: Brewed after German tradition, in City-24 with naturally soft Genevian alp water."
|
||||
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 = "Artificial Beer"
|
||||
ITEM.description = "Fermented from synthetic ingredients in sterile vats, this dystopian beer offers a stark, metallic flavor with a touch of artificial hops."
|
||||
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 = "Artificial Bourbon"
|
||||
ITEM.description = "Crafted from synthetic origins, this bourbon presents an unnervingly smooth, artificial sweetness with notes of lab-generated oak and caramel."
|
||||
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 = "Artificial Vodka"
|
||||
ITEM.description = "Engineered from artificial compounds, this ultra-processed vodka delivers a crisp, synthetic bite with faint hints of rubber and circuitry."
|
||||
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 = "Artificial Whiskey"
|
||||
ITEM.description = "Concocted from lab-engineered compounds, this hyper-processed whiskey offers a sharp, synthetic tang with hints of plastic and chrome."
|
||||
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 = "Glass of Sparkling Champagne"
|
||||
ITEM.description = "A wine glass filled to the top with sparking campagne."
|
||||
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 = "Red Wine Glass"
|
||||
ITEM.description = "A glass of some full-bodied red wine."
|
||||
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 = "White Wine Glass"
|
||||
ITEM.description = "A glass of some full-bodied white wine."
|
||||
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 = "Glass of Bourbon"
|
||||
ITEM.description = "This bourbon lacks the soulful richness of its predecessors, delivering a sterile, flavorless experience with a faint hint of manufactured woodiness."
|
||||
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 = "Glass of Moonshine"
|
||||
ITEM.description = "A glass of slightly sweet-smelling liquor."
|
||||
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 = "Glass of Artificial Bourbon"
|
||||
ITEM.description = "Crafted from synthetic origins, this bourbon presents an unnervingly smooth, artificial sweetness with notes of lab-generated oak and caramel."
|
||||
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 = "Glass of Artificial Vodka"
|
||||
ITEM.description = "Engineered from artificial compounds, this ultra-processed vodka delivers a crisp, synthetic bite with faint hints of rubber and circuitry."
|
||||
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 = "Glass of Artificial Whiskey"
|
||||
ITEM.description = "Concocted from lab-engineered compounds, this hyper-processed whiskey offers a sharp, synthetic tang with hints of plastic and chrome."
|
||||
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 = "Glass of Sake"
|
||||
ITEM.description = "An enigmatic brew of unknown origins, this sake delivers a chillingly synthetic flavor, with elusive notes that defy description."
|
||||
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 = "Glass of Vodka"
|
||||
ITEM.description = "Forged through ruthless processing, this vodka offers a harsh, chemically-infused kick, devoid of any natural essence."
|
||||
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 = "Glass of Whiskey"
|
||||
ITEM.description = "Crafted from mysterious substances, this whiskey exudes an eerie, industrial flavor with hauntingly unfamiliar notes."
|
||||
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