mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
34
lua/arccw/shared/attachments/uc_grip_tdvfg.lua
Normal file
34
lua/arccw/shared/attachments/uc_grip_tdvfg.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
--[[
|
||||
| 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 = "TangoDown Vertical Foregrip"
|
||||
att.AbbrevName = "TangoDown Stubby Foregrip"
|
||||
att.Icon = Material("entities/att/acwatt_uc_grip_tdvfg.png", "mips smooth")
|
||||
att.Description = "Write me up, I dare you."
|
||||
|
||||
att.SortOrder = 1400
|
||||
|
||||
att.AutoStats = true
|
||||
att.Slot = "foregrip"
|
||||
|
||||
att.LHIK = true
|
||||
|
||||
att.ModelOffset = Vector(0, 0, 0)
|
||||
att.Model = "models/weapons/arccw/atts/uc_tdvfg1.mdl"
|
||||
|
||||
att.Mult_Recoil = 0.9
|
||||
att.Mult_SightTime = 1.06
|
||||
att.Mult_DrawTime = 1.1
|
||||
att.Mult_HolsterTime = 1.1
|
||||
|
||||
att.Override_HoldtypeActive = "smg"
|
||||
att.Override_HoldtypeActive_Priority = 2
|
||||
|
||||
att.Ignore = true
|
||||
Reference in New Issue
Block a user