mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
42
lua/arccw/shared/attachments/ud_m16_mag_50beo_15.lua
Normal file
42
lua/arccw/shared/attachments/ud_m16_mag_50beo_15.lua
Normal file
@@ -0,0 +1,42 @@
|
||||
--[[
|
||||
| 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 = ".50 Beowulf 15-Round Extended Mag"
|
||||
att.AbbrevName = "15-Round Extended Mag"
|
||||
|
||||
att.Icon = Material("entities/att/acwatt_ud_m16_mag_40.png", "smooth mips")
|
||||
att.Description = "Extended 5.56mm magazines converted to load .50 Beowulf rounds in a single stack. Really as far as you can go with these thick cartridges."
|
||||
att.Desc_Pros = {}
|
||||
att.Desc_Cons = {}
|
||||
att.Desc_Neutrals = {}
|
||||
att.Slot = "ud_m16_mag"
|
||||
|
||||
att.AutoStats = true
|
||||
att.HideIfBlocked = true
|
||||
att.InvAtt = "ud_m16_mag_40"
|
||||
|
||||
att.SortOrder = 1
|
||||
att.Override_ClipSize = 15
|
||||
|
||||
att.Mult_SightTime = 1.2
|
||||
att.Mult_ReloadTime = 1.3
|
||||
att.Mult_Sway = 2.25
|
||||
|
||||
att.Mult_SpeedMult = 0.95
|
||||
|
||||
att.Mult_HipDispersion = 1.25
|
||||
|
||||
att.ActivateElements = {"ud_m16_mag_40"}
|
||||
|
||||
att.Hook_SelectReloadAnimation = function(wep, anim)
|
||||
return anim .. "_40"
|
||||
end
|
||||
|
||||
att.RequireFlags = {"m16_50beo"}
|
||||
Reference in New Issue
Block a user