【eventSet系统修正】修正节奏模式模板并

调整节奏模式h难度速度曲线
This commit is contained in:
MrZ626
2021-08-28 01:19:30 +08:00
parent 96266ab310
commit 5963db479e
6 changed files with 17 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
local dropSpeed={[0]=60,50,40,30,24,18,14,10,8,6,5,4,3,2,1,1,.5,.5,.25,.25}
local dropSpeed={[0]=30,26,23,20,17,14,12,10,8,6,5,4,3,2,1,1,.5,.5,.25,.25}
return{
dropPiece=function(P)
@@ -17,6 +17,11 @@ return{
end
end,
task=function(P)
P.gameEnv.drop=30
P.gameEnv.lock=1e99
P.gameEnv.wait=10
P.gameEnv.fall=60
P.modeData.target=10
P.modeData.bpm=60
P.modeData.beatFrame=60