Files
wnsrc/lua/arccw/shared/attachments/uc_tp_pointman.lua
lifestorm 324f19217d Upload
2024-08-05 18:40:29 +03:00

34 lines
970 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 = "Pointman"
att.Icon = Material("entities/att/arccw_uc_tp_pointman.png", "smooth mips")
att.Description = "Firearms and dexterity training for quick response in breaching situations. Drills in confined spaces allow you to more effectively handle long weapons in close quarters.\n\nThe pointman is always the first to enter, and the first to identify and disable threats."
att.Desc_Pros = {
"uc.pointman"
}
att.Desc_Cons = {
}
att.Desc_Neutrals = {
}
att.Slot = "uc_tp"
att.AutoStats = true
att.SortOrder = 7
att.Add_BarrelLength = -10
att.M_Hook_Mult_RPM = function(wep, data)
if wep:GetCurrentFiremode().Mode == 1 then
data.mult = data.mult * 1.15
end
end
att.NotForNPCs = true