mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
43 lines
1.0 KiB
Lua
43 lines
1.0 KiB
Lua
--[[
|
|
| 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/
|
|
--]]
|
|
|
|
att.PrintName = "9\" Swordfish Upper"
|
|
|
|
att.Icon = Material("entities/att/ur_mp5/upper_fish.png", "smooth mips")
|
|
att.Description = "Aftermarket upper receiver that aggressively counters recoil using an integrated compensator. The added weight makes the weapon harder to aim with."
|
|
att.Desc_Cons = {
|
|
"uc.nomuzzle"
|
|
}
|
|
att.AutoStats = true
|
|
|
|
att.Slot = "ur_mp5_barrel"
|
|
|
|
att.SortOrder = 9
|
|
|
|
att.Mult_Recoil = 0.7
|
|
|
|
att.Mult_SightedSpeedMult = 0.8
|
|
att.Mult_SightTime = 1.1
|
|
att.Mult_Sway = 1.5
|
|
att.Add_BarrelLength = 3
|
|
|
|
att.Mult_PhysBulletMuzzleVelocity = 1.15
|
|
|
|
att.Override_IronSightStruct = {
|
|
Pos = Vector(-3.17, -4, -0.22),
|
|
Ang = Angle(0, 0, 0),
|
|
Magnification = 1,
|
|
SwitchToSound = "",
|
|
ViewModelFOV = 74,
|
|
}
|
|
|
|
att.ActivateElements = {"ur_mp5_barrel_swordfish"}
|
|
att.GivesFlags = {"barrel_sword"}
|