mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
Upload
This commit is contained in:
@@ -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 = "Adrenaline"
|
||||
ITEM.model = Model("models/willardnetworks/skills/adrenaline.mdl")
|
||||
ITEM.description = "A syringe filled with adrenaline. It provides temporary relief from medium pains."
|
||||
ITEM.category = "Medical"
|
||||
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)
|
||||
|
||||
ITEM.usableInCombat = true
|
||||
@@ -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 = "Medical"
|
||||
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)
|
||||
@@ -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 = "Medical"
|
||||
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)
|
||||
@@ -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 = "Medical"
|
||||
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)
|
||||
@@ -0,0 +1,34 @@
|
||||
--[[
|
||||
| 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 Roll"
|
||||
ITEM.model = Model("models/stuff/bandages.mdl")
|
||||
ITEM.description = "A roll of bandages. Used to stop bleeding."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 6
|
||||
ITEM.healing = {
|
||||
bandage = 15
|
||||
}
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_bandage.wav"
|
||||
ITEM.usableInCombat = true
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 1.5,
|
||||
up = 0,
|
||||
forward = 1
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 90,
|
||||
forward = -90
|
||||
},
|
||||
}
|
||||
@@ -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 = "Basic Blue Pill"
|
||||
ITEM.model = Model("models/willardnetworks/skills/pills5.mdl")
|
||||
ITEM.description = "A basic and small blue pill. It makes you feel... somewhat more intelligent."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 2
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
||||
ITEM.boosts = {
|
||||
intelligence = 1
|
||||
}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -0.5,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 10,
|
||||
up = 0,
|
||||
forward = -80
|
||||
},
|
||||
}
|
||||
@@ -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 = "Basic Green Pill"
|
||||
ITEM.model = Model("models/willardnetworks/skills/pills2.mdl")
|
||||
ITEM.description = "A basic and small green pill. It makes you feel... somewhat faster."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 2
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
||||
ITEM.boosts = {
|
||||
agility = 1
|
||||
}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -0.5,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 10,
|
||||
up = 0,
|
||||
forward = -80
|
||||
},
|
||||
}
|
||||
@@ -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 = "Basic Red Pill"
|
||||
ITEM.model = Model("models/willardnetworks/skills/pills4.mdl")
|
||||
ITEM.description = "A basic and small red pill. It makes you feel... somewhat stronger."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 2
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
||||
ITEM.boosts = {
|
||||
strength = 1
|
||||
}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -0.5,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 10,
|
||||
up = 0,
|
||||
forward = -80
|
||||
},
|
||||
}
|
||||
@@ -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 = "Basic Yellow Pill"
|
||||
ITEM.model = Model("models/willardnetworks/skills/pills3.mdl")
|
||||
ITEM.description = "A basic and small yellow pill. Your vision seems to have improved slightly."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 2
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
||||
ITEM.boosts = {
|
||||
perception = 1
|
||||
}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -0.5,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 10,
|
||||
up = 0,
|
||||
forward = -80
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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 = "Blood Bag"
|
||||
ITEM.model = Model("models/willardnetworks/skills/bloodbag.mdl")
|
||||
ITEM.description = "A plastic bag with a hose and needle attached. It seems to have blood in it."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 4
|
||||
ITEM.healing = {
|
||||
bandage = 30,
|
||||
disinfectant = 5
|
||||
}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = -0.5,
|
||||
up = 0,
|
||||
forward = 1,5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 90,
|
||||
up = 0,
|
||||
forward = -90
|
||||
},
|
||||
}
|
||||
ITEM.outlineColor = Color(255, 204, 0, 100)
|
||||
ITEM.colorAppendix = {["red"] = "You cannot use this item on yourself mid-combat, must be applied by another player."}
|
||||
@@ -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 = "Blood Stabilizer"
|
||||
ITEM.model = Model("models/willardnetworks/skills/stimpak.mdl")
|
||||
ITEM.description = "A syringe filled with red compound and painkiller, good to ease pain build recovery."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
|
||||
ITEM.maxStackSize = 4
|
||||
ITEM.healing = {
|
||||
bandage = 20,
|
||||
painkillers = 40
|
||||
}
|
||||
|
||||
ITEM.outlineColor = Color(255, 204, 0, 100)
|
||||
@@ -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 = "Dark Pills"
|
||||
ITEM.model = Model("models/willardnetworks/skills/pills8.mdl")
|
||||
ITEM.description = "This odd pill made via a complex route of chemistry seemingly boosts all your senses. There's a sort of adrenalina rush to it.."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 1
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
||||
ITEM.boosts = {
|
||||
strength = 4,
|
||||
perception = 4,
|
||||
agility = 4,
|
||||
intelligence = 4
|
||||
}
|
||||
ITEM.outlineColor = Color(255, 78, 69, 100)
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -0.5,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 10,
|
||||
up = 0,
|
||||
forward = -80
|
||||
},
|
||||
}
|
||||
@@ -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 = "Bottle of Disinfectant"
|
||||
ITEM.model = Model("models/willardnetworks/props/disinfectant.mdl")
|
||||
ITEM.description = "A bottle of disinfectant, used to cleanse wounds of bacteria."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 6
|
||||
ITEM.healing = {
|
||||
disinfectant = 4
|
||||
}
|
||||
ITEM.junk = "comp_plastic"
|
||||
ITEM.usableInCombat = true
|
||||
|
||||
ITEM.colorAppendix = {["blue"] = "You need another plastic bottle to split this stack."}
|
||||
@@ -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 = "Disinfected Bandage Roll"
|
||||
ITEM.model = Model("models/stuff/bandages.mdl")
|
||||
ITEM.description = "A roll of disinfected sanitary bandages. Used to stop bleeding and clean wounds."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
|
||||
ITEM.maxStackSize = 4
|
||||
ITEM.healing = {
|
||||
bandage = 15,
|
||||
disinfectant = 7
|
||||
}
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_bandage.wav"
|
||||
ITEM.usableInCombat = true
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 1.5,
|
||||
up = 0,
|
||||
forward = 1
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 90,
|
||||
forward = -90
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Artificial Fun"
|
||||
ITEM.description = "Mushed up artificial paste with a bit of car battery acid for good measure."
|
||||
ITEM.model = Model("models/props_lab/jar01b.mdl")
|
||||
ITEM.category = "Drugs"
|
||||
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"] = "[Drug]: Applies whacky screen visuals. Other players will be able to detect if you're drugged.", ["blue"] = "[RP]: You can ignore FearRP if you are drugged."}
|
||||
ITEM.drug = {
|
||||
["blackAndWhite"] = 15, ["bloom"] = 15, ["stealth"] = 15
|
||||
}
|
||||
ITEM.junk = "junk_jar"
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = -1.5,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Blue Berry"
|
||||
ITEM.description = "A strange vial filled with blue liquid, it tastes like a berry juice but smells disgustingly."
|
||||
ITEM.model = Model("models/willardnetworks/skills/chemical_flask4.mdl")
|
||||
ITEM.category = "Drugs"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.boosts = {
|
||||
strength = -2,
|
||||
agility = -2,
|
||||
perception = 3,
|
||||
intelligence = 3
|
||||
}
|
||||
ITEM.outlineColor = Color(128, 200, 97, 255)
|
||||
ITEM.colorAppendix = {["green"] = "[Drug]: Applies whacky screen visuals. Other players will be able to detect if you're drugged.", ["blue"] = "[RP]: You can ignore FearRP if you are drugged."}
|
||||
ITEM.drug = {
|
||||
["blueUber"] = 15, ["bluetint"] = 15, ["bloom"] = 15
|
||||
}
|
||||
@@ -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 = "Bob's Trail Mix"
|
||||
ITEM.description = "What would happen if you took the distillate of every bob drink (publicly) available, mixed them together and injected the resulting product right into your arm? Scientists said 'Nothing Good', while the Crackhead down in the slums said 'you ascend'. Go prove one or the other right."
|
||||
ITEM.model = Model("models/willardnetworks/food/bobdrinks_can.mdl")
|
||||
ITEM.category = "Drugs"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.boosts = {
|
||||
strength = -1,
|
||||
perception = 3,
|
||||
agility = 3,
|
||||
intelligence = -4
|
||||
}
|
||||
ITEM.outlineColor = Color(128, 200, 97, 255)
|
||||
ITEM.colorAppendix = {["green"] = "[Drug]: Applies whacky screen visuals. Other players will be able to detect if you're drugged.", ["blue"] = "[RP]: You can ignore FearRP if you are drugged."}
|
||||
ITEM.drug = {
|
||||
["saturated"] = 15
|
||||
}
|
||||
ITEM.junk = "junk_empty_can"
|
||||
@@ -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 = "Dark Shot"
|
||||
ITEM.description = "Blood mixed with various medications, upon consuming it you can feel a burning sensation in your throat."
|
||||
ITEM.model = Model("models/willardnetworks/skills/medjar.mdl")
|
||||
ITEM.category = "Drugs"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.useSound = "items/medshot4.wav"
|
||||
ITEM.boosts = {
|
||||
strength = 4,
|
||||
perception = -5,
|
||||
agility = 3
|
||||
}
|
||||
ITEM.outlineColor = Color(128, 200, 97, 255)
|
||||
ITEM.colorAppendix = {["green"] = "[Drug]: Applies whacky screen visuals. Other players will be able to detect if you're drugged.", ["blue"] = "[RP]: You can ignore FearRP if you are drugged."}
|
||||
ITEM.drug = {
|
||||
["red"] = 15, ["bloom"] = 15, ["distort1"] = 15
|
||||
}
|
||||
ITEM.junk = "junk_jar"
|
||||
@@ -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 = "Demon's Bees"
|
||||
ITEM.description = "A syringe filled with dark red liquid inside, upon injection you can feel extreme burning sensation in the location of injection."
|
||||
ITEM.model = Model("models/willardnetworks/skills/medx.mdl")
|
||||
ITEM.category = "Drugs"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.useSound = "items/medshot4.wav"
|
||||
ITEM.boosts = {
|
||||
strength = 2,
|
||||
perception = 3,
|
||||
agility = 2,
|
||||
intelligence = -7
|
||||
}
|
||||
ITEM.outlineColor = Color(128, 200, 97, 255)
|
||||
ITEM.colorAppendix = {["green"] = "[Drug]: Applies whacky screen visuals. Other players will be able to detect if you're drugged.", ["blue"] = "[RP]: You can ignore FearRP if you are drugged."}
|
||||
ITEM.drug = {
|
||||
["bloom"] = 15, ["distort1"] = 5, ["redUber"] = 15
|
||||
}
|
||||
ITEM.junk = "comp_syringe"
|
||||
@@ -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 = "Ozz's Potion"
|
||||
ITEM.description = "Strange liquid in a glass jar, upon opening it has a strong and strange smell. It tastes like gasoline but makes you feel clever and perceptive."
|
||||
ITEM.model = Model("models/props_junk/glassjug01.mdl")
|
||||
ITEM.category = "Drugs"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.boosts = {
|
||||
strength = -4,
|
||||
perception = 5,
|
||||
agility =-3,
|
||||
intelligence = 5
|
||||
}
|
||||
ITEM.outlineColor = Color(128, 200, 97, 255)
|
||||
ITEM.colorAppendix = {["green"] = "[Drug]: Applies whacky screen visuals. Other players will be able to detect if you're drugged.", ["blue"] = "[RP]: You can ignore FearRP if you are drugged."}
|
||||
ITEM.drug = {
|
||||
["greentint"] = 15, ["stealth"] = 15
|
||||
}
|
||||
ITEM.junk = "junk_empty_bottle"
|
||||
@@ -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 = "Speed"
|
||||
ITEM.description = "A crushed pack of pills mixed in a can. Gives you feeling of being fast."
|
||||
ITEM.model = Model("models/props_junk/popcan01a.mdl")
|
||||
ITEM.category = "Drugs"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.useSound = "items/medshot4.wav"
|
||||
ITEM.boosts = {
|
||||
agility = 6,
|
||||
strength = -4
|
||||
}
|
||||
ITEM.outlineColor = Color(128, 200, 97, 255)
|
||||
ITEM.colorAppendix = {["green"] = "[Drug]: Applies whacky screen visuals. Other players will be able to detect if you're drugged.", ["blue"] = "[RP]: You can ignore FearRP if you are drugged."}
|
||||
ITEM.drug = {
|
||||
["gas"] = 15, ["jarate"] = 15, ["bloom"] = 15, ["sharpen"] = 15
|
||||
}
|
||||
ITEM.junk = "junk_empty_water"
|
||||
@@ -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 = "The Third Eye"
|
||||
ITEM.description = "A white liquid inside of the syringe, after usage someone could feel increased awareness of the surroundings."
|
||||
ITEM.model = Model("models/willardnetworks/skills/pyscho.mdl")
|
||||
ITEM.category = "Drugs"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.useSound = "items/medshot4.wav"
|
||||
ITEM.boosts = {
|
||||
strength =-5,
|
||||
perception = 6,
|
||||
agility = -4,
|
||||
intelligence = 6
|
||||
}
|
||||
ITEM.outlineColor = Color(128, 200, 97, 255)
|
||||
ITEM.colorAppendix = {["green"] = "[Drug]: Applies whacky screen visuals. Other players will be able to detect if you're drugged.", ["blue"] = "[RP]: You can ignore FearRP if you are drugged."}
|
||||
ITEM.drug = {
|
||||
["jarate"] = 15, ["sobel"] = 15
|
||||
}
|
||||
ITEM.junk = "comp_syringe"
|
||||
@@ -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 = "Transhumano"
|
||||
ITEM.description = "A refined pill that makes you feel ultra-strong, some believe this is what transhumans use."
|
||||
ITEM.model = Model("models/willardnetworks/skills/pills2.mdl")
|
||||
ITEM.category = "Drugs"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
||||
ITEM.boosts = {
|
||||
strength = 5,
|
||||
perception = 6,
|
||||
agility = -5,
|
||||
intelligence = -3
|
||||
}
|
||||
ITEM.outlineColor = Color(128, 200, 97, 255)
|
||||
ITEM.colorAppendix = {["green"] = "[Drug]: Applies whacky screen visuals. Other players will be able to detect if you're drugged.", ["blue"] = "[RP]: You can ignore FearRP if you are drugged."}
|
||||
ITEM.drug = {
|
||||
["sobel"] = 15, ["blueUber"] = 15, ["stealth"] = 15, ["sharpen"] = 15
|
||||
}
|
||||
ITEM.junk = "comp_plastic"
|
||||
@@ -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 = "XP"
|
||||
ITEM.description = "Brown liquid in an old bottle, upon smelling to it you can feel really light. It tastes like old cough syrup."
|
||||
ITEM.model = Model("models/willardnetworks/food/wine4.mdl")
|
||||
ITEM.category = "Drugs"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.boosts = {
|
||||
strength = 4,
|
||||
perception = 3,
|
||||
agility = 5,
|
||||
intelligence = 2
|
||||
}
|
||||
ITEM.outlineColor = Color(128, 200, 97, 255)
|
||||
ITEM.colorAppendix = {["green"] = "[Drug]: Applies whacky screen visuals. Other players will be able to detect if you're drugged.", ["blue"] = "[RP]: You can ignore FearRP if you are drugged."}
|
||||
ITEM.drug = {
|
||||
["gas"] = 15, ["sharpen"] = 15, ["bloom"] = 15
|
||||
}
|
||||
ITEM.junk = "junk_empty_bottle"
|
||||
@@ -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 = "Medical"
|
||||
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)
|
||||
@@ -0,0 +1,38 @@
|
||||
--[[
|
||||
| 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 = "First Aid Kit"
|
||||
ITEM.model = Model("models/willardnetworks/skills/medkit.mdl")
|
||||
ITEM.description = "A small red bag with a decent and immediate response to health issues."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.useSound = "items/medshot4.wav"
|
||||
ITEM.maxStackSize = 3
|
||||
ITEM.healing = {
|
||||
bandage = 50,
|
||||
disinfectant = 15,
|
||||
painkillers = 25
|
||||
}
|
||||
ITEM.junk = "comp_stitched_cloth"
|
||||
ITEM.outlineColor = Color(255, 204, 0, 100)
|
||||
ITEM.colorAppendix = {["blue"] = "You need another piece of stitched cloth to split this stack.", ["red"] = "You cannot use this item on yourself mid-combat, must be applied by another player."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = -2,
|
||||
up = -0.5,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 90,
|
||||
up = -90,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
--[[
|
||||
| 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 = "Health Kit"
|
||||
ITEM.model = Model("models/items/healthkit.mdl")
|
||||
ITEM.description = "A white medical kit used by the Combine to heal injured. Come with strange green gel, minor medical tools, and more."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.maxStackSize = 2
|
||||
ITEM.healing = {
|
||||
bandage = 50,
|
||||
disinfectant = 20,
|
||||
painkillers = 40
|
||||
}
|
||||
ITEM.outlineColor = Color(255, 78, 69, 100)
|
||||
ITEM.colorAppendix = {["red"] = "You cannot use this item on yourself mid-combat, must be applied by another player."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0,
|
||||
up = -0.5,
|
||||
forward = 6
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 90,
|
||||
forward = -90
|
||||
},
|
||||
}
|
||||
@@ -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 = "Health Syringe"
|
||||
ITEM.model = Model("models/willardnetworks/skills/hpsyringe.mdl")
|
||||
ITEM.description = "A viscous viridescent fluid flows inside a small capsule upon the syringe. An auto-injector hides behind a translucent cap."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
|
||||
ITEM.maxStackSize = 3
|
||||
ITEM.healing = {
|
||||
bandage = 25,
|
||||
disinfectant = 12,
|
||||
painkillers = 15
|
||||
}
|
||||
|
||||
ITEM.outlineColor = Color(255, 204, 0, 100)
|
||||
ITEM.usableInCombat = true
|
||||
@@ -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 = "Health Vial"
|
||||
ITEM.model = Model("models/willardnetworks/syringefull.mdl")
|
||||
ITEM.description = "A tube of mysterious green gel used by the Combine for its healing properties."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
|
||||
ITEM.maxStackSize = 2
|
||||
ITEM.healing = {
|
||||
bandage = 35,
|
||||
disinfectant = 15,
|
||||
painkillers = 25
|
||||
}
|
||||
ITEM.junk = "junk_emptyvial"
|
||||
|
||||
ITEM.outlineColor = Color(255, 204, 0, 100)
|
||||
|
||||
ITEM.colorAppendix = {["red"] = "You cannot use this item on yourself mid-combat, must be applied by another player."}
|
||||
@@ -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 = "Medical"
|
||||
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)
|
||||
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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 = "Improved Blue Pill"
|
||||
ITEM.model = Model("models/willardnetworks/skills/pills5.mdl")
|
||||
ITEM.description = "A small blue pill. It makes you feel more intelligent."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 2
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
||||
ITEM.boosts = {
|
||||
intelligence = 2,
|
||||
perception = -2
|
||||
}
|
||||
ITEM.outlineColor = Color(255, 204, 0, 100)
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -0.5,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 10,
|
||||
up = 0,
|
||||
forward = -80
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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 = "Improved Green Pill"
|
||||
ITEM.model = Model("models/willardnetworks/skills/pills2.mdl")
|
||||
ITEM.description = "A small green pill. It makes you feel faster."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 2
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
||||
ITEM.boosts = {
|
||||
agility = 2,
|
||||
strength = -2
|
||||
}
|
||||
ITEM.outlineColor = Color(255, 204, 0, 100)
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -0.5,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 10,
|
||||
up = 0,
|
||||
forward = -80
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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 = "Improved Red Pill"
|
||||
ITEM.model = Model("models/willardnetworks/skills/pills4.mdl")
|
||||
ITEM.description = "A small red pill. It makes you feel stronger."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 2
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
||||
ITEM.boosts = {
|
||||
strength = 2,
|
||||
agility = -2
|
||||
}
|
||||
ITEM.outlineColor = Color(255, 204, 0, 100)
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -0.5,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 10,
|
||||
up = 0,
|
||||
forward = -80
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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 = "Improved Yellow Pill"
|
||||
ITEM.model = Model("models/willardnetworks/skills/pills3.mdl")
|
||||
ITEM.description = "A small yellow pill. You can suddenly see a lot more clearly."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 2
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
||||
ITEM.boosts = {
|
||||
perception = 2,
|
||||
intelligence = -2
|
||||
}
|
||||
ITEM.outlineColor = Color(255, 204, 0, 100)
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -0.5,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 10,
|
||||
up = 0,
|
||||
forward = -80
|
||||
},
|
||||
}
|
||||
@@ -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 = "Medical"
|
||||
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)
|
||||
@@ -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 = "Medical"
|
||||
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)
|
||||
@@ -0,0 +1,34 @@
|
||||
--[[
|
||||
| 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 = "Makeshift Bandage Roll"
|
||||
ITEM.model = Model("models/stuff/bandages_dirty.mdl")
|
||||
ITEM.description = "A ragged, cloth bandage roll. Not exactly the cleanest of bandages..."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 3
|
||||
ITEM.healing = {
|
||||
bandage = 10
|
||||
}
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_bandage.wav"
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 1.5,
|
||||
up = 0,
|
||||
forward = 1
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 90,
|
||||
forward = -90
|
||||
},
|
||||
}
|
||||
@@ -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 = "Medical"
|
||||
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)
|
||||
@@ -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 = "Morphine"
|
||||
ITEM.model = Model("models/willardnetworks/skills/adrenaline.mdl")
|
||||
ITEM.description = "A syringe filled with morphine. It provides temporary relief from severe pain."
|
||||
ITEM.category = "Medical"
|
||||
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)
|
||||
|
||||
ITEM.usableInCombat = true
|
||||
@@ -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 = "Orange Pills"
|
||||
ITEM.model = Model("models/willardnetworks/skills/pills7.mdl")
|
||||
ITEM.description = "This pill seemingly makes you feel a tad stronger and your vision more crisp."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 2
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
||||
ITEM.boosts = {
|
||||
strength = 3,
|
||||
perception = 3,
|
||||
agility = -3,
|
||||
intelligence = -3
|
||||
}
|
||||
ITEM.outlineColor = Color(255, 204, 0, 100)
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -0.5,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 10,
|
||||
up = 0,
|
||||
forward = -80
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
--[[
|
||||
| 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 = "Painkillers"
|
||||
ITEM.model = Model("models/willardnetworks/skills/pills1.mdl")
|
||||
ITEM.description = "A package of painkillers. It provides temporary relief from minor pains."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.maxStackSize = 4
|
||||
ITEM.healing = {
|
||||
painkillers = 25
|
||||
}
|
||||
ITEM.usableInCombat = true
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -0.5,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 10,
|
||||
up = 0,
|
||||
forward = -80
|
||||
},
|
||||
}
|
||||
@@ -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 = "Medical"
|
||||
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)
|
||||
@@ -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 = "Medical"
|
||||
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)
|
||||
@@ -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 = "Purple Pills"
|
||||
ITEM.model = Model("models/willardnetworks/skills/pills6.mdl")
|
||||
ITEM.description = "This pill seemingly makes you think and run quicker at the cost of feeling extremely weak."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 1
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
||||
ITEM.boosts = {
|
||||
agility = 2,
|
||||
intelligence = 2,
|
||||
perception = 2,
|
||||
strength = -6
|
||||
}
|
||||
ITEM.outlineColor = Color(255, 204, 0, 100)
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -0.5,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 10,
|
||||
up = 0,
|
||||
forward = -80
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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 = "Quality Blue Pill"
|
||||
ITEM.model = Model("models/willardnetworks/skills/pills5.mdl")
|
||||
ITEM.description = "An interesting blue pill, its taste much more refined than before. It makes you feel super smart... knowledge is just rushing through the mind."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 1
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
||||
ITEM.boosts = {
|
||||
intelligence = 3,
|
||||
perception = -3
|
||||
}
|
||||
ITEM.outlineColor = Color(255, 78, 69, 100)
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -0.5,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 10,
|
||||
up = 0,
|
||||
forward = -80
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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 = "Quality Green Pill"
|
||||
ITEM.model = Model("models/willardnetworks/skills/pills2.mdl")
|
||||
ITEM.description = "An interesting green pill, its taste much more refined than before. It makes you feel super fast."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 1
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
||||
ITEM.boosts = {
|
||||
agility = 3,
|
||||
strength = -3
|
||||
}
|
||||
ITEM.outlineColor = Color(255, 78, 69, 100)
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -0.5,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 10,
|
||||
up = 0,
|
||||
forward = -80
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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 = "Quality Red Pill"
|
||||
ITEM.model = Model("models/willardnetworks/skills/pills4.mdl")
|
||||
ITEM.description = "An interesting red pill, its taste much more refined than before. It makes you feel super strong."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 1
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
||||
ITEM.boosts = {
|
||||
strength = 3,
|
||||
agility = -3
|
||||
}
|
||||
ITEM.outlineColor = Color(255, 78, 69, 100)
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -0.5,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 10,
|
||||
up = 0,
|
||||
forward = -80
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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 = "Quality Yellow Pill"
|
||||
ITEM.model = Model("models/willardnetworks/skills/pills3.mdl")
|
||||
ITEM.description = "An interesting yellow pill, its taste much more refined than before. It improves your vision alot... is that a spider on my wall?"
|
||||
ITEM.category = "Medical"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.maxStackSize = 1
|
||||
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
||||
ITEM.boosts = {
|
||||
perception = 3,
|
||||
intelligence = -3
|
||||
}
|
||||
ITEM.outlineColor = Color(255, 78, 69, 100)
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -0.5,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 10,
|
||||
up = 0,
|
||||
forward = -80
|
||||
},
|
||||
}
|
||||
@@ -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 = "Surgical Kit"
|
||||
ITEM.model = Model("models/willardnetworks/skills/surgicalkit.mdl")
|
||||
ITEM.description = "A red pouch that unfolds to reveal an assortment of surgical tools. Used by medical professionals for immediate aid."
|
||||
ITEM.category = "Medical"
|
||||
ITEM.maxStackSize = 3
|
||||
ITEM.useSound = "items/medshot4.wav"
|
||||
ITEM.healing = {
|
||||
bandage = 65,
|
||||
disinfectant = 25,
|
||||
painkillers = 35
|
||||
}
|
||||
ITEM.junk = "comp_stitched_cloth"
|
||||
ITEM.outlineColor = Color(255, 78, 69, 100)
|
||||
ITEM.colorAppendix = {["blue"] = "You need another piece of stitched cloth to split this stack.", ["red"] = "You cannot use this item on yourself mid-combat, must be applied by another player."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = -0.5,
|
||||
up = -0.5,
|
||||
forward = 0
|
||||
},
|
||||
angleOffset = {
|
||||
right = 90,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user