mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-18 06:03:47 +03:00
Upload
This commit is contained in:
@@ -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 = "Uniforme OTA - APF"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Un uniforme d'OTA, correspondant à celui des APF."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacement = "models/jq/hlvr/characters/combine/suppressor/combine_suppressor_hlvr_ragdoll.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isOTA = true
|
||||
ITEM.maxArmor = 125
|
||||
ITEM.channels = {"ota", "tac-3", "tac-4", "tac-5", "pc", "haa", "ac"}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_otauniform"
|
||||
@@ -0,0 +1,30 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Uniforme PC - Recrue"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Un uniforme auxiliaire de la Protection Civile. Design similaire, mais sans les technologies intégrées."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacementString = "wn7new/metropolice"
|
||||
ITEM.model = "models/wn7new/metropolice/cpuniform.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isCP = true
|
||||
ITEM.maxArmor = 25
|
||||
|
||||
ITEM.bodyGroups = {
|
||||
["Pants"] = 0,
|
||||
["cp_Body"] = 0
|
||||
}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_cpuniform"
|
||||
@@ -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 = "OTA Charger Uniform"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Combine issued OTA Charger uniform."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacement = "models/wn/wallhammer.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isOTA = true
|
||||
ITEM.maxArmor = 125
|
||||
ITEM.channels = {"ota-tac", "tac-3", "tac-4", "tac-5", "cmb", "cca", "mcp"}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_otauniform"
|
||||
@@ -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 = "Medium Command Uniform"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Containing a modified version of the original Level-2 Kevlar vest comes a uniform designed for Rank Leaders and above. Better comfort and utility compared to the standardized design."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacementString = "wn7new/metropolice"
|
||||
ITEM.model = "models/wn7new/metropolice/cpuniform.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isCP = true
|
||||
ITEM.maxArmor = 75
|
||||
|
||||
ITEM.channels = {"cmb", "tac-3", "tac-4", "tac-5"}
|
||||
|
||||
ITEM.bodyGroups = {
|
||||
["Pants"] = 0,
|
||||
["cp_Body"] = 16
|
||||
}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_cpuniform"
|
||||
ITEM.energyConsumptionRate = 0.002 -- fatigue_system
|
||||
@@ -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 = "Uniforme OTA - COMMANDER"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Un uniforme d'OTA, correspondant à celui des COMMANDER, grade le plus élevé dans la hiérarchie."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacement = "models/wn/ota_shotgunner.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isOTA = true
|
||||
ITEM.maxArmor = 200
|
||||
ITEM.channels = {"ota", "tac-3", "tac-4", "tac-5", "pc", "haa", "ac"}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_otauniform"
|
||||
@@ -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 = "Uniforme PC - Terrain"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Un uniforme de la Protection Civile, porté par les unités possédant le grade i5 et plus."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacementString = "wn7new/metropolice"
|
||||
ITEM.model = "models/wn7new/metropolice/cpuniform.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isCP = true
|
||||
|
||||
ITEM.channels = {"pc", "tac-3"}
|
||||
|
||||
ITEM.bodyGroups = {
|
||||
["Pants"] = 0,
|
||||
["cp_Body"] = 2
|
||||
}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_cpuniform"
|
||||
ITEM.energyConsumptionRate = 0.001 -- fatigue_system
|
||||
@@ -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 = "Light Command Uniform"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "A nicer set of the original Functionary uniform designed for those fitting of the rank 'Intention 2' and above."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacementString = "wn7new/metropolice"
|
||||
ITEM.model = "models/wn7new/metropolice/cpuniform.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isCP = true
|
||||
|
||||
ITEM.channels = {"cmb", "tac-3", "tac-4"}
|
||||
|
||||
ITEM.bodyGroups = {
|
||||
["Pants"] = 0,
|
||||
["cp_Body"] = 2
|
||||
}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_cpuniform"
|
||||
ITEM.energyConsumptionRate = 0.001 -- fatigue_system
|
||||
@@ -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 = "Riot Functionary Uniform"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "A nice and clean uniform set designed for use by the Civil Protection. Containing a Level-3 Kevlar Vest, Insulated Olive Trousers, a Dual-Steel Utility Belt and Steel-Capped Military Boots."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacementString = "wn7new/metropolice"
|
||||
ITEM.model = "models/wn7new/metropolice/cpuniform.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isCP = true
|
||||
ITEM.maxArmor = 75
|
||||
|
||||
ITEM.channels = {"cmb", "tac-3"}
|
||||
|
||||
ITEM.bodyGroups = {
|
||||
["Pants"] = 0,
|
||||
["cp_Body"] = 2
|
||||
}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_cpuniform"
|
||||
ITEM.energyConsumptionRate = 0.002 -- fatigue_system
|
||||
@@ -0,0 +1,30 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Uniforme OTA - ECHO"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Un uniforme d'OTA, correspondant à celui des ECHO (ECHO ONE) est le premier grade dans la hiérarchie de la Force transhumaine."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacement = "models/jq/hlvr/characters/combine/grunt/combine_grunt_hlvr_ragdoll.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isOTA = true
|
||||
ITEM.maxArmor = 100
|
||||
ITEM.channels = {"ota", "tac-3", "tac-4", "tac-5", "pc", "haa", "ac"}
|
||||
|
||||
ITEM.bodyGroups = {
|
||||
["Gastank"] = 3,
|
||||
["Grenade 1"] = 1
|
||||
}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_otauniform"
|
||||
@@ -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 = "Uniforme OTA - ELITE"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Un uniforme d'OTA, correspondant à celui de la division ELITE, chargée d'escorter les personnalités importantes de la Cité ou déployer lors d'opérations spéciales."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacement = "models/wn/ota_elite.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isOTA = true
|
||||
ITEM.maxArmor = 125
|
||||
ITEM.channels = {"ota", "tac-3", "tac-4", "tac-5", "pc", "haa", "ac"}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_otauniform"
|
||||
@@ -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 = "OTA Elite Uniform"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Combine issued OTA Elite uniform."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacement = "models/wn/ota_elite.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isOTA = true
|
||||
ITEM.maxArmor = 150
|
||||
ITEM.channels = {"ota-tac", "tac-3", "tac-4", "tac-5", "cmb", "cca", "mcp"}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_otauniform"
|
||||
@@ -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 = "Uniforme de décontamination"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Uniforme de décontamination conçu par le cartel."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacement = "models/willardnetworks/combine/antibody.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isOTA = true
|
||||
ITEM.maxArmor = 100
|
||||
ITEM.channels = {"ota", "tac-3", "tac-4", "tac-5", "pc", "haa", "ac"}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_otauniform"
|
||||
@@ -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 = "CP Captain Uniform"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Combine issued Civil Protection uniform made for Captains."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacementString = "wn7new/metropolice"
|
||||
ITEM.model = "models/wn7new/metropolice/cpuniform.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isCP = true
|
||||
ITEM.maxArmor = 75
|
||||
|
||||
ITEM.channels = {"cmb", "tac-3", "tac-4", "tac-5"}
|
||||
|
||||
ITEM.bodyGroups = {
|
||||
["Pants"] = 0,
|
||||
["Base"] = 1,
|
||||
["cp_Body"] = 16
|
||||
}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_cpuniform"
|
||||
@@ -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 = "Uniforme OTA - ORD"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Un uniforme d'OTA, correspondant à celui des ORD (ORDINAL) est le commandant d'escouade."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacement = "models/wn/ordinal.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isOTA = true
|
||||
ITEM.maxArmor = 125
|
||||
ITEM.channels = {"ota", "tac-3", "tac-4", "tac-5", "pc", "haa", "ac"}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_otauniform"
|
||||
@@ -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 = "Uniforme OTA - OWS"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Un uniforme d'OTA, correspondant à celui des OWS (OverWatch Soldiers), il s'agit d'un soldat déployer lors d'opération spéciales."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacement = "models/wn/ota_soldier.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isOTA = true
|
||||
ITEM.maxArmor = 125
|
||||
ITEM.channels = {"ota", "tac-3", "tac-4", "tac-5", "pc", "haa", "ac"}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_otauniform"
|
||||
@@ -0,0 +1,26 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Uniforme OTA - STG"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Un uniforme d'OTA, correspondant à celui de la division STG (Fusil à pompe / Shotgunner), chargée du maniement des fusils à pompes lors des différentes opérations dans la Cité."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacement = "models/wn/ota_skylegion.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isOTA = true
|
||||
ITEM.maxArmor = 100
|
||||
|
||||
ITEM.channels = {"ota", "tac-3", "tac-4", "tac-5", "pc", "haa", "ac"}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_otauniform"
|
||||
@@ -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 = "Uniforme OTA - RECON"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Un uniforme d'OTA , correspondant à celui des RECON, est une unité de reconnaisance et équipé d'un sniper"
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacement = "models/nemez/combine_soldiers/combine_soldier_recon_h.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isOTA = true
|
||||
ITEM.maxArmor = 125
|
||||
ITEM.channels = {"ota", "tac-3", "tac-4", "tac-5", "pc", "haa", "ac"}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_otauniform"
|
||||
@@ -0,0 +1,26 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Summit 24 Elite Uniform"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "A specialized version of the Elite Uniform designed for Summit 24"
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacement = "models/wn/ota_elite_summit.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isOTA = true
|
||||
ITEM.maxArmor = 150
|
||||
|
||||
ITEM.channels = {"ota-tac", "tac-3", "tac-4", "tac-5", "cmb", "cca", "mcp"}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_otauniform"
|
||||
@@ -0,0 +1,26 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Uniforme OTA - Spikewall"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Un uniforme d'OTA, correspondant à celui des Spikewall, il s'agit d'un soldat déployer lors d'opération spéciales."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacement = "models/theparrygod/transition_shotgunner.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isOTA = true
|
||||
ITEM.skin = 1
|
||||
ITEM.maxArmor = 200
|
||||
ITEM.channels = {"ota", "tac-3", "tac-4", "tac-5", "pc", "haa", "ac"}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_otauniform"
|
||||
@@ -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 = "OTA Suppressor Uniform"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Combine issued OTA Suppressor uniform."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacement = "models/wn/suppressor.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isOTA = true
|
||||
ITEM.maxArmor = 125
|
||||
ITEM.channels = {"ota-tac", "tac-3", "tac-4", "tac-5", "cmb", "cca", "mcp"}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_otauniform"
|
||||
@@ -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 = "Uniforme OTA - Valkirie"
|
||||
ITEM.model = Model("models/wn7new/metropolice/cpuniform.mdl")
|
||||
ITEM.description = "Un uniforme d'OTA, correspondant à l'unité Valkirie."
|
||||
ITEM.category = "Combine"
|
||||
ITEM.replacement = "models/wn/soldier.mdl"
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-1.96, 13.01, 199.57),
|
||||
ang = Angle(84.7, 279.39, 0),
|
||||
fov = 4.8
|
||||
}
|
||||
ITEM.isOTA = true
|
||||
ITEM.maxArmor = 125
|
||||
ITEM.channels = {"ota", "tac-3", "tac-4", "tac-5", "pc", "haa", "ac", "bc"}
|
||||
|
||||
ITEM.replaceOnDeath = "broken_otauniform"
|
||||
Reference in New Issue
Block a user