【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

@@ -17,6 +17,11 @@ return{
end
end,
task=function(P)
P.gameEnv.drop=40
P.gameEnv.lock=1e99
P.gameEnv.wait=20
P.gameEnv.fall=90
P.modeData.target=10
P.modeData.bpm=40
P.modeData.beatFrame=90

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

View File

@@ -21,6 +21,11 @@ return{
end
end,
task=function(P)
P.gameEnv.drop=.5
P.gameEnv.lock=1e99
P.gameEnv.wait=5
P.gameEnv.fall=30
P.modeData.target=10
P.modeData.bpm=120
P.modeData.beatFrame=30

View File

@@ -4,8 +4,6 @@ return{
color=COLOR.green,
env={
noTele=true,
lock=1e99,
wait=20,fall=90,
mindas=7,minarr=1,minsdarr=1,
keyCancel={6},
eventSet='rhythm_e',

View File

@@ -4,8 +4,6 @@ return{
color=COLOR.magenta,
env={
noTele=true,
lock=1e99,
wait=10,fall=60,
mindas=7,minarr=1,minsdarr=1,
keyCancel={6},
eventSet='rhythm_h',

View File

@@ -4,12 +4,9 @@ return{
color=COLOR.magenta,
env={
noTele=true,
lock=1e99,
drop=.5,
wait=5,fall=30,
das=6,minarr=1,minsdarr=1,
keyCancel={6},
eventSet='rhythm_h',
eventSet='rhythm_u',
bg='bg2',bgm='secret7th',
},
slowMark=true,