mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
@@ -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 = "OSPR2A-EXP"
|
||||
ITEM.description = "A heavier, more powerful version of the Combine Pulse-Rifle. Extremely inaccurate when moving. Ball launcher not included and is sold separately."
|
||||
ITEM.model = "models/weapons/irifle2/w_irifle2.mdl"
|
||||
ITEM.class = "arccw_ar21"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "assaultrifle"
|
||||
ITEM.baseDamage = 23
|
||||
ITEM.armorPen = 0.8
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-19.67, 199.67, 5.91),
|
||||
ang = Angle(1.2, 633.49, 0),
|
||||
fov = 10.64
|
||||
}
|
||||
|
||||
ITEM.replaceOnDeath = "dummy_biolock_expar2"
|
||||
|
||||
ITEM.magazines = {["magazine_heavypulse"] = 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 = "HK USP .45"
|
||||
ITEM.description = "The USP 45 is a semi-automatic handgun utilizing standard 9mm rounds. It is quite popular among the Civil Protection for use in daily duties and containment as an effective firearm."
|
||||
ITEM.model = "models/weapons/unloaded/pist_p228.mdl"
|
||||
ITEM.class = "arccw_eft_usp"
|
||||
ITEM.weaponCategory = "sidearm"
|
||||
ITEM.balanceCat = "pistol"
|
||||
ITEM.baseDamage = 15
|
||||
ITEM.armorPen = 0.6
|
||||
ITEM.width = 2
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(138.44, -705.16, 149.66),
|
||||
ang = Angle(11.67, 461.26, 0),
|
||||
fov = 1.32
|
||||
}
|
||||
|
||||
|
||||
ITEM.magazines = {["magazine_usp"] = true}
|
||||
@@ -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 = "Overwatch Standard-Issue Pulse Rifle"
|
||||
ITEM.description = "Dark Energy powered assault rifle manufactured by the Combine. The OSIPR is essentially a Combine variant of current assault rifles, commonly issued to Overwatch Soldiers and Overwatch Elites."
|
||||
ITEM.model = "models/weapons/w_IRifle.mdl"
|
||||
ITEM.class = "arrcw_ar2"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "assaultrifle"
|
||||
ITEM.baseDamage = 20
|
||||
ITEM.armorPen = 0.7
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-275.29, 1173.54, 46.1),
|
||||
ang = Angle(2.1, 642.98, 0),
|
||||
fov = 1.99
|
||||
}
|
||||
|
||||
ITEM.replaceOnDeath = "dummy_biolock_ar2"
|
||||
|
||||
ITEM.magazines = {["magazine_pulse30"] = true}
|
||||
@@ -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 = "Overwatch Standard-Issue Carbine"
|
||||
ITEM.description = "The SR-1A is the standard assault weapon of the Overwatch Forces. Unlike the AR-2, it fires light rounds capable of piercing light armoured targets."
|
||||
ITEM.model = "models/weapons/oar/w_orifle.mdl"
|
||||
ITEM.class = "arccw_ordinalar2"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "assaultrifle"
|
||||
ITEM.baseDamage = 19
|
||||
ITEM.armorPen = 0.75
|
||||
ITEM.width = 3
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-106.92, 352.12, -8.62),
|
||||
ang = Angle(-1.77, 645.61, 0),
|
||||
fov = 5.89
|
||||
}
|
||||
|
||||
ITEM.replaceOnDeath = "dummy_biolock_sr1"
|
||||
|
||||
ITEM.magazines = {["magazine_pulse30"] = true}
|
||||
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "Suppressor Light Machinegun"
|
||||
ITEM.description = "A large machinegun made by the Combine Overwatch capable of unleashing bullet hell upon tactical positions in order to suppress its targets."
|
||||
ITEM.model = "models/weapons/w_suppressor.mdl"
|
||||
ITEM.class = "arccw_suppressorlmg"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "assaultrifle"
|
||||
ITEM.baseDamage = 8
|
||||
ITEM.armorPen = 0.7
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.magazines = {["magazine_pulse100"] = true}
|
||||
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "Overwatch Pulse Submachine-gun"
|
||||
ITEM.description = "Lightweight, compact and easy for anyone to carry. In exchange for ripping out the Biometric systems most Overwatch weapons use, the pulse smg is a handy weapon for most resistance problems."
|
||||
ITEM.model = "models/weapons/w_ipistol.mdl"
|
||||
ITEM.class = "arrcw_psmg"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "smg"
|
||||
ITEM.baseDamage = 15
|
||||
ITEM.armorPen = 0.7
|
||||
ITEM.width = 3
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.magazines = {["magazine_pulse20"] = true}
|
||||
@@ -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 = "Spas-12"
|
||||
ITEM.description = "The iconic spas-12 shotgun back and reporting for duty. A shotgun capable of use in all areas of combat."
|
||||
ITEM.model = "models/weapons/arccw/c_ur_spas12.mdl"
|
||||
ITEM.class = "arccw_ur_spas12"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "shotgun"
|
||||
ITEM.baseDamage = 10
|
||||
ITEM.armorPen = 0.7
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
|
||||
|
||||
ITEM.magazines = {["magazine_shotgun"] = 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 = "Overwatch Heavy Shotgun"
|
||||
ITEM.description = "The Overwatch Heavy Shotgun is a large and bulky shotgun capable of blowing its opponents to smitherines at close range. Used by both Combine Chargers and Spikewalls."
|
||||
ITEM.model = "models/weapons/w_heavyshotgun.mdl"
|
||||
ITEM.class = "arccw_heavyshotgun"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "shotgun"
|
||||
ITEM.baseDamage = 11
|
||||
ITEM.armorPen = 0.75
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-12.64, 188.56, 17.47),
|
||||
ang = Angle(4.68, 273.11, 0),
|
||||
fov = 12.39
|
||||
}
|
||||
|
||||
ITEM.magazines = {["magazine_sg1"] = 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 = "Overwatch Tactical Rifle"
|
||||
ITEM.description = "Fast firing battle rifle designed to replace the standard armaments of the Overwatch Standard Forces in the Combine's arsenal, with an ever faster 5-round burst mode. Good for runnin' and gunnin'."
|
||||
ITEM.model = "models/weapons/oicw/w_oicw.mdl"
|
||||
ITEM.class = "arccw_oicw"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "assaultrifle"
|
||||
ITEM.baseDamage = 12
|
||||
ITEM.armorPen = 0.65
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-651.9, 34.32, 11.62),
|
||||
ang = Angle(0.77, 356.24, 0),
|
||||
fov = 3.04
|
||||
}
|
||||
|
||||
ITEM.magazines = {["magazine_tac45"] = true}
|
||||
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "UMP-45"
|
||||
ITEM.description = "The UMP is a decent sub-machinegun that is slower to fire compared to other SMGs, but comes with more of a 'kick'."
|
||||
ITEM.model = "models/weapons/w_smg_ump45.mdl"
|
||||
ITEM.class = "arccw_eft_ump"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "smg"
|
||||
ITEM.baseDamage = 12
|
||||
ITEM.armorPen = 0.5
|
||||
ITEM.width = 3
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.magazines = {["magazine_mp"] = 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 = "M1014"
|
||||
ITEM.description = "A semi-automatic shoutgun capable of demolishing foes though its semi-auto nature does make it suffer in both the recoil and spread departments."
|
||||
ITEM.model = "models/weapons/w_shot_xm1014.mdl"
|
||||
ITEM.class = "arccw_ud_m1014"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "shotgun"
|
||||
ITEM.baseDamage = 9
|
||||
ITEM.armorPen = 0.7
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-98.51, -727.12, -20.21),
|
||||
ang = Angle(-1.69, 442.89, 0),
|
||||
fov = 3.26
|
||||
}
|
||||
|
||||
|
||||
ITEM.magazines = {["magazine_shotgun"] = true}
|
||||
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "AWP"
|
||||
ITEM.description = "A powerful bolt-action sniper rifle capable of blowing through most hostiles with ease. A handy long-range weapon."
|
||||
ITEM.model = "models/weapons/arccw/c_ur_aw.mdl"
|
||||
ITEM.class = "arccw_ur_aw"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "boltaction"
|
||||
ITEM.baseDamage = 95
|
||||
ITEM.armorPen = 0.95
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.magazines = {["magazine_sniper"] = true}
|
||||
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "M16A2"
|
||||
ITEM.description = "The M16A2 is quite a decent modern weapon for use on the field for all combat occurences."
|
||||
ITEM.model = "models/weapons/arccw/c_ud_m16.mdl"
|
||||
ITEM.class = "arccw_ud_m16"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "assaultrifle"
|
||||
ITEM.baseDamage = 15
|
||||
ITEM.armorPen = 0.65
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.magazines = {["magazine_m16"] = 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 = "MP5A3"
|
||||
ITEM.description = "The MP5 is a compact automatic firearm. It uses standard SMG rounds and is capable of inflicting great damage to non-moving targets."
|
||||
ITEM.model = "models/weapons/arc_eft_mp5/w_eft_mp5_std/models/w_eft_mp5_std.mdl"
|
||||
ITEM.class = "arccw_eft_mp5"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "smg"
|
||||
ITEM.baseDamage = 10
|
||||
ITEM.armorPen = 0.55
|
||||
ITEM.width = 3
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(0, -200, 0),
|
||||
ang = Angle(1.69, 455.63, 0),
|
||||
fov = 8.5
|
||||
}
|
||||
|
||||
ITEM.magazines = {["magazine_mp"] = true}
|
||||
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "MP5-SD"
|
||||
ITEM.description = "A silenced version of the MP5 which is more suited to stealth. Though it does suffer greatly when it comes to its ability to penerate armoured targets."
|
||||
ITEM.model = "models/weapons/arc_eft_mp5/w_eft_mp5/models/w_eft_mp5.mdl"
|
||||
ITEM.class = "arccw_eft_mp5sd"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "smg"
|
||||
ITEM.baseDamage = 10
|
||||
ITEM.armorPen = 0.55
|
||||
ITEM.width = 3
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.magazines = {["magazine_mp"] = 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 = "MP7A1"
|
||||
ITEM.description = "The MP7 is a compact automatic firearm. It uses standard SMG rounds and is capable of unloading a hail of bullets down range."
|
||||
ITEM.model = "models/weapons/w_smg1.mdl"
|
||||
ITEM.class = "arccw_eft_mp7"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "smg"
|
||||
ITEM.baseDamage = 10
|
||||
ITEM.armorPen = 0.6
|
||||
ITEM.width = 3
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-227.31, -684.48, -136.73),
|
||||
ang = Angle(-10.71, 431.48, 0),
|
||||
fov = 1.43
|
||||
}
|
||||
|
||||
ITEM.magazines = {["magazine_mp"] = true}
|
||||
@@ -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 = "Makeshift AK"
|
||||
ITEM.description = "While AKs are generally able to be mass-produced, this one is even simpler to build... like it even needed to be. But enjoy."
|
||||
ITEM.model = "models/weapons/c_kalash.mdl"
|
||||
ITEM.class = "wn_arccw_metrokalash"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "assaultrifle"
|
||||
ITEM.baseDamage = 13
|
||||
ITEM.armorPen = 0.4
|
||||
ITEM.colorAppendix = {["red"] = "Junk weapons are considerably worse than Modern weaponry"}
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.magazines = {["magazine_junk30"] = true}
|
||||
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "Bastard Submachine Gun"
|
||||
ITEM.description = "A relatively badly made Sub-machinegun which while capable of firing bullets... feels like a portable peashooter incapable of dealing any form of reasonable damage."
|
||||
ITEM.model = "models/weapons/c_BastardGun.mdl"
|
||||
ITEM.class = "wn_arccw_bastardgun"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "smg"
|
||||
ITEM.baseDamage = 9
|
||||
ITEM.armorPen = 0.45
|
||||
ITEM.width = 3
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.magazines = {["magazine_junk30"] = true}
|
||||
@@ -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 = "Duplet"
|
||||
ITEM.description = "A makeshift double barrel shotgun using 2 cut pipes with many parts strapped to it and a shoddy firing system. Try not to blow your hand off."
|
||||
ITEM.model = "models/weapons/c_duplet.mdl"
|
||||
ITEM.class = "wn_arccw_duplet"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "shotgun"
|
||||
ITEM.baseDamage = 7
|
||||
ITEM.armorPen = 0.55
|
||||
ITEM.colorAppendix = {["red"] = "Junk weapons are considerably worse than Modern weaponry"}
|
||||
ITEM.width = 3
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.magazines = {["magazine_duplet"] = 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 = "Helsing Bolt Rifle"
|
||||
ITEM.description = "A silent, revolving air gun that shoots metal bolts."
|
||||
ITEM.model = "models/weapons/c_Helsing.mdl"
|
||||
ITEM.class = "wn_arccw_helsing"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "assaultrifle"
|
||||
ITEM.baseDamage = 29
|
||||
ITEM.armorPen = 0.4
|
||||
ITEM.colorAppendix = {["red"] = "Junk weapons are considerably worse than Modern weaponry"}
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(0, -200, 0),
|
||||
ang = Angle(1.33, 456.54, 0),
|
||||
fov = 10.05
|
||||
}
|
||||
|
||||
ITEM.magazines = {["magazine_helsing"] = true}
|
||||
@@ -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 = "Makeshift P90"
|
||||
ITEM.description = "A poorly made version of the p90 made from scrap. Literal scrap pea shooter."
|
||||
ITEM.model = "models/weapons/c_kalash2012.mdl"
|
||||
ITEM.class = "wn_arccw_metrokalash2012"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "smg"
|
||||
ITEM.baseDamage = 9
|
||||
ITEM.armorPen = 0.4
|
||||
ITEM.colorAppendix = {["red"] = "Junk weapons are considerably worse than Modern weaponry"}
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.magazines = {["magazine_p90"] = 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 = "Popper"
|
||||
ITEM.description = "A good quaility revolver made from scraps by a unknown underground group. Lightweight and easy to hold. It uses .357 ammo."
|
||||
ITEM.model = "models/weapons/c_MetroRevolver.mdl"
|
||||
ITEM.class = "wn_arccw_metrorevolver"
|
||||
ITEM.weaponCategory = "sidearm"
|
||||
ITEM.balanceCat = "revolver"
|
||||
ITEM.baseDamage = 32
|
||||
ITEM.armorPen = 0.4
|
||||
ITEM.colorAppendix = {["red"] = "Junk weapons are considerably worse than Modern weaponry"}
|
||||
ITEM.width = 2
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(0, -200, 0),
|
||||
ang = Angle(1.16, 457.4, 0),
|
||||
fov = 3.82
|
||||
}
|
||||
|
||||
ITEM.magazines = {["magazine_revolver"] = 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 = "Tikhar Ball Rifle"
|
||||
ITEM.description = "A makeshift weapon capable of firing ball-shaped pellets with quite the heavy impact thanks to not only the balls' weight but also the pressure force of the weapon."
|
||||
ITEM.model = "models/weapons/c_Tikhar.mdl"
|
||||
ITEM.class = "wn_arccw_tikhar"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "assaultrifle"
|
||||
ITEM.baseDamage = 25
|
||||
ITEM.armorPen = 0.4
|
||||
ITEM.colorAppendix = {["red"] = "Junk weapons are considerably worse than Modern weaponry"}
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(0, -200, 0),
|
||||
ang = Angle(0.78, 457.01, 0),
|
||||
fov = 11.67
|
||||
}
|
||||
|
||||
ITEM.magazines = {["magazine_tikhar_15rnd"] = true}
|
||||
@@ -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 = "VSK-94"
|
||||
ITEM.description = "A decently powerful rifle for what it is worth. Not complete junk unlike what you have seen before."
|
||||
ITEM.model = "models/weapons/c_VSV.mdl"
|
||||
ITEM.class = "wn_arccw_vsv"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "assaultrifle"
|
||||
ITEM.baseDamage = 14
|
||||
ITEM.armorPen = 0.4
|
||||
ITEM.colorAppendix = {["red"] = "Junk weapons are considerably worse than Modern weaponry"}
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.magazines = {["magazine_vsv"] = 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 = "MP-155"
|
||||
ITEM.description = "A decent looking shotgun that looks like a pump-action but is actually semi-automatic. Though its spread is noticeable."
|
||||
ITEM.model = "models/weapons/arccw/darsu_eft/c_mp153.mdl"
|
||||
ITEM.class = "arccw_eft_mp155"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "shotgun"
|
||||
ITEM.baseDamage = 10
|
||||
ITEM.armorPen = 0.65
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(39.85, -723.54, 117.12),
|
||||
ang = Angle(9.47, 454.94, 0),
|
||||
fov = 3.29
|
||||
}
|
||||
|
||||
|
||||
ITEM.magazines = {["magazine_shotgun5"] = true}
|
||||
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "M1911"
|
||||
ITEM.description = "An old fashioned M1911. Quite popular for a pistol due to their effectiveness against easy targets and excellent handling."
|
||||
ITEM.model = "models/weapons/w_pist_usp.mdl"
|
||||
ITEM.class = "arccw_ur_m1911"
|
||||
ITEM.weaponCategory = "sidearm"
|
||||
ITEM.balanceCat = "pistol"
|
||||
ITEM.baseDamage = 14
|
||||
ITEM.armorPen = 0.55
|
||||
ITEM.width = 2
|
||||
ITEM.height = 1
|
||||
|
||||
ITEM.magazines = {["magazine_1911"] = true}
|
||||
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "Model 329PD"
|
||||
ITEM.description = "A small revolver that has more of a punch that the popper revolver."
|
||||
ITEM.model = "models/weapons/arccw/c_ur_329pd.mdl"
|
||||
ITEM.class = "arccw_ur_329"
|
||||
ITEM.weaponCategory = "sidearm"
|
||||
ITEM.balanceCat = "revolver"
|
||||
ITEM.baseDamage = 45
|
||||
ITEM.armorPen = 0.7
|
||||
ITEM.width = 2
|
||||
ITEM.height = 1
|
||||
|
||||
ITEM.magazines = {["magazine_revolver"] = 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 = "Model 870"
|
||||
ITEM.description = "A pump action shotgun capable of inflicting pain at decent distances."
|
||||
ITEM.model = "models/weapons/arccw/c_ud_870.mdl"
|
||||
ITEM.class = "arccw_ud_870"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "shotgun"
|
||||
ITEM.baseDamage = 9
|
||||
ITEM.armorPen = 0.65
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(0, -200, 0),
|
||||
ang = Angle(0.99, 455.61, 0),
|
||||
fov = 10.58
|
||||
}
|
||||
|
||||
ITEM.magazines = {["magazine_shotgun"] = 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 = "AKM"
|
||||
ITEM.description = "A heavily customizable AK which can be turned into whatever you wish as long as you got the parts."
|
||||
ITEM.model = "models/weapons/arccw/c_ur_ak.mdl"
|
||||
ITEM.class = "arccw_ur_ak"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "assaultrifle"
|
||||
ITEM.baseDamage = 14
|
||||
ITEM.armorPen = 0.7
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(33.89, -729.63, -73.93),
|
||||
ang = Angle(-5.46, 453.97, 0),
|
||||
fov = 2.97
|
||||
}
|
||||
|
||||
|
||||
ITEM.magazines = {["magazine_akm"] = 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 = "AKSU"
|
||||
ITEM.description = "A smaller version of the AK, easy to fit into your bag and is quite effective on its own. Though more inaccurate than its full-sized self."
|
||||
ITEM.model = "models/weapons/w_rif_ak47.mdl"
|
||||
ITEM.class = "arccw_eft_aks74u"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "assaultrifle"
|
||||
ITEM.baseDamage = 13
|
||||
ITEM.armorPen = 0.6
|
||||
ITEM.width = 3
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-7.92, -731.51, -60.4),
|
||||
ang = Angle(-5, 449.29, 0),
|
||||
fov = 3.34
|
||||
}
|
||||
|
||||
|
||||
ITEM.magazines = {["magazine_aksu"] = true}
|
||||
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "Deagle"
|
||||
ITEM.description = "A loud and powerful weapon known as the Deagle. A useful hand cannon effective for all your needs."
|
||||
ITEM.model = "models/weapons/w_pist_glock18.mdl"
|
||||
ITEM.class = "arccw_ur_deagle"
|
||||
ITEM.weaponCategory = "sidearm"
|
||||
ITEM.balanceCat = "pistol"
|
||||
ITEM.baseDamage = 44
|
||||
ITEM.armorPen = 0.8
|
||||
ITEM.width = 2
|
||||
ITEM.height = 1
|
||||
|
||||
ITEM.magazines = {["magazine_deagle"] = true}
|
||||
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "G3A3"
|
||||
ITEM.description = "The G3A3 is a wonder of engineer for its type, despite only having 20 rounds in its magazines, it is known for its pinpoint shooting and terminating Transhumans."
|
||||
ITEM.model = "models/weapons/arccw/c_ur_g3.mdl"
|
||||
ITEM.class = "arccw_ur_g3"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "assaultrifle"
|
||||
ITEM.baseDamage = 18
|
||||
ITEM.armorPen = 0.75
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.magazines = {["magazine_g3"] = true}
|
||||
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "Glock 17"
|
||||
ITEM.description = "A good ol' fashioned Glock."
|
||||
ITEM.model = "models/weapons/w_pist_glock18.mdl"
|
||||
ITEM.class = "arccw_ud_glock"
|
||||
ITEM.weaponCategory = "sidearm"
|
||||
ITEM.balanceCat = "pistol"
|
||||
ITEM.baseDamage = 13
|
||||
ITEM.armorPen = 0.65
|
||||
ITEM.width = 2
|
||||
ITEM.height = 1
|
||||
|
||||
ITEM.magazines = {["magazine_glock"] = true}
|
||||
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "Mini-14"
|
||||
ITEM.description = "An old fashioned Mini-14 that seems to be only kind of its type around Industrial 24, a decent rifle for all scenarios."
|
||||
ITEM.model = "models/weapons/arccw/c_ud_mini14.mdl"
|
||||
ITEM.class = "arccw_ud_mini14"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "dmr"
|
||||
ITEM.baseDamage = 20
|
||||
ITEM.armorPen = 0.8
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.magazines = {["magazine_mini14"] = true}
|
||||
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "PPSH-41"
|
||||
ITEM.description = "How curious you found this weapon laying about, not too bad."
|
||||
ITEM.model = "models/weapons/w_smg_mp5.mdl"
|
||||
ITEM.class = "arccw_eft_ppsh"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "smg"
|
||||
ITEM.baseDamage = 9
|
||||
ITEM.armorPen = 0.55
|
||||
ITEM.width = 3
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.magazines = {["magazine_ppsh"] = true}
|
||||
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "T-5000"
|
||||
ITEM.description = "A decent bolt action rifle capable of hitting targets upto 1,500 meters away. Designed with ergonomics and comfort in mind."
|
||||
ITEM.model = "models/weapons/w_snip_scout.mdl"
|
||||
ITEM.class = "arccw_eft_t5000"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "boltaction"
|
||||
ITEM.baseDamage = 70
|
||||
ITEM.armorPen = 0.75
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.magazines = {["magazine_sniper"] = 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 = "Uzi"
|
||||
ITEM.description = "A common weapon for street thugs and gangs, isn't the greatest but works for what it is."
|
||||
ITEM.model = "models/weapons/arccw/c_ud_uzi.mdl"
|
||||
ITEM.class = "arccw_ud_uzi"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "smg"
|
||||
ITEM.baseDamage = 9
|
||||
ITEM.armorPen = 0.55
|
||||
ITEM.width = 3
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(55.91, -733.33, -0.2),
|
||||
ang = Angle(0.52, 455.76, 0),
|
||||
fov = 2.39
|
||||
}
|
||||
|
||||
|
||||
ITEM.magazines = {["magazine_uzi"] = true}
|
||||
Reference in New Issue
Block a user