c1_lua/lua/app/config/arena.lua
2023-04-03 10:59:13 +08:00

2118 lines
26 KiB
Lua

local arena = {
[1]={
["icon"]="arena_segment_1",
["score"]=0,
["battle_max_score"]=600,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=1,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=1,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=200,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=100,
["unit"]=0
},
{
["value"]=500,
["unit"]=0
},
{
["value"]=2000,
["unit"]=0
},
{
["value"]=6000,
["unit"]=0
},
{
["value"]=12000,
["unit"]=0
},
{
["value"]=15000,
["unit"]=0
}
},
["hp_coefficient"]={
{
["value"]=10000,
["unit"]=0
},
{
["value"]=50000,
["unit"]=0
},
{
["value"]=200000,
["unit"]=0
},
{
["value"]=600000,
["unit"]=0
},
{
["value"]=1200,
["unit"]=1
},
{
["value"]=1500,
["unit"]=1
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[2]={
["icon"]="arena_segment_2",
["score"]=600,
["battle_max_score"]=1200,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=2,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=2,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=250,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=10000,
["unit"]=0
},
{
["value"]=50000,
["unit"]=0
},
{
["value"]=200000,
["unit"]=0
},
{
["value"]=600000,
["unit"]=0
},
{
["value"]=1200,
["unit"]=1
},
{
["value"]=1500,
["unit"]=1
}
},
["hp_coefficient"]={
{
["value"]=1000,
["unit"]=1
},
{
["value"]=5000,
["unit"]=1
},
{
["value"]=20000,
["unit"]=1
},
{
["value"]=60000,
["unit"]=1
},
{
["value"]=120000,
["unit"]=1
},
{
["value"]=150000,
["unit"]=1
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[3]={
["icon"]="arena_segment_3",
["score"]=1800,
["battle_max_score"]=2400,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=3,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=3,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=300,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=1000,
["unit"]=1
},
{
["value"]=5000,
["unit"]=1
},
{
["value"]=20000,
["unit"]=1
},
{
["value"]=60000,
["unit"]=1
},
{
["value"]=120000,
["unit"]=1
},
{
["value"]=150000,
["unit"]=1
}
},
["hp_coefficient"]={
{
["value"]=100000,
["unit"]=1
},
{
["value"]=500000,
["unit"]=1
},
{
["value"]=2000,
["unit"]=2
},
{
["value"]=6000,
["unit"]=2
},
{
["value"]=12000,
["unit"]=2
},
{
["value"]=15000,
["unit"]=2
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[4]={
["icon"]="arena_segment_4",
["score"]=4200,
["battle_max_score"]=3600,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=4,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=4,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=350,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=100000,
["unit"]=1
},
{
["value"]=500000,
["unit"]=1
},
{
["value"]=2000,
["unit"]=2
},
{
["value"]=6000,
["unit"]=2
},
{
["value"]=12000,
["unit"]=2
},
{
["value"]=15000,
["unit"]=2
}
},
["hp_coefficient"]={
{
["value"]=10000,
["unit"]=2
},
{
["value"]=50000,
["unit"]=2
},
{
["value"]=200000,
["unit"]=2
},
{
["value"]=600000,
["unit"]=2
},
{
["value"]=1200,
["unit"]=3
},
{
["value"]=1500,
["unit"]=3
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[5]={
["icon"]="arena_segment_5",
["score"]=7800,
["battle_max_score"]=4800,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=5,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=5,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=400,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=10000,
["unit"]=2
},
{
["value"]=50000,
["unit"]=2
},
{
["value"]=200000,
["unit"]=2
},
{
["value"]=600000,
["unit"]=2
},
{
["value"]=1200,
["unit"]=3
},
{
["value"]=1500,
["unit"]=3
}
},
["hp_coefficient"]={
{
["value"]=1000,
["unit"]=3
},
{
["value"]=5000,
["unit"]=3
},
{
["value"]=20000,
["unit"]=3
},
{
["value"]=60000,
["unit"]=3
},
{
["value"]=120000,
["unit"]=3
},
{
["value"]=150000,
["unit"]=3
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[6]={
["icon"]="arena_segment_6",
["score"]=12600,
["battle_max_score"]=6000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=6,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=6,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=450,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=1000,
["unit"]=3
},
{
["value"]=5000,
["unit"]=3
},
{
["value"]=20000,
["unit"]=3
},
{
["value"]=60000,
["unit"]=3
},
{
["value"]=120000,
["unit"]=3
},
{
["value"]=150000,
["unit"]=3
}
},
["hp_coefficient"]={
{
["value"]=100000,
["unit"]=3
},
{
["value"]=500000,
["unit"]=3
},
{
["value"]=2000,
["unit"]=4
},
{
["value"]=6000,
["unit"]=4
},
{
["value"]=12000,
["unit"]=4
},
{
["value"]=15000,
["unit"]=4
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[7]={
["icon"]="arena_segment_7",
["score"]=18600,
["battle_max_score"]=9000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=7,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=7,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=500,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=100000,
["unit"]=3
},
{
["value"]=500000,
["unit"]=3
},
{
["value"]=2000,
["unit"]=4
},
{
["value"]=6000,
["unit"]=4
},
{
["value"]=12000,
["unit"]=4
},
{
["value"]=15000,
["unit"]=4
}
},
["hp_coefficient"]={
{
["value"]=10000,
["unit"]=4
},
{
["value"]=50000,
["unit"]=4
},
{
["value"]=200000,
["unit"]=4
},
{
["value"]=600000,
["unit"]=4
},
{
["value"]=1200,
["unit"]=5
},
{
["value"]=1500,
["unit"]=5
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[8]={
["icon"]="arena_segment_8",
["score"]=27000,
["battle_max_score"]=12000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=8,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=8,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=550,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=10000,
["unit"]=4
},
{
["value"]=50000,
["unit"]=4
},
{
["value"]=200000,
["unit"]=4
},
{
["value"]=600000,
["unit"]=4
},
{
["value"]=1200,
["unit"]=5
},
{
["value"]=1500,
["unit"]=5
}
},
["hp_coefficient"]={
{
["value"]=1000,
["unit"]=5
},
{
["value"]=5000,
["unit"]=5
},
{
["value"]=20000,
["unit"]=5
},
{
["value"]=60000,
["unit"]=5
},
{
["value"]=120000,
["unit"]=5
},
{
["value"]=150000,
["unit"]=5
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[9]={
["icon"]="arena_segment_9",
["score"]=38000,
["battle_max_score"]=15000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=9,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=9,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=600,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=1000,
["unit"]=5
},
{
["value"]=5000,
["unit"]=5
},
{
["value"]=20000,
["unit"]=5
},
{
["value"]=60000,
["unit"]=5
},
{
["value"]=120000,
["unit"]=5
},
{
["value"]=150000,
["unit"]=5
}
},
["hp_coefficient"]={
{
["value"]=100000,
["unit"]=5
},
{
["value"]=500000,
["unit"]=5
},
{
["value"]=2000,
["unit"]=6
},
{
["value"]=6000,
["unit"]=6
},
{
["value"]=12000,
["unit"]=6
},
{
["value"]=15000,
["unit"]=6
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[10]={
["icon"]="arena_segment_10",
["score"]=52000,
["battle_max_score"]=18000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=10,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=10,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=650,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=100000,
["unit"]=5
},
{
["value"]=500000,
["unit"]=5
},
{
["value"]=2000,
["unit"]=6
},
{
["value"]=6000,
["unit"]=6
},
{
["value"]=12000,
["unit"]=6
},
{
["value"]=15000,
["unit"]=6
}
},
["hp_coefficient"]={
{
["value"]=10000,
["unit"]=6
},
{
["value"]=50000,
["unit"]=6
},
{
["value"]=200000,
["unit"]=6
},
{
["value"]=600000,
["unit"]=6
},
{
["value"]=1200,
["unit"]=7
},
{
["value"]=1500,
["unit"]=7
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[11]={
["icon"]="arena_segment_11",
["score"]=69000,
["battle_max_score"]=24000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=11,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=11,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=700,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=10000,
["unit"]=6
},
{
["value"]=50000,
["unit"]=6
},
{
["value"]=200000,
["unit"]=6
},
{
["value"]=600000,
["unit"]=6
},
{
["value"]=1200,
["unit"]=7
},
{
["value"]=1500,
["unit"]=7
}
},
["hp_coefficient"]={
{
["value"]=1000,
["unit"]=7
},
{
["value"]=5000,
["unit"]=7
},
{
["value"]=20000,
["unit"]=7
},
{
["value"]=60000,
["unit"]=7
},
{
["value"]=120000,
["unit"]=7
},
{
["value"]=150000,
["unit"]=7
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[12]={
["icon"]="arena_segment_12",
["score"]=92000,
["battle_max_score"]=30000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=12,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=12,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=750,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=1000,
["unit"]=7
},
{
["value"]=5000,
["unit"]=7
},
{
["value"]=20000,
["unit"]=7
},
{
["value"]=60000,
["unit"]=7
},
{
["value"]=120000,
["unit"]=7
},
{
["value"]=150000,
["unit"]=7
}
},
["hp_coefficient"]={
{
["value"]=100000,
["unit"]=7
},
{
["value"]=500000,
["unit"]=7
},
{
["value"]=2000,
["unit"]=8
},
{
["value"]=6000,
["unit"]=8
},
{
["value"]=12000,
["unit"]=8
},
{
["value"]=15000,
["unit"]=8
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[13]={
["icon"]="arena_segment_13",
["score"]=120000,
["battle_max_score"]=36000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=13,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=13,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=800,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=100000,
["unit"]=7
},
{
["value"]=500000,
["unit"]=7
},
{
["value"]=2000,
["unit"]=8
},
{
["value"]=6000,
["unit"]=8
},
{
["value"]=12000,
["unit"]=8
},
{
["value"]=15000,
["unit"]=8
}
},
["hp_coefficient"]={
{
["value"]=10000,
["unit"]=8
},
{
["value"]=50000,
["unit"]=8
},
{
["value"]=200000,
["unit"]=8
},
{
["value"]=600000,
["unit"]=8
},
{
["value"]=1200,
["unit"]=9
},
{
["value"]=1500,
["unit"]=9
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[14]={
["icon"]="arena_segment_14",
["score"]=154000,
["battle_max_score"]=48000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=14,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=14,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=850,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=10000,
["unit"]=8
},
{
["value"]=50000,
["unit"]=8
},
{
["value"]=200000,
["unit"]=8
},
{
["value"]=600000,
["unit"]=8
},
{
["value"]=1200,
["unit"]=9
},
{
["value"]=1500,
["unit"]=9
}
},
["hp_coefficient"]={
{
["value"]=1000,
["unit"]=9
},
{
["value"]=5000,
["unit"]=9
},
{
["value"]=20000,
["unit"]=9
},
{
["value"]=60000,
["unit"]=9
},
{
["value"]=120000,
["unit"]=9
},
{
["value"]=150000,
["unit"]=9
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[15]={
["icon"]="arena_segment_15",
["score"]=200000,
["battle_max_score"]=60000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=15,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=15,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=900,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=1000,
["unit"]=9
},
{
["value"]=5000,
["unit"]=9
},
{
["value"]=20000,
["unit"]=9
},
{
["value"]=60000,
["unit"]=9
},
{
["value"]=120000,
["unit"]=9
},
{
["value"]=150000,
["unit"]=9
}
},
["hp_coefficient"]={
{
["value"]=100000,
["unit"]=9
},
{
["value"]=500000,
["unit"]=9
},
{
["value"]=2000,
["unit"]=10
},
{
["value"]=6000,
["unit"]=10
},
{
["value"]=12000,
["unit"]=10
},
{
["value"]=15000,
["unit"]=10
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[16]={
["icon"]="arena_segment_16",
["score"]=256000,
["battle_max_score"]=72000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=16,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=16,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=950,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=100000,
["unit"]=9
},
{
["value"]=500000,
["unit"]=9
},
{
["value"]=2000,
["unit"]=10
},
{
["value"]=6000,
["unit"]=10
},
{
["value"]=12000,
["unit"]=10
},
{
["value"]=15000,
["unit"]=10
}
},
["hp_coefficient"]={
{
["value"]=10000,
["unit"]=10
},
{
["value"]=50000,
["unit"]=10
},
{
["value"]=200000,
["unit"]=10
},
{
["value"]=600000,
["unit"]=10
},
{
["value"]=1200,
["unit"]=11
},
{
["value"]=1500,
["unit"]=11
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[17]={
["icon"]="arena_segment_17",
["score"]=320000,
["battle_max_score"]=90000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=17,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=17,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=1000,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=10000,
["unit"]=10
},
{
["value"]=50000,
["unit"]=10
},
{
["value"]=200000,
["unit"]=10
},
{
["value"]=600000,
["unit"]=10
},
{
["value"]=1200,
["unit"]=11
},
{
["value"]=1500,
["unit"]=11
}
},
["hp_coefficient"]={
{
["value"]=1000,
["unit"]=11
},
{
["value"]=5000,
["unit"]=11
},
{
["value"]=20000,
["unit"]=11
},
{
["value"]=60000,
["unit"]=11
},
{
["value"]=120000,
["unit"]=11
},
{
["value"]=150000,
["unit"]=11
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[18]={
["icon"]="arena_segment_18",
["score"]=400000,
["battle_max_score"]=120000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=18,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=18,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=1050,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=1000,
["unit"]=11
},
{
["value"]=5000,
["unit"]=11
},
{
["value"]=20000,
["unit"]=11
},
{
["value"]=60000,
["unit"]=11
},
{
["value"]=120000,
["unit"]=11
},
{
["value"]=150000,
["unit"]=11
}
},
["hp_coefficient"]={
{
["value"]=100000,
["unit"]=11
},
{
["value"]=500000,
["unit"]=11
},
{
["value"]=2000,
["unit"]=12
},
{
["value"]=6000,
["unit"]=12
},
{
["value"]=12000,
["unit"]=12
},
{
["value"]=15000,
["unit"]=12
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[19]={
["icon"]="arena_segment_19",
["score"]=510000,
["battle_max_score"]=150000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=19,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=19,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=1100,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=100000,
["unit"]=11
},
{
["value"]=500000,
["unit"]=11
},
{
["value"]=2000,
["unit"]=12
},
{
["value"]=6000,
["unit"]=12
},
{
["value"]=12000,
["unit"]=12
},
{
["value"]=15000,
["unit"]=12
}
},
["hp_coefficient"]={
{
["value"]=10000,
["unit"]=12
},
{
["value"]=50000,
["unit"]=12
},
{
["value"]=200000,
["unit"]=12
},
{
["value"]=600000,
["unit"]=12
},
{
["value"]=1200,
["unit"]=13
},
{
["value"]=1500,
["unit"]=13
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[20]={
["icon"]="arena_segment_20",
["score"]=640000,
["battle_max_score"]=180000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=20,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=20,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=1150,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=10000,
["unit"]=12
},
{
["value"]=50000,
["unit"]=12
},
{
["value"]=200000,
["unit"]=12
},
{
["value"]=600000,
["unit"]=12
},
{
["value"]=1200,
["unit"]=13
},
{
["value"]=1500,
["unit"]=13
}
},
["hp_coefficient"]={
{
["value"]=1000,
["unit"]=13
},
{
["value"]=5000,
["unit"]=13
},
{
["value"]=20000,
["unit"]=13
},
{
["value"]=60000,
["unit"]=13
},
{
["value"]=120000,
["unit"]=13
},
{
["value"]=150000,
["unit"]=13
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[21]={
["icon"]="arena_segment_21",
["score"]=800000,
["battle_max_score"]=240000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=21,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=21,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=1200,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=1000,
["unit"]=13
},
{
["value"]=5000,
["unit"]=13
},
{
["value"]=20000,
["unit"]=13
},
{
["value"]=60000,
["unit"]=13
},
{
["value"]=120000,
["unit"]=13
},
{
["value"]=150000,
["unit"]=13
}
},
["hp_coefficient"]={
{
["value"]=100000,
["unit"]=13
},
{
["value"]=500000,
["unit"]=13
},
{
["value"]=2000,
["unit"]=14
},
{
["value"]=6000,
["unit"]=14
},
{
["value"]=12000,
["unit"]=14
},
{
["value"]=15000,
["unit"]=14
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[22]={
["icon"]="arena_segment_22",
["score"]=1000000,
["battle_max_score"]=300000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=22,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=22,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=1300,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=100000,
["unit"]=13
},
{
["value"]=500000,
["unit"]=13
},
{
["value"]=2000,
["unit"]=14
},
{
["value"]=6000,
["unit"]=14
},
{
["value"]=12000,
["unit"]=14
},
{
["value"]=15000,
["unit"]=14
}
},
["hp_coefficient"]={
{
["value"]=10000,
["unit"]=14
},
{
["value"]=50000,
["unit"]=14
},
{
["value"]=200000,
["unit"]=14
},
{
["value"]=600000,
["unit"]=14
},
{
["value"]=1200,
["unit"]=15
},
{
["value"]=1500,
["unit"]=15
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[23]={
["icon"]="arena_segment_23",
["score"]=1260000,
["battle_max_score"]=420000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=23,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=23,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=1400,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=10000,
["unit"]=14
},
{
["value"]=50000,
["unit"]=14
},
{
["value"]=200000,
["unit"]=14
},
{
["value"]=600000,
["unit"]=14
},
{
["value"]=1200,
["unit"]=15
},
{
["value"]=1500,
["unit"]=15
}
},
["hp_coefficient"]={
{
["value"]=1000,
["unit"]=15
},
{
["value"]=5000,
["unit"]=15
},
{
["value"]=20000,
["unit"]=15
},
{
["value"]=60000,
["unit"]=15
},
{
["value"]=120000,
["unit"]=15
},
{
["value"]=150000,
["unit"]=15
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
},
[24]={
["icon"]="arena_segment_24",
["score"]=1640000,
["battle_max_score"]=600000,
["battle_reward"]={
{
["type"]=1,
["id"]=17,
["count"]={
["value"]=24,
["unit"]=0
}
}
},
["week_reward"]={
{
["type"]=1,
["id"]=18,
["count"]={
["value"]=24,
["unit"]=0
}
},
{
["type"]=1,
["id"]=8,
["count"]={
["value"]=1500,
["unit"]=0
}
}
},
["atk_coefficient"]={
{
["value"]=1000,
["unit"]=15
},
{
["value"]=5000,
["unit"]=15
},
{
["value"]=20000,
["unit"]=15
},
{
["value"]=60000,
["unit"]=15
},
{
["value"]=120000,
["unit"]=15
},
{
["value"]=150000,
["unit"]=15
}
},
["hp_coefficient"]={
{
["value"]=100000,
["unit"]=15
},
{
["value"]=500000,
["unit"]=15
},
{
["value"]=2000,
["unit"]=16
},
{
["value"]=6000,
["unit"]=16
},
{
["value"]=12000,
["unit"]=16
},
{
["value"]=15000,
["unit"]=16
}
},
["wave"]=6,
["random_monster"]=5001,
["time_limit"]=30
}
}
local config = {
data=arena,count=24
}
return config