mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
Upload
This commit is contained in:
33
lua/arccw/shared/attachments/uc_grip_handstop.lua
Normal file
33
lua/arccw/shared/attachments/uc_grip_handstop.lua
Normal file
@@ -0,0 +1,33 @@
|
||||
--[[
|
||||
| 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 = "Handstop"
|
||||
att.AbbrevName = "Handstop"
|
||||
att.Icon = Material("entities/att/acwatt_uc_grip_handstop.png", "mips smooth")
|
||||
att.Description = "Prevents the hand from sliding down the barrel, allowing improved point shooting precision."
|
||||
|
||||
att.SortOrder = 1100
|
||||
|
||||
att.AutoStats = true
|
||||
att.Slot = "foregrip"
|
||||
|
||||
--att.LHIK = true
|
||||
|
||||
att.ModelOffset = Vector(2, 0, -0.8)
|
||||
att.Model = "models/weapons/arccw/atts/uc_handstop.mdl"
|
||||
att.ModelSkin = 1
|
||||
|
||||
--[[] need to add add_activepos
|
||||
att.Override_ActivePos = Vector(-0.5, -0.5, 0.5)
|
||||
att.Override_ActiveAng = Angle(0, 0, -7) no it looks shit on everything STOP!!!]]
|
||||
|
||||
att.Mult_HipDispersion = 0.8
|
||||
att.Mult_ShootSpeedMult = 0.9
|
||||
att.Mult_Sway = 0.85
|
||||
Reference in New Issue
Block a user