更新配置

This commit is contained in:
chenxi 2023-04-17 16:53:06 +08:00
parent 5a164c77cf
commit e908d3bc90
10 changed files with 695 additions and 890 deletions

View File

@ -2,292 +2,220 @@ local buff = {
[1]={
["name"]="hurt",
["buff_type"]=3,
["decr"]=3,
["formula"]=1
},
[2]={
["name"]="hurt_red",
["buff_type"]=3,
["decr"]=3,
["formula"]=1
},
[3]={
["name"]="hurt_yellow",
["buff_type"]=3,
["decr"]=3,
["formula"]=1
},
[4]={
["name"]="hurt_green",
["buff_type"]=3,
["decr"]=3,
["formula"]=1
},
[5]={
["name"]="hurt_blue",
["buff_type"]=3,
["decr"]=3,
["formula"]=1
},
[6]={
["name"]="hurt_purple",
["buff_type"]=3,
["decr"]=3,
["formula"]=1
},
[7]={
["name"]="dec_dmg_red_add",
["buff_type"]=1,
["decr"]=1,
["icon"]="dec_dmg_red_add"
},
[8]={
["name"]="dec_dmg_yellow_add",
["buff_type"]=1,
["decr"]=1,
["icon"]="dec_dmg_yellow_add"
},
[9]={
["name"]="dec_dmg_green_add",
["buff_type"]=1,
["decr"]=1,
["icon"]="dec_dmg_green_add"
},
[10]={
["name"]="dec_dmg_blue_add",
["buff_type"]=1,
["decr"]=1,
["icon"]="dec_dmg_blue_add"
},
[11]={
["name"]="dec_dmg_purple_add",
["buff_type"]=1,
["decr"]=1,
["icon"]="dec_dmg_purple_add"
},
[12]={
["name"]="dec_dmg_all_add",
["buff_type"]=1
["buff_type"]=1,
["icon"]="dec_dmg_all_add"
},
[13]={
["name"]="weakness_red_add",
["buff_type"]=1,
["decr"]=2,
["icon"]="weakness_red_add"
},
[14]={
["name"]="weakness_yellow_add",
["buff_type"]=1,
["decr"]=2,
["icon"]="weakness_yellow_add"
},
[15]={
["name"]="weakness_green_add",
["buff_type"]=1,
["decr"]=2,
["icon"]="weakness_green_add"
},
[16]={
["name"]="weakness_blue_add",
["buff_type"]=1,
["decr"]=2,
["icon"]="weakness_blue_add"
},
[17]={
["name"]="weakness_purple_add",
["buff_type"]=1,
["decr"]=2,
["icon"]="weakness_purple_add"
},
[18]={
["name"]="weakness_all_add"
["name"]="weakness_all_add",
["buff_type"]=1,
["icon"]="weakness_all_add"
},
[19]={
["name"]="dmg_addition_red_add",
["buff_type"]=1,
["decr"]=2,
["icon"]="dmg_addition_red_add"
},
[20]={
["name"]="dmg_addition_yellow_add",
["buff_type"]=1,
["decr"]=2,
["icon"]="dmg_addition_yellow_add"
},
[21]={
["name"]="dmg_addition_green_add",
["buff_type"]=1,
["decr"]=2,
["icon"]="dmg_addition_green_add"
},
[22]={
["name"]="dmg_addition_blue_add",
["buff_type"]=1,
["decr"]=2,
["icon"]="dmg_addition_blue_add"
},
[23]={
["name"]="dmg_addition_purple_add",
["buff_type"]=1,
["decr"]=2,
["icon"]="dmg_addition_purple_add"
},
[24]={
["name"]="dmg_addition_all_add"
["name"]="dmg_addition_all_add",
["buff_type"]=1,
["icon"]="dmg_addition_all_add"
},
[25]={
["name"]="atkp_color_add",
["buff_type"]=1,
["decr"]=1
["buff_type"]=1
},
[26]={
["name"]="atkp_red_add",
["buff_type"]=1,
["decr"]=1
["buff_type"]=1
},
[27]={
["name"]="atkp_yellow_add",
["buff_type"]=1,
["decr"]=1
["buff_type"]=1
},
[28]={
["name"]="atkp_green_add",
["buff_type"]=1,
["decr"]=1
["buff_type"]=1
},
[29]={
["name"]="atkp_blue_add",
["buff_type"]=1,
["decr"]=1
["buff_type"]=1
},
[30]={
["name"]="atkp_purple_add",
["buff_type"]=1,
["decr"]=1
["buff_type"]=1
},
[31]={
["name"]="wavehealp",
["buff_type"]=5,
["decr"]=3,
["formula"]=2
},
[32]={
["name"]="heal",
["buff_type"]=5,
["decr"]=3,
["formula"]=3,
["fx_take"]={
4001
}
},
[33]={
["name"]="hit_heal",
["buff_type"]=5,
["decr"]=3,
["formula"]=3,
["fx_take"]={
4001
}
},
[34]={
["name"]="stun",
["buff_type"]=8,
["decr"]=2,
["icon"]="stun",
["fx_continued"]={
4001
}
},
[35]={
["name"]="hit_stun",
["buff_type"]=8,
["decr"]=2
},
[36]={
[34]={
["name"]="shield",
["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"]={
4001
}
},
[37]={
["name"]="atkp_add",
["name"]="normal_attack_add",
["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"]={
4001
}
},
[41]={
[38]={
["name"]="block",
["buff_type"]=1,
["decr"]=1
["buff_type"]=1
},
[39]={
["name"]="hpp_add",
["buff_type"]=1
},
[40]={
["name"]="crit_add",
["buff_type"]=1
},
[41]={
["name"]="crit_time_add",
["buff_type"]=1
},
[42]={
["name"]="hit_block",
["buff_type"]=1,
["decr"]=1
["name"]="exp_time_add",
["buff_type"]=7
},
[43]={
["name"]="atk_times_add",
["buff_type"]=7,
["decr"]=1
["name"]="cured_add",
["buff_type"]=1
},
[44]={
["name"]="hpp_add",
["buff_type"]=1,
["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
["name"]="add_skill",
["buff_type"]=7
}
}
local keys = {
@ -324,30 +252,23 @@ local keys = {
["atkp_purple_add"]=buff[30],
["wavehealp"]=buff[31],
["heal"]=buff[32],
["hit_heal"]=buff[33],
["stun"]=buff[34],
["hit_stun"]=buff[35],
["shield"]=buff[36],
["atkp_add"]=buff[37],
["atkp_add_defenderhp"]=buff[38],
["atkp_add_connect"]=buff[39],
["spd_dec"]=buff[40],
["block"]=buff[41],
["hit_block"]=buff[42],
["atk_times_add"]=buff[43],
["hpp_add"]=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]
["stun"]=buff[33],
["shield"]=buff[34],
["atkp_add"]=buff[35],
["normal_attack_dec"]=buff[36],
["normal_attack_add"]=buff[37],
["block"]=buff[38],
["hpp_add"]=buff[39],
["crit_add"]=buff[40],
["crit_time_add"]=buff[41],
["exp_time_add"]=buff[42],
["cured_add"]=buff[43],
["add_skill"]=buff[44]
}
}
local config = {
data=buff,
keys=keys,
count=51
count=44
}
return config

View File

@ -199,24 +199,13 @@ local chapter_board = {
}
},
["control_element"]={
3,
2,
3,
3,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
5,
5
}
},
[2]={
@ -630,15 +619,10 @@ local chapter_board = {
}
},
["control_element"]={
4,
4,
4,
4,
4,
4,
4,
4,
4,
3,
1,
5,
3
}
},
[4]={

View File

@ -4,7 +4,7 @@ local hero = {
["qlt"]=2,
["hurt_skill"]=1,
["hurt_num"]=3,
["base_skill"]=50,
["base_skill"]=120011,
["rouge_skill_1"]=200501,
["rouge_skill_2"]=200502,
["rouge_skill_3"]=200503,
@ -52,7 +52,7 @@ local hero = {
["qlt"]=2,
["hurt_skill"]=2,
["hurt_num"]=3,
["base_skill"]=20,
["base_skill"]=220011,
["rouge_skill_1"]=200201,
["rouge_skill_2"]=200202,
["rouge_skill_3"]=200203,
@ -100,7 +100,7 @@ local hero = {
["qlt"]=3,
["hurt_skill"]=2,
["hurt_num"]=3,
["base_skill"]=70,
["base_skill"]=230011,
["rouge_skill_1"]=200701,
["rouge_skill_2"]=200702,
["rouge_skill_3"]=200703,
@ -148,7 +148,7 @@ local hero = {
["qlt"]=2,
["hurt_skill"]=3,
["hurt_num"]=3,
["base_skill"]=11,
["base_skill"]=320011,
["rouge_skill_1"]=200101,
["rouge_skill_2"]=200102,
["rouge_skill_3"]=200103,
@ -196,7 +196,7 @@ local hero = {
["qlt"]=3,
["hurt_skill"]=3,
["hurt_num"]=3,
["base_skill"]=60,
["base_skill"]=330011,
["rouge_skill_1"]=200601,
["rouge_skill_2"]=200602,
["rouge_skill_3"]=200603,
@ -244,7 +244,7 @@ local hero = {
["qlt"]=2,
["hurt_skill"]=9,
["hurt_num"]=3,
["base_skill"]=30,
["base_skill"]=420011,
["rouge_skill_1"]=200301,
["rouge_skill_2"]=200302,
["rouge_skill_3"]=200303,
@ -292,7 +292,7 @@ local hero = {
["qlt"]=3,
["hurt_skill"]=4,
["hurt_num"]=3,
["base_skill"]=80,
["base_skill"]=430011,
["rouge_skill_1"]=200801,
["rouge_skill_2"]=200802,
["rouge_skill_3"]=200803,
@ -340,7 +340,7 @@ local hero = {
["qlt"]=2,
["hurt_skill"]=5,
["hurt_num"]=3,
["base_skill"]=40,
["base_skill"]=520011,
["rouge_skill_1"]=200401,
["rouge_skill_2"]=200402,
["rouge_skill_3"]=200403,

View File

@ -25,10 +25,16 @@ local LocalizationGlobalConst =
HERO_DESC_5 = "HERO_DESC_5",
HERO_DESC_6 = "HERO_DESC_6",
HERO_DESC_7 = "HERO_DESC_7",
REWARD_PREVIEW_DESC = "REWARD_PREVIEW_DESC",
HERO_DESC_8 = "HERO_DESC_8",
HERO_DESC_9 = "HERO_DESC_9",
GET_REWARDS_DESC = "GET_REWARDS_DESC",
CLICK_CLOSE_DESC = "CLICK_CLOSE_DESC",
REWARD_DESC = "REWARD_DESC",
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

View File

@ -1,57 +1,57 @@
local monster_base = {
[10001]={
["model_id"]="m0001"
["model_id"]="m10001"
},
[10002]={
["model_id"]="m0001"
["model_id"]="m10002"
},
[10003]={
["model_id"]="m0001"
["model_id"]="m10003"
},
[10004]={
["model_id"]="m0001"
["model_id"]="m10004"
},
[10005]={
["model_id"]="m0001"
["model_id"]="m10005"
},
[10006]={
["model_id"]="m0001"
["model_id"]="m10006"
},
[10007]={
["model_id"]="m0001"
["model_id"]="m10007"
},
[10008]={
["model_id"]="m0001"
["model_id"]="m10008"
},
[10009]={
["model_id"]="m0001"
["model_id"]="m10009"
},
[10010]={
["model_id"]="m0001"
["model_id"]="m10010"
},
[10011]={
["model_id"]="m0001"
["model_id"]="m10011"
},
[10012]={
["model_id"]="m0001"
["model_id"]="m10012"
},
[10013]={
["model_id"]="m0001"
["model_id"]="m10013"
},
[10014]={
["model_id"]="m0001"
["model_id"]="m10014"
},
[10015]={
["model_id"]="m0001"
["model_id"]="m10015"
},
[10016]={
["model_id"]="m0001"
["model_id"]="m10016"
},
[10017]={
["model_id"]="m0001"
["model_id"]="m10017"
},
[10018]={
["model_id"]="m0001"
["model_id"]="m10018"
},
[20001]={
["model_id"]="m0001"

File diff suppressed because it is too large Load Diff

View File

@ -140,6 +140,31 @@ local skill = {
["skill_position"]=2
},
[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,
["position"]=3,
["method"]=2,
@ -158,7 +183,7 @@ local skill = {
["battle_icon"]=1,
["skill_position"]=1
},
[20]={
[220011]={
["energy"]=10,
["position"]=2,
["method"]=2,
@ -178,12 +203,14 @@ local skill = {
["obj"]=2,
["skill_position"]=1
},
[21]={
[220012]={
["energy"]=10,
["position"]=2,
["method"]=1,
["skill_type"]=2,
["skill_type_parameter"]=2,
["skill_type_parameter"]={
2
},
["boardrange"]={
{
["type"]=1,
@ -216,7 +243,7 @@ local skill = {
},
["skill_position"]=1
},
[30]={
[420011]={
["energy"]=10,
["position"]=4,
["method"]=2,
@ -231,7 +258,7 @@ local skill = {
["battle_icon"]=3,
["skill_position"]=2
},
[40]={
[520011]={
["energy"]=10,
["position"]=5,
["method"]=2,
@ -251,7 +278,7 @@ local skill = {
["obj"]=1,
["skill_position"]=2
},
[50]={
[120011]={
["energy"]=10,
["position"]=1,
["method"]=2,
@ -270,7 +297,7 @@ local skill = {
["battle_icon"]=5,
["skill_position"]=2
},
[60]={
[330011]={
["energy"]=10,
["position"]=3,
["method"]=2,
@ -290,32 +317,34 @@ local skill = {
["obj"]=1,
["skill_position"]=2
},
[70]={
[230011]={
["energy"]=10,
["position"]=2,
["method"]=2,
["skill_type"]=0,
["icon"]=70,
["battle_icon"]=7,
["effect_type"]=1,
["trigger"]=1,
["effect_type"]=2,
["trigger"]=3,
["effect"]={
{
["type"]="atkp_add_connect",
["type"]="dmg_addition_yellow_add",
["num"]=5000,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=1,
["skill_position"]=1
["skill_position"]=2
},
[71]={
[230012]={
["energy"]=10,
["position"]=2,
["method"]=1,
["skill_type"]=2,
["skill_type_parameter"]=2,
["skill_type_parameter"]={
2
},
["boardrange"]={
{
["type"]=1,
@ -336,25 +365,27 @@ local skill = {
},
["icon"]=70,
["battle_icon"]=7,
["effect_type"]=1,
["trigger"]=1,
["effect_type"]=2,
["trigger"]=3,
["effect"]={
{
["type"]="atkp_add_connect",
["type"]="dmg_addition_yellow_add",
["num"]=5000,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=1,
["skill_position"]=1
["skill_position"]=2
},
[72]={
[230013]={
["energy"]=10,
["position"]=2,
["method"]=1,
["skill_type"]=2,
["skill_type_parameter"]=2,
["skill_type_parameter"]={
2
},
["boardrange"]={
{
["type"]=1,
@ -391,9 +422,20 @@ local skill = {
},
["icon"]=70,
["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,
["position"]=4,
["method"]=2,
@ -410,7 +452,7 @@ local skill = {
["round"]=0
},
{
["type"]="spd_dec",
["type"]="normal_attack_dec",
["num"]=1,
["ratio"]=10000,
["round"]=1
@ -418,7 +460,7 @@ local skill = {
},
["skill_position"]=1
},
[81]={
[430012]={
["energy"]=10,
["position"]=4,
["method"]=2,
@ -453,7 +495,7 @@ local skill = {
["round"]=0
},
{
["type"]="spd_dec",
["type"]="normal_attack_dec",
["num"]=1,
["ratio"]=10000,
["round"]=1
@ -461,7 +503,7 @@ local skill = {
},
["skill_position"]=1
},
[100000]={
[1000000]={
["effect_type"]=1,
["trigger"]=1,
["effect"]={
@ -475,7 +517,7 @@ local skill = {
["obj"]=2,
["skill_position"]=2
},
[100001]={
[1000001]={
["effect_type"]=1,
["trigger"]=1,
["effect"]={
@ -489,7 +531,7 @@ local skill = {
["obj"]=2,
["skill_position"]=1
},
[100002]={
[1000002]={
["effect_type"]=1,
["trigger"]=1,
["effect"]={
@ -505,7 +547,7 @@ local skill = {
["cd"]=3,
["cd_start"]=3
},
[100003]={
[1000003]={
["effect_type"]=1,
["trigger"]=1,
["effect"]={
@ -521,7 +563,7 @@ local skill = {
["cd"]=4,
["cd_start"]=4
},
[100004]={
[1000004]={
["effect_type"]=1,
["trigger"]=1,
["effect"]={
@ -537,7 +579,7 @@ local skill = {
["cd"]=2,
["cd_start"]=2
},
[100005]={
[1000005]={
["effect_type"]=2,
["trigger"]=2,
["effect"]={
@ -551,7 +593,12 @@ local skill = {
["obj"]=1,
["skill_position"]=2
},
[100006]={
[1000006]={
["skill_type"]=3,
["skill_type_parameter"]={
3,
3
},
["effect_type"]=1,
["trigger"]=1,
["effect"]={
@ -560,24 +607,6 @@ local skill = {
["num"]=20000,
["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,
@ -585,7 +614,7 @@ local skill = {
["cd"]=3,
["cd_start"]=3
},
[100007]={
[1000007]={
["effect_type"]=2,
["trigger"]=2,
["effect"]={
@ -599,29 +628,18 @@ local skill = {
["obj"]=1,
["skill_position"]=2
},
[100008]={
["effect_type"]=1,
["trigger"]=1,
["effect"]={
{
["type"]="board_make",
["num"]=40000,
["ratio"]=10000,
["round"]=0
},
{
["type"]="board_make",
["num"]=40000,
["ratio"]=10000,
["round"]=0
}
[1000008]={
["skill_type"]=3,
["skill_type_parameter"]={
4,
2
},
["obj"]=2,
["skill_position"]=2,
["cd"]=2,
["cd_start"]=2
},
[100009]={
[1000009]={
["effect_type"]=2,
["trigger"]=2,
["effect"]={
@ -641,41 +659,18 @@ local skill = {
["obj"]=1,
["skill_position"]=2
},
[100010]={
["effect_type"]=1,
["trigger"]=1,
["effect"]={
{
["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
}
[1000010]={
["skill_type"]=3,
["skill_type_parameter"]={
4,
4
},
["obj"]=2,
["skill_position"]=2,
["cd"]=2,
["cd_start"]=2
},
[100011]={
[1000011]={
["effect_type"]=1,
["trigger"]=1,
["effect"]={
@ -691,7 +686,7 @@ local skill = {
["cd"]=2,
["cd_start"]=2
},
[100012]={
[1000012]={
["effect_type"]=2,
["trigger"]=2,
["effect"]={
@ -705,7 +700,7 @@ local skill = {
["obj"]=1,
["skill_position"]=2
},
[100013]={
[1000013]={
["effect_type"]=1,
["trigger"]=1,
["effect"]={
@ -721,7 +716,7 @@ local skill = {
["cd"]=3,
["cd_start"]=3
},
[100014]={
[1000014]={
["effect_type"]=2,
["trigger"]=2,
["effect"]={
@ -735,63 +730,29 @@ local skill = {
["obj"]=1,
["skill_position"]=2
},
[100015]={
["effect_type"]=1,
["trigger"]=1,
["effect"]={
{
["type"]="board_make",
["num"]=50000,
["ratio"]=10000,
["round"]=0
},
{
["type"]="board_make",
["num"]=50000,
["ratio"]=10000,
["round"]=0
}
[1000015]={
["skill_type"]=3,
["skill_type_parameter"]={
5,
2
},
["obj"]=2,
["skill_position"]=2,
["cd"]=2,
["cd_start"]=2
},
[100016]={
["effect_type"]=1,
["trigger"]=1,
["effect"]={
{
["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
}
[1000016]={
["skill_type"]=3,
["skill_type_parameter"]={
5,
4
},
["obj"]=2,
["skill_position"]=2,
["cd"]=2,
["cd_start"]=2
},
[100017]={
[1000017]={
["effect_type"]=2,
["trigger"]=2,
["effect"]={
@ -805,12 +766,12 @@ local skill = {
["obj"]=1,
["skill_position"]=2
},
[100018]={
[1000018]={
["effect_type"]=1,
["trigger"]=3,
["effect"]={
{
["type"]="atk_times_add",
["type"]="normal_attack_add",
["num"]=30000,
["ratio"]=10000,
["round"]=0
@ -821,7 +782,7 @@ local skill = {
["cd"]=3,
["cd_start"]=3
},
[100019]={
[1000019]={
["effect_type"]=1,
["trigger"]=1,
["effect"]={
@ -837,7 +798,7 @@ local skill = {
["cd"]=3,
["cd_start"]=3
},
[100020]={
[1000020]={
["effect_type"]=2,
["trigger"]=2,
["effect"]={
@ -851,46 +812,23 @@ local skill = {
["obj"]=1,
["skill_position"]=2
},
[100021]={
["effect_type"]=1,
["trigger"]=1,
["effect"]={
{
["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
}
[1000021]={
["skill_type"]=3,
["skill_type_parameter"]={
5,
4
},
["obj"]=2,
["skill_position"]=2,
["cd"]=2,
["cd_start"]=2
},
[100022]={
[1000022]={
["effect_type"]=1,
["trigger"]=3,
["effect"]={
{
["type"]="atk_times_add",
["type"]="normal_attack_add",
["num"]=30000,
["ratio"]=10000,
["round"]=0
@ -901,63 +839,29 @@ local skill = {
["cd"]=3,
["cd_start"]=3
},
[100023]={
["effect_type"]=1,
["trigger"]=1,
["effect"]={
{
["type"]="board_make",
["num"]=30000,
["ratio"]=10000,
["round"]=0
},
{
["type"]="board_make",
["num"]=30000,
["ratio"]=10000,
["round"]=0
}
[1000023]={
["skill_type"]=3,
["skill_type_parameter"]={
3,
2
},
["obj"]=2,
["skill_position"]=2,
["cd"]=3,
["cd_start"]=3
},
[100024]={
["effect_type"]=1,
["trigger"]=1,
["effect"]={
{
["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
}
[1000024]={
["skill_type"]=3,
["skill_type_parameter"]={
3,
4
},
["obj"]=2,
["skill_position"]=2,
["cd"]=3,
["cd_start"]=3
},
[100025]={
[1000025]={
["effect_type"]=2,
["trigger"]=2,
["effect"]={
@ -971,7 +875,7 @@ local skill = {
["obj"]=1,
["skill_position"]=2
},
[100026]={
[1000026]={
["effect_type"]=1,
["trigger"]=1,
["effect"]={
@ -987,7 +891,7 @@ local skill = {
["cd"]=2,
["cd_start"]=2
},
[100027]={
[1000027]={
["effect_type"]=2,
["trigger"]=2,
["effect"]={
@ -1001,12 +905,12 @@ local skill = {
["obj"]=1,
["skill_position"]=2
},
[100028]={
[1000028]={
["effect_type"]=1,
["trigger"]=3,
["effect"]={
{
["type"]="atk_times_add",
["type"]="normal_attack_add",
["num"]=40000,
["ratio"]=10000,
["round"]=0
@ -1023,7 +927,7 @@ local skill = {
["cd"]=3,
["cd_start"]=3
},
[100029]={
[1000029]={
["effect_type"]=2,
["trigger"]=2,
["effect"]={
@ -1039,6 +943,6 @@ local skill = {
}
}
local config = {
data=skill,count=52
data=skill,count=54
}
return config

View File

@ -289,14 +289,14 @@ local skill_rogue = {
},
[19]={
["universal"]=1,
["limit_times"]=3,
["limit_times"]=1,
["weight"]=3000,
["qlt"]=2,
["type"]=9,
["effect"]={
{
["type"]="atkp_add_defenderhp",
["num"]=4000,
["type"]="add_skill",
["num"]=11,
["ratio"]=10000,
["round"]=9999
}
@ -310,12 +310,11 @@ local skill_rogue = {
["weight"]=3000,
["qlt"]=2,
["type"]=5,
["effect"]={
["attr"]={
{
["type"]="exp_time_add",
["num"]=500,
["ratio"]=10000,
["round"]=9999
["minnum"]=500,
["maxnum"]=500
}
},
["obj"]=1,
@ -377,10 +376,10 @@ local skill_rogue = {
["type"]=9,
["effect"]={
{
["type"]="wavehealp",
["num"]=100,
["type"]="add_skill",
["num"]=12,
["ratio"]=10000,
["round"]=999
["round"]=9999
}
},
["obj"]=1,
@ -392,12 +391,11 @@ local skill_rogue = {
["weight"]=3000,
["qlt"]=2,
["type"]=5,
["effect"]={
["attr"]={
{
["type"]="cured_add",
["num"]=100,
["ratio"]=10000,
["round"]=999
["minnum"]=100,
["maxnum"]=100
}
},
["obj"]=1,
@ -409,12 +407,11 @@ local skill_rogue = {
["weight"]=2000,
["qlt"]=3,
["type"]=5,
["effect"]={
["attr"]={
{
["type"]="block_add",
["num"]=1000,
["ratio"]=10000,
["round"]=999
["type"]="block",
["minnum"]=1000,
["maxnum"]=1000
}
},
["obj"]=1,
@ -426,12 +423,11 @@ local skill_rogue = {
["weight"]=2000,
["qlt"]=3,
["type"]=5,
["effect"]={
["attr"]={
{
["type"]="crit_add",
["num"]=1000,
["ratio"]=10000,
["round"]=999
["minnum"]=1000,
["maxnum"]=1000
}
},
["obj"]=1,
@ -443,12 +439,11 @@ local skill_rogue = {
["weight"]=2000,
["qlt"]=3,
["type"]=5,
["effect"]={
["attr"]={
{
["type"]="weakness_all_add",
["num"]=1000,
["ratio"]=10000,
["round"]=999
["minnum"]=1000,
["maxnum"]=1000
}
},
["obj"]=1,
@ -459,12 +454,11 @@ local skill_rogue = {
["weight"]=3000,
["qlt"]=2,
["type"]=9,
["effect"]={
["attr"]={
{
["type"]="healp",
["num"]=100,
["ratio"]=10000,
["round"]=999
["minnum"]=100,
["maxnum"]=100
}
},
["obj"]=1,
@ -743,11 +737,11 @@ local skill_rogue = {
["limit_times"]=1,
["weight"]=1000,
["qlt"]=4,
["type"]=9,
["type"]=12,
["skill_position"]=3,
["effect"]={
{
["type"]="hit_stun",
["type"]="stun",
["num"]=0,
["ratio"]=1000,
["round"]=1
@ -762,7 +756,7 @@ local skill_rogue = {
["qlt"]=3,
["type"]=1,
["parameter"]={
21
220012
},
["skill_position"]=2,
["icon"]=200201
@ -887,16 +881,17 @@ local skill_rogue = {
["limit_times"]=1,
["weight"]=1000,
["qlt"]=4,
["type"]=9,
["type"]=13,
["skill_position"]=1,
["effect"]={
{
["type"]="hit_block",
["type"]="block",
["num"]=200,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=1,
["icon"]=200503
},
[200601]={
@ -922,16 +917,17 @@ local skill_rogue = {
["limit_times"]=1,
["weight"]=1000,
["qlt"]=4,
["type"]=9,
["type"]=12,
["skill_position"]=3,
["effect"]={
{
["type"]="hit_heal",
["type"]="heal",
["num"]=500,
["ratio"]=10000,
["ratio"]=1000,
["round"]=1
}
},
["obj"]=1,
["icon"]=200603
},
[200701]={
@ -940,7 +936,7 @@ local skill_rogue = {
["qlt"]=3,
["type"]=1,
["parameter"]={
71
230012
},
["skill_position"]=2,
["icon"]=200701
@ -962,7 +958,7 @@ local skill_rogue = {
["qlt"]=4,
["type"]=1,
["parameter"]={
72
230013
},
["skill_position"]=2,
["icon"]=200703
@ -973,7 +969,7 @@ local skill_rogue = {
["qlt"]=3,
["type"]=1,
["parameter"]={
81
430012
},
["skill_position"]=4,
["icon"]=200801

View File

@ -11,7 +11,6 @@ local localization_global =
["BTN_TEXT_CANCEL"] = "取消",
["BTN_TEXT_OK"] = "确定",
["BATTLE_DESC_1"] = "是否退出战斗",
["ITEM_NOT_ENOUGH"] = "{0}不足",
["START_DESC"] = "开始",
["ELEMENT_NAME_1"] = "红色元素",
@ -26,8 +25,7 @@ local localization_global =
["HERO_DESC_5"] = "激活",
["HERO_DESC_6"] = "已解锁",
["HERO_DESC_7"] = "未解锁",
["GET_REWARDS"] = "获得奖励",
["GET_REWARDS_DESC"] = "获得奖励",
["CLICK_CLOSE_DESC"] = "点击关闭",
["REWARD_DESC"] = "奖励",
["CONTINUE_DESC"] = "继续",
@ -37,10 +35,6 @@ local localization_global =
["BATTLE_DESC_5"] = "胜利",
["BATTLE_DESC_6"] = "失败",
["BATTLE_DESC_7"] = "累计造成总伤害:<color=#89FF76>{0}</color>",
["REWARD_PREVIEW_DESC"] = "奖励预览",
["HERO_DESC_8"] = "使用",
["HERO_DESC_9"] = "信息",
}
return localization_global