return { mesDisp=function(P) setFont(45) GC.mStr(("%d"):format(P.stat.atk),63,190) GC.mStr(("%.2f"):format(P.stat.atk/P.stat.row),63,310) mText(TEXTOBJ.atk,63,243) mText(TEXTOBJ.eff,63,363) end, hook_drop=function(P) if P.stat.atk>=100 then P:win('finish') end end }