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,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 = "Adrénaline"
ITEM.model = Model("models/willardnetworks/skills/adrenaline.mdl")
ITEM.description = "Cette petite seringue contient de l'adrénaline, une hormone qui peut aider à stimuler le système nerveux en cas d'urgence médicale. Elle est facilement reconnaissable grâce à son corps en plastique transparent et à son aiguille fine à l'extrémité."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "items/medshot4.wav"
ITEM.maxStackSize = 3
ITEM.healing = {
painkillers = 60
}
ITEM.boosts = {
agility = 4,
}
-- Drug effects list declared in plugins/drugs/sh_plugin.lua
ITEM.drug = {
["sharpen"] = 5
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Albuterol (Breathing)"
ITEM.model = Model("models/props_c17/TrapPropeller_Lever.mdl")
ITEM.description = "Albuterol stored inside an inhaler, is used to prevent and treat wheezing and shortness of breath caused by breathing problems. It is also used to prevent asthma brought on by exercise. It is a quick-relief medication and dispensed through a tube. Instruction read; insert inhaler mouthpiece, depress plunger and breath in deeply, hold breath for five seconds, then exhale. Repeat as necessary."
ITEM.category = "Pharma"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "items/medshot4.wav"
ITEM.maxStackSize = 3
ITEM.healing = {
bandage = 5,
disinfectant = 1,
painkillers = 5
}
ITEM.boosts = {
agility = 1,
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Amoxicillin (anti-biotic)"
ITEM.model = Model("models/willardnetworks/skills/pill_bottle.mdl")
ITEM.description = "A small orange pot of antibiotic medication pills that can be used to treat a number of bacterial infections. Treatments include middle ear infection, strep throat, pneumonia, skin infections, and urinary tract infections among others."
ITEM.category = "Pharma"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "items/medshot4.wav"
ITEM.maxStackSize = 4
ITEM.healing = {
bandage = 6,
disinfectant = 4,
painkillers = 10
}
ITEM.boosts = {
strength = 1,
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Atorvastatin (cardiovascular/cholesterol)"
ITEM.model = Model("models/willardnetworks/skills/pills1.mdl")
ITEM.description = "Small pills within an white foil covered wrapping, with a label stating the following; This is a statin medication used to prevent cardiovascular disease in those at high risk and to treat abnormal lipid levels. Do not take more then two per day, or outside of meal times."
ITEM.category = "Pharma"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "items/medshot4.wav"
ITEM.maxStackSize = 4
ITEM.healing = {
bandage = 8,
disinfectant = 4,
painkillers = 2
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Bandage"
ITEM.model = Model("models/stuff/bandages.mdl")
ITEM.description = "Un bandage de couleur blanche, légèrement élastique et doux au toucher, servant à envelopper une partie du corps pour maintenir une plaie ou une blessure en place et favoriser la guérison."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 6
ITEM.healing = {
bandage = 15
}
ITEM.useSound = "willardnetworks/inventory/inv_bandage.wav"

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 = "Pilule bleue - Basique"
ITEM.model = Model("models/willardnetworks/skills/pills5.mdl")
ITEM.description = "Une petite pilule bleue. Elle vous fait vous sentir un peu plus intelligent."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 2
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
ITEM.boosts = {
intelligence = 3
}

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 = "Pilule verte - Basique"
ITEM.model = Model("models/willardnetworks/skills/pills2.mdl")
ITEM.description = "Une petite pilule verte. Elle vous fait vous sentir un peu plus rapide."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 2
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
ITEM.boosts = {
agility = 3
}

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 = "Pilule rouge - Basique"
ITEM.model = Model("models/willardnetworks/skills/pills4.mdl")
ITEM.description = "Une petite pilule rouge basique. Elle vous fait vous sentir un peu plus fort."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 2
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
ITEM.boosts = {
strength = 3
}

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 = "Pilule jaune - Basique"
ITEM.model = Model("models/willardnetworks/skills/pills3.mdl")
ITEM.description = "Une petite pilule jaune. Votre vision semble s'être légèrement améliorée."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 2
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
ITEM.boosts = {
perception = 3
}

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 = "Poche de sang"
ITEM.model = Model("models/willardnetworks/skills/bloodbag.mdl")
ITEM.description = "Cette poche de sang est un sac en plastique souple, contenant du sang qui a été prélevé et conservé pour une utilisation ultérieure."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 4
ITEM.healing = {
bandage = 30,
disinfectant = 5
}
ITEM.outlineColor = Color(255, 204, 0, 100)
ITEM.colorAppendix = {["red"] = "Vous ne pouvez pas utiliser cet objet sur vous-même en plein combat, il doit être appliqué par un autre joueur."}

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 = "Stabilisateur de sang"
ITEM.model = Model("models/willardnetworks/skills/stimpak.mdl")
ITEM.description = "Une seringue remplie de composé rouge et d'analgésique, bonne pour faciliter la stabilisation des globules rouges dans le sang."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 4
ITEM.healing = {
bandage = 20,
painkillers = 40
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Pilule noire"
ITEM.model = Model("models/willardnetworks/skills/pills8.mdl")
ITEM.description = "Cette étrange pilule fabriquée via une voie chimique complexe stimule apparemment tous vos sens. Il y a une sorte de montée d'adrénaline..."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 2
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
ITEM.boosts = {
strength = 7,
perception = 7,
agility = 7,
intelligence = 7
}
ITEM.outlineColor = Color(255, 78, 69, 100)

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 = "Bouteille de désinfectant"
ITEM.model = Model("models/props_junk/glassjug01.mdl")
ITEM.description = "Une bouteille de désinfectant, utilisée pour nettoyer les plaies des bactéries."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 6
ITEM.healing = {
disinfectant = 4
}
ITEM.junk = "comp_plastic"
ITEM.colorAppendix = {["blue"] = "Vous avez besoin d'une autre bouteille en plastique pour diviser cette pile."}

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 = "Bandage désinfecté"
ITEM.model = Model("models/stuff/bandages.mdl")
ITEM.description = "Un rouleau de pansements sanitaires désinfectés. Utilisé pour arrêter les saignements et nettoyer les plaies."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 4
ITEM.healing = {
bandage = 15,
disinfectant = 7
}
ITEM.useSound = "willardnetworks/inventory/inv_bandage.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 = "Pâte artificielle"
ITEM.name = "Pâte artificielle modifiée"
ITEM.description = "Pâte artificielle mélangée avec un peu d'acide de batterie de voiture pour faire bonne mesure."
ITEM.model = Model("models/props_lab/jar01b.mdl")
ITEM.category = "Drogues"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "npc/antlion_grub/squashed.wav"
ITEM.boosts = {
strength = 5,
perception = -3,
intelligence = -3
}
ITEM.outlineColor = Color(128, 200, 97, 255)
ITEM.colorAppendix = {["green"] = "[Drogue]: 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 = {
["blackAndWhite"] = 15, ["bloom"] = 15, ["stealth"] = 15
}
ITEM.junk = "junk_jar"

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 = "Jus de baies"
ITEM.description = "Un flacon étrange rempli de liquide bleu, qui a le goût d'un jus de baies, qui reste cependant avec un mauvais goût."
ITEM.model = Model("models/willardnetworks/skills/chemical_flask4.mdl")
ITEM.category = "Drogues"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.boosts = {
strength = -2,
perception = 5,
intelligence = 5
}
ITEM.outlineColor = Color(128, 200, 97, 255)
ITEM.colorAppendix = {["green"] = "[Drogue]: 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 = {
["blueUber"] = 15, ["bluetint"] = 15, ["bloom"] = 15
}
ITEM.junk = "comp_glass"

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 = "Mix spécial"
ITEM.description = "Que se passerait-il si l'on prenait le distillat de toutes les boissons alcoolisées disponibles (publiquement), qu'on les mélangeait et qu'on s'injectait le produit obtenu dans le bras ? Les loyalistes ont dit rien de bon, tandis que les drogués de la basse-ville ont dit que vous vous élèveriez. Allez prouver que l'un ou l'autre a raison."
ITEM.category = "Drogues"
ITEM.model = Model("models/willardnetworks/skills/medx.mdl")
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.boosts = {
strength = 3,
perception = 5,
agility = 5,
intelligence = -5
}
ITEM.outlineColor = Color(128, 200, 97, 255)
ITEM.colorAppendix = {["green"] = "[Drogue]: 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 = {
["saturated"] = 15
}
ITEM.junk = "crafting_water"

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "Le shot sombre"
ITEM.description = "Du sang mélangé à divers médicaments, en le consommant, vous pouvez ressentir une sensation de brûlure dans la gorge."
ITEM.name = "Shot sombre"
ITEM.description = "Du sang mélangé à divers médicament. En le consommant, vous pouvez ressentir une sensation de brûlure dans la gorge."
ITEM.model = Model("models/willardnetworks/skills/medjar.mdl")
ITEM.category = "Drogues"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "items/medshot4.wav"
ITEM.boosts = {
strength = 6,
perception = -5,
agility = 6
}
ITEM.outlineColor = Color(128, 200, 97, 255)
ITEM.colorAppendix = {["green"] = "[Drogue]: 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 = {
["red"] = 15, ["bloom"] = 15, ["distort1"] = 15
}
ITEM.junk = "junk_jar"

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "Les abeilles du démon"
ITEM.name = "Abeilles du démon"
ITEM.description = "Une seringue remplie de liquide rouge foncé à l'intérieur qui, lors de l'injection, vous fait ressentir une sensation de brûlure extrême à l'endroit de l'injection."
ITEM.model = Model("models/willardnetworks/skills/medx.mdl")
ITEM.category = "Drogues"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "items/medshot4.wav"
ITEM.boosts = {
strength = 4,
perception = 6,
agility = 4,
intelligence = -7
}
ITEM.outlineColor = Color(128, 200, 97, 255)
ITEM.colorAppendix = {["green"] = "[Drogue]: 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, ["distort1"] = 5, ["redUber"] = 15
}
ITEM.junk = "comp_syringe"

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 = "Potion d'Ozz"
ITEM.description = "Liquide étrange dans un bocal en verre qui, à l'ouverture, a une odeur forte et étrange. Il a le goût de l'essence mais vous fait vous sentir intelligent et perspicace."
ITEM.model = Model("models/props_junk/glassjug01.mdl")
ITEM.category = "Drogues"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.boosts = {
strength = -3,
perception = 5,
agility =-3,
intelligence = 5
}
ITEM.outlineColor = Color(128, 200, 97, 255)
ITEM.colorAppendix = {["green"] = "[Drogue]: 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 = {
["greentint"] = 15, ["stealth"] = 15
}
ITEM.junk = "junk_brown_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.name = "Stimulant"
ITEM.description = "Un paquet écrasé de pilules mélangées dans une canette. Vous donne le sentiment d'être rapide."
ITEM.model = Model("models/props_junk/popcan01a.mdl")
ITEM.category = "Drogues"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "items/medshot4.wav"
ITEM.boosts = {
agility = 6
}
ITEM.outlineColor = Color(128, 200, 97, 255)
ITEM.colorAppendix = {["green"] = "[Drogue]: 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 = {
["gas"] = 15, ["jarate"] = 15, ["bloom"] = 15, ["sharpen"] = 15
}
ITEM.junk = "crafting_water"

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "Le troisième oeil"
ITEM.name = "Troisième oeil"
ITEM.description = "Un liquide blanc à l'intérieur de la seringue qui, après utilisation, pourrait vous faire ressentir une conscience accrue de l'environnement."
ITEM.model = Model("models/willardnetworks/skills/pyscho.mdl")
ITEM.category = "Drogues"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "items/medshot4.wav"
ITEM.boosts = {
strength =-3,
perception = 6,
agility = -3,
intelligence = 6
}
ITEM.outlineColor = Color(128, 200, 97, 255)
ITEM.colorAppendix = {["green"] = "[Drogue]: 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 = {
["jarate"] = 15, ["sobel"] = 15
}
ITEM.junk = "comp_syringe"

View File

@@ -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 = "T-X"
ITEM.description = "Une pilule raffinée qui vous fait vous sentir ultra-fort. Certains pensent que c'est ce qu'utilisent les soldats transhumains."
ITEM.description = "Une pilule raffinée qui vous fait vous sentir ultra-fort. Certains pensent que c'est ce qu'utilisent les soldats transhumains du Cartel."
ITEM.model = Model("models/willardnetworks/skills/pills2.mdl")
ITEM.category = "Drogues"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
ITEM.boosts = {
strength = 7,
perception = 7
}
ITEM.outlineColor = Color(128, 200, 97, 255)
ITEM.colorAppendix = {["green"] = "[Drogue]: 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 = {
["sobel"] = 15, ["blueUber"] = 15, ["stealth"] = 15, ["sharpen"] = 15
}
ITEM.junk = "comp_plastic"

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 = "Sirop"
ITEM.description = "Liquide brun dans une vieille bouteille. En la sentant, vous pouvez vous sentir vraiment léger. Ça a le goût du vieux sirop contre la toux."
ITEM.model = Model("models/willardnetworks/food/wine4.mdl")
ITEM.category = "Drogues"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.boosts = {
strength = 6,
perception = 6,
agility = 6,
intelligence = 6
}
ITEM.outlineColor = Color(128, 200, 97, 255)
ITEM.colorAppendix = {["green"] = "[Drogue]: 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 = {
["gas"] = 15, ["sharpen"] = 15, ["bloom"] = 15
}
ITEM.junk = "junk_brown_bottle"

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 = "Eye Drops"
ITEM.model = Model("models/willardnetworks/skills/hpsyringe.mdl")
ITEM.description = "A small dispenser, containing a liquid drug for the eyes. A label on the side reads; For dry eyes, minor irritations and general wash to remove debris and foreign objects.To use, tilt your head back and open the eyes, allow two or three drops to enter the eye, then blink rapidly."
ITEM.category = "Pharma"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "items/medshot4.wav"
ITEM.maxStackSize = 2
ITEM.healing = {
bandage = 5,
disinfectant = 2
}
ITEM.boosts = {
perception = 1,
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Trousse de premiers secours"
ITEM.model = Model("models/willardnetworks/skills/medkit.mdl")
ITEM.description = "La trousse de premier secours contient plusieurs articles essentiels pour les premiers secours, tels que des pansements, des compresses, une paire de ciseaux, du ruban adhésif et d'autres articles médicaux de base. Elle est conçue pour être facilement transportable et est souvent utilisée dans les situations d'urgence ou lors de voyages en plein air."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "items/medshot4.wav"
ITEM.maxStackSize = 3
ITEM.healing = {
bandage = 50,
disinfectant = 10,
painkillers = 25
}
ITEM.junk = "comp_stitched_cloth"
ITEM.outlineColor = Color(255, 204, 0, 100)
ITEM.colorAppendix = {["blue"] = "Vous avez besoin d'un autre morceau de tissu cousu pour diviser cette pile.", ["red"] = "Vous ne pouvez pas utliser cet item en plein combat, il doit être appliquer par un autre joueur."}

View File

@@ -0,0 +1,41 @@
--[[
| 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 = "Kit de soin"
ITEM.model = Model("models/items/healthkit.mdl")
ITEM.description = "Une trousse médicale blanche utilisée par le Cartel pour soigner les blessés. Elle contient un gel vert étrange, des outils médicaux mineurs et bien d'autres choses encore."
ITEM.category = "Médical"
ITEM.width = 2
ITEM.height = 2
ITEM.maxStackSize = 2
ITEM.healing = {
bandage = 75,
disinfectant = 35,
painkillers = 80
}
ITEM.outlineColor = Color(255, 78, 69, 100)
ITEM.colorAppendix = {["red"] = "Vous ne pouvez pas utiliser cet objet sur vous-même en plein combat, il doit être appliqué par un autre joueur."}
ITEM.holdData = {
vectorOffset = {
right = 0,
up = -0.5,
forward = 6
},
angleOffset = {
right = 0,
up = 90,
forward = -90
},
}

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 = "Seringue de Biogel"
ITEM.model = Model("models/willardnetworks/skills/hpsyringe.mdl")
ITEM.description = "Un objet aux multiples usages médicaux, capable d'administrer des liquides de manière précise."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 3
ITEM.healing = {
bandage = 30,
disinfectant = 6,
painkillers = 10
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Fiole de Biogel"
ITEM.model = Model("models/healthvial.mdl")
ITEM.description = "Un tube de gel vert mystérieux utilisé par le Cartel pour ses propriétés curatives."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 2
ITEM.healing = {
bandage = 50,
disinfectant = 20,
painkillers = 40
}
ITEM.junk = "junk_emptyvial"
ITEM.outlineColor = Color(255, 204, 0, 100)
ITEM.colorAppendix = {["red"] = "Vous ne pouvez pas utliser cet item en plein combat, il doit être appliquer par un autre joueur."}

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 = "Ibuprofen (universal)"
ITEM.model = Model("models/willardnetworks/skills/pills8.mdl")
ITEM.description = "A small box, with a set of pills lying within. They can relieve pain, fever and inflammation, including migraines, and rheumatoid arthritis."
ITEM.category = "Pharma"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "items/medshot4.wav"
ITEM.maxStackSize = 3
ITEM.healing = {
bandage = 10,
painkillers = 15
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Pilule bleue - Améliorée"
ITEM.model = Model("models/willardnetworks/skills/pills5.mdl")
ITEM.description = "Une petite pilule bleue. Elle vous fait sentir plus intelligent."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 2
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
ITEM.boosts = {
intelligence = 5
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Pilule verte - Améliorée"
ITEM.model = Model("models/willardnetworks/skills/pills2.mdl")
ITEM.description = "Une petite pilule verte. Elle vous fait sentir plus rapide."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 2
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
ITEM.boosts = {
agility = 5
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Pilule rouge - Améliorée"
ITEM.model = Model("models/willardnetworks/skills/pills4.mdl")
ITEM.description = "Une petite pilule rouge. Elle vous fait sentir plus fort."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 2
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
ITEM.boosts = {
strength = 5
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Pilule jaune - Améliorée"
ITEM.model = Model("models/willardnetworks/skills/pills3.mdl")
ITEM.description = "Une petite pilule jaune. Vous pouvez soudainement voir beaucoup plus clairement."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 2
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
ITEM.boosts = {
perception = 5
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Lamotrigine (epilepsy)"
ITEM.model = Model("models/willardnetworks/skills/daytripper.mdl")
ITEM.description = "A rather large tub and coloured in green, this medication is used to treat epilepsy and stabilize mood in bipolar disorder. For epilepsy, this includes focal seizures, tonic-clonic seizures, and seizures in Lennox-Gastaut syndrome. Pills are located within small strips."
ITEM.category = "Pharma"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "items/medshot4.wav"
ITEM.maxStackSize = 2
ITEM.healing = {
bandage = 5,
disinfectant = 5,
painkillers = 5
}
ITEM.boosts = {
intelligence = 1,
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Levothyroxine (thyroid)"
ITEM.model = Model("models/willardnetworks/skills/daytripper.mdl")
ITEM.description = "A synthetic form of the thyroid hormone thyroxine. It is used to treat thyroid hormone deficiency, including a severe form known as myxedema coma. It may also be used to treat and prevent certain types of thyroid tumors. Small pills sit inside this small, green coloured plastic tub."
ITEM.category = "Pharma"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "items/medshot4.wav"
ITEM.maxStackSize = 3
ITEM.healing = {
bandage = 5,
disinfectant = 5,
painkillers = 5
}
ITEM.boosts = {
intelligence = 1,
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Bandage de fortune"
ITEM.model = Model("models/stuff/bandages_dirty.mdl")
ITEM.description = "Un morceau de tissu usé et déchiré, recouvert de taches de sang séché. Il semble avoir été utilisé pour des blessures et des soins d'urgence dans des situations difficiles."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 3
ITEM.healing = {
bandage = 10
}
ITEM.useSound = "willardnetworks/inventory/inv_bandage.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 = "Microzide (blood pressure/swelling)"
ITEM.model = Model("models/willardnetworks/skills/pills3.mdl")
ITEM.description = "This medication is used to treat high blood pressure. Lowering high blood pressure helps prevent strokes, heart attacks, and kidney problems. Larger than average pills sit within packets inside the box."
ITEM.category = "Pharma"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "items/medshot4.wav"
ITEM.maxStackSize = 3
ITEM.healing = {
bandage = 8,
disinfectant = 4,
painkillers = 4
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Morphine"
ITEM.model = Model("models/willardnetworks/skills/adrenaline.mdl")
ITEM.description = "Un liquide incolore et limpide, contenu dans une seringue, qui peut apporter un soulagement immédiat à la douleur."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 3
ITEM.useSound = "items/medshot4.wav"
ITEM.healing = {
painkillers = 80
}
ITEM.boosts = {
strength = 4
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Pilules oranges"
ITEM.model = Model("models/willardnetworks/skills/pills7.mdl")
ITEM.description = "Ces pilules vous font apparemment vous sentir un peu plus fort et votre vision devient plus nette."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 2
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
ITEM.boosts = {
strength = 3,
perception = 3
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Analgésiques"
ITEM.model = Model("models/willardnetworks/skills/pills1.mdl")
ITEM.description = "Un paquet d'analgésiques. Il procure un soulagement temporaire des douleurs mineures."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
ITEM.maxStackSize = 4
ITEM.healing = {
painkillers = 25
}

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 = "Pantoprazole (stomach)"
ITEM.model = Model("models/willardnetworks/skills/radx.mdl")
ITEM.description = "Pantoprazole reduces the amount of acid your stomach makes. It's used for heartburn, acid reflux and gastro-oesophageal reflux disease, whilst also treating stomach ulcers. Pills sit inside a red tub."
ITEM.category = "Pharma"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "items/medshot4.wav"
ITEM.maxStackSize = 3
ITEM.healing = {
bandage = 5,
disinfectant = 5,
painkillers = 5
}
ITEM.boosts = {
strength = 1,
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Prednisone (inflammation)"
ITEM.model = Model("models/willardnetworks/skills/radxbos.mdl")
ITEM.description = "A glucocorticoid medication used to suppress the immune system and decrease inflammation in conditions such as asthma, COPD, and rheumatologic diseases. It is also used to treat high blood calcium due to cancer and adrenal insufficiency along with other steroids. Pills lay inside a rather large looking box, with a green plastic."
ITEM.category = "Pharma"
ITEM.width = 1
ITEM.height = 1
ITEM.useSound = "items/medshot4.wav"
ITEM.maxStackSize = 4
ITEM.healing = {
bandage = 8,
disinfectant = 5,
painkillers = 8
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Pilules violettes"
ITEM.model = Model("models/willardnetworks/skills/pills6.mdl")
ITEM.description = "Ces pilules vous font apparemment courir plus vite et vous font sentir plus intelligent."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 2
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
ITEM.boosts = {
agility = 3,
intelligence = 3
}
ITEM.outlineColor = Color(255, 204, 0, 100)

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 = "Pilule bleue de qualité"
ITEM.model = Model("models/willardnetworks/skills/pills5.mdl")
ITEM.description = "Une pilule bleue intéressante avec un goût beaucoup plus raffiné qu'auparavant. Cela vous fait vous sentir super intelligent... la connaissance se précipite dans l'esprit."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 2
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
ITEM.boosts = {
intelligence = 7
}
ITEM.outlineColor = Color(255, 78, 69, 100)

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 = "Pilule verte de qualité"
ITEM.model = Model("models/willardnetworks/skills/pills2.mdl")
ITEM.description = "Une pilule verte intéressante, avec un goût beaucoup plus raffiné qu'auparavant. Cela vous fait vous sentir super vite."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 2
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
ITEM.boosts = {
agility = 7,
}
ITEM.outlineColor = Color(255, 78, 69, 100)

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 = "Pilule rouge de qualité"
ITEM.model = Model("models/willardnetworks/skills/pills4.mdl")
ITEM.description = "Une pastille rouge intéressante, avec un goût beaucoup plus raffiné qu'auparavant. Cela vous fait vous sentir super fort."
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 2
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
ITEM.boosts = {
strength = 7
}
ITEM.outlineColor = Color(255, 78, 69, 100)

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 = "Pilule jaune de qualité"
ITEM.model = Model("models/willardnetworks/skills/pills3.mdl")
ITEM.description = "Une pastille jaune intéressante, avec un goût beaucoup plus raffiné qu'auparavant. Cela améliore beaucoup votre vision... est-ce une araignée sur mon mur ?"
ITEM.category = "Médical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 2
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
ITEM.boosts = {
perception = 7
}
ITEM.outlineColor = Color(255, 78, 69, 100)

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 = "Trousse chirurgicale"
ITEM.model = Model("models/willardnetworks/skills/surgicalkit.mdl")
ITEM.description = "Une trousse rigide de couleur rouge, fermée par deux clips métalliques. À l'intérieur, des instruments tranchants et précis sont soigneusement disposés dans des poches élastiques. Des ciseaux, des pinces, un bistouri et bien plus encore."
ITEM.category = "Médical"
ITEM.maxStackSize = 3
ITEM.useSound = "items/medshot4.wav"
ITEM.healing = {
bandage = 65,
disinfectant = 20,
painkillers = 35
}
ITEM.junk = "comp_stitched_cloth"
ITEM.outlineColor = Color(255, 78, 69, 100)
ITEM.colorAppendix = {["blue"] = "Vous avez besoin d'un autre morceau de tissu cousu pour diviser cette pile.", ["red"] = "Vous ne pouvez pas utliser cet item en plein combat, il doit être appliquer par un autre joueur."}