自定义模式可以选择多hold,oncehold改名infHold
This commit is contained in:
@@ -18,7 +18,7 @@ end
|
||||
return{
|
||||
color=COLOR.green,
|
||||
env={
|
||||
drop=30,lock=60,oncehold=false,
|
||||
drop=30,lock=60,infHold=true,
|
||||
dropPiece=check_c4w,
|
||||
freshLimit=15,ospin=false,
|
||||
bg="rgb",bgm="oxygen",
|
||||
|
||||
@@ -3,7 +3,7 @@ return{
|
||||
color=COLOR.white,
|
||||
env={
|
||||
drop=1e99,lock=1e99,
|
||||
oncehold=false,
|
||||
infHold=true,
|
||||
bg="glow",bgm="infinite",
|
||||
},
|
||||
load=function()
|
||||
|
||||
@@ -30,7 +30,7 @@ return{
|
||||
color=COLOR.white,
|
||||
env={
|
||||
drop=1e99,lock=1e99,
|
||||
oncehold=false,
|
||||
infHold=true,
|
||||
dropPiece=check_rise,
|
||||
pushSpeed=1.2,
|
||||
bg="wing",bgm="infinite",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
return{
|
||||
color=COLOR.green,
|
||||
env={
|
||||
oncehold=false,
|
||||
infHold=true,
|
||||
drop=300,lock=1e99,
|
||||
target=100,dropPiece=PLY.check_lineReach,
|
||||
ospin=false,
|
||||
|
||||
@@ -14,7 +14,7 @@ return{
|
||||
color=COLOR.cyan,
|
||||
env={
|
||||
drop=300,lock=300,
|
||||
oncehold=false,
|
||||
infHold=true,
|
||||
dropPiece=update_round,
|
||||
bg="rainbow",bgm="push",
|
||||
},
|
||||
|
||||
@@ -14,7 +14,7 @@ return{
|
||||
color=COLOR.green,
|
||||
env={
|
||||
drop=300,lock=300,
|
||||
oncehold=false,
|
||||
infHold=true,
|
||||
dropPiece=update_round,
|
||||
bg="rainbow",bgm="push",
|
||||
},
|
||||
|
||||
@@ -14,7 +14,7 @@ return{
|
||||
color=COLOR.magenta,
|
||||
env={
|
||||
drop=300,lock=300,
|
||||
oncehold=false,
|
||||
infHold=true,
|
||||
dropPiece=update_round,
|
||||
bg="rainbow",bgm="push",
|
||||
},
|
||||
|
||||
@@ -14,7 +14,7 @@ return{
|
||||
color=COLOR.red,
|
||||
env={
|
||||
drop=300,lock=300,
|
||||
oncehold=false,
|
||||
infHold=true,
|
||||
dropPiece=update_round,
|
||||
bg="rainbow",bgm="push",
|
||||
},
|
||||
|
||||
@@ -14,7 +14,7 @@ return{
|
||||
color=COLOR.lYellow,
|
||||
env={
|
||||
drop=300,lock=300,
|
||||
oncehold=false,
|
||||
infHold=true,
|
||||
dropPiece=update_round,
|
||||
bg="rainbow",bgm="push",
|
||||
},
|
||||
|
||||
@@ -11,7 +11,7 @@ end
|
||||
return{
|
||||
color=COLOR.green,
|
||||
env={
|
||||
oncehold=false,
|
||||
infHold=true,
|
||||
drop=1e99,lock=1e99,
|
||||
dropPiece=tech_check_easy,
|
||||
bg="matrix",bgm="new era",
|
||||
|
||||
@@ -16,7 +16,7 @@ end
|
||||
return{
|
||||
color=COLOR.dGreen,
|
||||
env={
|
||||
oncehold=false,
|
||||
infHold=true,
|
||||
drop=1e99,lock=1e99,
|
||||
dropPiece=tech_check_hard,
|
||||
bg="matrix",bgm="new era",
|
||||
|
||||
@@ -13,7 +13,7 @@ return{
|
||||
color=COLOR.green,
|
||||
env={
|
||||
drop=1e99,lock=1e99,
|
||||
oncehold=false,
|
||||
infHold=true,
|
||||
dropPiece=check_tsd,
|
||||
ospin=false,
|
||||
bg="matrix",bgm="push",
|
||||
|
||||
@@ -2,7 +2,7 @@ return{
|
||||
color=COLOR.lGrey,
|
||||
env={
|
||||
drop=120,lock=120,
|
||||
oncehold=false,
|
||||
infHold=true,
|
||||
target=200,dropPiece=PLY.check_lineReach,
|
||||
bg="bg2",bgm="infinite",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user