55 lines
1.3 KiB
Lua
55 lines
1.3 KiB
Lua
actName={
|
|
"moveLeft","moveRight",
|
|
"rotRight","rotLeft","rot180",
|
|
"hardDrop","softDrop",
|
|
"hold","func",
|
|
"restart",
|
|
"insLeft","insRight","insDown","down1","down4","down10",
|
|
"dropLeft","dropRight","addLeft","addRight",--Super contorl system
|
|
}
|
|
musicID={
|
|
"blank",
|
|
"way",
|
|
"race",
|
|
"newera",
|
|
"push",
|
|
"reason",
|
|
"infinite",
|
|
"secret7th",
|
|
"secret8th",
|
|
"shining terminal",
|
|
"oxygen",
|
|
"distortion",
|
|
"rockblock",
|
|
"cruelty",
|
|
"final",
|
|
"8-bit happiness",
|
|
"end",
|
|
}
|
|
customID={
|
|
"drop","lock",
|
|
"wait","fall",
|
|
"next","hold",
|
|
"sequence","visible",
|
|
"target",
|
|
"freshLimit",
|
|
"opponent",
|
|
"bg","bgm",
|
|
}
|
|
customRange={
|
|
drop={1e99,180,60,40,30,25,20,18,16,14,12,10,9,8,7,6,5,4,3,2,1,.5,.25,.125,0},
|
|
lock={0,1,2,3,4,5,6,7,8,9,10,12,14,16,18,20,25,30,40,60,180,1e99},
|
|
wait={0,1,2,3,4,5,6,7,8,10,15,20,30,60},
|
|
fall={0,1,2,3,4,5,6,7,8,10,15,20,30,60},
|
|
next={0,1,2,3,4,5,6},
|
|
hold={true,false,true},
|
|
sequence={"bag","his4","rnd"},
|
|
visible={"show","time","fast","none"},
|
|
target={10,20,40,100,200,500,1000,1e99},
|
|
freshLimit={0,8,15,1e99},
|
|
opponent={0,1,2,3,4,5,11,12,13,14,15,16},
|
|
bg={"none","game1","game2","game3","strap","rgb","glow","matrix"},
|
|
bgm={"blank","way","race","newera","push","reason","infinite","secret7th","secret8th","rockblock"},
|
|
}
|
|
RCPB={10,33,200,33,105,5,105,60}
|
|
snapLevelValue={1,10,20,40,60,80} |