c1_lua/lua/app/config/runes_sub.lua
2023-09-12 10:35:46 +08:00

1958 lines
29 KiB
Lua

local runes_sub = {
[1]={
["attr_1"]={
{
["type"]="atk_red",
["num"]=10000
},
{
["type"]="atk_yellow",
["num"]=10000
},
{
["type"]="atk_green",
["num"]=10000
},
{
["type"]="atk_blue",
["num"]=10000
},
{
["type"]="atk_purple",
["num"]=10000
}
},
["attr_2"]={
{
["type"]="attr_hp_red",
["num"]=10000
},
{
["type"]="attr_hp_yellow",
["num"]=10000
},
{
["type"]="attr_hp_green",
["num"]=10000
},
{
["type"]="attr_hp_blue",
["num"]=10000
},
{
["type"]="attr_hp_purple",
["num"]=10000
}
},
["attr_3"]={
{
["type"]="attr_atkp_red",
["num"]=100
},
{
["type"]="attr_atkp_yellow",
["num"]=100
},
{
["type"]="attr_atkp_green",
["num"]=100
},
{
["type"]="attr_atkp_blue",
["num"]=100
},
{
["type"]="attr_atkp_purple",
["num"]=100
}
},
["attr_4"]={
{
["type"]="attr_hpp_red",
["num"]=100
},
{
["type"]="attr_hpp_yellow",
["num"]=100
},
{
["type"]="attr_hpp_green",
["num"]=100
},
{
["type"]="attr_hpp_blue",
["num"]=100
},
{
["type"]="attr_hpp_purple",
["num"]=100
}
},
["attr_5"]={
{
["type"]="attr_normal_hurt_red",
["num"]=10000
},
{
["type"]="attr_normal_hurt_yellow",
["num"]=10000
},
{
["type"]="attr_normal_hurt_green",
["num"]=10000
},
{
["type"]="attr_normal_hurt_blue",
["num"]=10000
},
{
["type"]="attr_normal_hurt_purple",
["num"]=10000
}
},
["attr_6"]={
{
["type"]="attr_skill_hurt_red",
["num"]=10000
},
{
["type"]="attr_skill_hurt_yellow",
["num"]=10000
},
{
["type"]="attr_skill_hurt_green",
["num"]=10000
},
{
["type"]="attr_skill_hurt_blue",
["num"]=10000
},
{
["type"]="attr_skill_hurt_purple",
["num"]=10000
}
},
["attr_7"]={
{
["type"]="attr_normal_hurtp_red",
["num"]=10000
},
{
["type"]="attr_normal_hurtp_yellow",
["num"]=10000
},
{
["type"]="attr_normal_hurtp_green",
["num"]=10000
},
{
["type"]="attr_normal_hurtp_blue",
["num"]=10000
},
{
["type"]="attr_normal_hurtp_purple",
["num"]=10000
}
},
["attr_8"]={
{
["type"]="attr_skill_hurtp_red",
["num"]=10000
},
{
["type"]="attr_skill_hurtp_yellow",
["num"]=10000
},
{
["type"]="attr_skill_hurtp_green",
["num"]=10000
},
{
["type"]="attr_skill_hurtp_blue",
["num"]=10000
},
{
["type"]="attr_skill_hurtp_purple",
["num"]=10000
}
},
["attr_9"]={
{
["type"]="attr_cured_red",
["num"]=10000
},
{
["type"]="attr_cured_yellow",
["num"]=10000
},
{
["type"]="attr_cured_green",
["num"]=10000
},
{
["type"]="attr_cured_blue",
["num"]=10000
},
{
["type"]="attr_cured_purple",
["num"]=10000
}
},
["attr_10"]={
{
["type"]="attr_crit_red",
["num"]=100
},
{
["type"]="attr_crit_yellow",
["num"]=100
},
{
["type"]="attr_crit_green",
["num"]=100
},
{
["type"]="attr_crit_blue",
["num"]=100
},
{
["type"]="attr_crit_purple",
["num"]=100
}
},
["attr_11"]={
{
["type"]="attr_crit_time_red",
["num"]=100
},
{
["type"]="attr_crit_time_yellow",
["num"]=100
},
{
["type"]="attr_crit_time_green",
["num"]=100
},
{
["type"]="attr_crit_time_blue",
["num"]=100
},
{
["type"]="attr_crit_time_purple",
["num"]=100
}
}
},
[2]={
["attr_1"]={
{
["type"]="atk_red",
["num"]=20000
},
{
["type"]="atk_yellow",
["num"]=20000
},
{
["type"]="atk_green",
["num"]=20000
},
{
["type"]="atk_blue",
["num"]=20000
},
{
["type"]="atk_purple",
["num"]=20000
}
},
["attr_2"]={
{
["type"]="attr_hp_red",
["num"]=20000
},
{
["type"]="attr_hp_yellow",
["num"]=20000
},
{
["type"]="attr_hp_green",
["num"]=20000
},
{
["type"]="attr_hp_blue",
["num"]=20000
},
{
["type"]="attr_hp_purple",
["num"]=20000
}
},
["attr_3"]={
{
["type"]="attr_atkp_red",
["num"]=200
},
{
["type"]="attr_atkp_yellow",
["num"]=200
},
{
["type"]="attr_atkp_green",
["num"]=200
},
{
["type"]="attr_atkp_blue",
["num"]=200
},
{
["type"]="attr_atkp_purple",
["num"]=200
}
},
["attr_4"]={
{
["type"]="attr_hpp_red",
["num"]=200
},
{
["type"]="attr_hpp_yellow",
["num"]=200
},
{
["type"]="attr_hpp_green",
["num"]=200
},
{
["type"]="attr_hpp_blue",
["num"]=200
},
{
["type"]="attr_hpp_purple",
["num"]=200
}
},
["attr_5"]={
{
["type"]="attr_normal_hurt_red",
["num"]=20000
},
{
["type"]="attr_normal_hurt_yellow",
["num"]=20000
},
{
["type"]="attr_normal_hurt_green",
["num"]=20000
},
{
["type"]="attr_normal_hurt_blue",
["num"]=20000
},
{
["type"]="attr_normal_hurt_purple",
["num"]=20000
}
},
["attr_6"]={
{
["type"]="attr_skill_hurt_red",
["num"]=20000
},
{
["type"]="attr_skill_hurt_yellow",
["num"]=20000
},
{
["type"]="attr_skill_hurt_green",
["num"]=20000
},
{
["type"]="attr_skill_hurt_blue",
["num"]=20000
},
{
["type"]="attr_skill_hurt_purple",
["num"]=20000
}
},
["attr_7"]={
{
["type"]="attr_normal_hurtp_red",
["num"]=20000
},
{
["type"]="attr_normal_hurtp_yellow",
["num"]=20000
},
{
["type"]="attr_normal_hurtp_green",
["num"]=20000
},
{
["type"]="attr_normal_hurtp_blue",
["num"]=20000
},
{
["type"]="attr_normal_hurtp_purple",
["num"]=20000
}
},
["attr_8"]={
{
["type"]="attr_skill_hurtp_red",
["num"]=20000
},
{
["type"]="attr_skill_hurtp_yellow",
["num"]=20000
},
{
["type"]="attr_skill_hurtp_green",
["num"]=20000
},
{
["type"]="attr_skill_hurtp_blue",
["num"]=20000
},
{
["type"]="attr_skill_hurtp_purple",
["num"]=20000
}
},
["attr_9"]={
{
["type"]="attr_cured_red",
["num"]=20000
},
{
["type"]="attr_cured_yellow",
["num"]=20000
},
{
["type"]="attr_cured_green",
["num"]=20000
},
{
["type"]="attr_cured_blue",
["num"]=20000
},
{
["type"]="attr_cured_purple",
["num"]=20000
}
},
["attr_10"]={
{
["type"]="attr_crit_red",
["num"]=200
},
{
["type"]="attr_crit_yellow",
["num"]=200
},
{
["type"]="attr_crit_green",
["num"]=200
},
{
["type"]="attr_crit_blue",
["num"]=200
},
{
["type"]="attr_crit_purple",
["num"]=200
}
},
["attr_11"]={
{
["type"]="attr_crit_time_red",
["num"]=200
},
{
["type"]="attr_crit_time_yellow",
["num"]=200
},
{
["type"]="attr_crit_time_green",
["num"]=200
},
{
["type"]="attr_crit_time_blue",
["num"]=200
},
{
["type"]="attr_crit_time_purple",
["num"]=200
}
}
},
[3]={
["attr_1"]={
{
["type"]="atk_red",
["num"]=30000
},
{
["type"]="atk_yellow",
["num"]=30000
},
{
["type"]="atk_green",
["num"]=30000
},
{
["type"]="atk_blue",
["num"]=30000
},
{
["type"]="atk_purple",
["num"]=30000
}
},
["attr_2"]={
{
["type"]="attr_hp_red",
["num"]=30000
},
{
["type"]="attr_hp_yellow",
["num"]=30000
},
{
["type"]="attr_hp_green",
["num"]=30000
},
{
["type"]="attr_hp_blue",
["num"]=30000
},
{
["type"]="attr_hp_purple",
["num"]=30000
}
},
["attr_3"]={
{
["type"]="attr_atkp_red",
["num"]=300
},
{
["type"]="attr_atkp_yellow",
["num"]=300
},
{
["type"]="attr_atkp_green",
["num"]=300
},
{
["type"]="attr_atkp_blue",
["num"]=300
},
{
["type"]="attr_atkp_purple",
["num"]=300
}
},
["attr_4"]={
{
["type"]="attr_hpp_red",
["num"]=300
},
{
["type"]="attr_hpp_yellow",
["num"]=300
},
{
["type"]="attr_hpp_green",
["num"]=300
},
{
["type"]="attr_hpp_blue",
["num"]=300
},
{
["type"]="attr_hpp_purple",
["num"]=300
}
},
["attr_5"]={
{
["type"]="attr_normal_hurt_red",
["num"]=30000
},
{
["type"]="attr_normal_hurt_yellow",
["num"]=30000
},
{
["type"]="attr_normal_hurt_green",
["num"]=30000
},
{
["type"]="attr_normal_hurt_blue",
["num"]=30000
},
{
["type"]="attr_normal_hurt_purple",
["num"]=30000
}
},
["attr_6"]={
{
["type"]="attr_skill_hurt_red",
["num"]=30000
},
{
["type"]="attr_skill_hurt_yellow",
["num"]=30000
},
{
["type"]="attr_skill_hurt_green",
["num"]=30000
},
{
["type"]="attr_skill_hurt_blue",
["num"]=30000
},
{
["type"]="attr_skill_hurt_purple",
["num"]=30000
}
},
["attr_7"]={
{
["type"]="attr_normal_hurtp_red",
["num"]=30000
},
{
["type"]="attr_normal_hurtp_yellow",
["num"]=30000
},
{
["type"]="attr_normal_hurtp_green",
["num"]=30000
},
{
["type"]="attr_normal_hurtp_blue",
["num"]=30000
},
{
["type"]="attr_normal_hurtp_purple",
["num"]=30000
}
},
["attr_8"]={
{
["type"]="attr_skill_hurtp_red",
["num"]=30000
},
{
["type"]="attr_skill_hurtp_yellow",
["num"]=30000
},
{
["type"]="attr_skill_hurtp_green",
["num"]=30000
},
{
["type"]="attr_skill_hurtp_blue",
["num"]=30000
},
{
["type"]="attr_skill_hurtp_purple",
["num"]=30000
}
},
["attr_9"]={
{
["type"]="attr_cured_red",
["num"]=30000
},
{
["type"]="attr_cured_yellow",
["num"]=30000
},
{
["type"]="attr_cured_green",
["num"]=30000
},
{
["type"]="attr_cured_blue",
["num"]=30000
},
{
["type"]="attr_cured_purple",
["num"]=30000
}
},
["attr_10"]={
{
["type"]="attr_crit_red",
["num"]=300
},
{
["type"]="attr_crit_yellow",
["num"]=300
},
{
["type"]="attr_crit_green",
["num"]=300
},
{
["type"]="attr_crit_blue",
["num"]=300
},
{
["type"]="attr_crit_purple",
["num"]=300
}
},
["attr_11"]={
{
["type"]="attr_crit_time_red",
["num"]=300
},
{
["type"]="attr_crit_time_yellow",
["num"]=300
},
{
["type"]="attr_crit_time_green",
["num"]=300
},
{
["type"]="attr_crit_time_blue",
["num"]=300
},
{
["type"]="attr_crit_time_purple",
["num"]=300
}
}
},
[4]={
["attr_1"]={
{
["type"]="atk_red",
["num"]=40000
},
{
["type"]="atk_yellow",
["num"]=40000
},
{
["type"]="atk_green",
["num"]=40000
},
{
["type"]="atk_blue",
["num"]=40000
},
{
["type"]="atk_purple",
["num"]=40000
}
},
["attr_2"]={
{
["type"]="attr_hp_red",
["num"]=40000
},
{
["type"]="attr_hp_yellow",
["num"]=40000
},
{
["type"]="attr_hp_green",
["num"]=40000
},
{
["type"]="attr_hp_blue",
["num"]=40000
},
{
["type"]="attr_hp_purple",
["num"]=40000
}
},
["attr_3"]={
{
["type"]="attr_atkp_red",
["num"]=400
},
{
["type"]="attr_atkp_yellow",
["num"]=400
},
{
["type"]="attr_atkp_green",
["num"]=400
},
{
["type"]="attr_atkp_blue",
["num"]=400
},
{
["type"]="attr_atkp_purple",
["num"]=400
}
},
["attr_4"]={
{
["type"]="attr_hpp_red",
["num"]=400
},
{
["type"]="attr_hpp_yellow",
["num"]=400
},
{
["type"]="attr_hpp_green",
["num"]=400
},
{
["type"]="attr_hpp_blue",
["num"]=400
},
{
["type"]="attr_hpp_purple",
["num"]=400
}
},
["attr_5"]={
{
["type"]="attr_normal_hurt_red",
["num"]=40000
},
{
["type"]="attr_normal_hurt_yellow",
["num"]=40000
},
{
["type"]="attr_normal_hurt_green",
["num"]=40000
},
{
["type"]="attr_normal_hurt_blue",
["num"]=40000
},
{
["type"]="attr_normal_hurt_purple",
["num"]=40000
}
},
["attr_6"]={
{
["type"]="attr_skill_hurt_red",
["num"]=40000
},
{
["type"]="attr_skill_hurt_yellow",
["num"]=40000
},
{
["type"]="attr_skill_hurt_green",
["num"]=40000
},
{
["type"]="attr_skill_hurt_blue",
["num"]=40000
},
{
["type"]="attr_skill_hurt_purple",
["num"]=40000
}
},
["attr_7"]={
{
["type"]="attr_normal_hurtp_red",
["num"]=40000
},
{
["type"]="attr_normal_hurtp_yellow",
["num"]=40000
},
{
["type"]="attr_normal_hurtp_green",
["num"]=40000
},
{
["type"]="attr_normal_hurtp_blue",
["num"]=40000
},
{
["type"]="attr_normal_hurtp_purple",
["num"]=40000
}
},
["attr_8"]={
{
["type"]="attr_skill_hurtp_red",
["num"]=40000
},
{
["type"]="attr_skill_hurtp_yellow",
["num"]=40000
},
{
["type"]="attr_skill_hurtp_green",
["num"]=40000
},
{
["type"]="attr_skill_hurtp_blue",
["num"]=40000
},
{
["type"]="attr_skill_hurtp_purple",
["num"]=40000
}
},
["attr_9"]={
{
["type"]="attr_cured_red",
["num"]=40000
},
{
["type"]="attr_cured_yellow",
["num"]=40000
},
{
["type"]="attr_cured_green",
["num"]=40000
},
{
["type"]="attr_cured_blue",
["num"]=40000
},
{
["type"]="attr_cured_purple",
["num"]=40000
}
},
["attr_10"]={
{
["type"]="attr_crit_red",
["num"]=400
},
{
["type"]="attr_crit_yellow",
["num"]=400
},
{
["type"]="attr_crit_green",
["num"]=400
},
{
["type"]="attr_crit_blue",
["num"]=400
},
{
["type"]="attr_crit_purple",
["num"]=400
}
},
["attr_11"]={
{
["type"]="attr_crit_time_red",
["num"]=400
},
{
["type"]="attr_crit_time_yellow",
["num"]=400
},
{
["type"]="attr_crit_time_green",
["num"]=400
},
{
["type"]="attr_crit_time_blue",
["num"]=400
},
{
["type"]="attr_crit_time_purple",
["num"]=400
}
}
},
[5]={
["attr_1"]={
{
["type"]="atk_red",
["num"]=50000
},
{
["type"]="atk_yellow",
["num"]=50000
},
{
["type"]="atk_green",
["num"]=50000
},
{
["type"]="atk_blue",
["num"]=50000
},
{
["type"]="atk_purple",
["num"]=50000
}
},
["attr_2"]={
{
["type"]="attr_hp_red",
["num"]=50000
},
{
["type"]="attr_hp_yellow",
["num"]=50000
},
{
["type"]="attr_hp_green",
["num"]=50000
},
{
["type"]="attr_hp_blue",
["num"]=50000
},
{
["type"]="attr_hp_purple",
["num"]=50000
}
},
["attr_3"]={
{
["type"]="attr_atkp_red",
["num"]=500
},
{
["type"]="attr_atkp_yellow",
["num"]=500
},
{
["type"]="attr_atkp_green",
["num"]=500
},
{
["type"]="attr_atkp_blue",
["num"]=500
},
{
["type"]="attr_atkp_purple",
["num"]=500
}
},
["attr_4"]={
{
["type"]="attr_hpp_red",
["num"]=500
},
{
["type"]="attr_hpp_yellow",
["num"]=500
},
{
["type"]="attr_hpp_green",
["num"]=500
},
{
["type"]="attr_hpp_blue",
["num"]=500
},
{
["type"]="attr_hpp_purple",
["num"]=500
}
},
["attr_5"]={
{
["type"]="attr_normal_hurt_red",
["num"]=50000
},
{
["type"]="attr_normal_hurt_yellow",
["num"]=50000
},
{
["type"]="attr_normal_hurt_green",
["num"]=50000
},
{
["type"]="attr_normal_hurt_blue",
["num"]=50000
},
{
["type"]="attr_normal_hurt_purple",
["num"]=50000
}
},
["attr_6"]={
{
["type"]="attr_skill_hurt_red",
["num"]=50000
},
{
["type"]="attr_skill_hurt_yellow",
["num"]=50000
},
{
["type"]="attr_skill_hurt_green",
["num"]=50000
},
{
["type"]="attr_skill_hurt_blue",
["num"]=50000
},
{
["type"]="attr_skill_hurt_purple",
["num"]=50000
}
},
["attr_7"]={
{
["type"]="attr_normal_hurtp_red",
["num"]=50000
},
{
["type"]="attr_normal_hurtp_yellow",
["num"]=50000
},
{
["type"]="attr_normal_hurtp_green",
["num"]=50000
},
{
["type"]="attr_normal_hurtp_blue",
["num"]=50000
},
{
["type"]="attr_normal_hurtp_purple",
["num"]=50000
}
},
["attr_8"]={
{
["type"]="attr_skill_hurtp_red",
["num"]=50000
},
{
["type"]="attr_skill_hurtp_yellow",
["num"]=50000
},
{
["type"]="attr_skill_hurtp_green",
["num"]=50000
},
{
["type"]="attr_skill_hurtp_blue",
["num"]=50000
},
{
["type"]="attr_skill_hurtp_purple",
["num"]=50000
}
},
["attr_9"]={
{
["type"]="attr_cured_red",
["num"]=50000
},
{
["type"]="attr_cured_yellow",
["num"]=50000
},
{
["type"]="attr_cured_green",
["num"]=50000
},
{
["type"]="attr_cured_blue",
["num"]=50000
},
{
["type"]="attr_cured_purple",
["num"]=50000
}
},
["attr_10"]={
{
["type"]="attr_crit_red",
["num"]=500
},
{
["type"]="attr_crit_yellow",
["num"]=500
},
{
["type"]="attr_crit_green",
["num"]=500
},
{
["type"]="attr_crit_blue",
["num"]=500
},
{
["type"]="attr_crit_purple",
["num"]=500
}
},
["attr_11"]={
{
["type"]="attr_crit_time_red",
["num"]=500
},
{
["type"]="attr_crit_time_yellow",
["num"]=500
},
{
["type"]="attr_crit_time_green",
["num"]=500
},
{
["type"]="attr_crit_time_blue",
["num"]=500
},
{
["type"]="attr_crit_time_purple",
["num"]=500
}
}
},
[6]={
["attr_1"]={
{
["type"]="atk_red",
["num"]=90000
},
{
["type"]="atk_yellow",
["num"]=90000
},
{
["type"]="atk_green",
["num"]=90000
},
{
["type"]="atk_blue",
["num"]=90000
},
{
["type"]="atk_purple",
["num"]=90000
}
},
["attr_2"]={
{
["type"]="attr_hp_red",
["num"]=90000
},
{
["type"]="attr_hp_yellow",
["num"]=90000
},
{
["type"]="attr_hp_green",
["num"]=90000
},
{
["type"]="attr_hp_blue",
["num"]=90000
},
{
["type"]="attr_hp_purple",
["num"]=90000
}
},
["attr_3"]={
{
["type"]="attr_atkp_red",
["num"]=600
},
{
["type"]="attr_atkp_yellow",
["num"]=600
},
{
["type"]="attr_atkp_green",
["num"]=600
},
{
["type"]="attr_atkp_blue",
["num"]=600
},
{
["type"]="attr_atkp_purple",
["num"]=600
}
},
["attr_4"]={
{
["type"]="attr_hpp_red",
["num"]=600
},
{
["type"]="attr_hpp_yellow",
["num"]=600
},
{
["type"]="attr_hpp_green",
["num"]=600
},
{
["type"]="attr_hpp_blue",
["num"]=600
},
{
["type"]="attr_hpp_purple",
["num"]=600
}
},
["attr_5"]={
{
["type"]="attr_normal_hurt_red",
["num"]=90000
},
{
["type"]="attr_normal_hurt_yellow",
["num"]=90000
},
{
["type"]="attr_normal_hurt_green",
["num"]=90000
},
{
["type"]="attr_normal_hurt_blue",
["num"]=90000
},
{
["type"]="attr_normal_hurt_purple",
["num"]=90000
}
},
["attr_6"]={
{
["type"]="attr_skill_hurt_red",
["num"]=90000
},
{
["type"]="attr_skill_hurt_yellow",
["num"]=90000
},
{
["type"]="attr_skill_hurt_green",
["num"]=90000
},
{
["type"]="attr_skill_hurt_blue",
["num"]=90000
},
{
["type"]="attr_skill_hurt_purple",
["num"]=90000
}
},
["attr_7"]={
{
["type"]="attr_normal_hurtp_red",
["num"]=90000
},
{
["type"]="attr_normal_hurtp_yellow",
["num"]=90000
},
{
["type"]="attr_normal_hurtp_green",
["num"]=90000
},
{
["type"]="attr_normal_hurtp_blue",
["num"]=90000
},
{
["type"]="attr_normal_hurtp_purple",
["num"]=90000
}
},
["attr_8"]={
{
["type"]="attr_skill_hurtp_red",
["num"]=90000
},
{
["type"]="attr_skill_hurtp_yellow",
["num"]=90000
},
{
["type"]="attr_skill_hurtp_green",
["num"]=90000
},
{
["type"]="attr_skill_hurtp_blue",
["num"]=90000
},
{
["type"]="attr_skill_hurtp_purple",
["num"]=90000
}
},
["attr_9"]={
{
["type"]="attr_cured_red",
["num"]=90000
},
{
["type"]="attr_cured_yellow",
["num"]=90000
},
{
["type"]="attr_cured_green",
["num"]=90000
},
{
["type"]="attr_cured_blue",
["num"]=90000
},
{
["type"]="attr_cured_purple",
["num"]=90000
}
},
["attr_10"]={
{
["type"]="attr_crit_red",
["num"]=600
},
{
["type"]="attr_crit_yellow",
["num"]=600
},
{
["type"]="attr_crit_green",
["num"]=600
},
{
["type"]="attr_crit_blue",
["num"]=600
},
{
["type"]="attr_crit_purple",
["num"]=600
}
},
["attr_11"]={
{
["type"]="attr_crit_time_red",
["num"]=600
},
{
["type"]="attr_crit_time_yellow",
["num"]=600
},
{
["type"]="attr_crit_time_green",
["num"]=600
},
{
["type"]="attr_crit_time_blue",
["num"]=600
},
{
["type"]="attr_crit_time_purple",
["num"]=600
}
}
},
[7]={
["attr_1"]={
{
["type"]="atk_red",
["num"]=100000
},
{
["type"]="atk_yellow",
["num"]=100000
},
{
["type"]="atk_green",
["num"]=100000
},
{
["type"]="atk_blue",
["num"]=100000
},
{
["type"]="atk_purple",
["num"]=100000
}
},
["attr_2"]={
{
["type"]="attr_hp_red",
["num"]=100000
},
{
["type"]="attr_hp_yellow",
["num"]=100000
},
{
["type"]="attr_hp_green",
["num"]=100000
},
{
["type"]="attr_hp_blue",
["num"]=100000
},
{
["type"]="attr_hp_purple",
["num"]=100000
}
},
["attr_3"]={
{
["type"]="attr_atkp_red",
["num"]=700
},
{
["type"]="attr_atkp_yellow",
["num"]=700
},
{
["type"]="attr_atkp_green",
["num"]=700
},
{
["type"]="attr_atkp_blue",
["num"]=700
},
{
["type"]="attr_atkp_purple",
["num"]=700
}
},
["attr_4"]={
{
["type"]="attr_hpp_red",
["num"]=700
},
{
["type"]="attr_hpp_yellow",
["num"]=700
},
{
["type"]="attr_hpp_green",
["num"]=700
},
{
["type"]="attr_hpp_blue",
["num"]=700
},
{
["type"]="attr_hpp_purple",
["num"]=700
}
},
["attr_5"]={
{
["type"]="attr_normal_hurt_red",
["num"]=100000
},
{
["type"]="attr_normal_hurt_yellow",
["num"]=100000
},
{
["type"]="attr_normal_hurt_green",
["num"]=100000
},
{
["type"]="attr_normal_hurt_blue",
["num"]=100000
},
{
["type"]="attr_normal_hurt_purple",
["num"]=100000
}
},
["attr_6"]={
{
["type"]="attr_skill_hurt_red",
["num"]=100000
},
{
["type"]="attr_skill_hurt_yellow",
["num"]=100000
},
{
["type"]="attr_skill_hurt_green",
["num"]=100000
},
{
["type"]="attr_skill_hurt_blue",
["num"]=100000
},
{
["type"]="attr_skill_hurt_purple",
["num"]=100000
}
},
["attr_7"]={
{
["type"]="attr_normal_hurtp_red",
["num"]=100000
},
{
["type"]="attr_normal_hurtp_yellow",
["num"]=100000
},
{
["type"]="attr_normal_hurtp_green",
["num"]=100000
},
{
["type"]="attr_normal_hurtp_blue",
["num"]=100000
},
{
["type"]="attr_normal_hurtp_purple",
["num"]=100000
}
},
["attr_8"]={
{
["type"]="attr_skill_hurtp_red",
["num"]=100000
},
{
["type"]="attr_skill_hurtp_yellow",
["num"]=100000
},
{
["type"]="attr_skill_hurtp_green",
["num"]=100000
},
{
["type"]="attr_skill_hurtp_blue",
["num"]=100000
},
{
["type"]="attr_skill_hurtp_purple",
["num"]=100000
}
},
["attr_9"]={
{
["type"]="attr_cured_red",
["num"]=100000
},
{
["type"]="attr_cured_yellow",
["num"]=100000
},
{
["type"]="attr_cured_green",
["num"]=100000
},
{
["type"]="attr_cured_blue",
["num"]=100000
},
{
["type"]="attr_cured_purple",
["num"]=100000
}
},
["attr_10"]={
{
["type"]="attr_crit_red",
["num"]=700
},
{
["type"]="attr_crit_yellow",
["num"]=700
},
{
["type"]="attr_crit_green",
["num"]=700
},
{
["type"]="attr_crit_blue",
["num"]=700
},
{
["type"]="attr_crit_purple",
["num"]=700
}
},
["attr_11"]={
{
["type"]="attr_crit_time_red",
["num"]=700
},
{
["type"]="attr_crit_time_yellow",
["num"]=700
},
{
["type"]="attr_crit_time_green",
["num"]=700
},
{
["type"]="attr_crit_time_blue",
["num"]=700
},
{
["type"]="attr_crit_time_purple",
["num"]=700
}
}
},
[8]={
["attr_1"]={
{
["type"]="atk_red",
["num"]=200000
},
{
["type"]="atk_yellow",
["num"]=200000
},
{
["type"]="atk_green",
["num"]=200000
},
{
["type"]="atk_blue",
["num"]=200000
},
{
["type"]="atk_purple",
["num"]=200000
}
},
["attr_2"]={
{
["type"]="attr_hp_red",
["num"]=200000
},
{
["type"]="attr_hp_yellow",
["num"]=200000
},
{
["type"]="attr_hp_green",
["num"]=200000
},
{
["type"]="attr_hp_blue",
["num"]=200000
},
{
["type"]="attr_hp_purple",
["num"]=200000
}
},
["attr_3"]={
{
["type"]="attr_atkp_red",
["num"]=800
},
{
["type"]="attr_atkp_yellow",
["num"]=800
},
{
["type"]="attr_atkp_green",
["num"]=800
},
{
["type"]="attr_atkp_blue",
["num"]=800
},
{
["type"]="attr_atkp_purple",
["num"]=800
}
},
["attr_4"]={
{
["type"]="attr_hpp_red",
["num"]=800
},
{
["type"]="attr_hpp_yellow",
["num"]=800
},
{
["type"]="attr_hpp_green",
["num"]=800
},
{
["type"]="attr_hpp_blue",
["num"]=800
},
{
["type"]="attr_hpp_purple",
["num"]=800
}
},
["attr_5"]={
{
["type"]="attr_normal_hurt_red",
["num"]=200000
},
{
["type"]="attr_normal_hurt_yellow",
["num"]=200000
},
{
["type"]="attr_normal_hurt_green",
["num"]=200000
},
{
["type"]="attr_normal_hurt_blue",
["num"]=200000
},
{
["type"]="attr_normal_hurt_purple",
["num"]=200000
}
},
["attr_6"]={
{
["type"]="attr_skill_hurt_red",
["num"]=200000
},
{
["type"]="attr_skill_hurt_yellow",
["num"]=200000
},
{
["type"]="attr_skill_hurt_green",
["num"]=200000
},
{
["type"]="attr_skill_hurt_blue",
["num"]=200000
},
{
["type"]="attr_skill_hurt_purple",
["num"]=200000
}
},
["attr_7"]={
{
["type"]="attr_normal_hurtp_red",
["num"]=200000
},
{
["type"]="attr_normal_hurtp_yellow",
["num"]=200000
},
{
["type"]="attr_normal_hurtp_green",
["num"]=200000
},
{
["type"]="attr_normal_hurtp_blue",
["num"]=200000
},
{
["type"]="attr_normal_hurtp_purple",
["num"]=200000
}
},
["attr_8"]={
{
["type"]="attr_skill_hurtp_red",
["num"]=200000
},
{
["type"]="attr_skill_hurtp_yellow",
["num"]=200000
},
{
["type"]="attr_skill_hurtp_green",
["num"]=200000
},
{
["type"]="attr_skill_hurtp_blue",
["num"]=200000
},
{
["type"]="attr_skill_hurtp_purple",
["num"]=200000
}
},
["attr_9"]={
{
["type"]="attr_cured_red",
["num"]=200000
},
{
["type"]="attr_cured_yellow",
["num"]=200000
},
{
["type"]="attr_cured_green",
["num"]=200000
},
{
["type"]="attr_cured_blue",
["num"]=200000
},
{
["type"]="attr_cured_purple",
["num"]=200000
}
},
["attr_10"]={
{
["type"]="attr_crit_red",
["num"]=800
},
{
["type"]="attr_crit_yellow",
["num"]=800
},
{
["type"]="attr_crit_green",
["num"]=800
},
{
["type"]="attr_crit_blue",
["num"]=800
},
{
["type"]="attr_crit_purple",
["num"]=800
}
},
["attr_11"]={
{
["type"]="attr_crit_time_red",
["num"]=800
},
{
["type"]="attr_crit_time_yellow",
["num"]=800
},
{
["type"]="attr_crit_time_green",
["num"]=800
},
{
["type"]="attr_crit_time_blue",
["num"]=800
},
{
["type"]="attr_crit_time_purple",
["num"]=800
}
}
}
}
local config = {
data=runes_sub,count=8
}
return config