diff --git a/parts/modes/sprint_1000l.lua b/parts/modes/sprint_1000l.lua index 12620407..da262acd 100644 --- a/parts/modes/sprint_1000l.lua +++ b/parts/modes/sprint_1000l.lua @@ -22,10 +22,10 @@ return{ local T=P.stat.time return T<=750 and 5 or - T<=950 and 4 or - T<=1100 and 3 or - T<=1260 and 2 or - T<=1600 and 1 or + T<=900 and 4 or + T<=1260 and 3 or + T<=1620 and 2 or + T<=2000 and 1 or 0 end, } \ No newline at end of file diff --git a/parts/modes/sprint_100l.lua b/parts/modes/sprint_100l.lua index c5168975..a97b866e 100644 --- a/parts/modes/sprint_100l.lua +++ b/parts/modes/sprint_100l.lua @@ -23,9 +23,9 @@ return{ return T<=70 and 5 or T<=90 and 4 or - T<=120 and 3 or - T<=150 and 2 or - T<=200 and 1 or + T<=126 and 3 or + T<=162 and 2 or + T<=226 and 1 or 0 end, } \ No newline at end of file diff --git a/parts/modes/sprint_400l.lua b/parts/modes/sprint_400l.lua index cdb88311..27eb89e1 100644 --- a/parts/modes/sprint_400l.lua +++ b/parts/modes/sprint_400l.lua @@ -23,9 +23,9 @@ return{ return T<=300 and 5 or T<=380 and 4 or - T<=440 and 3 or - T<=500 and 2 or - T<=640 and 1 or + T<=500 and 3 or + T<=626 and 2 or + T<=800 and 1 or 0 end, } \ No newline at end of file diff --git a/parts/modes/sprint_40l.lua b/parts/modes/sprint_40l.lua index 6f1b8c3f..442e2a58 100644 --- a/parts/modes/sprint_40l.lua +++ b/parts/modes/sprint_40l.lua @@ -23,7 +23,7 @@ return{ local T=P.stat.time return T<=26 and 5 or - T<=32.6 and 4 or + T<=36 and 4 or T<=52.6 and 3 or T<=92.9 and 2 or T<=183 and 1 or diff --git a/parts/modes/tech_finesse.lua b/parts/modes/tech_finesse.lua index 684dcfc3..45940117 100644 --- a/parts/modes/tech_finesse.lua +++ b/parts/modes/tech_finesse.lua @@ -6,7 +6,7 @@ return{ arr=0, drop=1e99,lock=60, freshLimit=15, - function(P)if P.stat.atk>=200 then P:win("finish")end end, + function(P)if P.stat.atk>=100 then P:win("finish")end end, fineKill=true, bg="flink",bgm="infinite", }, diff --git a/parts/modes/tech_finesse_f.lua b/parts/modes/tech_finesse_f.lua index 355d61f8..80f90bc2 100644 --- a/parts/modes/tech_finesse_f.lua +++ b/parts/modes/tech_finesse_f.lua @@ -7,7 +7,7 @@ local function tech_check_hard(P) return end end - if P.stat.atk>=200 then + if P.stat.atk>=100 then P:win("finish") end end diff --git a/parts/modes/tech_h.lua b/parts/modes/tech_h.lua index ebee9481..aeb3e311 100644 --- a/parts/modes/tech_h.lua +++ b/parts/modes/tech_h.lua @@ -6,7 +6,7 @@ return{ drop=20,lock=60, freshLimit=15, b2bKill=true, - function(P)if P.stat.atk>=200 then P:win("finish")end end, + function(P)if P.stat.atk>=100 then P:win("finish")end end, bg="matrix",bgm="down", }, load=function() diff --git a/parts/modes/tech_h_plus.lua b/parts/modes/tech_h_plus.lua index 41970f71..18e63acf 100644 --- a/parts/modes/tech_h_plus.lua +++ b/parts/modes/tech_h_plus.lua @@ -7,7 +7,7 @@ local function tech_check_hard(P) return end end - if P.stat.atk>=200 then + if P.stat.atk>=100 then P:win("finish") end end diff --git a/parts/modes/tech_l.lua b/parts/modes/tech_l.lua index 702ffca3..24a6908a 100644 --- a/parts/modes/tech_l.lua +++ b/parts/modes/tech_l.lua @@ -6,7 +6,7 @@ return{ drop=0,lock=60, freshLimit=15, b2bKill=true, - function(P)if P.stat.atk>=200 then P:win("finish")end end, + function(P)if P.stat.atk>=100 then P:win("finish")end end, bg="matrix",bgm="warped", }, load=function() diff --git a/parts/modes/tech_l_plus.lua b/parts/modes/tech_l_plus.lua index 4306437f..b304130e 100644 --- a/parts/modes/tech_l_plus.lua +++ b/parts/modes/tech_l_plus.lua @@ -7,7 +7,7 @@ local function tech_check_hard(P) return end end - if P.stat.atk>=200 then + if P.stat.atk>=100 then P:win("finish") end end diff --git a/parts/modes/tech_n.lua b/parts/modes/tech_n.lua index 501b563c..d2808579 100644 --- a/parts/modes/tech_n.lua +++ b/parts/modes/tech_n.lua @@ -6,7 +6,7 @@ return{ infHold=true, drop=1e99,lock=1e99, b2bKill=true, - function(P)if P.stat.atk>=200 then P:win("finish")end end, + function(P)if P.stat.atk>=100 then P:win("finish")end end, bg="matrix",bgm="new era", }, load=function() diff --git a/parts/modes/tech_n_plus.lua b/parts/modes/tech_n_plus.lua index e1a9b318..c1e1d4c8 100644 --- a/parts/modes/tech_n_plus.lua +++ b/parts/modes/tech_n_plus.lua @@ -7,7 +7,7 @@ local function tech_check_hard(P) return end end - if P.stat.atk>=200 then + if P.stat.atk>=100 then P:win("finish") end end diff --git a/parts/updateLog.lua b/parts/updateLog.lua index 620f1715..c9b8b533 100644 --- a/parts/updateLog.lua +++ b/parts/updateLog.lua @@ -33,6 +33,7 @@ return SPLITSTR([=[ 加强消四,增加b2b点数(100→150) 增强hpc攻击力(2→4) 修改pc和hpc对b2b点数的影响 + 调低竞速模式部分评价要求,科研模式通关条件改为100攻击(原200) 调整master-ph命数奖励 对战背景改为主题默认背景 修改硬降音效