return{ color=COLOR.lYellow, env={ life=1, drop=300,lock=300, infHold=true, pushSpeed=15, garbageSpeed=1e99, eventSet='checkTurn_7', bg='rainbow',bgm='push', }, load=function() PLY.newPlayer(1) PLY.newAIPlayer(2,BOT.template{type='CC',speedLV=7,next=4,hold=true,node=40000}) end, score=function(P)return{P.stat.piece,P.stat.time}end, scoreDisp=function(D)return D[1].." Pieces "..STRING.time(D[2])end, comp=function(a,b)return a[1]