This commit is contained in:
lifestorm
2024-08-05 18:40:29 +03:00
parent 9f505a0646
commit c6d9b6f580
8044 changed files with 1853472 additions and 21 deletions

View File

@@ -0,0 +1,44 @@
--[[
| 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 = "Match Trigger"
att.Icon = Material("entities/att/arccw_uc_matchgradetrigger.png", "mips smooth")
att.Description = "Hair trigger for competition shooting allows crisp trigger pulls, improving first shot performance."
att.Desc_Pros = {
"uc.match.1",
"uc.match.2",
}
att.Desc_Cons = {
}
att.Desc_Neutrals = {
}
att.Slot = {"uc_fg","uc_fg_singleshot"}
att.SortOrder = 2
att.AutoStats = true
att.Hook_Compatible = function(wep)
if wep:GetIsManualAction() then
return false
end
end
att.Override_ShotRecoilTable = {[1] = 0.75}
att.Mult_TriggerDelayTime = 0.5
--[[]
att.M_Hook_Mult_AccuracyMOA = function(wep, data)
if wep:GetBurstCount() == 0 then
data.mult = data.mult * 0.5
end
end
]]
att.AttachSound = "arccw_uc/common/gunsmith/internal_modification.ogg"