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"]=1500,
|
|
["num_for_nothing"]="Vw1cAw=="
|
|
},
|
|
["cost"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=60,
|
|
["num_for_nothing"]="UAg="
|
|
},
|
|
["daily_ad"]=2,
|
|
["daily_free"]=1
|
|
},
|
|
[2]={
|
|
["gold"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=1,
|
|
["id_for_nothing"]="Vw==",
|
|
["num"]=7500,
|
|
["num_for_nothing"]="UQ1cAw=="
|
|
},
|
|
["cost"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=300,
|
|
["num_for_nothing"]="VQhc"
|
|
}
|
|
},
|
|
[3]={
|
|
["gold"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=1,
|
|
["id_for_nothing"]="Vw==",
|
|
["num"]=75000,
|
|
["num_for_nothing"]="UQ1cA2U="
|
|
},
|
|
["cost"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=3000,
|
|
["num_for_nothing"]="VQhcAw=="
|
|
}
|
|
}
|
|
}
|
|
local config = {
|
|
data=mall_gold,count=3
|
|
}
|
|
return config |