This commit is contained in:
lifestorm
2024-08-05 18:40:29 +03:00
parent 9f505a0646
commit c6d9b6f580
8044 changed files with 1853472 additions and 21 deletions

View File

@@ -0,0 +1,31 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Advanced PMG-5 (AUG) Gasmask"
ITEM.description = "Just like the original mask, but with improved visuals, better connection to OCIN and enhanced tuning for Comms chatter."
ITEM.category = "Combine"
ITEM.model = "models/wn7new/metropolice_c8/cp_gasmask7.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-6.26, 381.14, 189.04),
ang = Angle(26.03, 270.95, 0),
fov = 1.91
}
ITEM.width = 1
ITEM.height = 1
ITEM.outfitCategory = "Head"
ITEM.bodyGroups = {
["cp_Head"] = 3 -- The actual name of the bodypart, then number in that bodypart (model-wise)
}
ITEM.isGasmask = true
ITEM.isCombineMask = true
ITEM.energyConsumptionRate = 0.001 -- fatigue_system

View File

@@ -0,0 +1,31 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "PMG-5 (AUG) Gasmask"
ITEM.description = "Provides adequate protection against harmful fumes, gases, and some foul odours. Comes with an inbuilt Earpiece for Communication."
ITEM.category = "Combine"
ITEM.model = "models/wn7new/metropolice_c8/cp_gasmask1.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-6.26, 381.14, 189.04),
ang = Angle(26.03, 270.95, 0),
fov = 1.91
}
ITEM.width = 1
ITEM.height = 1
ITEM.outfitCategory = "Head"
ITEM.bodyGroups = {
["cp_Head"] = 1 -- The actual name of the bodypart, then number in that bodypart (model-wise)
}
ITEM.isGasmask = true
ITEM.isCombineMask = true
ITEM.energyConsumptionRate = 0.001 -- fatigue_system

View File

@@ -0,0 +1,31 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "OTA Mask"
ITEM.description = "Provides adequate protection against harmful fumes, gases, and some foul odours."
ITEM.category = "Combine"
ITEM.model = "models/wn7new/metropolice_c8/cp_gasmask4.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-6.26, 381.14, 189.04),
ang = Angle(26.03, 270.95, 0),
fov = 1.91
}
ITEM.outfitCategory = "Head"
ITEM.bodyGroups = {
["cp_Head"] = 1 -- The actual name of the bodypart, then number in that bodypart (model-wise)
}
ITEM.isGasmask = true
ITEM.isCombineMask = true
ITEM.isPPE = true
ITEM.colorAppendix = {["blue"] = "Dummy item to make gasmask and Combine mask stuff work."}