1958 lines
29 KiB
Lua
1958 lines
29 KiB
Lua
local runes_sub = {
|
|
[1]={
|
|
["attr_1"]={
|
|
{
|
|
["type"]="atk_red",
|
|
["num"]=600000
|
|
},
|
|
{
|
|
["type"]="atk_yellow",
|
|
["num"]=600000
|
|
},
|
|
{
|
|
["type"]="atk_green",
|
|
["num"]=600000
|
|
},
|
|
{
|
|
["type"]="atk_blue",
|
|
["num"]=600000
|
|
},
|
|
{
|
|
["type"]="atk_purple",
|
|
["num"]=600000
|
|
}
|
|
},
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_hp_red",
|
|
["num"]=900000
|
|
},
|
|
{
|
|
["type"]="attr_hp_yellow",
|
|
["num"]=900000
|
|
},
|
|
{
|
|
["type"]="attr_hp_green",
|
|
["num"]=900000
|
|
},
|
|
{
|
|
["type"]="attr_hp_blue",
|
|
["num"]=900000
|
|
},
|
|
{
|
|
["type"]="attr_hp_purple",
|
|
["num"]=900000
|
|
}
|
|
},
|
|
["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"]=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"]=600000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_yellow",
|
|
["num"]=600000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_green",
|
|
["num"]=600000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_blue",
|
|
["num"]=600000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_purple",
|
|
["num"]=600000
|
|
}
|
|
},
|
|
["attr_6"]={
|
|
{
|
|
["type"]="attr_skill_hurt_red",
|
|
["num"]=600000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_yellow",
|
|
["num"]=600000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_green",
|
|
["num"]=600000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_blue",
|
|
["num"]=600000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_purple",
|
|
["num"]=600000
|
|
}
|
|
},
|
|
["attr_7"]={
|
|
{
|
|
["type"]="attr_normal_hurtp_red",
|
|
["num"]=200
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_yellow",
|
|
["num"]=200
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_green",
|
|
["num"]=200
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_blue",
|
|
["num"]=200
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_purple",
|
|
["num"]=200
|
|
}
|
|
},
|
|
["attr_8"]={
|
|
{
|
|
["type"]="attr_skill_hurtp_red",
|
|
["num"]=200
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_yellow",
|
|
["num"]=200
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_green",
|
|
["num"]=200
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_blue",
|
|
["num"]=200
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_purple",
|
|
["num"]=200
|
|
}
|
|
},
|
|
["attr_9"]={
|
|
{
|
|
["type"]="attr_cured_red",
|
|
["num"]=100
|
|
},
|
|
{
|
|
["type"]="attr_cured_yellow",
|
|
["num"]=100
|
|
},
|
|
{
|
|
["type"]="attr_cured_green",
|
|
["num"]=100
|
|
},
|
|
{
|
|
["type"]="attr_cured_blue",
|
|
["num"]=100
|
|
},
|
|
{
|
|
["type"]="attr_cured_purple",
|
|
["num"]=100
|
|
}
|
|
},
|
|
["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"]=1000000
|
|
},
|
|
{
|
|
["type"]="atk_yellow",
|
|
["num"]=1000000
|
|
},
|
|
{
|
|
["type"]="atk_green",
|
|
["num"]=1000000
|
|
},
|
|
{
|
|
["type"]="atk_blue",
|
|
["num"]=1000000
|
|
},
|
|
{
|
|
["type"]="atk_purple",
|
|
["num"]=1000000
|
|
}
|
|
},
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_hp_red",
|
|
["num"]=1500000
|
|
},
|
|
{
|
|
["type"]="attr_hp_yellow",
|
|
["num"]=1500000
|
|
},
|
|
{
|
|
["type"]="attr_hp_green",
|
|
["num"]=1500000
|
|
},
|
|
{
|
|
["type"]="attr_hp_blue",
|
|
["num"]=1500000
|
|
},
|
|
{
|
|
["type"]="attr_hp_purple",
|
|
["num"]=1500000
|
|
}
|
|
},
|
|
["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"]=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"]=1200000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_yellow",
|
|
["num"]=1200000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_green",
|
|
["num"]=1200000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_blue",
|
|
["num"]=1200000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_purple",
|
|
["num"]=1200000
|
|
}
|
|
},
|
|
["attr_6"]={
|
|
{
|
|
["type"]="attr_skill_hurt_red",
|
|
["num"]=1200000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_yellow",
|
|
["num"]=1200000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_green",
|
|
["num"]=1200000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_blue",
|
|
["num"]=1200000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_purple",
|
|
["num"]=1200000
|
|
}
|
|
},
|
|
["attr_7"]={
|
|
{
|
|
["type"]="attr_normal_hurtp_red",
|
|
["num"]=400
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_yellow",
|
|
["num"]=400
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_green",
|
|
["num"]=400
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_blue",
|
|
["num"]=400
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_purple",
|
|
["num"]=400
|
|
}
|
|
},
|
|
["attr_8"]={
|
|
{
|
|
["type"]="attr_skill_hurtp_red",
|
|
["num"]=400
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_yellow",
|
|
["num"]=400
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_green",
|
|
["num"]=400
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_blue",
|
|
["num"]=400
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_purple",
|
|
["num"]=400
|
|
}
|
|
},
|
|
["attr_9"]={
|
|
{
|
|
["type"]="attr_cured_red",
|
|
["num"]=200
|
|
},
|
|
{
|
|
["type"]="attr_cured_yellow",
|
|
["num"]=200
|
|
},
|
|
{
|
|
["type"]="attr_cured_green",
|
|
["num"]=200
|
|
},
|
|
{
|
|
["type"]="attr_cured_blue",
|
|
["num"]=200
|
|
},
|
|
{
|
|
["type"]="attr_cured_purple",
|
|
["num"]=200
|
|
}
|
|
},
|
|
["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"]=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
|
|
}
|
|
}
|
|
},
|
|
[3]={
|
|
["attr_1"]={
|
|
{
|
|
["type"]="atk_red",
|
|
["num"]=1500000
|
|
},
|
|
{
|
|
["type"]="atk_yellow",
|
|
["num"]=1500000
|
|
},
|
|
{
|
|
["type"]="atk_green",
|
|
["num"]=1500000
|
|
},
|
|
{
|
|
["type"]="atk_blue",
|
|
["num"]=1500000
|
|
},
|
|
{
|
|
["type"]="atk_purple",
|
|
["num"]=1500000
|
|
}
|
|
},
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_hp_red",
|
|
["num"]=2250000
|
|
},
|
|
{
|
|
["type"]="attr_hp_yellow",
|
|
["num"]=2250000
|
|
},
|
|
{
|
|
["type"]="attr_hp_green",
|
|
["num"]=2250000
|
|
},
|
|
{
|
|
["type"]="attr_hp_blue",
|
|
["num"]=2250000
|
|
},
|
|
{
|
|
["type"]="attr_hp_purple",
|
|
["num"]=2250000
|
|
}
|
|
},
|
|
["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"]=900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=900
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_normal_hurt_red",
|
|
["num"]=1800000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_yellow",
|
|
["num"]=1800000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_green",
|
|
["num"]=1800000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_blue",
|
|
["num"]=1800000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_purple",
|
|
["num"]=1800000
|
|
}
|
|
},
|
|
["attr_6"]={
|
|
{
|
|
["type"]="attr_skill_hurt_red",
|
|
["num"]=1800000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_yellow",
|
|
["num"]=1800000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_green",
|
|
["num"]=1800000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_blue",
|
|
["num"]=1800000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_purple",
|
|
["num"]=1800000
|
|
}
|
|
},
|
|
["attr_7"]={
|
|
{
|
|
["type"]="attr_normal_hurtp_red",
|
|
["num"]=600
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_yellow",
|
|
["num"]=600
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_green",
|
|
["num"]=600
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_blue",
|
|
["num"]=600
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_purple",
|
|
["num"]=600
|
|
}
|
|
},
|
|
["attr_8"]={
|
|
{
|
|
["type"]="attr_skill_hurtp_red",
|
|
["num"]=600
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_yellow",
|
|
["num"]=600
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_green",
|
|
["num"]=600
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_blue",
|
|
["num"]=600
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_purple",
|
|
["num"]=600
|
|
}
|
|
},
|
|
["attr_9"]={
|
|
{
|
|
["type"]="attr_cured_red",
|
|
["num"]=300
|
|
},
|
|
{
|
|
["type"]="attr_cured_yellow",
|
|
["num"]=300
|
|
},
|
|
{
|
|
["type"]="attr_cured_green",
|
|
["num"]=300
|
|
},
|
|
{
|
|
["type"]="attr_cured_blue",
|
|
["num"]=300
|
|
},
|
|
{
|
|
["type"]="attr_cured_purple",
|
|
["num"]=300
|
|
}
|
|
},
|
|
["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"]=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
|
|
}
|
|
}
|
|
},
|
|
[4]={
|
|
["attr_1"]={
|
|
{
|
|
["type"]="atk_red",
|
|
["num"]=1800000
|
|
},
|
|
{
|
|
["type"]="atk_yellow",
|
|
["num"]=1800000
|
|
},
|
|
{
|
|
["type"]="atk_green",
|
|
["num"]=1800000
|
|
},
|
|
{
|
|
["type"]="atk_blue",
|
|
["num"]=1800000
|
|
},
|
|
{
|
|
["type"]="atk_purple",
|
|
["num"]=1800000
|
|
}
|
|
},
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_hp_red",
|
|
["num"]=2700000
|
|
},
|
|
{
|
|
["type"]="attr_hp_yellow",
|
|
["num"]=2700000
|
|
},
|
|
{
|
|
["type"]="attr_hp_green",
|
|
["num"]=2700000
|
|
},
|
|
{
|
|
["type"]="attr_hp_blue",
|
|
["num"]=2700000
|
|
},
|
|
{
|
|
["type"]="attr_hp_purple",
|
|
["num"]=2700000
|
|
}
|
|
},
|
|
["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"]=1200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1200
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_normal_hurt_red",
|
|
["num"]=2400000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_yellow",
|
|
["num"]=2400000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_green",
|
|
["num"]=2400000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_blue",
|
|
["num"]=2400000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_purple",
|
|
["num"]=2400000
|
|
}
|
|
},
|
|
["attr_6"]={
|
|
{
|
|
["type"]="attr_skill_hurt_red",
|
|
["num"]=2400000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_yellow",
|
|
["num"]=2400000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_green",
|
|
["num"]=2400000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_blue",
|
|
["num"]=2400000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_purple",
|
|
["num"]=2400000
|
|
}
|
|
},
|
|
["attr_7"]={
|
|
{
|
|
["type"]="attr_normal_hurtp_red",
|
|
["num"]=800
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_yellow",
|
|
["num"]=800
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_green",
|
|
["num"]=800
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_blue",
|
|
["num"]=800
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_purple",
|
|
["num"]=800
|
|
}
|
|
},
|
|
["attr_8"]={
|
|
{
|
|
["type"]="attr_skill_hurtp_red",
|
|
["num"]=800
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_yellow",
|
|
["num"]=800
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_green",
|
|
["num"]=800
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_blue",
|
|
["num"]=800
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_purple",
|
|
["num"]=800
|
|
}
|
|
},
|
|
["attr_9"]={
|
|
{
|
|
["type"]="attr_cured_red",
|
|
["num"]=400
|
|
},
|
|
{
|
|
["type"]="attr_cured_yellow",
|
|
["num"]=400
|
|
},
|
|
{
|
|
["type"]="attr_cured_green",
|
|
["num"]=400
|
|
},
|
|
{
|
|
["type"]="attr_cured_blue",
|
|
["num"]=400
|
|
},
|
|
{
|
|
["type"]="attr_cured_purple",
|
|
["num"]=400
|
|
}
|
|
},
|
|
["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"]=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
|
|
}
|
|
}
|
|
},
|
|
[5]={
|
|
["attr_1"]={
|
|
{
|
|
["type"]="atk_red",
|
|
["num"]=2400000
|
|
},
|
|
{
|
|
["type"]="atk_yellow",
|
|
["num"]=2400000
|
|
},
|
|
{
|
|
["type"]="atk_green",
|
|
["num"]=2400000
|
|
},
|
|
{
|
|
["type"]="atk_blue",
|
|
["num"]=2400000
|
|
},
|
|
{
|
|
["type"]="atk_purple",
|
|
["num"]=2400000
|
|
}
|
|
},
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_hp_red",
|
|
["num"]=3600000
|
|
},
|
|
{
|
|
["type"]="attr_hp_yellow",
|
|
["num"]=3600000
|
|
},
|
|
{
|
|
["type"]="attr_hp_green",
|
|
["num"]=3600000
|
|
},
|
|
{
|
|
["type"]="attr_hp_blue",
|
|
["num"]=3600000
|
|
},
|
|
{
|
|
["type"]="attr_hp_purple",
|
|
["num"]=3600000
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1200
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1800
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_normal_hurt_red",
|
|
["num"]=3600000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_yellow",
|
|
["num"]=3600000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_green",
|
|
["num"]=3600000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_blue",
|
|
["num"]=3600000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_purple",
|
|
["num"]=3600000
|
|
}
|
|
},
|
|
["attr_6"]={
|
|
{
|
|
["type"]="attr_skill_hurt_red",
|
|
["num"]=3600000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_yellow",
|
|
["num"]=3600000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_green",
|
|
["num"]=3600000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_blue",
|
|
["num"]=3600000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_purple",
|
|
["num"]=3600000
|
|
}
|
|
},
|
|
["attr_7"]={
|
|
{
|
|
["type"]="attr_normal_hurtp_red",
|
|
["num"]=1200
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_yellow",
|
|
["num"]=1200
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_green",
|
|
["num"]=1200
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_blue",
|
|
["num"]=1200
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_purple",
|
|
["num"]=1200
|
|
}
|
|
},
|
|
["attr_8"]={
|
|
{
|
|
["type"]="attr_skill_hurtp_red",
|
|
["num"]=1200
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_yellow",
|
|
["num"]=1200
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_green",
|
|
["num"]=1200
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_blue",
|
|
["num"]=1200
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_purple",
|
|
["num"]=1200
|
|
}
|
|
},
|
|
["attr_9"]={
|
|
{
|
|
["type"]="attr_cured_red",
|
|
["num"]=600
|
|
},
|
|
{
|
|
["type"]="attr_cured_yellow",
|
|
["num"]=600
|
|
},
|
|
{
|
|
["type"]="attr_cured_green",
|
|
["num"]=600
|
|
},
|
|
{
|
|
["type"]="attr_cured_blue",
|
|
["num"]=600
|
|
},
|
|
{
|
|
["type"]="attr_cured_purple",
|
|
["num"]=600
|
|
}
|
|
},
|
|
["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"]=900
|
|
},
|
|
{
|
|
["type"]="attr_crit_time_yellow",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_crit_time_green",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_crit_time_blue",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_crit_time_purple",
|
|
["num"]=900
|
|
}
|
|
}
|
|
},
|
|
[6]={
|
|
["attr_1"]={
|
|
{
|
|
["type"]="atk_red",
|
|
["num"]=3200000
|
|
},
|
|
{
|
|
["type"]="atk_yellow",
|
|
["num"]=3200000
|
|
},
|
|
{
|
|
["type"]="atk_green",
|
|
["num"]=3200000
|
|
},
|
|
{
|
|
["type"]="atk_blue",
|
|
["num"]=3200000
|
|
},
|
|
{
|
|
["type"]="atk_purple",
|
|
["num"]=3200000
|
|
}
|
|
},
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_hp_red",
|
|
["num"]=4800000
|
|
},
|
|
{
|
|
["type"]="attr_hp_yellow",
|
|
["num"]=4800000
|
|
},
|
|
{
|
|
["type"]="attr_hp_green",
|
|
["num"]=4800000
|
|
},
|
|
{
|
|
["type"]="attr_hp_blue",
|
|
["num"]=4800000
|
|
},
|
|
{
|
|
["type"]="attr_hp_purple",
|
|
["num"]=4800000
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1800
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=2700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=2700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=2700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=2700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=2700
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_normal_hurt_red",
|
|
["num"]=5400000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_yellow",
|
|
["num"]=5400000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_green",
|
|
["num"]=5400000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_blue",
|
|
["num"]=5400000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_purple",
|
|
["num"]=5400000
|
|
}
|
|
},
|
|
["attr_6"]={
|
|
{
|
|
["type"]="attr_skill_hurt_red",
|
|
["num"]=5400000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_yellow",
|
|
["num"]=5400000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_green",
|
|
["num"]=5400000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_blue",
|
|
["num"]=5400000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_purple",
|
|
["num"]=5400000
|
|
}
|
|
},
|
|
["attr_7"]={
|
|
{
|
|
["type"]="attr_normal_hurtp_red",
|
|
["num"]=1800
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_yellow",
|
|
["num"]=1800
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_green",
|
|
["num"]=1800
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_blue",
|
|
["num"]=1800
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_purple",
|
|
["num"]=1800
|
|
}
|
|
},
|
|
["attr_8"]={
|
|
{
|
|
["type"]="attr_skill_hurtp_red",
|
|
["num"]=1800
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_yellow",
|
|
["num"]=1800
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_green",
|
|
["num"]=1800
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_blue",
|
|
["num"]=1800
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_purple",
|
|
["num"]=1800
|
|
}
|
|
},
|
|
["attr_9"]={
|
|
{
|
|
["type"]="attr_cured_red",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_cured_yellow",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_cured_green",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_cured_blue",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_cured_purple",
|
|
["num"]=900
|
|
}
|
|
},
|
|
["attr_10"]={
|
|
{
|
|
["type"]="attr_crit_red",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_crit_yellow",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_crit_green",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_crit_blue",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_crit_purple",
|
|
["num"]=900
|
|
}
|
|
},
|
|
["attr_11"]={
|
|
{
|
|
["type"]="attr_crit_time_red",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_crit_time_yellow",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_crit_time_green",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_crit_time_blue",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_crit_time_purple",
|
|
["num"]=1400
|
|
}
|
|
}
|
|
},
|
|
[7]={
|
|
["attr_1"]={
|
|
{
|
|
["type"]="atk_red",
|
|
["num"]=6000000
|
|
},
|
|
{
|
|
["type"]="atk_yellow",
|
|
["num"]=6000000
|
|
},
|
|
{
|
|
["type"]="atk_green",
|
|
["num"]=6000000
|
|
},
|
|
{
|
|
["type"]="atk_blue",
|
|
["num"]=6000000
|
|
},
|
|
{
|
|
["type"]="atk_purple",
|
|
["num"]=6000000
|
|
}
|
|
},
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_hp_red",
|
|
["num"]=9000000
|
|
},
|
|
{
|
|
["type"]="attr_hp_yellow",
|
|
["num"]=9000000
|
|
},
|
|
{
|
|
["type"]="attr_hp_green",
|
|
["num"]=9000000
|
|
},
|
|
{
|
|
["type"]="attr_hp_blue",
|
|
["num"]=9000000
|
|
},
|
|
{
|
|
["type"]="attr_hp_purple",
|
|
["num"]=9000000
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=3000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=4500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=4500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=4500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=4500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=4500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_normal_hurt_red",
|
|
["num"]=9000000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_yellow",
|
|
["num"]=9000000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_green",
|
|
["num"]=9000000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_blue",
|
|
["num"]=9000000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_purple",
|
|
["num"]=9000000
|
|
}
|
|
},
|
|
["attr_6"]={
|
|
{
|
|
["type"]="attr_skill_hurt_red",
|
|
["num"]=9000000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_yellow",
|
|
["num"]=9000000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_green",
|
|
["num"]=9000000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_blue",
|
|
["num"]=9000000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_purple",
|
|
["num"]=9000000
|
|
}
|
|
},
|
|
["attr_7"]={
|
|
{
|
|
["type"]="attr_normal_hurtp_red",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_yellow",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_green",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_blue",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_purple",
|
|
["num"]=3000
|
|
}
|
|
},
|
|
["attr_8"]={
|
|
{
|
|
["type"]="attr_skill_hurtp_red",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_yellow",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_green",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_blue",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_purple",
|
|
["num"]=3000
|
|
}
|
|
},
|
|
["attr_9"]={
|
|
{
|
|
["type"]="attr_cured_red",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_cured_yellow",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_cured_green",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_cured_blue",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_cured_purple",
|
|
["num"]=1500
|
|
}
|
|
},
|
|
["attr_10"]={
|
|
{
|
|
["type"]="attr_crit_red",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_crit_yellow",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_crit_green",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_crit_blue",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_crit_purple",
|
|
["num"]=1500
|
|
}
|
|
},
|
|
["attr_11"]={
|
|
{
|
|
["type"]="attr_crit_time_red",
|
|
["num"]=2200
|
|
},
|
|
{
|
|
["type"]="attr_crit_time_yellow",
|
|
["num"]=2200
|
|
},
|
|
{
|
|
["type"]="attr_crit_time_green",
|
|
["num"]=2200
|
|
},
|
|
{
|
|
["type"]="attr_crit_time_blue",
|
|
["num"]=2200
|
|
},
|
|
{
|
|
["type"]="attr_crit_time_purple",
|
|
["num"]=2200
|
|
}
|
|
}
|
|
},
|
|
[8]={
|
|
["attr_1"]={
|
|
{
|
|
["type"]="atk_red",
|
|
["num"]=9000000
|
|
},
|
|
{
|
|
["type"]="atk_yellow",
|
|
["num"]=9000000
|
|
},
|
|
{
|
|
["type"]="atk_green",
|
|
["num"]=9000000
|
|
},
|
|
{
|
|
["type"]="atk_blue",
|
|
["num"]=9000000
|
|
},
|
|
{
|
|
["type"]="atk_purple",
|
|
["num"]=9000000
|
|
}
|
|
},
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_hp_red",
|
|
["num"]=13500000
|
|
},
|
|
{
|
|
["type"]="attr_hp_yellow",
|
|
["num"]=13500000
|
|
},
|
|
{
|
|
["type"]="attr_hp_green",
|
|
["num"]=13500000
|
|
},
|
|
{
|
|
["type"]="attr_hp_blue",
|
|
["num"]=13500000
|
|
},
|
|
{
|
|
["type"]="attr_hp_purple",
|
|
["num"]=13500000
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=4000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=6000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_normal_hurt_red",
|
|
["num"]=12000000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_yellow",
|
|
["num"]=12000000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_green",
|
|
["num"]=12000000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_blue",
|
|
["num"]=12000000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurt_purple",
|
|
["num"]=12000000
|
|
}
|
|
},
|
|
["attr_6"]={
|
|
{
|
|
["type"]="attr_skill_hurt_red",
|
|
["num"]=12000000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_yellow",
|
|
["num"]=12000000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_green",
|
|
["num"]=12000000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_blue",
|
|
["num"]=12000000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurt_purple",
|
|
["num"]=12000000
|
|
}
|
|
},
|
|
["attr_7"]={
|
|
{
|
|
["type"]="attr_normal_hurtp_red",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_yellow",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_green",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_blue",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_normal_hurtp_purple",
|
|
["num"]=4000
|
|
}
|
|
},
|
|
["attr_8"]={
|
|
{
|
|
["type"]="attr_skill_hurtp_red",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_yellow",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_green",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_blue",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_skill_hurtp_purple",
|
|
["num"]=4000
|
|
}
|
|
},
|
|
["attr_9"]={
|
|
{
|
|
["type"]="attr_cured_red",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_cured_yellow",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_cured_green",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_cured_blue",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_cured_purple",
|
|
["num"]=2000
|
|
}
|
|
},
|
|
["attr_10"]={
|
|
{
|
|
["type"]="attr_crit_red",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_crit_yellow",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_crit_green",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_crit_blue",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_crit_purple",
|
|
["num"]=2000
|
|
}
|
|
},
|
|
["attr_11"]={
|
|
{
|
|
["type"]="attr_crit_time_red",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_crit_time_yellow",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_crit_time_green",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_crit_time_blue",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_crit_time_purple",
|
|
["num"]=3000
|
|
}
|
|
}
|
|
}
|
|
}
|
|
local config = {
|
|
data=runes_sub,count=8
|
|
}
|
|
return config |