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