mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
34
lua/arccw/shared/attachments/uc_tp_pointman.lua
Normal file
34
lua/arccw/shared/attachments/uc_tp_pointman.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
--[[
|
||||
| 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
|
||||
Reference in New Issue
Block a user