From 32d4567c2422fb42708317b2d641894f6bd27e2f Mon Sep 17 00:00:00 2001 From: MistEO Date: Thu, 17 Nov 2022 21:46:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E4=B8=8A=E5=B9=B2?= =?UTF-8?q?=E5=91=98=E6=BB=91=E5=8A=A8=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index 90033982f0..aee249e088 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -6197,10 +6197,10 @@ "BattleSwipeOper": { "algorithm": "JustReturn", "preDelay": 200, - "postDelay": 50, + "postDelay": 80, "Doc": "pre 是将干员滑动到场上的 duration 系数;post 是设置干员朝向滑动的 duration", "specialParams": [ - 200, + 300, 2, 0 ],