From 3cd6f3d726671e73a7c0a1cf743c5161a29b3e20 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Fri, 6 Oct 2023 03:28:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E6=96=B0=E7=9A=84=E6=8B=BC?= =?UTF-8?q?=E8=8A=B1=E6=A8=A1=E5=BC=8F=E8=AF=84=E5=88=86=E8=A6=81=E6=B1=82?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/construct_checker.lua | 10 +++++----- parts/modes/construct_invsg.lua | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/parts/modes/construct_checker.lua b/parts/modes/construct_checker.lua index a5925401..bb73b698 100644 --- a/parts/modes/construct_checker.lua +++ b/parts/modes/construct_checker.lua @@ -1,5 +1,6 @@ return { env={ + fieldH=10, drop=180,lock=600, hang=40, infHold=true, @@ -12,11 +13,10 @@ return { getRank=function(P) local G=P.modeData.maxRankPts return - G>=18 and 5 or - G>=16 and 4 or - G>=10 and 3 or - G>=4 and 2 or - G>=2 and 1 or + G>=8 and 5 or + G>=6 and 4 or + G>=4 and 3 or + G>=2 and 2 or G>=1 and 0 end, } diff --git a/parts/modes/construct_invsg.lua b/parts/modes/construct_invsg.lua index c0d1ce74..5bdf5b7d 100644 --- a/parts/modes/construct_invsg.lua +++ b/parts/modes/construct_invsg.lua @@ -1,5 +1,6 @@ return { env={ + fieldH=16, drop=180,lock=600, hang=40, infHold=true,