mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
32
lua/arccw/shared/attachments/uc_grip_kacvfg.lua
Normal file
32
lua/arccw/shared/attachments/uc_grip_kacvfg.lua
Normal file
@@ -0,0 +1,32 @@
|
||||
--[[
|
||||
| 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 = "Knight's Armament Company Vertical Foregrip"
|
||||
att.AbbrevName = "KAC Vertical Foregrip"
|
||||
att.Icon = Material("entities/att/acwatt_uc_grip_kacvfg.png", "mips smooth")
|
||||
att.Description = "Medium-length vertical foregrip that assists in control of the weapon, but detracts from its concealability."
|
||||
|
||||
att.SortOrder = 1400
|
||||
|
||||
att.AutoStats = true
|
||||
att.Slot = "foregrip"
|
||||
|
||||
att.LHIK = true
|
||||
|
||||
att.ModelOffset = Vector(0, 0, -0.25)
|
||||
att.Model = "models/weapons/arccw/atts/uc_kacvfg1.mdl"
|
||||
|
||||
att.Mult_Recoil = 0.8
|
||||
att.Mult_SightTime = 1.1
|
||||
att.Mult_DrawTime = 1.15
|
||||
att.Mult_HolsterTime = 1.15
|
||||
|
||||
att.Override_HoldtypeActive = "smg"
|
||||
att.Override_HoldtypeActive_Priority = 2
|
||||
Reference in New Issue
Block a user