处理界面显示
This commit is contained in:
parent
b1df62d3a4
commit
d7ed50ab8c
@ -1525,9 +1525,51 @@ local act_gift = {
|
||||
["limit_time"]=12,
|
||||
["cd"]=12,
|
||||
["value"]=800
|
||||
},
|
||||
[121002]={
|
||||
["type"]=12,
|
||||
["recharge_id"]=5,
|
||||
["reward"]={
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=8000,
|
||||
["num_for_nothing"]="XghcAw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=2,
|
||||
["id_for_nothing"]="VA==",
|
||||
["num"]=200,
|
||||
["num_for_nothing"]="VAhc"
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=5,
|
||||
["id_for_nothing"]="Uw==",
|
||||
["num"]=40,
|
||||
["num_for_nothing"]="Ugg="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=6,
|
||||
["id_for_nothing"]="UA==",
|
||||
["num"]=6,
|
||||
["num_for_nothing"]="UA=="
|
||||
}
|
||||
},
|
||||
["time_type"]=1,
|
||||
["limit_time"]=12,
|
||||
["cd"]=12,
|
||||
["value"]=800
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=act_gift,count=48
|
||||
data=act_gift,count=49
|
||||
}
|
||||
return config
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,182 +1,226 @@
|
||||
local chapter_dungeon_armor_reward = {
|
||||
[1]={
|
||||
["star"]=10,
|
||||
["star"]=9,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
["num"]=5000,
|
||||
["num_for_nothing"]="UwhcAw=="
|
||||
}
|
||||
},
|
||||
[2]={
|
||||
["star"]=20,
|
||||
["star"]=18,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=2,
|
||||
["num_for_nothing"]="VA=="
|
||||
}
|
||||
},
|
||||
[3]={
|
||||
["star"]=30,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=3,
|
||||
["num_for_nothing"]="VQ=="
|
||||
}
|
||||
},
|
||||
[4]={
|
||||
["star"]=40,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=4,
|
||||
["num_for_nothing"]="Ug=="
|
||||
}
|
||||
},
|
||||
[5]={
|
||||
["star"]=50,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=5,
|
||||
["num_for_nothing"]="Uw=="
|
||||
}
|
||||
},
|
||||
[6]={
|
||||
["star"]=60,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=6,
|
||||
["num_for_nothing"]="UA=="
|
||||
}
|
||||
},
|
||||
[7]={
|
||||
["star"]=70,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=7,
|
||||
["num_for_nothing"]="UQ=="
|
||||
}
|
||||
},
|
||||
[8]={
|
||||
["star"]=80,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=8,
|
||||
["num_for_nothing"]="Xg=="
|
||||
}
|
||||
},
|
||||
[9]={
|
||||
["star"]=90,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=9,
|
||||
["num_for_nothing"]="Xw=="
|
||||
}
|
||||
},
|
||||
[10]={
|
||||
["star"]=100,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=10,
|
||||
["num_for_nothing"]="Vwg="
|
||||
}
|
||||
},
|
||||
[11]={
|
||||
["star"]=110,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=11,
|
||||
["num_for_nothing"]="Vwk="
|
||||
}
|
||||
},
|
||||
[12]={
|
||||
["star"]=120,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=12,
|
||||
["num_for_nothing"]="Vwo="
|
||||
}
|
||||
},
|
||||
[13]={
|
||||
["star"]=130,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=13,
|
||||
["num_for_nothing"]="Vws="
|
||||
}
|
||||
},
|
||||
[14]={
|
||||
["star"]=140,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=14,
|
||||
["num_for_nothing"]="Vww="
|
||||
}
|
||||
},
|
||||
[15]={
|
||||
["star"]=150,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["id"]=1007,
|
||||
["id_for_nothing"]="VwhcBA==",
|
||||
["num"]=15,
|
||||
["num_for_nothing"]="Vw0="
|
||||
}
|
||||
},
|
||||
[16]={
|
||||
["star"]=160,
|
||||
[3]={
|
||||
["star"]=27,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=2,
|
||||
["id_for_nothing"]="VA==",
|
||||
["num"]=20,
|
||||
["num_for_nothing"]="VAg="
|
||||
}
|
||||
},
|
||||
[4]={
|
||||
["star"]=36,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1008,
|
||||
["id_for_nothing"]="VwhcCw==",
|
||||
["num"]=15,
|
||||
["num_for_nothing"]="Vw0="
|
||||
}
|
||||
},
|
||||
[5]={
|
||||
["star"]=45,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=6,
|
||||
["id_for_nothing"]="UA==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
}
|
||||
},
|
||||
[6]={
|
||||
["star"]=54,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1009,
|
||||
["id_for_nothing"]="VwhcCg==",
|
||||
["num"]=15,
|
||||
["num_for_nothing"]="Vw0="
|
||||
}
|
||||
},
|
||||
[7]={
|
||||
["star"]=63,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=16,
|
||||
["num_for_nothing"]="Vw4="
|
||||
["num"]=10000,
|
||||
["num_for_nothing"]="VwhcA2U="
|
||||
}
|
||||
},
|
||||
[8]={
|
||||
["star"]=72,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1010,
|
||||
["id_for_nothing"]="VwhdAw==",
|
||||
["num"]=15,
|
||||
["num_for_nothing"]="Vw0="
|
||||
}
|
||||
},
|
||||
[9]={
|
||||
["star"]=81,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=2,
|
||||
["id_for_nothing"]="VA==",
|
||||
["num"]=25,
|
||||
["num_for_nothing"]="VA0="
|
||||
}
|
||||
},
|
||||
[10]={
|
||||
["star"]=90,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1010,
|
||||
["id_for_nothing"]="VwhdAw==",
|
||||
["num"]=20,
|
||||
["num_for_nothing"]="VAg="
|
||||
}
|
||||
},
|
||||
[11]={
|
||||
["star"]=99,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=6,
|
||||
["id_for_nothing"]="UA==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
}
|
||||
},
|
||||
[12]={
|
||||
["star"]=108,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1011,
|
||||
["id_for_nothing"]="VwhdAg==",
|
||||
["num"]=15,
|
||||
["num_for_nothing"]="Vw0="
|
||||
}
|
||||
},
|
||||
[13]={
|
||||
["star"]=117,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=2,
|
||||
["id_for_nothing"]="VA==",
|
||||
["num"]=30,
|
||||
["num_for_nothing"]="VQg="
|
||||
}
|
||||
},
|
||||
[14]={
|
||||
["star"]=126,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1011,
|
||||
["id_for_nothing"]="VwhdAg==",
|
||||
["num"]=20,
|
||||
["num_for_nothing"]="VAg="
|
||||
}
|
||||
},
|
||||
[15]={
|
||||
["star"]=135,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=6,
|
||||
["id_for_nothing"]="UA==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
}
|
||||
},
|
||||
[16]={
|
||||
["star"]=144,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1012,
|
||||
["id_for_nothing"]="VwhdAQ==",
|
||||
["num"]=15,
|
||||
["num_for_nothing"]="Vw0="
|
||||
}
|
||||
},
|
||||
[17]={
|
||||
["star"]=153,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=2,
|
||||
["id_for_nothing"]="VA==",
|
||||
["num"]=40,
|
||||
["num_for_nothing"]="Ugg="
|
||||
}
|
||||
},
|
||||
[18]={
|
||||
["star"]=162,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1012,
|
||||
["id_for_nothing"]="VwhdAQ==",
|
||||
["num"]=20,
|
||||
["num_for_nothing"]="VAg="
|
||||
}
|
||||
},
|
||||
[19]={
|
||||
["star"]=171,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=6,
|
||||
["id_for_nothing"]="UA==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
}
|
||||
},
|
||||
[20]={
|
||||
["star"]=180,
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1012,
|
||||
["id_for_nothing"]="VwhdAQ==",
|
||||
["num"]=25,
|
||||
["num_for_nothing"]="VA0="
|
||||
}
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=chapter_dungeon_armor_reward,count=16
|
||||
data=chapter_dungeon_armor_reward,count=20
|
||||
}
|
||||
return config
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -456,6 +456,942 @@ local item = {
|
||||
["qlt"]=1,
|
||||
["icon"]="27"
|
||||
},
|
||||
[28]={
|
||||
["qlt"]=1,
|
||||
["icon"]="28",
|
||||
["item_drop"]={
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1007,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1013,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1019,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1025,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
}
|
||||
}
|
||||
},
|
||||
[29]={
|
||||
["qlt"]=1,
|
||||
["icon"]="29",
|
||||
["item_drop"]={
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1007,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1013,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1019,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1025,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1008,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1014,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1020,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1026,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
}
|
||||
}
|
||||
},
|
||||
[30]={
|
||||
["qlt"]=2,
|
||||
["icon"]="30",
|
||||
["item_drop"]={
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1007,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1013,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1019,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1025,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1008,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1014,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1020,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1026,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1009,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1015,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1021,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1027,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
}
|
||||
}
|
||||
},
|
||||
[31]={
|
||||
["qlt"]=2,
|
||||
["icon"]="31",
|
||||
["item_drop"]={
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1007,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1013,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1019,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1025,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1008,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1014,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1020,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1026,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1009,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1015,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1021,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1027,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
}
|
||||
}
|
||||
},
|
||||
[32]={
|
||||
["qlt"]=3,
|
||||
["icon"]="32",
|
||||
["item_drop"]={
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1008,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1014,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1020,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1026,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1009,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1015,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1021,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1027,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1010,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1016,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1022,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1028,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
}
|
||||
}
|
||||
},
|
||||
[33]={
|
||||
["qlt"]=3,
|
||||
["icon"]="33",
|
||||
["item_drop"]={
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1008,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1014,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1020,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1026,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1009,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1015,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1021,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1027,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1010,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1016,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1022,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1028,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
}
|
||||
}
|
||||
},
|
||||
[34]={
|
||||
["qlt"]=4,
|
||||
["icon"]="34",
|
||||
["item_drop"]={
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1009,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1015,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1021,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1027,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1010,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1016,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1022,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1028,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1011,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1017,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1023,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1029,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
}
|
||||
}
|
||||
},
|
||||
[35]={
|
||||
["qlt"]=4,
|
||||
["icon"]="35",
|
||||
["item_drop"]={
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1009,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1015,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1021,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1027,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1010,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1016,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1022,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1028,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1011,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1017,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1023,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1029,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
}
|
||||
}
|
||||
},
|
||||
[36]={
|
||||
["qlt"]=5,
|
||||
["icon"]="36",
|
||||
["item_drop"]={
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1010,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1016,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1022,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1028,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1011,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1017,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1023,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1029,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1012,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1018,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1024,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1030,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
}
|
||||
}
|
||||
},
|
||||
[37]={
|
||||
["qlt"]=5,
|
||||
["icon"]="37",
|
||||
["item_drop"]={
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1010,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1016,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1022,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1028,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1011,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1017,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1023,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1029,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1012,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1018,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1024,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["id"]=1030,
|
||||
["num"]=1,
|
||||
["weight"]=1
|
||||
}
|
||||
}
|
||||
},
|
||||
[38]={
|
||||
["qlt"]=1,
|
||||
["icon"]="38",
|
||||
["reward"]={
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1007,
|
||||
["id_for_nothing"]="VwhcBA==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1013,
|
||||
["id_for_nothing"]="VwhdAA==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1019,
|
||||
["id_for_nothing"]="VwhdCg==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1025,
|
||||
["id_for_nothing"]="VwheBg==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
[39]={
|
||||
["qlt"]=2,
|
||||
["icon"]="39",
|
||||
["reward"]={
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1008,
|
||||
["id_for_nothing"]="VwhcCw==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1014,
|
||||
["id_for_nothing"]="VwhdBw==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1020,
|
||||
["id_for_nothing"]="VwheAw==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1026,
|
||||
["id_for_nothing"]="VwheBQ==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
[40]={
|
||||
["qlt"]=3,
|
||||
["icon"]="40",
|
||||
["reward"]={
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1009,
|
||||
["id_for_nothing"]="VwhcCg==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1015,
|
||||
["id_for_nothing"]="VwhdBg==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1021,
|
||||
["id_for_nothing"]="VwheAg==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1027,
|
||||
["id_for_nothing"]="VwheBA==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
[41]={
|
||||
["qlt"]=4,
|
||||
["icon"]="41",
|
||||
["reward"]={
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1010,
|
||||
["id_for_nothing"]="VwhdAw==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1016,
|
||||
["id_for_nothing"]="VwhdBQ==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1022,
|
||||
["id_for_nothing"]="VwheAQ==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1028,
|
||||
["id_for_nothing"]="VwheCw==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
[42]={
|
||||
["qlt"]=5,
|
||||
["icon"]="42",
|
||||
["reward"]={
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1011,
|
||||
["id_for_nothing"]="VwhdAg==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1017,
|
||||
["id_for_nothing"]="VwhdBA==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1023,
|
||||
["id_for_nothing"]="VwheAA==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1029,
|
||||
["id_for_nothing"]="VwheCg==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
[43]={
|
||||
["qlt"]=5,
|
||||
["icon"]="43",
|
||||
["reward"]={
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1012,
|
||||
["id_for_nothing"]="VwhdAQ==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1018,
|
||||
["id_for_nothing"]="VwhdCw==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1024,
|
||||
["id_for_nothing"]="VwheBw==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1030,
|
||||
["id_for_nothing"]="VwhfAw==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
[1001]={
|
||||
["type"]=2,
|
||||
["qlt"]=1,
|
||||
@ -1222,6 +2158,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=82
|
||||
data=item,count=98
|
||||
}
|
||||
return config
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -107,6 +107,70 @@ local item = {
|
||||
["name"]="星辉",
|
||||
["desc"]="收集星辉可以领取奖励。"
|
||||
},
|
||||
[28]={
|
||||
["name"]="随机防具材料包(Ⅰ)",
|
||||
["desc"]="开启后随机获得以下材料"
|
||||
},
|
||||
[29]={
|
||||
["name"]="随机防具材料包(Ⅱ)",
|
||||
["desc"]="开启后随机获得以下材料"
|
||||
},
|
||||
[30]={
|
||||
["name"]="随机防具材料包(Ⅲ)",
|
||||
["desc"]="开启后随机获得以下材料"
|
||||
},
|
||||
[31]={
|
||||
["name"]="随机防具材料包(Ⅳ)",
|
||||
["desc"]="开启后随机获得以下材料"
|
||||
},
|
||||
[32]={
|
||||
["name"]="随机防具材料包(Ⅴ)",
|
||||
["desc"]="开启后随机获得以下材料"
|
||||
},
|
||||
[33]={
|
||||
["name"]="随机防具材料包(Ⅵ)",
|
||||
["desc"]="开启后随机获得以下材料"
|
||||
},
|
||||
[34]={
|
||||
["name"]="随机防具材料包(Ⅶ)",
|
||||
["desc"]="开启后随机获得以下材料"
|
||||
},
|
||||
[35]={
|
||||
["name"]="随机防具材料包(Ⅷ)",
|
||||
["desc"]="开启后随机获得以下材料"
|
||||
},
|
||||
[36]={
|
||||
["name"]="随机防具材料包(Ⅸ)",
|
||||
["desc"]="开启后随机获得以下材料"
|
||||
},
|
||||
[37]={
|
||||
["name"]="随机防具材料包(Ⅹ)",
|
||||
["desc"]="开启后随机获得以下材料"
|
||||
},
|
||||
[38]={
|
||||
["name"]="1阶防具材料包",
|
||||
["desc"]="开启后可获得以下材料"
|
||||
},
|
||||
[39]={
|
||||
["name"]="2阶防具材料包",
|
||||
["desc"]="开启后可获得以下材料"
|
||||
},
|
||||
[40]={
|
||||
["name"]="3阶防具材料包",
|
||||
["desc"]="开启后可获得以下材料"
|
||||
},
|
||||
[41]={
|
||||
["name"]="4阶防具材料包",
|
||||
["desc"]="开启后可获得以下材料"
|
||||
},
|
||||
[42]={
|
||||
["name"]="5阶防具材料包",
|
||||
["desc"]="开启后可获得以下材料"
|
||||
},
|
||||
[43]={
|
||||
["name"]="6阶防具材料包",
|
||||
["desc"]="开启后可获得以下材料"
|
||||
},
|
||||
[1001]={
|
||||
["name"]="暗淡陨铁",
|
||||
["desc"]="一块暗淡的陨铁,蕴含着神秘的能量。"
|
||||
@ -329,6 +393,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=82
|
||||
data=item,count=98
|
||||
}
|
||||
return config
|
||||
@ -79,6 +79,54 @@ local item = {
|
||||
},
|
||||
[27]={
|
||||
|
||||
},
|
||||
[28]={
|
||||
|
||||
},
|
||||
[29]={
|
||||
|
||||
},
|
||||
[30]={
|
||||
|
||||
},
|
||||
[31]={
|
||||
|
||||
},
|
||||
[32]={
|
||||
|
||||
},
|
||||
[33]={
|
||||
|
||||
},
|
||||
[34]={
|
||||
|
||||
},
|
||||
[35]={
|
||||
|
||||
},
|
||||
[36]={
|
||||
|
||||
},
|
||||
[37]={
|
||||
|
||||
},
|
||||
[38]={
|
||||
|
||||
},
|
||||
[39]={
|
||||
|
||||
},
|
||||
[40]={
|
||||
|
||||
},
|
||||
[41]={
|
||||
|
||||
},
|
||||
[42]={
|
||||
|
||||
},
|
||||
[43]={
|
||||
|
||||
},
|
||||
[1001]={
|
||||
|
||||
@ -247,6 +295,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=82
|
||||
data=item,count=98
|
||||
}
|
||||
return config
|
||||
@ -105,6 +105,54 @@ local item = {
|
||||
},
|
||||
[27]={
|
||||
|
||||
},
|
||||
[28]={
|
||||
|
||||
},
|
||||
[29]={
|
||||
|
||||
},
|
||||
[30]={
|
||||
|
||||
},
|
||||
[31]={
|
||||
|
||||
},
|
||||
[32]={
|
||||
|
||||
},
|
||||
[33]={
|
||||
|
||||
},
|
||||
[34]={
|
||||
|
||||
},
|
||||
[35]={
|
||||
|
||||
},
|
||||
[36]={
|
||||
|
||||
},
|
||||
[37]={
|
||||
|
||||
},
|
||||
[38]={
|
||||
|
||||
},
|
||||
[39]={
|
||||
|
||||
},
|
||||
[40]={
|
||||
|
||||
},
|
||||
[41]={
|
||||
|
||||
},
|
||||
[42]={
|
||||
|
||||
},
|
||||
[43]={
|
||||
|
||||
},
|
||||
[1001]={
|
||||
|
||||
@ -298,6 +346,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=82
|
||||
data=item,count=98
|
||||
}
|
||||
return config
|
||||
@ -105,6 +105,54 @@ local item = {
|
||||
},
|
||||
[27]={
|
||||
|
||||
},
|
||||
[28]={
|
||||
|
||||
},
|
||||
[29]={
|
||||
|
||||
},
|
||||
[30]={
|
||||
|
||||
},
|
||||
[31]={
|
||||
|
||||
},
|
||||
[32]={
|
||||
|
||||
},
|
||||
[33]={
|
||||
|
||||
},
|
||||
[34]={
|
||||
|
||||
},
|
||||
[35]={
|
||||
|
||||
},
|
||||
[36]={
|
||||
|
||||
},
|
||||
[37]={
|
||||
|
||||
},
|
||||
[38]={
|
||||
|
||||
},
|
||||
[39]={
|
||||
|
||||
},
|
||||
[40]={
|
||||
|
||||
},
|
||||
[41]={
|
||||
|
||||
},
|
||||
[42]={
|
||||
|
||||
},
|
||||
[43]={
|
||||
|
||||
},
|
||||
[1001]={
|
||||
|
||||
@ -298,6 +346,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=82
|
||||
data=item,count=98
|
||||
}
|
||||
return config
|
||||
@ -79,6 +79,54 @@ local item = {
|
||||
},
|
||||
[27]={
|
||||
|
||||
},
|
||||
[28]={
|
||||
|
||||
},
|
||||
[29]={
|
||||
|
||||
},
|
||||
[30]={
|
||||
|
||||
},
|
||||
[31]={
|
||||
|
||||
},
|
||||
[32]={
|
||||
|
||||
},
|
||||
[33]={
|
||||
|
||||
},
|
||||
[34]={
|
||||
|
||||
},
|
||||
[35]={
|
||||
|
||||
},
|
||||
[36]={
|
||||
|
||||
},
|
||||
[37]={
|
||||
|
||||
},
|
||||
[38]={
|
||||
|
||||
},
|
||||
[39]={
|
||||
|
||||
},
|
||||
[40]={
|
||||
|
||||
},
|
||||
[41]={
|
||||
|
||||
},
|
||||
[42]={
|
||||
|
||||
},
|
||||
[43]={
|
||||
|
||||
},
|
||||
[1001]={
|
||||
|
||||
@ -247,6 +295,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=82
|
||||
data=item,count=98
|
||||
}
|
||||
return config
|
||||
@ -105,6 +105,54 @@ local item = {
|
||||
},
|
||||
[27]={
|
||||
|
||||
},
|
||||
[28]={
|
||||
|
||||
},
|
||||
[29]={
|
||||
|
||||
},
|
||||
[30]={
|
||||
|
||||
},
|
||||
[31]={
|
||||
|
||||
},
|
||||
[32]={
|
||||
|
||||
},
|
||||
[33]={
|
||||
|
||||
},
|
||||
[34]={
|
||||
|
||||
},
|
||||
[35]={
|
||||
|
||||
},
|
||||
[36]={
|
||||
|
||||
},
|
||||
[37]={
|
||||
|
||||
},
|
||||
[38]={
|
||||
|
||||
},
|
||||
[39]={
|
||||
|
||||
},
|
||||
[40]={
|
||||
|
||||
},
|
||||
[41]={
|
||||
|
||||
},
|
||||
[42]={
|
||||
|
||||
},
|
||||
[43]={
|
||||
|
||||
},
|
||||
[1001]={
|
||||
|
||||
@ -298,6 +346,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=82
|
||||
data=item,count=98
|
||||
}
|
||||
return config
|
||||
@ -105,6 +105,54 @@ local item = {
|
||||
},
|
||||
[27]={
|
||||
|
||||
},
|
||||
[28]={
|
||||
|
||||
},
|
||||
[29]={
|
||||
|
||||
},
|
||||
[30]={
|
||||
|
||||
},
|
||||
[31]={
|
||||
|
||||
},
|
||||
[32]={
|
||||
|
||||
},
|
||||
[33]={
|
||||
|
||||
},
|
||||
[34]={
|
||||
|
||||
},
|
||||
[35]={
|
||||
|
||||
},
|
||||
[36]={
|
||||
|
||||
},
|
||||
[37]={
|
||||
|
||||
},
|
||||
[38]={
|
||||
|
||||
},
|
||||
[39]={
|
||||
|
||||
},
|
||||
[40]={
|
||||
|
||||
},
|
||||
[41]={
|
||||
|
||||
},
|
||||
[42]={
|
||||
|
||||
},
|
||||
[43]={
|
||||
|
||||
},
|
||||
[1001]={
|
||||
|
||||
@ -298,6 +346,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=82
|
||||
data=item,count=98
|
||||
}
|
||||
return config
|
||||
@ -105,6 +105,54 @@ local item = {
|
||||
},
|
||||
[27]={
|
||||
|
||||
},
|
||||
[28]={
|
||||
|
||||
},
|
||||
[29]={
|
||||
|
||||
},
|
||||
[30]={
|
||||
|
||||
},
|
||||
[31]={
|
||||
|
||||
},
|
||||
[32]={
|
||||
|
||||
},
|
||||
[33]={
|
||||
|
||||
},
|
||||
[34]={
|
||||
|
||||
},
|
||||
[35]={
|
||||
|
||||
},
|
||||
[36]={
|
||||
|
||||
},
|
||||
[37]={
|
||||
|
||||
},
|
||||
[38]={
|
||||
|
||||
},
|
||||
[39]={
|
||||
|
||||
},
|
||||
[40]={
|
||||
|
||||
},
|
||||
[41]={
|
||||
|
||||
},
|
||||
[42]={
|
||||
|
||||
},
|
||||
[43]={
|
||||
|
||||
},
|
||||
[1001]={
|
||||
|
||||
@ -298,6 +346,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=82
|
||||
data=item,count=98
|
||||
}
|
||||
return config
|
||||
@ -105,6 +105,54 @@ local item = {
|
||||
},
|
||||
[27]={
|
||||
|
||||
},
|
||||
[28]={
|
||||
|
||||
},
|
||||
[29]={
|
||||
|
||||
},
|
||||
[30]={
|
||||
|
||||
},
|
||||
[31]={
|
||||
|
||||
},
|
||||
[32]={
|
||||
|
||||
},
|
||||
[33]={
|
||||
|
||||
},
|
||||
[34]={
|
||||
|
||||
},
|
||||
[35]={
|
||||
|
||||
},
|
||||
[36]={
|
||||
|
||||
},
|
||||
[37]={
|
||||
|
||||
},
|
||||
[38]={
|
||||
|
||||
},
|
||||
[39]={
|
||||
|
||||
},
|
||||
[40]={
|
||||
|
||||
},
|
||||
[41]={
|
||||
|
||||
},
|
||||
[42]={
|
||||
|
||||
},
|
||||
[43]={
|
||||
|
||||
},
|
||||
[1001]={
|
||||
|
||||
@ -298,6 +346,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=82
|
||||
data=item,count=98
|
||||
}
|
||||
return config
|
||||
@ -79,6 +79,54 @@ local item = {
|
||||
},
|
||||
[27]={
|
||||
|
||||
},
|
||||
[28]={
|
||||
|
||||
},
|
||||
[29]={
|
||||
|
||||
},
|
||||
[30]={
|
||||
|
||||
},
|
||||
[31]={
|
||||
|
||||
},
|
||||
[32]={
|
||||
|
||||
},
|
||||
[33]={
|
||||
|
||||
},
|
||||
[34]={
|
||||
|
||||
},
|
||||
[35]={
|
||||
|
||||
},
|
||||
[36]={
|
||||
|
||||
},
|
||||
[37]={
|
||||
|
||||
},
|
||||
[38]={
|
||||
|
||||
},
|
||||
[39]={
|
||||
|
||||
},
|
||||
[40]={
|
||||
|
||||
},
|
||||
[41]={
|
||||
|
||||
},
|
||||
[42]={
|
||||
|
||||
},
|
||||
[43]={
|
||||
|
||||
},
|
||||
[1001]={
|
||||
|
||||
@ -247,6 +295,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=82
|
||||
data=item,count=98
|
||||
}
|
||||
return config
|
||||
@ -105,6 +105,54 @@ local item = {
|
||||
},
|
||||
[27]={
|
||||
|
||||
},
|
||||
[28]={
|
||||
|
||||
},
|
||||
[29]={
|
||||
|
||||
},
|
||||
[30]={
|
||||
|
||||
},
|
||||
[31]={
|
||||
|
||||
},
|
||||
[32]={
|
||||
|
||||
},
|
||||
[33]={
|
||||
|
||||
},
|
||||
[34]={
|
||||
|
||||
},
|
||||
[35]={
|
||||
|
||||
},
|
||||
[36]={
|
||||
|
||||
},
|
||||
[37]={
|
||||
|
||||
},
|
||||
[38]={
|
||||
|
||||
},
|
||||
[39]={
|
||||
|
||||
},
|
||||
[40]={
|
||||
|
||||
},
|
||||
[41]={
|
||||
|
||||
},
|
||||
[42]={
|
||||
|
||||
},
|
||||
[43]={
|
||||
|
||||
},
|
||||
[1001]={
|
||||
|
||||
@ -298,6 +346,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=82
|
||||
data=item,count=98
|
||||
}
|
||||
return config
|
||||
@ -105,6 +105,54 @@ local item = {
|
||||
},
|
||||
[27]={
|
||||
|
||||
},
|
||||
[28]={
|
||||
|
||||
},
|
||||
[29]={
|
||||
|
||||
},
|
||||
[30]={
|
||||
|
||||
},
|
||||
[31]={
|
||||
|
||||
},
|
||||
[32]={
|
||||
|
||||
},
|
||||
[33]={
|
||||
|
||||
},
|
||||
[34]={
|
||||
|
||||
},
|
||||
[35]={
|
||||
|
||||
},
|
||||
[36]={
|
||||
|
||||
},
|
||||
[37]={
|
||||
|
||||
},
|
||||
[38]={
|
||||
|
||||
},
|
||||
[39]={
|
||||
|
||||
},
|
||||
[40]={
|
||||
|
||||
},
|
||||
[41]={
|
||||
|
||||
},
|
||||
[42]={
|
||||
|
||||
},
|
||||
[43]={
|
||||
|
||||
},
|
||||
[1001]={
|
||||
|
||||
@ -298,6 +346,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=82
|
||||
data=item,count=98
|
||||
}
|
||||
return config
|
||||
@ -105,6 +105,54 @@ local item = {
|
||||
},
|
||||
[27]={
|
||||
|
||||
},
|
||||
[28]={
|
||||
|
||||
},
|
||||
[29]={
|
||||
|
||||
},
|
||||
[30]={
|
||||
|
||||
},
|
||||
[31]={
|
||||
|
||||
},
|
||||
[32]={
|
||||
|
||||
},
|
||||
[33]={
|
||||
|
||||
},
|
||||
[34]={
|
||||
|
||||
},
|
||||
[35]={
|
||||
|
||||
},
|
||||
[36]={
|
||||
|
||||
},
|
||||
[37]={
|
||||
|
||||
},
|
||||
[38]={
|
||||
|
||||
},
|
||||
[39]={
|
||||
|
||||
},
|
||||
[40]={
|
||||
|
||||
},
|
||||
[41]={
|
||||
|
||||
},
|
||||
[42]={
|
||||
|
||||
},
|
||||
[43]={
|
||||
|
||||
},
|
||||
[1001]={
|
||||
|
||||
@ -298,6 +346,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=82
|
||||
data=item,count=98
|
||||
}
|
||||
return config
|
||||
@ -34,7 +34,7 @@ function ChapterLayerCell:refresh(id)
|
||||
if weaponData:canFarmChapter(id) then -- 可扫荡
|
||||
mask:setVisible(false)
|
||||
bossMask:setVisible(false)
|
||||
rewardsNode:setVisible(true)
|
||||
rewardsNode:setActive(true)
|
||||
self.rewardCells[4]:getBaseObject():setActive(false)
|
||||
introdutionBtn:setActive(false)
|
||||
fightBtn:setActive(true)
|
||||
@ -42,16 +42,22 @@ function ChapterLayerCell:refresh(id)
|
||||
fightBtn:setSprite(GConst.ATLAS_PATH.COMMON, FIGHT_BTN[2])
|
||||
fightDesc:setText(I18N:getGlobalText(I18N.GlobalConst.SMASH))
|
||||
for i = 1, 3 do
|
||||
if config.item_show[i] then
|
||||
self.rewardCells[i]:refreshByConfig(config.item_show[i])
|
||||
self.rewardCells[i]:hideCountTx()
|
||||
self.rewardCells[i]:getBaseObject():setActive(true)
|
||||
else
|
||||
self.rewardCells[i]:getBaseObject():setActive(false)
|
||||
end
|
||||
end
|
||||
fightBtn:addClickListener(function()
|
||||
ModuleManager.DungeonWeaponManager:reqSweep(id)
|
||||
end)
|
||||
rewardsNode:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_HORIZONTAL_OR_VERTICAL_LAYOUT):RefreshLayout()
|
||||
elseif weaponData:canFightChapter(id) then -- 可挑战
|
||||
mask:setVisible(false)
|
||||
bossMask:setVisible(false)
|
||||
rewardsNode:setVisible(true)
|
||||
rewardsNode:setActive(true)
|
||||
self.rewardCells[4]:getBaseObject():setActive(true)
|
||||
introdutionBtn:setActive(true)
|
||||
fightBtn:setActive(true)
|
||||
@ -59,18 +65,24 @@ function ChapterLayerCell:refresh(id)
|
||||
fightBtn:setSprite(GConst.ATLAS_PATH.COMMON, FIGHT_BTN[1])
|
||||
fightDesc:setText(I18N:getGlobalText(I18N.GlobalConst.TASK_CHALLENGE))
|
||||
for i = 1, 3 do
|
||||
if config.item_show[i] then
|
||||
self.rewardCells[i]:refreshByConfig(config.item_show[i])
|
||||
self.rewardCells[i]:hideCountTx()
|
||||
self.rewardCells[i]:getBaseObject():setActive(true)
|
||||
else
|
||||
self.rewardCells[i]:getBaseObject():setActive(false)
|
||||
end
|
||||
end
|
||||
self.rewardCells[4]:refreshByConfig(config.first_reward)
|
||||
self.rewardCells[4]:showFirstPass(true)
|
||||
fightBtn:addClickListener(function()
|
||||
ModuleManager.DungeonWeaponManager:reqFight(id)
|
||||
end)
|
||||
rewardsNode:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_HORIZONTAL_OR_VERTICAL_LAYOUT):RefreshLayout()
|
||||
else -- 不可挑战
|
||||
mask:setVisible(true)
|
||||
bossMask:setVisible(true)
|
||||
rewardsNode:setVisible(false)
|
||||
rewardsNode:setActive(false)
|
||||
introdutionBtn:setActive(false)
|
||||
fightBtn:setActive(false)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user