20 lines
276 B
Lua
20 lines
276 B
Lua
local act_gift = {
|
|
[10002]={
|
|
["type"]=1,
|
|
["recharge_id"]=11,
|
|
["time_type"]=3,
|
|
["limit"]=1,
|
|
["value"]=3000
|
|
},
|
|
[10102]={
|
|
["type"]=1,
|
|
["recharge_id"]=12,
|
|
["time_type"]=3,
|
|
["limit"]=1,
|
|
["value"]=25
|
|
}
|
|
}
|
|
local config = {
|
|
data=act_gift,count=2
|
|
}
|
|
return config |