local item = { [1]={ ["name"]="Gold Coins", ["desc"]="Common currency that can be used in many places" }, [2]={ ["name"]="Diamond", ["desc"]="Rare currency that can buy almost every item" }, [3]={ ["name"]="Stamina", ["desc"]="It takes stamina to complete stages" }, [4]={ }, [5]={ }, [6]={ }, [12001]={ }, [22001]={ }, [23001]={ }, [32001]={ }, [33001]={ }, [42001]={ }, [43001]={ }, [52001]={ } } local config = { data=item,count=14 } return config