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/ur_mp5_ub_kurzgrip.lua
Normal file
36
lua/arccw/shared/attachments/ur_mp5_ub_kurzgrip.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 = "VFG-K Handguard"
|
||||
|
||||
att.Icon = Material("entities/att/ur_mp5/hg_k.png", "smooth mips")
|
||||
att.Description = "The iconic handguard for the Kurz machine pistol variant, featuring a stubby foregrip and handstop that make the shortened SMG much more comfortable and controllable."
|
||||
att.Desc_Cons = {
|
||||
"uc.noubs"
|
||||
}
|
||||
att.AutoStats = true
|
||||
|
||||
att.Slot = "ur_mp5_hg"
|
||||
|
||||
att.LHIK = true
|
||||
|
||||
att.ModelOffset = Vector(-1.3, 0, -0)
|
||||
att.Model = "models/weapons/arccw/atts/ur_kurzlhik.mdl" // stole this pose from the tall troy grip lol!!!
|
||||
att.Override_HoldtypeActive = "smg"
|
||||
|
||||
att.SortOrder = 2
|
||||
|
||||
att.Mult_Sway = .75
|
||||
att.Mult_SightTime = .95
|
||||
att.Mult_Recoil = .85
|
||||
|
||||
att.ActivateElements = {"ur_mp5_ub_kurzgrip"}
|
||||
att.GivesFlags = {"mp5_badhg"}
|
||||
att.RequireFlags = {"mp5_kurz"}
|
||||
Reference in New Issue
Block a user