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