31338 lines
442 KiB
Lua
31338 lines
442 KiB
Lua
local hero_level = {
|
|
[1]={
|
|
["cost"]={
|
|
5,
|
|
10
|
|
},
|
|
["star"]=0
|
|
},
|
|
[2]={
|
|
["cost"]={
|
|
5,
|
|
11
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=10
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=10
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=10
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=10
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=10
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=10
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=10
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=10
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=10
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=10
|
|
}
|
|
},
|
|
["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
|
|
},
|
|
{
|
|
["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_4"]={
|
|
{
|
|
["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
|
|
},
|
|
{
|
|
["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_atkp_red",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1000
|
|
}
|
|
}
|
|
},
|
|
[3]={
|
|
["cost"]={
|
|
5,
|
|
12
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=20
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=20
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=20
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=20
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=20
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=20
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=20
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=20
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=20
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=20
|
|
}
|
|
},
|
|
["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
|
|
},
|
|
{
|
|
["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_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=2000
|
|
}
|
|
}
|
|
},
|
|
[4]={
|
|
["cost"]={
|
|
5,
|
|
13
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=30
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=30
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=30
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=30
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=30
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=30
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=30
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=30
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=30
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=30
|
|
}
|
|
},
|
|
["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
|
|
},
|
|
{
|
|
["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_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["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
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=3000
|
|
}
|
|
}
|
|
},
|
|
[5]={
|
|
["cost"]={
|
|
5,
|
|
14
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=40
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=40
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=40
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=40
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=40
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=40
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=40
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=40
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=40
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=40
|
|
}
|
|
},
|
|
["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
|
|
},
|
|
{
|
|
["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_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=2000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["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
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=4000
|
|
}
|
|
}
|
|
},
|
|
[6]={
|
|
["cost"]={
|
|
5,
|
|
15
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=50
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=50
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=50
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=50
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=50
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=50
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=50
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=50
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=50
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=50
|
|
}
|
|
},
|
|
["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
|
|
},
|
|
{
|
|
["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_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=2500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=5000
|
|
}
|
|
}
|
|
},
|
|
[7]={
|
|
["cost"]={
|
|
5,
|
|
16
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=60
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=60
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=60
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=60
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=60
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=60
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=60
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=60
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=60
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=60
|
|
}
|
|
},
|
|
["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
|
|
},
|
|
{
|
|
["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_4"]={
|
|
{
|
|
["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
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=3000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["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
|
|
}
|
|
}
|
|
},
|
|
[8]={
|
|
["cost"]={
|
|
5,
|
|
17
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=70
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=70
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=70
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=70
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=70
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=70
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=70
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=70
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=70
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=70
|
|
}
|
|
},
|
|
["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
|
|
},
|
|
{
|
|
["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_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=3500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=7000
|
|
}
|
|
}
|
|
},
|
|
[9]={
|
|
["cost"]={
|
|
5,
|
|
18
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=80
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=80
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=80
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=80
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=80
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=80
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=80
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=80
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=80
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=80
|
|
}
|
|
},
|
|
["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
|
|
},
|
|
{
|
|
["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_4"]={
|
|
{
|
|
["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
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=4000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=8000
|
|
}
|
|
}
|
|
},
|
|
[10]={
|
|
["cost"]={
|
|
5,
|
|
19
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=90
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=90
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=90
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=90
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=90
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=90
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=90
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=90
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=90
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=90
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["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_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=4500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=4500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=4500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=4500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=4500
|
|
},
|
|
{
|
|
["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_atkp_red",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=9000
|
|
}
|
|
}
|
|
},
|
|
[11]={
|
|
["cost"]={
|
|
5,
|
|
20
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["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
|
|
},
|
|
{
|
|
["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_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=5000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=10000
|
|
}
|
|
}
|
|
},
|
|
[12]={
|
|
["cost"]={
|
|
5,
|
|
21
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=110
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=110
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=110
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=110
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=110
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=110
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=110
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=110
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=110
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=110
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1100
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=5500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=11000
|
|
}
|
|
}
|
|
},
|
|
[13]={
|
|
["cost"]={
|
|
5,
|
|
22
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=120
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=120
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=120
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=120
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=120
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=120
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=120
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=120
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=120
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=120
|
|
}
|
|
},
|
|
["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
|
|
},
|
|
{
|
|
["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_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["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_atkp_red",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=12000
|
|
}
|
|
}
|
|
},
|
|
[14]={
|
|
["cost"]={
|
|
5,
|
|
23
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=130
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=130
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=130
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=130
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=130
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=130
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=130
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=130
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=130
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=130
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1300
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=6500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=13000
|
|
}
|
|
}
|
|
},
|
|
[15]={
|
|
["cost"]={
|
|
5,
|
|
24
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=140
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=140
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=140
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=140
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=140
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=140
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=140
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=140
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=140
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=140
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1400
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=7000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=14000
|
|
}
|
|
}
|
|
},
|
|
[16]={
|
|
["cost"]={
|
|
5,
|
|
25
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=150
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=150
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=150
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=150
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=150
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=150
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=150
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=150
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=150
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=150
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1500
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=7500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=15000
|
|
}
|
|
}
|
|
},
|
|
[17]={
|
|
["cost"]={
|
|
5,
|
|
26
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=160
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=160
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=160
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=160
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=160
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=160
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=160
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=160
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=160
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=160
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1600
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=8000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=16000
|
|
}
|
|
}
|
|
},
|
|
[18]={
|
|
["cost"]={
|
|
5,
|
|
27
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=170
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=170
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=170
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=170
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=170
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=170
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=170
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=170
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=170
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=170
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1700
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=8500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=17000
|
|
}
|
|
}
|
|
},
|
|
[19]={
|
|
["cost"]={
|
|
5,
|
|
28
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=180
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=180
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=180
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=180
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=180
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=180
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=180
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=180
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=180
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=180
|
|
}
|
|
},
|
|
["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
|
|
},
|
|
{
|
|
["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_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=9000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=18000
|
|
}
|
|
}
|
|
},
|
|
[20]={
|
|
["cost"]={
|
|
5,
|
|
29
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=190
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=190
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=190
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=190
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=190
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=190
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=190
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=190
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=190
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=190
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1900
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=9500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=19000
|
|
}
|
|
}
|
|
},
|
|
[21]={
|
|
["cost"]={
|
|
5,
|
|
30
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["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
|
|
},
|
|
{
|
|
["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_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=2000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=2000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=10000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=20000
|
|
}
|
|
}
|
|
},
|
|
[22]={
|
|
["cost"]={
|
|
5,
|
|
31
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=210
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=210
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=210
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=210
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=210
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=210
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=210
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=210
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=210
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=210
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=2100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=2100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=2100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=2100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=2100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=2100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=2100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=2100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=2100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=2100
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=10500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=21000
|
|
}
|
|
}
|
|
},
|
|
[23]={
|
|
["cost"]={
|
|
5,
|
|
32
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=220
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=220
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=220
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=220
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=220
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=220
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=220
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=220
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=220
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=220
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=2200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=2200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=2200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=2200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=2200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=2200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=2200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=2200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=2200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=2200
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=11000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=22000
|
|
}
|
|
}
|
|
},
|
|
[24]={
|
|
["cost"]={
|
|
5,
|
|
33
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=230
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=230
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=230
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=230
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=230
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=230
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=230
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=230
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=230
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=230
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=2300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=2300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=2300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=2300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=2300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=2300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=2300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=2300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=2300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=2300
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=11500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=23000
|
|
}
|
|
}
|
|
},
|
|
[25]={
|
|
["cost"]={
|
|
5,
|
|
34
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=240
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=240
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=240
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=240
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=240
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=240
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=240
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=240
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=240
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=240
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=2400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=2400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=2400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=2400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=2400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=2400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=2400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=2400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=2400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=2400
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=12000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=24000
|
|
}
|
|
}
|
|
},
|
|
[26]={
|
|
["cost"]={
|
|
5,
|
|
35
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=250
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=250
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=250
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=250
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=250
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=250
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=250
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=250
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=250
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=250
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=2500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=2500
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=12500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=25000
|
|
}
|
|
}
|
|
},
|
|
[27]={
|
|
["cost"]={
|
|
5,
|
|
36
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=260
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=260
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=260
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=260
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=260
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=260
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=260
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=260
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=260
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=260
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=2600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=2600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=2600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=2600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=2600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=2600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=2600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=2600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=2600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=2600
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=13000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=26000
|
|
}
|
|
}
|
|
},
|
|
[28]={
|
|
["cost"]={
|
|
5,
|
|
37
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=270
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=270
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=270
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=270
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=270
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=270
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=270
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=270
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=270
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=270
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=2700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=2700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=2700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=2700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=2700
|
|
},
|
|
{
|
|
["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_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=13500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=27000
|
|
}
|
|
}
|
|
},
|
|
[29]={
|
|
["cost"]={
|
|
5,
|
|
38
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=280
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=280
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=280
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=280
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=280
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=280
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=280
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=280
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=280
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=280
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=2800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=2800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=2800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=2800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=2800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=2800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=2800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=2800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=2800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=2800
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=14000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=28000
|
|
}
|
|
}
|
|
},
|
|
[30]={
|
|
["cost"]={
|
|
5,
|
|
39
|
|
},
|
|
["star"]=0,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=290
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=290
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=290
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=290
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=290
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=290
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=290
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=290
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=290
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=290
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=2900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=2900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=2900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=2900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=2900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=2900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=2900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=2900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=2900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=2900
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=14500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=29000
|
|
}
|
|
}
|
|
},
|
|
[31]={
|
|
["cost"]={
|
|
5,
|
|
40
|
|
},
|
|
["star"]=1,
|
|
["attr_2"]={
|
|
{
|
|
["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
|
|
},
|
|
{
|
|
["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_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
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=3000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=3000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=15000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=30000
|
|
}
|
|
}
|
|
},
|
|
[32]={
|
|
["cost"]={
|
|
5,
|
|
41
|
|
},
|
|
["star"]=1,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=310
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=310
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=310
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=310
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=310
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=310
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=310
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=310
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=310
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=310
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=3100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=3100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=3100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=3100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=3100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=3100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=3100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=3100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=3100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=3100
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=15500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=31000
|
|
}
|
|
}
|
|
},
|
|
[33]={
|
|
["cost"]={
|
|
5,
|
|
42
|
|
},
|
|
["star"]=1,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=320
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=320
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=320
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=320
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=320
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=320
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=320
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=320
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=320
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=320
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=3200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=3200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=3200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=3200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=3200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=3200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=3200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=3200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=3200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=3200
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=16000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=32000
|
|
}
|
|
}
|
|
},
|
|
[34]={
|
|
["cost"]={
|
|
5,
|
|
43
|
|
},
|
|
["star"]=1,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=330
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=330
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=330
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=330
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=330
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=330
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=330
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=330
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=330
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=330
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=3300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=3300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=3300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=3300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=3300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=3300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=3300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=3300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=3300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=3300
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=16500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=33000
|
|
}
|
|
}
|
|
},
|
|
[35]={
|
|
["cost"]={
|
|
5,
|
|
44
|
|
},
|
|
["star"]=1,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=340
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=340
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=340
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=340
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=340
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=340
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=340
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=340
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=340
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=340
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=3400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=3400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=3400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=3400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=3400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=3400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=3400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=3400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=3400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=3400
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=17000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=34000
|
|
}
|
|
}
|
|
},
|
|
[36]={
|
|
["cost"]={
|
|
5,
|
|
45
|
|
},
|
|
["star"]=1,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=350
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=350
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=350
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=350
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=350
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=350
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=350
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=350
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=350
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=350
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=3500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=3500
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=17500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=35000
|
|
}
|
|
}
|
|
},
|
|
[37]={
|
|
["cost"]={
|
|
5,
|
|
46
|
|
},
|
|
["star"]=1,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=360
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=360
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=360
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=360
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=360
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=360
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=360
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=360
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=360
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=360
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=3600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=3600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=3600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=3600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=3600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=3600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=3600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=3600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=3600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=3600
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=18000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=18000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=36000
|
|
}
|
|
}
|
|
},
|
|
[38]={
|
|
["cost"]={
|
|
5,
|
|
47
|
|
},
|
|
["star"]=1,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=370
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=370
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=370
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=370
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=370
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=370
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=370
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=370
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=370
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=370
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=3700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=3700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=3700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=3700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=3700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=3700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=3700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=3700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=3700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=3700
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=18500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=18500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=18500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=18500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=18500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=18500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=18500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=18500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=18500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=18500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=37000
|
|
}
|
|
}
|
|
},
|
|
[39]={
|
|
["cost"]={
|
|
5,
|
|
48
|
|
},
|
|
["star"]=1,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=380
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=380
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=380
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=380
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=380
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=380
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=380
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=380
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=380
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=380
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=3800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=3800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=3800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=3800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=3800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=3800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=3800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=3800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=3800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=3800
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=19000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=19000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=38000
|
|
}
|
|
}
|
|
},
|
|
[40]={
|
|
["cost"]={
|
|
5,
|
|
49
|
|
},
|
|
["star"]=1,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=390
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=390
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=390
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=390
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=390
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=390
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=390
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=390
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=390
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=390
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=3900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=3900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=3900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=3900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=3900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=3900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=3900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=3900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=3900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=3900
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=19500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=19500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=19500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=19500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=19500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=19500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=19500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=19500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=19500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=19500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=39000
|
|
}
|
|
}
|
|
},
|
|
[41]={
|
|
["cost"]={
|
|
5,
|
|
50
|
|
},
|
|
["star"]=2,
|
|
["attr_2"]={
|
|
{
|
|
["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
|
|
},
|
|
{
|
|
["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_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
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=4000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=4000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=20000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=20000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=40000
|
|
}
|
|
}
|
|
},
|
|
[42]={
|
|
["cost"]={
|
|
5,
|
|
51
|
|
},
|
|
["star"]=2,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=410
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=410
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=410
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=410
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=410
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=410
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=410
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=410
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=410
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=410
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=4100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=4100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=4100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=4100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=4100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=4100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=4100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=4100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=4100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=4100
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=20500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=20500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=20500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=20500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=20500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=20500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=20500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=20500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=20500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=20500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=41000
|
|
}
|
|
}
|
|
},
|
|
[43]={
|
|
["cost"]={
|
|
5,
|
|
52
|
|
},
|
|
["star"]=2,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=420
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=420
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=420
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=420
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=420
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=420
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=420
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=420
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=420
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=420
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=4200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=4200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=4200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=4200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=4200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=4200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=4200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=4200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=4200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=4200
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=21000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=21000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=42000
|
|
}
|
|
}
|
|
},
|
|
[44]={
|
|
["cost"]={
|
|
5,
|
|
53
|
|
},
|
|
["star"]=2,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=430
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=430
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=430
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=430
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=430
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=430
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=430
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=430
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=430
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=430
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=4300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=4300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=4300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=4300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=4300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=4300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=4300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=4300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=4300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=4300
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=21500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=21500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=21500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=21500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=21500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=21500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=21500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=21500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=21500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=21500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=43000
|
|
}
|
|
}
|
|
},
|
|
[45]={
|
|
["cost"]={
|
|
5,
|
|
54
|
|
},
|
|
["star"]=2,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=440
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=440
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=440
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=440
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=440
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=440
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=440
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=440
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=440
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=440
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=4400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=4400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=4400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=4400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=4400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=4400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=4400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=4400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=4400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=4400
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=22000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=22000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=44000
|
|
}
|
|
}
|
|
},
|
|
[46]={
|
|
["cost"]={
|
|
5,
|
|
55
|
|
},
|
|
["star"]=2,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=450
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=450
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=450
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=450
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=450
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=450
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=450
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=450
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=450
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=450
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=4500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=4500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=4500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=4500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=4500
|
|
},
|
|
{
|
|
["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_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=22500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=22500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=22500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=22500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=22500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=22500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=22500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=22500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=22500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=22500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=45000
|
|
}
|
|
}
|
|
},
|
|
[47]={
|
|
["cost"]={
|
|
5,
|
|
56
|
|
},
|
|
["star"]=2,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=460
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=460
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=460
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=460
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=460
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=460
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=460
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=460
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=460
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=460
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=4600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=4600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=4600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=4600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=4600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=4600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=4600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=4600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=4600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=4600
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=23000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=23000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=46000
|
|
}
|
|
}
|
|
},
|
|
[48]={
|
|
["cost"]={
|
|
5,
|
|
57
|
|
},
|
|
["star"]=2,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=470
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=470
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=470
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=470
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=470
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=470
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=470
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=470
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=470
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=470
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=4700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=4700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=4700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=4700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=4700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=4700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=4700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=4700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=4700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=4700
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=23500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=23500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=23500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=23500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=23500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=23500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=23500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=23500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=23500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=23500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=47000
|
|
}
|
|
}
|
|
},
|
|
[49]={
|
|
["cost"]={
|
|
5,
|
|
58
|
|
},
|
|
["star"]=2,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=480
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=480
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=480
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=480
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=480
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=480
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=480
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=480
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=480
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=480
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=4800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=4800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=4800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=4800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=4800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=4800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=4800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=4800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=4800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=4800
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=24000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=24000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=48000
|
|
}
|
|
}
|
|
},
|
|
[50]={
|
|
["cost"]={
|
|
5,
|
|
59
|
|
},
|
|
["star"]=2,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=490
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=490
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=490
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=490
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=490
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=490
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=490
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=490
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=490
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=490
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=4900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=4900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=4900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=4900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=4900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=4900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=4900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=4900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=4900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=4900
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=24500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=24500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=24500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=24500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=24500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=24500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=24500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=24500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=24500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=24500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=49000
|
|
}
|
|
}
|
|
},
|
|
[51]={
|
|
["cost"]={
|
|
5,
|
|
60
|
|
},
|
|
["star"]=3,
|
|
["attr_2"]={
|
|
{
|
|
["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
|
|
},
|
|
{
|
|
["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_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=5000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=5000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=25000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=25000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=50000
|
|
}
|
|
}
|
|
},
|
|
[52]={
|
|
["cost"]={
|
|
5,
|
|
61
|
|
},
|
|
["star"]=3,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=510
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=510
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=510
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=510
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=510
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=510
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=510
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=510
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=510
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=510
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=5100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=5100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=5100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=5100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=5100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=5100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=5100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=5100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=5100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=5100
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=25500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=25500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=25500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=25500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=25500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=25500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=25500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=25500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=25500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=25500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=51000
|
|
}
|
|
}
|
|
},
|
|
[53]={
|
|
["cost"]={
|
|
5,
|
|
62
|
|
},
|
|
["star"]=3,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=520
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=520
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=520
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=520
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=520
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=520
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=520
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=520
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=520
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=520
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=5200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=5200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=5200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=5200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=5200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=5200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=5200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=5200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=5200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=5200
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=26000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=26000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=52000
|
|
}
|
|
}
|
|
},
|
|
[54]={
|
|
["cost"]={
|
|
5,
|
|
63
|
|
},
|
|
["star"]=3,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=530
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=530
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=530
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=530
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=530
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=530
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=530
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=530
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=530
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=530
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=5300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=5300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=5300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=5300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=5300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=5300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=5300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=5300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=5300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=5300
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=26500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=26500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=26500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=26500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=26500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=26500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=26500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=26500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=26500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=26500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=53000
|
|
}
|
|
}
|
|
},
|
|
[55]={
|
|
["cost"]={
|
|
5,
|
|
64
|
|
},
|
|
["star"]=3,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=540
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=540
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=540
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=540
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=540
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=540
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=540
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=540
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=540
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=540
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=5400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=5400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=5400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=5400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=5400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=5400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=5400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=5400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=5400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=5400
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=27000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=27000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=54000
|
|
}
|
|
}
|
|
},
|
|
[56]={
|
|
["cost"]={
|
|
5,
|
|
65
|
|
},
|
|
["star"]=3,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=550
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=550
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=550
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=550
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=550
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=550
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=550
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=550
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=550
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=550
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=5500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=5500
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=27500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=27500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=27500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=27500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=27500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=27500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=27500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=27500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=27500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=27500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=55000
|
|
}
|
|
}
|
|
},
|
|
[57]={
|
|
["cost"]={
|
|
5,
|
|
66
|
|
},
|
|
["star"]=3,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=560
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=560
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=560
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=560
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=560
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=560
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=560
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=560
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=560
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=560
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=5600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=5600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=5600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=5600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=5600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=5600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=5600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=5600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=5600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=5600
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=28000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=28000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=56000
|
|
}
|
|
}
|
|
},
|
|
[58]={
|
|
["cost"]={
|
|
5,
|
|
67
|
|
},
|
|
["star"]=3,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=570
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=570
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=570
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=570
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=570
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=570
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=570
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=570
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=570
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=570
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=5700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=5700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=5700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=5700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=5700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=5700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=5700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=5700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=5700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=5700
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=28500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=28500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=28500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=28500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=28500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=28500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=28500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=28500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=28500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=28500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=57000
|
|
}
|
|
}
|
|
},
|
|
[59]={
|
|
["cost"]={
|
|
5,
|
|
68
|
|
},
|
|
["star"]=3,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=580
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=580
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=580
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=580
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=580
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=580
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=580
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=580
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=580
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=580
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=5800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=5800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=5800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=5800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=5800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=5800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=5800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=5800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=5800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=5800
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=29000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=29000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=58000
|
|
}
|
|
}
|
|
},
|
|
[60]={
|
|
["cost"]={
|
|
5,
|
|
69
|
|
},
|
|
["star"]=3,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=590
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=590
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=590
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=590
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=590
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=590
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=590
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=590
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=590
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=590
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=5900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=5900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=5900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=5900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=5900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=5900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=5900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=5900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=5900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=5900
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=29500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=29500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=29500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=29500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=29500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=29500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=29500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=29500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=29500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=29500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=59000
|
|
}
|
|
}
|
|
},
|
|
[61]={
|
|
["cost"]={
|
|
5,
|
|
70
|
|
},
|
|
["star"]=4,
|
|
["attr_2"]={
|
|
{
|
|
["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
|
|
},
|
|
{
|
|
["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_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=6000
|
|
},
|
|
{
|
|
["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_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=30000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=30000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=60000
|
|
}
|
|
}
|
|
},
|
|
[62]={
|
|
["cost"]={
|
|
5,
|
|
71
|
|
},
|
|
["star"]=4,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=610
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=610
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=610
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=610
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=610
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=610
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=610
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=610
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=610
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=610
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=6100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=6100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=6100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=6100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=6100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=6100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=6100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=6100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=6100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=6100
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=30500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=30500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=30500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=30500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=30500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=30500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=30500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=30500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=30500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=30500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=61000
|
|
}
|
|
}
|
|
},
|
|
[63]={
|
|
["cost"]={
|
|
5,
|
|
72
|
|
},
|
|
["star"]=4,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=620
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=620
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=620
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=620
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=620
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=620
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=620
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=620
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=620
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=620
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=6200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=6200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=6200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=6200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=6200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=6200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=6200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=6200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=6200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=6200
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=31000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=31000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=62000
|
|
}
|
|
}
|
|
},
|
|
[64]={
|
|
["cost"]={
|
|
5,
|
|
73
|
|
},
|
|
["star"]=4,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=630
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=630
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=630
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=630
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=630
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=630
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=630
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=630
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=630
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=630
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=6300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=6300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=6300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=6300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=6300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=6300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=6300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=6300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=6300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=6300
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=31500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=31500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=31500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=31500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=31500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=31500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=31500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=31500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=31500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=31500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=63000
|
|
}
|
|
}
|
|
},
|
|
[65]={
|
|
["cost"]={
|
|
5,
|
|
74
|
|
},
|
|
["star"]=4,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=640
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=640
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=640
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=640
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=640
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=640
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=640
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=640
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=640
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=640
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=6400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=6400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=6400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=6400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=6400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=6400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=6400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=6400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=6400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=6400
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=32000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=32000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=64000
|
|
}
|
|
}
|
|
},
|
|
[66]={
|
|
["cost"]={
|
|
5,
|
|
75
|
|
},
|
|
["star"]=4,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=650
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=650
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=650
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=650
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=650
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=650
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=650
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=650
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=650
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=650
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=6500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=6500
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=32500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=32500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=32500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=32500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=32500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=32500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=32500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=32500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=32500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=32500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=65000
|
|
}
|
|
}
|
|
},
|
|
[67]={
|
|
["cost"]={
|
|
5,
|
|
76
|
|
},
|
|
["star"]=4,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=660
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=660
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=660
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=660
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=660
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=660
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=660
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=660
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=660
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=660
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=6600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=6600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=6600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=6600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=6600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=6600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=6600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=6600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=6600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=6600
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=33000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=33000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=66000
|
|
}
|
|
}
|
|
},
|
|
[68]={
|
|
["cost"]={
|
|
5,
|
|
77
|
|
},
|
|
["star"]=4,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=670
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=670
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=670
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=670
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=670
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=670
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=670
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=670
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=670
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=670
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=6700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=6700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=6700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=6700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=6700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=6700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=6700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=6700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=6700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=6700
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=33500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=33500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=33500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=33500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=33500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=33500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=33500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=33500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=33500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=33500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=67000
|
|
}
|
|
}
|
|
},
|
|
[69]={
|
|
["cost"]={
|
|
5,
|
|
78
|
|
},
|
|
["star"]=4,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=680
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=680
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=680
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=680
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=680
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=680
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=680
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=680
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=680
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=680
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=6800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=6800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=6800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=6800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=6800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=6800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=6800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=6800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=6800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=6800
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=34000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=34000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=68000
|
|
}
|
|
}
|
|
},
|
|
[70]={
|
|
["cost"]={
|
|
5,
|
|
79
|
|
},
|
|
["star"]=4,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=690
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=690
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=690
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=690
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=690
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=690
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=690
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=690
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=690
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=690
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=6900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=6900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=6900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=6900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=6900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=6900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=6900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=6900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=6900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=6900
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=34500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=34500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=34500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=34500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=34500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=34500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=34500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=34500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=34500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=34500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=69000
|
|
}
|
|
}
|
|
},
|
|
[71]={
|
|
["cost"]={
|
|
5,
|
|
80
|
|
},
|
|
["star"]=5,
|
|
["attr_2"]={
|
|
{
|
|
["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
|
|
},
|
|
{
|
|
["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_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=7000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=7000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=35000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=35000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=70000
|
|
}
|
|
}
|
|
},
|
|
[72]={
|
|
["cost"]={
|
|
5,
|
|
81
|
|
},
|
|
["star"]=5,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=710
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=710
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=710
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=710
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=710
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=710
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=710
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=710
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=710
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=710
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=7100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=7100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=7100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=7100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=7100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=7100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=7100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=7100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=7100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=7100
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=35500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=35500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=35500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=35500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=35500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=35500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=35500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=35500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=35500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=35500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=71000
|
|
}
|
|
}
|
|
},
|
|
[73]={
|
|
["cost"]={
|
|
5,
|
|
82
|
|
},
|
|
["star"]=5,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=720
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=720
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=720
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=720
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=720
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=720
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=720
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=720
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=720
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=720
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=7200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=7200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=7200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=7200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=7200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=7200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=7200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=7200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=7200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=7200
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=36000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=36000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=72000
|
|
}
|
|
}
|
|
},
|
|
[74]={
|
|
["cost"]={
|
|
5,
|
|
83
|
|
},
|
|
["star"]=5,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=730
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=730
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=730
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=730
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=730
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=730
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=730
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=730
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=730
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=730
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=7300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=7300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=7300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=7300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=7300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=7300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=7300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=7300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=7300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=7300
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=36500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=36500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=36500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=36500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=36500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=36500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=36500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=36500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=36500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=36500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=73000
|
|
}
|
|
}
|
|
},
|
|
[75]={
|
|
["cost"]={
|
|
5,
|
|
84
|
|
},
|
|
["star"]=5,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=740
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=740
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=740
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=740
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=740
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=740
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=740
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=740
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=740
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=740
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=7400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=7400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=7400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=7400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=7400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=7400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=7400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=7400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=7400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=7400
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=37000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=37000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=74000
|
|
}
|
|
}
|
|
},
|
|
[76]={
|
|
["cost"]={
|
|
5,
|
|
85
|
|
},
|
|
["star"]=5,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=750
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=750
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=750
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=750
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=750
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=750
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=750
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=750
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=750
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=750
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=7500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=7500
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=37500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=37500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=37500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=37500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=37500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=37500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=37500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=37500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=37500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=37500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=75000
|
|
}
|
|
}
|
|
},
|
|
[77]={
|
|
["cost"]={
|
|
5,
|
|
86
|
|
},
|
|
["star"]=5,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=760
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=760
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=760
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=760
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=760
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=760
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=760
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=760
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=760
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=760
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=7600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=7600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=7600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=7600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=7600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=7600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=7600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=7600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=7600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=7600
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=38000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=38000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=76000
|
|
}
|
|
}
|
|
},
|
|
[78]={
|
|
["cost"]={
|
|
5,
|
|
87
|
|
},
|
|
["star"]=5,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=770
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=770
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=770
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=770
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=770
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=770
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=770
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=770
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=770
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=770
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=7700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=7700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=7700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=7700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=7700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=7700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=7700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=7700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=7700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=7700
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=38500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=38500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=38500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=38500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=38500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=38500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=38500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=38500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=38500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=38500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=77000
|
|
}
|
|
}
|
|
},
|
|
[79]={
|
|
["cost"]={
|
|
5,
|
|
88
|
|
},
|
|
["star"]=5,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=780
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=780
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=780
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=780
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=780
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=780
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=780
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=780
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=780
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=780
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=7800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=7800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=7800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=7800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=7800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=7800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=7800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=7800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=7800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=7800
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=39000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=39000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=78000
|
|
}
|
|
}
|
|
},
|
|
[80]={
|
|
["cost"]={
|
|
5,
|
|
89
|
|
},
|
|
["star"]=5,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=790
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=790
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=790
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=790
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=790
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=790
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=790
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=790
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=790
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=790
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=7900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=7900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=7900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=7900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=7900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=7900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=7900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=7900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=7900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=7900
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=39500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=39500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=39500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=39500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=39500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=39500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=39500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=39500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=39500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=39500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=79000
|
|
}
|
|
}
|
|
},
|
|
[81]={
|
|
["cost"]={
|
|
5,
|
|
90
|
|
},
|
|
["star"]=6,
|
|
["attr_2"]={
|
|
{
|
|
["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
|
|
},
|
|
{
|
|
["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_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=8000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=8000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=40000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=40000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=80000
|
|
}
|
|
}
|
|
},
|
|
[82]={
|
|
["cost"]={
|
|
5,
|
|
91
|
|
},
|
|
["star"]=6,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=810
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=810
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=810
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=810
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=810
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=810
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=810
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=810
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=810
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=810
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=8100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=8100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=8100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=8100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=8100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=8100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=8100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=8100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=8100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=8100
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=40500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=40500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=40500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=40500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=40500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=40500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=40500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=40500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=40500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=40500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=81000
|
|
}
|
|
}
|
|
},
|
|
[83]={
|
|
["cost"]={
|
|
5,
|
|
92
|
|
},
|
|
["star"]=6,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=820
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=820
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=820
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=820
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=820
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=820
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=820
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=820
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=820
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=820
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=8200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=8200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=8200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=8200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=8200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=8200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=8200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=8200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=8200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=8200
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=41000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=41000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=82000
|
|
}
|
|
}
|
|
},
|
|
[84]={
|
|
["cost"]={
|
|
5,
|
|
93
|
|
},
|
|
["star"]=6,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=830
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=830
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=830
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=830
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=830
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=830
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=830
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=830
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=830
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=830
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=8300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=8300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=8300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=8300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=8300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=8300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=8300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=8300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=8300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=8300
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=41500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=41500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=41500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=41500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=41500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=41500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=41500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=41500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=41500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=41500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=83000
|
|
}
|
|
}
|
|
},
|
|
[85]={
|
|
["cost"]={
|
|
5,
|
|
94
|
|
},
|
|
["star"]=6,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=840
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=840
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=840
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=840
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=840
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=840
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=840
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=840
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=840
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=840
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=8400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=8400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=8400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=8400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=8400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=8400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=8400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=8400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=8400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=8400
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=42000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=42000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=84000
|
|
}
|
|
}
|
|
},
|
|
[86]={
|
|
["cost"]={
|
|
5,
|
|
95
|
|
},
|
|
["star"]=6,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=850
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=850
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=850
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=850
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=850
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=850
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=850
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=850
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=850
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=850
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=8500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=8500
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=42500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=42500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=42500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=42500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=42500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=42500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=42500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=42500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=42500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=42500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=85000
|
|
}
|
|
}
|
|
},
|
|
[87]={
|
|
["cost"]={
|
|
5,
|
|
96
|
|
},
|
|
["star"]=6,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=860
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=860
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=860
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=860
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=860
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=860
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=860
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=860
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=860
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=860
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=8600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=8600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=8600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=8600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=8600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=8600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=8600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=8600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=8600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=8600
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=43000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=43000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=86000
|
|
}
|
|
}
|
|
},
|
|
[88]={
|
|
["cost"]={
|
|
5,
|
|
97
|
|
},
|
|
["star"]=6,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=870
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=870
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=870
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=870
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=870
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=870
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=870
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=870
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=870
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=870
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=8700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=8700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=8700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=8700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=8700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=8700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=8700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=8700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=8700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=8700
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=43500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=43500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=43500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=43500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=43500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=43500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=43500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=43500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=43500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=43500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=87000
|
|
}
|
|
}
|
|
},
|
|
[89]={
|
|
["cost"]={
|
|
5,
|
|
98
|
|
},
|
|
["star"]=6,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=880
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=880
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=880
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=880
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=880
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=880
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=880
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=880
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=880
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=880
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=8800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=8800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=8800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=8800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=8800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=8800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=8800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=8800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=8800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=8800
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=44000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=44000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=88000
|
|
}
|
|
}
|
|
},
|
|
[90]={
|
|
["cost"]={
|
|
5,
|
|
99
|
|
},
|
|
["star"]=6,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=890
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=890
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=890
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=890
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=890
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=890
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=890
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=890
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=890
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=890
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=8900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=8900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=8900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=8900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=8900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=8900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=8900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=8900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=8900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=8900
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=44500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=44500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=44500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=44500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=44500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=44500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=44500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=44500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=44500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=44500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=89000
|
|
}
|
|
}
|
|
},
|
|
[91]={
|
|
["cost"]={
|
|
5,
|
|
100
|
|
},
|
|
["star"]=7,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=900
|
|
},
|
|
{
|
|
["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_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=9000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=9000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=45000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=45000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=90000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=90000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=90000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=90000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=90000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=90000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=90000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=90000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=90000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=90000
|
|
}
|
|
}
|
|
},
|
|
[92]={
|
|
["cost"]={
|
|
5,
|
|
101
|
|
},
|
|
["star"]=7,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=910
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=910
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=910
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=910
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=910
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=910
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=910
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=910
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=910
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=910
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=9100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=9100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=9100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=9100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=9100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=9100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=9100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=9100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=9100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=9100
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=45500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=45500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=45500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=45500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=45500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=45500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=45500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=45500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=45500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=45500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=91000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=91000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=91000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=91000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=91000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=91000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=91000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=91000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=91000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=91000
|
|
}
|
|
}
|
|
},
|
|
[93]={
|
|
["cost"]={
|
|
5,
|
|
102
|
|
},
|
|
["star"]=7,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=920
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=920
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=920
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=920
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=920
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=920
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=920
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=920
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=920
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=920
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=9200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=9200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=9200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=9200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=9200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=9200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=9200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=9200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=9200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=9200
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=46000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=46000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=92000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=92000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=92000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=92000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=92000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=92000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=92000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=92000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=92000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=92000
|
|
}
|
|
}
|
|
},
|
|
[94]={
|
|
["cost"]={
|
|
5,
|
|
103
|
|
},
|
|
["star"]=7,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=930
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=930
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=930
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=930
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=930
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=930
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=930
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=930
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=930
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=930
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=9300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=9300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=9300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=9300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=9300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=9300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=9300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=9300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=9300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=9300
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=46500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=46500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=46500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=46500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=46500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=46500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=46500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=46500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=46500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=46500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=93000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=93000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=93000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=93000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=93000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=93000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=93000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=93000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=93000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=93000
|
|
}
|
|
}
|
|
},
|
|
[95]={
|
|
["cost"]={
|
|
5,
|
|
104
|
|
},
|
|
["star"]=7,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=940
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=940
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=940
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=940
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=940
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=940
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=940
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=940
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=940
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=940
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=9400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=9400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=9400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=9400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=9400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=9400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=9400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=9400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=9400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=9400
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=47000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=47000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=94000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=94000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=94000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=94000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=94000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=94000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=94000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=94000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=94000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=94000
|
|
}
|
|
}
|
|
},
|
|
[96]={
|
|
["cost"]={
|
|
5,
|
|
105
|
|
},
|
|
["star"]=7,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=950
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=950
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=950
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=950
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=950
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=950
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=950
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=950
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=950
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=950
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=9500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=9500
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=47500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=47500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=47500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=47500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=47500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=47500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=47500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=47500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=47500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=47500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=95000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=95000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=95000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=95000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=95000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=95000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=95000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=95000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=95000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=95000
|
|
}
|
|
}
|
|
},
|
|
[97]={
|
|
["cost"]={
|
|
5,
|
|
106
|
|
},
|
|
["star"]=7,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=960
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=960
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=960
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=960
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=960
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=960
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=960
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=960
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=960
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=960
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=9600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=9600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=9600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=9600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=9600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=9600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=9600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=9600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=9600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=9600
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=48000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=48000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=96000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=96000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=96000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=96000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=96000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=96000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=96000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=96000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=96000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=96000
|
|
}
|
|
}
|
|
},
|
|
[98]={
|
|
["cost"]={
|
|
5,
|
|
107
|
|
},
|
|
["star"]=7,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=970
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=970
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=970
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=970
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=970
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=970
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=970
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=970
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=970
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=970
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=9700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=9700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=9700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=9700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=9700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=9700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=9700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=9700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=9700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=9700
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=48500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=48500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=48500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=48500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=48500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=48500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=48500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=48500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=48500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=48500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=97000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=97000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=97000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=97000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=97000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=97000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=97000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=97000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=97000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=97000
|
|
}
|
|
}
|
|
},
|
|
[99]={
|
|
["cost"]={
|
|
5,
|
|
108
|
|
},
|
|
["star"]=7,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=980
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=980
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=980
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=980
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=980
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=980
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=980
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=980
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=980
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=980
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=9800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=9800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=9800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=9800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=9800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=9800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=9800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=9800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=9800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=9800
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=49000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=49000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=98000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=98000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=98000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=98000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=98000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=98000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=98000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=98000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=98000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=98000
|
|
}
|
|
}
|
|
},
|
|
[100]={
|
|
["cost"]={
|
|
5,
|
|
109
|
|
},
|
|
["star"]=7,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=990
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=990
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=990
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=990
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=990
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=990
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=990
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=990
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=990
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=990
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=9900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=9900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=9900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=9900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=9900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=9900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=9900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=9900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=9900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=9900
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=49500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=49500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=49500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=49500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=49500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=49500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=49500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=49500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=49500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=49500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=99000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=99000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=99000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=99000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=99000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=99000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=99000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=99000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=99000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=99000
|
|
}
|
|
}
|
|
},
|
|
[101]={
|
|
["cost"]={
|
|
5,
|
|
110
|
|
},
|
|
["star"]=8,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1000
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=10000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=10000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=50000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=50000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=100000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=100000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=100000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=100000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=100000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=100000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=100000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=100000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=100000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=100000
|
|
}
|
|
}
|
|
},
|
|
[102]={
|
|
["cost"]={
|
|
5,
|
|
111
|
|
},
|
|
["star"]=8,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1010
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1010
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1010
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1010
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1010
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1010
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1010
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1010
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1010
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1010
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=10100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=10100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=10100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=10100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=10100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=10100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=10100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=10100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=10100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=10100
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=50500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=50500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=50500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=50500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=50500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=50500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=50500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=50500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=50500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=50500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=101000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=101000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=101000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=101000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=101000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=101000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=101000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=101000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=101000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=101000
|
|
}
|
|
}
|
|
},
|
|
[103]={
|
|
["cost"]={
|
|
5,
|
|
112
|
|
},
|
|
["star"]=8,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1020
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1020
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1020
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1020
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1020
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1020
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1020
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1020
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1020
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1020
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=10200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=10200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=10200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=10200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=10200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=10200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=10200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=10200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=10200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=10200
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=51000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=51000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=102000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=102000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=102000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=102000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=102000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=102000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=102000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=102000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=102000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=102000
|
|
}
|
|
}
|
|
},
|
|
[104]={
|
|
["cost"]={
|
|
5,
|
|
113
|
|
},
|
|
["star"]=8,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1030
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1030
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1030
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1030
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1030
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1030
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1030
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1030
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1030
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1030
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=10300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=10300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=10300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=10300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=10300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=10300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=10300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=10300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=10300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=10300
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=51500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=51500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=51500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=51500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=51500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=51500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=51500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=51500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=51500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=51500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=103000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=103000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=103000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=103000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=103000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=103000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=103000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=103000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=103000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=103000
|
|
}
|
|
}
|
|
},
|
|
[105]={
|
|
["cost"]={
|
|
5,
|
|
114
|
|
},
|
|
["star"]=8,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1040
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1040
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1040
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1040
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1040
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1040
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1040
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1040
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1040
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1040
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=10400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=10400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=10400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=10400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=10400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=10400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=10400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=10400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=10400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=10400
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=52000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=52000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=104000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=104000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=104000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=104000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=104000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=104000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=104000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=104000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=104000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=104000
|
|
}
|
|
}
|
|
},
|
|
[106]={
|
|
["cost"]={
|
|
5,
|
|
115
|
|
},
|
|
["star"]=8,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1050
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1050
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1050
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1050
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1050
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1050
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1050
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1050
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1050
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1050
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=10500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=10500
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=52500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=52500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=52500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=52500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=52500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=52500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=52500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=52500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=52500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=52500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=105000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=105000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=105000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=105000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=105000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=105000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=105000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=105000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=105000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=105000
|
|
}
|
|
}
|
|
},
|
|
[107]={
|
|
["cost"]={
|
|
5,
|
|
116
|
|
},
|
|
["star"]=8,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1060
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1060
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1060
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1060
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1060
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1060
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1060
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1060
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1060
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1060
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=10600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=10600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=10600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=10600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=10600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=10600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=10600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=10600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=10600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=10600
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=53000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=53000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=106000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=106000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=106000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=106000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=106000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=106000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=106000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=106000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=106000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=106000
|
|
}
|
|
}
|
|
},
|
|
[108]={
|
|
["cost"]={
|
|
5,
|
|
117
|
|
},
|
|
["star"]=8,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1070
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1070
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1070
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1070
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1070
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1070
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1070
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1070
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1070
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1070
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=10700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=10700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=10700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=10700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=10700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=10700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=10700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=10700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=10700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=10700
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=53500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=53500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=53500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=53500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=53500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=53500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=53500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=53500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=53500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=53500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=107000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=107000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=107000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=107000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=107000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=107000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=107000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=107000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=107000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=107000
|
|
}
|
|
}
|
|
},
|
|
[109]={
|
|
["cost"]={
|
|
5,
|
|
118
|
|
},
|
|
["star"]=8,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1080
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1080
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1080
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1080
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1080
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1080
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1080
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1080
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1080
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1080
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=10800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=10800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=10800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=10800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=10800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=10800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=10800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=10800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=10800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=10800
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=54000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=54000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=108000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=108000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=108000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=108000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=108000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=108000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=108000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=108000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=108000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=108000
|
|
}
|
|
}
|
|
},
|
|
[110]={
|
|
["cost"]={
|
|
5,
|
|
119
|
|
},
|
|
["star"]=8,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1090
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1090
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1090
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1090
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1090
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1090
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1090
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1090
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1090
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1090
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=10900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=10900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=10900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=10900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=10900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=10900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=10900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=10900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=10900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=10900
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=54500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=54500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=54500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=54500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=54500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=54500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=54500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=54500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=54500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=54500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=109000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=109000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=109000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=109000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=109000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=109000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=109000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=109000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=109000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=109000
|
|
}
|
|
}
|
|
},
|
|
[111]={
|
|
["cost"]={
|
|
5,
|
|
120
|
|
},
|
|
["star"]=9,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1100
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=11000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=11000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=55000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=55000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=110000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=110000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=110000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=110000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=110000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=110000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=110000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=110000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=110000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=110000
|
|
}
|
|
}
|
|
},
|
|
[112]={
|
|
["cost"]={
|
|
5,
|
|
121
|
|
},
|
|
["star"]=9,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1110
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1110
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1110
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1110
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1110
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1110
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1110
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1110
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1110
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1110
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=11100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=11100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=11100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=11100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=11100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=11100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=11100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=11100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=11100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=11100
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=55500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=55500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=55500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=55500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=55500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=55500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=55500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=55500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=55500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=55500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=111000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=111000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=111000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=111000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=111000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=111000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=111000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=111000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=111000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=111000
|
|
}
|
|
}
|
|
},
|
|
[113]={
|
|
["cost"]={
|
|
5,
|
|
122
|
|
},
|
|
["star"]=9,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1120
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1120
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1120
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1120
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1120
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1120
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1120
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1120
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1120
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1120
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=11200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=11200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=11200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=11200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=11200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=11200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=11200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=11200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=11200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=11200
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=56000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=56000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=112000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=112000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=112000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=112000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=112000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=112000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=112000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=112000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=112000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=112000
|
|
}
|
|
}
|
|
},
|
|
[114]={
|
|
["cost"]={
|
|
5,
|
|
123
|
|
},
|
|
["star"]=9,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1130
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1130
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1130
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1130
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1130
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1130
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1130
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1130
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1130
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1130
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=11300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=11300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=11300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=11300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=11300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=11300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=11300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=11300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=11300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=11300
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=56500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=56500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=56500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=56500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=56500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=56500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=56500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=56500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=56500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=56500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=113000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=113000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=113000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=113000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=113000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=113000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=113000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=113000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=113000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=113000
|
|
}
|
|
}
|
|
},
|
|
[115]={
|
|
["cost"]={
|
|
5,
|
|
124
|
|
},
|
|
["star"]=9,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1140
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1140
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1140
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1140
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1140
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1140
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1140
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1140
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1140
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1140
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=11400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=11400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=11400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=11400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=11400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=11400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=11400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=11400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=11400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=11400
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=57000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=57000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=114000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=114000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=114000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=114000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=114000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=114000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=114000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=114000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=114000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=114000
|
|
}
|
|
}
|
|
},
|
|
[116]={
|
|
["cost"]={
|
|
5,
|
|
125
|
|
},
|
|
["star"]=9,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1150
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1150
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1150
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1150
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1150
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1150
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1150
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1150
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1150
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1150
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=11500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=11500
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=57500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=57500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=57500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=57500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=57500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=57500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=57500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=57500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=57500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=57500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=115000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=115000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=115000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=115000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=115000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=115000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=115000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=115000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=115000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=115000
|
|
}
|
|
}
|
|
},
|
|
[117]={
|
|
["cost"]={
|
|
5,
|
|
126
|
|
},
|
|
["star"]=9,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1160
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1160
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1160
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1160
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1160
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1160
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1160
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1160
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1160
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1160
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=11600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=11600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=11600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=11600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=11600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=11600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=11600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=11600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=11600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=11600
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=58000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=58000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=116000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=116000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=116000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=116000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=116000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=116000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=116000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=116000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=116000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=116000
|
|
}
|
|
}
|
|
},
|
|
[118]={
|
|
["cost"]={
|
|
5,
|
|
127
|
|
},
|
|
["star"]=9,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1170
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1170
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1170
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1170
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1170
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1170
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1170
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1170
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1170
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1170
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=11700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=11700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=11700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=11700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=11700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=11700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=11700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=11700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=11700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=11700
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=58500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=58500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=58500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=58500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=58500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=58500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=58500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=58500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=58500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=58500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=117000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=117000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=117000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=117000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=117000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=117000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=117000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=117000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=117000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=117000
|
|
}
|
|
}
|
|
},
|
|
[119]={
|
|
["cost"]={
|
|
5,
|
|
128
|
|
},
|
|
["star"]=9,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1180
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1180
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1180
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1180
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1180
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1180
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1180
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1180
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1180
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1180
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=11800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=11800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=11800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=11800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=11800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=11800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=11800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=11800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=11800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=11800
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=59000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=59000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=118000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=118000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=118000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=118000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=118000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=118000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=118000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=118000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=118000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=118000
|
|
}
|
|
}
|
|
},
|
|
[120]={
|
|
["cost"]={
|
|
5,
|
|
129
|
|
},
|
|
["star"]=9,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1190
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1190
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1190
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1190
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1190
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1190
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1190
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1190
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1190
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1190
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=11900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=11900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=11900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=11900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=11900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=11900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=11900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=11900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=11900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=11900
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=59500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=59500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=59500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=59500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=59500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=59500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=59500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=59500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=59500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=59500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=119000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=119000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=119000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=119000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=119000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=119000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=119000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=119000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=119000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=119000
|
|
}
|
|
}
|
|
},
|
|
[121]={
|
|
["cost"]={
|
|
5,
|
|
130
|
|
},
|
|
["star"]=10,
|
|
["attr_2"]={
|
|
{
|
|
["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
|
|
},
|
|
{
|
|
["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_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=12000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=12000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=60000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=60000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=120000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=120000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=120000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=120000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=120000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=120000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=120000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=120000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=120000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=120000
|
|
}
|
|
}
|
|
},
|
|
[122]={
|
|
["cost"]={
|
|
5,
|
|
131
|
|
},
|
|
["star"]=10,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1210
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1210
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1210
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1210
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1210
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1210
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1210
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1210
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1210
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1210
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=12100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=12100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=12100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=12100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=12100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=12100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=12100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=12100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=12100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=12100
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=60500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=60500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=60500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=60500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=60500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=60500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=60500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=60500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=60500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=60500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=121000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=121000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=121000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=121000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=121000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=121000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=121000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=121000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=121000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=121000
|
|
}
|
|
}
|
|
},
|
|
[123]={
|
|
["cost"]={
|
|
5,
|
|
132
|
|
},
|
|
["star"]=10,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1220
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1220
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1220
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1220
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1220
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1220
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1220
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1220
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1220
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1220
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=12200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=12200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=12200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=12200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=12200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=12200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=12200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=12200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=12200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=12200
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=61000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=61000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=122000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=122000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=122000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=122000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=122000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=122000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=122000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=122000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=122000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=122000
|
|
}
|
|
}
|
|
},
|
|
[124]={
|
|
["cost"]={
|
|
5,
|
|
133
|
|
},
|
|
["star"]=10,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1230
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1230
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1230
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1230
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1230
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1230
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1230
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1230
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1230
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1230
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=12300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=12300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=12300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=12300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=12300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=12300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=12300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=12300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=12300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=12300
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=61500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=61500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=61500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=61500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=61500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=61500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=61500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=61500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=61500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=61500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=123000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=123000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=123000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=123000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=123000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=123000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=123000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=123000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=123000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=123000
|
|
}
|
|
}
|
|
},
|
|
[125]={
|
|
["cost"]={
|
|
5,
|
|
134
|
|
},
|
|
["star"]=10,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1240
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1240
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1240
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1240
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1240
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1240
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1240
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1240
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1240
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1240
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=12400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=12400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=12400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=12400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=12400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=12400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=12400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=12400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=12400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=12400
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=62000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=62000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=124000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=124000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=124000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=124000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=124000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=124000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=124000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=124000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=124000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=124000
|
|
}
|
|
}
|
|
},
|
|
[126]={
|
|
["cost"]={
|
|
5,
|
|
135
|
|
},
|
|
["star"]=10,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1250
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1250
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1250
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1250
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1250
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1250
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1250
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1250
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1250
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1250
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=12500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=12500
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=62500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=62500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=62500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=62500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=62500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=62500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=62500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=62500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=62500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=62500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=125000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=125000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=125000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=125000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=125000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=125000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=125000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=125000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=125000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=125000
|
|
}
|
|
}
|
|
},
|
|
[127]={
|
|
["cost"]={
|
|
5,
|
|
136
|
|
},
|
|
["star"]=10,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1260
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1260
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1260
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1260
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1260
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1260
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1260
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1260
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1260
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1260
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=12600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=12600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=12600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=12600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=12600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=12600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=12600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=12600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=12600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=12600
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=63000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=63000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=126000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=126000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=126000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=126000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=126000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=126000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=126000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=126000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=126000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=126000
|
|
}
|
|
}
|
|
},
|
|
[128]={
|
|
["cost"]={
|
|
5,
|
|
137
|
|
},
|
|
["star"]=10,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1270
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1270
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1270
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1270
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1270
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1270
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1270
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1270
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1270
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1270
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=12700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=12700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=12700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=12700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=12700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=12700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=12700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=12700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=12700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=12700
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=63500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=63500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=63500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=63500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=63500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=63500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=63500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=63500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=63500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=63500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=127000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=127000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=127000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=127000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=127000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=127000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=127000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=127000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=127000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=127000
|
|
}
|
|
}
|
|
},
|
|
[129]={
|
|
["cost"]={
|
|
5,
|
|
138
|
|
},
|
|
["star"]=10,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1280
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1280
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1280
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1280
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1280
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1280
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1280
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1280
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1280
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1280
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=12800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=12800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=12800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=12800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=12800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=12800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=12800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=12800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=12800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=12800
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=64000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=64000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=128000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=128000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=128000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=128000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=128000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=128000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=128000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=128000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=128000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=128000
|
|
}
|
|
}
|
|
},
|
|
[130]={
|
|
["cost"]={
|
|
5,
|
|
139
|
|
},
|
|
["star"]=10,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1290
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1290
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1290
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1290
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1290
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1290
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1290
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1290
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1290
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1290
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=12900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=12900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=12900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=12900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=12900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=12900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=12900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=12900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=12900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=12900
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=64500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=64500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=64500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=64500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=64500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=64500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=64500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=64500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=64500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=64500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=129000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=129000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=129000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=129000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=129000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=129000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=129000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=129000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=129000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=129000
|
|
}
|
|
}
|
|
},
|
|
[131]={
|
|
["cost"]={
|
|
5,
|
|
140
|
|
},
|
|
["star"]=11,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1300
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=13000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=13000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=65000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=65000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=130000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=130000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=130000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=130000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=130000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=130000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=130000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=130000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=130000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=130000
|
|
}
|
|
}
|
|
},
|
|
[132]={
|
|
["cost"]={
|
|
5,
|
|
141
|
|
},
|
|
["star"]=11,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1310
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1310
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1310
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1310
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1310
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1310
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1310
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1310
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1310
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1310
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=13100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=13100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=13100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=13100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=13100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=13100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=13100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=13100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=13100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=13100
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=65500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=65500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=65500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=65500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=65500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=65500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=65500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=65500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=65500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=65500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=131000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=131000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=131000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=131000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=131000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=131000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=131000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=131000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=131000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=131000
|
|
}
|
|
}
|
|
},
|
|
[133]={
|
|
["cost"]={
|
|
5,
|
|
142
|
|
},
|
|
["star"]=11,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1320
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1320
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1320
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1320
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1320
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1320
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1320
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1320
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1320
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1320
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=13200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=13200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=13200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=13200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=13200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=13200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=13200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=13200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=13200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=13200
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=66000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=66000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=132000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=132000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=132000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=132000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=132000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=132000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=132000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=132000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=132000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=132000
|
|
}
|
|
}
|
|
},
|
|
[134]={
|
|
["cost"]={
|
|
5,
|
|
143
|
|
},
|
|
["star"]=11,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1330
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1330
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1330
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1330
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1330
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1330
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1330
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1330
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1330
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1330
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=13300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=13300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=13300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=13300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=13300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=13300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=13300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=13300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=13300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=13300
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=66500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=66500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=66500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=66500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=66500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=66500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=66500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=66500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=66500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=66500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=133000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=133000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=133000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=133000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=133000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=133000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=133000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=133000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=133000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=133000
|
|
}
|
|
}
|
|
},
|
|
[135]={
|
|
["cost"]={
|
|
5,
|
|
144
|
|
},
|
|
["star"]=11,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1340
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1340
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1340
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1340
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1340
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1340
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1340
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1340
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1340
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1340
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=13400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=13400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=13400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=13400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=13400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=13400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=13400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=13400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=13400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=13400
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=67000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=67000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=134000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=134000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=134000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=134000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=134000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=134000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=134000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=134000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=134000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=134000
|
|
}
|
|
}
|
|
},
|
|
[136]={
|
|
["cost"]={
|
|
5,
|
|
145
|
|
},
|
|
["star"]=11,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1350
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1350
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1350
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1350
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1350
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1350
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1350
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1350
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1350
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1350
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=13500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=13500
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=67500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=67500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=67500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=67500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=67500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=67500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=67500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=67500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=67500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=67500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=135000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=135000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=135000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=135000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=135000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=135000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=135000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=135000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=135000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=135000
|
|
}
|
|
}
|
|
},
|
|
[137]={
|
|
["cost"]={
|
|
5,
|
|
146
|
|
},
|
|
["star"]=11,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1360
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1360
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1360
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1360
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1360
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1360
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1360
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1360
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1360
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1360
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=13600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=13600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=13600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=13600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=13600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=13600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=13600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=13600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=13600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=13600
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=68000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=68000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=136000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=136000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=136000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=136000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=136000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=136000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=136000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=136000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=136000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=136000
|
|
}
|
|
}
|
|
},
|
|
[138]={
|
|
["cost"]={
|
|
5,
|
|
147
|
|
},
|
|
["star"]=11,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1370
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1370
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1370
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1370
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1370
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1370
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1370
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1370
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1370
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1370
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=13700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=13700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=13700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=13700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=13700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=13700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=13700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=13700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=13700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=13700
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=68500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=68500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=68500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=68500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=68500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=68500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=68500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=68500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=68500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=68500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=137000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=137000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=137000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=137000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=137000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=137000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=137000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=137000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=137000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=137000
|
|
}
|
|
}
|
|
},
|
|
[139]={
|
|
["cost"]={
|
|
5,
|
|
148
|
|
},
|
|
["star"]=11,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1380
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1380
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1380
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1380
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1380
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1380
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1380
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1380
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1380
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1380
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=13800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=13800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=13800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=13800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=13800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=13800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=13800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=13800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=13800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=13800
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=69000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=69000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=138000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=138000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=138000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=138000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=138000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=138000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=138000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=138000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=138000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=138000
|
|
}
|
|
}
|
|
},
|
|
[140]={
|
|
["cost"]={
|
|
5,
|
|
149
|
|
},
|
|
["star"]=11,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1390
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1390
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1390
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1390
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1390
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1390
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1390
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1390
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1390
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1390
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=13900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=13900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=13900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=13900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=13900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=13900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=13900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=13900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=13900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=13900
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=69500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=69500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=69500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=69500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=69500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=69500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=69500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=69500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=69500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=69500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=139000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=139000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=139000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=139000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=139000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=139000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=139000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=139000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=139000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=139000
|
|
}
|
|
}
|
|
},
|
|
[141]={
|
|
["cost"]={
|
|
5,
|
|
150
|
|
},
|
|
["star"]=12,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1400
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=14000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=14000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=70000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=70000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=140000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=140000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=140000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=140000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=140000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=140000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=140000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=140000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=140000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=140000
|
|
}
|
|
}
|
|
},
|
|
[142]={
|
|
["cost"]={
|
|
5,
|
|
151
|
|
},
|
|
["star"]=12,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1410
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1410
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1410
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1410
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1410
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1410
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1410
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1410
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1410
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1410
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=14100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=14100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=14100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=14100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=14100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=14100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=14100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=14100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=14100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=14100
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=70500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=70500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=70500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=70500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=70500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=70500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=70500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=70500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=70500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=70500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=141000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=141000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=141000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=141000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=141000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=141000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=141000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=141000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=141000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=141000
|
|
}
|
|
}
|
|
},
|
|
[143]={
|
|
["cost"]={
|
|
5,
|
|
152
|
|
},
|
|
["star"]=12,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1420
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1420
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1420
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1420
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1420
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1420
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1420
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1420
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1420
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1420
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=14200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=14200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=14200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=14200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=14200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=14200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=14200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=14200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=14200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=14200
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=71000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=71000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=142000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=142000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=142000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=142000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=142000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=142000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=142000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=142000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=142000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=142000
|
|
}
|
|
}
|
|
},
|
|
[144]={
|
|
["cost"]={
|
|
5,
|
|
153
|
|
},
|
|
["star"]=12,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1430
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1430
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1430
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1430
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1430
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1430
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1430
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1430
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1430
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1430
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=14300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=14300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=14300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=14300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=14300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=14300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=14300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=14300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=14300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=14300
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=71500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=71500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=71500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=71500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=71500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=71500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=71500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=71500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=71500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=71500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=143000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=143000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=143000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=143000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=143000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=143000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=143000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=143000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=143000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=143000
|
|
}
|
|
}
|
|
},
|
|
[145]={
|
|
["cost"]={
|
|
5,
|
|
154
|
|
},
|
|
["star"]=12,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1440
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1440
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1440
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1440
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1440
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1440
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1440
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1440
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1440
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1440
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=14400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=14400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=14400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=14400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=14400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=14400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=14400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=14400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=14400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=14400
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=72000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=72000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=144000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=144000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=144000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=144000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=144000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=144000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=144000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=144000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=144000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=144000
|
|
}
|
|
}
|
|
},
|
|
[146]={
|
|
["cost"]={
|
|
5,
|
|
155
|
|
},
|
|
["star"]=12,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1450
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1450
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1450
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1450
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1450
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1450
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1450
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1450
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1450
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1450
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=14500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=14500
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=72500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=72500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=72500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=72500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=72500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=72500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=72500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=72500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=72500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=72500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=145000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=145000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=145000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=145000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=145000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=145000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=145000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=145000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=145000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=145000
|
|
}
|
|
}
|
|
},
|
|
[147]={
|
|
["cost"]={
|
|
5,
|
|
156
|
|
},
|
|
["star"]=12,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1460
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1460
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1460
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1460
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1460
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1460
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1460
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1460
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1460
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1460
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=14600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=14600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=14600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=14600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=14600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=14600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=14600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=14600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=14600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=14600
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=73000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=73000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=146000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=146000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=146000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=146000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=146000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=146000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=146000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=146000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=146000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=146000
|
|
}
|
|
}
|
|
},
|
|
[148]={
|
|
["cost"]={
|
|
5,
|
|
157
|
|
},
|
|
["star"]=12,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1470
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1470
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1470
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1470
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1470
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1470
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1470
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1470
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1470
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1470
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=14700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=14700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=14700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=14700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=14700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=14700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=14700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=14700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=14700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=14700
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=73500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=73500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=73500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=73500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=73500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=73500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=73500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=73500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=73500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=73500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=147000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=147000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=147000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=147000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=147000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=147000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=147000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=147000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=147000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=147000
|
|
}
|
|
}
|
|
},
|
|
[149]={
|
|
["cost"]={
|
|
5,
|
|
158
|
|
},
|
|
["star"]=12,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1480
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1480
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1480
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1480
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1480
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1480
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1480
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1480
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1480
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1480
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=14800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=14800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=14800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=14800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=14800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=14800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=14800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=14800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=14800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=14800
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=74000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=74000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=148000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=148000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=148000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=148000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=148000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=148000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=148000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=148000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=148000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=148000
|
|
}
|
|
}
|
|
},
|
|
[150]={
|
|
["cost"]={
|
|
5,
|
|
159
|
|
},
|
|
["star"]=12,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1490
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1490
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1490
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1490
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1490
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1490
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1490
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1490
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1490
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1490
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=14900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=14900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=14900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=14900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=14900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=14900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=14900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=14900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=14900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=14900
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=74500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=74500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=74500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=74500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=74500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=74500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=74500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=74500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=74500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=74500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=149000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=149000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=149000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=149000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=149000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=149000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=149000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=149000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=149000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=149000
|
|
}
|
|
}
|
|
},
|
|
[151]={
|
|
["cost"]={
|
|
5,
|
|
160
|
|
},
|
|
["star"]=13,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1500
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=15000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=15000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=75000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=75000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=150000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=150000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=150000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=150000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=150000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=150000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=150000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=150000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=150000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=150000
|
|
}
|
|
}
|
|
},
|
|
[152]={
|
|
["cost"]={
|
|
5,
|
|
161
|
|
},
|
|
["star"]=13,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1510
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1510
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1510
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1510
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1510
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1510
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1510
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1510
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1510
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1510
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=15100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=15100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=15100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=15100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=15100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=15100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=15100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=15100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=15100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=15100
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=75500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=75500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=75500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=75500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=75500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=75500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=75500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=75500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=75500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=75500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=151000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=151000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=151000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=151000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=151000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=151000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=151000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=151000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=151000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=151000
|
|
}
|
|
}
|
|
},
|
|
[153]={
|
|
["cost"]={
|
|
5,
|
|
162
|
|
},
|
|
["star"]=13,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1520
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1520
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1520
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1520
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1520
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1520
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1520
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1520
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1520
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1520
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=15200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=15200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=15200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=15200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=15200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=15200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=15200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=15200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=15200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=15200
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=76000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=76000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=152000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=152000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=152000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=152000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=152000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=152000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=152000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=152000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=152000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=152000
|
|
}
|
|
}
|
|
},
|
|
[154]={
|
|
["cost"]={
|
|
5,
|
|
163
|
|
},
|
|
["star"]=13,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1530
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1530
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1530
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1530
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1530
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1530
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1530
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1530
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1530
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1530
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=15300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=15300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=15300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=15300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=15300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=15300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=15300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=15300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=15300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=15300
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=76500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=76500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=76500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=76500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=76500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=76500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=76500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=76500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=76500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=76500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=153000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=153000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=153000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=153000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=153000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=153000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=153000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=153000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=153000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=153000
|
|
}
|
|
}
|
|
},
|
|
[155]={
|
|
["cost"]={
|
|
5,
|
|
164
|
|
},
|
|
["star"]=13,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1540
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1540
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1540
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1540
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1540
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1540
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1540
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1540
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1540
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1540
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=15400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=15400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=15400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=15400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=15400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=15400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=15400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=15400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=15400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=15400
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=77000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=77000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=154000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=154000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=154000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=154000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=154000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=154000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=154000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=154000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=154000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=154000
|
|
}
|
|
}
|
|
},
|
|
[156]={
|
|
["cost"]={
|
|
5,
|
|
165
|
|
},
|
|
["star"]=13,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1550
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1550
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1550
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1550
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1550
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1550
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1550
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1550
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1550
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1550
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=15500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=15500
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=77500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=77500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=77500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=77500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=77500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=77500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=77500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=77500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=77500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=77500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=155000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=155000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=155000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=155000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=155000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=155000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=155000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=155000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=155000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=155000
|
|
}
|
|
}
|
|
},
|
|
[157]={
|
|
["cost"]={
|
|
5,
|
|
166
|
|
},
|
|
["star"]=13,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1560
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1560
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1560
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1560
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1560
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1560
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1560
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1560
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1560
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1560
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=15600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=15600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=15600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=15600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=15600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=15600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=15600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=15600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=15600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=15600
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=78000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=78000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=156000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=156000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=156000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=156000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=156000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=156000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=156000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=156000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=156000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=156000
|
|
}
|
|
}
|
|
},
|
|
[158]={
|
|
["cost"]={
|
|
5,
|
|
167
|
|
},
|
|
["star"]=13,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1570
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1570
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1570
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1570
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1570
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1570
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1570
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1570
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1570
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1570
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=15700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=15700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=15700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=15700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=15700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=15700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=15700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=15700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=15700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=15700
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=78500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=78500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=78500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=78500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=78500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=78500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=78500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=78500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=78500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=78500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=157000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=157000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=157000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=157000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=157000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=157000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=157000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=157000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=157000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=157000
|
|
}
|
|
}
|
|
},
|
|
[159]={
|
|
["cost"]={
|
|
5,
|
|
168
|
|
},
|
|
["star"]=13,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1580
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1580
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1580
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1580
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1580
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1580
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1580
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1580
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1580
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1580
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=15800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=15800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=15800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=15800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=15800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=15800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=15800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=15800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=15800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=15800
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=79000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=79000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=158000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=158000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=158000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=158000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=158000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=158000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=158000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=158000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=158000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=158000
|
|
}
|
|
}
|
|
},
|
|
[160]={
|
|
["cost"]={
|
|
5,
|
|
169
|
|
},
|
|
["star"]=13,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1590
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1590
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1590
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1590
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1590
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1590
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1590
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1590
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1590
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1590
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=15900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=15900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=15900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=15900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=15900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=15900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=15900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=15900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=15900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=15900
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=79500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=79500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=79500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=79500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=79500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=79500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=79500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=79500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=79500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=79500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=159000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=159000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=159000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=159000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=159000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=159000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=159000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=159000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=159000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=159000
|
|
}
|
|
}
|
|
},
|
|
[161]={
|
|
["cost"]={
|
|
5,
|
|
170
|
|
},
|
|
["star"]=14,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1600
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=16000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=16000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=80000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=80000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=160000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=160000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=160000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=160000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=160000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=160000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=160000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=160000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=160000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=160000
|
|
}
|
|
}
|
|
},
|
|
[162]={
|
|
["cost"]={
|
|
5,
|
|
171
|
|
},
|
|
["star"]=14,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1610
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1610
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1610
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1610
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1610
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1610
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1610
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1610
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1610
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1610
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=16100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=16100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=16100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=16100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=16100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=16100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=16100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=16100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=16100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=16100
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=80500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=80500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=80500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=80500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=80500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=80500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=80500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=80500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=80500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=80500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=161000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=161000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=161000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=161000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=161000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=161000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=161000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=161000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=161000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=161000
|
|
}
|
|
}
|
|
},
|
|
[163]={
|
|
["cost"]={
|
|
5,
|
|
172
|
|
},
|
|
["star"]=14,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1620
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1620
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1620
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1620
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1620
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1620
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1620
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1620
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1620
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1620
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=16200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=16200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=16200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=16200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=16200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=16200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=16200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=16200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=16200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=16200
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=81000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=81000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=162000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=162000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=162000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=162000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=162000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=162000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=162000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=162000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=162000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=162000
|
|
}
|
|
}
|
|
},
|
|
[164]={
|
|
["cost"]={
|
|
5,
|
|
173
|
|
},
|
|
["star"]=14,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1630
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1630
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1630
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1630
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1630
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1630
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1630
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1630
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1630
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1630
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=16300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=16300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=16300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=16300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=16300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=16300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=16300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=16300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=16300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=16300
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=81500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=81500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=81500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=81500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=81500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=81500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=81500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=81500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=81500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=81500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=163000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=163000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=163000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=163000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=163000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=163000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=163000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=163000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=163000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=163000
|
|
}
|
|
}
|
|
},
|
|
[165]={
|
|
["cost"]={
|
|
5,
|
|
174
|
|
},
|
|
["star"]=14,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1640
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1640
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1640
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1640
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1640
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1640
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1640
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1640
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1640
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1640
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=16400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=16400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=16400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=16400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=16400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=16400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=16400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=16400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=16400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=16400
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=82000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=82000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=164000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=164000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=164000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=164000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=164000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=164000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=164000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=164000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=164000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=164000
|
|
}
|
|
}
|
|
},
|
|
[166]={
|
|
["cost"]={
|
|
5,
|
|
175
|
|
},
|
|
["star"]=14,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1650
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1650
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1650
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1650
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1650
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1650
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1650
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1650
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1650
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1650
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=16500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=16500
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=82500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=82500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=82500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=82500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=82500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=82500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=82500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=82500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=82500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=82500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=165000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=165000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=165000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=165000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=165000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=165000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=165000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=165000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=165000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=165000
|
|
}
|
|
}
|
|
},
|
|
[167]={
|
|
["cost"]={
|
|
5,
|
|
176
|
|
},
|
|
["star"]=14,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1660
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1660
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1660
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1660
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1660
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1660
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1660
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1660
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1660
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1660
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=16600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=16600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=16600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=16600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=16600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=16600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=16600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=16600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=16600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=16600
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=83000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=83000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=166000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=166000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=166000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=166000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=166000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=166000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=166000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=166000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=166000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=166000
|
|
}
|
|
}
|
|
},
|
|
[168]={
|
|
["cost"]={
|
|
5,
|
|
177
|
|
},
|
|
["star"]=14,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1670
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1670
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1670
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1670
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1670
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1670
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1670
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1670
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1670
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1670
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=16700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=16700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=16700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=16700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=16700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=16700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=16700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=16700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=16700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=16700
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=83500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=83500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=83500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=83500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=83500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=83500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=83500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=83500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=83500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=83500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=167000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=167000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=167000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=167000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=167000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=167000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=167000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=167000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=167000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=167000
|
|
}
|
|
}
|
|
},
|
|
[169]={
|
|
["cost"]={
|
|
5,
|
|
178
|
|
},
|
|
["star"]=14,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1680
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1680
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1680
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1680
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1680
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1680
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1680
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1680
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1680
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1680
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=16800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=16800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=16800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=16800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=16800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=16800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=16800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=16800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=16800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=16800
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=84000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=84000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=168000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=168000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=168000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=168000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=168000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=168000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=168000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=168000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=168000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=168000
|
|
}
|
|
}
|
|
},
|
|
[170]={
|
|
["cost"]={
|
|
5,
|
|
179
|
|
},
|
|
["star"]=14,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1690
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1690
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1690
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1690
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1690
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1690
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1690
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1690
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1690
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1690
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=16900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=16900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=16900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=16900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=16900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=16900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=16900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=16900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=16900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=16900
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=84500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=84500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=84500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=84500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=84500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=84500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=84500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=84500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=84500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=84500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=169000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=169000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=169000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=169000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=169000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=169000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=169000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=169000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=169000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=169000
|
|
}
|
|
}
|
|
},
|
|
[171]={
|
|
["cost"]={
|
|
5,
|
|
180
|
|
},
|
|
["star"]=15,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1700
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=17000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=17000
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=85000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=85000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=170000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=170000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=170000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=170000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=170000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=170000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=170000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=170000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=170000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=170000
|
|
}
|
|
}
|
|
},
|
|
[172]={
|
|
["cost"]={
|
|
5,
|
|
181
|
|
},
|
|
["star"]=15,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1710
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1710
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1710
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1710
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1710
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1710
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1710
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1710
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1710
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1710
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=17100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=17100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=17100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=17100
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=17100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=17100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=17100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=17100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=17100
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=17100
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=85500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=85500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=85500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=85500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=85500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=85500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=85500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=85500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=85500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=85500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=171000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=171000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=171000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=171000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=171000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=171000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=171000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=171000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=171000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=171000
|
|
}
|
|
}
|
|
},
|
|
[173]={
|
|
["cost"]={
|
|
5,
|
|
182
|
|
},
|
|
["star"]=15,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1720
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1720
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1720
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1720
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1720
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1720
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1720
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1720
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1720
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1720
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=17200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=17200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=17200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=17200
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=17200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=17200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=17200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=17200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=17200
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=17200
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=86000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=86000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=172000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=172000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=172000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=172000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=172000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=172000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=172000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=172000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=172000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=172000
|
|
}
|
|
}
|
|
},
|
|
[174]={
|
|
["cost"]={
|
|
5,
|
|
183
|
|
},
|
|
["star"]=15,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1730
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1730
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1730
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1730
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1730
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1730
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1730
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1730
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1730
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1730
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=17300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=17300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=17300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=17300
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=17300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=17300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=17300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=17300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=17300
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=17300
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=86500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=86500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=86500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=86500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=86500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=86500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=86500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=86500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=86500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=86500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=173000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=173000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=173000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=173000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=173000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=173000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=173000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=173000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=173000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=173000
|
|
}
|
|
}
|
|
},
|
|
[175]={
|
|
["cost"]={
|
|
5,
|
|
184
|
|
},
|
|
["star"]=15,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1740
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1740
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1740
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1740
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1740
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1740
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1740
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1740
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1740
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1740
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=17400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=17400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=17400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=17400
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=17400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=17400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=17400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=17400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=17400
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=17400
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=87000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=87000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=174000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=174000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=174000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=174000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=174000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=174000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=174000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=174000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=174000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=174000
|
|
}
|
|
}
|
|
},
|
|
[176]={
|
|
["cost"]={
|
|
5,
|
|
185
|
|
},
|
|
["star"]=15,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1750
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1750
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1750
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1750
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1750
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1750
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1750
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1750
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1750
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1750
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=17500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=17500
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=87500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=87500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=87500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=87500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=87500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=87500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=87500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=87500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=87500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=87500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=175000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=175000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=175000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=175000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=175000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=175000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=175000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=175000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=175000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=175000
|
|
}
|
|
}
|
|
},
|
|
[177]={
|
|
["cost"]={
|
|
5,
|
|
186
|
|
},
|
|
["star"]=15,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1760
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1760
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1760
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1760
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1760
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1760
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1760
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1760
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1760
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1760
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=17600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=17600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=17600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=17600
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=17600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=17600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=17600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=17600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=17600
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=17600
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=88000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=88000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=176000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=176000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=176000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=176000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=176000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=176000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=176000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=176000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=176000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=176000
|
|
}
|
|
}
|
|
},
|
|
[178]={
|
|
["cost"]={
|
|
5,
|
|
187
|
|
},
|
|
["star"]=15,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1770
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1770
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1770
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1770
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1770
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1770
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1770
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1770
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1770
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1770
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=17700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=17700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=17700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=17700
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=17700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=17700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=17700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=17700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=17700
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=17700
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=88500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=88500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=88500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=88500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=88500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=88500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=88500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=88500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=88500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=88500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=177000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=177000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=177000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=177000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=177000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=177000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=177000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=177000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=177000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=177000
|
|
}
|
|
}
|
|
},
|
|
[179]={
|
|
["cost"]={
|
|
5,
|
|
188
|
|
},
|
|
["star"]=15,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1780
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1780
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1780
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1780
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1780
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1780
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1780
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1780
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1780
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1780
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=17800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=17800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=17800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=17800
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=17800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=17800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=17800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=17800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=17800
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=17800
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=89000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=89000
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=178000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=178000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=178000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=178000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=178000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=178000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=178000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=178000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=178000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=178000
|
|
}
|
|
}
|
|
},
|
|
[180]={
|
|
["cost"]={
|
|
5,
|
|
189
|
|
},
|
|
["star"]=15,
|
|
["attr_2"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=1790
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=1790
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=1790
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=1790
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=1790
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=1790
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=1790
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=1790
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=1790
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=1790
|
|
}
|
|
},
|
|
["attr_3"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=17900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=17900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=17900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=17900
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=17900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=17900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=17900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=17900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=17900
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=17900
|
|
}
|
|
},
|
|
["attr_4"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=89500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=89500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=89500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=89500
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=89500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=89500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=89500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=89500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=89500
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=89500
|
|
}
|
|
},
|
|
["attr_5"]={
|
|
{
|
|
["type"]="attr_atkp_red",
|
|
["num"]=179000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_yellow",
|
|
["num"]=179000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_green",
|
|
["num"]=179000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_blue",
|
|
["num"]=179000
|
|
},
|
|
{
|
|
["type"]="attr_atkp_purple",
|
|
["num"]=179000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_red",
|
|
["num"]=179000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_yellow",
|
|
["num"]=179000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_green",
|
|
["num"]=179000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_blue",
|
|
["num"]=179000
|
|
},
|
|
{
|
|
["type"]="attr_hpp_purple",
|
|
["num"]=179000
|
|
}
|
|
}
|
|
}
|
|
}
|
|
local config = {
|
|
data=hero_level,count=180
|
|
}
|
|
return config |