return{ color=COLOR.red, env={ life=2, drop=60,lock=60, freshLimit=15, bufferLimit=20, bg='bg2',bgm='battle', }, load=function() PLY.newPlayer(1) PLY.newAIPlayer(2,AIBUILDER('CC',6,2,true,30000)) end, score=function(P)return{P.stat.time}end, scoreDisp=function(D)return STRING.time(D[1])end, comp=function(a,b)return a[1]