Files
wnsrc/lua/arccw/shared/attachments/ur_329_grip_polymer.lua
lifestorm ba1fc01b16 Upload
2024-08-04 23:12:27 +03:00

28 lines
813 B
Lua

--[[
| 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