This commit is contained in:
lifestorm
2024-08-04 23:12:27 +03:00
parent 0e770b2b49
commit ba1fc01b16
7084 changed files with 2173495 additions and 14 deletions

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 = "Adrenalina"
ITEM.model = Model("models/willardnetworks/skills/adrenaline.mdl")
ITEM.description = "Strzykawka wypełniona adrenaliną. Zapewnia tymczasową ulgę w bólach o średnim nasileniu."
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

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 = "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)

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 = "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)

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 = "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)

View File

@@ -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 = "Bandaż"
ITEM.model = Model("models/stuff/bandages.mdl")
ITEM.description = "Rolka bandaży sanitarnych. Stosowana do zatamowania krwawienia."
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
},
}

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 = "Niebieskie tabletki"
ITEM.model = Model("models/willardnetworks/skills/pills5.mdl")
ITEM.description = "Niewielkich rozmiarów niebieska tabletka. Sprawia, że czujesz się... nieco bardziej inteligentny."
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
},
}

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 = "Zielone tabletki"
ITEM.model = Model("models/willardnetworks/skills/pills2.mdl")
ITEM.description = "Niewielkich rozmiarów zielona tabletka. Sprawia, że czujesz się... nieco szybszy."
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
},
}

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 = "Czerwone tabletki"
ITEM.model = Model("models/willardnetworks/skills/pills4.mdl")
ITEM.description = "Niewielkich rozmiarów czerwona tabletka. Sprawia, że czujesz się... nieco silniejszy."
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
},
}

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 = "Żółte tabletki"
ITEM.model = Model("models/willardnetworks/skills/pills3.mdl")
ITEM.description = "Niewielkich rozmiarów żółta tabletka. Dzięki niej twój wzrok uległ niewielkiej poprawie."
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
},
}

View File

@@ -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 = "Torebka z krwią"
ITEM.model = Model("models/willardnetworks/skills/bloodbag.mdl")
ITEM.description = "Plastikowa torba z przymocowanym wężem i igłą. Wygląda na to, że jest w niej krew."
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"] = "Nie możesz użyć tego przedmiotu na sobie w trakcie walki, musi to zrobić inny gracz."}

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 = "Stabilizator krwi"
ITEM.model = Model("models/willardnetworks/skills/stimpak.mdl")
ITEM.description = "Strzykawka wypełniona czerwoną mieszanką i środkiem przeciwbólowym. Ma właściwości regenerujące"
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)

View File

@@ -0,0 +1,37 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Czarna tabletka"
ITEM.model = Model("models/willardnetworks/skills/pills8.mdl")
ITEM.description = "Ta tabletka pozornie wzmacnia wszystkie twoje zmysły."
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
},
}

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 = "Butelka ze środkiem dezynfekującym"
ITEM.model = Model("models/willardnetworks/props/disinfectant.mdl")
ITEM.description = "Butelka środka dezynfekującego, używanego do oczyszczania ran z bakterii."
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"] = "Do podziału tego przedmiotu potrzebujesz jeszcze jednej plastikowej butelki."}

View File

@@ -0,0 +1,36 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Zdezynfekowany bandaż"
ITEM.model = Model("models/stuff/bandages.mdl")
ITEM.description = "Rolka zdezynfekowanych opatrunków sanitarnych. Stosowany do tamowania krwawienia i oczyszczania ran."
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
},
}

View File

