mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
55
lua/arccw/shared/attachments/uc_tp_gang.lua
Normal file
55
lua/arccw/shared/attachments/uc_tp_gang.lua
Normal file
@@ -0,0 +1,55 @@
|
||||
--[[
|
||||
| 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 = "Homeboy"
|
||||
-- BANDIT STYLE IS BACK, BABY
|
||||
att.Icon = Material("entities/att/arccw_uc_tp_homeboy.png", "smooth mips")
|
||||
att.Description = "GANGSTAS ROLL UP IN DA HOOD, POP POP POP POP POP [-----], I BALL HARD STICK A GLOCK UP IN YOUR FACE [-----], DROP DROP DROP DROP DROP GO YOUR HOMIES [-----]"
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
"uc.homeboy"
|
||||
}
|
||||
att.Slot = "uc_tp"
|
||||
|
||||
att.AutoStats = true
|
||||
att.SortOrder = 14
|
||||
|
||||
--[[]
|
||||
att.Mult_HipDispersion = 0.5
|
||||
att.Mult_RecoilSide = 1.25
|
||||
att.Mult_SightTime = 1.75
|
||||
att.Mult_Sway = 1.5
|
||||
]]
|
||||
|
||||
att.Mult_HipDispersion = 0.85
|
||||
att.Mult_MoveDispersion = 0.75
|
||||
|
||||
att.LHIK = true
|
||||
att.LHIKHide = true
|
||||
|
||||
att.Override_ActivePos = Vector(1, 0, 1)
|
||||
att.Override_ActiveAng = Angle(0, 0, -60)
|
||||
|
||||
att.Override_ActivePos_Priority = 15
|
||||
att.Override_ActiveAng_Priority = 15
|
||||
|
||||
att.Override_RecoilDirection = Angle(0.707, -0.707, 0)
|
||||
att.Override_RecoilDirectionSide = Angle(0.707, 0.707, 0)
|
||||
|
||||
att.Override_AddSightRoll = -45
|
||||
|
||||
att.Hook_Compatible = function(wep, data)
|
||||
if wep:GetIsManualAction() and wep:GetBuff("HoldtypeActive") ~= "pistol" and wep:GetBuff("HoldtypeActive") ~= "revolver" then return false end
|
||||
end
|
||||
|
||||
att.NotForNPCs = true
|
||||
Reference in New Issue
Block a user