更新配置

This commit is contained in:
chenxi 2023-04-20 12:08:33 +08:00
parent bd57840816
commit 59c1daf2e3

View File

@ -2,43 +2,37 @@ local buff = {
[1]={ [1]={
["name"]="hurt", ["name"]="hurt",
["buff_type"]=3, ["buff_type"]=3,
["formula"]=1, ["formula"]=1
["icon"]="dec_dmg_red_add"
}, },
[2]={ [2]={
["name"]="hurt_red", ["name"]="hurt_red",
["buff_type"]=3, ["buff_type"]=3,
["position"]=1, ["position"]=1,
["formula"]=1, ["formula"]=1
["icon"]="dec_dmg_red_add"
}, },
[3]={ [3]={
["name"]="hurt_yellow", ["name"]="hurt_yellow",
["buff_type"]=3, ["buff_type"]=3,
["position"]=2, ["position"]=2,
["formula"]=1, ["formula"]=1
["icon"]="dec_dmg_red_add"
}, },
[4]={ [4]={
["name"]="hurt_green", ["name"]="hurt_green",
["buff_type"]=3, ["buff_type"]=3,
["position"]=3, ["position"]=3,
["formula"]=1, ["formula"]=1
["icon"]="dec_dmg_red_add"
}, },
[5]={ [5]={
["name"]="hurt_blue", ["name"]="hurt_blue",
["buff_type"]=3, ["buff_type"]=3,
["position"]=4, ["position"]=4,
["formula"]=1, ["formula"]=1
["icon"]="dec_dmg_red_add"
}, },
[6]={ [6]={
["name"]="hurt_purple", ["name"]="hurt_purple",
["buff_type"]=3, ["buff_type"]=3,
["position"]=5, ["position"]=5,
["formula"]=1, ["formula"]=1
["icon"]="dec_dmg_red_add"
}, },
[7]={ [7]={
["name"]="dec_dmg_red_add", ["name"]="dec_dmg_red_add",
@ -113,84 +107,70 @@ local buff = {
[19]={ [19]={
["name"]="dmg_addition_red_add", ["name"]="dmg_addition_red_add",
["buff_type"]=1, ["buff_type"]=1,
["position"]=1, ["position"]=1
["icon"]="dec_dmg_red_add"
}, },
[20]={ [20]={
["name"]="dmg_addition_yellow_add", ["name"]="dmg_addition_yellow_add",
["buff_type"]=1, ["buff_type"]=1,
["position"]=2, ["position"]=2
["icon"]="dec_dmg_red_add"
}, },
[21]={ [21]={
["name"]="dmg_addition_green_add", ["name"]="dmg_addition_green_add",
["buff_type"]=1, ["buff_type"]=1,
["position"]=3, ["position"]=3
["icon"]="dec_dmg_red_add"
}, },
[22]={ [22]={
["name"]="dmg_addition_blue_add", ["name"]="dmg_addition_blue_add",
["buff_type"]=1, ["buff_type"]=1,
["position"]=4, ["position"]=4
["icon"]="dec_dmg_red_add"
}, },
[23]={ [23]={
["name"]="dmg_addition_purple_add", ["name"]="dmg_addition_purple_add",
["buff_type"]=1, ["buff_type"]=1,
["position"]=5, ["position"]=5
["icon"]="dec_dmg_red_add"
}, },
[24]={ [24]={
["name"]="dmg_addition_all_add", ["name"]="dmg_addition_all_add",
["buff_type"]=1, ["buff_type"]=1
["icon"]="dec_dmg_red_add"
}, },
[25]={ [25]={
["name"]="atkp_color_add", ["name"]="atkp_color_add",
["buff_type"]=1, ["buff_type"]=1
["icon"]="dec_dmg_red_add"
}, },
[26]={ [26]={
["name"]="atkp_red_add", ["name"]="atkp_red_add",
["buff_type"]=1, ["buff_type"]=1,
["position"]=1, ["position"]=1
["icon"]="dec_dmg_red_add"
}, },
[27]={ [27]={
["name"]="atkp_yellow_add", ["name"]="atkp_yellow_add",
["buff_type"]=1, ["buff_type"]=1,
["position"]=2, ["position"]=2
["icon"]="dec_dmg_red_add"
}, },
[28]={ [28]={
["name"]="atkp_green_add", ["name"]="atkp_green_add",
["buff_type"]=1, ["buff_type"]=1,
["position"]=3, ["position"]=3
["icon"]="dec_dmg_red_add"
}, },
[29]={ [29]={
["name"]="atkp_blue_add", ["name"]="atkp_blue_add",
["buff_type"]=1, ["buff_type"]=1,
["position"]=4, ["position"]=4
["icon"]="dec_dmg_red_add"
}, },
[30]={ [30]={
["name"]="atkp_purple_add", ["name"]="atkp_purple_add",
["buff_type"]=1, ["buff_type"]=1,
["position"]=5, ["position"]=5
["icon"]="dec_dmg_red_add"
}, },
[31]={ [31]={
["name"]="wavehealp", ["name"]="wavehealp",
["buff_type"]=5, ["buff_type"]=5,
["formula"]=2, ["formula"]=2
["icon"]="dec_dmg_red_add"
}, },
[32]={ [32]={
["name"]="heal", ["name"]="heal",
["buff_type"]=5, ["buff_type"]=5,
["formula"]=3, ["formula"]=3,
["icon"]="dec_dmg_red_add",
["fx_take"]={ ["fx_take"]={
4001 4001
} }
@ -213,8 +193,7 @@ local buff = {
}, },
[35]={ [35]={
["name"]="atkp_add", ["name"]="atkp_add",
["buff_type"]=1, ["buff_type"]=1
["icon"]="dec_dmg_red_add"
}, },
[36]={ [36]={
["name"]="normal_attack_dec", ["name"]="normal_attack_dec",
@ -227,50 +206,41 @@ local buff = {
[37]={ [37]={
["name"]="normal_attack_add", ["name"]="normal_attack_add",
["buff_type"]=1, ["buff_type"]=1,
["icon"]="dec_dmg_red_add",
["fx_continued"]={ ["fx_continued"]={
4001 4001
} }
}, },
[38]={ [38]={
["name"]="block", ["name"]="block",
["buff_type"]=1, ["buff_type"]=1
["icon"]="dec_dmg_red_add"
}, },
[39]={ [39]={
["name"]="hpp_add", ["name"]="hpp_add",
["buff_type"]=1, ["buff_type"]=1
["icon"]="dec_dmg_red_add"
}, },
[40]={ [40]={
["name"]="crit_add", ["name"]="crit_add",
["buff_type"]=1, ["buff_type"]=1
["icon"]="dec_dmg_red_add"
}, },
[41]={ [41]={
["name"]="crit_time_add", ["name"]="crit_time_add",
["buff_type"]=1, ["buff_type"]=1
["icon"]="dec_dmg_red_add"
}, },
[42]={ [42]={
["name"]="exp_time_add", ["name"]="exp_time_add",
["buff_type"]=7, ["buff_type"]=7
["icon"]="dec_dmg_red_add"
}, },
[43]={ [43]={
["name"]="cured_add", ["name"]="cured_add",
["buff_type"]=1, ["buff_type"]=1
["icon"]="dec_dmg_red_add"
}, },
[44]={ [44]={
["name"]="add_skill", ["name"]="add_skill",
["buff_type"]=7, ["buff_type"]=7
["icon"]="dec_dmg_red_add"
}, },
[45]={ [45]={
["name"]="skill_fire_times", ["name"]="skill_fire_times",
["buff_type"]=7, ["buff_type"]=7
["icon"]="dec_dmg_red_add"
} }
} }
local keys = { local keys = {