玩家方法reach_winCheck改为check_lineReach

This commit is contained in:
MrZ626
2020-09-13 21:12:30 +08:00
parent c886d83042
commit 7a2477ae46
20 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ return{
env={ env={
drop=30,lock=45, drop=30,lock=45,
visible="time", visible="time",
dropPiece=PLY.reach_winCheck, dropPiece=PLY.check_lineReach,
freshLimit=10, freshLimit=10,
target=200, target=200,
bg="glow",bgm="reason", bg="glow",bgm="reason",

View File

@@ -8,7 +8,7 @@ return{
center=false, center=false,
dropFX=0,lockFX=0, dropFX=0,lockFX=0,
visible="none", visible="none",
dropPiece=PLY.reach_winCheck, dropPiece=PLY.check_lineReach,
freshLimit=15, freshLimit=15,
target=200, target=200,
bg="rgb",bgm="reason", bg="rgb",bgm="reason",

View File

@@ -8,7 +8,7 @@ return{
center=0,ghost=0, center=0,ghost=0,
dropFX=0,lockFX=0, dropFX=0,lockFX=0,
visible="none", visible="none",
dropPiece=PLY.reach_winCheck, dropPiece=PLY.check_lineReach,
freshLimit=15, freshLimit=15,
target=200, target=200,
bg="rgb",bgm="reason", bg="rgb",bgm="reason",

View File

@@ -6,7 +6,7 @@ return{
drop=15,lock=45, drop=15,lock=45,
freshLimit=10, freshLimit=10,
visible="fast", visible="fast",
dropPiece=PLY.reach_winCheck, dropPiece=PLY.check_lineReach,
target=200, target=200,
bg="glow",bgm="reason", bg="glow",bgm="reason",
}, },

View File

@@ -8,7 +8,7 @@ return{
center=0,ghost=0, center=0,ghost=0,
dropFX=0,lockFX=0, dropFX=0,lockFX=0,
visible="none", visible="none",
dropPiece=PLY.reach_winCheck, dropPiece=PLY.check_lineReach,
freshLimit=15, freshLimit=15,
target=200, target=200,
bg="rgb",bgm="way", bg="rgb",bgm="way",

View File

@@ -10,7 +10,7 @@ return{
center=0,ghost=0, center=0,ghost=0,
dropFX=0,lockFX=0, dropFX=0,lockFX=0,
visible="none", visible="none",
dropPiece=PLY.reach_winCheck, dropPiece=PLY.check_lineReach,
freshLimit=15, freshLimit=15,
target=100, target=100,
bg="none",bgm="way", bg="none",bgm="way",

View File

@@ -3,7 +3,7 @@ local int=math.floor
return{ return{
color=color.white, color=color.white,
env={ env={
dropPiece=PLY.reach_winCheck, dropPiece=PLY.check_lineReach,
}, },
load=function() load=function()
for i=1,#customID do for i=1,#customID do

View File

@@ -91,7 +91,7 @@ return{
P:getNext(res[P:RND(#res)]) P:getNext(res[P:RND(#res)])
end end
end, end,
target=100,dropPiece=PLY.reach_winCheck, target=100,dropPiece=PLY.check_lineReach,
next=1,hold=false, next=1,hold=false,
ospin=false, ospin=false,
freshLimit=15, freshLimit=15,

View File

@@ -5,7 +5,7 @@ return{
drop=20,lock=60, drop=20,lock=60,
sequence="bag", sequence="bag",
bag={1,1,2,2,3,3,4,4,5,5,6,6}, bag={1,1,2,2,3,3,4,4,5,5,6,6},
target=100,dropPiece=PLY.reach_winCheck, target=100,dropPiece=PLY.check_lineReach,
next=3, next=3,
ospin=false, ospin=false,
freshLimit=15, freshLimit=15,

View File

@@ -4,7 +4,7 @@ return{
env={ env={
drop=60,lock=120, drop=60,lock=120,
fall=10, fall=10,
target=100,dropPiece=PLY.reach_winCheck, target=100,dropPiece=PLY.check_lineReach,
freshLimit=15, freshLimit=15,
ospin=false, ospin=false,
bg="rgb",bgm="newera", bg="rgb",bgm="newera",

View File

@@ -4,7 +4,7 @@ return{
env={ env={
drop=20,lock=60, drop=20,lock=60,
fall=20, fall=20,
target=100,dropPiece=PLY.reach_winCheck, target=100,dropPiece=PLY.check_lineReach,
freshLimit=15, freshLimit=15,
ospin=false, ospin=false,
bg="rgb",bgm="newera", bg="rgb",bgm="newera",

View File

@@ -4,7 +4,7 @@ return{
env={ env={
oncehold=false, oncehold=false,
drop=300,lock=1e99, drop=300,lock=1e99,
target=100,dropPiece=PLY.reach_winCheck, target=100,dropPiece=PLY.check_lineReach,
ospin=false, ospin=false,
bg="rgb",bgm="newera", bg="rgb",bgm="newera",
}, },

View File

@@ -5,7 +5,7 @@ return{
env={ env={
drop=60,lock=60, drop=60,lock=60,
sequence="bag",bag={8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25}, sequence="bag",bag={8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25},
target=40,dropPiece=PLY.reach_winCheck, target=40,dropPiece=PLY.check_lineReach,
bg="aura",bgm="race", bg="aura",bgm="race",
}, },
load=function() load=function()

View File

@@ -4,7 +4,7 @@ return{
color=color.cyan, color=color.cyan,
env={ env={
drop=60,lock=60, drop=60,lock=60,
target=10,dropPiece=PLY.reach_winCheck, target=10,dropPiece=PLY.check_lineReach,
bg="bg2",bgm="race", bg="bg2",bgm="race",
}, },
load=function() load=function()

View File

@@ -4,7 +4,7 @@ return{
color=color.orange, color=color.orange,
env={ env={
drop=60,lock=60, drop=60,lock=60,
target=100,dropPiece=PLY.reach_winCheck, target=100,dropPiece=PLY.check_lineReach,
bg="bg2",bgm="race", bg="bg2",bgm="race",
}, },
load=function() load=function()

View File

@@ -4,7 +4,7 @@ return{
color=color.lGrey, color=color.lGrey,
env={ env={
drop=60,lock=60, drop=60,lock=60,
target=1000,dropPiece=PLY.reach_winCheck, target=1000,dropPiece=PLY.check_lineReach,
bg="rainbow",bgm="push", bg="rainbow",bgm="push",
}, },
load=function() load=function()

View File

@@ -4,7 +4,7 @@ return{
color=color.lBlue, color=color.lBlue,
env={ env={
drop=60,lock=60, drop=60,lock=60,
target=20,dropPiece=PLY.reach_winCheck, target=20,dropPiece=PLY.check_lineReach,
bg="bg2",bgm="race", bg="bg2",bgm="race",
}, },
load=function() load=function()

View File

@@ -4,7 +4,7 @@ return{
color=color.green, color=color.green,
env={ env={
drop=60,lock=60, drop=60,lock=60,
target=40,dropPiece=PLY.reach_winCheck, target=40,dropPiece=PLY.check_lineReach,
bg="bg2",bgm="race", bg="bg2",bgm="race",
}, },
load=function() load=function()

View File

@@ -4,7 +4,7 @@ return{
color=color.red, color=color.red,
env={ env={
drop=60,lock=60, drop=60,lock=60,
target=400,dropPiece=PLY.reach_winCheck, target=400,dropPiece=PLY.check_lineReach,
bg="rainbow",bgm="push", bg="rainbow",bgm="push",
}, },
load=function() load=function()

View File

@@ -2,8 +2,8 @@ return{
color=color.lGrey, color=color.lGrey,
env={ env={
drop=120,lock=120, drop=120,lock=120,
oncehold=false,target=200, oncehold=false,
dropPiece=PLY.reach_winCheck, target=200,dropPiece=PLY.check_lineReach,
bg="bg2",bgm="infinite", bg="bg2",bgm="infinite",
}, },
load=function() load=function()