mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
58
lua/arccw/shared/attachments/ud_m16_mag_100.lua
Normal file
58
lua/arccw/shared/attachments/ud_m16_mag_100.lua
Normal file
@@ -0,0 +1,58 @@
|
||||
--[[
|
||||
| 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 100-Round C-Mag"
|
||||
att.AbbrevName = "100-Round C-Mag"
|
||||
att.SortOrder = 100
|
||||
att.Icon = Material("entities/att/acwatt_ud_m16_mag_100.png", "smooth mips")
|
||||
att.Description = "Twin-drum magazine compliant with STANAG 4179 dimensions, ideal for suppressive fire. Bulky construction and high ammo capacity substantially increases weight, making the weapon difficult to handle. Prone to feeding failures."
|
||||
att.Desc_Pros = {}
|
||||
att.Desc_Cons = {
|
||||
"uc.jam"
|
||||
}
|
||||
att.Desc_Neutrals = {}
|
||||
att.Slot = "ud_m16_mag"
|
||||
|
||||
att.AutoStats = true
|
||||
att.HideIfBlocked = true
|
||||
|
||||
att.Override_ClipSize = 100
|
||||
|
||||
att.Mult_SightTime = 1.5
|
||||
att.Mult_ReloadTime = 1.5
|
||||
att.Mult_Sway = 3
|
||||
|
||||
att.Mult_SpeedMult = 0.9
|
||||
att.Mult_ShootSpeedMult = 0.8
|
||||
|
||||
att.Mult_DrawTime = 1.25
|
||||
att.Mult_HolsterTime = 1.25
|
||||
|
||||
att.Mult_HipDispersion = 1.5
|
||||
|
||||
att.ActivateElements = {"ud_m16_mag_100"}
|
||||
|
||||
--[[]
|
||||
att.Override_Jamming = true
|
||||
att.Override_HeatCapacity = 200
|
||||
att.Override_HeatDissipation = 4
|
||||
att.Override_HeatDelayTime = 3
|
||||
]]
|
||||
|
||||
att.Override_Malfunction = true
|
||||
att.Mult_MalfunctionMean = 0.75
|
||||
att.Mult_MalfunctionVariance = 1.5
|
||||
|
||||
att.Hook_SelectReloadAnimation = function(wep, anim)
|
||||
return anim .. "_100"
|
||||
end
|
||||
|
||||
att.GivesFlags = {"patr5"}
|
||||
att.ExcludeFlags = {"m16_usas", "m16_9mm", "m16_50beo"}
|
||||
Reference in New Issue
Block a user