@@ -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 = "Zmiksowana sztuczna pasta z odrobiną kwasu z akumulatora samochodowego."
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"] = "[Narkotyk]: Nakłada efekty wizualne na ekran. Inni gracze mogą zauważyć, że jesteś naćpany.", ["blue"] = "[RP]: Możesz ignorować FearRP jeżeli jesteś naćpany."}
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
},
}

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 = "Blue Berry"
ITEM.description = "Dziwna fiolka wypełniona niebieskim płynem, smakuje jak sok z jagód, ale obrzydliwie pachnie."
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"] = "[Narkotyk]: Nakłada efekty wizualne na ekran. Inni gracze mogą zauważyć, że jesteś naćpany.", ["blue"] = "[RP]: Możesz ignorować FearRP jeżeli jesteś naćpany."}
ITEM.drug = {
["blueUber"] = 15, ["bluetint"] = 15, ["bloom"] = 15
}

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 = "Bob's Trail Mix"
ITEM.description = "Zastanawiasz się co by się stało, gdybyś wziął destylat każdego dostępnego (publicznie) napoju bobowego, zmieszał go ze sobą i wstrzyknął powstały produkt prosto w ramię? Sprawdź sam, śmiało."
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"] = "[Narkotyk]: Nakłada efekty wizualne na ekran. Inni gracze mogą zauważyć, że jesteś naćpany.", ["blue"] = "[RP]: Możesz ignorować FearRP jeżeli jesteś naćpany."}
ITEM.drug = {
["saturated"] = 15
}
ITEM.junk = "junk_empty_can"

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 = "Dark Shot"
ITEM.description = "Krew zmieszana z różnymi lekami, po spożyciu której możesz odczuć pieczenie w gardle."
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"] = "[Narkotyk]: Nakłada efekty wizualne na ekran. Inni gracze mogą zauważyć, że jesteś naćpany.", ["blue"] = "[RP]: Możesz ignorować FearRP jeżeli jesteś naćpany."}
ITEM.drug = {
["red"] = 15, ["bloom"] = 15, ["distort1"] = 15
}
ITEM.junk = "junk_jar"

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 = "Demon's Bees"
ITEM.description = "Strzykawka wypełniona ciemnoczerwonym płynem w środku, po wstrzyknięciu możesz poczuć ekstremalne uczucie pieczenia w miejscu wstrzyknięcia."
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"] = "[Narkotyk]: Nakłada efekty wizualne na ekran. Inni gracze mogą zauważyć, że jesteś naćpany.", ["blue"] = "[RP]: Możesz ignorować FearRP jeżeli jesteś naćpany."}
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 = "Ozz's Potion"
ITEM.description = "Dziwny płyn w szklanym słoiku, po otwarciu ma mocny i dziwny zapach. Smakuje jak benzyna, ale sprawia, że czujesz się mądrzejszy i bardziej spostrzegawczy. 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"] = "[Narkotyk]: Nakłada efekty wizualne na ekran. Inni gracze mogą zauważyć, że jesteś naćpany.", ["blue"] = "[RP]: Możesz ignorować FearRP jeżeli jesteś naćpany."}
ITEM.drug = {
["greentint"] = 15, ["stealth"] = 15
}
ITEM.junk = "junk_empty_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 = "Speed"
ITEM.description = "Rozgniecione opakowanie tabletek zmieszane w puszce. Daje poczucie bycia szybszym niż zazwyczaj."
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"] = "[Narkotyk]: Nakłada efekty wizualne na ekran. Inni gracze mogą zauważyć, że jesteś naćpany.", ["blue"] = "[RP]: Możesz ignorować FearRP jeżeli jesteś naćpany."}
ITEM.drug = {
["gas"] = 15, ["jarate"] = 15, ["bloom"] = 15, ["sharpen"] = 15
}
ITEM.junk = "junk_empty_water"

View File

