From 323f8a72aafbdd97c4fad81a5947dc5b4082adad Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Fri, 6 Oct 2023 05:19:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E8=B0=83=E6=95=B4=E6=96=B0=E6=8B=BC?= =?UTF-8?q?=E8=8A=B1=E6=A8=A1=E5=BC=8F=E9=9A=BE=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/construct_invsg.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/parts/modes/construct_invsg.lua b/parts/modes/construct_invsg.lua index 2949514f..518e3e63 100644 --- a/parts/modes/construct_invsg.lua +++ b/parts/modes/construct_invsg.lua @@ -1,6 +1,6 @@ return { env={ - fieldH=14, + fieldH=13, drop=180,lock=600, hang=40, infHold=true, @@ -14,8 +14,9 @@ return { local G=P.modeData.maxRankPts return G>=10 and 5 or - G>=4 and 4 or - G>=2 and 3 or + G>=7 and 4 or + G>=4 and 3 or + G>=2 and 2 or G>=1 and 0 end, }