mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
Upload
This commit is contained in:
28
lua/arccw/shared/attachments/ur_329_grip_polymer.lua
Normal file
28
lua/arccw/shared/attachments/ur_329_grip_polymer.lua
Normal file
@@ -0,0 +1,28 @@
|
||||
--[[
|
||||
| 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 = "Model 329PD Polymer Grip"
|
||||
att.AbbrevName = "Polymer Grip"
|
||||
if !GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "Enforcement .44 Polymer Grip"
|
||||
end
|
||||
att.Icon = Material("entities/att/acwatt_ur_deagle_grip_plastic.png","mips smooth")
|
||||
att.Description = "Polymer grip which improves handling at the cost of increased recoil."
|
||||
att.Slot = "ur_329_grip"
|
||||
att.Ignore = true
|
||||
att.AutoStats = true
|
||||
att.SortOrder = 6
|
||||
|
||||
att.Mult_Recoil = 1.2
|
||||
att.Mult_RecoilSide = 1.1
|
||||
|
||||
att.Mult_SightTime = 0.85
|
||||
att.Mult_DrawTime = 0.9
|
||||
att.Mult_HolsterTime = 0.9
|
||||
Reference in New Issue
Block a user