c1_lua/lua/app/config/activity_full_moon_reward.lua
2023-09-11 10:49:18 +08:00

127 lines
2.1 KiB
Lua

local activity_full_moon_reward = {
[101]={
["quest"]=3,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=100,
["num_for_nothing"]="Vwhc"
}
},
[102]={
["quest"]=6,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
},
[103]={
["quest"]=9,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=200,
["num_for_nothing"]="VAhc"
}
},
[104]={
["quest"]=12,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=300,
["num_for_nothing"]="VQhc"
}
},
[105]={
["quest"]=15,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=400,
["num_for_nothing"]="Ughc"
}
},
[106]={
["quest"]=18,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=53,
["id_for_nothing"]="Uws=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[107]={
["quest"]=21,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=600,
["num_for_nothing"]="UAhc"
}
},
[108]={
["quest"]=24,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=700,
["num_for_nothing"]="UQhc"
}
},
[109]={
["quest"]=27,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=800,
["num_for_nothing"]="Xghc"
}
},
[110]={
["quest"]=30,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=900,
["num_for_nothing"]="Xwhc"
}
},
[111]={
["quest"]=33,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5300101,
["id_for_nothing"]="UwtcA2RRfg==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
}
}
local config = {
data=activity_full_moon_reward,count=11
}
return config