调整defender_n难度曲线(会损坏之前录像) close #739

This commit is contained in:
MrZ_26
2022-09-07 00:09:00 +08:00
parent f6c00ec8fb
commit c52d2d0cd0

View File

@@ -15,9 +15,9 @@ return{
local D=P.modeData
D.counter=D.counter+1
local t=
D.wave<=60 and 360-D.wave*3 or
D.wave<=120 and 180-(D.wave-60)*2 or
D.wave<=180 and 120-(D.wave-120)or
D.wave<=40 and 360-D.wave*4 or
D.wave<=80 and 200-(D.wave-40)*2 or
D.wave<=140 and 120-(D.wave-80) or
60
if D.counter>=t then
D.counter=0