75 lines
1.1 KiB
Lua
75 lines
1.1 KiB
Lua
local mall_act = {
|
|
[10000]={
|
|
["name"]="First Recharge Reward"
|
|
},
|
|
[10001]={
|
|
["name"]="Valuable Belongings"
|
|
},
|
|
[10002]={
|
|
["name"]="Vanguard Bundle"
|
|
},
|
|
[10003]={
|
|
["name"]="Successor Bundle"
|
|
},
|
|
[10004]={
|
|
["name"]="Alchemist's Box"
|
|
},
|
|
[10005]={
|
|
["name"]="Draconic Treasure"
|
|
},
|
|
[10006]={
|
|
["name"]="Berserker Bundle"
|
|
},
|
|
[10101]={
|
|
["name"]="Explorer's Sack"
|
|
},
|
|
[10102]={
|
|
["name"]="Shiny Keyring"
|
|
},
|
|
[10103]={
|
|
["name"]="Befalling Treasure"
|
|
},
|
|
[10104]={
|
|
["name"]="Mythic Staff Set"
|
|
},
|
|
[10105]={
|
|
["name"]="Mythic Assassin Set"
|
|
},
|
|
[10106]={
|
|
["name"]="Justice Bringer"
|
|
},
|
|
[10201]={
|
|
["name"]="Legendary 3-pcs Set"
|
|
},
|
|
[10202]={
|
|
["name"]="Mythic 3-pcs Set"
|
|
},
|
|
[10301]={
|
|
["name"]="Legendary Heirloom"
|
|
},
|
|
[10302]={
|
|
["name"]="Mythic Heirloom"
|
|
},
|
|
[20001]={
|
|
["name"]="Ads Removal Bundle"
|
|
},
|
|
[30001]={
|
|
["name"]="Auto Blessing Bundle"
|
|
},
|
|
[40001]={
|
|
["name"]="Golden Explorer's Badge"
|
|
},
|
|
[60001]={
|
|
["name"]="Conqueror's Fund - Standard"
|
|
},
|
|
[60002]={
|
|
["name"]="Conqueror's Fund - Premium"
|
|
},
|
|
[70001]={
|
|
["name"]="Battlepass: Season 1"
|
|
}
|
|
}
|
|
local config = {
|
|
data=mall_act,count=23
|
|
}
|
|
return config |