mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
25
lua/arccw/shared/attachments/ur_deagle_grip_rubber.lua
Normal file
25
lua/arccw/shared/attachments/ur_deagle_grip_rubber.lua
Normal file
@@ -0,0 +1,25 @@
|
||||
--[[
|
||||
| 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 = "Desert Eagle Rubberized Grip"
|
||||
att.AbbrevName = "Rubberized Grip"
|
||||
att.Icon = Material("entities/att/acwatt_ur_deagle_grip_rubber.png","mips smooth")
|
||||
if !GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "Predator Rubberized Grip"
|
||||
end
|
||||
att.Description = "Creates higher friction against the shooter's hands, dampening recoil slightly."
|
||||
att.Slot = "ur_deagle_grip"
|
||||
att.AutoStats = true
|
||||
|
||||
att.Mult_Recoil = 0.95
|
||||
att.Mult_RecoilSide = 0.9
|
||||
att.Mult_SightedSpeedMult = 0.95
|
||||
|
||||
att.ActivateElements = {"ur_deagle_grip_rubber"}
|
||||
Reference in New Issue
Block a user