mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
36
lua/arccw/shared/attachments/eft_mp7_mag_30.lua
Normal file
36
lua/arccw/shared/attachments/eft_mp7_mag_30.lua
Normal file
@@ -0,0 +1,36 @@
|
||||
--[[
|
||||
| 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 = "30-Round Magazine"
|
||||
att.Icon = Material("vgui/entities/eft_mp7/eft_mp7_mag30.png", "mips smooth")
|
||||
att.Description = "A standard 30-round 4.6x30 magazine for the MP7 SMGs, manufactured by Heckler & Koch."
|
||||
att.SortOrder = 40
|
||||
att.Desc_Pros = {
|
||||
"pro.magcap"
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.AutoStats = true
|
||||
att.Slot = "eft_mag_mp7"
|
||||
|
||||
att.Model = "models/weapons/arc_eft_mp7/eft_mp7/models/eft_mp7_mag30.mdl"
|
||||
|
||||
att.Mult_MoveSpeed = 0.95
|
||||
att.Mult_SightTime = 1.1
|
||||
att.Override_ClipSize = 30
|
||||
att.Mult_ReloadTime = 1.05
|
||||
|
||||
att.Hook_SelectReloadAnimation = function(wep, anim)
|
||||
if anim == "reload" then
|
||||
return "reload_extended"
|
||||
elseif anim == "reload_empty" then
|
||||
return "reload_extended_empty"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user