62 lines
1.1 KiB
Lua
62 lines
1.1 KiB
Lua
local mall_gold = {
|
|
[1]={
|
|
["gold"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=1,
|
|
["id_for_nothing"]="Vw==",
|
|
["num"]=5500,
|
|
["num_for_nothing"]="Uw1cAw=="
|
|
},
|
|
["cost"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=25,
|
|
["num_for_nothing"]="VA0="
|
|
},
|
|
["free_times"]=1,
|
|
["ad_times"]=1
|
|
},
|
|
[2]={
|
|
["gold"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=1,
|
|
["id_for_nothing"]="Vw==",
|
|
["num"]=22000,
|
|
["num_for_nothing"]="VApcA2U="
|
|
},
|
|
["cost"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=100,
|
|
["num_for_nothing"]="Vwhc"
|
|
}
|
|
},
|
|
[3]={
|
|
["gold"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=1,
|
|
["id_for_nothing"]="Vw==",
|
|
["num"]=110000,
|
|
["num_for_nothing"]="VwlcA2VR"
|
|
},
|
|
["cost"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=450,
|
|
["num_for_nothing"]="Ug1c"
|
|
}
|
|
}
|
|
}
|
|
local config = {
|
|
data=mall_gold,count=3
|
|
}
|
|
return config |