From 93cd085ccfd3a28de4385e8934804d6b62793424 Mon Sep 17 00:00:00 2001
From: puxuan <413323644@qq.com>
Date: Wed, 6 Aug 2025 20:46:06 +0800
Subject: [PATCH] task
---
lua/app/common/bi_report.lua | 18 +
lua/app/common/data_manager.lua | 2 +-
lua/app/config/arena_gift.lua | 569 +-
lua/app/config/arena_rank.lua | 39268 +++++-----------
lua/app/config/equip.lua | 798 +
lua/app/config/fx.lua | 114 +-
lua/app/config/item.lua | 890 +-
lua/app/config/monster_base.lua | 16 +-
lua/app/config/skill.lua | 1550 +-
lua/app/config/talent.lua | 48 +-
lua/app/global/global_func.lua | 31 +
lua/app/module/task/task_const.lua | 6 +
lua/app/module/task/task_manager.lua | 26 +-
.../arena/cell/arena_grading_reward_cell.lua | 223 +-
lua/app/ui/main_city/component/main_comp.lua | 3 +-
lua/app/ui/main_city/main_city_ui.lua | 2 +-
lua/app/ui/shop/cell/pop_hero_cell.lua | 2 -
.../ui/task/cell/achievement_task_cell.lua | 73 +
.../task/cell/achievement_task_cell.lua.meta | 10 +
lua/app/ui/task/cell/daily_task_cell.lua | 143 +-
lua/app/ui/task/task_main_ui.lua | 571 +-
lua/app/userdata/task/daily_task_data.lua | 849 +-
22 files changed, 16837 insertions(+), 28375 deletions(-)
create mode 100644 lua/app/ui/task/cell/achievement_task_cell.lua
create mode 100644 lua/app/ui/task/cell/achievement_task_cell.lua.meta
diff --git a/lua/app/common/bi_report.lua b/lua/app/common/bi_report.lua
index 2c572a4e..75ad11af 100644
--- a/lua/app/common/bi_report.lua
+++ b/lua/app/common/bi_report.lua
@@ -180,6 +180,8 @@ BIReport.ITEM_GET_TYPE = {
FULL_MOON_TASK = "FullMoonTask",
FULL_MOON_TASK_PROG_REWARD = "FullMoonTaskProgReward",
FULL_MOON_SKIN_CHALLENGE_REWARD = "FullMoonSkinChallengeReward",
+
+ TASK_ACHIEVEMENT = "task_achievement",
}
BIReport.ADS_CLICK_TYPE = {
@@ -378,6 +380,12 @@ local EVENT_BOX_OPEN = "client_box_open"
local EVENT_ACT_OPT = "client_act_opt"
local EVENT_NAME_RUNES = "client_runes"
+BIReport.TASK_OPT = {
+ TASK_REWARD = "TaskReward",
+ STAGE_REWARD = "StageReward",
+ ACHIEVEMENT_REWARD = "AchievementReward",
+}
+
function BIReport:setIsNewPlayer(isNewPlayer)
self.isNewPlayer = isNewPlayer
end
@@ -1460,6 +1468,16 @@ function BIReport:postDailyTaskFinish(taskType, cfgId, taskId, refresh)
self:report(EVENT_NAME_DAILY_TASK, args)
end
+function BIReport:postTaskAchievementOpt(id, stage, rewards)
+ local args = {
+ opt_type = BIReport.TASK_OPT.ACHIEVEMENT_REWARD,
+ achievement_id = id,
+ achievement_stage = stage,
+ reward_str = rewards and GFunc.getRewardsStr(rewards) or nil,
+ }
+ self:report(EVENT_NAME_DAILY_TASK, args)
+end
+
-- 邮箱
function BIReport:postMailOpen(mailId)
-- IsNew 是否是新用户
diff --git a/lua/app/common/data_manager.lua b/lua/app/common/data_manager.lua
index d1c13378..943e1b7e 100644
--- a/lua/app/common/data_manager.lua
+++ b/lua/app/common/data_manager.lua
@@ -174,7 +174,7 @@ function DataManager:initWithServerData(data)
self.ArenaBountyData:init(data.arena_bounty)
self.ArenaData:initGiftInfo(data.act_arena_gift, true)
-- 任务要在BountyData之后初始化,依赖BountyData的数据
- self.DailyTaskData:init(data.task_daily)
+ self.DailyTaskData:init(data.task_daily, data.task_achievement)
self.IdleData:init(data.idle)
self.SevenDayData:init(data.seven_day)
self.ShopData:initBase()
diff --git a/lua/app/config/arena_gift.lua b/lua/app/config/arena_gift.lua
index a9844f7d..a1d12748 100644
--- a/lua/app/config/arena_gift.lua
+++ b/lua/app/config/arena_gift.lua
@@ -5,10 +5,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=8,
- ["id_for_nothing"]="Xg==",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
}
},
@@ -18,10 +18,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=23002,
- ["id_for_nothing"]="VAtcA2c=",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=40,
+ ["id_for_nothing"]="Ugg=",
+ ["num"]=30,
+ ["num_for_nothing"]="VQg="
}
}
},
@@ -31,8 +31,8 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=10,
- ["id_for_nothing"]="Vwg=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
@@ -44,10 +44,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
}
},
@@ -57,10 +57,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=2,
- ["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=16,
+ ["id_for_nothing"]="Vw4=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
}
},
@@ -70,10 +70,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=10,
- ["id_for_nothing"]="Vwg=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=41,
+ ["id_for_nothing"]="Ugk=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
}
},
@@ -96,10 +96,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
}
},
@@ -109,10 +109,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=11,
- ["id_for_nothing"]="Vwk=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=40,
+ ["id_for_nothing"]="Ugg=",
+ ["num"]=30,
+ ["num_for_nothing"]="VQg="
}
}
},
@@ -122,10 +122,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=2,
- ["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["id"]=41,
+ ["id_for_nothing"]="Ugk=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
}
},
@@ -135,10 +135,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=54003,
- ["id_for_nothing"]="UwxcA2Y=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
}
},
@@ -148,10 +148,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
}
},
@@ -161,10 +161,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=11,
- ["id_for_nothing"]="Vwk=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=40,
+ ["id_for_nothing"]="Ugg=",
+ ["num"]=30,
+ ["num_for_nothing"]="VQg="
}
}
},
@@ -174,10 +174,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=2,
- ["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["id"]=16,
+ ["id_for_nothing"]="Vw4=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
}
},
@@ -187,10 +187,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=34003,
- ["id_for_nothing"]="VQxcA2Y=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
}
},
@@ -200,10 +200,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
}
},
@@ -213,10 +213,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=18,
- ["id_for_nothing"]="VwA=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=40,
+ ["id_for_nothing"]="Ugg=",
+ ["num"]=30,
+ ["num_for_nothing"]="VQg="
}
}
},
@@ -226,10 +226,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=2,
- ["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["id"]=41,
+ ["id_for_nothing"]="Ugk=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
}
},
@@ -239,10 +239,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=24003,
- ["id_for_nothing"]="VAxcA2Y=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
}
},
@@ -252,10 +252,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
}
},
@@ -265,10 +265,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=18,
- ["id_for_nothing"]="VwA=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=40,
+ ["id_for_nothing"]="Ugg=",
+ ["num"]=30,
+ ["num_for_nothing"]="VQg="
}
}
},
@@ -278,10 +278,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=2,
- ["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["id"]=16,
+ ["id_for_nothing"]="Vw4=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
}
},
@@ -291,10 +291,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
}
},
@@ -304,10 +304,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=24000,
- ["num_for_nothing"]="VAxcA2U="
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=10,
+ ["num_for_nothing"]="Vwg="
}
}
},
@@ -317,8 +317,8 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=18,
- ["id_for_nothing"]="VwA=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
@@ -330,10 +330,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=2,
- ["id_for_nothing"]="VA==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=41,
+ ["id_for_nothing"]="Ugk=",
+ ["num"]=10,
+ ["num_for_nothing"]="Vwg="
}
}
},
@@ -343,10 +343,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
}
},
@@ -356,10 +356,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=10,
+ ["num_for_nothing"]="Vwg="
}
}
},
@@ -369,8 +369,8 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=18,
- ["id_for_nothing"]="VwA=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
@@ -382,10 +382,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=2,
- ["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=16,
+ ["id_for_nothing"]="Vw4=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
}
},
@@ -395,10 +395,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
+ ["id"]=41,
+ ["id_for_nothing"]="Ugk=",
+ ["num"]=10,
+ ["num_for_nothing"]="Vwg="
}
}
},
@@ -408,8 +408,8 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=14,
- ["id_for_nothing"]="Vww=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
@@ -421,10 +421,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=17,
+ ["id_for_nothing"]="Vw8=",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
}
},
@@ -434,10 +434,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=10,
+ ["num_for_nothing"]="Vwg="
}
}
},
@@ -447,8 +447,8 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=18,
- ["id_for_nothing"]="VwA=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
@@ -460,10 +460,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=2,
- ["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=16,
+ ["id_for_nothing"]="Vw4=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
}
},
@@ -473,10 +473,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
+ ["id"]=41,
+ ["id_for_nothing"]="Ugk=",
+ ["num"]=15,
+ ["num_for_nothing"]="Vw0="
}
}
},
@@ -486,8 +486,8 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=15,
- ["id_for_nothing"]="Vw0=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
@@ -499,10 +499,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
+ ["id"]=17,
+ ["id_for_nothing"]="Vw8=",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
}
},
@@ -512,10 +512,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=10,
+ ["num_for_nothing"]="Vwg="
}
}
},
@@ -525,8 +525,8 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=18,
- ["id_for_nothing"]="VwA=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
@@ -538,10 +538,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=2,
- ["id_for_nothing"]="VA==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
+ ["id"]=16,
+ ["id_for_nothing"]="Vw4=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
}
},
@@ -551,10 +551,10 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
+ ["id"]=41,
+ ["id_for_nothing"]="Ugk=",
+ ["num"]=15,
+ ["num_for_nothing"]="Vw0="
}
}
},
@@ -564,8 +564,8 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=15,
- ["id_for_nothing"]="Vw0=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
@@ -577,15 +577,262 @@ local arena_gift = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=17,
+ ["id_for_nothing"]="Vw8=",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
+ }
+ }
+ },
+ [46]={
+ ["score"]=3200,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=10,
+ ["num_for_nothing"]="Vwg="
+ }
+ }
+ },
+ [47]={
+ ["score"]=3300,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
+ }
+ }
+ },
+ [48]={
+ ["score"]=3400,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=16,
+ ["id_for_nothing"]="Vw4=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
+ }
+ }
+ },
+ [49]={
+ ["score"]=3500,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=42,
+ ["id_for_nothing"]="Ugo=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
+ }
+ }
+ },
+ [50]={
+ ["score"]=3600,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
+ }
+ }
+ },
+ [51]={
+ ["score"]=3700,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=17,
+ ["id_for_nothing"]="Vw8=",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
+ }
+ }
+ },
+ [52]={
+ ["score"]=3800,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=10,
+ ["num_for_nothing"]="Vwg="
+ }
+ }
+ },
+ [53]={
+ ["score"]=3900,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
+ }
+ }
+ },
+ [54]={
+ ["score"]=4000,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=16,
+ ["id_for_nothing"]="Vw4=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
+ }
+ }
+ },
+ [55]={
+ ["score"]=4100,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=42,
+ ["id_for_nothing"]="Ugo=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
+ }
+ }
+ },
+ [56]={
+ ["score"]=4200,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
+ }
+ }
+ },
+ [57]={
+ ["score"]=4300,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=17,
+ ["id_for_nothing"]="Vw8=",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
+ }
+ }
+ },
+ [58]={
+ ["score"]=4400,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=10,
+ ["num_for_nothing"]="Vwg="
+ }
+ }
+ },
+ [59]={
+ ["score"]=4500,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
+ }
+ }
+ },
+ [60]={
+ ["score"]=4600,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=16,
+ ["id_for_nothing"]="Vw4=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
+ }
+ }
+ },
+ [61]={
+ ["score"]=4700,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=42,
+ ["id_for_nothing"]="Ugo=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
+ }
+ }
+ },
+ [62]={
+ ["score"]=4800,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
+ }
+ }
+ },
+ [63]={
+ ["score"]=4900,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=10,
+ ["num_for_nothing"]="Vwg="
+ }
+ }
+ },
+ [64]={
+ ["score"]=5000,
+ ["reward"]={
+ {
+ ["type"]=1,
+ ["type_for_nothing"]="Vw==",
+ ["id"]=17,
+ ["id_for_nothing"]="Vw8=",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
}
}
}
local config = {
-data=arena_gift,count=45
+data=arena_gift,count=64
}
return config
\ No newline at end of file
diff --git a/lua/app/config/arena_rank.lua b/lua/app/config/arena_rank.lua
index 8f74eb89..ee103f07 100644
--- a/lua/app/config/arena_rank.lua
+++ b/lua/app/config/arena_rank.lua
@@ -13,122 +13,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=2000,
- ["num_for_nothing"]="VAhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -173,130 +141,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3500,
- ["num_for_nothing"]="VQ1cAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -341,130 +269,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -509,138 +397,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=24,
- ["id_for_nothing"]="VAw=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=25,
- ["num_for_nothing"]="VA0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -685,138 +525,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=24,
- ["id_for_nothing"]="VAw=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -861,138 +653,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=24,
- ["id_for_nothing"]="VAw=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=35,
- ["num_for_nothing"]="VQ0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -1034,141 +778,93 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=24,
- ["id_for_nothing"]="VAw=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -1210,141 +906,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=25,
- ["id_for_nothing"]="VA0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -1386,141 +1034,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=25,
- ["id_for_nothing"]="VA0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -1562,141 +1162,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=25,
- ["id_for_nothing"]="VA0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -1738,141 +1290,93 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=25,
- ["id_for_nothing"]="VA0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=8,
+ ["num_for_nothing"]="Xg=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -1914,141 +1418,93 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=25,
- ["id_for_nothing"]="VA0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=10,
+ ["num_for_nothing"]="Vwg="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -2093,122 +1549,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -2253,130 +1677,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -2421,130 +1805,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -2586,141 +1930,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=45,
- ["id_for_nothing"]="Ug0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -2762,141 +2058,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=45,
- ["id_for_nothing"]="Ug0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -2938,141 +2186,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=45,
- ["id_for_nothing"]="Ug0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -3114,35 +2314,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=45,
- ["id_for_nothing"]="Ug0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -3151,104 +2335,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -3290,35 +2442,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=46,
- ["id_for_nothing"]="Ug4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -3327,104 +2463,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -3466,141 +2570,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=46,
- ["id_for_nothing"]="Ug4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -3642,141 +2698,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=46,
- ["id_for_nothing"]="Ug4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -3818,35 +2826,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=46,
- ["id_for_nothing"]="Ug4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -3855,104 +2847,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -3994,35 +2954,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=46,
- ["id_for_nothing"]="Ug4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -4031,104 +2975,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -4173,122 +3085,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -4333,130 +3213,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -4501,130 +3341,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -4666,141 +3466,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=53,
- ["id_for_nothing"]="Uws=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -4842,141 +3594,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=53,
- ["id_for_nothing"]="Uws=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -5018,141 +3722,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=53,
- ["id_for_nothing"]="Uws=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -5194,35 +3850,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=53,
- ["id_for_nothing"]="Uws=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -5231,104 +3871,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -5370,35 +3978,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=54,
- ["id_for_nothing"]="Uww=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -5407,104 +3999,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -5546,141 +4106,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=54,
- ["id_for_nothing"]="Uww=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -5722,141 +4234,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=54,
- ["id_for_nothing"]="Uww=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -5898,35 +4362,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=54,
- ["id_for_nothing"]="Uww=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -5935,104 +4383,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -6074,35 +4490,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=54,
- ["id_for_nothing"]="Uww=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -6111,104 +4511,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -6253,122 +4621,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -6413,130 +4749,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -6581,130 +4877,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -6746,141 +5002,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=58,
- ["id_for_nothing"]="UwA=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -6922,141 +5130,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=58,
- ["id_for_nothing"]="UwA=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -7098,141 +5258,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=58,
- ["id_for_nothing"]="UwA=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -7274,35 +5386,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=58,
- ["id_for_nothing"]="UwA=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -7311,104 +5407,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -7450,35 +5514,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=59,
- ["id_for_nothing"]="UwE=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -7487,104 +5535,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -7626,141 +5642,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=59,
- ["id_for_nothing"]="UwE=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -7802,141 +5770,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=59,
- ["id_for_nothing"]="UwE=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -7978,35 +5898,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=59,
- ["id_for_nothing"]="UwE=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -8015,104 +5919,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -8154,35 +6026,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=59,
- ["id_for_nothing"]="UwE=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -8191,104 +6047,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -8333,122 +6157,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -8493,130 +6285,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -8661,130 +6413,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -8826,141 +6538,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=60,
- ["id_for_nothing"]="UAg=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -9002,141 +6666,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=60,
- ["id_for_nothing"]="UAg=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -9178,141 +6794,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=60,
- ["id_for_nothing"]="UAg=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -9354,35 +6922,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=60,
- ["id_for_nothing"]="UAg=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -9391,104 +6943,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -9530,35 +7050,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=61,
- ["id_for_nothing"]="UAk=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -9567,104 +7071,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -9706,141 +7178,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=61,
- ["id_for_nothing"]="UAk=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -9882,141 +7306,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=61,
- ["id_for_nothing"]="UAk=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -10058,35 +7434,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=61,
- ["id_for_nothing"]="UAk=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -10095,104 +7455,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -10234,35 +7562,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=61,
- ["id_for_nothing"]="UAk=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -10271,104 +7583,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -10413,122 +7693,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -10573,130 +7821,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -10741,130 +7949,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -10906,141 +8074,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=62,
- ["id_for_nothing"]="UAo=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -11082,141 +8202,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=62,
- ["id_for_nothing"]="UAo=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=62,
- ["num_for_nothing"]="UAo="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -11258,141 +8330,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=62,
- ["id_for_nothing"]="UAo=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -11434,35 +8458,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=62,
- ["id_for_nothing"]="UAo=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -11471,104 +8479,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -11610,35 +8586,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=63,
- ["id_for_nothing"]="UAs=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -11647,104 +8607,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -11786,141 +8714,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=63,
- ["id_for_nothing"]="UAs=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -11962,141 +8842,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=63,
- ["id_for_nothing"]="UAs=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=162,
- ["num_for_nothing"]="Vw5e"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -12138,35 +8970,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=63,
- ["id_for_nothing"]="UAs=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -12175,104 +8991,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -12314,35 +9098,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=63,
- ["id_for_nothing"]="UAs=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -12351,104 +9119,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -12493,122 +9229,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -12653,130 +9357,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -12821,130 +9485,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -12986,141 +9610,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=64,
- ["id_for_nothing"]="UAw=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -13162,141 +9738,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=64,
- ["id_for_nothing"]="UAw=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -13338,141 +9866,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=64,
- ["id_for_nothing"]="UAw=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -13514,35 +9994,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=64,
- ["id_for_nothing"]="UAw=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -13551,104 +10015,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -13690,35 +10122,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=65,
- ["id_for_nothing"]="UA0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -13727,104 +10143,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -13866,141 +10250,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=65,
- ["id_for_nothing"]="UA0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -14042,141 +10378,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=65,
- ["id_for_nothing"]="UA0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -14218,35 +10506,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=65,
- ["id_for_nothing"]="UA0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -14255,104 +10527,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -14394,35 +10634,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=65,
- ["id_for_nothing"]="UA0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -14431,104 +10655,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -14573,122 +10765,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -14733,130 +10893,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -14901,130 +11021,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -15066,141 +11146,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=66,
- ["id_for_nothing"]="UA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -15242,141 +11274,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=66,
- ["id_for_nothing"]="UA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=62,
- ["num_for_nothing"]="UAo="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -15418,141 +11402,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=66,
- ["id_for_nothing"]="UA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -15594,35 +11530,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=66,
- ["id_for_nothing"]="UA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -15631,104 +11551,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -15770,35 +11658,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=67,
- ["id_for_nothing"]="UA8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -15807,104 +11679,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -15946,141 +11786,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=67,
- ["id_for_nothing"]="UA8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -16122,141 +11914,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=67,
- ["id_for_nothing"]="UA8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=162,
- ["num_for_nothing"]="Vw5e"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -16298,35 +12042,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=67,
- ["id_for_nothing"]="UA8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -16335,104 +12063,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -16474,35 +12170,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=67,
- ["id_for_nothing"]="UA8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -16511,104 +12191,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -16653,122 +12301,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -16813,130 +12429,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -16981,130 +12557,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -17146,133 +12682,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -17314,133 +12810,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -17482,133 +12938,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -17650,27 +13066,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -17679,104 +13087,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -17818,27 +13194,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -17847,104 +13215,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -17986,133 +13322,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -18154,133 +13450,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -18322,27 +13578,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -18351,104 +13599,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -18490,27 +13706,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -18519,104 +13727,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -18661,122 +13837,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -18821,130 +13965,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -18989,130 +14093,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -19154,133 +14218,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -19322,133 +14346,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -19490,133 +14474,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -19658,27 +14602,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -19687,104 +14623,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -19826,27 +14730,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -19855,104 +14751,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -19994,133 +14858,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -20162,133 +14986,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -20330,27 +15114,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -20359,104 +15135,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -20498,27 +15242,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -20527,104 +15263,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -20669,122 +15373,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -20829,130 +15501,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -20997,130 +15629,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -21162,133 +15754,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -21330,133 +15882,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -21498,133 +16010,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -21666,27 +16138,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -21695,104 +16159,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -21834,27 +16266,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -21863,104 +16287,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -22002,133 +16394,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -22170,133 +16522,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -22338,27 +16650,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -22367,104 +16671,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -22506,27 +16778,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -22535,104 +16799,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -22677,122 +16909,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -22837,130 +17037,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -23005,130 +17165,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -23170,133 +17290,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -23338,133 +17418,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -23506,133 +17546,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -23674,27 +17674,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -23703,104 +17695,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -23842,27 +17802,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -23871,104 +17823,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -24010,133 +17930,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -24178,133 +18058,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -24346,27 +18186,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -24375,104 +18207,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -24514,27 +18314,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -24543,104 +18335,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -24685,122 +18445,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -24845,130 +18573,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -25013,130 +18701,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -25178,133 +18826,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -25346,133 +18954,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -25514,133 +19082,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -25682,27 +19210,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -25711,104 +19231,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -25850,27 +19338,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -25879,104 +19359,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -26018,133 +19466,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -26186,133 +19594,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -26354,27 +19722,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -26383,104 +19743,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -26522,27 +19850,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -26551,104 +19871,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -26693,122 +19981,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -26853,130 +20109,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -27021,130 +20237,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -27186,133 +20362,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -27354,133 +20490,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -27522,133 +20618,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -27690,27 +20746,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -27719,104 +20767,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -27858,27 +20874,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -27887,104 +20895,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -28026,133 +21002,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -28194,133 +21130,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -28362,27 +21258,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -28391,104 +21279,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -28530,27 +21386,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -28559,104 +21407,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -28701,122 +21517,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -28861,130 +21645,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -29029,130 +21773,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -29194,133 +21898,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -29362,133 +22026,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -29530,133 +22154,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -29698,27 +22282,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -29727,104 +22303,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -29866,27 +22410,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -29895,104 +22431,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -30034,133 +22538,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -30202,133 +22666,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -30370,27 +22794,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -30399,104 +22815,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -30538,27 +22922,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -30567,104 +22943,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -30709,122 +23053,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -30869,130 +23181,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -31037,130 +23309,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -31202,133 +23434,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -31370,133 +23562,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -31538,133 +23690,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -31706,27 +23818,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -31735,104 +23839,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -31874,27 +23946,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -31903,104 +23967,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -32042,133 +24074,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -32210,133 +24202,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -32378,27 +24330,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -32407,104 +24351,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -32546,27 +24458,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -32575,104 +24479,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -32717,122 +24589,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -32877,130 +24717,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -33045,130 +24845,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -33210,133 +24970,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -33378,133 +25098,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -33546,133 +25226,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -33714,27 +25354,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -33743,104 +25375,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -33882,27 +25482,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -33911,104 +25503,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -34050,133 +25610,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -34218,133 +25738,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -34386,27 +25866,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -34415,104 +25887,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -34554,27 +25994,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -34583,104 +26015,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -34725,122 +26125,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -34885,130 +26253,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -35053,130 +26381,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -35218,133 +26506,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -35386,133 +26634,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -35554,133 +26762,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -35722,27 +26890,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -35751,104 +26911,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -35890,27 +27018,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -35919,104 +27039,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -36058,133 +27146,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -36226,133 +27274,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -36394,27 +27402,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -36423,104 +27423,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -36562,27 +27530,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -36591,104 +27551,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -36733,122 +27661,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -36893,130 +27789,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -37061,130 +27917,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -37226,141 +28042,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=64,
- ["id_for_nothing"]="UAw=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -37402,141 +28170,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=64,
- ["id_for_nothing"]="UAw=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -37578,141 +28298,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=64,
- ["id_for_nothing"]="UAw=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -37754,35 +28426,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=64,
- ["id_for_nothing"]="UAw=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -37791,104 +28447,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -37930,35 +28554,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=65,
- ["id_for_nothing"]="UA0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -37967,104 +28575,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -38106,141 +28682,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=65,
- ["id_for_nothing"]="UA0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -38282,141 +28810,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=65,
- ["id_for_nothing"]="UA0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -38458,35 +28938,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=65,
- ["id_for_nothing"]="UA0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -38495,104 +28959,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -38634,35 +29066,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=65,
- ["id_for_nothing"]="UA0=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -38671,104 +29087,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -38813,122 +29197,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -38973,130 +29325,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -39141,130 +29453,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -39306,141 +29578,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=66,
- ["id_for_nothing"]="UA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -39482,141 +29706,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=66,
- ["id_for_nothing"]="UA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=62,
- ["num_for_nothing"]="UAo="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -39658,141 +29834,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=66,
- ["id_for_nothing"]="UA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -39834,35 +29962,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=66,
- ["id_for_nothing"]="UA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -39871,104 +29983,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -40010,35 +30090,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=67,
- ["id_for_nothing"]="UA8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -40047,104 +30111,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -40186,141 +30218,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=67,
- ["id_for_nothing"]="UA8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -40362,141 +30346,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=67,
- ["id_for_nothing"]="UA8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=162,
- ["num_for_nothing"]="Vw5e"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -40538,35 +30474,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=67,
- ["id_for_nothing"]="UA8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -40575,104 +30495,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -40714,35 +30602,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=67,
- ["id_for_nothing"]="UA8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -40751,104 +30623,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -40893,122 +30733,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -41053,130 +30861,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -41221,130 +30989,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -41386,133 +31114,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -41554,133 +31242,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -41722,133 +31370,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -41890,27 +31498,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -41919,104 +31519,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -42058,27 +31626,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -42087,104 +31647,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -42226,133 +31754,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -42394,133 +31882,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -42562,27 +32010,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -42591,104 +32031,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -42730,27 +32138,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -42759,104 +32159,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -42901,122 +32269,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -43061,130 +32397,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -43229,130 +32525,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -43394,133 +32650,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -43562,133 +32778,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -43730,133 +32906,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -43898,27 +33034,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -43927,104 +33055,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -44066,27 +33162,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -44095,104 +33183,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -44234,133 +33290,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -44402,133 +33418,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -44570,27 +33546,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -44599,104 +33567,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -44738,27 +33674,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -44767,104 +33695,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -44909,122 +33805,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -45069,130 +33933,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -45237,130 +34061,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -45402,133 +34186,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -45570,133 +34314,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -45738,133 +34442,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -45906,27 +34570,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -45935,104 +34591,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -46074,27 +34698,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -46103,104 +34719,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -46242,133 +34826,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -46410,133 +34954,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -46578,27 +35082,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -46607,104 +35103,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -46746,27 +35210,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -46775,104 +35231,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -46917,122 +35341,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -47077,130 +35469,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -47245,130 +35597,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -47410,133 +35722,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -47578,133 +35850,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -47746,133 +35978,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -47914,27 +36106,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -47943,104 +36127,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -48082,27 +36234,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -48111,104 +36255,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -48250,133 +36362,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -48418,133 +36490,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -48586,27 +36618,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -48615,104 +36639,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -48754,27 +36746,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -48783,104 +36767,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -48925,122 +36877,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -49085,130 +37005,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -49253,130 +37133,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -49418,133 +37258,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -49586,133 +37386,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -49754,133 +37514,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -49922,27 +37642,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -49951,104 +37663,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -50090,27 +37770,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -50119,104 +37791,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -50258,133 +37898,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -50426,133 +38026,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -50594,27 +38154,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -50623,104 +38175,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -50762,27 +38282,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -50791,104 +38303,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -50933,122 +38413,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -51093,130 +38541,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -51261,130 +38669,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -51426,133 +38794,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -51594,133 +38922,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -51762,133 +39050,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -51930,27 +39178,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -51959,104 +39199,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -52098,27 +39306,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -52127,104 +39327,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -52266,133 +39434,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -52434,133 +39562,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -52602,27 +39690,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -52631,104 +39711,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -52770,27 +39818,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -52799,104 +39839,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -52941,122 +39949,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -53101,130 +40077,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -53269,130 +40205,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -53434,133 +40330,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -53602,133 +40458,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -53770,133 +40586,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -53938,27 +40714,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -53967,104 +40735,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -54106,27 +40842,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -54135,104 +40863,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -54274,133 +40970,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -54442,133 +41098,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -54610,27 +41226,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -54639,104 +41247,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -54778,27 +41354,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -54807,104 +41375,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -54949,122 +41485,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -55109,130 +41613,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -55277,130 +41741,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -55442,133 +41866,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -55610,133 +41994,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -55778,133 +42122,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -55946,27 +42250,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -55975,104 +42271,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -56114,27 +42378,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -56143,104 +42399,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -56282,133 +42506,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -56450,133 +42634,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -56618,27 +42762,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -56647,104 +42783,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -56786,27 +42890,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -56815,104 +42911,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -56957,122 +43021,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -57117,130 +43149,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -57285,130 +43277,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -57450,133 +43402,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -57618,133 +43530,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -57786,133 +43658,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -57954,27 +43786,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -57983,104 +43807,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -58122,27 +43914,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -58151,104 +43935,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -58290,133 +44042,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -58458,133 +44170,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -58626,27 +44298,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -58655,104 +44319,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -58794,27 +44426,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -58823,104 +44447,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -58965,122 +44557,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=3000,
- ["num_for_nothing"]="VQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=50,
+ ["num_for_nothing"]="Uwg="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=130,
- ["num_for_nothing"]="Vwtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -59125,130 +44685,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=5000,
- ["num_for_nothing"]="UwhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=100,
+ ["num_for_nothing"]="Vwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=240,
- ["num_for_nothing"]="VAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=150,
- ["num_for_nothing"]="Vw1c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -59293,130 +44813,90 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=7000,
- ["num_for_nothing"]="UQhcAw=="
+ ["id"]=2,
+ ["id_for_nothing"]="VA==",
+ ["num"]=150,
+ ["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=5,
- ["id_for_nothing"]="Uw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=2,
+ ["num_for_nothing"]="VA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=280,
- ["num_for_nothing"]="VABc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=5,
- ["num_for_nothing"]="Uw=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=300,
- ["num_for_nothing"]="VQhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=12,
- ["num_for_nothing"]="Vwo="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -59458,133 +44938,93 @@ local arena_rank = {
["k3"]=15,
["k4"]=15,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10000,
- ["num_for_nothing"]="VwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["num"]=200,
+ ["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=1,
- ["num_for_nothing"]="Vw=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=320,
- ["num_for_nothing"]="VQpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=210,
- ["num_for_nothing"]="VAlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -59626,133 +45066,93 @@ local arena_rank = {
["k3"]=14,
["k4"]=14,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=15000,
- ["num_for_nothing"]="Vw1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=60,
- ["num_for_nothing"]="UAg="
+ ["num"]=250,
+ ["num_for_nothing"]="VA1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=230,
- ["num_for_nothing"]="VAtc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -59794,133 +45194,93 @@ local arena_rank = {
["k3"]=12,
["k4"]=12,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=18000,
- ["num_for_nothing"]="VwBcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=80,
- ["num_for_nothing"]="Xgg="
+ ["num"]=300,
+ ["num_for_nothing"]="VQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=4,
+ ["num_for_nothing"]="Ug=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=260,
- ["num_for_nothing"]="VA5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -59962,27 +45322,19 @@ local arena_rank = {
["k3"]=11,
["k4"]=11,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20000,
- ["num_for_nothing"]="VAhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=100,
- ["num_for_nothing"]="Vwhc"
+ ["num"]=400,
+ ["num_for_nothing"]="Ughc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@@ -59991,104 +45343,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=440,
- ["num_for_nothing"]="Ugxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=290,
- ["num_for_nothing"]="VAFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=400,
- ["num_for_nothing"]="Ughc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=15,
- ["num_for_nothing"]="Vw0="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=2,
- ["num_for_nothing"]="VA=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -60130,27 +45450,19 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=25000,
- ["num_for_nothing"]="VA1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=120,
- ["num_for_nothing"]="Vwpc"
+ ["num"]=500,
+ ["num_for_nothing"]="Uwhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@@ -60159,104 +45471,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=480,
- ["num_for_nothing"]="UgBc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=310,
- ["num_for_nothing"]="VQlc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -60298,133 +45578,93 @@ local arena_rank = {
["k3"]=10,
["k4"]=10,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30000,
- ["num_for_nothing"]="VQhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=140,
- ["num_for_nothing"]="Vwxc"
+ ["num"]=600,
+ ["num_for_nothing"]="UAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=520,
- ["num_for_nothing"]="Uwpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=340,
- ["num_for_nothing"]="VQxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -60466,133 +45706,93 @@ local arena_rank = {
["k3"]=9,
["k4"]=9,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=35000,
- ["num_for_nothing"]="VQ1cA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=160,
- ["num_for_nothing"]="Vw5c"
+ ["num"]=700,
+ ["num_for_nothing"]="UQhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
- ["num"]=7,
- ["num_for_nothing"]="UQ=="
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
+ ["num"]=6,
+ ["num_for_nothing"]="UA=="
}
},
["win_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=560,
- ["num_for_nothing"]="Uw5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=360,
- ["num_for_nothing"]="VQ5c"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -60634,27 +45834,19 @@ local arena_rank = {
["k3"]=8,
["k4"]=8,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40000,
- ["num_for_nothing"]="UghcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=180,
- ["num_for_nothing"]="VwBc"
+ ["num"]=800,
+ ["num_for_nothing"]="Xghc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
@@ -60663,104 +45855,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=600,
- ["num_for_nothing"]="UAhc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=390,
- ["num_for_nothing"]="VQFc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
@@ -60802,27 +45962,19 @@ local arena_rank = {
["k3"]=7,
["k4"]=7,
["season_reward"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50000,
- ["num_for_nothing"]="UwhcA2U="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["num"]=1000,
+ ["num_for_nothing"]="VwhcAw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=47,
- ["id_for_nothing"]="Ug8=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
@@ -60831,104 +45983,72 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=640,
- ["num_for_nothing"]="UAxc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=200,
- ["num_for_nothing"]="VAhc"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["lose_reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=420,
- ["num_for_nothing"]="Ugpc"
+ ["id"]=5,
+ ["id_for_nothing"]="Uw==",
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=21,
- ["id_for_nothing"]="VAk=",
- ["num"]=132,
- ["num_for_nothing"]="Vwte"
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=3,
+ ["num_for_nothing"]="VQ=="
}
},
["win_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=8,
- ["num_for_nothing"]="Xg=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=4,
- ["num_for_nothing"]="Ug=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["lose_adbox"]={
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=500,
- ["num_for_nothing"]="Uwhc"
- },
- {
- ["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=4,
- ["id_for_nothing"]="Ug==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
- },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
- ["num"]=6,
- ["num_for_nothing"]="UA=="
+ ["num"]=1,
+ ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=26,
- ["id_for_nothing"]="VA4=",
- ["num"]=3,
- ["num_for_nothing"]="VQ=="
+ ["id"]=20,
+ ["id_for_nothing"]="VAg=",
+ ["num"]=5,
+ ["num_for_nothing"]="Uw=="
}
},
["rand_board"]={
diff --git a/lua/app/config/equip.lua b/lua/app/config/equip.lua
index b6668410..d1895dbf 100644
--- a/lua/app/config/equip.lua
+++ b/lua/app/config/equip.lua
@@ -27,6 +27,13 @@ local equip = {
["minnum"]=100,
["maxnum"]=120
},
+ ["boost"]={
+ 10000,
+ 10000,
+ 10000,
+ 10000,
+ 10000
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -65,6 +72,13 @@ local equip = {
["minnum"]=120,
["maxnum"]=140
},
+ ["boost"]={
+ 10100,
+ 10100,
+ 10100,
+ 10100,
+ 10100
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -103,6 +117,13 @@ local equip = {
["minnum"]=140,
["maxnum"]=170
},
+ ["boost"]={
+ 10200,
+ 10200,
+ 10200,
+ 10200,
+ 10200
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -141,6 +162,13 @@ local equip = {
["minnum"]=170,
["maxnum"]=200
},
+ ["boost"]={
+ 10300,
+ 10300,
+ 10300,
+ 10300,
+ 10300
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -179,6 +207,13 @@ local equip = {
["minnum"]=200,
["maxnum"]=230
},
+ ["boost"]={
+ 10400,
+ 10400,
+ 10400,
+ 10400,
+ 10400
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -217,6 +252,13 @@ local equip = {
["minnum"]=230,
["maxnum"]=270
},
+ ["boost"]={
+ 10500,
+ 10500,
+ 10500,
+ 10500,
+ 10500
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -255,6 +297,13 @@ local equip = {
["minnum"]=270,
["maxnum"]=310
},
+ ["boost"]={
+ 10600,
+ 10600,
+ 10600,
+ 10600,
+ 10600
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -293,6 +342,13 @@ local equip = {
["minnum"]=310,
["maxnum"]=350
},
+ ["boost"]={
+ 10700,
+ 10700,
+ 10700,
+ 10700,
+ 10700
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -331,6 +387,13 @@ local equip = {
["minnum"]=350,
["maxnum"]=390
},
+ ["boost"]={
+ 10800,
+ 10800,
+ 10800,
+ 10800,
+ 10800
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -369,6 +432,13 @@ local equip = {
["minnum"]=390,
["maxnum"]=440
},
+ ["boost"]={
+ 10900,
+ 10900,
+ 10900,
+ 10900,
+ 10900
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -407,6 +477,13 @@ local equip = {
["minnum"]=440,
["maxnum"]=490
},
+ ["boost"]={
+ 11000,
+ 11000,
+ 11000,
+ 11000,
+ 11000
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -445,6 +522,13 @@ local equip = {
["minnum"]=490,
["maxnum"]=540
},
+ ["boost"]={
+ 11100,
+ 11100,
+ 11100,
+ 11100,
+ 11100
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -483,6 +567,13 @@ local equip = {
["minnum"]=540,
["maxnum"]=590
},
+ ["boost"]={
+ 11200,
+ 11200,
+ 11200,
+ 11200,
+ 11200
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -521,6 +612,13 @@ local equip = {
["minnum"]=590,
["maxnum"]=640
},
+ ["boost"]={
+ 11300,
+ 11300,
+ 11300,
+ 11300,
+ 11300
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -559,6 +657,13 @@ local equip = {
["minnum"]=640,
["maxnum"]=710
},
+ ["boost"]={
+ 11400,
+ 11400,
+ 11400,
+ 11400,
+ 11400
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -597,6 +702,13 @@ local equip = {
["minnum"]=710,
["maxnum"]=780
},
+ ["boost"]={
+ 11500,
+ 11500,
+ 11500,
+ 11500,
+ 11500
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -635,6 +747,13 @@ local equip = {
["minnum"]=780,
["maxnum"]=850
},
+ ["boost"]={
+ 11600,
+ 11600,
+ 11600,
+ 11600,
+ 11600
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -673,6 +792,13 @@ local equip = {
["minnum"]=850,
["maxnum"]=920
},
+ ["boost"]={
+ 11700,
+ 11700,
+ 11700,
+ 11700,
+ 11700
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -711,6 +837,13 @@ local equip = {
["minnum"]=920,
["maxnum"]=1000
},
+ ["boost"]={
+ 11800,
+ 11800,
+ 11800,
+ 11800,
+ 11800
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -749,6 +882,13 @@ local equip = {
["minnum"]=100,
["maxnum"]=120
},
+ ["boost"]={
+ 11900,
+ 11900,
+ 11900,
+ 11900,
+ 11900
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -787,6 +927,13 @@ local equip = {
["minnum"]=120,
["maxnum"]=140
},
+ ["boost"]={
+ 12000,
+ 12000,
+ 12000,
+ 12000,
+ 12000
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -825,6 +972,13 @@ local equip = {
["minnum"]=140,
["maxnum"]=170
},
+ ["boost"]={
+ 12100,
+ 12100,
+ 12100,
+ 12100,
+ 12100
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -863,6 +1017,13 @@ local equip = {
["minnum"]=170,
["maxnum"]=200
},
+ ["boost"]={
+ 12200,
+ 12200,
+ 12200,
+ 12200,
+ 12200
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -901,6 +1062,13 @@ local equip = {
["minnum"]=200,
["maxnum"]=230
},
+ ["boost"]={
+ 12300,
+ 12300,
+ 12300,
+ 12300,
+ 12300
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -939,6 +1107,13 @@ local equip = {
["minnum"]=230,
["maxnum"]=270
},
+ ["boost"]={
+ 12400,
+ 12400,
+ 12400,
+ 12400,
+ 12400
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -977,6 +1152,13 @@ local equip = {
["minnum"]=270,
["maxnum"]=310
},
+ ["boost"]={
+ 12500,
+ 12500,
+ 12500,
+ 12500,
+ 12500
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1015,6 +1197,13 @@ local equip = {
["minnum"]=310,
["maxnum"]=350
},
+ ["boost"]={
+ 12600,
+ 12600,
+ 12600,
+ 12600,
+ 12600
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1053,6 +1242,13 @@ local equip = {
["minnum"]=350,
["maxnum"]=390
},
+ ["boost"]={
+ 12700,
+ 12700,
+ 12700,
+ 12700,
+ 12700
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1091,6 +1287,13 @@ local equip = {
["minnum"]=390,
["maxnum"]=440
},
+ ["boost"]={
+ 12800,
+ 12800,
+ 12800,
+ 12800,
+ 12800
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1129,6 +1332,13 @@ local equip = {
["minnum"]=440,
["maxnum"]=490
},
+ ["boost"]={
+ 12900,
+ 12900,
+ 12900,
+ 12900,
+ 12900
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1167,6 +1377,13 @@ local equip = {
["minnum"]=490,
["maxnum"]=540
},
+ ["boost"]={
+ 13000,
+ 13000,
+ 13000,
+ 13000,
+ 13000
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1205,6 +1422,13 @@ local equip = {
["minnum"]=540,
["maxnum"]=590
},
+ ["boost"]={
+ 13100,
+ 13100,
+ 13100,
+ 13100,
+ 13100
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1243,6 +1467,13 @@ local equip = {
["minnum"]=590,
["maxnum"]=640
},
+ ["boost"]={
+ 13200,
+ 13200,
+ 13200,
+ 13200,
+ 13200
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1281,6 +1512,13 @@ local equip = {
["minnum"]=640,
["maxnum"]=710
},
+ ["boost"]={
+ 13300,
+ 13300,
+ 13300,
+ 13300,
+ 13300
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1319,6 +1557,13 @@ local equip = {
["minnum"]=710,
["maxnum"]=780
},
+ ["boost"]={
+ 13400,
+ 13400,
+ 13400,
+ 13400,
+ 13400
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1357,6 +1602,13 @@ local equip = {
["minnum"]=780,
["maxnum"]=850
},
+ ["boost"]={
+ 13500,
+ 13500,
+ 13500,
+ 13500,
+ 13500
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1395,6 +1647,13 @@ local equip = {
["minnum"]=850,
["maxnum"]=920
},
+ ["boost"]={
+ 13600,
+ 13600,
+ 13600,
+ 13600,
+ 13600
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1433,6 +1692,13 @@ local equip = {
["minnum"]=920,
["maxnum"]=1000
},
+ ["boost"]={
+ 13700,
+ 13700,
+ 13700,
+ 13700,
+ 13700
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1471,6 +1737,13 @@ local equip = {
["minnum"]=100,
["maxnum"]=120
},
+ ["boost"]={
+ 13800,
+ 13800,
+ 13800,
+ 13800,
+ 13800
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1509,6 +1782,13 @@ local equip = {
["minnum"]=120,
["maxnum"]=140
},
+ ["boost"]={
+ 13900,
+ 13900,
+ 13900,
+ 13900,
+ 13900
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1547,6 +1827,13 @@ local equip = {
["minnum"]=140,
["maxnum"]=170
},
+ ["boost"]={
+ 14000,
+ 14000,
+ 14000,
+ 14000,
+ 14000
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1585,6 +1872,13 @@ local equip = {
["minnum"]=170,
["maxnum"]=200
},
+ ["boost"]={
+ 14100,
+ 14100,
+ 14100,
+ 14100,
+ 14100
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1623,6 +1917,13 @@ local equip = {
["minnum"]=200,
["maxnum"]=230
},
+ ["boost"]={
+ 14200,
+ 14200,
+ 14200,
+ 14200,
+ 14200
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1661,6 +1962,13 @@ local equip = {
["minnum"]=230,
["maxnum"]=270
},
+ ["boost"]={
+ 14300,
+ 14300,
+ 14300,
+ 14300,
+ 14300
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1699,6 +2007,13 @@ local equip = {
["minnum"]=270,
["maxnum"]=310
},
+ ["boost"]={
+ 14400,
+ 14400,
+ 14400,
+ 14400,
+ 14400
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1737,6 +2052,13 @@ local equip = {
["minnum"]=310,
["maxnum"]=350
},
+ ["boost"]={
+ 14500,
+ 14500,
+ 14500,
+ 14500,
+ 14500
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1775,6 +2097,13 @@ local equip = {
["minnum"]=350,
["maxnum"]=390
},
+ ["boost"]={
+ 14600,
+ 14600,
+ 14600,
+ 14600,
+ 14600
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1813,6 +2142,13 @@ local equip = {
["minnum"]=390,
["maxnum"]=440
},
+ ["boost"]={
+ 14700,
+ 14700,
+ 14700,
+ 14700,
+ 14700
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1851,6 +2187,13 @@ local equip = {
["minnum"]=440,
["maxnum"]=490
},
+ ["boost"]={
+ 14800,
+ 14800,
+ 14800,
+ 14800,
+ 14800
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1889,6 +2232,13 @@ local equip = {
["minnum"]=490,
["maxnum"]=540
},
+ ["boost"]={
+ 14900,
+ 14900,
+ 14900,
+ 14900,
+ 14900
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1927,6 +2277,13 @@ local equip = {
["minnum"]=540,
["maxnum"]=590
},
+ ["boost"]={
+ 15000,
+ 15000,
+ 15000,
+ 15000,
+ 15000
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -1965,6 +2322,13 @@ local equip = {
["minnum"]=590,
["maxnum"]=640
},
+ ["boost"]={
+ 15100,
+ 15100,
+ 15100,
+ 15100,
+ 15100
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2003,6 +2367,13 @@ local equip = {
["minnum"]=640,
["maxnum"]=710
},
+ ["boost"]={
+ 15200,
+ 15200,
+ 15200,
+ 15200,
+ 15200
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2041,6 +2412,13 @@ local equip = {
["minnum"]=710,
["maxnum"]=780
},
+ ["boost"]={
+ 15300,
+ 15300,
+ 15300,
+ 15300,
+ 15300
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2079,6 +2457,13 @@ local equip = {
["minnum"]=780,
["maxnum"]=850
},
+ ["boost"]={
+ 15400,
+ 15400,
+ 15400,
+ 15400,
+ 15400
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2117,6 +2502,13 @@ local equip = {
["minnum"]=850,
["maxnum"]=920
},
+ ["boost"]={
+ 15500,
+ 15500,
+ 15500,
+ 15500,
+ 15500
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2155,6 +2547,13 @@ local equip = {
["minnum"]=920,
["maxnum"]=1000
},
+ ["boost"]={
+ 15600,
+ 15600,
+ 15600,
+ 15600,
+ 15600
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2193,6 +2592,13 @@ local equip = {
["minnum"]=100,
["maxnum"]=120
},
+ ["boost"]={
+ 15700,
+ 15700,
+ 15700,
+ 15700,
+ 15700
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2231,6 +2637,13 @@ local equip = {
["minnum"]=120,
["maxnum"]=140
},
+ ["boost"]={
+ 15800,
+ 15800,
+ 15800,
+ 15800,
+ 15800
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2269,6 +2682,13 @@ local equip = {
["minnum"]=140,
["maxnum"]=170
},
+ ["boost"]={
+ 15900,
+ 15900,
+ 15900,
+ 15900,
+ 15900
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2307,6 +2727,13 @@ local equip = {
["minnum"]=170,
["maxnum"]=200
},
+ ["boost"]={
+ 16000,
+ 16000,
+ 16000,
+ 16000,
+ 16000
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2345,6 +2772,13 @@ local equip = {
["minnum"]=200,
["maxnum"]=230
},
+ ["boost"]={
+ 16100,
+ 16100,
+ 16100,
+ 16100,
+ 16100
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2383,6 +2817,13 @@ local equip = {
["minnum"]=230,
["maxnum"]=270
},
+ ["boost"]={
+ 16200,
+ 16200,
+ 16200,
+ 16200,
+ 16200
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2421,6 +2862,13 @@ local equip = {
["minnum"]=270,
["maxnum"]=310
},
+ ["boost"]={
+ 16300,
+ 16300,
+ 16300,
+ 16300,
+ 16300
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2459,6 +2907,13 @@ local equip = {
["minnum"]=310,
["maxnum"]=350
},
+ ["boost"]={
+ 16400,
+ 16400,
+ 16400,
+ 16400,
+ 16400
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2497,6 +2952,13 @@ local equip = {
["minnum"]=350,
["maxnum"]=390
},
+ ["boost"]={
+ 16500,
+ 16500,
+ 16500,
+ 16500,
+ 16500
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2535,6 +2997,13 @@ local equip = {
["minnum"]=390,
["maxnum"]=440
},
+ ["boost"]={
+ 16600,
+ 16600,
+ 16600,
+ 16600,
+ 16600
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2573,6 +3042,13 @@ local equip = {
["minnum"]=440,
["maxnum"]=490
},
+ ["boost"]={
+ 16700,
+ 16700,
+ 16700,
+ 16700,
+ 16700
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2611,6 +3087,13 @@ local equip = {
["minnum"]=490,
["maxnum"]=540
},
+ ["boost"]={
+ 16800,
+ 16800,
+ 16800,
+ 16800,
+ 16800
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2649,6 +3132,13 @@ local equip = {
["minnum"]=540,
["maxnum"]=590
},
+ ["boost"]={
+ 16900,
+ 16900,
+ 16900,
+ 16900,
+ 16900
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2687,6 +3177,13 @@ local equip = {
["minnum"]=590,
["maxnum"]=640
},
+ ["boost"]={
+ 17000,
+ 17000,
+ 17000,
+ 17000,
+ 17000
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2725,6 +3222,13 @@ local equip = {
["minnum"]=640,
["maxnum"]=710
},
+ ["boost"]={
+ 17100,
+ 17100,
+ 17100,
+ 17100,
+ 17100
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2763,6 +3267,13 @@ local equip = {
["minnum"]=710,
["maxnum"]=780
},
+ ["boost"]={
+ 17200,
+ 17200,
+ 17200,
+ 17200,
+ 17200
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2801,6 +3312,13 @@ local equip = {
["minnum"]=780,
["maxnum"]=850
},
+ ["boost"]={
+ 17300,
+ 17300,
+ 17300,
+ 17300,
+ 17300
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2839,6 +3357,13 @@ local equip = {
["minnum"]=850,
["maxnum"]=920
},
+ ["boost"]={
+ 17400,
+ 17400,
+ 17400,
+ 17400,
+ 17400
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2877,6 +3402,13 @@ local equip = {
["minnum"]=920,
["maxnum"]=1000
},
+ ["boost"]={
+ 17500,
+ 17500,
+ 17500,
+ 17500,
+ 17500
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2915,6 +3447,13 @@ local equip = {
["minnum"]=100,
["maxnum"]=120
},
+ ["boost"]={
+ 17600,
+ 17600,
+ 17600,
+ 17600,
+ 17600
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2953,6 +3492,13 @@ local equip = {
["minnum"]=120,
["maxnum"]=140
},
+ ["boost"]={
+ 17700,
+ 17700,
+ 17700,
+ 17700,
+ 17700
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -2991,6 +3537,13 @@ local equip = {
["minnum"]=140,
["maxnum"]=170
},
+ ["boost"]={
+ 17800,
+ 17800,
+ 17800,
+ 17800,
+ 17800
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3029,6 +3582,13 @@ local equip = {
["minnum"]=170,
["maxnum"]=200
},
+ ["boost"]={
+ 17900,
+ 17900,
+ 17900,
+ 17900,
+ 17900
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3067,6 +3627,13 @@ local equip = {
["minnum"]=200,
["maxnum"]=230
},
+ ["boost"]={
+ 18000,
+ 18000,
+ 18000,
+ 18000,
+ 18000
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3105,6 +3672,13 @@ local equip = {
["minnum"]=230,
["maxnum"]=270
},
+ ["boost"]={
+ 18100,
+ 18100,
+ 18100,
+ 18100,
+ 18100
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3143,6 +3717,13 @@ local equip = {
["minnum"]=270,
["maxnum"]=310
},
+ ["boost"]={
+ 18200,
+ 18200,
+ 18200,
+ 18200,
+ 18200
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3181,6 +3762,13 @@ local equip = {
["minnum"]=310,
["maxnum"]=350
},
+ ["boost"]={
+ 18300,
+ 18300,
+ 18300,
+ 18300,
+ 18300
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3219,6 +3807,13 @@ local equip = {
["minnum"]=350,
["maxnum"]=390
},
+ ["boost"]={
+ 18400,
+ 18400,
+ 18400,
+ 18400,
+ 18400
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3257,6 +3852,13 @@ local equip = {
["minnum"]=390,
["maxnum"]=440
},
+ ["boost"]={
+ 18500,
+ 18500,
+ 18500,
+ 18500,
+ 18500
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3295,6 +3897,13 @@ local equip = {
["minnum"]=440,
["maxnum"]=490
},
+ ["boost"]={
+ 18600,
+ 18600,
+ 18600,
+ 18600,
+ 18600
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3333,6 +3942,13 @@ local equip = {
["minnum"]=490,
["maxnum"]=540
},
+ ["boost"]={
+ 18700,
+ 18700,
+ 18700,
+ 18700,
+ 18700
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3371,6 +3987,13 @@ local equip = {
["minnum"]=540,
["maxnum"]=590
},
+ ["boost"]={
+ 18800,
+ 18800,
+ 18800,
+ 18800,
+ 18800
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3409,6 +4032,13 @@ local equip = {
["minnum"]=590,
["maxnum"]=640
},
+ ["boost"]={
+ 18900,
+ 18900,
+ 18900,
+ 18900,
+ 18900
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3447,6 +4077,13 @@ local equip = {
["minnum"]=640,
["maxnum"]=710
},
+ ["boost"]={
+ 19000,
+ 19000,
+ 19000,
+ 19000,
+ 19000
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3485,6 +4122,13 @@ local equip = {
["minnum"]=710,
["maxnum"]=780
},
+ ["boost"]={
+ 19100,
+ 19100,
+ 19100,
+ 19100,
+ 19100
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3523,6 +4167,13 @@ local equip = {
["minnum"]=780,
["maxnum"]=850
},
+ ["boost"]={
+ 19200,
+ 19200,
+ 19200,
+ 19200,
+ 19200
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3561,6 +4212,13 @@ local equip = {
["minnum"]=850,
["maxnum"]=920
},
+ ["boost"]={
+ 19300,
+ 19300,
+ 19300,
+ 19300,
+ 19300
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3599,6 +4257,13 @@ local equip = {
["minnum"]=920,
["maxnum"]=1000
},
+ ["boost"]={
+ 19400,
+ 19400,
+ 19400,
+ 19400,
+ 19400
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3637,6 +4302,13 @@ local equip = {
["minnum"]=100,
["maxnum"]=120
},
+ ["boost"]={
+ 19500,
+ 19500,
+ 19500,
+ 19500,
+ 19500
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3675,6 +4347,13 @@ local equip = {
["minnum"]=120,
["maxnum"]=140
},
+ ["boost"]={
+ 19600,
+ 19600,
+ 19600,
+ 19600,
+ 19600
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3713,6 +4392,13 @@ local equip = {
["minnum"]=140,
["maxnum"]=170
},
+ ["boost"]={
+ 19700,
+ 19700,
+ 19700,
+ 19700,
+ 19700
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3751,6 +4437,13 @@ local equip = {
["minnum"]=170,
["maxnum"]=200
},
+ ["boost"]={
+ 19800,
+ 19800,
+ 19800,
+ 19800,
+ 19800
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3789,6 +4482,13 @@ local equip = {
["minnum"]=200,
["maxnum"]=230
},
+ ["boost"]={
+ 19900,
+ 19900,
+ 19900,
+ 19900,
+ 19900
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3827,6 +4527,13 @@ local equip = {
["minnum"]=230,
["maxnum"]=270
},
+ ["boost"]={
+ 20000,
+ 20000,
+ 20000,
+ 20000,
+ 20000
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3865,6 +4572,13 @@ local equip = {
["minnum"]=270,
["maxnum"]=310
},
+ ["boost"]={
+ 20100,
+ 20100,
+ 20100,
+ 20100,
+ 20100
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3903,6 +4617,13 @@ local equip = {
["minnum"]=310,
["maxnum"]=350
},
+ ["boost"]={
+ 20200,
+ 20200,
+ 20200,
+ 20200,
+ 20200
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3941,6 +4662,13 @@ local equip = {
["minnum"]=350,
["maxnum"]=390
},
+ ["boost"]={
+ 20300,
+ 20300,
+ 20300,
+ 20300,
+ 20300
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -3979,6 +4707,13 @@ local equip = {
["minnum"]=390,
["maxnum"]=440
},
+ ["boost"]={
+ 20400,
+ 20400,
+ 20400,
+ 20400,
+ 20400
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -4017,6 +4752,13 @@ local equip = {
["minnum"]=440,
["maxnum"]=490
},
+ ["boost"]={
+ 20500,
+ 20500,
+ 20500,
+ 20500,
+ 20500
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -4055,6 +4797,13 @@ local equip = {
["minnum"]=490,
["maxnum"]=540
},
+ ["boost"]={
+ 20600,
+ 20600,
+ 20600,
+ 20600,
+ 20600
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -4093,6 +4842,13 @@ local equip = {
["minnum"]=540,
["maxnum"]=590
},
+ ["boost"]={
+ 20700,
+ 20700,
+ 20700,
+ 20700,
+ 20700
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -4131,6 +4887,13 @@ local equip = {
["minnum"]=590,
["maxnum"]=640
},
+ ["boost"]={
+ 20800,
+ 20800,
+ 20800,
+ 20800,
+ 20800
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -4169,6 +4932,13 @@ local equip = {
["minnum"]=640,
["maxnum"]=710
},
+ ["boost"]={
+ 20900,
+ 20900,
+ 20900,
+ 20900,
+ 20900
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -4207,6 +4977,13 @@ local equip = {
["minnum"]=710,
["maxnum"]=780
},
+ ["boost"]={
+ 21000,
+ 21000,
+ 21000,
+ 21000,
+ 21000
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -4245,6 +5022,13 @@ local equip = {
["minnum"]=780,
["maxnum"]=850
},
+ ["boost"]={
+ 21100,
+ 21100,
+ 21100,
+ 21100,
+ 21100
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -4283,6 +5067,13 @@ local equip = {
["minnum"]=850,
["maxnum"]=920
},
+ ["boost"]={
+ 21200,
+ 21200,
+ 21200,
+ 21200,
+ 21200
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
@@ -4321,6 +5112,13 @@ local equip = {
["minnum"]=920,
["maxnum"]=1000
},
+ ["boost"]={
+ 21300,
+ 21300,
+ 21300,
+ 21300,
+ 21300
+ },
["decompose"]={
["type"]=1,
["type_for_nothing"]="Vw==",
diff --git a/lua/app/config/fx.lua b/lua/app/config/fx.lua
index f6ef88a3..07053fa9 100644
--- a/lua/app/config/fx.lua
+++ b/lua/app/config/fx.lua
@@ -200,123 +200,123 @@ local fx = {
["bind"]="root"
},
[100001]={
- ["res"]="sfx_m10001_b01",
+ ["res"]="sfx_c1_m10001_01",
["bind"]="root"
},
[100002]={
- ["res"]="sfx_m10001_b02",
+ ["res"]="sfx_c1_m10001_02",
["bind"]="root"
},
[100003]={
- ["res"]="sfx_m10001_b03",
+ ["res"]="sfx_c1_m10001_03",
["bind"]="root"
},
[100004]={
- ["res"]="sfx_m10002_b01",
+ ["res"]="sfx_c1_m10002_01",
["bind"]="root"
},
[100005]={
- ["res"]="sfx_m10002_b02",
+ ["res"]="sfx_c1_m10002_02",
["bind"]="root"
},
[100006]={
- ["res"]="sfx_m10002_b03",
+ ["res"]="sfx_c1_m10002_03",
["bind"]="root"
},
[100007]={
- ["res"]="sfx_m10003_b01",
+ ["res"]="sfx_c1_m10003_01",
["bind"]="root"
},
[100008]={
- ["res"]="sfx_m10003_b02",
+ ["res"]="sfx_c1_m10003_02",
["bind"]="root"
},
[100009]={
- ["res"]="sfx_m10003_b03",
+ ["res"]="sfx_c1_m10003_03",
["bind"]="root"
},
[100010]={
- ["res"]="sfx_m10004_b01",
+ ["res"]="sfx_c1_m10004_01",
["bind"]="root"
},
[100011]={
- ["res"]="sfx_m10004_b02",
+ ["res"]="sfx_c1_m10004_02",
["bind"]="root"
},
[100012]={
- ["res"]="sfx_m10004_b03",
+ ["res"]="sfx_c1_m10004_03",
["bind"]="root"
},
[100013]={
- ["res"]="sfx_m10005_b01",
+ ["res"]="sfx_c1_m10005_01",
["bind"]="root"
},
[100014]={
- ["res"]="sfx_m10009_b01",
+ ["res"]="sfx_c1_m10005_02",
["bind"]="root"
},
[100015]={
- ["res"]="sfx_m10009_b02",
+ ["res"]="sfx_c1_m10005_03",
["bind"]="root"
},
[100016]={
- ["res"]="sfx_m10009_b03",
+ ["res"]="sfx_c1_m10006_01",
["bind"]="root"
},
[100017]={
- ["res"]="sfx_m10010_b01",
+ ["res"]="sfx_c1_m10006_02",
["bind"]="root"
},
[100018]={
- ["res"]="sfx_m10010_b02",
+ ["res"]="sfx_c1_m10006_03",
["bind"]="root"
},
[100019]={
- ["res"]="sfx_m10010_b03",
+ ["res"]="sfx_c1_m10007_01",
["bind"]="root"
},
[100020]={
- ["res"]="sfx_m10012_b01",
+ ["res"]="sfx_c1_m10007_02",
["bind"]="root"
},
[100021]={
- ["res"]="sfx_m10012_b02",
+ ["res"]="sfx_c1_m10007_03",
["bind"]="root"
},
[100022]={
- ["res"]="sfx_m10013_b01",
+ ["res"]="sfx_c1_m10008_01",
["bind"]="root"
},
[100023]={
- ["res"]="sfx_m10013_b02",
+ ["res"]="sfx_c1_m10008_02",
["bind"]="root"
},
[100024]={
- ["res"]="sfx_m10014_b01",
+ ["res"]="sfx_c1_m10008_03",
["bind"]="root"
},
[100025]={
- ["res"]="sfx_m10014_b02",
+ ["res"]="sfx_c1_m10009_01",
["bind"]="root"
},
[100026]={
- ["res"]="sfx_m10015_b01",
+ ["res"]="sfx_c1_m10009_02",
["bind"]="root"
},
[100027]={
- ["res"]="sfx_m10015_b02",
+ ["res"]="sfx_c1_m10009_03",
["bind"]="root"
},
[100028]={
- ["res"]="sfx_m10016_b01",
+ ["res"]="sfx_c1_m10012_01",
["bind"]="root"
},
[100029]={
- ["res"]="sfx_m10016_b02",
+ ["res"]="sfx_c1_m10012_02",
["bind"]="root"
},
[100030]={
- ["res"]="sfx_m10016_b03",
+ ["res"]="sfx_c1_m10012_03",
["bind"]="root"
},
[100031]={
@@ -1668,7 +1668,7 @@ local fx = {
["bind"]="root"
},
[300023]={
- ["res"]="sfx_c1_p25002_04",
+ ["res"]="sfx_c1_p25002_05",
["bind"]="root"
},
[300024]={
@@ -1692,63 +1692,83 @@ local fx = {
["bind"]="root"
},
[300029]={
- ["res"]="sfx_c1_p53001_01",
+ ["res"]="sfx_c1_p55001_01",
["bind"]="root"
},
[300030]={
- ["res"]="sfx_c1_p53001_02",
+ ["res"]="sfx_c1_p55001_02",
["bind"]="root"
},
[300031]={
- ["res"]="sfx_c1_p53001_03",
+ ["res"]="sfx_c1_p55001_03",
["bind"]="root"
},
[300032]={
- ["res"]="sfx_c1_p53001_04",
+ ["res"]="sfx_c1_p55001_04",
["bind"]="root"
},
[300033]={
- ["res"]="sfx_c1_p53001_05",
+ ["res"]="sfx_c1_p55001_05",
+ ["bind"]="root"
+ },
+ [300034]={
+ ["res"]="sfx_c1_p14001_01",
+ ["bind"]="root"
+ },
+ [300035]={
+ ["res"]="sfx_c1_p14001_02",
+ ["bind"]="root"
+ },
+ [300036]={
+ ["res"]="sfx_c1_p14001_03",
+ ["bind"]="root"
+ },
+ [300037]={
+ ["res"]="sfx_c1_p14001_04",
+ ["bind"]="root"
+ },
+ [300038]={
+ ["res"]="sfx_c1_p14001_05",
["bind"]="root"
},
[300039]={
- ["res"]="sfx_p0009_b05",
+ ["res"]="sfx_c1_p15001_01",
["bind"]="root"
},
[300040]={
- ["res"]="sfx_p0010_b01",
+ ["res"]="sfx_c1_p15001_02",
["bind"]="root"
},
[300041]={
- ["res"]="sfx_p0010_b02",
+ ["res"]="sfx_c1_p15001_03",
["bind"]="root"
},
[300042]={
- ["res"]="sfx_p0010_b03",
+ ["res"]="sfx_c1_p15001_04",
["bind"]="root"
},
[300043]={
- ["res"]="sfx_p0010_b04",
+ ["res"]="sfx_c1_p15001_05",
["bind"]="root"
},
[300044]={
- ["res"]="sfx_p0010_b05",
+ ["res"]="sfx_c1_p16001_01",
["bind"]="root"
},
[300045]={
- ["res"]="sfx_p0011_b01",
+ ["res"]="sfx_c1_p16001_02",
["bind"]="root"
},
[300046]={
- ["res"]="sfx_p0011_b02",
+ ["res"]="sfx_c1_p16001_03",
["bind"]="root"
},
[300047]={
- ["res"]="sfx_p0011_b03",
+ ["res"]="sfx_c1_p16001_04",
["bind"]="root"
},
[300048]={
- ["res"]="sfx_p0011_b04",
+ ["res"]="sfx_c1_p16001_05",
["bind"]="root"
},
[300049]={
@@ -3257,6 +3277,6 @@ local fx = {
}
}
local config = {
-data=fx,count=761
+data=fx,count=766
}
return config
\ No newline at end of file
diff --git a/lua/app/config/item.lua b/lua/app/config/item.lua
index b52bac4a..9d756f53 100644
--- a/lua/app/config/item.lua
+++ b/lua/app/config/item.lua
@@ -131,6 +131,894 @@ local item = {
["qlt"]=4,
["icon"]="20"
},
+ [21]={
+ ["type"]=6,
+ ["qlt"]=2,
+ ["icon"]="21",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [22]={
+ ["type"]=6,
+ ["qlt"]=2,
+ ["icon"]="22",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [23]={
+ ["type"]=6,
+ ["qlt"]=3,
+ ["icon"]="23",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [24]={
+ ["type"]=6,
+ ["qlt"]=3,
+ ["icon"]="24",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [25]={
+ ["type"]=6,
+ ["qlt"]=3,
+ ["icon"]="25",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [26]={
+ ["type"]=6,
+ ["qlt"]=4,
+ ["icon"]="26",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [27]={
+ ["type"]=6,
+ ["qlt"]=4,
+ ["icon"]="27",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [28]={
+ ["type"]=6,
+ ["qlt"]=4,
+ ["icon"]="28",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [29]={
+ ["type"]=6,
+ ["qlt"]=4,
+ ["icon"]="29",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [30]={
+ ["type"]=6,
+ ["qlt"]=5,
+ ["icon"]="30",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [31]={
+ ["type"]=6,
+ ["qlt"]=5,
+ ["icon"]="31",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [32]={
+ ["type"]=6,
+ ["qlt"]=5,
+ ["icon"]="32",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [33]={
+ ["type"]=6,
+ ["qlt"]=5,
+ ["icon"]="33",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [34]={
+ ["type"]=6,
+ ["qlt"]=5,
+ ["icon"]="34",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [35]={
+ ["type"]=6,
+ ["qlt"]=6,
+ ["icon"]="35",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [36]={
+ ["type"]=6,
+ ["qlt"]=6,
+ ["icon"]="36",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [37]={
+ ["type"]=6,
+ ["qlt"]=6,
+ ["icon"]="37",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [38]={
+ ["type"]=6,
+ ["qlt"]=6,
+ ["icon"]="38",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [39]={
+ ["type"]=6,
+ ["qlt"]=6,
+ ["icon"]="39",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [40]={
+ ["type"]=6,
+ ["qlt"]=4,
+ ["icon"]="40",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [41]={
+ ["type"]=6,
+ ["qlt"]=5,
+ ["icon"]="41",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [42]={
+ ["type"]=6,
+ ["qlt"]=5,
+ ["icon"]="42",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [43]={
+ ["type"]=6,
+ ["qlt"]=5,
+ ["icon"]="43",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
+ [44]={
+ ["type"]=6,
+ ["qlt"]=5,
+ ["icon"]="44",
+ ["box_drop"]={
+ {
+ ["type"]=1,
+ ["id"]=9,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=10,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=11,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=12,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ }
+ },
[13001]={
["type"]=5,
["parameter"]=13001,
@@ -265,6 +1153,6 @@ local item = {
}
}
local config = {
-data=item,count=42
+data=item,count=66
}
return config
\ No newline at end of file
diff --git a/lua/app/config/monster_base.lua b/lua/app/config/monster_base.lua
index 68011fc3..4388a420 100644
--- a/lua/app/config/monster_base.lua
+++ b/lua/app/config/monster_base.lua
@@ -95,42 +95,42 @@ local monster_base = {
["model_ui"]=1.0
},
[20001]={
- ["model_id"]="m10001",
+ ["model_id"]="m20001",
["body"]=1,
["model_ui"]=1.0
},
[20002]={
- ["model_id"]="m10002",
+ ["model_id"]="m20002",
["body"]=1,
["model_ui"]=1.0
},
[20003]={
- ["model_id"]="m10003",
+ ["model_id"]="m20003",
["body"]=1,
["model_ui"]=1.0
},
[20004]={
- ["model_id"]="m10004",
+ ["model_id"]="m20004",
["body"]=1,
["model_ui"]=1.0
},
[20005]={
- ["model_id"]="m10005",
+ ["model_id"]="m20005",
["body"]=1,
["model_ui"]=1.0
},
[20006]={
- ["model_id"]="m10006",
+ ["model_id"]="m20006",
["body"]=1,
["model_ui"]=1.0
},
[20007]={
- ["model_id"]="m10007",
+ ["model_id"]="m20007",
["body"]=1,
["model_ui"]=1.0
},
[20008]={
- ["model_id"]="m10008",
+ ["model_id"]="m20008",
["body"]=1,
["model_ui"]=1.0
},
diff --git a/lua/app/config/skill.lua b/lua/app/config/skill.lua
index 6ed22517..835bb38e 100644
--- a/lua/app/config/skill.lua
+++ b/lua/app/config/skill.lua
@@ -424,7 +424,7 @@ local skill = {
["name_hit"]={
"suffer01"
},
- ["fx_self"]=300018,
+ ["fx_self"]=300034,
["fx_self_mirror"]=400068
},
[1400111]={
@@ -453,7 +453,7 @@ local skill = {
["name_hit"]={
"suffer02"
},
- ["fx_self"]=300019,
+ ["fx_self"]=300035,
["fx_self_mirror"]=400069
},
[1400112]={
@@ -482,7 +482,7 @@ local skill = {
["name_hit"]={
"suffer01"
},
- ["fx_self"]=300020,
+ ["fx_self"]=300036,
["fx_self_mirror"]=400070
},
[1400113]={
@@ -511,7 +511,7 @@ local skill = {
["name_hit"]={
"suffer02"
},
- ["fx_self"]=300021,
+ ["fx_self"]=300037,
["fx_self_mirror"]=400071
},
[1400120]={
@@ -547,7 +547,7 @@ local skill = {
["name_hit"]={
"suffer03"
},
- ["fx_self"]=300022,
+ ["fx_self"]=300038,
["bullet_time"]={
1167,
3000,
@@ -719,7 +719,7 @@ local skill = {
["name_hit"]={
"suffer01"
},
- ["fx_self"]=300018,
+ ["fx_self"]=300039,
["fx_self_mirror"]=400068
},
[1500111]={
@@ -748,7 +748,7 @@ local skill = {
["name_hit"]={
"suffer02"
},
- ["fx_self"]=300019,
+ ["fx_self"]=300040,
["fx_self_mirror"]=400069
},
[1500112]={
@@ -777,7 +777,7 @@ local skill = {
["name_hit"]={
"suffer01"
},
- ["fx_self"]=300020,
+ ["fx_self"]=300041,
["fx_self_mirror"]=400070
},
[1500113]={
@@ -806,7 +806,7 @@ local skill = {
["name_hit"]={
"suffer02"
},
- ["fx_self"]=300021,
+ ["fx_self"]=300042,
["fx_self_mirror"]=400071
},
[1500120]={
@@ -848,6 +848,12 @@ local skill = {
}
},
["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3,
+ 4
+ },
["skill_position"]={
2,
0
@@ -860,7 +866,7 @@ local skill = {
["name_hit"]={
"suffer01,suffer02,suffer01,suffer03"
},
- ["fx_self"]=300022,
+ ["fx_self"]=300043,
["bullet_time"]={
1167,
3000,
@@ -1161,6 +1167,12 @@ local skill = {
}
},
["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3,
+ 4
+ },
["skill_position"]={
1,
140
@@ -1390,7 +1402,7 @@ local skill = {
["name_hit"]={
"suffer01"
},
- ["fx_self"]=300018,
+ ["fx_self"]=300044,
["fx_self_mirror"]=400068
},
[1600111]={
@@ -1419,7 +1431,7 @@ local skill = {
["name_hit"]={
"suffer01"
},
- ["fx_self"]=300019,
+ ["fx_self"]=300045,
["fx_self_mirror"]=400069
},
[1600112]={
@@ -1448,7 +1460,7 @@ local skill = {
["name_hit"]={
"suffer02"
},
- ["fx_self"]=300020,
+ ["fx_self"]=300046,
["fx_self_mirror"]=400070
},
[1600113]={
@@ -1477,7 +1489,7 @@ local skill = {
["name_hit"]={
"suffer01"
},
- ["fx_self"]=300021,
+ ["fx_self"]=300047,
["fx_self_mirror"]=400071
},
[1600120]={
@@ -1525,6 +1537,13 @@ local skill = {
}
},
["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3,
+ 4,
+ 5
+ },
["skill_position"]={
1,
140
@@ -1541,7 +1560,7 @@ local skill = {
"suffer02",
"suffer03"
},
- ["fx_self"]=300022,
+ ["fx_self"]=300048,
["bullet_time"]={
1167,
3000,
@@ -2473,6 +2492,12 @@ local skill = {
}
},
["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3,
+ 4
+ },
["skill_position"]={
1,
140
@@ -2831,6 +2856,12 @@ local skill = {
}
},
["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3,
+ 4
+ },
["skill_position"]={
1,
140
@@ -2907,6 +2938,12 @@ local skill = {
}
},
["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3,
+ 4
+ },
["skill_position"]={
1,
140
@@ -3177,6 +3214,12 @@ local skill = {
}
},
["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3,
+ 4
+ },
["skill_position"]={
1,
140
@@ -3427,6 +3470,11 @@ local skill = {
}
},
["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3
+ },
["skill_position"]={
1,
140
@@ -3958,6 +4006,12 @@ local skill = {
}
},
["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3,
+ 4
+ },
["skill_position"]={
1,
140
@@ -4223,6 +4277,12 @@ local skill = {
}
},
["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3,
+ 4
+ },
["skill_position"]={
1,
140
@@ -6407,6 +6467,13 @@ local skill = {
}
},
["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3,
+ 4,
+ 5
+ },
["skill_position"]={
1,
140
@@ -6710,6 +6777,13 @@ local skill = {
}
},
["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3,
+ 4,
+ 5
+ },
["skill_position"]={
1,
140
@@ -6988,6 +7062,23 @@ local skill = {
0
}
},
+ [10013]={
+ ["effect_type"]=2,
+ ["trigger"]=2,
+ ["effect"]={
+ {
+ ["type"]="forever_uncontrolled",
+ ["num"]=5000,
+ ["ratio"]=10000,
+ ["round"]=9999
+ }
+ },
+ ["obj"]=1,
+ ["skill_position"]={
+ 2,
+ 0
+ }
+ },
[20001]={
["effect_type"]=1,
["trigger"]=1,
@@ -7012,7 +7103,8 @@ local skill = {
["name_act"]="attack01",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100001
},
[20002]={
["effect_type"]=1,
@@ -7038,7 +7130,8 @@ local skill = {
["name_act"]="attack02",
["name_hit"]={
"suffer02"
- }
+ },
+ ["fx_self"]=100002
},
[20003]={
["effect_type"]=1,
@@ -7064,7 +7157,8 @@ local skill = {
["name_act"]="attack03",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100003
},
[20004]={
["effect_type"]=1,
@@ -7090,7 +7184,8 @@ local skill = {
["name_act"]="attack01",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100004
},
[20005]={
["effect_type"]=1,
@@ -7116,7 +7211,8 @@ local skill = {
["name_act"]="attack02",
["name_hit"]={
"suffer02"
- }
+ },
+ ["fx_self"]=100005
},
[20006]={
["effect_type"]=1,
@@ -7142,7 +7238,8 @@ local skill = {
["name_act"]="attack03",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100006
},
[20007]={
["effect_type"]=1,
@@ -7168,7 +7265,8 @@ local skill = {
["name_act"]="attack01",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100007
},
[20008]={
["effect_type"]=1,
@@ -7194,7 +7292,8 @@ local skill = {
["name_act"]="attack02",
["name_hit"]={
"suffer02"
- }
+ },
+ ["fx_self"]=100008
},
[20009]={
["effect_type"]=1,
@@ -7220,7 +7319,8 @@ local skill = {
["name_act"]="attack03",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100009
},
[20010]={
["effect_type"]=1,
@@ -7246,7 +7346,8 @@ local skill = {
["name_act"]="attack01",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100010
},
[20011]={
["effect_type"]=1,
@@ -7272,7 +7373,8 @@ local skill = {
["name_act"]="attack02",
["name_hit"]={
"suffer02"
- }
+ },
+ ["fx_self"]=100011
},
[20012]={
["effect_type"]=1,
@@ -7298,7 +7400,8 @@ local skill = {
["name_act"]="attack03",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100012
},
[20013]={
["effect_type"]=1,
@@ -7324,7 +7427,8 @@ local skill = {
["name_act"]="attack01",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100013
},
[20014]={
["effect_type"]=1,
@@ -7350,7 +7454,8 @@ local skill = {
["name_act"]="attack02",
["name_hit"]={
"suffer02"
- }
+ },
+ ["fx_self"]=100014
},
[20015]={
["effect_type"]=1,
@@ -7376,7 +7481,8 @@ local skill = {
["name_act"]="attack03",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100015
},
[20016]={
["effect_type"]=1,
@@ -7402,7 +7508,8 @@ local skill = {
["name_act"]="attack01",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100016
},
[20017]={
["effect_type"]=1,
@@ -7428,7 +7535,8 @@ local skill = {
["name_act"]="attack02",
["name_hit"]={
"suffer02"
- }
+ },
+ ["fx_self"]=100017
},
[20018]={
["effect_type"]=1,
@@ -7454,7 +7562,8 @@ local skill = {
["name_act"]="attack03",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100018
},
[20019]={
["effect_type"]=1,
@@ -7480,7 +7589,8 @@ local skill = {
["name_act"]="attack01",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100019
},
[20020]={
["effect_type"]=1,
@@ -7506,7 +7616,8 @@ local skill = {
["name_act"]="attack02",
["name_hit"]={
"suffer02"
- }
+ },
+ ["fx_self"]=100020
},
[20021]={
["effect_type"]=1,
@@ -7532,7 +7643,8 @@ local skill = {
["name_act"]="attack03",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100021
},
[20022]={
["effect_type"]=1,
@@ -7558,7 +7670,8 @@ local skill = {
["name_act"]="attack01",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100022
},
[20023]={
["effect_type"]=1,
@@ -7584,7 +7697,8 @@ local skill = {
["name_act"]="attack02",
["name_hit"]={
"suffer02"
- }
+ },
+ ["fx_self"]=100023
},
[20024]={
["effect_type"]=1,
@@ -7610,7 +7724,8 @@ local skill = {
["name_act"]="attack03",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100024
},
[20025]={
["effect_type"]=1,
@@ -7636,7 +7751,8 @@ local skill = {
["name_act"]="attack01",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100025
},
[20026]={
["effect_type"]=1,
@@ -7662,7 +7778,8 @@ local skill = {
["name_act"]="attack02",
["name_hit"]={
"suffer02"
- }
+ },
+ ["fx_self"]=100026
},
[20027]={
["effect_type"]=1,
@@ -7688,7 +7805,8 @@ local skill = {
["name_act"]="attack03",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100027
},
[20028]={
["effect_type"]=1,
@@ -7870,7 +7988,8 @@ local skill = {
["name_act"]="attack01",
["name_hit"]={
"suffer02"
- }
+ },
+ ["fx_self"]=100028
},
[20035]={
["effect_type"]=1,
@@ -7896,7 +8015,8 @@ local skill = {
["name_act"]="attack02",
["name_hit"]={
"suffer01"
- }
+ },
+ ["fx_self"]=100029
},
[20036]={
["effect_type"]=1,
@@ -7922,7 +8042,8 @@ local skill = {
["name_act"]="attack03",
["name_hit"]={
"suffer02"
- }
+ },
+ ["fx_self"]=100030
},
[20037]={
["effect_type"]=1,
@@ -8765,6 +8886,11 @@ local skill = {
}
},
["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3
+ },
["skill_position"]={
1,
140
@@ -8984,6 +9110,11 @@ local skill = {
}
},
["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3
+ },
["skill_position"]={
1,
140
@@ -9196,6 +9327,11 @@ local skill = {
}
},
["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3
+ },
["skill_position"]={
1,
140
@@ -9230,8 +9366,8 @@ local skill = {
},
["obj"]=2,
["skill_position"]={
- 1,
- 140
+ 2,
+ 0
},
["name_act"]="attack01",
["name_hit"]={
@@ -9251,8 +9387,8 @@ local skill = {
},
["obj"]=2,
["skill_position"]={
- 1,
- 140
+ 2,
+ 0
},
["name_act"]="attack02",
["name_hit"]={
@@ -9272,8 +9408,8 @@ local skill = {
},
["obj"]=2,
["skill_position"]={
- 1,
- 140
+ 2,
+ 0
},
["name_act"]="attack03",
["name_hit"]={
@@ -9309,9 +9445,14 @@ local skill = {
}
},
["obj"]=2,
- ["skill_position"]={
+ ["effect_block"]={
1,
- 140
+ 2,
+ 3
+ },
+ ["skill_position"]={
+ 2,
+ 0
},
["cd"]=2,
["cd_start"]=0,
@@ -9330,6 +9471,1307 @@ local skill = {
400
}
},
+ [20091]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack01",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20092]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack02",
+ ["name_hit"]={
+ "suffer02"
+ }
+ },
+ [20093]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack03",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20094]={
+ ["skill_type"]=3,
+ ["skill_type_parameter"]={
+ 4,
+ 3
+ },
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=20000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["cd"]=3,
+ ["cd_start"]=0,
+ ["shake_time"]=200,
+ ["shake_type"]=6,
+ ["sound_hit"]={
+ 10039
+ },
+ ["name_act"]="skill01",
+ ["name_hit"]={
+ "suffer03"
+ },
+ ["fx_self_delay"]=200028,
+ ["bullet_time"]={
+ 500,
+ 3000,
+ 400
+ }
+ },
+ [20095]={
+ ["skill_type"]=9,
+ ["skill_type_parameter"]={
+ 12500
+ },
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=20000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["cd"]=3,
+ ["cd_start"]=2,
+ ["shake_time"]=200,
+ ["shake_type"]=6,
+ ["sound"]=42001200,
+ ["sound_delay"]=0.0,
+ ["name_act"]="skill01",
+ ["name_hit"]={
+ "suffer03"
+ },
+ ["fx_self_delay"]=400063,
+ ["bullet_time"]={
+ 1066,
+ 3000,
+ 400
+ }
+ },
+ [20096]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 1,
+ 140
+ },
+ ["name_act"]="attack01",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20097]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 1,
+ 140
+ },
+ ["name_act"]="attack02",
+ ["name_hit"]={
+ "suffer02"
+ }
+ },
+ [20098]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 1,
+ 140
+ },
+ ["name_act"]="attack03",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20099]={
+ ["skill_type"]=3,
+ ["skill_type_parameter"]={
+ 5,
+ 3
+ },
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["cd"]=3,
+ ["cd_start"]=0,
+ ["shake_time"]=200,
+ ["shake_type"]=6,
+ ["name_act"]="skill01",
+ ["name_hit"]={
+ "suffer03"
+ },
+ ["fx_self"]=400053,
+ ["bullet_time"]={
+ 966,
+ 5000,
+ 400
+ }
+ },
+ [20100]={
+ ["skill_type"]=6,
+ ["skill_type_parameter"]={
+ 1
+ },
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=5000,
+ ["ratio"]=10000,
+ ["round"]=0
+ },
+ {
+ ["type"]="hurt",
+ ["num"]=5000,
+ ["ratio"]=10000,
+ ["round"]=0
+ },
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3
+ },
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["cd"]=3,
+ ["cd_start"]=2,
+ ["shake_time"]=200,
+ ["shake_type"]=5,
+ ["sound_hit"]={
+ 10024
+ },
+ ["name_act"]="skill01",
+ ["name_hit"]={
+ "suffer03"
+ },
+ ["fx_self"]=200016,
+ ["bullet_time"]={
+ 333,
+ 3000,
+ 400
+ }
+ },
+ [20101]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack01",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20102]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack02",
+ ["name_hit"]={
+ "suffer02"
+ }
+ },
+ [20103]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack03",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20104]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=20000,
+ ["ratio"]=10000,
+ ["round"]=0
+ },
+ {
+ ["type"]="lock",
+ ["num"]=0,
+ ["ratio"]=10000,
+ ["round"]=3
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["cd"]=2,
+ ["cd_start"]=0,
+ ["shake_time"]=200,
+ ["shake_type"]=5,
+ ["sound_hit"]={
+ 10029
+ },
+ ["name_act"]="skill01",
+ ["name_hit"]={
+ "suffer03"
+ },
+ ["fx_self"]=200009,
+ ["bullet_time"]={
+ 366,
+ 3000,
+ 400
+ }
+ },
+ [20105]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 1,
+ 140
+ },
+ ["name_act"]="attack01",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20106]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 1,
+ 140
+ },
+ ["name_act"]="attack02",
+ ["name_hit"]={
+ "suffer02"
+ }
+ },
+ [20107]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 1,
+ 140
+ },
+ ["name_act"]="attack03",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20108]={
+ ["skill_type"]=3,
+ ["skill_type_parameter"]={
+ 3,
+ 3
+ },
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["cd"]=3,
+ ["cd_start"]=0,
+ ["sound"]=30185,
+ ["sound_delay"]=0.0,
+ ["name_act"]="skill01",
+ ["name_hit"]={
+ "suffer03"
+ },
+ ["fx_self"]=200201,
+ ["bullet_time"]={
+ 833,
+ 3000,
+ 400
+ }
+ },
+ [20109]={
+ ["skill_type"]=7,
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["cd"]=3,
+ ["cd_start"]=2,
+ ["shake_time"]=200,
+ ["shake_type"]=6,
+ ["name_act"]="skill02",
+ ["name_hit"]={
+ "suffer03"
+ },
+ ["fx_self"]=200137,
+ ["bullet_time"]={
+ 1200,
+ 3000,
+ 400
+ }
+ },
+ [20110]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack01",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20111]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack02",
+ ["name_hit"]={
+ "suffer02"
+ }
+ },
+ [20112]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack03",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20113]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="counterattack",
+ ["num"]=2500,
+ ["ratio"]=10000,
+ ["round"]=3
+ }
+ },
+ ["obj"]=1,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["cd"]=3,
+ ["cd_start"]=0,
+ ["name_act"]="skill01"
+ },
+ [20114]={
+ ["skill_type"]=8,
+ ["skill_type_parameter"]={
+ 2
+ },
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=3000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["cd"]=3,
+ ["cd_start"]=2,
+ ["shake_time"]=200,
+ ["shake_type"]=5,
+ ["name_act"]="skill01",
+ ["name_hit"]={
+ "suffer03"
+ },
+ ["fx_self"]=400024,
+ ["bullet_time"]={
+ 1500,
+ 3000,
+ 400
+ }
+ },
+ [20115]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack01",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20116]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack02",
+ ["name_hit"]={
+ "suffer02"
+ }
+ },
+ [20117]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack03",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20118]={
+ ["skill_type"]=3,
+ ["skill_type_parameter"]={
+ 13,
+ 3
+ },
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["cd"]=2,
+ ["cd_start"]=0,
+ ["shake_time"]=200,
+ ["shake_type"]=6,
+ ["name_act"]="skill01",
+ ["fx_self"]=400053,
+ ["bullet_time"]={
+ 966,
+ 5000,
+ 400
+ }
+ },
+ [20119]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="shield_rebound_200",
+ ["num"]=1500,
+ ["ratio"]=10000,
+ ["round"]=2
+ }
+ },
+ ["obj"]=1,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="skill02"
+ },
+ [20120]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack01",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20121]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack02",
+ ["name_hit"]={
+ "suffer02"
+ }
+ },
+ [20122]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack03",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20123]={
+ ["skill_type"]=6,
+ ["skill_type_parameter"]={
+ 1
+ },
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=5000,
+ ["ratio"]=10000,
+ ["round"]=0
+ },
+ {
+ ["type"]="hurt",
+ ["num"]=5000,
+ ["ratio"]=10000,
+ ["round"]=0
+ },
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3
+ },
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["cd"]=3,
+ ["cd_start"]=0,
+ ["shake_time"]=200,
+ ["shake_type"]=5,
+ ["sound_hit"]={
+ 10024
+ },
+ ["name_act"]="skill01",
+ ["name_hit"]={
+ "suffer03"
+ },
+ ["fx_self"]=200016,
+ ["bullet_time"]={
+ 333,
+ 3000,
+ 400
+ }
+ },
+ [20124]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="undead",
+ ["num"]=0,
+ ["ratio"]=10000,
+ ["round"]=2
+ }
+ },
+ ["obj"]=1,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["cd"]=3,
+ ["cd_start"]=1,
+ ["name_act"]="skill02"
+ },
+ [20125]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack01",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20126]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack02",
+ ["name_hit"]={
+ "suffer02"
+ }
+ },
+ [20127]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack03",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20128]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 1,
+ 140
+ },
+ ["cd"]=3,
+ ["cd_start"]=1,
+ ["shake_time"]=200,
+ ["shake_type"]=6,
+ ["name_act"]="skill01",
+ ["name_hit"]={
+ "suffer03"
+ },
+ ["fx_self"]=400053,
+ ["bullet_time"]={
+ 966,
+ 5000,
+ 400
+ }
+ },
+ [20129]={
+ ["skill_type"]=5,
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=5000,
+ ["ratio"]=10000,
+ ["round"]=0
+ },
+ {
+ ["type"]="hurt",
+ ["num"]=5000,
+ ["ratio"]=10000,
+ ["round"]=0
+ },
+ {
+ ["type"]="hurt",
+ ["num"]=5000,
+ ["ratio"]=10000,
+ ["round"]=0
+ },
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2,
+ 3,
+ 4
+ },
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["cd"]=3,
+ ["cd_start"]=2,
+ ["shake_time"]=200,
+ ["shake_type"]=6,
+ ["sound_hit"]={
+ 4300111,
+ 4300113,
+ 4300120,
+ 0
+ },
+ ["name_act"]="skill01",
+ ["fx_self"]=200185,
+ ["bullet_time"]={
+ 2000,
+ 3000,
+ 400
+ }
+ },
+ [20130]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack01",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20131]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack02",
+ ["name_hit"]={
+ "suffer02"
+ }
+ },
+ [20132]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["name_act"]="attack03",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20133]={
+ ["skill_type"]=3,
+ ["skill_type_parameter"]={
+ 2,
+ 4
+ },
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=20000,
+ ["ratio"]=10000,
+ ["round"]=0
+ },
+ {
+ ["type"]="hurt",
+ ["num"]=1500,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["effect_block"]={
+ 1,
+ 2
+ },
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["cd"]=3,
+ ["cd_start"]=0,
+ ["shake_time"]=200,
+ ["shake_type"]=6,
+ ["sound_hit"]={
+ 10018
+ },
+ ["name_act"]="skill01",
+ ["fx_self"]=200117,
+ ["bullet_time"]={
+ 500,
+ 3000,
+ 400
+ }
+ },
+ [20134]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="invalid_control",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=999
+ }
+ },
+ ["obj"]=1,
+ ["skill_position"]={
+ 2,
+ 0
+ },
+ ["cd"]=3,
+ ["cd_start"]=2
+ },
+ [20135]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 1,
+ 140
+ },
+ ["name_act"]="attack01",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20136]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 1,
+ 140
+ },
+ ["name_act"]="attack02",
+ ["name_hit"]={
+ "suffer02"
+ }
+ },
+ [20137]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 1,
+ 140
+ },
+ ["name_act"]="attack03",
+ ["name_hit"]={
+ "suffer01"
+ }
+ },
+ [20138]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="normal_attack_dec",
+ ["num"]=1,
+ ["ratio"]=10000,
+ ["round"]=3
+ },
+ {
+ ["type"]="burn",
+ ["num"]=5000,
+ ["ratio"]=10000,
+ ["round"]=3
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 1,
+ 140
+ },
+ ["cd"]=3,
+ ["cd_start"]=0,
+ ["shake_time"]=200,
+ ["shake_type"]=6,
+ ["sound_hit"]={
+ 4300220
+ },
+ ["name_act"]="skill01",
+ ["fx_self"]=400087,
+ ["bullet_time"]={
+ 1833,
+ 3000,
+ 400
+ }
+ },
+ [20139]={
+ ["effect_type"]=1,
+ ["trigger"]=1,
+ ["effect"]={
+ {
+ ["type"]="hurt",
+ ["num"]=10000,
+ ["ratio"]=10000,
+ ["round"]=0
+ }
+ },
+ ["obj"]=2,
+ ["skill_position"]={
+ 1,
+ 140
+ },
+ ["cd"]=2,
+ ["cd_start"]=2,
+ ["shake_time"]=200,
+ ["shake_type"]=6,
+ ["name_act"]="skill01",
+ ["name_hit"]={
+ "suffer03"
+ },
+ ["fx_self"]=400053,
+ ["bullet_time"]={
+ 966,
+ 5000,
+ 400
+ }
+ },
[30001]={
["effect_type"]=1,
["trigger"]=1,
@@ -9520,6 +10962,6 @@ local skill = {
}
}
local config = {
-data=skill,count=364
+data=skill,count=414
}
return config
\ No newline at end of file
diff --git a/lua/app/config/talent.lua b/lua/app/config/talent.lua
index 6df858e5..151a7fb1 100644
--- a/lua/app/config/talent.lua
+++ b/lua/app/config/talent.lua
@@ -6,7 +6,8 @@ local talent = {
["type"]="atk_all",
["num"]=200000
}
- }
+ },
+ ["icon"]="talent_1"
},
[2]={
["qlt"]=1,
@@ -15,7 +16,8 @@ local talent = {
["type"]="attr_hp_all",
["num"]=600000
}
- }
+ },
+ ["icon"]="talent_2"
},
[3]={
["qlt"]=1,
@@ -24,7 +26,8 @@ local talent = {
["type"]="attr_dmgdec_all",
["num"]=20000
}
- }
+ },
+ ["icon"]="talent_3"
},
[4]={
["qlt"]=2,
@@ -33,7 +36,8 @@ local talent = {
["type"]="atk_all",
["num"]=300000
}
- }
+ },
+ ["icon"]="talent_4"
},
[5]={
["qlt"]=2,
@@ -42,7 +46,8 @@ local talent = {
["type"]="attr_hp_all",
["num"]=900000
}
- }
+ },
+ ["icon"]="talent_5"
},
[6]={
["qlt"]=2,
@@ -51,7 +56,8 @@ local talent = {
["type"]="attr_dmgdec_all",
["num"]=30000
}
- }
+ },
+ ["icon"]="talent_6"
},
[7]={
["qlt"]=2,
@@ -60,7 +66,8 @@ local talent = {
["type"]="attr_crit_all",
["num"]=100
}
- }
+ },
+ ["icon"]="talent_7"
},
[8]={
["qlt"]=2,
@@ -69,27 +76,32 @@ local talent = {
["type"]="attr_crit_time_all",
["num"]=500
}
- }
+ },
+ ["icon"]="talent_8"
},
[9]={
["qlt"]=3,
["value"]=1,
- ["fight"]=1000
+ ["fight"]=1000,
+ ["icon"]="talent_9"
},
[10]={
["qlt"]=3,
["value"]=500000,
- ["fight"]=500
+ ["fight"]=500,
+ ["icon"]="talent_10"
},
[11]={
["qlt"]=3,
["value"]=1,
- ["fight"]=1000
+ ["fight"]=1000,
+ ["icon"]="talent_11"
},
[12]={
["qlt"]=3,
["value"]=500,
- ["fight"]=1000
+ ["fight"]=1000,
+ ["icon"]="talent_12"
},
[13]={
["qlt"]=3,
@@ -98,7 +110,8 @@ local talent = {
["type"]="attr_normal_hurtp_all",
["num"]=500
}
- }
+ },
+ ["icon"]="talent_13"
},
[14]={
["qlt"]=3,
@@ -107,7 +120,8 @@ local talent = {
["type"]="attr_skill_hurtp_all",
["num"]=500
}
- }
+ },
+ ["icon"]="talent_14"
},
[15]={
["qlt"]=3,
@@ -116,12 +130,14 @@ local talent = {
["type"]="attr_atkp_all",
["num"]=500
}
- }
+ },
+ ["icon"]="talent_15"
},
[16]={
["qlt"]=3,
["value"]=1000,
- ["fight"]=1000
+ ["fight"]=1000,
+ ["icon"]="talent_16"
}
}
local config = {
diff --git a/lua/app/global/global_func.lua b/lua/app/global/global_func.lua
index 792c7a1b..84051daf 100644
--- a/lua/app/global/global_func.lua
+++ b/lua/app/global/global_func.lua
@@ -1977,4 +1977,35 @@ function GFunc.getFinalAttrValue(allAttrs, fixedId, factorId)
end
end
+---- 返回一个显示等间距,但是数值不等间距的sliderValue
+-- defaultValue 值代表第一段少了平均每段的值
+function GFunc.getUnevenSliderValue(list, value, defaultValue)
+ local count = #list
+ if count <= 0 then
+ return 0
+ end
+ local pervalue = 1 / (count - (defaultValue or 0))
+ local firstValue = 1 / (defaultValue or 1)
+ local per = 0
+ local pervalue2 = 0
+ for index, v in ipairs(list) do
+ if index == 1 then
+ pervalue2 = pervalue / firstValue
+ else
+ pervalue2 = pervalue
+ end
+ if v <= value then
+ per = per + pervalue2
+ else
+ local before = list[index - 1]
+ if not before then
+ before = 0
+ end
+ per = per + (value - before) / math.max((v - before), 1) * pervalue2
+ break
+ end
+ end
+ return per
+end
+
return GFunc
\ No newline at end of file
diff --git a/lua/app/module/task/task_const.lua b/lua/app/module/task/task_const.lua
index af2ab1a6..38026604 100644
--- a/lua/app/module/task/task_const.lua
+++ b/lua/app/module/task/task_const.lua
@@ -1,5 +1,11 @@
local TaskConst = {}
+-- 周期类型
+TaskConst.ROUTINE_TYPE = {
+ DAILY = 1,
+ ACHIEVEMENT = 2,
+}
+
TaskConst.TASK_TYPE = {
X_WATCH_AD = 1,
X_GOLD_GOT = 2,
diff --git a/lua/app/module/task/task_manager.lua b/lua/app/module/task/task_manager.lua
index 662e5666..09617c0f 100644
--- a/lua/app/module/task/task_manager.lua
+++ b/lua/app/module/task/task_manager.lua
@@ -132,9 +132,6 @@ function TaskManager:addTaskProgress(type, ...)
end
function TaskManager:dispatchTask(type, count)
- if DataManager.DailyTaskData:getIfCanReset() then -- 跨天了
- ModuleManager.TaskManager:resetDailyTask()
- end
if not self.registerTaskInfo then
return
end
@@ -149,6 +146,29 @@ function TaskManager:dispatchTask(type, count)
end
end
+--@region 成就
+function TaskManager:onTaskAchievementReq(taskId, stage)
+ stage = stage - 1-- 服务器从0开始
+ -- 一键领取处理
+ taskId = nil
+ stage = nil
+ self:sendMessage(ProtoMsgType.FromMsgEnum.TaskAchievementReq, {task_id = taskId, stage = stage}, {}, self.onTaskAchievementRsp, BIReport.ITEM_GET_TYPE.TASK_ACHIEVEMENT)
+end
+
+function TaskManager:onTaskAchievementRsp(result)
+ if result.err_code ~= GConst.ERROR_STR.SUCCESS then
+ return
+ end
+
+ GFunc.showRewardBox(result.rewards)
+ if result.reqData.task_id and result.reqData.stage then
+ DataManager.DailyTaskData:onAchievementClaimed(result.reqData.task_id, result.reqData.stage + 1)
+ else
+ DataManager.DailyTaskData:onAchievementClaimed()
+ end
+ BIReport:postTaskAchievementOpt(result.reqData.task_id, result.reqData.stage, result.rewards)
+end
+--@endregion
------------------------------------------------------ 处理任务 ------------------------------------------------------
function TaskManager:xKillMonster(count)
self:dispatchTask(GConst.TaskConst.TASK_TYPE.X_KILL_MONSTER, count)
diff --git a/lua/app/ui/arena/cell/arena_grading_reward_cell.lua b/lua/app/ui/arena/cell/arena_grading_reward_cell.lua
index 7d0a3c9b..897c5717 100644
--- a/lua/app/ui/arena/cell/arena_grading_reward_cell.lua
+++ b/lua/app/ui/arena/cell/arena_grading_reward_cell.lua
@@ -3,142 +3,133 @@ local ArenaGradingRewardCell = class("ArenaGradingRewardCell", BaseCell)
-- 光效
local EFFECT_LIGHT = "assets/prefabs/effects/ui/vfx_ui_arena_gift_b01.prefab"
-local COMMON_GRADING_POSY = 265
-local UNLOCK_GRADING_POSY = 375
+local COMMON_GRADING_POSY = 242
+local UNLOCK_GRADING_POSY = 346
function ArenaGradingRewardCell:init()
- local uiMap = self:getUIMap()
+ local uiMap = self:getUIMap()
- -- 段位spine
- self.gradingNode = uiMap["arena_grading_reward_cell.grading"]
- self.spineGradingRoot = uiMap["arena_grading_reward_cell.grading.spine_root"]
- self.txGrading = uiMap["arena_grading_reward_cell.grading.tx_grading"]
- -- 进度
- self.progress = uiMap["arena_grading_reward_cell.progress"]
- self.imgProgCur = uiMap["arena_grading_reward_cell.progress.img_prog_cur"]:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER)
- self.imgProgMax = uiMap["arena_grading_reward_cell.progress.img_prog_max"]:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER)
- self.txGradingValue = uiMap["arena_grading_reward_cell.progress.tx_value"]
- -- 游标
- self.tagProg = uiMap["arena_grading_reward_cell.cur_prog"]
- self.txTag = uiMap["arena_grading_reward_cell.cur_prog.tx_tag"]
- -- 通用奖励
- self.commonReward = uiMap["arena_grading_reward_cell.common_reward"]
- self.txDesc = uiMap["arena_grading_reward_cell.common_reward.tx_desc"]
- self.maskReward = uiMap["arena_grading_reward_cell.common_reward.mask"]
- self.rootEffect = uiMap["arena_grading_reward_cell.common_reward.root_effect"]
- self.rewards = {}
- for i = 1, 4 do
- table.insert(self.rewards, uiMap["arena_grading_reward_cell.common_reward.rewards.reward_cell_" .. i]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.REWARD_CELL))
- end
- -- 英雄解锁
- self.heroUnlock = uiMap["arena_grading_reward_cell.hero_unlock"]
- self.txUnlock = uiMap["arena_grading_reward_cell.hero_unlock.tx_unlock"]
- self.heroList = uiMap["arena_grading_reward_cell.hero_unlock.hero_list"]
- self.heros = {}
- for i = 1, 6 do
- table.insert(self.heros, uiMap["arena_grading_reward_cell.hero_unlock.hero_list.item_hero_" .. i])
- end
+ -- 段位spine
+ self.gradingNode = uiMap["arena_grading_reward_cell.grading"]
+ self.spineGradingRoot = uiMap["arena_grading_reward_cell.grading.spine_root"]
+ self.txGrading = uiMap["arena_grading_reward_cell.grading.tx_grading"]
+ -- 进度
+ self.progress = uiMap["arena_grading_reward_cell.progress"]
+ self.imgProgCur = uiMap["arena_grading_reward_cell.progress.img_prog_cur"]:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER)
+ self.imgProgMax = uiMap["arena_grading_reward_cell.progress.img_prog_max"]:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER)
+ self.txGradingValue = uiMap["arena_grading_reward_cell.progress.tx_value"]
+ -- 游标
+ self.tagProg = uiMap["arena_grading_reward_cell.cur_prog"]
+ self.txTag = uiMap["arena_grading_reward_cell.cur_prog.tx_tag"]
+ -- 通用奖励
+ self.commonReward = uiMap["arena_grading_reward_cell.common_reward"]
+ self.txDesc = uiMap["arena_grading_reward_cell.common_reward.tx_desc"]
+ self.maskReward = uiMap["arena_grading_reward_cell.common_reward.mask"]
+ self.rootEffect = uiMap["arena_grading_reward_cell.common_reward.root_effect"]
+ self.rewards = {}
+ for i = 1, 4 do
+ table.insert(self.rewards, uiMap["arena_grading_reward_cell.common_reward.rewards.reward_cell_" .. i]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.REWARD_CELL))
+ end
- self.commonReward:addClickListener(function()
- if DataManager.ArenaData:canGetGradingReward(self.id) and not DataManager.ArenaData:isReceivedGradingReward(self.id) then
- ModuleManager.ArenaManager:reqGradingReward(self.id)
- end
+ self.commonReward:addClickListener(function()
+ if DataManager.ArenaData:canGetGradingReward(self.id) and not DataManager.ArenaData:isReceivedGradingReward(self.id) then
+ ModuleManager.ArenaManager:reqGradingReward(self.id)
+ end
end)
end
function ArenaGradingRewardCell:setUI(root)
- self.uiRoot = root
+ self.uiRoot = root
end
function ArenaGradingRewardCell:refresh(id)
- self.id = id
- local cfg = DataManager.ArenaData:getGradingRewardCfg()[self.id]
- local curPoint = DataManager.ArenaData:getScore()
- local maxPoint = DataManager.ArenaData:getMaxScore()
- local curProg = DataManager.ArenaData:getGradingRewardProgressByScore(self.id, curPoint)
- local maxProg = DataManager.ArenaData:getGradingRewardProgressByScore(self.id, maxPoint)
+ self.id = id
+ local cfg = DataManager.ArenaData:getGradingRewardCfg()[self.id]
+ local curPoint = DataManager.ArenaData:getScore()
+ local maxPoint = DataManager.ArenaData:getMaxScore()
+ local curProg = DataManager.ArenaData:getGradingRewardProgressByScore(self.id, curPoint)
+ local maxProg = DataManager.ArenaData:getGradingRewardProgressByScore(self.id, maxPoint)
- -- Logger.logHighlight(id.."当前进度:"..cfg.score.."/" .. curProg .."/"..maxProg)
+ -- Logger.logHighlight(id.."当前进度:"..cfg.score.."/" .. curProg .."/"..maxProg)
- self.spineGradingRoot:removeAllChildren()
- local gradingId = DataManager.ArenaData:getGradingIdFromScore(cfg.score)
- SpineManager:loadUISpineWidgetAsync(DataManager.ArenaData:getGradingIconName(gradingId).."_spine", self.spineGradingRoot, function(spineObject)
- spineObject:setSkin(DataManager.ArenaData:getGradingNumName(gradingId))
- spineObject:playAnim("idle", true)
- end)
- self.txGrading:setText(DataManager.ArenaData:getGradingName(gradingId))
+ -- self.spineGradingRoot:removeAllChildren()
+ local gradingId = DataManager.ArenaData:getGradingIdFromScore(cfg.score)
+ -- SpineManager:loadUISpineWidgetAsync(DataManager.ArenaData:getGradingIconName(gradingId).."_spine", self.spineGradingRoot, function(spineObject)
+ -- spineObject:setSkin(DataManager.ArenaData:getGradingNumName(gradingId))
+ -- spineObject:playAnim("idle", true)
+ -- end)
+ self.txGrading:setText(DataManager.ArenaData:getGradingName(gradingId))
- self.baseObject:setSizeDeltaY(DataManager.ArenaData:getGradingRewardItemHeight(self.id))
- if DataManager.ArenaData:isGradingMin(self.id) then
- self.gradingNode:setActive(true)
- self.gradingNode:setAnchoredPositionY(COMMON_GRADING_POSY)
- else
- self.gradingNode:setActive(false)
- end
- self.heroUnlock:setActive(false)
+ self.baseObject:setSizeDeltaY(DataManager.ArenaData:getGradingRewardItemHeight(self.id))
+ if DataManager.ArenaData:isGradingMin(self.id) then
+ self.gradingNode:setActive(true)
+ self.gradingNode:setAnchoredPositionY(COMMON_GRADING_POSY)
+ else
+ self.gradingNode:setActive(false)
+ end
- local minScore = DataManager.ArenaData:getSeasonGradingMinScore()
- self.txTag:setText(curPoint - minScore)
- self.txGradingValue:setText(cfg.score - minScore)
- self.imgProgCur.value = curProg
- self.imgProgMax.value = maxProg
+ local minScore = DataManager.ArenaData:getSeasonGradingMinScore()
+ self.txTag:setText(curPoint - minScore)
+ self.txGradingValue:setText(cfg.score - minScore)
+ self.imgProgCur.value = curProg
+ self.imgProgMax.value = maxProg
- if DataManager.ArenaData:getCurGradingRewardId() == self.id then
- self.tagProg:setVisible(true)
- local rootHeight = self.baseObject:fastGetSizeDeltaY()
- local posY = rootHeight * curProg
+ if DataManager.ArenaData:getCurGradingRewardId() == self.id then
+ self.tagProg:setVisible(true)
+ local rootHeight = self.baseObject:fastGetSizeDeltaY()
+ local posY = rootHeight * curProg
- -- 高度超框处理
- if self.id == 1 or self.id == #DataManager.ArenaData:getGradingRewardCfg() then
- local tagHeight = self.tagProg:fastGetSizeDeltaY()
- if posY < tagHeight / 2 then
- posY = tagHeight / 2
- end
- end
- self.tagProg:setAnchoredPositionY(posY)
- self.baseObject:getTransform():SetAsLastSibling()
- else
- self.tagProg:setVisible(false)
- end
+ -- 高度超框处理
+ if self.id == 1 or self.id == #DataManager.ArenaData:getGradingRewardCfg() then
+ local tagHeight = self.tagProg:fastGetSizeDeltaY()
+ if posY < tagHeight / 2 then
+ posY = tagHeight / 2
+ end
+ end
+ self.tagProg:setAnchoredPositionY(posY)
+ self.baseObject:getTransform():SetAsLastSibling()
+ else
+ self.tagProg:setVisible(false)
+ end
- local canGet = DataManager.ArenaData:canGetGradingReward(self.id)
- local isReceived = DataManager.ArenaData:isReceivedGradingReward(self.id)
- self.maskReward:setVisible(not canGet)
- if canGet then
- if isReceived then
- self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.COLLECTION_DESC_5))
- else
- self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_DESC_42))
- end
- else
- self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.COLLECTION_DESC_6))
- end
+ local canGet = DataManager.ArenaData:canGetGradingReward(self.id)
+ local isReceived = DataManager.ArenaData:isReceivedGradingReward(self.id)
+ self.maskReward:setVisible(not canGet)
+ if canGet then
+ if isReceived then
+ self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.COLLECTION_DESC_5))
+ else
+ self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_DESC_42))
+ end
+ else
+ self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.COLLECTION_DESC_6))
+ end
- self.rootEffect:removeAllChildren()
- if canGet and not isReceived then
- EffectManager:loadUIEffectAsync(EFFECT_LIGHT, self.uiRoot, self.rootEffect, GConst.UI_EFFECT_ORDER.LEVEL5, function(obj)
- obj:setAnchoredPosition(0, 0)
- obj:play()
- end)
- end
+ self.rootEffect:removeAllChildren()
+ if canGet and not isReceived then
+ -- EffectManager:loadUIEffectAsync(EFFECT_LIGHT, self.uiRoot, self.rootEffect, GConst.UI_EFFECT_ORDER.LEVEL5, function(obj)
+ -- obj:setAnchoredPosition(0, 0)
+ -- obj:play()
+ -- end)
+ end
- for idx, reward in ipairs(self.rewards) do
- if cfg.reward[idx] then
- reward:addClickListener(nil)
- reward:setVisible(true)
- reward:refreshByConfig(cfg.reward[idx], isReceived, isReceived)
- reward:showLight(canGet and not isReceived, self.uiRoot)
- if canGet and not isReceived then
- reward:addClickListener(function()
- if DataManager.ArenaData:canGetGradingReward(self.id) and not DataManager.ArenaData:isReceivedGradingReward(self.id) then
- ModuleManager.ArenaManager:reqGradingReward(self.id)
- end
- end)
- end
- else
- reward:setVisible(false)
- end
- end
+ for idx, reward in ipairs(self.rewards) do
+ if cfg.reward[idx] then
+ reward:addClickListener(nil)
+ reward:setVisible(true)
+ reward:refreshByConfig(cfg.reward[idx], isReceived, isReceived)
+ reward:showLight(canGet and not isReceived, self.uiRoot)
+ if canGet and not isReceived then
+ reward:addClickListener(function()
+ if DataManager.ArenaData:canGetGradingReward(self.id) and not DataManager.ArenaData:isReceivedGradingReward(self.id) then
+ ModuleManager.ArenaManager:reqGradingReward(self.id)
+ end
+ end)
+ end
+ else
+ reward:setVisible(false)
+ end
+ end
end
return ArenaGradingRewardCell
\ No newline at end of file
diff --git a/lua/app/ui/main_city/component/main_comp.lua b/lua/app/ui/main_city/component/main_comp.lua
index 51dc5590..02f90f7e 100644
--- a/lua/app/ui/main_city/component/main_comp.lua
+++ b/lua/app/ui/main_city/component/main_comp.lua
@@ -145,8 +145,7 @@ function MainComp:init()
self:refresh()
end)
self.leftBtn:addClickListener(function()
- -- GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.CHAPTER_DESC_2))
- GFunc.showToast("游历")
+ ModuleManager.IdleManager:showIdleDropUI()
end)
self.rightBtn:addClickListener(function()
GFunc.showToast("限时祈愿")
diff --git a/lua/app/ui/main_city/main_city_ui.lua b/lua/app/ui/main_city/main_city_ui.lua
index ab134a6b..7c2d5ce9 100644
--- a/lua/app/ui/main_city/main_city_ui.lua
+++ b/lua/app/ui/main_city/main_city_ui.lua
@@ -787,7 +787,7 @@ function MainCityUI:refreshTask()
return
end
self.taskBtn:setVisible(true)
- local showRedPoint = DataManager.DailyTaskData:getIsShowRedPoint()
+ local showRedPoint = DataManager.DailyTaskData:showRedPoint()
if showRedPoint then
self.taskBtn:addRedPoint(38, 34, 0.7)
else
diff --git a/lua/app/ui/shop/cell/pop_hero_cell.lua b/lua/app/ui/shop/cell/pop_hero_cell.lua
index e625d575..8a332c35 100644
--- a/lua/app/ui/shop/cell/pop_hero_cell.lua
+++ b/lua/app/ui/shop/cell/pop_hero_cell.lua
@@ -10,7 +10,6 @@ function PopHeroCell:init()
self.progressTx = uiMap["pop_hero_cell.progress_bg.progress_tx"]
self.lvUpArrow = uiMap["pop_hero_cell.effect_node.ui_spine_obj"]
self.fragmenImg = uiMap["pop_hero_cell.progress_bg.fragment_img"]
- self.sImg = uiMap["pop_hero_cell.s"]
self.newBg = uiMap["pop_hero_cell.new_bg"]
self.newTx = uiMap["pop_hero_cell.new_bg.text"]
self.numTx = uiMap["pop_hero_cell.num_tx"]
@@ -91,7 +90,6 @@ function PopHeroCell:_refresh(heroInfo)
self.bg:setSprite(GConst.ATLAS_PATH.ICON_ITEM, GConst.FRAME_QLT[heroInfo.qlt])
self.icon:setSprite(GConst.ATLAS_PATH.ICON_HERO, tostring(heroInfo.icon))
self.matchImg:setSprite(GConst.ATLAS_PATH.ICON_HERO, GConst.HeroConst.MATCH_ICON_NAME[heroInfo.position])
- self.sImg:setVisible(heroInfo.qlt >= 4)
end
function PopHeroCell:addClickListener(callback)
diff --git a/lua/app/ui/task/cell/achievement_task_cell.lua b/lua/app/ui/task/cell/achievement_task_cell.lua
new file mode 100644
index 00000000..1cfc134d
--- /dev/null
+++ b/lua/app/ui/task/cell/achievement_task_cell.lua
@@ -0,0 +1,73 @@
+local AchievementTaskCell = class("AchievementTaskCell", BaseCell)
+
+function AchievementTaskCell:init()
+ local uiMap = self.baseObject:genAllChildren()
+ self.nameTx = uiMap["achievement_cell.name_tx"]
+ self.progress = uiMap["achievement_cell.progress_bg.progress"]:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER)
+ self.progressTx = uiMap["achievement_cell.progress_bg.progress_tx"]
+ self.getBtn = uiMap["achievement_cell.get_btn"]
+ self.getBtnTx = uiMap["achievement_cell.get_btn.text"]
+ self.progressBg = uiMap["achievement_cell.progress_bg"]
+
+ self.rewardCells = {}
+ for i = 1, 3 do
+ self.rewardCells[i] = CellManager:addCellComp(uiMap["achievement_cell.reward_cell_" .. i], GConst.TYPEOF_LUA_CLASS.REWARD_CELL)
+ end
+
+ self.getBtn:addClickListener(function()
+ if DataManager.DailyTaskData:canClaimAchievement(self.taskId, self.taskStage) then
+ ModuleManager.TaskManager:onTaskAchievementReq(self.taskId, self.taskStage)
+ else
+ -- ModuleManager.TaskManager:goToTask(self.taskType)
+ ModuleManager.TaskManager:onTaskAchievementReq(self.taskId, self.taskStage)
+ end
+ end)
+end
+
+function AchievementTaskCell:refresh(taskId)
+ self.taskId = taskId
+ self.taskType = DataManager.DailyTaskData:getTaskTypeByAchievementId(self.taskId)
+ self.taskStage = DataManager.DailyTaskData:getAchievementStage(self.taskId)
+ local taskTarget = DataManager.DailyTaskData:getAchievementCondition(self.taskId, self.taskStage)
+ local taskProg = DataManager.DailyTaskData:getAchievementProg(self.taskId)
+ taskProg = taskProg > taskTarget and taskTarget or taskProg
+
+ self.progress.value = taskProg / taskTarget
+ self.progressTx:setText(taskProg.."/"..taskTarget)
+
+ local rewards = {DataManager.DailyTaskData:getAchievementReward(self.taskId, self.taskStage)}
+ for i = 1, 3 do
+ if rewards[i] then
+ self.rewardCells[i]:setActive(true)
+ self.rewardCells[i]:refreshByConfig(rewards[i])
+ else
+ self.rewardCells[i]:setActive(false)
+ end
+ end
+
+ if DataManager.DailyTaskData:isAchievementReceived(self.taskId, self.taskStage) then
+ -- 已完成
+ -- self.mask:setActive(true)
+ self.getBtn:setTouchEnable(false)
+ self.getBtnTx:setText(I18N:getGlobalText(I18N.GlobalConst.BTN_DONE))
+ self.getBtn:setSprite(GConst.ATLAS_PATH.COMMON, "common_btn_grey_1")
+ -- self.nameTx:setText("" .. GFunc.getTaskDesc(self.taskType, taskTarget) .. "")
+ self.nameTx:setText(GFunc.getTaskDesc(self.taskType, taskTarget))
+ else
+ -- 未完成 or 可领取
+ -- self.mask:setActive(false)
+ self.getBtn:setTouchEnable(true)
+ -- self.nameTx:setText("" .. GFunc.getTaskDesc(self.taskType, taskTarget) .. "")
+ self.nameTx:setText(GFunc.getTaskDesc(self.taskType, taskTarget))
+
+ if DataManager.DailyTaskData:isAchievementFinished(self.taskId, self.taskStage) then
+ self.getBtnTx:setText(I18N:getGlobalText(I18N.GlobalConst.BTN_CLAIM))
+ self.getBtn:setSprite(GConst.ATLAS_PATH.COMMON, "common_btn_blue_1")
+ else
+ self.getBtnTx:setText(I18N:getGlobalText(I18N.GlobalConst.EQUIP_DESC_21))
+ self.getBtn:setSprite(GConst.ATLAS_PATH.COMMON, "common_btn_yellow_1")
+ end
+ end
+end
+
+return AchievementTaskCell
\ No newline at end of file
diff --git a/lua/app/ui/task/cell/achievement_task_cell.lua.meta b/lua/app/ui/task/cell/achievement_task_cell.lua.meta
new file mode 100644
index 00000000..8abfca17
--- /dev/null
+++ b/lua/app/ui/task/cell/achievement_task_cell.lua.meta
@@ -0,0 +1,10 @@
+fileFormatVersion: 2
+guid: f40fcf9dd2dca4562a70efd453825092
+ScriptedImporter:
+ internalIDToNameTable: []
+ externalObjects: {}
+ serializedVersion: 2
+ userData:
+ assetBundleName:
+ assetBundleVariant:
+ script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
diff --git a/lua/app/ui/task/cell/daily_task_cell.lua b/lua/app/ui/task/cell/daily_task_cell.lua
index 349c3726..7298aef7 100644
--- a/lua/app/ui/task/cell/daily_task_cell.lua
+++ b/lua/app/ui/task/cell/daily_task_cell.lua
@@ -5,115 +5,56 @@ function DailyTaskCell:init()
self.icon = uiMap["task_cell.icon"]
self.nameTx = uiMap["task_cell.name_tx"]
self.progressBg = uiMap["task_cell.progress_bg"]
- self.progress = uiMap["task_cell.progress_bg.progress"]
+ self.progress = uiMap["task_cell.progress_bg.progress"]:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER)
self.progressTx = uiMap["task_cell.progress_bg.progress_tx"]
- self.getBtnRoot = uiMap["task_cell.get_btn"]
- local getBtn = uiMap["task_cell.get_btn.btn"]
- getBtn:addClickListener(function()
- if self.taskId then
- ModuleManager.TaskManager:claimDailyTask(self.taskId)
- end
+ self.pointTx = uiMap["task_cell.point_tx"]
+ self.getBtn = uiMap["task_cell.get_btn"]
+ self.getBtnTx = uiMap["task_cell.get_btn.text"]
+ self.getBtn:addClickListener(function()
+ if DataManager.DailyTaskData:canClaimTask(self.taskId) then
+ ModuleManager.TaskManager:claimDailyTask(self.taskId)
+ else
+ -- ModuleManager.TaskManager:goToTask(self.taskType)
+ end
end)
- self.getBtnTx = uiMap["task_cell.get_btn.btn.text"]
- self.getBtnTx:setText(I18N:getGlobalText(I18N.GlobalConst.BTN_CLAIM))
- self.refreshBtnRoot = uiMap["task_cell.refresh_btn"]
- local refreshBtn = uiMap["task_cell.refresh_btn.btn"]
- refreshBtn:addClickListener(function()
- if self.taskId then
- ModuleManager.TaskManager:refreshDailyTask(self.taskId)
- end
- end)
- self.adBtnRoot = uiMap["task_cell.ad_btn"]
- local adBtn = uiMap["task_cell.ad_btn.btn"]
- adBtn:addClickListener(function()
- if self.taskId then
- ModuleManager.TaskManager:watchTaskSpecialAd()
- end
- end)
- self.refreshBtnTx = uiMap["task_cell.refresh_btn.btn.text"]
- self.refreshBtnTx:setText(I18N:getGlobalText(I18N.GlobalConst.STR_REFRESH))
- self.rewardCellComp = uiMap["task_cell.reward_cell"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.REWARD_CELL)
- self.lockNode = uiMap["task_cell.lock_node"]
- self.lockBg = uiMap["task_cell.lock_bg"]
- local lockBtn = uiMap["task_cell.lock_node.lock_btn.btn"]
- lockBtn:addClickListener(function()
- if DataManager.BountyData:getIsOpen() then
- DataManager.BountyData:clearPopBought()
- ModuleManager.BountyManager:showBountyMainUI()
- end
- end)
- local lockBtnTx = uiMap["task_cell.lock_node.lock_btn.btn.text"]
- lockBtnTx:setText(I18N:getGlobalText(I18N.GlobalConst.STR_UNLOCK))
- local lockTx = uiMap["task_cell.lock_node.lock_tx"]
- lockTx:setText(I18N:getGlobalText(I18N.GlobalConst.TASK_DESC_1))
- self.completeNode = uiMap["task_cell.complete"]
- local completeTx = uiMap["task_cell.complete.text"]
- completeTx:setText(I18N:getGlobalText(I18N.GlobalConst.STR_COMPLETED))
end
-function DailyTaskCell:refresh(task)
- self.taskId = task.id
- local icon = DataManager.DailyTaskData:getDailyTaskIcon(task.id)
- self.icon:setSprite(GConst.ATLAS_PATH.ICON_TASK, icon)
- local taskDesc = DataManager.DailyTaskData:getDailyTaskDesc(task.id)
- self.nameTx:setText(taskDesc)
+function DailyTaskCell:refresh(taskId)
+ self.taskId = taskId
+ self.taskType = DataManager.DailyTaskData:getTaskType(self.taskId)
+ -- local icon = DataManager.DailyTaskData:getDailyTaskIcon(task.id)
+ -- self.icon:setSprite(GConst.ATLAS_PATH.ICON_TASK, icon)
- if task.lock then
- self.lockNode:setVisible(true)
- self.lockBg:setVisible(true)
- self.progressBg:setVisible(false)
- self.refreshBtnRoot:setVisible(false)
- self.getBtnRoot:setVisible(false)
- self.adBtnRoot:setVisible(false)
- self.completeNode:setVisible(false)
+ local taskTarget = DataManager.DailyTaskData:getTaskTarget(self.taskId)
+ local taskProg = DataManager.DailyTaskData:getTaskProg(self.taskId)
+ taskProg = taskProg > taskTarget and taskTarget or taskProg
+
+ self.pointTx:setText(DataManager.DailyTaskData:getTaskPoint(self.taskId))
+ self.progress.value = taskProg / taskTarget
+ self.progressTx:setText(taskProg.."/"..taskTarget)
+
+ if DataManager.DailyTaskData:isTaskReceived(self.taskId) then
+ -- 已完成
+ -- self.mask:setActive(true)
+ self.getBtn:setTouchEnable(false)
+ self.getBtnTx:setText(I18N:getGlobalText(I18N.GlobalConst.BTN_DONE))
+ self.getBtn:setSprite(GConst.ATLAS_PATH.COMMON, "common_btn_grey_1")
+ -- self.nameTx:setText("" .. GFunc.getTaskDesc(self.taskType, taskTarget) .. "")
+ self.nameTx:setText(GFunc.getTaskDesc(self.taskType, taskTarget))
else
- self.lockBg:setVisible(false)
- self.lockNode:setVisible(false)
- self.progressBg:setVisible(true)
- local count = task.progress
- local needCount = task.needProgress
- if task.claimed then -- 已经领过了
- self.completeNode:setVisible(true)
- self.getBtnRoot:setVisible(false)
- self.refreshBtnRoot:setVisible(false)
- self.adBtnRoot:setVisible(false)
- if count >= needCount then
- count = needCount
- end
+ -- 未完成 or 可领取
+ -- self.mask:setActive(false)
+ self.getBtn:setTouchEnable(true)
+ -- self.nameTx:setText("" .. GFunc.getTaskDesc(self.taskType, taskTarget) .. "")
+ self.nameTx:setText(GFunc.getTaskDesc(self.taskType, taskTarget))
+
+ if DataManager.DailyTaskData:isTaskFinished(self.taskId) then
+ self.getBtnTx:setText(I18N:getGlobalText(I18N.GlobalConst.BTN_CLAIM))
+ self.getBtn:setSprite(GConst.ATLAS_PATH.COMMON, "common_btn_blue_1")
else
- self.completeNode:setVisible(false)
- if count >= needCount then
- count = needCount
- self.getBtnRoot:setVisible(true)
- self.refreshBtnRoot:setVisible(false)
- self.adBtnRoot:setVisible(false)
- else
- self.getBtnRoot:setVisible(false)
- local isAdType = DataManager.DailyTaskData:getDailyTaskIsAdType(task.id)
- if isAdType then
- self.adBtnRoot:setVisible(true)
- self.refreshBtnRoot:setVisible(false)
- else
- self.adBtnRoot:setVisible(false)
- local canRefresh = DataManager.DailyTaskData:getDailyTaskCanRefresh(task.id)
- if canRefresh then
- if task.refresh then -- 刷过了
- self.refreshBtnRoot:setVisible(false)
- else
- self.refreshBtnRoot:setVisible(true)
- end
- else
- self.refreshBtnRoot:setVisible(false)
- end
- end
- end
+ self.getBtnTx:setText(I18N:getGlobalText(I18N.GlobalConst.EQUIP_DESC_21))
+ self.getBtn:setSprite(GConst.ATLAS_PATH.COMMON, "common_btn_yellow_1")
end
- self.progressTx:setText(count .. "/" .. needCount)
- self.progress:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER).value = count/needCount
- end
- local reward = DataManager.DailyTaskData:getDailyTaskReward(task.id)
- if reward and reward[1] then
- self.rewardCellComp:refreshByConfig(reward[1])
end
end
diff --git a/lua/app/ui/task/task_main_ui.lua b/lua/app/ui/task/task_main_ui.lua
index b93abac9..12c98a51 100644
--- a/lua/app/ui/task/task_main_ui.lua
+++ b/lua/app/ui/task/task_main_ui.lua
@@ -1,96 +1,19 @@
local TaskMainUI = class("TaskMainUI", BaseUI)
local PAGE_DAILY = 1
-local PAGE_CHALLENGE = 2
-local TASK_TYPE_DAILY = 1
local DAILY_TASK_CELL = "app/ui/task/cell/daily_task_cell"
-
-local function sortTask(taskList)
- table.sort(taskList, function(a, b)
- if a.claimed == b.claimed then
- if a.claimed then
- return a.id < b.id
- else
- local completeA = a.progress >= a.needProgress
- local completeB = b.progress >= b.needProgress
- if completeA == completeB then
- if completeA then
- return a.id < b.id
- else -- 没有完成的优先显示战令解锁
- if a.lock == b.lock then
- return a.id < b.id
- else
- return b.lock
- end
- end
- else
- return completeA
- end
- end
- else
- return b.claimed
- end
- end)
-end
+local ACHIEVEMENT_TASK_CELL = "app/ui/task/cell/achievement_task_cell"
function TaskMainUI:onPressBackspace()
self:closeUI()
end
-function TaskMainUI:ctor(params)
- self.page = params and params.page or PAGE_DAILY
- self.dailyTaskList = {}
- self.challengeTaskList = {}
- self:initTaskList()
- if DataManager.DailyTaskData:getIfCanReset() then
- ModuleManager.TaskManager:resetDailyTask()
- end
-end
-
function TaskMainUI:isFullScreen()
- return false
+ return false
end
function TaskMainUI:getPrefabPath()
- return "assets/prefabs/ui/task/task_main_ui.prefab"
-end
-
-function TaskMainUI:initTaskList()
- for i = 1, #self.dailyTaskList do
- table.remove(self.dailyTaskList)
- end
- for i = 1, #self.challengeTaskList do
- table.remove(self.challengeTaskList)
- end
- local taskAdId = DataManager.DailyTaskData:getDailyTaskAdId()
- local taskFinalId = DataManager.DailyTaskData:getDailyTaskFinalId()
- local dailyTasks = DataManager.DailyTaskData:getDailyTasks()
- for k, v in pairs(dailyTasks) do
- if k ~= taskAdId and k ~= taskFinalId then
- if v.type == TASK_TYPE_DAILY then
- table.insert(self.dailyTaskList, v)
- else
- table.insert(self.challengeTaskList, v)
- end
- end
- end
- sortTask(self.dailyTaskList)
- sortTask(self.challengeTaskList)
- -- 审核模式不显示战令任务
- if GFunc.isShenhe() then
- for i = #self.dailyTaskList, 1, -1 do
- local task = self.dailyTaskList[i]
- if task.lock then
- table.remove(self.dailyTaskList, i)
- end
- end
- for i = #self.challengeTaskList, 1, -1 do
- local task = self.challengeTaskList[i]
- if task.lock then
- table.remove(self.challengeTaskList, i)
- end
- end
- end
+ return "assets/prefabs/ui/task/task_main_ui.prefab"
end
function TaskMainUI:onClose()
@@ -102,15 +25,88 @@ function TaskMainUI:onClose()
end
end
+function TaskMainUI:ctor(params)
+ self.page = params and params.page or PAGE_DAILY
+ self.dailyTaskList = {}
+ self.achievementTaskList = {}
+end
+
function TaskMainUI:onLoadRootComplete()
- self.uiMap = self.root:genAllChildren()
- self.uiMap["task_main_ui.bg.close_btn"]:addClickListener(function()
+ local uiMap = self.root:genAllChildren()
+ uiMap["task_main_ui.bg.close_btn"]:addClickListener(function()
self:closeUI()
end)
- self:initTitle()
- self:initPage()
- self:initCountDown()
+ self.titleTx = uiMap["task_main_ui.bg.title_tx"]
+
+ self.btnTxs = {
+ I18N:getGlobalText(I18N.GlobalConst.TASK_DAILY),
+ I18N:getGlobalText(I18N.GlobalConst.TASK_CHALLENGE),
+ }
+ self.pageBtns = {}
+ self.pageBtnTxs = {}
+ for i = 1, 2 do
+ self.pageBtns[i] = uiMap["task_main_ui.bg.page_btn_" .. i]
+ self.pageBtnTxs[i] = uiMap["task_main_ui.bg.page_btn_" .. i .. ".text"]
+ self.pageBtns[i] :addClickListener(function()
+ -- if not self:getIsOpen(i) or self.page == i then
+ -- return
+ -- end
+ self.page = i
+ self:onRefresh()
+ end)
+ end
+ self.menuOneRedPoint = uiMap["task_main_ui.bg.red_point_1"]
+ self.menuTwoRedPoint = uiMap["task_main_ui.bg.red_point_2"]
+
+ self.dailyNode = uiMap["task_main_ui.bg.daily"]
+ self.dailyTaskFinalCellNameTx = uiMap["task_main_ui.bg.daily.task_final_cell.name_tx"]
+ self.dailyTaskFinalCellProgress = uiMap["task_main_ui.bg.daily.task_final_cell.progress"]:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER)
+ self.dailyTaskFinalCellProgressTx = uiMap["task_main_ui.bg.daily.task_final_cell.progress_tx"]
+ self.boxBtns = {}
+ self.boxBtnTxs = {}
+ local stageIds = DataManager.DailyTaskData:getStageIds()
+ for i = 1, 5 do
+ self.boxBtns[i] = uiMap["task_main_ui.bg.daily.task_final_cell.box_" .. i]
+ self.boxBtnTxs[i] = uiMap["task_main_ui.bg.daily.task_final_cell.box_" .. i .. ".text"]
+ self.boxBtnTxs[i]:setText(DataManager.DailyTaskData:getStageCondition(stageIds[i]))
+ -- self.boxBtns[i]:addClickListener(function()
+ -- GFunc.showToast(i)
+ -- -- local taskId = DataManager.DailyTaskData:getDailyTaskFinalId()
+ -- -- if DataManager.DailyTaskData:getDailyTaskCanClaimTask(taskId) then
+ -- -- ModuleManager.TaskManager:claimDailyTask(taskId)
+ -- -- else
+ -- -- local reward = DataManager.DailyTaskData:getDailyTaskFinalReward()
+ -- -- if reward and reward[1] then
+ -- -- local rewardId = GFunc.getRewardId(reward[1])
+ -- -- local rewardType = GFunc.getRewardType(reward[1])
+ -- -- ModuleManager.TipsManager:showRewardTips(rewardId, rewardType, self.dailyTaskFinalCellBox)
+ -- -- end
+ -- -- end
+ -- end)
+ end
+ self.dailyTaskScrollRect = uiMap["task_main_ui.bg.daily.scrollrect"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.SCROLL_RECT_BASE)
+ self.dailyTaskScrollRect:addInitCallback(function()
+ return DAILY_TASK_CELL
+ end)
+ self.dailyTaskScrollRect:addRefreshCallback(function(index, cell)
+ cell:refresh(self.dailyTaskList[index])
+ end)
+ self.dailyTaskScrollRect:clearCells()
+
+ self.challengeNode = uiMap["task_main_ui.bg.challenge"]
+ self.challengeTaskScrollRect = uiMap["task_main_ui.bg.challenge.scrollrect"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.SCROLL_RECT_BASE)
+ self.challengeTaskScrollRect:addInitCallback(function()
+ return ACHIEVEMENT_TASK_CELL
+ end)
+ self.challengeTaskScrollRect:addRefreshCallback(function(index, cell)
+ cell:refresh(self.achievementTaskList[index])
+ end)
+ self.challengeTaskScrollRect:clearCells()
+ self.challengeTaskScrollRect:refillCells(#self.achievementTaskList)
+
+ self.timeTx = uiMap["task_main_ui.bg.daily.time_tx"]
+
self:bindData()
self:scheduleGlobal(function()
self:updateTime()
@@ -118,323 +114,152 @@ function TaskMainUI:onLoadRootComplete()
self:updateTime()
end
-function TaskMainUI:initTitle()
- self.titleTx = self.uiMap["task_main_ui.bg.title"]
- self.titleTx:setText(I18N:getGlobalText(I18N.GlobalConst.TASK_NAME))
-end
-
-function TaskMainUI:initPage()
- self.menuOne = self.uiMap["task_main_ui.bg.menu_1"]
- self.menuOne:addClickListener(function()
- self:switchPage(PAGE_DAILY)
- end)
- self.menuOneOn = self.uiMap["task_main_ui.bg.menu_1.on"]
- self.menuOneOff = self.uiMap["task_main_ui.bg.menu_1.off"]
- local menuOneOnTx = self.uiMap["task_main_ui.bg.menu_1.on.text"]
- menuOneOnTx:setText(I18N:getGlobalText(I18N.GlobalConst.TASK_DAILY))
- local menuOneOffTx = self.uiMap["task_main_ui.bg.menu_1.off.text"]
- menuOneOffTx:setText(I18N:getGlobalText(I18N.GlobalConst.TASK_DAILY))
- self.menuOneRedPoint = self.uiMap["task_main_ui.bg.red_point_1"]
-
- self.menuTwo = self.uiMap["task_main_ui.bg.menu_2"]
- self.menuTwo:addClickListener(function()
- self:switchPage(PAGE_CHALLENGE)
- end)
- self.menuTwoOn = self.uiMap["task_main_ui.bg.menu_2.on"]
- self.menuTwoOff = self.uiMap["task_main_ui.bg.menu_2.off"]
- local menuTwoOnTx = self.uiMap["task_main_ui.bg.menu_2.on.text"]
- menuTwoOnTx:setText(I18N:getGlobalText(I18N.GlobalConst.TASK_CHALLENGE))
- local menuTwoOffTx = self.uiMap["task_main_ui.bg.menu_2.off.text"]
- menuTwoOffTx:setText(I18N:getGlobalText(I18N.GlobalConst.TASK_CHALLENGE))
- self.menuTwoRedPoint = self.uiMap["task_main_ui.bg.red_point_2"]
- self:initDaily()
- self:initChallenge()
-end
-
-function TaskMainUI:initDaily()
- self.dailyNode = self.uiMap["task_main_ui.bg.daily"]
- self:initDailyTaskAdCell()
- self:initDailyTaskFinalCell()
-end
-
-function TaskMainUI:initDailyTaskAdCell()
- self.dailyTaskAdCellNameTx = self.uiMap["task_main_ui.bg.daily.task_ad_cell.name_tx"]
- self.dailyTaskAdCellProgress = self.uiMap["task_main_ui.bg.daily.task_ad_cell.progress"]
- self.dailyTaskAdCellProgressTx = self.uiMap["task_main_ui.bg.daily.task_ad_cell.progress_tx"]
- self.dailyTaskAdCellBox = self.uiMap["task_main_ui.bg.daily.task_ad_cell.box"]
- self.dailyTaskAdCellBox:addClickListener(function()
- local taskId = DataManager.DailyTaskData:getDailyTaskAdId()
- if DataManager.DailyTaskData:getDailyTaskCanClaimTask(taskId) then
- ModuleManager.TaskManager:claimDailyTask(taskId)
- else
- local reward = DataManager.DailyTaskData:getDailyTaskAdReward()
- if reward and reward[1] then
- local rewardId = GFunc.getRewardId(reward[1])
- local rewardType = GFunc.getRewardType(reward[1])
- ModuleManager.TipsManager:showRewardTips(rewardId, rewardType, self.dailyTaskAdCellBox)
- end
- end
- end)
- self.dailyTaskAdCellBoxInfo = self.uiMap["task_main_ui.bg.daily.task_ad_cell.box.info"]
- self.adBoxSpineObj = self.uiMap["task_main_ui.bg.daily.task_ad_cell.box.ui_spine_obj"]
-end
-
-function TaskMainUI:initDailyTaskFinalCell()
- self.dailyTaskFinalCellNameTx = self.uiMap["task_main_ui.bg.daily.task_final_cell.name_tx"]
- self.dailyTaskFinalCellProgress = self.uiMap["task_main_ui.bg.daily.task_final_cell.progress"]
- self.dailyTaskFinalCellProgressTx = self.uiMap["task_main_ui.bg.daily.task_final_cell.progress_tx"]
- self.dailyTaskFinalCellBox = self.uiMap["task_main_ui.bg.daily.task_final_cell.box"]
- self.dailyTaskFinalCellBox:addClickListener(function()
- local taskId = DataManager.DailyTaskData:getDailyTaskFinalId()
- if DataManager.DailyTaskData:getDailyTaskCanClaimTask(taskId) then
- ModuleManager.TaskManager:claimDailyTask(taskId)
- else
- local reward = DataManager.DailyTaskData:getDailyTaskFinalReward()
- if reward and reward[1] then
- local rewardId = GFunc.getRewardId(reward[1])
- local rewardType = GFunc.getRewardType(reward[1])
- ModuleManager.TipsManager:showRewardTips(rewardId, rewardType, self.dailyTaskFinalCellBox)
- end
- end
- end)
- self.dailyTaskFinalCellBoxInfo = self.uiMap["task_main_ui.bg.daily.task_final_cell.box.info"]
- self.finalBoxSpineObj = self.uiMap["task_main_ui.bg.daily.task_final_cell.box.ui_spine_obj"]
-end
-
-function TaskMainUI:initDailyTasks()
- self.dailyTaskScrollRect = self.uiMap["task_main_ui.bg.daily.scrollrect"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.SCROLL_RECT_BASE)
- self.dailyTaskScrollRect:addInitCallback(function()
- return DAILY_TASK_CELL
- end)
- self.dailyTaskScrollRect:addRefreshCallback(function(index, cell)
- cell:refresh(self.dailyTaskList[index])
- end)
- self.dailyTaskScrollRect:clearCells()
- self.dailyTaskScrollRect:refillCells(#self.dailyTaskList)
-end
-
-function TaskMainUI:initChallenge()
- self.challengeNode = self.uiMap["task_main_ui.bg.challenge"]
-end
-
-function TaskMainUI:initChallengeTasks()
- self.challengeTaskScrollRect = self.uiMap["task_main_ui.bg.challenge.scrollrect"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.SCROLL_RECT_BASE)
- self.challengeTaskScrollRect:addInitCallback(function()
- return DAILY_TASK_CELL
- end)
- self.challengeTaskScrollRect:addRefreshCallback(function(index, cell)
- cell:refresh(self.challengeTaskList[index])
- end)
- self.challengeTaskScrollRect:clearCells()
- self.challengeTaskScrollRect:refillCells(#self.challengeTaskList)
-end
-
-function TaskMainUI:initCountDown()
- local helpBtn = self.uiMap["task_main_ui.bg.time_btn"]
- helpBtn:addClickListener(function()
- self:showHelp()
- end)
- self.timeTx = self.uiMap["task_main_ui.bg.time_tx"]
-end
-
function TaskMainUI:bindData()
- self:bind(DataManager.DailyTaskData, "dailyTaskDirty", function()
- if self.delayRefreshSid then
- self:unscheduleGlobal(self.delayRefreshSid)
- end
- self.delayRefreshSid = self:performWithDelayGlobal(function()
- self.delayRefreshSid = nil
- sortTask(self.dailyTaskList)
- sortTask(self.challengeTaskList)
- self:onRefresh()
- end, 0.1)
- end)
- self:bind(DataManager.DailyTaskData, "resetFlag", function()
- if self.delayRefreshSid then
- self:unscheduleGlobal(self.delayRefreshSid)
- end
- self.delayRefreshSid = self:performWithDelayGlobal(function()
- self.delayRefreshSid = nil
- self:initTaskList()
- self:onRefresh()
- end, 0.1)
+ self:bind(DataManager.DailyTaskData, "isDirty", function()
+ self:onRefresh()
end)
end
+function TaskMainUI:updateTime()
+ if self.page ~= PAGE_DAILY then
+ return
+ end
+ self.timeTx:setText(I18N:getGlobalText(I18N.GlobalConst.SHOP_DESC_22, Time:formatNumTimeStr(Time:getTodaySurplusTime())))
+end
+
function TaskMainUI:onRefresh()
- self:switchPage(self.page)
+ self:refreshPageBtn()
+ self:refreshPageInfo()
end
-function TaskMainUI:switchPage(page)
- self.page = page
- if page == PAGE_DAILY then
- self.menuOneOn:setVisible(true)
- self.menuOneOff:setVisible(false)
- self.menuTwoOn:setVisible(false)
- self.menuTwoOff:setVisible(true)
- self.dailyNode:setAnchoredPositionX(0)
- self.challengeNode:setAnchoredPositionX(GConst.NOT_VISIBLE_POS)
+function TaskMainUI:refreshPageBtn()
+ for i = 1, 2 do
+ if self.page == i then
+ self.pageBtns[i]:setSprite(GConst.ATLAS_PATH.COMMON, "common_tab_1")
+ self.pageBtnTxs[i]:setText(self.btnTxs[i])
+ else
+ self.pageBtns[i]:setSprite(GConst.ATLAS_PATH.COMMON, "common_tab_2")
+ self.pageBtnTxs[i]:setText("" .. self.btnTxs[i] .. "")
+ end
+ end
+end
+
+function TaskMainUI:refreshPageInfo()
+ self.dailyNode:setActive(self.page == PAGE_DAILY)
+ self.challengeNode:setActive(self.page ~= PAGE_DAILY)
+ if self.page == PAGE_DAILY then
self:refreshDaily()
- if DataManager.DailyTaskData:getIsShowChallengeTaskRedPoint() then
- self.menuTwoRedPoint:setVisible(true)
- if self.menuTwoRedPointTween == nil then
- self.menuTwoRedPointTween = self:getShakeTween(self.menuTwoRedPoint)
- else
- self.menuTwoRedPointTween:Restart()
- end
- else
- if self.menuTwoRedPointTween then
- self.menuTwoRedPointTween:Pause()
- end
- self.menuTwoRedPoint:setVisible(false)
- end
- if self.menuOneRedPointTween then
- self.menuOneRedPointTween:Pause()
- end
- self.menuOneRedPoint:setVisible(false)
else
- self.menuOneOn:setVisible(false)
- self.menuOneOff:setVisible(true)
- self.menuTwoOn:setVisible(true)
- self.menuTwoOff:setVisible(false)
- self.dailyNode:setAnchoredPositionX(GConst.NOT_VISIBLE_POS)
- self.challengeNode:setAnchoredPositionX(0)
self:refreshChallenge()
- if DataManager.DailyTaskData:getIsShowDailyTaskRedPoint() then
- self.menuOneRedPoint:setVisible(true)
- if self.menuOneRedPointTween == nil then
- self.menuOneRedPointTween = self:getShakeTween(self.menuOneRedPoint)
- else
- self.menuOneRedPointTween:Restart()
- end
- else
- if self.menuOneRedPointTween then
- self.menuOneRedPointTween:Pause()
- end
- self.menuOneRedPoint:setVisible(false)
- end
- if self.menuTwoRedPointTween then
- self.menuTwoRedPointTween:Pause()
- end
- self.menuTwoRedPoint:setVisible(false)
end
end
function TaskMainUI:refreshDaily()
- self:refreshDailyTaskAdCell()
- self:refreshDailyTaskFinalCell()
- self:refreshDailyTasks()
-end
+ self.titleTx:setText(I18N:getGlobalText(I18N.GlobalConst.TASK_NAME))
+ local stageIds = DataManager.DailyTaskData:getStageIds()
+ local curScore = DataManager.DailyTaskData:getCurStageScore()
+ local targetList = DataManager.DailyTaskData:getStageTargetList()
+ self.dailyTaskFinalCellProgressTx:setText(curScore)
+ self.dailyTaskFinalCellProgress.value = GFunc.getUnevenSliderValue(targetList, curScore)
-function TaskMainUI:refreshDailyTaskAdCell()
- local taskId = DataManager.DailyTaskData:getDailyTaskAdId()
- local taskDesc = DataManager.DailyTaskData:getDailyTaskDesc(taskId)
- self.dailyTaskAdCellNameTx:setText(taskDesc)
- local count, needCount = DataManager.DailyTaskData:getDailyTaskProgress(taskId)
- if count >= needCount then
- count = needCount
- end
- if DataManager.DailyTaskData:getDailyTaskCanClaimTask(taskId) then
- self.dailyTaskAdCellBoxInfo:setVisible(false)
- self.dailyTaskAdCellBox:addRedPoint(40, 28, 0.7)
- self.adBoxSpineObj:playAnim("ready", true, false)
- self.curAdCanGet = true
- else
- self.dailyTaskAdCellBoxInfo:setVisible(true)
- self.dailyTaskAdCellBox:removeRedPoint()
+ for i, item in ipairs(self.boxBtns) do
+ local stageId = stageIds[i]
+ if stageId then
+ item:setActive(true)
+ -- item:initPrefabHelper()
+ -- local map = item:genAllChildren()
+ -- local spineBox = map["box.spine_box"]
+ -- local txNum = map["box.tx_num"]
- if self.curAdCanGet then
- self.adBoxSpineObj:playAnimComplete("open", false, true, function()
- self.adBoxSpineObj:playAnim("idle01", true, false)
- end)
- else
- self.adBoxSpineObj:playAnim("idle01", true, false)
- end
+ -- txNum:setText(DataManager.DailyTaskData:getStageCondition(stageId))
- self.curAdCanGet = false
- end
- self.dailyTaskAdCellProgressTx:setText(count .. "/" .. needCount)
- self.dailyTaskAdCellProgress:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER).value = count/needCount
-end
+ -- if DataManager.DailyTaskData:canClaimStage(stageId) then
+ -- spineBox:playAnim("ready", true, false, false)
+ -- elseif DataManager.DailyTaskData:isStageReceived(stageId) then
+ -- spineBox:playAnim("idle02", true, false, false)
+ -- else
+ -- spineBox:playAnim("idle01", true, false, false)
+ -- end
-function TaskMainUI:refreshDailyTaskFinalCell()
- local taskId = DataManager.DailyTaskData:getDailyTaskFinalId()
- local taskDesc = DataManager.DailyTaskData:getDailyTaskDesc(taskId)
- self.dailyTaskFinalCellNameTx:setText(taskDesc)
- local count, needCount = DataManager.DailyTaskData:getDailyTaskProgress(taskId)
- if count > needCount then
- count = needCount
- end
- if DataManager.DailyTaskData:getDailyTaskCanClaimTask(taskId) then
- self.dailyTaskFinalCellBoxInfo:setVisible(false)
- self.dailyTaskFinalCellBox:addRedPoint(40, 28, 0.7)
- self.finalBoxSpineObj:playAnim("ready", true, false)
- self.curFinalCanGet = true
- else
- self.dailyTaskFinalCellBoxInfo:setVisible(true)
- self.dailyTaskFinalCellBox:removeRedPoint()
- if DataManager.DailyTaskData:getDailyTaskCalaimed(taskId) then
- if self.curFinalCanGet then
- self.finalBoxSpineObj:playAnimComplete("open", false, true, function()
- self.finalBoxSpineObj:playAnim("idle02", true, false)
+ if DataManager.DailyTaskData:canClaimStage(stageId) then
+ item:addClickListener(function()
+ self:onClickBox()
end)
else
- self.finalBoxSpineObj:playAnim("idle02", true, false)
+ item:addClickListener(function()
+ ModuleManager.TipsManager:showRewardsTips(DataManager.DailyTaskData:getStageReward(stageId), nil, item)
+ end)
end
else
- self.finalBoxSpineObj:playAnim("idle01", true, false)
+ item:setActive(false)
end
- self.curFinalCanGet = false
end
- self.dailyTaskFinalCellProgressTx:setText(count .. "/" .. needCount)
- self.dailyTaskFinalCellProgress:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER).value = count/needCount
+
+ self.dailyTaskList = DataManager.DailyTaskData:getTaskIdsSort()
+ self.dailyTaskScrollRect:refillCells(#self.dailyTaskList)
+ -- if DataManager.DailyTaskData:getIsShowDailyTaskRedPoint() then
+ -- self.menuOneRedPoint:setActive(true)
+ -- if self.menuOneRedPointTween == nil then
+ -- self.menuOneRedPointTween = self:getShakeTween(self.menuOneRedPoint)
+ -- else
+ -- self.menuOneRedPointTween:Restart()
+ -- end
+ -- else
+ -- if self.menuOneRedPointTween then
+ -- self.menuOneRedPointTween:Pause()
+ -- end
+ -- self.menuOneRedPoint:setActive(false)
+ -- end
+ -- if self.menuTwoRedPointTween then
+ -- self.menuTwoRedPointTween:Pause()
+ -- end
+ -- self.menuTwoRedPoint:setActive(false)
end
-function TaskMainUI:refreshDailyTasks()
- if self.dailyTaskScrollRect == nil then
- self:initDailyTasks()
- else
- if self.dailyTaskScrollRect:getTotalCount() == #self.dailyTaskList then
- self.dailyTaskScrollRect:updateAllCell()
- else
- self.dailyTaskScrollRect:clearCells()
- self.dailyTaskScrollRect:refillCells(#self.dailyTaskList)
- end
- end
+function TaskMainUI:onClickBox()
+ -- local isFirst = true
+ -- local stageIds = DataManager.DailyTaskData:getStageIds()
+ -- for i, item in ipairs(self.boxItems) do
+ -- local stageId = stageIds[i]
+ -- if stageId and DataManager.DailyTaskData:canClaimStage(stageId) then
+ -- item:initPrefabHelper()
+ -- local map = item:genAllChildren()
+ -- local spineBox = map["box.spine_box"]
+
+ -- if isFirst then
+ -- isFirst = false
+ -- spineBox:playAnimComplete("open", false, true, function()
+ -- ModuleManager.TaskManager:reqTaskStageReward(stageId)
+ -- end)
+ -- else
+ -- spineBox:playAnimComplete("open", false, true)
+ -- end
+ -- end
+ -- end
end
function TaskMainUI:refreshChallenge()
- if self.challengeTaskScrollRect == nil then
- self:initChallengeTasks()
- else
- if self.challengeTaskScrollRect:getTotalCount() == #self.challengeTaskList then
- self.challengeTaskScrollRect:updateAllCell()
- else
- self.challengeTaskScrollRect:clearCells()
- self.challengeTaskScrollRect:refillCells(#self.challengeTaskList)
- end
- end
-end
-
-function TaskMainUI:showHelp()
- local params = {
- content = I18N:getGlobalText(I18N.GlobalConst.TASK_HELP_1),
- boxType = GConst.MESSAGE_BOX_TYPE.MB_OK,
- okText = I18N:getGlobalText(I18N.GlobalConst.BTN_TEXT_OK),
- }
- GFunc.showMessageBox(params)
-end
-
-function TaskMainUI:updateTime()
- local time = DataManager.DailyTaskData:getDailyResetTime()
- if self.resetTime == time then
- return
- end
- if DataManager.DailyTaskData:getIfCanReset() then -- 跨天了
- ModuleManager.TaskManager:resetDailyTask()
- end
- self.resetTime = time
- self.timeTx:setText(GFunc.getTimeStrWithHMS2(self.resetTime))
+ -- self.titleTx:setText(I18N:getGlobalText(I18N.GlobalConst.TASK_NAME))
+ self.titleTx:setText("成就")
+ self.achievementTaskList = DataManager.DailyTaskData:getAchievementIdsSort()
+ self.challengeTaskScrollRect:refillCells(#self.achievementTaskList)
+ -- if DataManager.DailyTaskData:getIsShowChallengeTaskRedPoint() then
+ -- self.menuTwoRedPoint:setActive(true)
+ -- if self.menuTwoRedPointTween == nil then
+ -- self.menuTwoRedPointTween = self:getShakeTween(self.menuTwoRedPoint)
+ -- else
+ -- self.menuTwoRedPointTween:Restart()
+ -- end
+ -- else
+ -- if self.menuTwoRedPointTween then
+ -- self.menuTwoRedPointTween:Pause()
+ -- end
+ -- self.menuTwoRedPoint:setActive(false)
+ -- end
+ -- if self.menuOneRedPointTween then
+ -- self.menuOneRedPointTween:Pause()
+ -- end
+ -- self.menuOneRedPoint:setActive(false)
end
function TaskMainUI:getShakeTween(obj)
diff --git a/lua/app/userdata/task/daily_task_data.lua b/lua/app/userdata/task/daily_task_data.lua
index d00e1ba7..3fe6accc 100644
--- a/lua/app/userdata/task/daily_task_data.lua
+++ b/lua/app/userdata/task/daily_task_data.lua
@@ -1,432 +1,451 @@
local DailyTaskData = class("DailyTaskData", BaseData)
-local DAILY_TASK_AD_ID = 1
-local DAILY_TASK_FINAL_ID = 2
-local DATA_NAME = "DailyTaskData"
+local TaskDailyCfg = ConfigManager:getConfig("task_daily")
+local TaskDailyStageCfg = ConfigManager:getConfig("task_daily_stage")
+local TaskAchievementCfg = ConfigManager:getConfig("task_achievement")
function DailyTaskData:ctor()
- self.data.dailyTaskDirty = false
- self.data.resetFlag = false
- self.data.redPointFlag = false
- self.dailyTaskRedPoint = 0
- self.challengeTaskRedPoint = 0
- self.isInReset = false
- self.taskTypeMap = {}
- self.dailyTasks = {}
- self.isUnlockBountyDailyTask = false
+ self.data.isDirty = false
end
-function DailyTaskData:init(data)
- local tasks = data and data.tasks
- local cfg = self:getDailyTaskCfg()
- local taskCfg = self:getTaskCfg()
- for k, v in pairs(self.dailyTasks) do
- self.dailyTasks[k] = nil
+function DailyTaskData:clear()
+ DataManager:unregisterCrossDayFunc("DailyTaskData")
+ ModuleManager.TaskManager:unRegisterAllModuleTask("DailyTaskData")
+end
+
+function DailyTaskData:setDirty()
+ self.data.isDirty = not self.data.isDirty
+end
+
+function DailyTaskData:init(daily, achievement)
+ daily = daily or {}
+ achievement = achievement or {}
+
+ --任务领取状态&进度
+ self.dailyTaskData = daily.tasks or {}
+ -- 活跃度
+ self.dayPoint = daily.point or 0
+ -- 活跃度领奖
+ self.progRewardData = daily.stage_reward_claimed or {}
+
+ -- 成就任务
+ self.achievementData = achievement.tasks or {}
+ self.achievementRewardData = achievement.task_claimed_stages or {}
+
+ -- 任务配置
+ self.dailyTaskIds = {}
+ for id, info in pairs(TaskDailyCfg) do
+ table.insert(self.dailyTaskIds, id)
end
- for k, v in pairs(self.taskTypeMap) do
- for i = 1, #v do
- table.remove(v)
+ table.sort(self.dailyTaskIds)
+ -- 阶段配置
+ self.dailyStageIds = {}
+ for id, info in pairs(TaskDailyStageCfg) do
+ table.insert(self.dailyStageIds, id)
+ end
+ table.sort(self.dailyStageIds)
+
+ -- 监听任务
+ for id, info in pairs(TaskDailyCfg) do
+ ModuleManager.TaskManager:registerTask("DailyTaskData", info.task_type, function(count)
+ self:addTaskProgress(info.task_type, count)
+ end)
+ end
+ for id, info in pairs(TaskAchievementCfg) do
+ ModuleManager.TaskManager:registerTask("DailyTaskData", info.type, function(count)
+ self:addTaskProgress(info.type, count)
+ end)
+ end
+ -- 跨天
+ DataManager:registerCrossDayFunc("DailyTaskData", function()
+ -- 重置任务数据
+ for id, data in pairs(self.dailyTaskData) do
+ data.claimed = 0
+ data.progress = 0
+ end
+ -- 重置进度奖励数据
+ for id, claimed in pairs(self.progRewardData) do
+ self.progRewardData[id] = false
+ end
+
+ self.dayPoint = 0
+ self:setDirty()
+ end)
+ self.dailyRedState = nil
+ self.achievementRedState = nil
+ self:showRedPoint()
+end
+
+function DailyTaskData:getIsOpen(showToast)
+ if not ModuleManager:getIsOpen(ModuleManager.MODULE_KEY.TASK, not showToast) then
+ return false
+ end
+
+ return true
+end
+
+function DailyTaskData:showRedPoint()
+ if self.dailyRedState == nil and self.achievementRedState == nil then
+ return self:showDailyRedPoint() or self:showAchievementRedPoint()
+ end
+ return self.dailyRedState or self.achievementRedState
+end
+
+function DailyTaskData:showDailyRedPoint()
+ for idx, id in pairs(self.dailyTaskIds) do
+ if self:canClaimTask(id) then
+ self.dailyRedState = true
+ return true
end
end
- self.isUnlockBountyDailyTask = DataManager.BountyData:getBought()
- local dailyRedPoint = 0
- local challengeRedPoint = 0
- ModuleManager.TaskManager:unRegisterAllModuleTask(DATA_NAME)
- for k, v in pairs(cfg) do
- local task = tasks and tasks[k] or GConst.EMPTY_TABLE
- local taskInfo = taskCfg[task.task_id]
- if taskInfo then
- local dailyTaskObj = {
- id = k,
- taskId = task.task_id,
- progress = task.progress,
- needProgress = taskInfo.number,
- refresh = task.refresh,
- claimed = task.claimed,
- type = v.type,
- reset = v.reset
- }
- if v.bounty then
- if self.isUnlockBountyDailyTask then
- dailyTaskObj.lock = false
- else
- dailyTaskObj.lock = true
- end
- else
- dailyTaskObj.lock = false
+
+ for idx, id in pairs(self.dailyStageIds) do
+ if self:canClaimStage(id) then
+ self.dailyRedState = true
+ return true
+ end
+ end
+
+ self.dailyRedState = false
+ return false
+end
+
+function DailyTaskData:showAchievementRedPoint()
+ for id, info in pairs(TaskAchievementCfg) do
+ for stage = 1, self:getAchievementTotalStage(id) do
+ if self:canClaimAchievement(id, stage) then
+ self.achievementRedState = true
+ return true
end
- if dailyTaskObj.lock then
- dailyTaskObj.redPoint = false
- else
- if not dailyTaskObj.claimed and dailyTaskObj.progress >= dailyTaskObj.needProgress then
- dailyTaskObj.redPoint = true
- if dailyTaskObj.type == 1 then
- dailyRedPoint = dailyRedPoint + 1
- else
- challengeRedPoint = challengeRedPoint + 1
- end
- else
- dailyTaskObj.redPoint = false
- end
- local list = self.taskTypeMap[taskInfo.type]
- if list == nil then
- list = {}
- self.taskTypeMap[taskInfo.type] = list
- end
- table.insert(list, dailyTaskObj)
- if #list == 1 then
- self:registerTaskWithType(taskInfo.type)
+ end
+ end
+ self.achievementRedState = false
+ return false
+end
+
+-- 是否完成全部每日任务
+function DailyTaskData:isAllDailyTaskFinished()
+ for idx, id in pairs(self.dailyTaskIds) do
+ if not self:isTaskReceived(id) then
+ return false
+ end
+ end
+
+ for idx, id in pairs(self.dailyStageIds) do
+ if not self:isStageReceived(id) then
+ return false
+ end
+ end
+
+ return true
+end
+
+-- 任务 -----------------------------------------------------------------------------------------------------------------------------------------
+
+-- 任务是否开启
+function DailyTaskData:isTaskOpen(taskId)
+ if TaskDailyCfg[taskId].func_open == nil then
+ return true
+ end
+
+ return ModuleManager:getIsOpen(TaskDailyCfg[taskId].func_open, true)
+end
+
+-- 获取任务类型
+function DailyTaskData:getTaskType(taskId)
+ return TaskDailyCfg[taskId].task_type
+end
+
+-- 获取任务循环类型
+function DailyTaskData:getTaskRoutineType(taskId)
+ return TaskDailyCfg[taskId].routine_type
+end
+
+-- 获取任务目标
+function DailyTaskData:getTaskTarget(taskId)
+ return TaskDailyCfg[taskId].number
+end
+
+-- 获取任务奖励点数
+function DailyTaskData:getTaskPoint(taskId)
+ return TaskDailyCfg[taskId].value
+end
+
+-- 获取任务当前进度
+function DailyTaskData:getTaskProg(taskId)
+ taskId = tonumber(taskId)
+ return self.dailyTaskData[taskId] and self.dailyTaskData[taskId].progress or 0
+end
+
+-- 任务是否已领取
+function DailyTaskData:isTaskReceived(taskId)
+ taskId = tonumber(taskId)
+ return self.dailyTaskData[taskId] and self.dailyTaskData[taskId].claimed and self.dailyTaskData[taskId].claimed > 0
+end
+
+-- 任务是否已完成
+function DailyTaskData:isTaskFinished(taskId)
+ return self:getTaskProg(taskId) >= self:getTaskTarget(taskId)
+end
+
+-- 任务是否可领取
+function DailyTaskData:canClaimTask(taskId)
+ return self:isTaskFinished(taskId) and not self:isTaskReceived(taskId)
+end
+
+-- 获取可领奖的所有任务id
+function DailyTaskData:getCanClaimTaskIds()
+ local ids = {}
+ for idx, taskId in pairs(self.dailyTaskIds) do
+ if self:canClaimTask(taskId) then
+ table.insert(ids, taskId)
+ end
+ end
+ return ids
+end
+
+-- 获取可展示的每日任务id列表
+function DailyTaskData:getTaskIdsSort()
+ local taskids = self.dailyTaskIds or {}
+
+ local temp = {}
+ for i, id in ipairs(taskids) do
+ if self:isTaskOpen(id) then
+ local info = {id = id, sort = id}
+ if self:canClaimTask(id) then
+ info.sort = info.sort - 10000
+ end
+ if self:isTaskReceived(id) then
+ info.sort = info.sort + 10000
+ end
+ table.insert(temp, info)
+ end
+ end
+ table.sort(temp, function(a, b)
+ return a.sort < b.sort
+ end)
+
+ local ids = {}
+ for i, data in ipairs(temp) do
+ table.insert(ids, data.id)
+ end
+ return ids
+end
+
+-- 任务进度变化
+function DailyTaskData:addTaskProgress(taskType, count)
+ for taskId, info in pairs(TaskDailyCfg) do
+ if self:getTaskType(taskId) == taskType then
+ if self.dailyTaskData[taskId] == nil then
+ self.dailyTaskData[taskId] = {}
+ end
+ if not self:isTaskFinished(taskId) then
+ -- if table.containValue(GConst.TaskConst.TASK_TARGRT_TYPE, taskType) then
+ -- self.dailyTaskData[taskId].progress = math.max(self.dailyTaskData[taskId].progress or 0, count)
+ -- else
+ self.dailyTaskData[taskId].progress = (self.dailyTaskData[taskId].progress or 0) + count
+ -- end
+ end
+ end
+ end
+ for achievementId, info in pairs(TaskAchievementCfg) do
+ if self:getTaskTypeByAchievementId(achievementId) == taskType then
+ if not self:isAchievementFinished(achievementId, self:getAchievementTotalStage(achievementId)) then
+ -- if table.containValue(GConst.TaskConst.TASK_TARGRT_TYPE, taskType) then
+ -- self.achievementData[achievementId] = math.max(self.achievementData[achievementId] or 0, count)
+ -- else
+ self.achievementData[achievementId] = (self.achievementData[achievementId] or 0) + count
+ -- end
+ end
+ end
+ end
+
+ self:setDirty()
+end
+
+-- 领奖成功
+function DailyTaskData:onTaskClaimed(dayPoint)
+ self.dayPoint = dayPoint or self.dayPoint
+
+ for idx, taskId in pairs(self:getCanClaimTaskIds()) do
+ self.dailyTaskData[taskId].claimed = 1
+ end
+
+ self.dailyRedState = nil
+ self:setDirty()
+end
+
+-- 阶段 -----------------------------------------------------------------------------------------------------------------------------------------
+
+-- 领取条件
+function DailyTaskData:getStageCondition(stageId)
+ return TaskDailyStageCfg[stageId].point
+end
+
+-- 获取奖励
+function DailyTaskData:getStageReward(stageId)
+ return TaskDailyStageCfg[stageId].reward
+end
+
+-- 获取循环类型
+function DailyTaskData:getStageRoutineType(stageId)
+ return TaskDailyStageCfg[stageId].routine_type
+end
+
+-- 获取阶段id列表
+function DailyTaskData:getStageIds()
+ return self.dailyStageIds
+end
+
+-- 获取阶段奖励目标list
+function DailyTaskData:getStageTargetList()
+ local targetList = {}
+ for i, id in ipairs(self.dailyStageIds) do
+ table.insert(targetList, self:getStageCondition(id))
+ end
+
+ table.sort(targetList, function(a, b)
+ return a < b
+ end)
+
+ return targetList
+end
+
+-- 获取当前活跃积分
+function DailyTaskData:getCurStageScore()
+ return self.dayPoint
+end
+
+-- 是否已领奖
+function DailyTaskData:isStageReceived(stageId)
+ stageId = tonumber(stageId)
+ return self.progRewardData[stageId] or false
+end
+
+-- 是否可领奖
+function DailyTaskData:canClaimStage(stageId)
+ return self:getCurStageScore() >= self:getStageCondition(stageId) and not self:isStageReceived(stageId)
+end
+
+-- 领奖成功
+function DailyTaskData:onStageClaimed(type, stageId)
+ if type and stageId == 0 then
+ for k, id in pairs(self:getStageIdsByType(type)) do
+ if self:canClaimStage(id) then
+ self.progRewardData[id] = true
+ end
+ end
+ else
+ self.progRewardData[stageId] = true
+ end
+ self.dailyRedState = nil
+ self:setDirty()
+end
+
+-- 成就 ---------------------------------------------------------------------------------------------------------------------------------------
+
+-- 获取领奖条件
+function DailyTaskData:getAchievementCondition(achievementId, stage)
+ return TaskAchievementCfg[achievementId].number[stage]
+end
+
+-- 获取奖励
+function DailyTaskData:getAchievementReward(achievementId, stage)
+ return TaskAchievementCfg[achievementId].reward[stage]
+end
+
+function DailyTaskData:getTaskTypeByAchievementId(achievementId)
+ return TaskAchievementCfg[achievementId].type
+end
+
+-- 获取当前进度
+function DailyTaskData:getAchievementProg(achievementId)
+ return self.achievementData[achievementId] or 0
+end
+
+-- 获取任务总共阶段
+function DailyTaskData:getAchievementTotalStage(achievementId)
+ return #TaskAchievementCfg[achievementId].number
+end
+
+-- 当前所处阶段
+function DailyTaskData:getAchievementStage(achievementId)
+ local cfg = TaskAchievementCfg[achievementId]
+ local stageNum = #cfg.number
+ for stage = 1, stageNum do
+ if self:canClaimAchievement(achievementId, stage) then
+ return stage
+ end
+ if not self:isAchievementFinished(achievementId, stage) then
+ return stage
+ end
+ end
+ return stageNum
+end
+
+-- 是否已完成
+function DailyTaskData:isAchievementFinished(achievementId, stage)
+ return self:getAchievementProg(achievementId) >= self:getAchievementCondition(achievementId, stage)
+end
+
+-- 是否已领奖
+function DailyTaskData:isAchievementReceived(achievementId, stage)
+ achievementId = tonumber(achievementId)
+ return self.achievementRewardData[achievementId] and self.achievementRewardData[achievementId] >= stage or false
+end
+
+-- 是否可领奖
+function DailyTaskData:canClaimAchievement(achievementId, stage)
+ if self:isAchievementReceived(achievementId, stage) then
+ return false
+ end
+ if not self:isAchievementFinished(achievementId, stage) then
+ return false
+ end
+
+ return true
+end
+
+function DailyTaskData:getAchievementIdsSort()
+ local temp = {}
+ for id, info in ipairs(TaskAchievementCfg) do
+ local info = {id = id, sort = id}
+ local stage = self:getAchievementStage(id)
+ if self:canClaimAchievement(id, stage) then
+ info.sort = info.sort - 10000
+ end
+ if self:isAchievementReceived(id, stage) then
+ info.sort = info.sort + 10000
+ end
+ table.insert(temp, info)
+ end
+ table.sort(temp, function(a, b)
+ return a.sort < b.sort
+ end)
+
+ local ids = {}
+ for i, data in ipairs(temp) do
+ table.insert(ids, data.id)
+ end
+ return ids
+end
+
+-- 领奖成功
+function DailyTaskData:onAchievementClaimed(achievementId, stage)
+ if achievementId == nil or stage == nil then
+ -- 一键领取
+ for achievementId, info in ipairs(TaskAchievementCfg) do
+ for stage = self:getAchievementStage(achievementId), self:getAchievementTotalStage(achievementId) do
+ if self:canClaimAchievement(achievementId, stage) then
+ self.achievementRewardData[achievementId] = stage
end
end
- self.dailyTasks[k] = dailyTaskObj
end
+ else
+ self.achievementRewardData[achievementId] = stage
end
- self.initDay = Time:getBeginningOfServerToday()
- self.isInReset = false
- self.data.resetFlag = not self.data.resetFlag
-
- local redPointDirty = false
- if self.dailyTaskRedPoint ~= dailyRedPoint then
- if self.dailyTaskRedPoint > 0 and dailyRedPoint > 0 then
- self.dailyTaskRedPoint = dailyRedPoint
- else
- self.dailyTaskRedPoint = dailyRedPoint
- redPointDirty = true
- end
- end
- if self.challengeTaskRedPoint ~= challengeRedPoint then
- if self.challengeTaskRedPoint > 0 and challengeRedPoint > 0 then
- self.challengeTaskRedPoint = challengeRedPoint
- else
- self.challengeTaskRedPoint = challengeRedPoint
- redPointDirty = true
- end
- end
- if redPointDirty then
- self.data.redPointFlag = not self.data.redPointFlag
- end
-end
-
-function DailyTaskData:refreshDailyTask(task)
- local id = task.id
- local dailyTaskObj = self.dailyTasks[id]
- if dailyTaskObj == nil then
- return
- end
- local taskInfo = self:getTaskCfg()[task.task_id]
- if taskInfo == nil then
- return
- end
- local originTaskInfo = self:getTaskCfg()[dailyTaskObj.taskId]
- if originTaskInfo == nil then
- return
- end
- local dailyTaskInfo = self:getDailyTaskCfg()[id]
- if dailyTaskInfo == nil then
- return
- end
- dailyTaskObj.id = task.id
- dailyTaskObj.taskId = task.task_id
- dailyTaskObj.progress = task.progress
- dailyTaskObj.needProgress = taskInfo.number
- dailyTaskObj.refresh = task.refresh
- dailyTaskObj.claimed = task.claimed
- dailyTaskObj.type = dailyTaskInfo.type
- dailyTaskObj.reset = dailyTaskInfo.reset
- local redPoint = false
- if not dailyTaskObj.lock and not dailyTaskObj.claimed and dailyTaskObj.progress >= dailyTaskObj.needProgress then
- redPoint = true
- end
- local originTaskType = originTaskInfo.type
- if not dailyTaskObj.lock and originTaskType ~= taskInfo.type then -- 任务类型变了
- self:unregisterTask(id, originTaskType)
- self:registerTask(dailyTaskObj, taskInfo.type)
- end
- self:markDailyTaskDirty()
-
- if dailyTaskObj.redPoint ~= redPoint then
- dailyTaskObj.redPoint = redPoint
- if redPoint then
- if dailyTaskObj.type == 1 then
- self.dailyTaskRedPoint = self.dailyTaskRedPoint + 1
- else
- self.challengeTaskRedPoint = self.challengeTaskRedPoint + 1
- end
- if self.dailyTaskRedPoint + self.challengeTaskRedPoint == 1 then
- self.data.redPointFlag = not self.data.redPointFlag
- end
- else
- if dailyTaskObj.type == 1 then
- self.dailyTaskRedPoint = self.dailyTaskRedPoint - 1
- else
- self.challengeTaskRedPoint = self.challengeTaskRedPoint - 1
- end
- if self.dailyTaskRedPoint + self.challengeTaskRedPoint == 0 then
- self.data.redPointFlag = not self.data.redPointFlag
- end
- end
- end
-end
-
-function DailyTaskData:getIsOpen()
- return ModuleManager:getIsOpen(ModuleManager.MODULE_KEY.TASK, true)
-end
-
-function DailyTaskData:getDailyResetTime()
- return 86400 - Time:getServerTime() % 86400
-end
-
-function DailyTaskData:getDailyTaskAdReward()
- local task = self.dailyTasks[DAILY_TASK_AD_ID]
- if task == nil then
- return nil
- end
- local cfg = self:getTaskCfg()
- return cfg[task.taskId].reward
-end
-
-function DailyTaskData:getDailyTaskAdId()
- return DAILY_TASK_AD_ID
-end
-
-function DailyTaskData:getDailyTaskFinalReward()
- local task = self.dailyTasks[DAILY_TASK_FINAL_ID]
- if task == nil then
- return nil
- end
- local cfg = self:getTaskCfg()
- return cfg[task.taskId].reward
-end
-
-function DailyTaskData:getDailyTaskFinalId()
- return DAILY_TASK_FINAL_ID
-end
-
-function DailyTaskData:markDailyTaskDirty()
- self.data.dailyTaskDirty = not self.data.dailyTaskDirty
-end
-
-function DailyTaskData:getDailyTaskProgress(id)
- local task = self.dailyTasks[id]
- if task == nil then
- return 0, 1
- end
- return task.progress, task.needProgress
-end
-
-function DailyTaskData:getDailyTaskDesc(id)
- local task = self.dailyTasks[id]
- if task == nil then
- return GConst.EMPTY_STRING
- end
- local cfg = self:getTaskI18NCfg()
- return cfg[task.taskId].desc
-end
-
-function DailyTaskData:getDailyTaskIsLock(id)
- local task = self.dailyTasks[id]
- if task == nil then
- return nil
- end
- return task.lock
-end
-
-function DailyTaskData:getDailyTaskCanRefresh(id)
- local cfg = self:getDailyTaskCfg()[id]
- if cfg == nil then
- return false
- end
- return cfg.ad_refresh
-end
-
-function DailyTaskData:getDailyTaskIsAdType(id)
- local task = self.dailyTasks[id]
- if task == nil then
- return false
- end
- local cfg = self:getTaskCfg()
- return cfg[task.taskId].type == GConst.TaskConst.TASK_TYPE.DAILY_TASK_WATCH_AD_SPECIAL
-end
-
-function DailyTaskData:getDailyTaskCanClaimTask(id)
- local task = self.dailyTasks[id]
- if task == nil then
- return false
- end
- return self:getIfCanClaimTask(task)
-end
-
-function DailyTaskData:getDailyTaskIcon(id)
- local task = self.dailyTasks[id]
- if task == nil then
- return GConst.EMPTY_STRING
- end
- local cfg = self:getTaskCfg()
- return cfg[task.taskId].icon
-end
-
-function DailyTaskData:getDailyTaskReward(id)
- local task = self.dailyTasks[id]
- if task == nil then
- return GConst.EMPTY_STRING
- end
- local cfg = self:getTaskCfg()
- return cfg[task.taskId].reward
-end
-
-function DailyTaskData:getDailyTasks()
- return self.dailyTasks
-end
-
-function DailyTaskData:getTaskI18NCfg()
- return I18N:getConfig("task")
-end
-
-function DailyTaskData:getTaskCfg()
- if self.taskCfg == nil then
- self.taskCfg = ConfigManager:getConfig("task")
- end
- return self.taskCfg
-end
-
-function DailyTaskData:getDailyTaskCfg()
- if self.dailyTaskCfg == nil then
- self.dailyTaskCfg = ConfigManager:getConfig("task_daily")
- end
- return self.dailyTaskCfg
-end
-
-function DailyTaskData:getTaskListByType(taskType)
- return self.taskTypeMap[taskType] or GConst.EMPTY_TABLE
-end
-
-function DailyTaskData:getDailyTaskCalaimed(id)
- local task = self.dailyTasks[id]
- if not task then
- return false
- end
- return task.claimed
-end
-
-function DailyTaskData:getIfCanClaimTask(task)
- if task.claimed then
- return false
- end
- return task.progress >= task.needProgress
-end
-
-function DailyTaskData:addTaskProgress(task, taskType, count)
- if task.lock then
- return
- end
- local currProgress = task.progress
- if currProgress >= task.needProgress then
- return
- end
- local can = self:getIfCanClaimTask(task)
- task.progress = task.progress + count
- if not can and self:getIfCanClaimTask(task) then
- EventManager:dispatchEvent(EventManager.CUSTOM_EVENT.DAILY_TASK_COMPLETE, task.id, task.taskId, currProgress, task.needProgress)
- if task.type == 1 and task.reset == 1 and taskType ~= GConst.TaskConst.TASK_TYPE.COMPLETED_DALY_TASK then
- ModuleManager.TaskManager:addTaskProgress(GConst.TaskConst.TASK_TYPE.COMPLETED_DALY_TASK)
- end
- BIReport:postDailyTaskFinish(BIReport.TASK_TYPE.DAILY, task.id, task.taskId, task.refresh)
- task.redPoint = true
- if task.type == 1 then
- self.dailyTaskRedPoint = self.dailyTaskRedPoint + 1
- else
- self.challengeTaskRedPoint = self.challengeTaskRedPoint + 1
- end
- if self.dailyTaskRedPoint + self.challengeTaskRedPoint == 1 then
- self.data.redPointFlag = not self.data.redPointFlag
- end
- end
- self:markDailyTaskDirty()
-end
-
-function DailyTaskData:registerTaskWithType(taskType)
- ModuleManager.TaskManager:registerTask(DATA_NAME, taskType, function(count)
- local list = self:getTaskListByType(taskType)
- if #list > 0 then
- for _, task in ipairs(list) do
- self:addTaskProgress(task, taskType, count)
- end
- end
- end)
-end
-
-function DailyTaskData:unregisterTask(id, taskType)
- local taskList = self.taskTypeMap[taskType]
- if taskList then
- for k, v in ipairs(taskList) do
- if v.id == id then
- table.remove(taskList, k)
- break
- end
- end
- if #taskList == 0 then
- self:unregisterTaskWithType(taskType)
- end
- end
-end
-
-function DailyTaskData:unregisterTaskWithType(taskType)
- ModuleManager.TaskManager:unRegisterTask(DATA_NAME, taskType)
-end
-
-function DailyTaskData:registerTask(dailyTaskObj, taskType)
- local taskList = self.taskTypeMap[taskType]
- if taskList == nil then
- taskList = {}
- self.taskTypeMap[taskType] = taskList
- end
- table.insert(taskList, dailyTaskObj)
- if #taskList == 1 then
- self:registerTaskWithType(taskType)
- end
-end
-
-function DailyTaskData:getIfCanReset()
- return self.initDay < Time:getBeginningOfServerToday()
-end
-
-function DailyTaskData:setInReset(isInReset)
- self.isInReset = isInReset
-end
-
-function DailyTaskData:getIsInReset()
- return self.isInReset
-end
-
-function DailyTaskData:getIsShowRedPoint()
- return self.dailyTaskRedPoint > 0 or self.challengeTaskRedPoint > 0
-end
-
-function DailyTaskData:getIsShowDailyTaskRedPoint()
- return self.dailyTaskRedPoint > 0
-end
-
-function DailyTaskData:getIsShowChallengeTaskRedPoint()
- return self.challengeTaskRedPoint > 0
-end
-
-function DailyTaskData:unlockBountyTask()
- if self.isUnlockBountyDailyTask then
- return
- end
- self.isUnlockBountyDailyTask = true
- local dirty = false
- local taskCfg = self:getTaskCfg()
- for k, v in pairs(self.dailyTasks) do
- if v.lock then -- 有锁的要解锁
- v.lock = false
- dirty = true
- self:registerTask(v, taskCfg[v.taskId].type)
- end
- end
- if dirty then
- self:markDailyTaskDirty()
- end
+ self.achievementRedState = nil
+ self:setDirty()
end
return DailyTaskData
\ No newline at end of file