@@ -0,0 +1,29 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "The Third Eye"
ITEM.description = "Strzykawka wypełniona białym płynem, po użyciu od razu możesz poczuć, że jesteś o wiele bardziej spostrzegawczy."
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"] = "[Narkotyk]: Nakłada efekty wizualne na ekran. Inni gracze mogą zauważyć, że jesteś naćpany.", ["blue"] = "[RP]: Możesz ignorować FearRP jeżeli jesteś naćpany."}
ITEM.drug = {
["jarate"] = 15, ["sobel"] = 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 = "Transhumano"
ITEM.description = "Wyrafinowana pigułka, która sprawia, że czujesz się ultra silny, niektórzy wierzą, że to właśnie jej używają żołnierze Overwatch."
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"] = "[Narkotyk]: Nakłada efekty wizualne na ekran. Inni gracze mogą zauważyć, że jesteś naćpany.", ["blue"] = "[RP]: Możesz ignorować FearRP jeżeli jesteś naćpany."}
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 = "XP"
ITEM.description = "Brązowy płyn w starej butelce, po powąchaniu go można poczuć się naprawdę lekko. Smakuje jak stary syrop na kaszel."
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"] = "[Narkotyk]: Nakłada efekty wizualne na ekran. Inni gracze mogą zauważyć, że jesteś naćpany.", ["blue"] = "[RP]: Możesz ignorować FearRP jeżeli jesteś naćpany."}
ITEM.drug = {
["gas"] = 15, ["sharpen"] = 15, ["bloom"] = 15
}
ITEM.junk = "junk_empty_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 = "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)

View File

@@ -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 = "Apteczka pierwszej pomocy"
ITEM.model = Model("models/willardnetworks/skills/medkit.mdl")
ITEM.description = "Zestaw medyczny zawierający niezbędne narzędzia i leki służące do udzielenia podstawowej pomocy medycznej w przypadku nagłych wypadków lub urazów."
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"] = "Do podziału tego przedmiotu potrzebujesz jeszcze jednego kawałka zszytego materiału."}, {["red"] = "Nie możesz użyć tego przedmiotu na sobie w trakcie walki, musi to zrobić inny gracz."}
ITEM.holdData = {
vectorOffset = {
right = -2,
up = -0.5,
forward = 1.5
},
angleOffset = {
right = 90,
up = -90,
forward = 0
},
}

View File

@@ -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 = "Apteczka"
ITEM.model = Model("models/items/healthkit.mdl")
ITEM.description = "Biała apteczka używana przez Kombinat do opatrywania ran. W środku znajduje się dziwny zielony żel, jakieś przyrządy i wiele więcej."
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"] = "Nie możesz użyć tego przedmiotu na sobie w trakcie walki, musi to zrobić inny gracz."}
ITEM.holdData = {
vectorOffset = {
right = 0,
up = -0.5,
forward = 6
},
angleOffset = {
right = 0,
up = 90,
forward = -90
},
}

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 = "Strzykawka lecznicza"
ITEM.model = Model("models/willardnetworks/skills/hpsyringe.mdl")
ITEM.description = "W środku strzykawki znajduje się płyn dziwnego pochodzenia. Pod przezroczystą osłonką znajduje się autoinjector."
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

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 = "Ampułka lecznicza"
ITEM.model = Model("models/willardnetworks/syringefull.mdl")
ITEM.description = "Ampułka wypełniona tajemniczym zielonym żelem o właściwościach medycznych, przez to właśnie używany jest przez Kombinat."
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"] = "Nie możesz użyć tego przedmiotu na sobie w trakcie walki, musi to zrobić inny gracz."}

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 = "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)

View File

@@ -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 = "Niebieskie tabletki lepszej jakości"
ITEM.model = Model("models/willardnetworks/skills/pills5.mdl")
ITEM.description = "Niewielkich rozmiarów niebieska tabletka. Dzięki niej jesteś inteligentniejszy."
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
},
}

View File

@@ -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 = "Zielone tabletki lepszej jakości"
ITEM.model = Model("models/willardnetworks/skills/pills2.mdl")
ITEM.description = "Niewielkich rozmiarów zielona tabletka. Dzięki niej jesteś szybszy."
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
},
}

View File

@@ -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 = "Czerwone tabletki lepszej jakości"
ITEM.model = Model("models/willardnetworks/skills/pills4.mdl")
ITEM.description = "Niewielkich rozmiarów czerwona tabletka. Dzięki niej jesteś silniejszy."
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
},
}

View File

