51 lines
879 B
Lua
51 lines
879 B
Lua
local activity = {
|
|
[11701]={
|
|
["act_type"]=2,
|
|
["time_type"]=1,
|
|
["start_time_1"]=1,
|
|
["end_time_1"]=8,
|
|
["func_open"]="summon_open",
|
|
["version"]=1,
|
|
["act_gift"]={
|
|
1060000001,
|
|
1062000001,
|
|
1062000101,
|
|
1062000201,
|
|
1062000301,
|
|
1063000001,
|
|
1063000101,
|
|
1064000001
|
|
},
|
|
["show_reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=1,
|
|
["num_for_nothing"]="Vw=="
|
|
},
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=5,
|
|
["id_for_nothing"]="Uw==",
|
|
["num"]=1,
|
|
["num_for_nothing"]="Vw=="
|
|
},
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=6,
|
|
["id_for_nothing"]="UA==",
|
|
["num"]=1,
|
|
["num_for_nothing"]="Vw=="
|
|
}
|
|
},
|
|
["act_name"]="ACT_GOGOGO_DESC_21"
|
|
}
|
|
}
|
|
local config = {
|
|
data=activity,count=1
|
|
}
|
|
return config |