mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
41
lua/arccw/shared/attachments/ud_m16_mag_40.lua
Normal file
41
lua/arccw/shared/attachments/ud_m16_mag_40.lua
Normal file
@@ -0,0 +1,41 @@
|
||||
--[[
|
||||
| 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 = "STANAG 40-Round Extended Mag"
|
||||
att.AbbrevName = "40-Round Extended Mag"
|
||||
att.SortOrder = 40
|
||||
att.Icon = Material("entities/att/acwatt_ud_m16_mag_40.png", "smooth mips")
|
||||
att.Description = "Extended magazine for the M16. Enables slightly longer mag dumps, which may save your life, but the longer mag is more awkward to load."
|
||||
att.Desc_Pros = {}
|
||||
att.Desc_Cons = {}
|
||||
att.Desc_Neutrals = {}
|
||||
att.Slot = "ud_m16_mag"
|
||||
|
||||
att.AutoStats = true
|
||||
att.HideIfBlocked = true
|
||||
|
||||
att.Override_ClipSize = 40
|
||||
|
||||
att.Mult_SightTime = 1.1
|
||||
att.Mult_ReloadTime = 1.15
|
||||
att.Mult_Sway = 1.5
|
||||
|
||||
att.Mult_SpeedMult = 0.975
|
||||
att.Mult_ShootSpeedMult = 0.95
|
||||
|
||||
att.Mult_HipDispersion = 1.15
|
||||
|
||||
att.ActivateElements = {"ud_m16_mag_40"}
|
||||
|
||||
att.Hook_SelectReloadAnimation = function(wep, anim)
|
||||
return anim .. "_40"
|
||||
end
|
||||
|
||||
att.ExcludeFlags = {"m16_usas", "m16_9mm", "m16_50beo"}
|
||||
Reference in New Issue
Block a user