@@ -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 = "Żółte tabletki lepszej jakości"
ITEM.model = Model("models/willardnetworks/skills/pills3.mdl")
ITEM.description = "Niewielkich rozmiarów żółta tabletka. Dzięki niej twój wzrok uległ znaczącej poprawie."
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
},
}

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 = "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)

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 = "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)

View File

@@ -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 = "Własnoręczny bandaż"
ITEM.model = Model("models/stuff/bandages_dirty.mdl")
ITEM.description = "Własnoręcznie zrobiony bandaż, zatrzymuje krawienie ale nic poza tym..."
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
},
}

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 = "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)

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 = "Morfina"
ITEM.model = Model("models/willardnetworks/skills/adrenaline.mdl")
ITEM.description = "Silny lek opioidowy stosowany w medycynie do łagodzenia bólu ostrych i przewlekłych oraz objawów duszności w chorobach nowotworowych i terminalnych"
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

View File

@@ -0,0 +1,37 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Pomarańczowe tabletki"
ITEM.model = Model("models/willardnetworks/skills/pills7.mdl")
ITEM.description = "Ta tabletka pozornie sprawia, że czujesz się nieco silniejszy, a twój wzrok jest bardziej ostry."
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
},
}

View File

@@ -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 = "Środki przeciwbólowe"
ITEM.model = Model("models/willardnetworks/skills/pills1.mdl")
ITEM.description = "Opakowanie środków przeciwbólowych."
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
},
}

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 = "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)

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 = "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)

View File

@@ -0,0 +1,37 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Fioletowe tabletki"
ITEM.model = Model("models/willardnetworks/skills/pills6.mdl")
ITEM.description = "Ta tabletka wydaje się sprawiać, że szybciej myślisz i biegasz kosztem ekstremalnego osłabienia."
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
},
}

View File

@@ -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 = "Niebieskie tabletki doskonałej jakości"
ITEM.model = Model("models/willardnetworks/skills/pills5.mdl")
ITEM.description = "Ciekawa niebieska tabletka, jej smak jest bardziej wyrafinowany niż dotychczas. Dzięki niej jesteś super inteligentny... wiedza po prostu pędzi przez umysł."
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
},
}

View File

@@ -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 = "Zielone tabletki doskonałej jakości"
ITEM.model = Model("models/willardnetworks/skills/pills2.mdl")
ITEM.description = "Ciekawa zielona tabletka, jej smak jest bardziej wyrafinowany niż dotychczas. Dzięki niej jest się o wiele szybszym."
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
},
}

View File

@@ -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 = "Czerwone tabletki doskonałej jakości"
ITEM.model = Model("models/willardnetworks/skills/pills4.mdl")
ITEM.description = "Ciekawa czerwona tabletka, jej smak jest bardziej wyrafinowany niż dotychczas. Dzięki niej można poczuć się super silnym."
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
},
}

View File

@@ -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 = "Żółte tabletki doskonałej jakości"
ITEM.model = Model("models/willardnetworks/skills/pills3.mdl")
ITEM.description = "Ciekawa żółta pigułka, jej smak jest bardziej wyrafinowany niż dotychczas. Doskonale wyostrza percepcję wzrokową."
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
},
}

View File

@@ -0,0 +1,36 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Zestaw chirurgiczny"
ITEM.model = Model("models/willardnetworks/skills/surgicalkit.mdl")
ITEM.description = "Kompletny zestaw narzędzi i przyrządów chirurgicznych, zapakowany w praktyczną torbę, służący do przeprowadzania operacji w warunkach szpitalnych lub w terenie. "
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"] = "Do podziału tego przedmiotu potrzebujesz jeszcze jednego kawałka zszytego materiału."}, {["red"] = "Nie możesz użyć tego przedmiotu na sobie w trakcie walki, musi to zrobić inny gracz."}
ITEM.holdData = {
vectorOffset = {
right = -0.5,
up = -0.5,
forward = 0
},
angleOffset = {
right = 90,
up = 0,
forward = 0
},
}