From 0c6dab072fd4faabb6ace6b91b2b5f1efb90b2ae Mon Sep 17 00:00:00 2001 From: Fesiug Date: Sun, 17 Mar 2024 18:16:36 -0400 Subject: [PATCH] Ready Draw Holster Reload MinProgress --- lua/weapons/arc9_uplp-f_mk23.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lua/weapons/arc9_uplp-f_mk23.lua b/lua/weapons/arc9_uplp-f_mk23.lua index e4b5285..d917fa6 100644 --- a/lua/weapons/arc9_uplp-f_mk23.lua +++ b/lua/weapons/arc9_uplp-f_mk23.lua @@ -401,7 +401,7 @@ SWEP.Animations = { ["draw"] = { Source = "draw", - MinProgress = 0.75, + MinProgress = 0.5, FireASAP = true, EventTable = { { s = path1911 .. "draw.ogg", t = 0 / 60, c = ca, v = 0.8 }, @@ -416,7 +416,7 @@ SWEP.Animations = { }, ["draw_empty"] = { Source = "draw_empty", - MinProgress = 0.75, + MinProgress = 0.5, FireASAP = true, EventTable = { { s = path1911 .. "draw.ogg", t = 0 / 60, c = ca, v = 0.8 }, @@ -431,7 +431,7 @@ SWEP.Animations = { }, ["holster"] = { Source = "holster", - MinProgress = 0.5, + MinProgress = 0.25, EventTable = { {s = pathUTC .. "cloth_2.ogg", t = 0}, }, @@ -443,7 +443,7 @@ SWEP.Animations = { }, ["holster_empty"] = { Source = "holster_empty", - MinProgress = 0.5, + MinProgress = 0.25, EventTable = { {s = pathUTC .. "cloth_2.ogg", t = 0}, }, @@ -476,7 +476,7 @@ SWEP.Animations = { -- Reloads -- ["reload"] = { Source = "reload", - MinProgress = 0.95, + MinProgress = 0.85, PeekProgress = 0.825, RefillProgress = 0.675, FireASAP = true, @@ -501,7 +501,7 @@ SWEP.Animations = { }, ["reload_empty"] = { Source = "reload_empty", - MinProgress = 0.95, + MinProgress = 0.85, PeekProgress = 0.85, RefillProgress = 0.725, FireASAP = true,