local activity_bounty_task = { [1]={ ["type"]=22, ["number"]={ 1, 2, 3, 4, 5, 6, 7 }, ["reward"]={ 100, 100, 100, 100, 100, 100, 100 }, ["icon"]="11" }, [2]={ ["type"]=1, ["number"]={ 10, 20, 30, 40, 50, 60, 70 }, ["reward"]={ 100, 100, 100, 100, 100, 100, 100 }, ["icon"]="10" }, [3]={ ["type"]=11, ["number"]={ 30, 60, 90, 120, 150, 180, 210 }, ["reward"]={ 100, 100, 100, 100, 100, 100, 100 }, ["icon"]="7" }, [4]={ ["type"]=12, ["number"]={ 10, 20, 30, 40, 50, 60, 70 }, ["reward"]={ 100, 100, 100, 100, 100, 100, 100 }, ["icon"]="9" }, [5]={ ["type"]=10, ["number"]={ 1, 2, 3, 4, 5, 6, 7 }, ["reward"]={ 100, 100, 100, 100, 100, 100, 100 }, ["icon"]="7" }, [6]={ ["type"]=19, ["number"]={ 10, 20, 30, 40, 50, 60, 70 }, ["reward"]={ 100, 100, 100, 100, 100, 100, 100 }, ["icon"]="9" } } local config = { data=activity_bounty_task,count=6 } return config