This commit is contained in:
lifestorm
2024-08-04 22:55:00 +03:00
parent 8064ba84d8
commit 73479cff9e
7338 changed files with 1718883 additions and 14 deletions

View File

@@ -0,0 +1,22 @@
--[[
| 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 = "Plat épicé de viande de fourmilion"
ITEM.description = "Ce plat de mélange d'ingrédients d'un autre monde semble étrangement plutôt appétissant."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/canned_food4.mdl"
ITEM.hunger = 40
ITEM.boosts = {
strength = 3
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -0,0 +1,27 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Viande de fourmilion rôtie"
ITEM.description = "Une tranche de viande de fourmilion rôtie ne vous remplit pas autant que vous le voudriez, mais elle est assez filandreuse et a une texture étrange."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/cooked_alienmeat.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(125.61, 104.91, 78.59),
ang = Angle(25.01, 219.94, 0),
fov = 4
}
ITEM.hunger = 30
ITEM.boosts = {
strength = 2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -0,0 +1,29 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Sandwich au Fourmilion"
ITEM.description = "Deux tranches de pain garnies de viande de fourmilion grillée et d'ingrédients frais."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/sandwich.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.color = Color(217, 243, 217)
ITEM.iconCam = {
pos = Vector(509.64, 427.61, 310.24),
ang = Angle(24.9, 219.85, 0),
fov = 0.75
}
ITEM.hunger = 45
ITEM.boosts = {
strength = 3,
perception = 1
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -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.name = "Brochette de viande de fourmilion"
ITEM.description = "Des morceaux de viande de fourmilion grillés sur une brochette en bois."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/meatskewer.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(150.5, 126.23, 92.34),
ang = Angle(25.07, 219.54, 0),
fov = 2.7
}
ITEM.hunger = 6
ITEM.boosts = {
strength = 1
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"
ITEM.maxStackSize = 3

View File

@@ -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 = "Ragoût d'Antlion"
ITEM.description = "Un plat chaud et épicé rempli de viande de fourmilion mijotée."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/meatysoup.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(125.61, 104.91, 78.59),
ang = Angle(24.78, 219.86, 0),
fov = 3
}
ITEM.hunger = 65
ITEM.thirst = 15
ITEM.boosts = {
strength = 5
}
ITEM.spoil = true
ITEM.useSound = "ambient/levels/canals/toxic_slime_gurgle4.wav"
ITEM.addVE = 20
function ITEM:OnConsume(client, character)
if character:IsVortigaunt() then
local percentage = ix.config.Get("maxVortalEnergy", 100) / 100
percentage = percentage * self.addVE
character:AddVortalEnergy(percentage)
end
end

View File

@@ -0,0 +1,24 @@
--[[
| 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 = "Tranche de Fromage Artificiel"
ITEM.description = "Les produits laitiers non substituts sont difficiles à trouver de nos jours, les vaches sont gardées dans des usines réparties dans le monde entier et ne sont pas faciles à trouver."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/cheesewheel2c.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(169.82, 142.5, 102.64),
ang = Angle(24.34, 220.07, 0),
fov = 1.76
}
ITEM.hunger = 7
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -0,0 +1,30 @@
--[[
| 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 = "Pâte de fromage artificielle"
ITEM.description = "Pot blanc de pâte artificielle gluante, complétée par du fromage pour une texture et un remplissage légèrement améliorés."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/props_lab/jar01b.mdl"
ITEM.color = Color(254, 255, 212)
ITEM.hunger = 35
ITEM.boosts = {
perception = 2,
intelligence = 2
}
ITEM.spoil = true
ITEM.useSound = "ambient/levels/canals/toxic_slime_gurgle4.wav"
ITEM.junk = "junk_jar"
ITEM.iconCam = {
pos = Vector(6.22, -199.61, 10.73),
ang = Angle(3.12, 91.84, 0),
fov = 3.64
}

View File

@@ -0,0 +1,27 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Viande artificielle rôtie"
ITEM.description = "De la viande artificielle cuite à la rôtissoire pour une saveur grillée."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/steak2.mdl"
ITEM.hunger = 30
ITEM.boosts = {
intelligence = 2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"
ITEM.iconCam = {
pos = Vector(509.64, 427.61, 310.24),
ang = Angle(24.99, 220.01, 0),
fov = 0.62
}

View File

@@ -0,0 +1,30 @@
--[[
| 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 = "Pâte de viande artificielle"
ITEM.description = "Une pâte à base de viande artificielle pour cuisiner divers plats."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/props_lab/jar01b.mdl"
ITEM.color = Color(243, 217, 217)
ITEM.hunger = 60
ITEM.boosts = {
strength = 2,
intelligence = 2
}
ITEM.spoil = true
ITEM.useSound = "ambient/levels/canals/toxic_slime_gurgle4.wav"
ITEM.junk = "junk_jar"
ITEM.iconCam = {
pos = Vector(6.22, -199.61, 10.73),
ang = Angle(3.12, 91.84, 0),
fov = 3.64
}

View File

@@ -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.name = "Brochette de viande artificielle"
ITEM.description = "Des morceaux de viande artificielle piqués sur un bâton pour une présentation pratique."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/meatskewer2.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(150.5, 126.23, 92.34),
ang = Angle(25.07, 219.54, 0),
fov = 2.7
}
ITEM.hunger = 6
ITEM.boosts = {
intelligence = 1
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"
ITEM.maxStackSize = 3

View File

@@ -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.name = "Ragoût de viande artificielle"
ITEM.description = "Un plat en sauce à base de viande artificielle et d'autres ingrédients cuits lentement."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/meatysoup2.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(125.61, 104.91, 78.59),
ang = Angle(24.78, 219.86, 0),
fov = 3
}
ITEM.hunger = 65
ITEM.thirst = 15
ITEM.boosts = {
intelligence = 5
}
ITEM.spoil = true
ITEM.useSound = "ambient/levels/canals/toxic_slime_gurgle4.wav"

View File

@@ -0,0 +1,27 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Sauté de viande artificielle"
ITEM.description = "De la viande artificielle sautée dans une poêle avec d'autres ingrédients pour un plat savoureux."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/canned_food2.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(69.87, 58.63, 44.49),
ang = Angle(24.95, 220, 0),
fov = 4.27
}
ITEM.hunger = 40
ITEM.boosts = {
intelligence = 3
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -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.name = "Tarte aux pommes"
ITEM.description = "Une tarte sucrée et croustillante remplie de pommes fraîches et parfumées."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/pie.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(169.82, 142.5, 102.64),
ang = Angle(24.95, 219.95, 0),
fov = 2.78
}
ITEM.hunger = 65
ITEM.boosts = {
strength = 3,
intelligence = 5
}
ITEM.spoil = true
ITEM.useSound = "npc/antlion_grub/squashed.wav"

View File

@@ -0,0 +1,27 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Beignet"
ITEM.description = "Un beignet moelleux recouvert de sucre en poudre."
ITEM.model = "models/willardnetworks/food/bagel2.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(509.64, 427.61, 310.24),
ang = Angle(24.94, 219.98, 0),
fov = 0.58
}
ITEM.category = "Nourriture"
ITEM.hunger = 20
ITEM.boosts = {
intelligence = 2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -0,0 +1,71 @@
--[[
| 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 = "Pain complet"
ITEM.description = "Même dans des moments comme ceux-ci, le pain fait maison peut faire toute la différence."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/bread_loaf.mdl"
ITEM.width = 2
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(258.35, 217.47, 159.76),
ang = Angle(25.18, 220.07, 0),
fov = 2.39
}
ITEM.hunger = 40
ITEM.boosts = {
strength = 3,
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch3.wav"
ITEM.openedItem = "baking_bread_half" -- the uniqueID e.g what comes after 'sh_' in the file name unless ITEM.uniqueID is specified
ITEM.openRequirementAmount = 2
ITEM.openRequirements = {"tool_knife", "cleaver", "hatchet", "kitknife", "machete"} -- same desc as above
ITEM.functions.Slice = {
OnRun = function(item)
local client = item.player
local character = item.player:GetCharacter()
local inventory = character:GetInventory()
local openerItem
if (item.openRequirements) then
for k, v in ipairs(item.openRequirements) do
if inventory:HasItem(v) then
openerItem = inventory:HasItem(v)
break
end
end
if !openerItem then
client:NotifyLocalized("Vous n'avez pas d'outil requis pour assembler cet article")
return false
else
if (openerItem.isTool) then
openerItem:DamageDurability(1)
end
end
end
client:EmitSound(item.useSound)
-- Spawn the opened item if it exists
local requirementAmount = item.openRequirementAmount or 1
if (item.openedItem) then
local openedItemName = ix.item.list[item.openedItem].name or item.openedItem
if (!inventory:Add(item.openedItem, requirementAmount)) then
client:NotifyLocalized("Vous avez besoin de "..requirementAmount.." d'espaces d'inventaire pour trancher cet article.")
return
end
client:NotifyLocalized("Vous avez tranché un "..item.name.." et reçu un "..openedItemName)
end
end
}

View File

@@ -0,0 +1,71 @@
--[[
| 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 = "Pain coupé en deux"
ITEM.description = "Une demi-miche de pain prête à être consommée."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/bread_half.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(258.35, 217.47, 159.76),
ang = Angle(25.14, 219.92, 0),
fov = 1.49
}
ITEM.hunger = 20
ITEM.boosts = {
strength = 2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch3.wav"
ITEM.openedItem = "baking_bread_slice" -- the uniqueID e.g what comes after 'sh_' in the file name unless ITEM.uniqueID is specified
ITEM.openRequirementAmount = 4
ITEM.openRequirements = {"tool_knife", "cleaver", "hatchet", "kitknife", "machete"} -- same desc as above
ITEM.functions.Slice = {
OnRun = function(item)
local client = item.player
local character = item.player:GetCharacter()
local inventory = character:GetInventory()
local openerItem
if (item.openRequirements) then
for k, v in ipairs(item.openRequirements) do
if inventory:HasItem(v) then
openerItem = inventory:HasItem(v)
break
end
end
if !openerItem then
client:NotifyLocalized("Vous n'avez pas d'outil requis pour assembler cet article")
return false
else
if (openerItem.isTool) then
openerItem:DamageDurability(1)
end
end
end
client:EmitSound(item.useSound)
-- Spawn the opened item if it exists
local requirementAmount = item.openRequirementAmount or 1
if (item.openedItem) then
local openedItemName = ix.item.list[item.openedItem].name or item.openedItem
if (!inventory:Add(item.openedItem, requirementAmount)) then
client:NotifyLocalized("Vous avez besoin de "..requirementAmount.." d'espaces d'inventaire pour trancher cet article.")
return
end
client:NotifyLocalized("Vous avez tranché un "..item.name.." et reçu un "..openedItemName)
end
end
}

View File

@@ -0,0 +1,27 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Tranche de pain"
ITEM.description = "Une tranche de pain frais. Ne vous remplit pas beaucoup tout seul mais ça ira."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/bread_slice.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(258.35, 217.47, 159.76),
ang = Angle(25.26, 220.13, 0),
fov = 1.25
}
ITEM.hunger = 10
ITEM.boosts = {
strength = 1
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -0,0 +1,32 @@
--[[
| 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 = "cheesecake"
ITEM.name = "Cheesecake"
ITEM.description = "Un dessert crémeux et riche, garni de fruits frais ou de coulis."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/cake.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(258.35, 217.47, 159.76),
ang = Angle(25.18, 220.07, 0),
fov = 0.96
}
ITEM.hunger = 65
ITEM.boosts = {
perception = 5,
intelligence = 3
}
ITEM.spoil = true
ITEM.useSound = "npc/antlion_grub/squashed.wav"

View File

@@ -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 = "baking_croissant"
ITEM.name = "Croissant"
ITEM.description = "Un croissant doré et feuilleté, parfait pour un petit-déjeuner gourmand."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/croissant.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(258.35, 217.47, 159.76),
ang = Angle(25.27, 220.12, 0),
fov = 1.26
}
ITEM.hunger = 40
ITEM.boosts = {
intelligence = 3
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -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 = "baking_doughnut"
ITEM.name = "Donut"
ITEM.description = "Un petit beignet rond avec un trou au milieu, gout nature"
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/bagel1.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(509.64, 427.61, 310.24),
ang = Angle(24.94, 219.98, 0),
fov = 0.58
}
ITEM.hunger = 40
ITEM.boosts = {
perception = 5
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -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 = "baking_doughnut_cream"
ITEM.name = "Donut a la crème"
ITEM.description = "Un petit beignet rond avec un trou au milieu, recouvert d'un glaçage coloré et sucré."
ITEM.category = "Nourriture"
ITEM.model = "models/foodnhouseholditems/bagel3.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(509.64, 427.61, 310.24),
ang = Angle(24.94, 219.98, 0),
fov = 0.58
}
ITEM.hunger = 40
ITEM.boosts = {
perception = 5
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -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 = "baking_doughnut_sugar"
ITEM.name = "Donut au sucré"
ITEM.description = "Un petit beignet rond avec un trou au milieu, recouvert de sucre."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/bagel2.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(509.64, 427.61, 310.24),
ang = Angle(24.94, 219.98, 0),
fov = 0.58
}
ITEM.hunger = 40
ITEM.boosts = {
perception = 5
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -0,0 +1,22 @@
--[[
| 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 = "Bretzel"
ITEM.description = "Un gros bretzel salé, torsadé en forme de nœud."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/pretzel.mdl"
ITEM.hunger = 40
ITEM.boosts = {
strength = 3
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -0,0 +1,29 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.uniqueID = "baking_sweetroll"
ITEM.name = "Roulés à la cannelle"
ITEM.description = "Des petits pains sucrés en forme de spirale, avec un glaçage crémeux à la cannelle."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/sweetroll.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(509.64, 427.61, 310.24),
ang = Angle(24.73, 220, 0),
fov = 1.05
}
ITEM.hunger = 65
ITEM.boosts = {
perception = 3,
agility = 5
}
ITEM.spoil = true
ITEM.useSound = "npc/antlion_grub/squashed.wav"

View File

@@ -0,0 +1,27 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Gâterie à la crème"
ITEM.description = "Un beignet moelleux fourré d'une crème douce et sucrée."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/creamtreat.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(72.76, 61.01, 45.32),
ang = Angle(25, 219.97, 0),
fov = 3.82
}
ITEM.hunger = 50
ITEM.boosts = {
agility = 5
}
ITEM.spoil = true
ITEM.useSound = "npc/antlion_grub/squashed.wav"

View File

@@ -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.name = "Filet d'Oiseau Rôti"
ITEM.description = "Une tranche de viande d'oiseau rôtie ferme."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/meat6.mdl"
ITEM.hunger = 15
ITEM.boosts = {
agility = 1
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"
ITEM.iconCam = {
pos = Vector(509.64, 427.61, 310.24),
ang = Angle(24.97, 220.02, 0),
fov = 0.87
}

View File

@@ -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.name = "Repas-partage d'oiseau"
ITEM.description = "Oiseau cuit mélangé avec différentes épices et légumes."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/canned_food3.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(69.87, 58.63, 44.49),
ang = Angle(24.95, 220, 0),
fov = 4.27
}
ITEM.hunger = 25
ITEM.boosts = {
agility = 2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -0,0 +1,29 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Brochette d'oiseau"
ITEM.description = "Brochettes de morceaux d'oiseaux fermement collés sur un bâton, ils ont l'air comestibles."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/meatskewer2.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(150.5, 126.23, 92.34),
ang = Angle(25.07, 219.54, 0),
fov = 2.7
}
ITEM.hunger = 4
ITEM.boosts = {
agility = 1
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"
ITEM.maxStackSize = 4

View File

@@ -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.name = "Rôti de boeuf"
ITEM.description = "Un gros morceau de viande rôti à la perfection, prêt à être découpé en tranches."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/meat4.mdl"
ITEM.hunger = 65
ITEM.boosts = {
strength = 5,
agility = 5
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"
ITEM.iconCam = {
pos = Vector(509.64, 427.61, 310.24),
ang = Angle(24.95, 220.02, 0),
fov = 0.86
}

View File

@@ -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.name = "Cheeseburger"
ITEM.description = "Finally, a proper cheeseburger in its truest form. Praise the chef that made this!"
ITEM.category = "Food"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/food/burger.mdl"
ITEM.hunger = 65
ITEM.boosts = {
strength = 4,
agility = 3
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"
ITEM.iconCam = {
pos = Vector(509.64, 427.61, 310.24),
ang = Angle(24.95, 220.02, 0),
fov = 0.86
}

View File

@@ -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.name = "Steak de saumon"
ITEM.description = "Un morceau de saumon grillé et doré, prêt à être dégusté."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/fishsteak.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(95.02, -2.74, 45.14),
ang = Angle(25.26, 178.33, 0),
fov = 3.98
}
ITEM.hunger = 65
ITEM.boosts = {
perception = 5,
intelligence = 5
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -0,0 +1,27 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Nouilles Cuites"
ITEM.description = "Même pendant l'occupation... Les nouilles restent un choix populaire pour la nourriture."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/noodles.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(95.02, -2.74, 45.14),
ang = Angle(23.65, 178.39, 0),
fov = 5.5
}
ITEM.hunger = 20
ITEM.boosts = {
strength = 1
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -0,0 +1,22 @@
--[[
| 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 = "Crêpes"
ITEM.description = "Une pile de crêpes moelleuses empilées les unes sur les autres."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/pancake.mdl"
ITEM.hunger = 40
ITEM.boosts = {
agility = 3
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -0,0 +1,22 @@
--[[
| 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 = "Poulet grillé"
ITEM.description = "Du poulet cuit à la grillade pour une saveur fumée et délicieuse."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/meat4.mdl"
ITEM.hunger = 40
ITEM.boosts = {
intelligence = 2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -0,0 +1,27 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Sandwich"
ITEM.description = "Deux tranches de pain garnies de viande, de légumes et de fromage, parfait pour un déjeuner rapide."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/sandwich.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(509.64, 427.61, 310.24),
ang = Angle(24.9, 219.85, 0),
fov = 0.75
}
ITEM.hunger = 45
ITEM.boosts = {
intelligence = 3
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"

View File

@@ -0,0 +1,29 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Oeufs brouillés"
ITEM.description = "Mélange crémeux et coloré d'oeufs."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/eggmix.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-80.04, -61.74, 26.33),
ang = Angle(13.28, 37.71, 0),
fov = 4.34
}
ITEM.hunger = 25
ITEM.boosts = {
perception = 2,
intelligence = 2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"
ITEM.junk = "junk_tincan"

View File

@@ -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.name = "Soupe aux légumes"
ITEM.description = "Un bol de soupe chaude rempli de légumes flottants dans un bouillon savoureux."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/vegetablesoup.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(120.82, 101.34, 75.7),
ang = Angle(24.68, 219.93, 0),
fov = 2.67
}
ITEM.hunger = 30
ITEM.thirst = 20
ITEM.boosts = {
intelligence = 4
}
ITEM.spoil = true
ITEM.useSound = "ambient/levels/canals/toxic_slime_gurgle4.wav"

View File

@@ -0,0 +1,27 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Toast"
ITEM.description = "Une tranche de pain grillé, croustillante et dorée."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/toast.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(120.82, 101.34, 75.7),
ang = Angle(25.47, 220.07, 0),
fov = 2.67
}
ITEM.hunger = 13
ITEM.boosts = {
strength = 1
}
ITEM.spoil = true
ITEM.maxStackSize = 3

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Apple Ice Cream"
ITEM.description = "Bitter but sweet apple-flavored artificial ice cream."
ITEM.category = "Food"
ITEM.model = "models/willardnetworks/food/cproids.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-200, 0, 0),
ang = Angle(0, 0, 0),
fov = 3.05
}
ITEM.hunger = 18
ITEM.thirst = 10
ITEM.spoil = true
ITEM.useSound = "ambient/levels/canals/toxic_slime_gurgle4.wav"

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Banana Ice Cream"
ITEM.description = "Banana-flavored artificial ice cream filled with your daily dose of calcium… probably."
ITEM.category = "Food"
ITEM.model = "models/willardnetworks/food/cproids.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-200, 0, 0),
ang = Angle(0, 0, 0),
fov = 3.05
}
ITEM.hunger = 20
ITEM.thirst = 10
ITEM.spoil = true
ITEM.useSound = "ambient/levels/canals/toxic_slime_gurgle4.wav"

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Berry Ice Cream"
ITEM.description = "A concoction of different berry flavors inside a serving of artificial ice cream."
ITEM.category = "Food"
ITEM.model = "models/willardnetworks/food/cproids.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-200, 0, 0),
ang = Angle(0, 0, 0),
fov = 3.05
}
ITEM.hunger = 12
ITEM.thirst = 12
ITEM.spoil = true
ITEM.useSound = "ambient/levels/canals/toxic_slime_gurgle4.wav"

View File

@@ -0,0 +1,30 @@
--[[
| 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 Ice Cream"
ITEM.description = "A portion of artificial vanilla ice cream with a dash of bourbon poured inside and out."
ITEM.category = "Food"
ITEM.model = "models/willardnetworks/food/cproids.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-200, 0, 0),
ang = Angle(0, 0, 0),
fov = 3.05
}
ITEM.hunger = 10
ITEM.thirst = 15
ITEM.boosts = {
strength = 1,
perception = -1
}
ITEM.spoil = true
ITEM.useSound = "ambient/levels/canals/toxic_slime_gurgle4.wav"

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Salted Caramel Peanuts Ice Cream"
ITEM.description = "Artificial ice cream infused with salted raw peanuts and chunks of something made to taste like caramel."
ITEM.category = "Food"
ITEM.model = "models/willardnetworks/food/cproids.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-200, 0, 0),
ang = Angle(0, 0, 0),
fov = 3.05
}
ITEM.hunger = 22
ITEM.thirst = 15
ITEM.spoil = true
ITEM.useSound = "ambient/levels/canals/toxic_slime_gurgle4.wav"

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Coffee Ice Cream"
ITEM.description = "Dark coffee, but mixed into a faux ice cream form."
ITEM.category = "Food"
ITEM.model = "models/willardnetworks/food/cproids.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-200, 0, 0),
ang = Angle(0, 0, 0),
fov = 3.05
}
ITEM.hunger = 10
ITEM.thirst = 25
ITEM.spoil = true
ITEM.useSound = "ambient/levels/canals/toxic_slime_gurgle4.wav"

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Lemonade Ice Cream"
ITEM.description = "A terribly sour serving of ice cream flavored to taste like lemonade."
ITEM.category = "Food"
ITEM.model = "models/willardnetworks/food/cproids.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-200, 0, 0),
ang = Angle(0, 0, 0),
fov = 3.05
}
ITEM.hunger = 10
ITEM.thirst = 18
ITEM.spoil = true
ITEM.useSound = "ambient/levels/canals/toxic_slime_gurgle4.wav"

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Mint Chocolate Chip Ice Cream"
ITEM.description = "The magnum opus of ice cream: chocolate bits mixed within a portion of ice cream, perfectly blended with the brush of peppermint inside. The green color with chocolate patterns entice you; this flavor is a rarity, for sure."
ITEM.category = "Food"
ITEM.model = "models/willardnetworks/food/cproids.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-200, 0, 0),
ang = Angle(0, 0, 0),
fov = 3.05
}
ITEM.hunger = 25
ITEM.thirst = 20
ITEM.spoil = true
ITEM.useSound = "ambient/levels/canals/toxic_slime_gurgle4.wav"

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Orange Ice Cream"
ITEM.description = "A citrus-coated serving of orange-flavored artificial ice cream."
ITEM.category = "Food"
ITEM.model = "models/willardnetworks/food/cproids.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-200, 0, 0),
ang = Angle(0, 0, 0),
fov = 3.05
}
ITEM.hunger = 15
ITEM.thirst = 12
ITEM.spoil = true
ITEM.useSound = "ambient/levels/canals/toxic_slime_gurgle4.wav"

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Pineapple Ice Cream"
ITEM.description = "Real, fresh ice cream served with pineapple juice and chunks within. The perfect mix of sweet and sour."
ITEM.category = "Food"
ITEM.model = "models/willardnetworks/food/cproids.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-200, 0, 0),
ang = Angle(0, 0, 0),
fov = 3.05
}
ITEM.hunger = 30
ITEM.thirst = 25
ITEM.spoil = true
ITEM.useSound = "ambient/levels/canals/toxic_slime_gurgle4.wav"

View File

@@ -0,0 +1,25 @@
--[[
| 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 = "Bank Soda Red"
ITEM.description = "A red can adorned with the City Twenty-Four ensign and Bank Soda label. Inside the carbonated beverage is an eye-watering yellowish-brown caffeine-esque liquid, tasting bitterly sharp and servile. Evokes a profound sense of patriotism."
ITEM.category = "Food"
ITEM.model = "models/willardnetworks/food/bobdrinks_goodfella.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.skin = 3
ITEM.thirst = 35
ITEM.boosts = {
strength = 2,
perception = 1
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "comp_plastic"

View File

@@ -0,0 +1,25 @@
--[[
| 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 = "Bank Soda Grape"
ITEM.description = "A purple can with two wavy lines adorned with the Bank Soda emblem and images of grapes. Inside the carbonated beverage is a grape liquid with an artificially sweet, mildly sour, sugary flavour similar to grape."
ITEM.category = "Food"
ITEM.model = "models/willardnetworks/food/bobdrinks_goodfella.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.skin = 4
ITEM.thirst = 45
ITEM.boosts = {
agility = 1,
intelligence = 2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "comp_plastic"

View File

@@ -0,0 +1,21 @@
--[[
| 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 = "Bank Soda"
ITEM.description = "La boisson gazeuse de haute qualité fabriquée par Bank Soda. Laissez-vous séduire par les délices de Bank Soda avec ce sprite sucré entièrement biologique."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/bobdrinks_goodfella.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.skin = 2
ITEM.thirst = 35
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "comp_plastic"

View File

@@ -0,0 +1,25 @@
--[[
| 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 = "Bank Soda Lager"
ITEM.description = "A white-and-brown can adorned with the Bank Soda emblem. Inside the carbonated beverage is a glistening caramel liquid with a creamy-rich texture, tasting bitter-sweet like sarsaparilla, vanilla, and wintergreen."
ITEM.category = "Food"
ITEM.model = "models/willardnetworks/food/bobdrinks_goodfella.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.skin = 5
ITEM.thirst = 35
ITEM.boosts = {
agility = 3,
intelligence = 1
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "comp_plastic"

View File

@@ -0,0 +1,25 @@
--[[
| 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 = "Bank Soda Licorice"
ITEM.description = "A pink, confetti-and-bubblegum-covered can adorn with the Bank Soda emblem. Inside the carbonated beverage is a fluorescent green liquid of unknown origins, tasting of a vanilla mousse-like dessert for a smooth and piquantly sweet syrupy pop-like bubblegum flavour."
ITEM.category = "Food"
ITEM.model = "models/willardnetworks/food/bobdrinks_goodfella.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.skin = 6
ITEM.thirst = 42
ITEM.boosts = {
perception = 2,
agility = 2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "comp_plastic"

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Bank Soda Blue"
ITEM.description = "A blue can with a wavy design evoking the ocean torrent adorned with the Bank Soda emblem. Inside the carbonated beverage is a clear liquid with a faint bluish hue and tart sugariness, reminiscent of flavours like blue raspberry and pineapple."
ITEM.category = "Food"
ITEM.model = "models/willardnetworks/food/bobdrinks_goodfella.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.skin = 7
ITEM.thirst = 35
ITEM.boosts = {
agility = 2,
intelligence = 1
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "comp_plastic"

View File

@@ -0,0 +1,25 @@
--[[
| 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 = "Bank Soda Lite"
ITEM.description = "La boisson alternative à faible teneur en sucre à Bank Soda fabriquée par Bank Soda. Régalez-vous avec les délices de Bank Soda avec ce sprite diététique entièrement biologique."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/bobdrinks_goodfella.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.skin = 1
ITEM.thirst = 25
ITEM.boosts = {
perception = 1,
agility = -1
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "comp_plastic"

View File

@@ -0,0 +1,25 @@
--[[
| 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 = "Bank Soda Oriental"
ITEM.description = "La boisson gazeuse originale orientale et prédécesseur de Bank Soda fabriqué par Bank Soda. Faites-vous plaisir avec les délices de Bank Soda avec ce sprite entièrement biologique avec l'acidité ajoutée d'un dragon oriental.."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/bobdrinks_goodfella.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.skin = 0
ITEM.thirst = 42
ITEM.boosts = {
perception = 3,
intelligence = -2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "comp_plastic"

View File

@@ -0,0 +1,30 @@
--[[
| 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_beer"
ITEM.name = "Bière"
ITEM.description = "Boisson alcoolisée à base de céréales fermentées."
ITEM.category = "Nourriture"
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 = 40
ITEM.boosts = {
strength = 2,
intelligence = -1
}
ITEM.spoil = false
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_empty_beer"

View File

@@ -0,0 +1,30 @@
--[[
| 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_beer_kofman"
ITEM.name = "Bière blonde Kofman"
ITEM.description = "Cette bière à plus de gouts que les autres de l'union."
ITEM.category = "Nourriture"
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 = 40
ITEM.boosts = {
strength = 2,
intelligence = -2
}
ITEM.spoil = false
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_empty_beer"

View File

@@ -0,0 +1,25 @@
--[[
| 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_bobdark"
ITEM.name = "Soda Bob Dark"
ITEM.description = "Le goût subtil et sensuel de notre édition sombre enlèvera un morceau de votre âme mortelle à chaque gorgée! Avertissement : Veuillez consulter vos professionnels locaux de Willard Industries si des hallucinations démoniaques se produisent."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/bobdrinks_can.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.skin = 1
ITEM.thirst = 40
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "crafting_water"
ITEM.boosts = {
agility = 4
}

View File

@@ -0,0 +1,25 @@
--[[
| 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_bobenergy"
ITEM.name = "Soda Bob Énergie"
ITEM.description = "Buvez cette friandise sucrée en une seule gorgée pour passer d'un royaume à l'autre et devenir une énergie pure, en harmonie avec vous-même et l'univers."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/bobdrinks_can.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.skin = 6
ITEM.thirst = 40
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "crafting_water"
ITEM.boosts = {
agility = 4
}

View File

@@ -0,0 +1,25 @@
--[[
| 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_bobfizz"
ITEM.name = "Soda Bob Fizz"
ITEM.description = "L'étiquette indique : Citron, citron vert, sublime, sans bave ! Un goût frais et acidulé pour faire exploser vos papilles !"
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/bobdrinks_can.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.skin = 2
ITEM.thirst = 35
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "crafting_water"
ITEM.boosts = {
agility = 2
}

View File

@@ -0,0 +1,22 @@
--[[
| 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_bobgrape"
ITEM.name = "Soda Bob Grape"
ITEM.description = "L'étiquette se lit comme suit : Goût fruité doux ! Fabriqué à partir de vrais raisins artificiels et infusé d'une pâte ressemblant à de la boue sablonneuse!"
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/bobdrinks_can.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.skin = 0
ITEM.thirst = 25
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "crafting_water"

View File

@@ -0,0 +1,24 @@
--[[
| 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_boboriginal"
ITEM.name = "Bob Water Original"
ITEM.description = "Le doux accueil et le goût original de Bob Water. Avertissement : Peut provoquer des saignements intestinaux graves et une légère fatigue oculaire."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/bobdrinks_can.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.skin = 4
ITEM.thirst = 25
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "crafting_water"

View File

@@ -0,0 +1,25 @@
--[[
| 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_bobsurprise"
ITEM.name = "Soda Bob Surprise"
ITEM.description = "Le goût fort et saisissant du soda à la cerise. Savoureux, avec un goût unique garanti dans chaque canette ! Profitez d'une infusion aléatoire d'une innombrable variété d'ingrédients, y compris de la viande de cerf artificielle et des copeaux de crayon !"
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/bobdrinks_can.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.skin = 3
ITEM.thirst = 35
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "crafting_water"
ITEM.boosts = {
agility = 2
}

View File

@@ -0,0 +1,27 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.uniqueID = "drink_bobultra"
ITEM.name = "Soda Bob Ultra Nucléaire Mega Prime Energy"
ITEM.description = "Anomalie cosmique ou saveur interrompue, qui sait ? Ce que nous savons, c'est que c'est un tel objet de collection que seulement 3 personnes que nous connaissons l'ont bu, dont 2 ont disparu depuis des années ! Et l'autre est mort !"
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/bobdrinks_can.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.skin = 6
ITEM.thirst = 100
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "crafting_water"
ITEM.boosts = {
agility = 5,
perception = 5,
intelligence = 5
}

View File

@@ -0,0 +1,30 @@
--[[
| 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_bourbon"
ITEM.name = "Bourbon"
ITEM.description = "Une liqueur forte et brune."
ITEM.category = "Nourriture"
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.boosts = {
strength = 4,
perception = -2
}
ITEM.spoil = false
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_empty_bourbon"

View File

@@ -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 = "Canette d'eau"
ITEM.description = "Une canette en aluminium usagée qui a déjà contenu de l'eau. Elle est désormais vide et prête à être recyclée."
ITEM.category = "Nourriture"
ITEM.model = "models/props_junk/popcan01a.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(509.64, 427.61, 310.24),
ang = Angle(25.01, 220.01, 0),
fov = 0.6
}
ITEM.thirst = 20
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "crafting_water"
ITEM.boosts = {
perception = -1,
intelligence = -2
}
ITEM.functions.Convert = {
name = "Convertir",
icon = "icon16/wrench.png",
OnRun = function(item)
local client = item.player
local inventory = client:GetCharacter():GetInventory()
inventory:Add("crafting_water", 1, {original = item.uniqueID, spoilTime = item:GetData("spoilTime")})
client:Notify("Vous avez converti " .. item.name .. " en une cannette craftable.")
end
}

View File

@@ -0,0 +1,23 @@
--[[
| 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 = "Cappuccino"
ITEM.description = "Une tasse de café noir fumant pour vous donner un coup de fouet."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/coffee.mdl"
ITEM.thirst = 30
ITEM.boosts = {
agility = 2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_coffeecup"

View File

@@ -0,0 +1,54 @@
--[[
| 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_champagne"
ITEM.name = "Bouteille de champagne pétillant"
ITEM.description = "Selon les rumeurs, le champagne est toujours dans les hautes sphères, un régal prestigieux et rare à découvrir de nos jours."
ITEM.category = "Nourriture"
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 = 100
ITEM.boosts = {
perception = 3,
agility = 3,
intelligence = 5
}
ITEM.useSound = "ambient/materials/platedrop3.wav"
ITEM.openedItem = "drink_champagne_glass"
ITEM.openRequirementAmount = 3
ITEM.functions.Share = {
OnRun = function(item)
local client = item.player
local character = item.player:GetCharacter()
local inventory = character:GetInventory()
client:EmitSound(item.useSound)
-- Spawn the opened item if it exists
local requirementAmount = item.openRequirementAmount or 1
if (item.openedItem) then
local openedItemName = ix.item.list[item.openedItem] and ix.item.list[item.openedItem].name or item.openedItem
if (!inventory:Add(item.openedItem, requirementAmount)) then
client:NotifyLocalized("You need "..requirementAmount.." inventory spaces to pour 3 champagne glasses.")
return
end
client:NotifyLocalized("You have poured a "..item.name.." and been given a "..openedItemName)
end
end
}

View File

@@ -0,0 +1,25 @@
--[[
| 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_champagne_glass"
ITEM.name = "Coupe de champagne pétillant"
ITEM.description = "D'après les rumeurs, le champagne est toujours dans les hautes sphères, un régal prestigieux et rare à découvrir de nos jours.."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/white_wine_glass.mdl"
ITEM.thirst = 45
ITEM.boosts = {
perception = 2,
agility = 2,
intelligence = 3
}
ITEM.spoil = false
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"

View File

@@ -0,0 +1,23 @@
--[[
| 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 = "Café"
ITEM.description = "Une tasse de café noir fumant pour vous donner un coup de fouet."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/coffee.mdl"
ITEM.thirst = 30
ITEM.boosts = {
agility = 2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_coffeecup"

View File

@@ -0,0 +1,23 @@
--[[
| 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 = "Espresso"
ITEM.description = "Une tasse de café noir fumant pour vous donner un coup de fouet."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/coffee.mdl"
ITEM.thirst = 30
ITEM.boosts = {
agility = 2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_coffeecup"

View File

@@ -0,0 +1,23 @@
--[[
| 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 = "Flat white"
ITEM.description = "Une tasse de café noir fumant pour vous donner un coup de fouet."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/coffee.mdl"
ITEM.thirst = 30
ITEM.boosts = {
agility = 2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_coffeecup"

View File

@@ -0,0 +1,27 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.uniqueID = "drink_fruit_juice"
ITEM.name = "Jus de fruit"
ITEM.description = "Jus de fruit rafraîchissant, goût un peu authentique."
ITEM.category = "Nourriture"
ITEM.model = "models/props_junk/garbage_plasticbottle003a.mdl"
ITEM.width = 1
ITEM.height = 2
ITEM.iconCam = {
pos = Vector(230.3, 98.1, 48.72),
ang = Angle(11.04, 203.05, 0),
fov = 3.05
}
ITEM.cost = 15
ITEM.thirst = 50
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_empty_fruitjuice"

View File

@@ -0,0 +1,30 @@
--[[
| 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 = "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 = "Food"
ITEM.model = "models/willardnetworks/food/beer.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.skin = 1
ITEM.iconCam = {
pos = Vector(-164.23, -189.89, 37.43),
ang = Angle(6.75, 49.13, 0),
fov = 4.07
}
ITEM.thirst = 45
ITEM.boosts = {
strength = 2,
intelligence = -1
}
ITEM.spoil = false
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_empty_beer"

View File

@@ -0,0 +1,23 @@
--[[
| 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 = "Latte"
ITEM.description = "Une tasse de café noir fumant pour vous donner un coup de fouet."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/coffee.mdl"
ITEM.thirst = 30
ITEM.boosts = {
agility = 2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_coffeecup"

View File

@@ -0,0 +1,23 @@
--[[
| 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 = "Latte macchiato"
ITEM.description = "Une tasse de café noir fumant pour vous donner un coup de fouet."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/coffee.mdl"
ITEM.thirst = 30
ITEM.boosts = {
agility = 2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_coffeecup"

View File

@@ -0,0 +1,26 @@
--[[
| 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_lemonade"
ITEM.name = "Limonade"
ITEM.description = "Vous ne pouvez pas vous empêcher de vous demander où ils les fabriquent encore."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/prop_bar_bottle_b.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-509.64, -427.61, 310.24),
ang = Angle(24.53, 400.04, 0),
fov = 1.17
}
ITEM.thirst = 40
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"

View File

@@ -0,0 +1,23 @@
--[[
| 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 = "Macchiato"
ITEM.description = "Une tasse de café noir fumant pour vous donner un coup de fouet."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/coffee.mdl"
ITEM.thirst = 30
ITEM.boosts = {
agility = 2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_coffeecup"

View File

@@ -0,0 +1,21 @@
--[[
| 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 = "Substitut de lait"
ITEM.description = "Un carton de substitut de lait. Ressemble certainement au lait mais est un peu plus fin."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 2
ITEM.model = "models/props_junk/garbage_milkcarton002a.mdl"
ITEM.thirst = 20
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_carton"

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "nutrientdrink"
ITEM.name = "Soda Bob Brawn"
ITEM.description = "L'étiquette indique : Protection Civile Soda ! Pour quand on veut sentir l'autorité patriotique enivrante d'une police militariste ! Attention : Contient des fruits à coque."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/bobdrinks_can.mdl"
ITEM.skin = 5
ITEM.thirst = 60
ITEM.boosts = {
agility = 2,
perception = 1
}
ITEM.energyShift = 10 -- fatigue_system
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"

View File

@@ -0,0 +1,27 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.uniqueID = "drink_premium_water"
ITEM.name = "Eau de Breen de première qualité"
ITEM.description = "Une canette d'eau très chic avec un goût très sucré. Cela vous rend plus heureux pour une raison quelconque...?"
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/breencan2.mdl"
ITEM.iconCam = {
pos = Vector(509.64, 427.61, 310.24),
ang = Angle(25.01, 220.01, 0),
fov = 0.6
}
ITEM.thirst = 40
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "crafting_water"

View File

@@ -0,0 +1,26 @@
--[[
| 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_proc_beer"
ITEM.name = "Bière artificelle"
ITEM.description = "Une boisson rafraîchissante fermentée."
ITEM.category = "Nourriture"
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_beer"

View File

@@ -0,0 +1,26 @@
--[[
| 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_proc_bourbon"
ITEM.name = "Bourbon artificiel"
ITEM.description = "Une version synthétique du bourbon."
ITEM.category = "Nourriture"
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.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_empty_bourbon"

View File

@@ -0,0 +1,26 @@
--[[
| 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_proc_fruit_juice"
ITEM.name = "Jus de fruits artificiels"
ITEM.description = "Un liquide artificiel ressemblant à une sorte de jus de fruit."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/prop_bar_bottle_e.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(230.3, 98.1, 48.72),
ang = Angle(9.75, 203.12, 0),
fov = 3.36
}
ITEM.thirst = 25
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_green_bottle"

View File

@@ -0,0 +1,26 @@
--[[
| 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_proc_lemonade"
ITEM.name = "Limonade Artificielle"
ITEM.description = "Pas exactement la boisson la plus rafraîchissante... Il y a un léger arrière-goût métallique."
ITEM.category = "Nourriture"
ITEM.model = "models/props_junk/glassbottle01a.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-164.23, -189.89, 37.43),
ang = Angle(8.54, 49.14, 0),
fov = 3.24
}
ITEM.thirst = 25
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_green_bottle"

View File

@@ -0,0 +1,26 @@
--[[
| 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_proc_vodka"
ITEM.name = "Vodka Artificielle"
ITEM.description = "Il est plutôt difficile de dire à quoi cela ressemble. L'étiquette le décrit comme une sorte de vodka."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/vodka.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.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_empty_vodka"

View File

@@ -0,0 +1,26 @@
--[[
| 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_proc_whiskey"
ITEM.name = "Whisky Artificiel"
ITEM.description = "Vous supposeriez qu'il s'agit d'une sorte de whisky, comme le décrit la bouteille. Cependant, il n'a certainement pas le goût du whisky."
ITEM.category = "Nourriture"
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.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_empty_whiskey"

View File

@@ -0,0 +1,36 @@
--[[
| 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 = "Puka Vodna"
ITEM.description = "Un flacon marron contenant un liquide marron doré de qualité premium. L'étiquette au dos de la bouteille se lit en petits caractères... Remboursements non disponibles en cas de décès grave suite à une consommation d'alcool présumée."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/prop_bar_bottle_f.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.boosts = {
strength = -3,
agility = -3,
perception = -3,
intelligence = -3
}
ITEM.energyShift = -0.003 -- fatigue_system
ITEM.spoil = false
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.colorAppendix = {["green"] = "[Drug]: Applique des visuels d'écran loufoques. Les autres joueurs pourront détecter si vous êtes drogué.", ["blue"] = "[RP]: Vous pouvez ignorer le FearRP si vous êtes drogué."}
ITEM.drug = {
["bloom"] = 15, ["saturated"] = 15, ["jarate"] = 15
}
ITEM.junk = "junk_empty_beer"

View File

@@ -0,0 +1,55 @@
--[[
| 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_red_wine"
ITEM.name = "Vin rouge"
ITEM.description = "Une denrée rare et chère."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/red_wine.mdl"
ITEM.width = 1
ITEM.height = 2
ITEM.iconCam = {
pos = Vector(198.4, 22.59, 21.2),
ang = Angle(3.26, 186.5, 0),
fov = 2.17
}
ITEM.thirst = 100
ITEM.boosts = {
agility = 4,
intelligence = 4,
perception = 1
}
ITEM.junk = "junk_empty_wine"
ITEM.useSound = "ambient/materials/platedrop3.wav"
ITEM.openedItem = "drink_red_wine_glass" -- the uniqueID e.g what comes after 'sh_' in the file name unless ITEM.uniqueID is specified
ITEM.openRequirementAmount = 3
ITEM.functions.Share = {
OnRun = function(item)
local client = item.player
local character = item.player:GetCharacter()
local inventory = character:GetInventory()
client:EmitSound(item.useSound)
-- Spawn the opened item if it exists
local requirementAmount = item.openRequirementAmount or 1
if (item.openedItem) then
local openedItemName = ix.item.list[item.openedItem] and ix.item.list[item.openedItem].name or item.openedItem
if (!inventory:Add(item.openedItem, requirementAmount)) then
client:NotifyLocalized("You need "..requirementAmount.." inventory spaces to pour 3 wine glasses.")
return
end
client:NotifyLocalized("You have poured a "..item.name.." and been given a "..openedItemName)
end
end
}

View File

@@ -0,0 +1,55 @@
--[[
| 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_red_wine_deluxe_kofman"
ITEM.name = "Vin rouge : Château Deluxe Kofman"
ITEM.description = "Une excellente cuvé à fournir à vos meilleurs amis ou à un rendez-vous très important, ce vin rouge semble être authentique."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/red_wine.mdl"
ITEM.width = 1
ITEM.height = 2
ITEM.iconCam = {
pos = Vector(198.4, 22.59, 21.2),
ang = Angle(3.26, 186.5, 0),
fov = 2.17
}
ITEM.thirst = 100
ITEM.boosts = {
agility = 4,
intelligence = 5,
perception = 1
}
ITEM.junk = "junk_empty_wine"
ITEM.useSound = "ambient/materials/platedrop3.wav"
ITEM.openedItem = "drink_red_wine_deluxe_kofman_glass" -- the uniqueID e.g what comes after 'sh_' in the file name unless ITEM.uniqueID is specified
ITEM.openRequirementAmount = 3
ITEM.functions.Share = {
OnRun = function(item)
local client = item.player
local character = item.player:GetCharacter()
local inventory = character:GetInventory()
client:EmitSound(item.useSound)
-- Spawn the opened item if it exists
local requirementAmount = item.openRequirementAmount or 1
if (item.openedItem) then
local openedItemName = ix.item.list[item.openedItem] and ix.item.list[item.openedItem].name or item.openedItem
if (!inventory:Add(item.openedItem, requirementAmount)) then
client:NotifyLocalized("You need "..requirementAmount.." inventory spaces to pour 3 wine glasses.")
return
end
client:NotifyLocalized("You have poured a "..item.name.." and been given a "..openedItemName)
end
end
}

View File

@@ -0,0 +1,29 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.uniqueID = "drink_red_wine_deluxe_kofman_glass"
ITEM.name = "Verre de vin rouge Kofman Deluxe"
ITEM.description = "Un verre de vin rouge rare et cher avec un goût dévellopé. Une production Kofman pour sûr !"
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/wine_glass.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(99.24, 173.07, 23.81),
ang = Angle(4.37, 240.17, 0),
fov = 3.17
}
ITEM.thirst = 45
ITEM.boosts = {
agility = 4,
intelligence = 5
}
ITEM.spoil = false
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"

View File

@@ -0,0 +1,29 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.uniqueID = "drink_red_wine_glass"
ITEM.name = "Verre de vin rouge"
ITEM.description = "Un verre de vin rouge rare et cher."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/wine_glass.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(99.24, 173.07, 23.81),
ang = Angle(4.37, 240.17, 0),
fov = 3.17
}
ITEM.thirst = 45
ITEM.boosts = {
agility = 3,
intelligence = 3
}
ITEM.spoil = false
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"

View File

@@ -0,0 +1,54 @@
--[[
| 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_red_wine_kofman"
ITEM.name = "Vin rouge : Château Kofman"
ITEM.description = "Un Vin rouge qui se boit facilement, les amateurs de vin vous dirons que c'est un bon vin mais sans plus."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/red_wine.mdl"
ITEM.width = 1
ITEM.height = 2
ITEM.iconCam = {
pos = Vector(198.4, 22.59, 21.2),
ang = Angle(3.26, 186.5, 0),
fov = 2.17
}
ITEM.thirst = 100
ITEM.boosts = {
agility = 4,
intelligence = 5
}
ITEM.junk = "junk_empty_wine"
ITEM.useSound = "ambient/materials/platedrop3.wav"
ITEM.openedItem = "drink_red_wine_kofman_glass" -- the uniqueID e.g what comes after 'sh_' in the file name unless ITEM.uniqueID is specified
ITEM.openRequirementAmount = 3
ITEM.functions.Share = {
OnRun = function(item)
local client = item.player
local character = item.player:GetCharacter()
local inventory = character:GetInventory()
client:EmitSound(item.useSound)
-- Spawn the opened item if it exists
local requirementAmount = item.openRequirementAmount or 1
if (item.openedItem) then
local openedItemName = ix.item.list[item.openedItem] and ix.item.list[item.openedItem].name or item.openedItem
if (!inventory:Add(item.openedItem, requirementAmount)) then
client:NotifyLocalized("You need "..requirementAmount.." inventory spaces to pour 3 wine glasses.")
return
end
client:NotifyLocalized("You have poured a "..item.name.." and been given a "..openedItemName)
end
end
}

View File

@@ -0,0 +1,29 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.uniqueID = "drink_red_wine_kofman_glass"
ITEM.name = "Verre de vin rouge Kofman"
ITEM.description = "Un verre de vin rouge rare et cher de production Kofman."
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/wine_glass.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(99.24, 173.07, 23.81),
ang = Angle(4.37, 240.17, 0),
fov = 3.17
}
ITEM.thirst = 45
ITEM.boosts = {
agility = 4,
intelligence = 4
}
ITEM.spoil = false
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"

View File

@@ -0,0 +1,23 @@
--[[
| 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 = "Ristretto"
ITEM.description = "Une tasse de café noir fumant pour vous donner un coup de fouet."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/coffee.mdl"
ITEM.thirst = 30
ITEM.boosts = {
agility = 2
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_coffeecup"

View File

@@ -0,0 +1,19 @@
--[[
| 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 = "Saline"
ITEM.description = "Un mélange de chlorure de sodium et d'eau. Utilisé pour traiter la déshydratation."
ITEM.category = "Médical"
ITEM.model = "models/willardnetworks/skills/medjar4.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.thirst = 50
ITEM.spoil = false
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"

View File

@@ -0,0 +1,27 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.uniqueID = "drink_sparkling_water"
ITEM.name = "Eau pétillante de Breen"
ITEM.description = "Une canette d'eau rouge avec un peu de pétillant. C'est assez sucré."
ITEM.category = "Nourriture"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/willardnetworks/food/breencan1.mdl"
ITEM.iconCam = {
pos = Vector(509.64, 427.61, 310.24),
ang = Angle(25.01, 220.01, 0),
fov = 0.6
}
ITEM.thirst = 25
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "crafting_water"

View File

@@ -0,0 +1,29 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Tasse de thé"
ITEM.description = "Cette tasse de thé exhale une délicieuse vapeur chaude, vous invitant à prendre une pause apaisante dans votre aventure."
ITEM.category = "Nourriture"
ITEM.model = "models/props_junk/garbage_coffeemug001a.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-164.23, -189.89, 37.43),
ang = Angle(8.47, 49.22, 0),
fov = 2.05
}
ITEM.thirst = 35
ITEM.boosts = {
intelligence = 1,
perception = 1
}
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_mug"

View File

@@ -0,0 +1,30 @@
--[[
| 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_vodka"
ITEM.name = "Vodka"
ITEM.description = "Une des nombreuses liqueurs des profondeurs de la Patrie. Est-ce pour vous ?"
ITEM.category = "Nourriture"
ITEM.model = "models/willardnetworks/food/vodka.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.boosts = {
strength = -2,
agility = 4
}
ITEM.spoil = false
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.junk = "junk_empty_vodka"

Some files were not shown because too many files have changed in this diff Show More