252 lines
3.2 KiB
Lua
252 lines
3.2 KiB
Lua
local buff_daily_challenge = {
|
|
[1]={
|
|
["buff_type"]=1,
|
|
["effect"]={
|
|
{
|
|
["type"]="exp_time_add",
|
|
["num"]=1000,
|
|
["ratio"]=1000,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=1
|
|
},
|
|
[2]={
|
|
["buff_type"]=1,
|
|
["effect"]={
|
|
{
|
|
["type"]="dmg_addition_all_add",
|
|
["num"]=500,
|
|
["ratio"]=1000,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=1
|
|
},
|
|
[3]={
|
|
["buff_type"]=1,
|
|
["effect"]={
|
|
{
|
|
["type"]="dec_dmg_all_add",
|
|
["num"]=1000,
|
|
["ratio"]=1000,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=1
|
|
},
|
|
[4]={
|
|
["buff_type"]=1,
|
|
["effect"]={
|
|
{
|
|
["type"]="crit_add",
|
|
["num"]=2000,
|
|
["ratio"]=1000,
|
|
["round"]=999
|
|
},
|
|
{
|
|
["type"]="crit_time_add",
|
|
["num"]=3000,
|
|
["ratio"]=1000,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=1
|
|
},
|
|
[5]={
|
|
["buff_type"]=1,
|
|
["effect"]={
|
|
{
|
|
["type"]="add_skill_all",
|
|
["num"]=1500,
|
|
["ratio"]=1000,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=1
|
|
},
|
|
[6]={
|
|
["buff_type"]=1,
|
|
["effect"]={
|
|
{
|
|
["type"]="shield",
|
|
["num"]=10000,
|
|
["ratio"]=1000,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=1
|
|
},
|
|
[7]={
|
|
["buff_type"]=1,
|
|
["effect"]={
|
|
{
|
|
["type"]="wavehealp",
|
|
["num"]=100,
|
|
["ratio"]=10000,
|
|
["round"]=0
|
|
}
|
|
},
|
|
["obj"]=1
|
|
},
|
|
[8]={
|
|
["buff_type"]=1,
|
|
["effect"]={
|
|
{
|
|
["type"]="cured_add",
|
|
["num"]=500,
|
|
["ratio"]=500,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=1
|
|
},
|
|
[9]={
|
|
["buff_type"]=1,
|
|
["effect"]={
|
|
{
|
|
["type"]="wavehealp",
|
|
["num"]=100,
|
|
["ratio"]=10000,
|
|
["round"]=0
|
|
}
|
|
},
|
|
["obj"]=1
|
|
},
|
|
[10]={
|
|
["buff_type"]=1,
|
|
["effect"]={
|
|
{
|
|
["type"]="cured_add",
|
|
["num"]=500,
|
|
["ratio"]=500,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=1
|
|
},
|
|
[11]={
|
|
["buff_type"]=2,
|
|
["effect"]={
|
|
{
|
|
["type"]="hpp_add",
|
|
["num"]=2000,
|
|
["ratio"]=1000,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=2
|
|
},
|
|
[12]={
|
|
["buff_type"]=2,
|
|
["effect"]={
|
|
{
|
|
["type"]="atkp_add",
|
|
["num"]=500,
|
|
["ratio"]=1000,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=2
|
|
},
|
|
[13]={
|
|
["buff_type"]=2,
|
|
["effect"]={
|
|
{
|
|
["type"]="atkp_color_add",
|
|
["num"]=500,
|
|
["ratio"]=1000,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=2
|
|
},
|
|
[14]={
|
|
["buff_type"]=2,
|
|
["effect"]={
|
|
{
|
|
["type"]="atkp",
|
|
["num"]=1,
|
|
["ratio"]=1000,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=2
|
|
},
|
|
[15]={
|
|
["buff_type"]=2,
|
|
["effect"]={
|
|
{
|
|
["type"]="cured_dec",
|
|
["num"]=1000,
|
|
["ratio"]=1000,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=2
|
|
},
|
|
[16]={
|
|
["buff_type"]=2,
|
|
["effect"]={
|
|
{
|
|
["type"]="block",
|
|
["num"]=500,
|
|
["ratio"]=1000,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=2
|
|
},
|
|
[17]={
|
|
["buff_type"]=2,
|
|
["effect"]={
|
|
{
|
|
["type"]="dec_dmg_all_add",
|
|
["num"]=500,
|
|
["ratio"]=1000,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=2
|
|
},
|
|
[18]={
|
|
["buff_type"]=2,
|
|
["effect"]={
|
|
{
|
|
["type"]="cured_dec",
|
|
["num"]=1000,
|
|
["ratio"]=1000,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=2
|
|
},
|
|
[19]={
|
|
["buff_type"]=2,
|
|
["effect"]={
|
|
{
|
|
["type"]="block",
|
|
["num"]=500,
|
|
["ratio"]=1000,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=2
|
|
},
|
|
[20]={
|
|
["buff_type"]=2,
|
|
["effect"]={
|
|
{
|
|
["type"]="dec_dmg_all_add",
|
|
["num"]=500,
|
|
["ratio"]=1000,
|
|
["round"]=999
|
|
}
|
|
},
|
|
["obj"]=2
|
|
}
|
|
}
|
|
local config = {
|
|
data=buff_daily_challenge,count=20
|
|
}
|
|
return config |