mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
32 lines
917 B
Lua
32 lines
917 B
Lua
--[[
|
|
| 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 |