更新配置
This commit is contained in:
parent
5a164c77cf
commit
e908d3bc90
@ -2,292 +2,220 @@ local buff = {
|
|||||||
[1]={
|
[1]={
|
||||||
["name"]="hurt",
|
["name"]="hurt",
|
||||||
["buff_type"]=3,
|
["buff_type"]=3,
|
||||||
["decr"]=3,
|
|
||||||
["formula"]=1
|
["formula"]=1
|
||||||
},
|
},
|
||||||
[2]={
|
[2]={
|
||||||
["name"]="hurt_red",
|
["name"]="hurt_red",
|
||||||
["buff_type"]=3,
|
["buff_type"]=3,
|
||||||
["decr"]=3,
|
|
||||||
["formula"]=1
|
["formula"]=1
|
||||||
},
|
},
|
||||||
[3]={
|
[3]={
|
||||||
["name"]="hurt_yellow",
|
["name"]="hurt_yellow",
|
||||||
["buff_type"]=3,
|
["buff_type"]=3,
|
||||||
["decr"]=3,
|
|
||||||
["formula"]=1
|
["formula"]=1
|
||||||
},
|
},
|
||||||
[4]={
|
[4]={
|
||||||
["name"]="hurt_green",
|
["name"]="hurt_green",
|
||||||
["buff_type"]=3,
|
["buff_type"]=3,
|
||||||
["decr"]=3,
|
|
||||||
["formula"]=1
|
["formula"]=1
|
||||||
},
|
},
|
||||||
[5]={
|
[5]={
|
||||||
["name"]="hurt_blue",
|
["name"]="hurt_blue",
|
||||||
["buff_type"]=3,
|
["buff_type"]=3,
|
||||||
["decr"]=3,
|
|
||||||
["formula"]=1
|
["formula"]=1
|
||||||
},
|
},
|
||||||
[6]={
|
[6]={
|
||||||
["name"]="hurt_purple",
|
["name"]="hurt_purple",
|
||||||
["buff_type"]=3,
|
["buff_type"]=3,
|
||||||
["decr"]=3,
|
|
||||||
["formula"]=1
|
["formula"]=1
|
||||||
},
|
},
|
||||||
[7]={
|
[7]={
|
||||||
["name"]="dec_dmg_red_add",
|
["name"]="dec_dmg_red_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["decr"]=1,
|
|
||||||
["icon"]="dec_dmg_red_add"
|
["icon"]="dec_dmg_red_add"
|
||||||
},
|
},
|
||||||
[8]={
|
[8]={
|
||||||
["name"]="dec_dmg_yellow_add",
|
["name"]="dec_dmg_yellow_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["decr"]=1,
|
|
||||||
["icon"]="dec_dmg_yellow_add"
|
["icon"]="dec_dmg_yellow_add"
|
||||||
},
|
},
|
||||||
[9]={
|
[9]={
|
||||||
["name"]="dec_dmg_green_add",
|
["name"]="dec_dmg_green_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["decr"]=1,
|
|
||||||
["icon"]="dec_dmg_green_add"
|
["icon"]="dec_dmg_green_add"
|
||||||
},
|
},
|
||||||
[10]={
|
[10]={
|
||||||
["name"]="dec_dmg_blue_add",
|
["name"]="dec_dmg_blue_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["decr"]=1,
|
|
||||||
["icon"]="dec_dmg_blue_add"
|
["icon"]="dec_dmg_blue_add"
|
||||||
},
|
},
|
||||||
[11]={
|
[11]={
|
||||||
["name"]="dec_dmg_purple_add",
|
["name"]="dec_dmg_purple_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["decr"]=1,
|
|
||||||
["icon"]="dec_dmg_purple_add"
|
["icon"]="dec_dmg_purple_add"
|
||||||
},
|
},
|
||||||
[12]={
|
[12]={
|
||||||
["name"]="dec_dmg_all_add",
|
["name"]="dec_dmg_all_add",
|
||||||
["buff_type"]=1
|
["buff_type"]=1,
|
||||||
|
["icon"]="dec_dmg_all_add"
|
||||||
},
|
},
|
||||||
[13]={
|
[13]={
|
||||||
["name"]="weakness_red_add",
|
["name"]="weakness_red_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["decr"]=2,
|
|
||||||
["icon"]="weakness_red_add"
|
["icon"]="weakness_red_add"
|
||||||
},
|
},
|
||||||
[14]={
|
[14]={
|
||||||
["name"]="weakness_yellow_add",
|
["name"]="weakness_yellow_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["decr"]=2,
|
|
||||||
["icon"]="weakness_yellow_add"
|
["icon"]="weakness_yellow_add"
|
||||||
},
|
},
|
||||||
[15]={
|
[15]={
|
||||||
["name"]="weakness_green_add",
|
["name"]="weakness_green_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["decr"]=2,
|
|
||||||
["icon"]="weakness_green_add"
|
["icon"]="weakness_green_add"
|
||||||
},
|
},
|
||||||
[16]={
|
[16]={
|
||||||
["name"]="weakness_blue_add",
|
["name"]="weakness_blue_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["decr"]=2,
|
|
||||||
["icon"]="weakness_blue_add"
|
["icon"]="weakness_blue_add"
|
||||||
},
|
},
|
||||||
[17]={
|
[17]={
|
||||||
["name"]="weakness_purple_add",
|
["name"]="weakness_purple_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["decr"]=2,
|
|
||||||
["icon"]="weakness_purple_add"
|
["icon"]="weakness_purple_add"
|
||||||
},
|
},
|
||||||
[18]={
|
[18]={
|
||||||
["name"]="weakness_all_add"
|
["name"]="weakness_all_add",
|
||||||
|
["buff_type"]=1,
|
||||||
|
["icon"]="weakness_all_add"
|
||||||
},
|
},
|
||||||
[19]={
|
[19]={
|
||||||
["name"]="dmg_addition_red_add",
|
["name"]="dmg_addition_red_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["decr"]=2,
|
|
||||||
["icon"]="dmg_addition_red_add"
|
["icon"]="dmg_addition_red_add"
|
||||||
},
|
},
|
||||||
[20]={
|
[20]={
|
||||||
["name"]="dmg_addition_yellow_add",
|
["name"]="dmg_addition_yellow_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["decr"]=2,
|
|
||||||
["icon"]="dmg_addition_yellow_add"
|
["icon"]="dmg_addition_yellow_add"
|
||||||
},
|
},
|
||||||
[21]={
|
[21]={
|
||||||
["name"]="dmg_addition_green_add",
|
["name"]="dmg_addition_green_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["decr"]=2,
|
|
||||||
["icon"]="dmg_addition_green_add"
|
["icon"]="dmg_addition_green_add"
|
||||||
},
|
},
|
||||||
[22]={
|
[22]={
|
||||||
["name"]="dmg_addition_blue_add",
|
["name"]="dmg_addition_blue_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["decr"]=2,
|
|
||||||
["icon"]="dmg_addition_blue_add"
|
["icon"]="dmg_addition_blue_add"
|
||||||
},
|
},
|
||||||
[23]={
|
[23]={
|
||||||
["name"]="dmg_addition_purple_add",
|
["name"]="dmg_addition_purple_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["decr"]=2,
|
|
||||||
["icon"]="dmg_addition_purple_add"
|
["icon"]="dmg_addition_purple_add"
|
||||||
},
|
},
|
||||||
[24]={
|
[24]={
|
||||||
["name"]="dmg_addition_all_add"
|
["name"]="dmg_addition_all_add",
|
||||||
|
["buff_type"]=1,
|
||||||
|
["icon"]="dmg_addition_all_add"
|
||||||
},
|
},
|
||||||
[25]={
|
[25]={
|
||||||
["name"]="atkp_color_add",
|
["name"]="atkp_color_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1
|
||||||
["decr"]=1
|
|
||||||
},
|
},
|
||||||
[26]={
|
[26]={
|
||||||
["name"]="atkp_red_add",
|
["name"]="atkp_red_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1
|
||||||
["decr"]=1
|
|
||||||
},
|
},
|
||||||
[27]={
|
[27]={
|
||||||
["name"]="atkp_yellow_add",
|
["name"]="atkp_yellow_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1
|
||||||
["decr"]=1
|
|
||||||
},
|
},
|
||||||
[28]={
|
[28]={
|
||||||
["name"]="atkp_green_add",
|
["name"]="atkp_green_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1
|
||||||
["decr"]=1
|
|
||||||
},
|
},
|
||||||
[29]={
|
[29]={
|
||||||
["name"]="atkp_blue_add",
|
["name"]="atkp_blue_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1
|
||||||
["decr"]=1
|
|
||||||
},
|
},
|
||||||
[30]={
|
[30]={
|
||||||
["name"]="atkp_purple_add",
|
["name"]="atkp_purple_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1
|
||||||
["decr"]=1
|
|
||||||
},
|
},
|
||||||
[31]={
|
[31]={
|
||||||
["name"]="wavehealp",
|
["name"]="wavehealp",
|
||||||
["buff_type"]=5,
|
["buff_type"]=5,
|
||||||
["decr"]=3,
|
|
||||||
["formula"]=2
|
["formula"]=2
|
||||||
},
|
},
|
||||||
[32]={
|
[32]={
|
||||||
["name"]="heal",
|
["name"]="heal",
|
||||||
["buff_type"]=5,
|
["buff_type"]=5,
|
||||||
["decr"]=3,
|
|
||||||
["formula"]=3,
|
["formula"]=3,
|
||||||
["fx_take"]={
|
["fx_take"]={
|
||||||
4001
|
4001
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[33]={
|
[33]={
|
||||||
["name"]="hit_heal",
|
|
||||||
["buff_type"]=5,
|
|
||||||
["decr"]=3,
|
|
||||||
["formula"]=3,
|
|
||||||
["fx_take"]={
|
|
||||||
4001
|
|
||||||
}
|
|
||||||
},
|
|
||||||
[34]={
|
|
||||||
["name"]="stun",
|
["name"]="stun",
|
||||||
["buff_type"]=8,
|
["buff_type"]=8,
|
||||||
["decr"]=2,
|
|
||||||
["icon"]="stun",
|
["icon"]="stun",
|
||||||
["fx_continued"]={
|
["fx_continued"]={
|
||||||
4001
|
4001
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[35]={
|
[34]={
|
||||||
["name"]="hit_stun",
|
|
||||||
["buff_type"]=8,
|
|
||||||
["decr"]=2
|
|
||||||
},
|
|
||||||
[36]={
|
|
||||||
["name"]="shield",
|
["name"]="shield",
|
||||||
["buff_type"]=2,
|
["buff_type"]=2,
|
||||||
["decr"]=1,
|
["fx_continued"]={
|
||||||
|
4001
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[35]={
|
||||||
|
["name"]="atkp_add",
|
||||||
|
["buff_type"]=1
|
||||||
|
},
|
||||||
|
[36]={
|
||||||
|
["name"]="normal_attack_dec",
|
||||||
|
["buff_type"]=1,
|
||||||
["fx_continued"]={
|
["fx_continued"]={
|
||||||
4001
|
4001
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[37]={
|
[37]={
|
||||||
["name"]="atkp_add",
|
["name"]="normal_attack_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["decr"]=1
|
|
||||||
},
|
|
||||||
[38]={
|
|
||||||
["name"]="atkp_add_defenderhp",
|
|
||||||
["buff_type"]=1,
|
|
||||||
["decr"]=1
|
|
||||||
},
|
|
||||||
[39]={
|
|
||||||
["name"]="atkp_add_connect",
|
|
||||||
["buff_type"]=1,
|
|
||||||
["decr"]=3
|
|
||||||
},
|
|
||||||
[40]={
|
|
||||||
["name"]="spd_dec",
|
|
||||||
["buff_type"]=8,
|
|
||||||
["decr"]=2,
|
|
||||||
["fx_continued"]={
|
["fx_continued"]={
|
||||||
4001
|
4001
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[41]={
|
[38]={
|
||||||
["name"]="block",
|
["name"]="block",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1
|
||||||
["decr"]=1
|
},
|
||||||
|
[39]={
|
||||||
|
["name"]="hpp_add",
|
||||||
|
["buff_type"]=1
|
||||||
|
},
|
||||||
|
[40]={
|
||||||
|
["name"]="crit_add",
|
||||||
|
["buff_type"]=1
|
||||||
|
},
|
||||||
|
[41]={
|
||||||
|
["name"]="crit_time_add",
|
||||||
|
["buff_type"]=1
|
||||||
},
|
},
|
||||||
[42]={
|
[42]={
|
||||||
["name"]="hit_block",
|
["name"]="exp_time_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=7
|
||||||
["decr"]=1
|
|
||||||
},
|
},
|
||||||
[43]={
|
[43]={
|
||||||
["name"]="atk_times_add",
|
["name"]="cured_add",
|
||||||
["buff_type"]=7,
|
["buff_type"]=1
|
||||||
["decr"]=1
|
|
||||||
},
|
},
|
||||||
[44]={
|
[44]={
|
||||||
["name"]="hpp_add",
|
["name"]="add_skill",
|
||||||
["buff_type"]=1,
|
["buff_type"]=7
|
||||||
["decr"]=1
|
|
||||||
},
|
|
||||||
[45]={
|
|
||||||
["name"]="crit_add",
|
|
||||||
["buff_type"]=1,
|
|
||||||
["decr"]=1
|
|
||||||
},
|
|
||||||
[46]={
|
|
||||||
["name"]="crit_time_add",
|
|
||||||
["buff_type"]=1,
|
|
||||||
["decr"]=1
|
|
||||||
},
|
|
||||||
[47]={
|
|
||||||
["name"]="exp_time_add",
|
|
||||||
["buff_type"]=7,
|
|
||||||
["decr"]=1
|
|
||||||
},
|
|
||||||
[48]={
|
|
||||||
["name"]="cured_add",
|
|
||||||
["buff_type"]=1,
|
|
||||||
["decr"]=1
|
|
||||||
},
|
|
||||||
[49]={
|
|
||||||
["name"]="block_add",
|
|
||||||
["buff_type"]=1,
|
|
||||||
["decr"]=1
|
|
||||||
},
|
|
||||||
[50]={
|
|
||||||
["name"]="dec_dmg_random_add",
|
|
||||||
["buff_type"]=7,
|
|
||||||
["decr"]=1
|
|
||||||
},
|
|
||||||
[51]={
|
|
||||||
["name"]="board_make",
|
|
||||||
["buff_type"]=7,
|
|
||||||
["decr"]=3
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local keys = {
|
local keys = {
|
||||||
@ -324,30 +252,23 @@ local keys = {
|
|||||||
["atkp_purple_add"]=buff[30],
|
["atkp_purple_add"]=buff[30],
|
||||||
["wavehealp"]=buff[31],
|
["wavehealp"]=buff[31],
|
||||||
["heal"]=buff[32],
|
["heal"]=buff[32],
|
||||||
["hit_heal"]=buff[33],
|
["stun"]=buff[33],
|
||||||
["stun"]=buff[34],
|
["shield"]=buff[34],
|
||||||
["hit_stun"]=buff[35],
|
["atkp_add"]=buff[35],
|
||||||
["shield"]=buff[36],
|
["normal_attack_dec"]=buff[36],
|
||||||
["atkp_add"]=buff[37],
|
["normal_attack_add"]=buff[37],
|
||||||
["atkp_add_defenderhp"]=buff[38],
|
["block"]=buff[38],
|
||||||
["atkp_add_connect"]=buff[39],
|
["hpp_add"]=buff[39],
|
||||||
["spd_dec"]=buff[40],
|
["crit_add"]=buff[40],
|
||||||
["block"]=buff[41],
|
["crit_time_add"]=buff[41],
|
||||||
["hit_block"]=buff[42],
|
["exp_time_add"]=buff[42],
|
||||||
["atk_times_add"]=buff[43],
|
["cured_add"]=buff[43],
|
||||||
["hpp_add"]=buff[44],
|
["add_skill"]=buff[44]
|
||||||
["crit_add"]=buff[45],
|
|
||||||
["crit_time_add"]=buff[46],
|
|
||||||
["exp_time_add"]=buff[47],
|
|
||||||
["cured_add"]=buff[48],
|
|
||||||
["block_add"]=buff[49],
|
|
||||||
["dec_dmg_random_add"]=buff[50],
|
|
||||||
["board_make"]=buff[51]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=buff,
|
data=buff,
|
||||||
keys=keys,
|
keys=keys,
|
||||||
count=51
|
count=44
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -199,24 +199,13 @@ local chapter_board = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["control_element"]={
|
["control_element"]={
|
||||||
|
3,
|
||||||
|
2,
|
||||||
|
3,
|
||||||
|
3,
|
||||||
4,
|
4,
|
||||||
4,
|
5,
|
||||||
4,
|
5
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[2]={
|
[2]={
|
||||||
@ -630,15 +619,10 @@ local chapter_board = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["control_element"]={
|
["control_element"]={
|
||||||
4,
|
3,
|
||||||
4,
|
1,
|
||||||
4,
|
5,
|
||||||
4,
|
3
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[4]={
|
[4]={
|
||||||
|
|||||||
@ -4,7 +4,7 @@ local hero = {
|
|||||||
["qlt"]=2,
|
["qlt"]=2,
|
||||||
["hurt_skill"]=1,
|
["hurt_skill"]=1,
|
||||||
["hurt_num"]=3,
|
["hurt_num"]=3,
|
||||||
["base_skill"]=50,
|
["base_skill"]=120011,
|
||||||
["rouge_skill_1"]=200501,
|
["rouge_skill_1"]=200501,
|
||||||
["rouge_skill_2"]=200502,
|
["rouge_skill_2"]=200502,
|
||||||
["rouge_skill_3"]=200503,
|
["rouge_skill_3"]=200503,
|
||||||
@ -52,7 +52,7 @@ local hero = {
|
|||||||
["qlt"]=2,
|
["qlt"]=2,
|
||||||
["hurt_skill"]=2,
|
["hurt_skill"]=2,
|
||||||
["hurt_num"]=3,
|
["hurt_num"]=3,
|
||||||
["base_skill"]=20,
|
["base_skill"]=220011,
|
||||||
["rouge_skill_1"]=200201,
|
["rouge_skill_1"]=200201,
|
||||||
["rouge_skill_2"]=200202,
|
["rouge_skill_2"]=200202,
|
||||||
["rouge_skill_3"]=200203,
|
["rouge_skill_3"]=200203,
|
||||||
@ -100,7 +100,7 @@ local hero = {
|
|||||||
["qlt"]=3,
|
["qlt"]=3,
|
||||||
["hurt_skill"]=2,
|
["hurt_skill"]=2,
|
||||||
["hurt_num"]=3,
|
["hurt_num"]=3,
|
||||||
["base_skill"]=70,
|
["base_skill"]=230011,
|
||||||
["rouge_skill_1"]=200701,
|
["rouge_skill_1"]=200701,
|
||||||
["rouge_skill_2"]=200702,
|
["rouge_skill_2"]=200702,
|
||||||
["rouge_skill_3"]=200703,
|
["rouge_skill_3"]=200703,
|
||||||
@ -148,7 +148,7 @@ local hero = {
|
|||||||
["qlt"]=2,
|
["qlt"]=2,
|
||||||
["hurt_skill"]=3,
|
["hurt_skill"]=3,
|
||||||
["hurt_num"]=3,
|
["hurt_num"]=3,
|
||||||
["base_skill"]=11,
|
["base_skill"]=320011,
|
||||||
["rouge_skill_1"]=200101,
|
["rouge_skill_1"]=200101,
|
||||||
["rouge_skill_2"]=200102,
|
["rouge_skill_2"]=200102,
|
||||||
["rouge_skill_3"]=200103,
|
["rouge_skill_3"]=200103,
|
||||||
@ -196,7 +196,7 @@ local hero = {
|
|||||||
["qlt"]=3,
|
["qlt"]=3,
|
||||||
["hurt_skill"]=3,
|
["hurt_skill"]=3,
|
||||||
["hurt_num"]=3,
|
["hurt_num"]=3,
|
||||||
["base_skill"]=60,
|
["base_skill"]=330011,
|
||||||
["rouge_skill_1"]=200601,
|
["rouge_skill_1"]=200601,
|
||||||
["rouge_skill_2"]=200602,
|
["rouge_skill_2"]=200602,
|
||||||
["rouge_skill_3"]=200603,
|
["rouge_skill_3"]=200603,
|
||||||
@ -244,7 +244,7 @@ local hero = {
|
|||||||
["qlt"]=2,
|
["qlt"]=2,
|
||||||
["hurt_skill"]=9,
|
["hurt_skill"]=9,
|
||||||
["hurt_num"]=3,
|
["hurt_num"]=3,
|
||||||
["base_skill"]=30,
|
["base_skill"]=420011,
|
||||||
["rouge_skill_1"]=200301,
|
["rouge_skill_1"]=200301,
|
||||||
["rouge_skill_2"]=200302,
|
["rouge_skill_2"]=200302,
|
||||||
["rouge_skill_3"]=200303,
|
["rouge_skill_3"]=200303,
|
||||||
@ -292,7 +292,7 @@ local hero = {
|
|||||||
["qlt"]=3,
|
["qlt"]=3,
|
||||||
["hurt_skill"]=4,
|
["hurt_skill"]=4,
|
||||||
["hurt_num"]=3,
|
["hurt_num"]=3,
|
||||||
["base_skill"]=80,
|
["base_skill"]=430011,
|
||||||
["rouge_skill_1"]=200801,
|
["rouge_skill_1"]=200801,
|
||||||
["rouge_skill_2"]=200802,
|
["rouge_skill_2"]=200802,
|
||||||
["rouge_skill_3"]=200803,
|
["rouge_skill_3"]=200803,
|
||||||
@ -340,7 +340,7 @@ local hero = {
|
|||||||
["qlt"]=2,
|
["qlt"]=2,
|
||||||
["hurt_skill"]=5,
|
["hurt_skill"]=5,
|
||||||
["hurt_num"]=3,
|
["hurt_num"]=3,
|
||||||
["base_skill"]=40,
|
["base_skill"]=520011,
|
||||||
["rouge_skill_1"]=200401,
|
["rouge_skill_1"]=200401,
|
||||||
["rouge_skill_2"]=200402,
|
["rouge_skill_2"]=200402,
|
||||||
["rouge_skill_3"]=200403,
|
["rouge_skill_3"]=200403,
|
||||||
|
|||||||
@ -25,10 +25,16 @@ local LocalizationGlobalConst =
|
|||||||
HERO_DESC_5 = "HERO_DESC_5",
|
HERO_DESC_5 = "HERO_DESC_5",
|
||||||
HERO_DESC_6 = "HERO_DESC_6",
|
HERO_DESC_6 = "HERO_DESC_6",
|
||||||
HERO_DESC_7 = "HERO_DESC_7",
|
HERO_DESC_7 = "HERO_DESC_7",
|
||||||
|
GET_REWARDS_DESC = "GET_REWARDS_DESC",
|
||||||
REWARD_PREVIEW_DESC = "REWARD_PREVIEW_DESC",
|
CLICK_CLOSE_DESC = "CLICK_CLOSE_DESC",
|
||||||
HERO_DESC_8 = "HERO_DESC_8",
|
REWARD_DESC = "REWARD_DESC",
|
||||||
HERO_DESC_9 = "HERO_DESC_9",
|
CONTINUE_DESC = "CONTINUE_DESC",
|
||||||
|
BATTLE_DESC_2 = "BATTLE_DESC_2",
|
||||||
|
BATTLE_DESC_3 = "BATTLE_DESC_3",
|
||||||
|
BATTLE_DESC_4 = "BATTLE_DESC_4",
|
||||||
|
BATTLE_DESC_5 = "BATTLE_DESC_5",
|
||||||
|
BATTLE_DESC_6 = "BATTLE_DESC_6",
|
||||||
|
BATTLE_DESC_7 = "BATTLE_DESC_7",
|
||||||
}
|
}
|
||||||
|
|
||||||
return LocalizationGlobalConst
|
return LocalizationGlobalConst
|
||||||
@ -1,57 +1,57 @@
|
|||||||
local monster_base = {
|
local monster_base = {
|
||||||
[10001]={
|
[10001]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10001"
|
||||||
},
|
},
|
||||||
[10002]={
|
[10002]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10002"
|
||||||
},
|
},
|
||||||
[10003]={
|
[10003]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10003"
|
||||||
},
|
},
|
||||||
[10004]={
|
[10004]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10004"
|
||||||
},
|
},
|
||||||
[10005]={
|
[10005]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10005"
|
||||||
},
|
},
|
||||||
[10006]={
|
[10006]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10006"
|
||||||
},
|
},
|
||||||
[10007]={
|
[10007]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10007"
|
||||||
},
|
},
|
||||||
[10008]={
|
[10008]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10008"
|
||||||
},
|
},
|
||||||
[10009]={
|
[10009]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10009"
|
||||||
},
|
},
|
||||||
[10010]={
|
[10010]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10010"
|
||||||
},
|
},
|
||||||
[10011]={
|
[10011]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10011"
|
||||||
},
|
},
|
||||||
[10012]={
|
[10012]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10012"
|
||||||
},
|
},
|
||||||
[10013]={
|
[10013]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10013"
|
||||||
},
|
},
|
||||||
[10014]={
|
[10014]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10014"
|
||||||
},
|
},
|
||||||
[10015]={
|
[10015]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10015"
|
||||||
},
|
},
|
||||||
[10016]={
|
[10016]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10016"
|
||||||
},
|
},
|
||||||
[10017]={
|
[10017]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10017"
|
||||||
},
|
},
|
||||||
[10018]={
|
[10018]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m10018"
|
||||||
},
|
},
|
||||||
[20001]={
|
[20001]={
|
||||||
["model_id"]="m0001"
|
["model_id"]="m0001"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -140,6 +140,31 @@ local skill = {
|
|||||||
["skill_position"]=2
|
["skill_position"]=2
|
||||||
},
|
},
|
||||||
[11]={
|
[11]={
|
||||||
|
["effect_type"]=2,
|
||||||
|
["trigger"]=4,
|
||||||
|
["effect"]={
|
||||||
|
{
|
||||||
|
["type"]="dmg_addition_all_add",
|
||||||
|
["num"]=4000,
|
||||||
|
["ratio"]=10000,
|
||||||
|
["round"]=0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["skill_position"]=2
|
||||||
|
},
|
||||||
|
[12]={
|
||||||
|
["effect_type"]=2,
|
||||||
|
["trigger"]=4,
|
||||||
|
["effect"]={
|
||||||
|
{
|
||||||
|
["type"]="wavehealp",
|
||||||
|
["num"]=100,
|
||||||
|
["ratio"]=10000,
|
||||||
|
["round"]=0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[320011]={
|
||||||
["energy"]=10,
|
["energy"]=10,
|
||||||
["position"]=3,
|
["position"]=3,
|
||||||
["method"]=2,
|
["method"]=2,
|
||||||
@ -158,7 +183,7 @@ local skill = {
|
|||||||
["battle_icon"]=1,
|
["battle_icon"]=1,
|
||||||
["skill_position"]=1
|
["skill_position"]=1
|
||||||
},
|
},
|
||||||
[20]={
|
[220011]={
|
||||||
["energy"]=10,
|
["energy"]=10,
|
||||||
["position"]=2,
|
["position"]=2,
|
||||||
["method"]=2,
|
["method"]=2,
|
||||||
@ -178,12 +203,14 @@ local skill = {
|
|||||||
["obj"]=2,
|
["obj"]=2,
|
||||||
["skill_position"]=1
|
["skill_position"]=1
|
||||||
},
|
},
|
||||||
[21]={
|
[220012]={
|
||||||
["energy"]=10,
|
["energy"]=10,
|
||||||
["position"]=2,
|
["position"]=2,
|
||||||
["method"]=1,
|
["method"]=1,
|
||||||
["skill_type"]=2,
|
["skill_type"]=2,
|
||||||
["skill_type_parameter"]=2,
|
["skill_type_parameter"]={
|
||||||
|
2
|
||||||
|
},
|
||||||
["boardrange"]={
|
["boardrange"]={
|
||||||
{
|
{
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
@ -216,7 +243,7 @@ local skill = {
|
|||||||
},
|
},
|
||||||
["skill_position"]=1
|
["skill_position"]=1
|
||||||
},
|
},
|
||||||
[30]={
|
[420011]={
|
||||||
["energy"]=10,
|
["energy"]=10,
|
||||||
["position"]=4,
|
["position"]=4,
|
||||||
["method"]=2,
|
["method"]=2,
|
||||||
@ -231,7 +258,7 @@ local skill = {
|
|||||||
["battle_icon"]=3,
|
["battle_icon"]=3,
|
||||||
["skill_position"]=2
|
["skill_position"]=2
|
||||||
},
|
},
|
||||||
[40]={
|
[520011]={
|
||||||
["energy"]=10,
|
["energy"]=10,
|
||||||
["position"]=5,
|
["position"]=5,
|
||||||
["method"]=2,
|
["method"]=2,
|
||||||
@ -251,7 +278,7 @@ local skill = {
|
|||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
["skill_position"]=2
|
["skill_position"]=2
|
||||||
},
|
},
|
||||||
[50]={
|
[120011]={
|
||||||
["energy"]=10,
|
["energy"]=10,
|
||||||
["position"]=1,
|
["position"]=1,
|
||||||
["method"]=2,
|
["method"]=2,
|
||||||
@ -270,7 +297,7 @@ local skill = {
|
|||||||
["battle_icon"]=5,
|
["battle_icon"]=5,
|
||||||
["skill_position"]=2
|
["skill_position"]=2
|
||||||
},
|
},
|
||||||
[60]={
|
[330011]={
|
||||||
["energy"]=10,
|
["energy"]=10,
|
||||||
["position"]=3,
|
["position"]=3,
|
||||||
["method"]=2,
|
["method"]=2,
|
||||||
@ -290,32 +317,34 @@ local skill = {
|
|||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
["skill_position"]=2
|
["skill_position"]=2
|
||||||
},
|
},
|
||||||
[70]={
|
[230011]={
|
||||||
["energy"]=10,
|
["energy"]=10,
|
||||||
["position"]=2,
|
["position"]=2,
|
||||||
["method"]=2,
|
["method"]=2,
|
||||||
["skill_type"]=0,
|
["skill_type"]=0,
|
||||||
["icon"]=70,
|
["icon"]=70,
|
||||||
["battle_icon"]=7,
|
["battle_icon"]=7,
|
||||||
["effect_type"]=1,
|
["effect_type"]=2,
|
||||||
["trigger"]=1,
|
["trigger"]=3,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="atkp_add_connect",
|
["type"]="dmg_addition_yellow_add",
|
||||||
["num"]=5000,
|
["num"]=5000,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=1
|
["round"]=1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
["skill_position"]=1
|
["skill_position"]=2
|
||||||
},
|
},
|
||||||
[71]={
|
[230012]={
|
||||||
["energy"]=10,
|
["energy"]=10,
|
||||||
["position"]=2,
|
["position"]=2,
|
||||||
["method"]=1,
|
["method"]=1,
|
||||||
["skill_type"]=2,
|
["skill_type"]=2,
|
||||||
["skill_type_parameter"]=2,
|
["skill_type_parameter"]={
|
||||||
|
2
|
||||||
|
},
|
||||||
["boardrange"]={
|
["boardrange"]={
|
||||||
{
|
{
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
@ -336,25 +365,27 @@ local skill = {
|
|||||||
},
|
},
|
||||||
["icon"]=70,
|
["icon"]=70,
|
||||||
["battle_icon"]=7,
|
["battle_icon"]=7,
|
||||||
["effect_type"]=1,
|
["effect_type"]=2,
|
||||||
["trigger"]=1,
|
["trigger"]=3,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="atkp_add_connect",
|
["type"]="dmg_addition_yellow_add",
|
||||||
["num"]=5000,
|
["num"]=5000,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=1
|
["round"]=1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
["skill_position"]=1
|
["skill_position"]=2
|
||||||
},
|
},
|
||||||
[72]={
|
[230013]={
|
||||||
["energy"]=10,
|
["energy"]=10,
|
||||||
["position"]=2,
|
["position"]=2,
|
||||||
["method"]=1,
|
["method"]=1,
|
||||||
["skill_type"]=2,
|
["skill_type"]=2,
|
||||||
["skill_type_parameter"]=2,
|
["skill_type_parameter"]={
|
||||||
|
2
|
||||||
|
},
|
||||||
["boardrange"]={
|
["boardrange"]={
|
||||||
{
|
{
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
@ -391,9 +422,20 @@ local skill = {
|
|||||||
},
|
},
|
||||||
["icon"]=70,
|
["icon"]=70,
|
||||||
["battle_icon"]=7,
|
["battle_icon"]=7,
|
||||||
["skill_position"]=1
|
["effect_type"]=2,
|
||||||
|
["trigger"]=3,
|
||||||
|
["effect"]={
|
||||||
|
{
|
||||||
|
["type"]="dmg_addition_yellow_add",
|
||||||
|
["num"]=5000,
|
||||||
|
["ratio"]=10000,
|
||||||
|
["round"]=1
|
||||||
|
}
|
||||||
},
|
},
|
||||||
[80]={
|
["obj"]=1,
|
||||||
|
["skill_position"]=2
|
||||||
|
},
|
||||||
|
[430011]={
|
||||||
["energy"]=10,
|
["energy"]=10,
|
||||||
["position"]=4,
|
["position"]=4,
|
||||||
["method"]=2,
|
["method"]=2,
|
||||||
@ -410,7 +452,7 @@ local skill = {
|
|||||||
["round"]=0
|
["round"]=0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["type"]="spd_dec",
|
["type"]="normal_attack_dec",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=1
|
["round"]=1
|
||||||
@ -418,7 +460,7 @@ local skill = {
|
|||||||
},
|
},
|
||||||
["skill_position"]=1
|
["skill_position"]=1
|
||||||
},
|
},
|
||||||
[81]={
|
[430012]={
|
||||||
["energy"]=10,
|
["energy"]=10,
|
||||||
["position"]=4,
|
["position"]=4,
|
||||||
["method"]=2,
|
["method"]=2,
|
||||||
@ -453,7 +495,7 @@ local skill = {
|
|||||||
["round"]=0
|
["round"]=0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["type"]="spd_dec",
|
["type"]="normal_attack_dec",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=1
|
["round"]=1
|
||||||
@ -461,7 +503,7 @@ local skill = {
|
|||||||
},
|
},
|
||||||
["skill_position"]=1
|
["skill_position"]=1
|
||||||
},
|
},
|
||||||
[100000]={
|
[1000000]={
|
||||||
["effect_type"]=1,
|
["effect_type"]=1,
|
||||||
["trigger"]=1,
|
["trigger"]=1,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -475,7 +517,7 @@ local skill = {
|
|||||||
["obj"]=2,
|
["obj"]=2,
|
||||||
["skill_position"]=2
|
["skill_position"]=2
|
||||||
},
|
},
|
||||||
[100001]={
|
[1000001]={
|
||||||
["effect_type"]=1,
|
["effect_type"]=1,
|
||||||
["trigger"]=1,
|
["trigger"]=1,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -489,7 +531,7 @@ local skill = {
|
|||||||
["obj"]=2,
|
["obj"]=2,
|
||||||
["skill_position"]=1
|
["skill_position"]=1
|
||||||
},
|
},
|
||||||
[100002]={
|
[1000002]={
|
||||||
["effect_type"]=1,
|
["effect_type"]=1,
|
||||||
["trigger"]=1,
|
["trigger"]=1,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -505,7 +547,7 @@ local skill = {
|
|||||||
["cd"]=3,
|
["cd"]=3,
|
||||||
["cd_start"]=3
|
["cd_start"]=3
|
||||||
},
|
},
|
||||||
[100003]={
|
[1000003]={
|
||||||
["effect_type"]=1,
|
["effect_type"]=1,
|
||||||
["trigger"]=1,
|
["trigger"]=1,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -521,7 +563,7 @@ local skill = {
|
|||||||
["cd"]=4,
|
["cd"]=4,
|
||||||
["cd_start"]=4
|
["cd_start"]=4
|
||||||
},
|
},
|
||||||
[100004]={
|
[1000004]={
|
||||||
["effect_type"]=1,
|
["effect_type"]=1,
|
||||||
["trigger"]=1,
|
["trigger"]=1,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -537,7 +579,7 @@ local skill = {
|
|||||||
["cd"]=2,
|
["cd"]=2,
|
||||||
["cd_start"]=2
|
["cd_start"]=2
|
||||||
},
|
},
|
||||||
[100005]={
|
[1000005]={
|
||||||
["effect_type"]=2,
|
["effect_type"]=2,
|
||||||
["trigger"]=2,
|
["trigger"]=2,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -551,7 +593,12 @@ local skill = {
|
|||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
["skill_position"]=2
|
["skill_position"]=2
|
||||||
},
|
},
|
||||||
[100006]={
|
[1000006]={
|
||||||
|
["skill_type"]=3,
|
||||||
|
["skill_type_parameter"]={
|
||||||
|
3,
|
||||||
|
3
|
||||||
|
},
|
||||||
["effect_type"]=1,
|
["effect_type"]=1,
|
||||||
["trigger"]=1,
|
["trigger"]=1,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -560,24 +607,6 @@ local skill = {
|
|||||||
["num"]=20000,
|
["num"]=20000,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=0
|
["round"]=0
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=30000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=30000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=30000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=2,
|
["obj"]=2,
|
||||||
@ -585,7 +614,7 @@ local skill = {
|
|||||||
["cd"]=3,
|
["cd"]=3,
|
||||||
["cd_start"]=3
|
["cd_start"]=3
|
||||||
},
|
},
|
||||||
[100007]={
|
[1000007]={
|
||||||
["effect_type"]=2,
|
["effect_type"]=2,
|
||||||
["trigger"]=2,
|
["trigger"]=2,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -599,29 +628,18 @@ local skill = {
|
|||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
["skill_position"]=2
|
["skill_position"]=2
|
||||||
},
|
},
|
||||||
[100008]={
|
[1000008]={
|
||||||
["effect_type"]=1,
|
["skill_type"]=3,
|
||||||
["trigger"]=1,
|
["skill_type_parameter"]={
|
||||||
["effect"]={
|
4,
|
||||||
{
|
2
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=40000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=40000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
["obj"]=2,
|
["obj"]=2,
|
||||||
["skill_position"]=2,
|
["skill_position"]=2,
|
||||||
["cd"]=2,
|
["cd"]=2,
|
||||||
["cd_start"]=2
|
["cd_start"]=2
|
||||||
},
|
},
|
||||||
[100009]={
|
[1000009]={
|
||||||
["effect_type"]=2,
|
["effect_type"]=2,
|
||||||
["trigger"]=2,
|
["trigger"]=2,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -641,41 +659,18 @@ local skill = {
|
|||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
["skill_position"]=2
|
["skill_position"]=2
|
||||||
},
|
},
|
||||||
[100010]={
|
[1000010]={
|
||||||
["effect_type"]=1,
|
["skill_type"]=3,
|
||||||
["trigger"]=1,
|
["skill_type_parameter"]={
|
||||||
["effect"]={
|
4,
|
||||||
{
|
4
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=40000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=40000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=40000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=40000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
["obj"]=2,
|
["obj"]=2,
|
||||||
["skill_position"]=2,
|
["skill_position"]=2,
|
||||||
["cd"]=2,
|
["cd"]=2,
|
||||||
["cd_start"]=2
|
["cd_start"]=2
|
||||||
},
|
},
|
||||||
[100011]={
|
[1000011]={
|
||||||
["effect_type"]=1,
|
["effect_type"]=1,
|
||||||
["trigger"]=1,
|
["trigger"]=1,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -691,7 +686,7 @@ local skill = {
|
|||||||
["cd"]=2,
|
["cd"]=2,
|
||||||
["cd_start"]=2
|
["cd_start"]=2
|
||||||
},
|
},
|
||||||
[100012]={
|
[1000012]={
|
||||||
["effect_type"]=2,
|
["effect_type"]=2,
|
||||||
["trigger"]=2,
|
["trigger"]=2,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -705,7 +700,7 @@ local skill = {
|
|||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
["skill_position"]=2
|
["skill_position"]=2
|
||||||
},
|
},
|
||||||
[100013]={
|
[1000013]={
|
||||||
["effect_type"]=1,
|
["effect_type"]=1,
|
||||||
["trigger"]=1,
|
["trigger"]=1,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -721,7 +716,7 @@ local skill = {
|
|||||||
["cd"]=3,
|
["cd"]=3,
|
||||||
["cd_start"]=3
|
["cd_start"]=3
|
||||||
},
|
},
|
||||||
[100014]={
|
[1000014]={
|
||||||
["effect_type"]=2,
|
["effect_type"]=2,
|
||||||
["trigger"]=2,
|
["trigger"]=2,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -735,63 +730,29 @@ local skill = {
|
|||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
["skill_position"]=2
|
["skill_position"]=2
|
||||||
},
|
},
|
||||||
[100015]={
|
[1000015]={
|
||||||
["effect_type"]=1,
|
["skill_type"]=3,
|
||||||
["trigger"]=1,
|
["skill_type_parameter"]={
|
||||||
["effect"]={
|
5,
|
||||||
{
|
2
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=50000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=50000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
["obj"]=2,
|
["obj"]=2,
|
||||||
["skill_position"]=2,
|
["skill_position"]=2,
|
||||||
["cd"]=2,
|
["cd"]=2,
|
||||||
["cd_start"]=2
|
["cd_start"]=2
|
||||||
},
|
},
|
||||||
[100016]={
|
[1000016]={
|
||||||
["effect_type"]=1,
|
["skill_type"]=3,
|
||||||
["trigger"]=1,
|
["skill_type_parameter"]={
|
||||||
["effect"]={
|
5,
|
||||||
{
|
4
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=50000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=50000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=50000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=50000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
["obj"]=2,
|
["obj"]=2,
|
||||||
["skill_position"]=2,
|
["skill_position"]=2,
|
||||||
["cd"]=2,
|
["cd"]=2,
|
||||||
["cd_start"]=2
|
["cd_start"]=2
|
||||||
},
|
},
|
||||||
[100017]={
|
[1000017]={
|
||||||
["effect_type"]=2,
|
["effect_type"]=2,
|
||||||
["trigger"]=2,
|
["trigger"]=2,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -805,12 +766,12 @@ local skill = {
|
|||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
["skill_position"]=2
|
["skill_position"]=2
|
||||||
},
|
},
|
||||||
[100018]={
|
[1000018]={
|
||||||
["effect_type"]=1,
|
["effect_type"]=1,
|
||||||
["trigger"]=3,
|
["trigger"]=3,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="atk_times_add",
|
["type"]="normal_attack_add",
|
||||||
["num"]=30000,
|
["num"]=30000,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=0
|
["round"]=0
|
||||||
@ -821,7 +782,7 @@ local skill = {
|
|||||||
["cd"]=3,
|
["cd"]=3,
|
||||||
["cd_start"]=3
|
["cd_start"]=3
|
||||||
},
|
},
|
||||||
[100019]={
|
[1000019]={
|
||||||
["effect_type"]=1,
|
["effect_type"]=1,
|
||||||
["trigger"]=1,
|
["trigger"]=1,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -837,7 +798,7 @@ local skill = {
|
|||||||
["cd"]=3,
|
["cd"]=3,
|
||||||
["cd_start"]=3
|
["cd_start"]=3
|
||||||
},
|
},
|
||||||
[100020]={
|
[1000020]={
|
||||||
["effect_type"]=2,
|
["effect_type"]=2,
|
||||||
["trigger"]=2,
|
["trigger"]=2,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -851,46 +812,23 @@ local skill = {
|
|||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
["skill_position"]=2
|
["skill_position"]=2
|
||||||
},
|
},
|
||||||
[100021]={
|
[1000021]={
|
||||||
["effect_type"]=1,
|
["skill_type"]=3,
|
||||||
["trigger"]=1,
|
["skill_type_parameter"]={
|
||||||
["effect"]={
|
5,
|
||||||
{
|
4
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=50000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=50000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=50000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=50000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
["obj"]=2,
|
["obj"]=2,
|
||||||
["skill_position"]=2,
|
["skill_position"]=2,
|
||||||
["cd"]=2,
|
["cd"]=2,
|
||||||
["cd_start"]=2
|
["cd_start"]=2
|
||||||
},
|
},
|
||||||
[100022]={
|
[1000022]={
|
||||||
["effect_type"]=1,
|
["effect_type"]=1,
|
||||||
["trigger"]=3,
|
["trigger"]=3,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="atk_times_add",
|
["type"]="normal_attack_add",
|
||||||
["num"]=30000,
|
["num"]=30000,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=0
|
["round"]=0
|
||||||
@ -901,63 +839,29 @@ local skill = {
|
|||||||
["cd"]=3,
|
["cd"]=3,
|
||||||
["cd_start"]=3
|
["cd_start"]=3
|
||||||
},
|
},
|
||||||
[100023]={
|
[1000023]={
|
||||||
["effect_type"]=1,
|
["skill_type"]=3,
|
||||||
["trigger"]=1,
|
["skill_type_parameter"]={
|
||||||
["effect"]={
|
3,
|
||||||
{
|
2
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=30000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=30000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
["obj"]=2,
|
["obj"]=2,
|
||||||
["skill_position"]=2,
|
["skill_position"]=2,
|
||||||
["cd"]=3,
|
["cd"]=3,
|
||||||
["cd_start"]=3
|
["cd_start"]=3
|
||||||
},
|
},
|
||||||
[100024]={
|
[1000024]={
|
||||||
["effect_type"]=1,
|
["skill_type"]=3,
|
||||||
["trigger"]=1,
|
["skill_type_parameter"]={
|
||||||
["effect"]={
|
3,
|
||||||
{
|
4
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=30000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=30000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=30000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["type"]="board_make",
|
|
||||||
["num"]=30000,
|
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=0
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
["obj"]=2,
|
["obj"]=2,
|
||||||
["skill_position"]=2,
|
["skill_position"]=2,
|
||||||
["cd"]=3,
|
["cd"]=3,
|
||||||
["cd_start"]=3
|
["cd_start"]=3
|
||||||
},
|
},
|
||||||
[100025]={
|
[1000025]={
|
||||||
["effect_type"]=2,
|
["effect_type"]=2,
|
||||||
["trigger"]=2,
|
["trigger"]=2,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -971,7 +875,7 @@ local skill = {
|
|||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
["skill_position"]=2
|
["skill_position"]=2
|
||||||
},
|
},
|
||||||
[100026]={
|
[1000026]={
|
||||||
["effect_type"]=1,
|
["effect_type"]=1,
|
||||||
["trigger"]=1,
|
["trigger"]=1,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -987,7 +891,7 @@ local skill = {
|
|||||||
["cd"]=2,
|
["cd"]=2,
|
||||||
["cd_start"]=2
|
["cd_start"]=2
|
||||||
},
|
},
|
||||||
[100027]={
|
[1000027]={
|
||||||
["effect_type"]=2,
|
["effect_type"]=2,
|
||||||
["trigger"]=2,
|
["trigger"]=2,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -1001,12 +905,12 @@ local skill = {
|
|||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
["skill_position"]=2
|
["skill_position"]=2
|
||||||
},
|
},
|
||||||
[100028]={
|
[1000028]={
|
||||||
["effect_type"]=1,
|
["effect_type"]=1,
|
||||||
["trigger"]=3,
|
["trigger"]=3,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="atk_times_add",
|
["type"]="normal_attack_add",
|
||||||
["num"]=40000,
|
["num"]=40000,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=0
|
["round"]=0
|
||||||
@ -1023,7 +927,7 @@ local skill = {
|
|||||||
["cd"]=3,
|
["cd"]=3,
|
||||||
["cd_start"]=3
|
["cd_start"]=3
|
||||||
},
|
},
|
||||||
[100029]={
|
[1000029]={
|
||||||
["effect_type"]=2,
|
["effect_type"]=2,
|
||||||
["trigger"]=2,
|
["trigger"]=2,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
@ -1039,6 +943,6 @@ local skill = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=skill,count=52
|
data=skill,count=54
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -289,14 +289,14 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[19]={
|
[19]={
|
||||||
["universal"]=1,
|
["universal"]=1,
|
||||||
["limit_times"]=3,
|
["limit_times"]=1,
|
||||||
["weight"]=3000,
|
["weight"]=3000,
|
||||||
["qlt"]=2,
|
["qlt"]=2,
|
||||||
["type"]=9,
|
["type"]=9,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="atkp_add_defenderhp",
|
["type"]="add_skill",
|
||||||
["num"]=4000,
|
["num"]=11,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=9999
|
["round"]=9999
|
||||||
}
|
}
|
||||||
@ -310,12 +310,11 @@ local skill_rogue = {
|
|||||||
["weight"]=3000,
|
["weight"]=3000,
|
||||||
["qlt"]=2,
|
["qlt"]=2,
|
||||||
["type"]=5,
|
["type"]=5,
|
||||||
["effect"]={
|
["attr"]={
|
||||||
{
|
{
|
||||||
["type"]="exp_time_add",
|
["type"]="exp_time_add",
|
||||||
["num"]=500,
|
["minnum"]=500,
|
||||||
["ratio"]=10000,
|
["maxnum"]=500
|
||||||
["round"]=9999
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
@ -377,10 +376,10 @@ local skill_rogue = {
|
|||||||
["type"]=9,
|
["type"]=9,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="wavehealp",
|
["type"]="add_skill",
|
||||||
["num"]=100,
|
["num"]=12,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=999
|
["round"]=9999
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
@ -392,12 +391,11 @@ local skill_rogue = {
|
|||||||
["weight"]=3000,
|
["weight"]=3000,
|
||||||
["qlt"]=2,
|
["qlt"]=2,
|
||||||
["type"]=5,
|
["type"]=5,
|
||||||
["effect"]={
|
["attr"]={
|
||||||
{
|
{
|
||||||
["type"]="cured_add",
|
["type"]="cured_add",
|
||||||
["num"]=100,
|
["minnum"]=100,
|
||||||
["ratio"]=10000,
|
["maxnum"]=100
|
||||||
["round"]=999
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
@ -409,12 +407,11 @@ local skill_rogue = {
|
|||||||
["weight"]=2000,
|
["weight"]=2000,
|
||||||
["qlt"]=3,
|
["qlt"]=3,
|
||||||
["type"]=5,
|
["type"]=5,
|
||||||
["effect"]={
|
["attr"]={
|
||||||
{
|
{
|
||||||
["type"]="block_add",
|
["type"]="block",
|
||||||
["num"]=1000,
|
["minnum"]=1000,
|
||||||
["ratio"]=10000,
|
["maxnum"]=1000
|
||||||
["round"]=999
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
@ -426,12 +423,11 @@ local skill_rogue = {
|
|||||||
["weight"]=2000,
|
["weight"]=2000,
|
||||||
["qlt"]=3,
|
["qlt"]=3,
|
||||||
["type"]=5,
|
["type"]=5,
|
||||||
["effect"]={
|
["attr"]={
|
||||||
{
|
{
|
||||||
["type"]="crit_add",
|
["type"]="crit_add",
|
||||||
["num"]=1000,
|
["minnum"]=1000,
|
||||||
["ratio"]=10000,
|
["maxnum"]=1000
|
||||||
["round"]=999
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
@ -443,12 +439,11 @@ local skill_rogue = {
|
|||||||
["weight"]=2000,
|
["weight"]=2000,
|
||||||
["qlt"]=3,
|
["qlt"]=3,
|
||||||
["type"]=5,
|
["type"]=5,
|
||||||
["effect"]={
|
["attr"]={
|
||||||
{
|
{
|
||||||
["type"]="weakness_all_add",
|
["type"]="weakness_all_add",
|
||||||
["num"]=1000,
|
["minnum"]=1000,
|
||||||
["ratio"]=10000,
|
["maxnum"]=1000
|
||||||
["round"]=999
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
@ -459,12 +454,11 @@ local skill_rogue = {
|
|||||||
["weight"]=3000,
|
["weight"]=3000,
|
||||||
["qlt"]=2,
|
["qlt"]=2,
|
||||||
["type"]=9,
|
["type"]=9,
|
||||||
["effect"]={
|
["attr"]={
|
||||||
{
|
{
|
||||||
["type"]="healp",
|
["type"]="healp",
|
||||||
["num"]=100,
|
["minnum"]=100,
|
||||||
["ratio"]=10000,
|
["maxnum"]=100
|
||||||
["round"]=999
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
@ -743,11 +737,11 @@ local skill_rogue = {
|
|||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=1000,
|
["weight"]=1000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=9,
|
["type"]=12,
|
||||||
["skill_position"]=3,
|
["skill_position"]=3,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="hit_stun",
|
["type"]="stun",
|
||||||
["num"]=0,
|
["num"]=0,
|
||||||
["ratio"]=1000,
|
["ratio"]=1000,
|
||||||
["round"]=1
|
["round"]=1
|
||||||
@ -762,7 +756,7 @@ local skill_rogue = {
|
|||||||
["qlt"]=3,
|
["qlt"]=3,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["parameter"]={
|
["parameter"]={
|
||||||
21
|
220012
|
||||||
},
|
},
|
||||||
["skill_position"]=2,
|
["skill_position"]=2,
|
||||||
["icon"]=200201
|
["icon"]=200201
|
||||||
@ -887,16 +881,17 @@ local skill_rogue = {
|
|||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=1000,
|
["weight"]=1000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=9,
|
["type"]=13,
|
||||||
["skill_position"]=1,
|
["skill_position"]=1,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="hit_block",
|
["type"]="block",
|
||||||
["num"]=200,
|
["num"]=200,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=1
|
["round"]=1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
["obj"]=1,
|
||||||
["icon"]=200503
|
["icon"]=200503
|
||||||
},
|
},
|
||||||
[200601]={
|
[200601]={
|
||||||
@ -922,16 +917,17 @@ local skill_rogue = {
|
|||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=1000,
|
["weight"]=1000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=9,
|
["type"]=12,
|
||||||
["skill_position"]=3,
|
["skill_position"]=3,
|
||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="hit_heal",
|
["type"]="heal",
|
||||||
["num"]=500,
|
["num"]=500,
|
||||||
["ratio"]=10000,
|
["ratio"]=1000,
|
||||||
["round"]=1
|
["round"]=1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
["obj"]=1,
|
||||||
["icon"]=200603
|
["icon"]=200603
|
||||||
},
|
},
|
||||||
[200701]={
|
[200701]={
|
||||||
@ -940,7 +936,7 @@ local skill_rogue = {
|
|||||||
["qlt"]=3,
|
["qlt"]=3,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["parameter"]={
|
["parameter"]={
|
||||||
71
|
230012
|
||||||
},
|
},
|
||||||
["skill_position"]=2,
|
["skill_position"]=2,
|
||||||
["icon"]=200701
|
["icon"]=200701
|
||||||
@ -962,7 +958,7 @@ local skill_rogue = {
|
|||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["parameter"]={
|
["parameter"]={
|
||||||
72
|
230013
|
||||||
},
|
},
|
||||||
["skill_position"]=2,
|
["skill_position"]=2,
|
||||||
["icon"]=200703
|
["icon"]=200703
|
||||||
@ -973,7 +969,7 @@ local skill_rogue = {
|
|||||||
["qlt"]=3,
|
["qlt"]=3,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["parameter"]={
|
["parameter"]={
|
||||||
81
|
430012
|
||||||
},
|
},
|
||||||
["skill_position"]=4,
|
["skill_position"]=4,
|
||||||
["icon"]=200801
|
["icon"]=200801
|
||||||
|
|||||||
@ -11,7 +11,6 @@ local localization_global =
|
|||||||
["BTN_TEXT_CANCEL"] = "取消",
|
["BTN_TEXT_CANCEL"] = "取消",
|
||||||
["BTN_TEXT_OK"] = "确定",
|
["BTN_TEXT_OK"] = "确定",
|
||||||
["BATTLE_DESC_1"] = "是否退出战斗",
|
["BATTLE_DESC_1"] = "是否退出战斗",
|
||||||
|
|
||||||
["ITEM_NOT_ENOUGH"] = "{0}不足",
|
["ITEM_NOT_ENOUGH"] = "{0}不足",
|
||||||
["START_DESC"] = "开始",
|
["START_DESC"] = "开始",
|
||||||
["ELEMENT_NAME_1"] = "红色元素",
|
["ELEMENT_NAME_1"] = "红色元素",
|
||||||
@ -26,8 +25,7 @@ local localization_global =
|
|||||||
["HERO_DESC_5"] = "激活",
|
["HERO_DESC_5"] = "激活",
|
||||||
["HERO_DESC_6"] = "已解锁",
|
["HERO_DESC_6"] = "已解锁",
|
||||||
["HERO_DESC_7"] = "未解锁",
|
["HERO_DESC_7"] = "未解锁",
|
||||||
|
["GET_REWARDS_DESC"] = "获得奖励",
|
||||||
["GET_REWARDS"] = "获得奖励",
|
|
||||||
["CLICK_CLOSE_DESC"] = "点击关闭",
|
["CLICK_CLOSE_DESC"] = "点击关闭",
|
||||||
["REWARD_DESC"] = "奖励",
|
["REWARD_DESC"] = "奖励",
|
||||||
["CONTINUE_DESC"] = "继续",
|
["CONTINUE_DESC"] = "继续",
|
||||||
@ -37,10 +35,6 @@ local localization_global =
|
|||||||
["BATTLE_DESC_5"] = "胜利",
|
["BATTLE_DESC_5"] = "胜利",
|
||||||
["BATTLE_DESC_6"] = "失败",
|
["BATTLE_DESC_6"] = "失败",
|
||||||
["BATTLE_DESC_7"] = "累计造成总伤害:<color=#89FF76>{0}</color>",
|
["BATTLE_DESC_7"] = "累计造成总伤害:<color=#89FF76>{0}</color>",
|
||||||
|
|
||||||
["REWARD_PREVIEW_DESC"] = "奖励预览",
|
|
||||||
["HERO_DESC_8"] = "使用",
|
|
||||||
["HERO_DESC_9"] = "信息",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return localization_global
|
return localization_global
|
||||||
Loading…
x
Reference in New Issue
Block a user