首领公开赛

This commit is contained in:
xiekaidong 2023-09-01 21:10:05 +08:00
parent fe245efaba
commit eed3f88d79
165 changed files with 30329 additions and 23998 deletions

View File

@ -115,6 +115,7 @@ function ConfigManager:preLoadConfig()
handleMonsterGrow("monster_dungeon_shards") handleMonsterGrow("monster_dungeon_shards")
handleMonsterGrow("monster_dungeon_equip") handleMonsterGrow("monster_dungeon_equip")
handleMonsterGrow("monster_dungeon_armor") handleMonsterGrow("monster_dungeon_armor")
handleMonsterGrow("monster_activity")
self.configs["monster"] = { self.configs["monster"] = {
data = monsterFullData, data = monsterFullData,

View File

@ -437,14 +437,15 @@ function DataManager:getActivityExchangeByActId(actId)
self.activityExchangeMap = {} self.activityExchangeMap = {}
local cfg = ConfigManager:getConfig("activity_exchange") local cfg = ConfigManager:getConfig("activity_exchange")
for id, info in pairs(cfg) do for id, info in pairs(cfg) do
if info.act_id then if info.activity then
if not self.activityExchangeMap[info.act_id] then if not self.activityExchangeMap[info.activity] then
self.activityExchangeMap[info.act_id] = {} self.activityExchangeMap[info.activity] = {}
end end
table.insert(self.activityExchangeMap[info.act_id], id) table.insert(self.activityExchangeMap[info.activity], id)
end end
end end
end end
Logger.printTable(self.activityExchangeMap)
return self.activityExchangeMap[actId] return self.activityExchangeMap[actId]
end end

View File

@ -40,6 +40,7 @@ local LOCAL_DATA_KEY = {
BATTLE_SNAPSHOT = "BATTLE_SNAPSHOT", BATTLE_SNAPSHOT = "BATTLE_SNAPSHOT",
ACTIVITY_SUMMER_TODAY_SKIN = "ACTIVITY_SUMMER_TODAY_SKIN", ACTIVITY_SUMMER_TODAY_SKIN = "ACTIVITY_SUMMER_TODAY_SKIN",
ACTIVITY_SUMMER_TODAY_HERO = "ACTIVITY_SUMMER_TODAY_HERO", ACTIVITY_SUMMER_TODAY_HERO = "ACTIVITY_SUMMER_TODAY_HERO",
NOT_POP_TODAY = "NOT_POP_TODAY",
} }
LocalData.KEYS = LOCAL_DATA_KEY LocalData.KEYS = LOCAL_DATA_KEY
@ -465,4 +466,12 @@ function LocalData:recordTodayActSummerWatchedHero()
self:setInt(LOCAL_DATA_KEY.ACTIVITY_SUMMER_TODAY_HERO .. Time:getBeginningOfServerToday(), 1) self:setInt(LOCAL_DATA_KEY.ACTIVITY_SUMMER_TODAY_HERO .. Time:getBeginningOfServerToday(), 1)
end end
function LocalData:setNotPopToday(customKey)
self:setInt(LOCAL_DATA_KEY.NOT_POP_TODAY .. customKey, Time:getBeginningOfServerToday())
end
function LocalData:getNotPopToday(customKey)
return self:getInt(LOCAL_DATA_KEY.NOT_POP_TODAY .. customKey, 0)
end
return LocalData return LocalData

View File

@ -22,6 +22,7 @@ function ServerPushManager:initWhenLogin()
self:addServerPushListener(ProtoMsgType.FromMsgEnum.MallDailyResetNtf, ModuleManager.ShopManager, ModuleManager.ShopManager.onMallDailyReset) self:addServerPushListener(ProtoMsgType.FromMsgEnum.MallDailyResetNtf, ModuleManager.ShopManager, ModuleManager.ShopManager.onMallDailyReset)
self:addServerPushListener(ProtoMsgType.FromMsgEnum.AIHelpUnreadNtf, ModuleManager.GameSettingManager, ModuleManager.GameSettingManager.rspAiHelperNtf) self:addServerPushListener(ProtoMsgType.FromMsgEnum.AIHelpUnreadNtf, ModuleManager.GameSettingManager, ModuleManager.GameSettingManager.rspAiHelperNtf)
self:addServerPushListener(ProtoMsgType.FromMsgEnum.RecoveryNtf, ModuleManager.ItemManager, ModuleManager.ItemManager.rspRecoveryNtf) self:addServerPushListener(ProtoMsgType.FromMsgEnum.RecoveryNtf, ModuleManager.ItemManager, ModuleManager.ItemManager.rspRecoveryNtf)
self:addServerPushListener(ProtoMsgType.FromMsgEnum.BossRushBoughtNtf, ModuleManager.ActBossRushManager, ModuleManager.ActBossRushManager.rspBossRushBoughtNtf)
end end
---- 移除全局推送监听 ---- 移除全局推送监听

View File

@ -3,18 +3,18 @@ local act_fourteen_bounty = {
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=1,
["id_for_nothing"]="VA==", ["id_for_nothing"]="Vw==",
["num"]=1100, ["num"]=8000,
["num_for_nothing"]="VwlcAw==" ["num_for_nothing"]="XghcAw=="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=3, ["id"]=14001,
["id_for_nothing"]="VQ==", ["id_for_nothing"]="VwxcA2Q=",
["num"]=1100, ["num"]=3,
["num_for_nothing"]="VwlcAw==" ["num_for_nothing"]="VQ=="
} }
}, },
[2]={ [2]={
@ -23,52 +23,52 @@ local act_fourteen_bounty = {
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=2,
["id_for_nothing"]="VA==", ["id_for_nothing"]="VA==",
["num"]=1101, ["num"]=30,
["num_for_nothing"]="VwlcAg==" ["num_for_nothing"]="VQg="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=3, ["id"]=2,
["id_for_nothing"]="VQ==", ["id_for_nothing"]="VA==",
["num"]=1101, ["num"]=60,
["num_for_nothing"]="VwlcAg==" ["num_for_nothing"]="UAg="
} }
}, },
[3]={ [3]={
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=14001,
["id_for_nothing"]="VA==", ["id_for_nothing"]="VwxcA2Q=",
["num"]=1102, ["num"]=1,
["num_for_nothing"]="VwlcAQ==" ["num_for_nothing"]="Vw=="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=3, ["id"]=14001,
["id_for_nothing"]="VQ==", ["id_for_nothing"]="VwxcA2Q=",
["num"]=1102, ["num"]=3,
["num_for_nothing"]="VwlcAQ==" ["num_for_nothing"]="VQ=="
} }
}, },
[4]={ [4]={
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=10,
["id_for_nothing"]="VA==", ["id_for_nothing"]="Vwg=",
["num"]=1103, ["num"]=1,
["num_for_nothing"]="VwlcAA==" ["num_for_nothing"]="Vw=="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=3, ["id"]=11,
["id_for_nothing"]="VQ==", ["id_for_nothing"]="Vwk=",
["num"]=1103, ["num"]=1,
["num_for_nothing"]="VwlcAA==" ["num_for_nothing"]="Vw=="
} }
}, },
[5]={ [5]={
@ -77,34 +77,34 @@ local act_fourteen_bounty = {
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=2,
["id_for_nothing"]="VA==", ["id_for_nothing"]="VA==",
["num"]=1104, ["num"]=30,
["num_for_nothing"]="VwlcBw==" ["num_for_nothing"]="VQg="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=3, ["id"]=14001,
["id_for_nothing"]="VQ==", ["id_for_nothing"]="VwxcA2Q=",
["num"]=1104, ["num"]=3,
["num_for_nothing"]="VwlcBw==" ["num_for_nothing"]="VQ=="
} }
}, },
[6]={ [6]={
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=3,
["id_for_nothing"]="VA==", ["id_for_nothing"]="VQ==",
["num"]=1105, ["num"]=30,
["num_for_nothing"]="VwlcBg==" ["num_for_nothing"]="VQg="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=3, ["id"]=3,
["id_for_nothing"]="VQ==", ["id_for_nothing"]="VQ==",
["num"]=1105, ["num"]=60,
["num_for_nothing"]="VwlcBg==" ["num_for_nothing"]="UAg="
} }
}, },
[7]={ [7]={
@ -113,20 +113,38 @@ local act_fourteen_bounty = {
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=2,
["id_for_nothing"]="VA==", ["id_for_nothing"]="VA==",
["num"]=1106, ["num"]=30,
["num_for_nothing"]="VwlcBQ==" ["num_for_nothing"]="VQg="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=3, ["id"]=14001,
["id_for_nothing"]="VQ==", ["id_for_nothing"]="VwxcA2Q=",
["num"]=1106, ["num"]=3,
["num_for_nothing"]="VwlcBQ==" ["num_for_nothing"]="VQ=="
}
},
[8]={
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=14001,
["id_for_nothing"]="VwxcA2Q=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=14001,
["id_for_nothing"]="VwxcA2Q=",
["num"]=3,
["num_for_nothing"]="VQ=="
} }
} }
} }
local config = { local config = {
data=act_fourteen_bounty,count=7 data=act_fourteen_bounty,count=8
} }
return config return config

View File

@ -1,5 +1,205 @@
local act_fourteen_exchange = { local act_fourteen_exchange = {
[1]={ [1]={
["stage"]=1,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=51,
["id_for_nothing"]="Uwk=",
["num"]=1000,
["num_for_nothing"]="VwhcAw=="
},
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=44002,
["id_for_nothing"]="UgxcA2c=",
["num"]=3,
["num_for_nothing"]="VQ=="
},
["limit"]=10
},
[2]={
["stage"]=1,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=51,
["id_for_nothing"]="Uwk=",
["num"]=750,
["num_for_nothing"]="UQ1c"
},
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=24001,
["id_for_nothing"]="VAxcA2Q=",
["num"]=3,
["num_for_nothing"]="VQ=="
},
["limit"]=10
},
[3]={
["stage"]=1,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=51,
["id_for_nothing"]="Uwk=",
["num"]=750,
["num_for_nothing"]="UQ1c"
},
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=34001,
["id_for_nothing"]="VQxcA2Q=",
["num"]=3,
["num_for_nothing"]="VQ=="
},
["limit"]=10
},
[4]={
["stage"]=1,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=51,
["id_for_nothing"]="Uwk=",
["num"]=750,
["num_for_nothing"]="UQ1c"
},
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=54003,
["id_for_nothing"]="UwxcA2Y=",
["num"]=3,
["num_for_nothing"]="VQ=="
},
["limit"]=10
},
[5]={
["stage"]=1,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=51,
["id_for_nothing"]="Uwk=",
["num"]=800,
["num_for_nothing"]="Xghc"
},
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=15,
["id_for_nothing"]="Vw0=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["limit"]=3
},
[6]={
["stage"]=1,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=51,
["id_for_nothing"]="Uwk=",
["num"]=300,
["num_for_nothing"]="VQhc"
},
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=14,
["id_for_nothing"]="Vww=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["limit"]=3
},
[7]={
["stage"]=1,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=51,
["id_for_nothing"]="Uwk=",
["num"]=40,
["num_for_nothing"]="Ugg="
},
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1002,
["id_for_nothing"]="VwhcAQ==",
["num"]=10,
["num_for_nothing"]="Vwg="
},
["limit"]=10
},
[8]={
["stage"]=1,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=51,
["id_for_nothing"]="Uwk=",
["num"]=50,
["num_for_nothing"]="Uwg="
},
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1003,
["id_for_nothing"]="VwhcAA==",
["num"]=10,
["num_for_nothing"]="Vwg="
},
["limit"]=10
},
[9]={
["stage"]=1,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=51,
["id_for_nothing"]="Uwk=",
["num"]=60,
["num_for_nothing"]="UAg="
},
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1004,
["id_for_nothing"]="VwhcBw==",
["num"]=10,
["num_for_nothing"]="Vwg="
},
["limit"]=10
},
[10]={
["stage"]=1,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=51,
["id_for_nothing"]="Uwk=",
["num"]=80,
["num_for_nothing"]="Xgg="
},
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=39,
["id_for_nothing"]="VQE=",
["num"]=10,
["num_for_nothing"]="Vwg="
},
["limit"]=10
},
[11]={
["stage"]=1, ["stage"]=1,
["cost"]={ ["cost"]={
["type"]=1, ["type"]=1,
@ -12,155 +212,95 @@ local act_fourteen_exchange = {
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=40,
["id_for_nothing"]="VA==", ["id_for_nothing"]="Ugg=",
["num"]=100, ["num"]=10,
["num_for_nothing"]="Vwhc" ["num_for_nothing"]="Vwg="
}, },
["limit"]=1 ["limit"]=10
}, },
[2]={ [12]={
["stage"]=2, ["stage"]=1,
["cost"]={ ["cost"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=51, ["id"]=51,
["id_for_nothing"]="Uwk=", ["id_for_nothing"]="Uwk=",
["num"]=101, ["num"]=120,
["num_for_nothing"]="Vwhd" ["num_for_nothing"]="Vwpc"
}, },
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=41,
["id_for_nothing"]="VA==", ["id_for_nothing"]="Ugk=",
["num"]=101, ["num"]=10,
["num_for_nothing"]="Vwhd" ["num_for_nothing"]="Vwg="
}, },
["limit"]=1 ["limit"]=10
}, },
[3]={ [13]={
["stage"]=3, ["stage"]=1,
["cost"]={ ["cost"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=51, ["id"]=51,
["id_for_nothing"]="Uwk=", ["id_for_nothing"]="Uwk=",
["num"]=102, ["num"]=10,
["num_for_nothing"]="Vwhe" ["num_for_nothing"]="Vwg="
}, },
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=3,
["id_for_nothing"]="VA==", ["id_for_nothing"]="VQ==",
["num"]=102, ["num"]=15,
["num_for_nothing"]="Vwhe" ["num_for_nothing"]="Vw0="
}, },
["limit"]=1 ["limit"]=10
}, },
[4]={ [14]={
["stage"]=4, ["stage"]=1,
["cost"]={ ["cost"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=51, ["id"]=51,
["id_for_nothing"]="Uwk=", ["id_for_nothing"]="Uwk=",
["num"]=103, ["num"]=5,
["num_for_nothing"]="Vwhf" ["num_for_nothing"]="Uw=="
}, },
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=1,
["id_for_nothing"]="VA==", ["id_for_nothing"]="Vw==",
["num"]=103, ["num"]=200,
["num_for_nothing"]="Vwhf" ["num_for_nothing"]="VAhc"
}, },
["limit"]=1 ["limit"]=999
}, },
[5]={ [15]={
["stage"]=5, ["stage"]=1,
["cost"]={ ["cost"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=51, ["id"]=51,
["id_for_nothing"]="Uwk=", ["id_for_nothing"]="Uwk=",
["num"]=104, ["num"]=20,
["num_for_nothing"]="VwhY" ["num_for_nothing"]="VAg="
}, },
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=13,
["id_for_nothing"]="VA==", ["id_for_nothing"]="Vws=",
["num"]=104, ["num"]=1,
["num_for_nothing"]="VwhY" ["num_for_nothing"]="Vw=="
}, },
["limit"]=1 ["limit"]=999
},
[6]={
["stage"]=6,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=51,
["id_for_nothing"]="Uwk=",
["num"]=105,
["num_for_nothing"]="VwhZ"
},
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=105,
["num_for_nothing"]="VwhZ"
},
["limit"]=1
},
[7]={
["stage"]=7,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=51,
["id_for_nothing"]="Uwk=",
["num"]=106,
["num_for_nothing"]="Vwha"
},
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=106,
["num_for_nothing"]="Vwha"
},
["limit"]=1
},
[8]={
["stage"]=8,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=51,
["id_for_nothing"]="Uwk=",
["num"]=107,
["num_for_nothing"]="Vwhb"
},
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=107,
["num_for_nothing"]="Vwhb"
},
["limit"]=1
} }
} }
local config = { local config = {
data=act_fourteen_exchange,count=8 data=act_fourteen_exchange,count=15
} }
return config return config

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6,8 +6,8 @@ local activity = {
}, },
[206]={ [206]={
["act_type"]=2, ["act_type"]=2,
["start_time"]="2023-09-08 00:00:00", ["start_time"]="2023-09-13 00:00:00",
["end_time"]="2023-09-16 00:00:00" ["end_time"]="2023-09-21 00:00:00"
} }
} }
local config = { local config = {

View File

@ -837,9 +837,849 @@ local activity_bounty_level = {
["num"]=3, ["num"]=3,
["num_for_nothing"]="VQ==" ["num_for_nothing"]="VQ=="
} }
},
[201]={
["act_id"]=206,
["exp"]=0,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=10,
["num_for_nothing"]="Vwg="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1400201,
["id_for_nothing"]="VwxcA2dRfg==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=14002,
["id_for_nothing"]="VwxcA2c=",
["num"]=3,
["num_for_nothing"]="VQ=="
}
},
[202]={
["act_id"]=206,
["exp"]=50,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1000,
["num_for_nothing"]="VwhcAw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1500,
["num_for_nothing"]="Vw1cAw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=3000,
["num_for_nothing"]="VQhcAw=="
}
},
[203]={
["act_id"]=206,
["exp"]=100,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=8,
["id_for_nothing"]="Xg==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=9,
["id_for_nothing"]="Xw==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=9,
["id_for_nothing"]="Xw==",
["num"]=2,
["num_for_nothing"]="VA=="
}
},
[204]={
["act_id"]=206,
["exp"]=150,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=13,
["id_for_nothing"]="Vws=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=13,
["id_for_nothing"]="Vws=",
["num"]=2,
["num_for_nothing"]="VA=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=13,
["id_for_nothing"]="Vws=",
["num"]=2,
["num_for_nothing"]="VA=="
}
},
[205]={
["act_id"]=206,
["exp"]=200,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=11,
["id_for_nothing"]="Vwk=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=14002,
["id_for_nothing"]="VwxcA2c=",
["num"]=3,
["num_for_nothing"]="VQ=="
}
},
[206]={
["act_id"]=206,
["exp"]=250,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1000,
["num_for_nothing"]="VwhcAw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1500,
["num_for_nothing"]="Vw1cAw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=3000,
["num_for_nothing"]="VQhcAw=="
}
},
[207]={
["act_id"]=206,
["exp"]=300,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=8,
["id_for_nothing"]="Xg==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=9,
["id_for_nothing"]="Xw==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=9,
["id_for_nothing"]="Xw==",
["num"]=2,
["num_for_nothing"]="VA=="
}
},
[208]={
["act_id"]=206,
["exp"]=350,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=20,
["num_for_nothing"]="VAg="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=50,
["num_for_nothing"]="Uwg="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=100,
["num_for_nothing"]="Vwhc"
}
},
[209]={
["act_id"]=206,
["exp"]=400,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[210]={
["act_id"]=206,
["exp"]=450,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=11,
["id_for_nothing"]="Vwk=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=2,
["num_for_nothing"]="VA=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=14002,
["id_for_nothing"]="VwxcA2c=",
["num"]=3,
["num_for_nothing"]="VQ=="
}
},
[211]={
["act_id"]=206,
["exp"]=500,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=3,
["id_for_nothing"]="VQ==",
["num"]=10,
["num_for_nothing"]="Vwg="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=3,
["id_for_nothing"]="VQ==",
["num"]=15,
["num_for_nothing"]="Vw0="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=3,
["id_for_nothing"]="VQ==",
["num"]=20,
["num_for_nothing"]="VAg="
}
},
[212]={
["act_id"]=206,
["exp"]=550,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1000,
["num_for_nothing"]="VwhcAw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1500,
["num_for_nothing"]="Vw1cAw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=3000,
["num_for_nothing"]="VQhcAw=="
}
},
[213]={
["act_id"]=206,
["exp"]=600,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=8,
["id_for_nothing"]="Xg==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=9,
["id_for_nothing"]="Xw==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=9,
["id_for_nothing"]="Xw==",
["num"]=2,
["num_for_nothing"]="VA=="
}
},
[214]={
["act_id"]=206,
["exp"]=650,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=13,
["id_for_nothing"]="Vws=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=13,
["id_for_nothing"]="Vws=",
["num"]=2,
["num_for_nothing"]="VA=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=13,
["id_for_nothing"]="Vws=",
["num"]=2,
["num_for_nothing"]="VA=="
}
},
[215]={
["act_id"]=206,
["exp"]=700,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=11,
["id_for_nothing"]="Vwk=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=18,
["id_for_nothing"]="VwA=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[216]={
["act_id"]=206,
["exp"]=750,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1000,
["num_for_nothing"]="VwhcAw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1500,
["num_for_nothing"]="Vw1cAw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=3000,
["num_for_nothing"]="VQhcAw=="
}
},
[217]={
["act_id"]=206,
["exp"]=800,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=8,
["id_for_nothing"]="Xg==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=9,
["id_for_nothing"]="Xw==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=9,
["id_for_nothing"]="Xw==",
["num"]=2,
["num_for_nothing"]="VA=="
}
},
[218]={
["act_id"]=206,
["exp"]=850,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=20,
["num_for_nothing"]="VAg="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=50,
["num_for_nothing"]="Uwg="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=100,
["num_for_nothing"]="Vwhc"
}
},
[219]={
["act_id"]=206,
["exp"]=900,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[220]={
["act_id"]=206,
["exp"]=950,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=11,
["id_for_nothing"]="Vwk=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=2,
["num_for_nothing"]="VA=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=14002,
["id_for_nothing"]="VwxcA2c=",
["num"]=3,
["num_for_nothing"]="VQ=="
}
},
[221]={
["act_id"]=206,
["exp"]=1000,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=3,
["id_for_nothing"]="VQ==",
["num"]=10,
["num_for_nothing"]="Vwg="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=3,
["id_for_nothing"]="VQ==",
["num"]=15,
["num_for_nothing"]="Vw0="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=3,
["id_for_nothing"]="VQ==",
["num"]=20,
["num_for_nothing"]="VAg="
}
},
[222]={
["act_id"]=206,
["exp"]=1050,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1000,
["num_for_nothing"]="VwhcAw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1500,
["num_for_nothing"]="Vw1cAw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=3000,
["num_for_nothing"]="VQhcAw=="
}
},
[223]={
["act_id"]=206,
["exp"]=1100,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=8,
["id_for_nothing"]="Xg==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=9,
["id_for_nothing"]="Xw==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=9,
["id_for_nothing"]="Xw==",
["num"]=2,
["num_for_nothing"]="VA=="
}
},
[224]={
["act_id"]=206,
["exp"]=1150,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=13,
["id_for_nothing"]="Vws=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=13,
["id_for_nothing"]="Vws=",
["num"]=2,
["num_for_nothing"]="VA=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=13,
["id_for_nothing"]="Vws=",
["num"]=2,
["num_for_nothing"]="VA=="
}
},
[225]={
["act_id"]=206,
["exp"]=1200,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=18,
["id_for_nothing"]="VwA=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=14002,
["id_for_nothing"]="VwxcA2c=",
["num"]=3,
["num_for_nothing"]="VQ=="
}
},
[226]={
["act_id"]=206,
["exp"]=1250,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1000,
["num_for_nothing"]="VwhcAw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1500,
["num_for_nothing"]="Vw1cAw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=3000,
["num_for_nothing"]="VQhcAw=="
}
},
[227]={
["act_id"]=206,
["exp"]=1300,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=8,
["id_for_nothing"]="Xg==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=9,
["id_for_nothing"]="Xw==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[228]={
["act_id"]=206,
["exp"]=1350,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=20,
["num_for_nothing"]="VAg="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=50,
["num_for_nothing"]="Uwg="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=100,
["num_for_nothing"]="Vwhc"
}
},
[229]={
["act_id"]=206,
["exp"]=1400,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[230]={
["act_id"]=206,
["exp"]=1450,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5300101,
["id_for_nothing"]="UwtcA2RRfg==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=2,
["num_for_nothing"]="VA=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=14002,
["id_for_nothing"]="VwxcA2c=",
["num"]=3,
["num_for_nothing"]="VQ=="
}
} }
} }
local config = { local config = {
data=activity_bounty_level,count=30 data=activity_bounty_level,count=60
} }
return config return config

View File

@ -0,0 +1,346 @@
local activity_exchange = {
[101]={
["activity"]=206,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=14001,
["id_for_nothing"]="VwxcA2Q=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=52,
["id_for_nothing"]="Uwo=",
["num"]=100,
["num_for_nothing"]="Vwhc"
},
["limit"]=10
},
[102]={
["activity"]=206,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=24001,
["id_for_nothing"]="VAxcA2Q=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=52,
["id_for_nothing"]="Uwo=",
["num"]=100,
["num_for_nothing"]="Vwhc"
},
["limit"]=10
},
[103]={
["activity"]=206,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=34001,
["id_for_nothing"]="VQxcA2Q=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=52,
["id_for_nothing"]="Uwo=",
["num"]=100,
["num_for_nothing"]="Vwhc"
},
["limit"]=10
},
[104]={
["activity"]=206,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=44001,
["id_for_nothing"]="UgxcA2Q=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=52,
["id_for_nothing"]="Uwo=",
["num"]=100,
["num_for_nothing"]="Vwhc"
},
["limit"]=10
},
[105]={
["activity"]=206,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=54003,
["id_for_nothing"]="UwxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=52,
["id_for_nothing"]="Uwo=",
["num"]=100,
["num_for_nothing"]="Vwhc"
},
["limit"]=10
},
[106]={
["activity"]=206,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=126,
["id_for_nothing"]="Vwpa",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=52,
["id_for_nothing"]="Uwo=",
["num"]=1000,
["num_for_nothing"]="VwhcAw=="
},
["limit"]=2
},
[107]={
["activity"]=206,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=110,
["id_for_nothing"]="Vwlc",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=52,
["id_for_nothing"]="Uwo=",
["num"]=500,
["num_for_nothing"]="Uwhc"
},
["limit"]=5
},
[108]={
["activity"]=206,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=109,
["id_for_nothing"]="VwhV",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=52,
["id_for_nothing"]="Uwo=",
["num"]=50,
["num_for_nothing"]="Uwg="
},
["limit"]=10
},
[109]={
["activity"]=206,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1001,
["id_for_nothing"]="VwhcAg==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=52,
["id_for_nothing"]="Uwo=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["limit"]=50
},
[110]={
["activity"]=206,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1002,
["id_for_nothing"]="VwhcAQ==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=52,
["id_for_nothing"]="Uwo=",
["num"]=2,
["num_for_nothing"]="VA=="
},
["limit"]=50
},
[111]={
["activity"]=206,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1003,
["id_for_nothing"]="VwhcAA==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=52,
["id_for_nothing"]="Uwo=",
["num"]=3,
["num_for_nothing"]="VQ=="
},
["limit"]=50
},
[112]={
["activity"]=206,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1004,
["id_for_nothing"]="VwhcBw==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=52,
["id_for_nothing"]="Uwo=",
["num"]=4,
["num_for_nothing"]="Ug=="
},
["limit"]=50
},
[113]={
["activity"]=206,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=38,
["id_for_nothing"]="VQA=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=52,
["id_for_nothing"]="Uwo=",
["num"]=4,
["num_for_nothing"]="Ug=="
},
["limit"]=50
},
[114]={
["activity"]=206,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=39,
["id_for_nothing"]="VQE=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=52,
["id_for_nothing"]="Uwo=",
["num"]=8,
["num_for_nothing"]="Xg=="
},
["limit"]=50
},
[115]={
["activity"]=206,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=40,
["id_for_nothing"]="Ugg=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=52,
["id_for_nothing"]="Uwo=",
["num"]=12,
["num_for_nothing"]="Vwo="
},
["limit"]=50
},
[116]={
["activity"]=206,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=41,
["id_for_nothing"]="Ugk=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=52,
["id_for_nothing"]="Uwo=",
["num"]=16,
["num_for_nothing"]="Vw4="
},
["limit"]=50
},
[117]={
["activity"]=206,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1000,
["num_for_nothing"]="VwhcAw=="
},
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=52,
["id_for_nothing"]="Uwo=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["limit"]=999
}
}
local config = {
data=activity_exchange,count=17
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 59cc689139c1fb0429cd581fc781710e
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -1,6 +1,6 @@
local activity_herofund = { local activity_herofund = {
[1]={ [1]={
["exp"]=30, ["exp"]=0,
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -14,8 +14,8 @@ local activity_herofund = {
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=44003, ["id"]=44003,
["id_for_nothing"]="UgxcA2Y=", ["id_for_nothing"]="UgxcA2Y=",
["num"]=1, ["num"]=3,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="VQ=="
}, },
["reward_pro_max"]={ ["reward_pro_max"]={
["type"]=1, ["type"]=1,
@ -27,16 +27,8 @@ local activity_herofund = {
} }
}, },
[2]={ [2]={
["exp"]=60, ["exp"]=30,
["reward"]={ ["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1000,
["num_for_nothing"]="VwhcAw=="
},
["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
@ -44,44 +36,52 @@ local activity_herofund = {
["num"]=1500, ["num"]=1500,
["num_for_nothing"]="Vw1cAw==" ["num_for_nothing"]="Vw1cAw=="
}, },
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=2000,
["num_for_nothing"]="VAhcAw=="
},
["reward_pro_max"]={ ["reward_pro_max"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=3000, ["num"]=4000,
["num_for_nothing"]="VQhcAw==" ["num_for_nothing"]="UghcAw=="
} }
}, },
[3]={ [3]={
["exp"]=90, ["exp"]=60,
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=8, ["id"]=3,
["id_for_nothing"]="Xg==", ["id_for_nothing"]="VQ==",
["num"]=1, ["num"]=10,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vwg="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=9, ["id"]=3,
["id_for_nothing"]="Xw==", ["id_for_nothing"]="VQ==",
["num"]=1, ["num"]=15,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw0="
}, },
["reward_pro_max"]={ ["reward_pro_max"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=9, ["id"]=3,
["id_for_nothing"]="Xw==", ["id_for_nothing"]="VQ==",
["num"]=2, ["num"]=20,
["num_for_nothing"]="VA==" ["num_for_nothing"]="VAg="
} }
}, },
[4]={ [4]={
["exp"]=120, ["exp"]=90,
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -108,22 +108,49 @@ local activity_herofund = {
} }
}, },
[5]={ [5]={
["exp"]=150, ["exp"]=120,
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=10, ["id"]=1,
["id_for_nothing"]="Vwg=", ["id_for_nothing"]="Vw==",
["num"]=1, ["num"]=1500,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw1cAw=="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=11, ["id"]=1,
["id_for_nothing"]="Vwk=", ["id_for_nothing"]="Vw==",
["num"]=1, ["num"]=2000,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="VAhcAw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=4000,
["num_for_nothing"]="UghcAw=="
}
},
[6]={
["exp"]=150,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=30,
["num_for_nothing"]="VQg="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=44003,
["id_for_nothing"]="UgxcA2Y=",
["num"]=2,
["num_for_nothing"]="VA=="
}, },
["reward_pro_max"]={ ["reward_pro_max"]={
["type"]=1, ["type"]=1,
@ -134,17 +161,36 @@ local activity_herofund = {
["num_for_nothing"]="VQ==" ["num_for_nothing"]="VQ=="
} }
}, },
[6]={ [7]={
["exp"]=180, ["exp"]=180,
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=3,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="VQ==",
["num"]=1000, ["num"]=10,
["num_for_nothing"]="VwhcAw==" ["num_for_nothing"]="Vwg="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=3,
["id_for_nothing"]="VQ==",
["num"]=15,
["num_for_nothing"]="Vw0="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=3,
["id_for_nothing"]="VQ==",
["num"]=20,
["num_for_nothing"]="VAg="
}
},
[8]={
["exp"]=210,
["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
@ -152,71 +198,25 @@ local activity_herofund = {
["num"]=1500, ["num"]=1500,
["num_for_nothing"]="Vw1cAw==" ["num_for_nothing"]="Vw1cAw=="
}, },
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=2000,
["num_for_nothing"]="VAhcAw=="
},
["reward_pro_max"]={ ["reward_pro_max"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=3000, ["num"]=4000,
["num_for_nothing"]="VQhcAw==" ["num_for_nothing"]="UghcAw=="
}
},
[7]={
["exp"]=210,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=8,
["id_for_nothing"]="Xg==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=9,
["id_for_nothing"]="Xw==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=9,
["id_for_nothing"]="Xw==",
["num"]=2,
["num_for_nothing"]="VA=="
}
},
[8]={
["exp"]=240,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=20,
["num_for_nothing"]="VAg="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=50,
["num_for_nothing"]="Uwg="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=100,
["num_for_nothing"]="Vwhc"
} }
}, },
[9]={ [9]={
["exp"]=270, ["exp"]=240,
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -243,7 +243,7 @@ local activity_herofund = {
} }
}, },
[10]={ [10]={
["exp"]=300, ["exp"]=270,
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -270,7 +270,7 @@ local activity_herofund = {
} }
}, },
[11]={ [11]={
["exp"]=330, ["exp"]=300,
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -297,124 +297,116 @@ local activity_herofund = {
} }
}, },
[12]={ [12]={
["exp"]=330,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=30,
["num_for_nothing"]="VQg="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=50,
["num_for_nothing"]="Uwg="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=100,
["num_for_nothing"]="Vwhc"
}
},
[13]={
["exp"]=360, ["exp"]=360,
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=1000, ["num"]=1500,
["num_for_nothing"]="VwhcAw==" ["num_for_nothing"]="Vw1cAw=="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=1500, ["num"]=2000,
["num_for_nothing"]="Vw1cAw==" ["num_for_nothing"]="VAhcAw=="
}, },
["reward_pro_max"]={ ["reward_pro_max"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=3000, ["num"]=4000,
["num_for_nothing"]="VQhcAw==" ["num_for_nothing"]="UghcAw=="
} }
}, },
[13]={ [14]={
["exp"]=390, ["exp"]=390,
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=8, ["id"]=3,
["id_for_nothing"]="Xg==", ["id_for_nothing"]="VQ==",
["num"]=1, ["num"]=10,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vwg="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=9, ["id"]=3,
["id_for_nothing"]="Xw==", ["id_for_nothing"]="VQ==",
["num"]=1, ["num"]=15,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw0="
}, },
["reward_pro_max"]={ ["reward_pro_max"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=9, ["id"]=3,
["id_for_nothing"]="Xw==", ["id_for_nothing"]="VQ==",
["num"]=2, ["num"]=20,
["num_for_nothing"]="VA==" ["num_for_nothing"]="VAg="
} }
}, },
[14]={ [15]={
["exp"]=420, ["exp"]=420,
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=13, ["id"]=44003,
["id_for_nothing"]="Vws=", ["id_for_nothing"]="UgxcA2Y=",
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=13, ["id"]=44003,
["id_for_nothing"]="Vws=", ["id_for_nothing"]="UgxcA2Y=",
["num"]=2, ["num"]=2,
["num_for_nothing"]="VA==" ["num_for_nothing"]="VA=="
}, },
["reward_pro_max"]={ ["reward_pro_max"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=13, ["id"]=44003,
["id_for_nothing"]="Vws=", ["id_for_nothing"]="UgxcA2Y=",
["num"]=2, ["num"]=3,
["num_for_nothing"]="VA==" ["num_for_nothing"]="VQ=="
}
},
[15]={
["exp"]=450,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=11,
["id_for_nothing"]="Vwk=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=18,
["id_for_nothing"]="VwA=",
["num"]=1,
["num_for_nothing"]="Vw=="
} }
}, },
[16]={ [16]={
["exp"]=480, ["exp"]=450,
["reward"]={ ["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1000,
["num_for_nothing"]="VwhcAw=="
},
["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
@ -422,51 +414,59 @@ local activity_herofund = {
["num"]=1500, ["num"]=1500,
["num_for_nothing"]="Vw1cAw==" ["num_for_nothing"]="Vw1cAw=="
}, },
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=2000,
["num_for_nothing"]="VAhcAw=="
},
["reward_pro_max"]={ ["reward_pro_max"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=3000, ["num"]=4000,
["num_for_nothing"]="VQhcAw==" ["num_for_nothing"]="UghcAw=="
} }
}, },
[17]={ [17]={
["exp"]=510, ["exp"]=480,
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=8, ["id"]=3,
["id_for_nothing"]="Xg==", ["id_for_nothing"]="VQ==",
["num"]=1, ["num"]=10,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vwg="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=9, ["id"]=3,
["id_for_nothing"]="Xw==", ["id_for_nothing"]="VQ==",
["num"]=1, ["num"]=15,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw0="
}, },
["reward_pro_max"]={ ["reward_pro_max"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=9, ["id"]=3,
["id_for_nothing"]="Xw==", ["id_for_nothing"]="VQ==",
["num"]=2, ["num"]=20,
["num_for_nothing"]="VA==" ["num_for_nothing"]="VAg="
} }
}, },
[18]={ [18]={
["exp"]=540, ["exp"]=510,
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=2,
["id_for_nothing"]="VA==", ["id_for_nothing"]="VA==",
["num"]=20, ["num"]=30,
["num_for_nothing"]="VAg=" ["num_for_nothing"]="VQg="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
@ -486,34 +486,7 @@ local activity_herofund = {
} }
}, },
[19]={ [19]={
["exp"]=570, ["exp"]=540,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[20]={
["exp"]=600,
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -539,8 +512,35 @@ local activity_herofund = {
["num_for_nothing"]="VQ==" ["num_for_nothing"]="VQ=="
} }
}, },
[20]={
["exp"]=570,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1500,
["num_for_nothing"]="Vw1cAw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=2000,
["num_for_nothing"]="VAhcAw=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=4000,
["num_for_nothing"]="UghcAw=="
}
},
[21]={ [21]={
["exp"]=630, ["exp"]=600,
["reward"]={ ["reward"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -567,16 +567,8 @@ local activity_herofund = {
} }
}, },
[22]={ [22]={
["exp"]=660, ["exp"]=630,
["reward"]={ ["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1000,
["num_for_nothing"]="VwhcAw=="
},
["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
@ -584,17 +576,52 @@ local activity_herofund = {
["num"]=1500, ["num"]=1500,
["num_for_nothing"]="Vw1cAw==" ["num_for_nothing"]="Vw1cAw=="
}, },
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=2000,
["num_for_nothing"]="VAhcAw=="
},
["reward_pro_max"]={ ["reward_pro_max"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=3000, ["num"]=4000,
["num_for_nothing"]="VQhcAw==" ["num_for_nothing"]="UghcAw=="
}
},
[23]={
["exp"]=660,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=44003,
["id_for_nothing"]="UgxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
["reward_pro"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=44003,
["id_for_nothing"]="UgxcA2Y=",
["num"]=2,
["num_for_nothing"]="VA=="
},
["reward_pro_max"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=44003,
["id_for_nothing"]="UgxcA2Y=",
["num"]=3,
["num_for_nothing"]="VQ=="
} }
} }
} }
local config = { local config = {
data=activity_herofund,count=22 data=activity_herofund,count=23
} }
return config return config

File diff suppressed because it is too large Load Diff

View File

@ -3253,8 +3253,8 @@ local arena_bounty_level = {
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=23, ["id"]=1400101,
["id_for_nothing"]="VAs=", ["id_for_nothing"]="VwxcA2RRfg==",
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
} }

View File

@ -1,32 +1,6 @@
local arena_gift = { local arena_gift = {
[101]={ [1]={
["score"]=950, ["score"]=900,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=500,
["num_for_nothing"]="Uwhc"
}
}
},
[102]={
["score"]=1000,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=22,
["id_for_nothing"]="VAo=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
}
},
[103]={
["score"]=1050,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
@ -38,43 +12,82 @@ local arena_gift = {
} }
} }
}, },
[104]={ [2]={
["score"]=1100, ["score"]=950,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=23002,
["id_for_nothing"]="VAtcA2c=",
["num"]=10,
["num_for_nothing"]="Vwg="
}
}
},
[3]={
["score"]=1000,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=10,
["id_for_nothing"]="Vwg=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
}
},
[4]={
["score"]=1050,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=500, ["num"]=5000,
["num_for_nothing"]="Uwhc" ["num_for_nothing"]="UwhcAw=="
}
}
},
[5]={
["score"]=1100,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=50,
["num_for_nothing"]="Uwg="
} }
}, },
["unlock_hero"]={ ["unlock_hero"]={
54003 54003
} }
}, },
[105]={ [6]={
["score"]=1150, ["score"]=1150,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=8, ["id"]=10,
["id_for_nothing"]="Xg==", ["id_for_nothing"]="Vwg=",
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
} }
} }
}, },
[106]={ [7]={
["score"]=1200, ["score"]=1200,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=13, ["id"]=6,
["id_for_nothing"]="Vws=", ["id_for_nothing"]="UA==",
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
} }
@ -83,140 +96,140 @@ local arena_gift = {
34003 34003
} }
}, },
[107]={ [8]={
["score"]=1250, ["score"]=1250,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=22,
["id_for_nothing"]="VAo=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
}
},
[108]={
["score"]=1300,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=30,
["num_for_nothing"]="VQg="
}
}
},
[109]={
["score"]=1350,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=8,
["id_for_nothing"]="Xg==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
}
},
[110]={
["score"]=1400,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=50,
["num_for_nothing"]="Uwg="
}
},
["unlock_hero"]={
24003
}
},
[111]={
["score"]=1450,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=8,
["id_for_nothing"]="Xg==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
}
},
[112]={
["score"]=1500,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=500, ["num"]=10000,
["num_for_nothing"]="Uwhc" ["num_for_nothing"]="VwhcA2U="
} }
} }
}, },
[113]={ [9]={
["score"]=1300,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=11,
["id_for_nothing"]="Vwk=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
}
},
[10]={
["score"]=1350,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=60,
["num_for_nothing"]="UAg="
}
}
},
[11]={
["score"]=1400,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=54003,
["id_for_nothing"]="UwxcA2Y=",
["num"]=3,
["num_for_nothing"]="VQ=="
}
},
["unlock_hero"]={
24003
}
},
[12]={
["score"]=1450,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=15000,
["num_for_nothing"]="Vw1cA2U="
}
}
},
[13]={
["score"]=1500,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=11,
["id_for_nothing"]="Vwk=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
}
},
[14]={
["score"]=1550, ["score"]=1550,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=8, ["id"]=2,
["id_for_nothing"]="Xg==", ["id_for_nothing"]="VA==",
["num"]=1, ["num"]=80,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Xgg="
} }
} }
}, },
[114]={ [15]={
["score"]=1600, ["score"]=1600,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=13, ["id"]=34003,
["id_for_nothing"]="Vws=", ["id_for_nothing"]="VQxcA2Y=",
["num"]=1, ["num"]=3,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="VQ=="
} }
} }
}, },
[115]={ [16]={
["score"]=1650, ["score"]=1650,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=10, ["id"]=1,
["id_for_nothing"]="Vwg=", ["id_for_nothing"]="Vw==",
["num"]=1, ["num"]=18000,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="VwBcA2U="
} }
} }
}, },
[116]={ [17]={
["score"]=1700, ["score"]=1700,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=22, ["id"]=18,
["id_for_nothing"]="VAo=", ["id_for_nothing"]="VwA=",
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
} }
} }
}, },
[117]={ [18]={
["score"]=1750, ["score"]=1750,
["reward"]={ ["reward"]={
{ {
@ -224,25 +237,25 @@ local arena_gift = {
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=2,
["id_for_nothing"]="VA==", ["id_for_nothing"]="VA==",
["num"]=30, ["num"]=100,
["num_for_nothing"]="VQg=" ["num_for_nothing"]="Vwhc"
} }
} }
}, },
[118]={ [19]={
["score"]=1800, ["score"]=1800,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=8, ["id"]=24003,
["id_for_nothing"]="Xg==", ["id_for_nothing"]="VAxcA2Y=",
["num"]=1, ["num"]=3,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="VQ=="
} }
} }
}, },
[119]={ [20]={
["score"]=1850, ["score"]=1850,
["reward"]={ ["reward"]={
{ {
@ -250,298 +263,298 @@ local arena_gift = {
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=500, ["num"]=20000,
["num_for_nothing"]="Uwhc" ["num_for_nothing"]="VAhcA2U="
} }
} }
}, },
[120]={ [21]={
["score"]=1900, ["score"]=1900,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=11, ["id"]=18,
["id_for_nothing"]="Vwk=", ["id_for_nothing"]="VwA=",
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
} }
} }
}, },
[121]={ [22]={
["score"]=1950, ["score"]=1950,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=8, ["id"]=2,
["id_for_nothing"]="Xg==", ["id_for_nothing"]="VA==",
["num"]=1, ["num"]=120,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vwpc"
} }
} }
}, },
[122]={ [23]={
["score"]=2000, ["score"]=2000,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=47,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Ug8=",
["num"]=500, ["num"]=5,
["num_for_nothing"]="Uwhc" ["num_for_nothing"]="Uw=="
} }
} }
}, },
[123]={ [24]={
["score"]=2050, ["score"]=2050,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=8, ["id"]=1,
["id_for_nothing"]="Xg==", ["id_for_nothing"]="Vw==",
["num"]=1, ["num"]=24000,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="VAxcA2U="
} }
} }
}, },
[124]={ [25]={
["score"]=2100, ["score"]=2100,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=13, ["id"]=18,
["id_for_nothing"]="Vws=", ["id_for_nothing"]="VwA=",
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
} }
} }
}, },
[125]={ [26]={
["score"]=2150, ["score"]=2150,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=10, ["id"]=2,
["id_for_nothing"]="Vwg=", ["id_for_nothing"]="VA==",
["num"]=1, ["num"]=150,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw1c"
} }
} }
}, },
[126]={ [27]={
["score"]=2200, ["score"]=2200,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=22, ["id"]=47,
["id_for_nothing"]="VAo=", ["id_for_nothing"]="Ug8=",
["num"]=1, ["num"]=8,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Xg=="
} }
} }
}, },
[127]={ [28]={
["score"]=2250, ["score"]=2250,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=1,
["id_for_nothing"]="VA==", ["id_for_nothing"]="Vw==",
["num"]=30, ["num"]=30000,
["num_for_nothing"]="VQg=" ["num_for_nothing"]="VQhcA2U="
} }
} }
}, },
[128]={ [29]={
["score"]=2300, ["score"]=2300,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=8, ["id"]=18,
["id_for_nothing"]="Xg==", ["id_for_nothing"]="VwA=",
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
} }
} }
}, },
[129]={ [30]={
["score"]=2350, ["score"]=2350,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=2,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="VA==",
["num"]=500, ["num"]=180,
["num_for_nothing"]="Uwhc" ["num_for_nothing"]="VwBc"
} }
} }
}, },
[130]={ [31]={
["score"]=2400, ["score"]=2400,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=1,
["id_for_nothing"]="VA==", ["id_for_nothing"]="Vw==",
["num"]=50, ["num"]=30000,
["num_for_nothing"]="Uwg=" ["num_for_nothing"]="VQhcA2U="
} }
} }
}, },
[131]={ [32]={
["score"]=2450, ["score"]=2450,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=8, ["id"]=14,
["id_for_nothing"]="Xg==", ["id_for_nothing"]="Vww=",
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
} }
} }
}, },
[132]={ [33]={
["score"]=2500, ["score"]=2500,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=10,
["num_for_nothing"]="Vwg="
}
}
},
[34]={
["score"]=2550,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=500, ["num"]=40000,
["num_for_nothing"]="Uwhc" ["num_for_nothing"]="UghcA2U="
} }
} }
}, },
[133]={ [35]={
["score"]=2550,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=8,
["id_for_nothing"]="Xg==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
}
},
[134]={
["score"]=2600, ["score"]=2600,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=10, ["id"]=18,
["id_for_nothing"]="Vwg=", ["id_for_nothing"]="VwA=",
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
} }
} }
}, },
[135]={ [36]={
["score"]=2650, ["score"]=2650,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=13,
["id_for_nothing"]="Vws=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
}
},
[136]={
["score"]=2700,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=22,
["id_for_nothing"]="VAo=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
}
},
[137]={
["score"]=2750,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=2,
["id_for_nothing"]="VA==", ["id_for_nothing"]="VA==",
["num"]=30, ["num"]=200,
["num_for_nothing"]="VQg=" ["num_for_nothing"]="VAhc"
} }
} }
}, },
[138]={ [37]={
["score"]=2700,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=40000,
["num_for_nothing"]="UghcA2U="
}
}
},
[38]={
["score"]=2750,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=15,
["id_for_nothing"]="Vw0=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
}
},
[39]={
["score"]=2800, ["score"]=2800,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=8, ["id"]=47,
["id_for_nothing"]="Xg==", ["id_for_nothing"]="Ug8=",
["num"]=1, ["num"]=12,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vwo="
} }
} }
}, },
[139]={ [40]={
["score"]=2850, ["score"]=2850,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=10, ["id"]=1,
["id_for_nothing"]="Vwg=", ["id_for_nothing"]="Vw==",
["num"]=1, ["num"]=50000,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="UwhcA2U="
} }
} }
}, },
[140]={ [41]={
["score"]=2900, ["score"]=2900,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=11, ["id"]=18,
["id_for_nothing"]="Vwk=", ["id_for_nothing"]="VwA=",
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
} }
} }
}, },
[141]={ [42]={
["score"]=2950, ["score"]=2950,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=8, ["id"]=2,
["id_for_nothing"]="Xg==", ["id_for_nothing"]="VA==",
["num"]=1, ["num"]=300,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="VQhc"
} }
} }
}, },
[142]={ [43]={
["score"]=3000, ["score"]=3000,
["reward"]={ ["reward"]={
{ {
@ -549,39 +562,39 @@ local arena_gift = {
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=500, ["num"]=50000,
["num_for_nothing"]="Uwhc" ["num_for_nothing"]="UwhcA2U="
} }
} }
}, },
[143]={ [44]={
["score"]=3050, ["score"]=3050,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=8, ["id"]=15,
["id_for_nothing"]="Xg==", ["id_for_nothing"]="Vw0=",
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
} }
} }
}, },
[144]={ [45]={
["score"]=3100, ["score"]=3100,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=8, ["id"]=47,
["id_for_nothing"]="Xg==", ["id_for_nothing"]="Ug8=",
["num"]=1, ["num"]=15,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw0="
} }
} }
} }
} }
local config = { local config = {
data=arena_gift,count=44 data=arena_gift,count=45
} }
return config return config

File diff suppressed because it is too large Load Diff

View File

@ -16,9 +16,15 @@ local arena_time = {
["start_time"]="2023-9-15 00:00:00", ["start_time"]="2023-9-15 00:00:00",
["end_time"]="2023-10-16 00:00:00", ["end_time"]="2023-10-16 00:00:00",
["ui_banner"]="ui_arena_bounty_banner_1" ["ui_banner"]="ui_arena_bounty_banner_1"
},
[4]={
["season"]=4,
["start_time"]="2023-10-16 00:00:00",
["end_time"]="2023-11-15 00:00:00",
["ui_banner"]="ui_arena_bounty_banner_1"
} }
} }
local config = { local config = {
data=arena_time,count=3 data=arena_time,count=4
} }
return config return config

View File

@ -132,23 +132,27 @@ local avatar = {
["hero"]=54003 ["hero"]=54003
}, },
[1400201]={ [1400201]={
["iconId"]="skin_3", ["iconId"]="23_1",
["item"]=1400201 ["item"]=1400201
}, },
[3400101]={ [3400101]={
["iconId"]="skin_1", ["iconId"]="18_1",
["item"]=3400101 ["item"]=3400101
}, },
[5300101]={ [5300101]={
["iconId"]="skin_4", ["iconId"]="10_1",
["item"]=5300101 ["item"]=5300101
}, },
[5400101]={ [5400101]={
["iconId"]="skin_2", ["iconId"]="20_1",
["item"]=5400101 ["item"]=5400101
},
[1400101]={
["iconId"]="16_1",
["item"]=1400101
} }
} }
local config = { local config = {
data=avatar,count=36 data=avatar,count=37
} }
return config return config

View File

@ -20,9 +20,17 @@ local avatar_frame = {
[27]={ [27]={
["iconId"]="avatar_frame_5", ["iconId"]="avatar_frame_5",
["item"]=46 ["item"]=46
},
[28]={
["iconId"]="avatar_frame_6",
["item"]=53
},
[29]={
["iconId"]="avatar_frame_7",
["item"]=54
} }
} }
local config = { local config = {
data=avatar_frame,count=5 data=avatar_frame,count=7
} }
return config return config

View File

@ -3669,16 +3669,16 @@ local bounty_level = {
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=500, ["num"]=1000,
["num_for_nothing"]="Uwhc" ["num_for_nothing"]="VwhcAw=="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=1500, ["num"]=3000,
["num_for_nothing"]="Vw1cAw==" ["num_for_nothing"]="VQhcAw=="
} }
}, },
[323]={ [323]={
@ -3870,16 +3870,16 @@ local bounty_level = {
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=500, ["num"]=1000,
["num_for_nothing"]="Uwhc" ["num_for_nothing"]="VwhcAw=="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=1500, ["num"]=3000,
["num_for_nothing"]="Vw1cAw==" ["num_for_nothing"]="VQhcAw=="
} }
}, },
[333]={ [333]={
@ -4071,16 +4071,16 @@ local bounty_level = {
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=500, ["num"]=1000,
["num_for_nothing"]="Uwhc" ["num_for_nothing"]="VwhcAw=="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=1500, ["num"]=3000,
["num_for_nothing"]="Vw1cAw==" ["num_for_nothing"]="VQhcAw=="
} }
}, },
[343]={ [343]={
@ -4211,8 +4211,8 @@ local bounty_level = {
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=1000, ["num"]=1500,
["num_for_nothing"]="VwhcAw==" ["num_for_nothing"]="Vw1cAw=="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
@ -4272,16 +4272,16 @@ local bounty_level = {
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=500, ["num"]=1500,
["num_for_nothing"]="Uwhc" ["num_for_nothing"]="Vw1cAw=="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=1500, ["num"]=4500,
["num_for_nothing"]="Vw1cAw==" ["num_for_nothing"]="Ug1cAw=="
} }
}, },
[353]={ [353]={
@ -4473,16 +4473,16 @@ local bounty_level = {
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=500, ["num"]=1500,
["num_for_nothing"]="Uwhc" ["num_for_nothing"]="Vw1cAw=="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=1500, ["num"]=4500,
["num_for_nothing"]="Vw1cAw==" ["num_for_nothing"]="Ug1cAw=="
} }
}, },
[363]={ [363]={
@ -4674,16 +4674,16 @@ local bounty_level = {
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=500, ["num"]=1500,
["num_for_nothing"]="Uwhc" ["num_for_nothing"]="Vw1cAw=="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=1500, ["num"]=4500,
["num_for_nothing"]="Vw1cAw==" ["num_for_nothing"]="Ug1cAw=="
} }
}, },
[373]={ [373]={
@ -4774,16 +4774,16 @@ local bounty_level = {
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=500, ["num"]=1500,
["num_for_nothing"]="Uwhc" ["num_for_nothing"]="Vw1cAw=="
}, },
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=1500, ["num"]=4500,
["num_for_nothing"]="Vw1cAw==" ["num_for_nothing"]="Ug1cAw=="
} }
}, },
[378]={ [378]={

View File

@ -7580,8 +7580,8 @@ local chapter = {
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
} }
}, },
["idle_exp"]=30, ["idle_exp"]=35,
["idle_gold"]=55, ["idle_gold"]=87,
["idle_drop"]={ ["idle_drop"]={
{ {
["type"]=1, ["type"]=1,
@ -7799,8 +7799,8 @@ local chapter = {
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
} }
}, },
["idle_exp"]=32, ["idle_exp"]=35,
["idle_gold"]=55, ["idle_gold"]=88,
["idle_drop"]={ ["idle_drop"]={
{ {
["type"]=1, ["type"]=1,
@ -8018,8 +8018,8 @@ local chapter = {
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
} }
}, },
["idle_exp"]=32, ["idle_exp"]=36,
["idle_gold"]=56, ["idle_gold"]=88,
["idle_drop"]={ ["idle_drop"]={
{ {
["type"]=1, ["type"]=1,
@ -8237,8 +8237,8 @@ local chapter = {
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
} }
}, },
["idle_exp"]=34, ["idle_exp"]=36,
["idle_gold"]=56, ["idle_gold"]=89,
["idle_drop"]={ ["idle_drop"]={
{ {
["type"]=1, ["type"]=1,
@ -8455,8 +8455,8 @@ local chapter = {
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
} }
}, },
["idle_exp"]=34, ["idle_exp"]=37,
["idle_gold"]=57, ["idle_gold"]=89,
["idle_drop"]={ ["idle_drop"]={
{ {
["type"]=1, ["type"]=1,

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -58,7 +58,7 @@ local chapter_dungeon_equip = {
["weight"]=100 ["weight"]=100
} }
}, },
["bao_drop_num"]=2, ["bao_drop_num"]=1,
["item_show"]={ ["item_show"]={
{ {
["type"]=1, ["type"]=1,
@ -191,13 +191,13 @@ local chapter_dungeon_equip = {
["type"]=1, ["type"]=1,
["id"]=1001, ["id"]=1001,
["num"]=1, ["num"]=1,
["weight"]=80 ["weight"]=90
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1002, ["id"]=1002,
["num"]=1, ["num"]=1,
["weight"]=20 ["weight"]=10
} }
}, },
["rand_drop_num"]=10, ["rand_drop_num"]=10,
@ -205,12 +205,12 @@ local chapter_dungeon_equip = {
["bao_drop"]={ ["bao_drop"]={
{ {
["type"]=1, ["type"]=1,
["id"]=1001, ["id"]=1002,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
} }
}, },
["bao_drop_num"]=2, ["bao_drop_num"]=1,
["item_show"]={ ["item_show"]={
{ {
["type"]=1, ["type"]=1,
@ -278,13 +278,13 @@ local chapter_dungeon_equip = {
["type"]=1, ["type"]=1,
["id"]=1001, ["id"]=1001,
["num"]=1, ["num"]=1,
["weight"]=60 ["weight"]=85
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1002, ["id"]=1002,
["num"]=1, ["num"]=1,
["weight"]=40 ["weight"]=15
} }
}, },
["rand_drop_num"]=10, ["rand_drop_num"]=10,
@ -365,13 +365,13 @@ local chapter_dungeon_equip = {
["type"]=1, ["type"]=1,
["id"]=1001, ["id"]=1001,
["num"]=1, ["num"]=1,
["weight"]=35 ["weight"]=80
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1002, ["id"]=1002,
["num"]=1, ["num"]=1,
["weight"]=65 ["weight"]=20
} }
}, },
["rand_drop_num"]=10, ["rand_drop_num"]=10,
@ -384,7 +384,7 @@ local chapter_dungeon_equip = {
["weight"]=100 ["weight"]=100
} }
}, },
["bao_drop_num"]=2, ["bao_drop_num"]=3,
["item_show"]={ ["item_show"]={
{ {
["type"]=1, ["type"]=1,
@ -452,19 +452,19 @@ local chapter_dungeon_equip = {
["type"]=1, ["type"]=1,
["id"]=1001, ["id"]=1001,
["num"]=1, ["num"]=1,
["weight"]=15 ["weight"]=60
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1002, ["id"]=1002,
["num"]=1, ["num"]=1,
["weight"]=70 ["weight"]=30
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1003, ["id"]=1003,
["num"]=1, ["num"]=1,
["weight"]=15 ["weight"]=10
} }
}, },
["rand_drop_num"]=10, ["rand_drop_num"]=10,
@ -472,12 +472,12 @@ local chapter_dungeon_equip = {
["bao_drop"]={ ["bao_drop"]={
{ {
["type"]=1, ["type"]=1,
["id"]=1002, ["id"]=1003,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
} }
}, },
["bao_drop_num"]=2, ["bao_drop_num"]=1,
["item_show"]={ ["item_show"]={
{ {
["type"]=1, ["type"]=1,
@ -545,19 +545,19 @@ local chapter_dungeon_equip = {
["type"]=1, ["type"]=1,
["id"]=1001, ["id"]=1001,
["num"]=1, ["num"]=1,
["weight"]=5 ["weight"]=45
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1002, ["id"]=1002,
["num"]=1, ["num"]=1,
["weight"]=65 ["weight"]=40
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1003, ["id"]=1003,
["num"]=1, ["num"]=1,
["weight"]=30 ["weight"]=15
} }
}, },
["rand_drop_num"]=10, ["rand_drop_num"]=10,
@ -565,7 +565,7 @@ local chapter_dungeon_equip = {
["bao_drop"]={ ["bao_drop"]={
{ {
["type"]=1, ["type"]=1,
["id"]=1002, ["id"]=1003,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
} }
@ -634,17 +634,23 @@ local chapter_dungeon_equip = {
} }
}, },
["rand_drop"]={ ["rand_drop"]={
{
["type"]=1,
["id"]=1001,
["num"]=1,
["weight"]=30
},
{ {
["type"]=1, ["type"]=1,
["id"]=1002, ["id"]=1002,
["num"]=1, ["num"]=1,
["weight"]=40 ["weight"]=50
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1003, ["id"]=1003,
["num"]=1, ["num"]=1,
["weight"]=60 ["weight"]=20
} }
}, },
["rand_drop_num"]=10, ["rand_drop_num"]=10,
@ -657,7 +663,7 @@ local chapter_dungeon_equip = {
["weight"]=100 ["weight"]=100
} }
}, },
["bao_drop_num"]=2, ["bao_drop_num"]=3,
["item_show"]={ ["item_show"]={
{ {
["type"]=1, ["type"]=1,
@ -725,13 +731,13 @@ local chapter_dungeon_equip = {
["type"]=1, ["type"]=1,
["id"]=1002, ["id"]=1002,
["num"]=1, ["num"]=1,
["weight"]=20 ["weight"]=60
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1003, ["id"]=1003,
["num"]=1, ["num"]=1,
["weight"]=70 ["weight"]=30
}, },
{ {
["type"]=1, ["type"]=1,
@ -745,12 +751,12 @@ local chapter_dungeon_equip = {
["bao_drop"]={ ["bao_drop"]={
{ {
["type"]=1, ["type"]=1,
["id"]=1003, ["id"]=1004,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
} }
}, },
["bao_drop_num"]=2, ["bao_drop_num"]=1,
["item_show"]={ ["item_show"]={
{ {
["type"]=1, ["type"]=1,
@ -818,19 +824,19 @@ local chapter_dungeon_equip = {
["type"]=1, ["type"]=1,
["id"]=1002, ["id"]=1002,
["num"]=1, ["num"]=1,
["weight"]=10 ["weight"]=45
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1003, ["id"]=1003,
["num"]=1, ["num"]=1,
["weight"]=65 ["weight"]=40
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1004, ["id"]=1004,
["num"]=1, ["num"]=1,
["weight"]=25 ["weight"]=15
} }
}, },
["rand_drop_num"]=10, ["rand_drop_num"]=10,
@ -838,7 +844,7 @@ local chapter_dungeon_equip = {
["bao_drop"]={ ["bao_drop"]={
{ {
["type"]=1, ["type"]=1,
["id"]=1003, ["id"]=1004,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
} }
@ -907,17 +913,23 @@ local chapter_dungeon_equip = {
} }
}, },
["rand_drop"]={ ["rand_drop"]={
{
["type"]=1,
["id"]=1002,
["num"]=1,
["weight"]=30
},
{ {
["type"]=1, ["type"]=1,
["id"]=1003, ["id"]=1003,
["num"]=1, ["num"]=1,
["weight"]=55 ["weight"]=50
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1004, ["id"]=1004,
["num"]=1, ["num"]=1,
["weight"]=45 ["weight"]=20
} }
}, },
["rand_drop_num"]=10, ["rand_drop_num"]=10,
@ -925,12 +937,12 @@ local chapter_dungeon_equip = {
["bao_drop"]={ ["bao_drop"]={
{ {
["type"]=1, ["type"]=1,
["id"]=1003, ["id"]=1004,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
} }
}, },
["bao_drop_num"]=2, ["bao_drop_num"]=3,
["item_show"]={ ["item_show"]={
{ {
["type"]=1, ["type"]=1,
@ -998,19 +1010,19 @@ local chapter_dungeon_equip = {
["type"]=1, ["type"]=1,
["id"]=1003, ["id"]=1003,
["num"]=1, ["num"]=1,
["weight"]=30 ["weight"]=67
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1004, ["id"]=1004,
["num"]=1, ["num"]=1,
["weight"]=60 ["weight"]=25
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1005, ["id"]=1005,
["num"]=1, ["num"]=1,
["weight"]=10 ["weight"]=8
} }
}, },
["rand_drop_num"]=10, ["rand_drop_num"]=10,
@ -1018,12 +1030,12 @@ local chapter_dungeon_equip = {
["bao_drop"]={ ["bao_drop"]={
{ {
["type"]=1, ["type"]=1,
["id"]=1004, ["id"]=1005,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
} }
}, },
["bao_drop_num"]=2, ["bao_drop_num"]=1,
["item_show"]={ ["item_show"]={
{ {
["type"]=1, ["type"]=1,
@ -1091,19 +1103,19 @@ local chapter_dungeon_equip = {
["type"]=1, ["type"]=1,
["id"]=1003, ["id"]=1003,
["num"]=1, ["num"]=1,
["weight"]=10 ["weight"]=57
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1004, ["id"]=1004,
["num"]=1, ["num"]=1,
["weight"]=80 ["weight"]=30
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1005, ["id"]=1005,
["num"]=1, ["num"]=1,
["weight"]=20 ["weight"]=13
} }
}, },
["rand_drop_num"]=10, ["rand_drop_num"]=10,
@ -1111,7 +1123,7 @@ local chapter_dungeon_equip = {
["bao_drop"]={ ["bao_drop"]={
{ {
["type"]=1, ["type"]=1,
["id"]=1004, ["id"]=1005,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
} }
@ -1180,17 +1192,23 @@ local chapter_dungeon_equip = {
} }
}, },
["rand_drop"]={ ["rand_drop"]={
{
["type"]=1,
["id"]=1003,
["num"]=1,
["weight"]=46
},
{ {
["type"]=1, ["type"]=1,
["id"]=1004, ["id"]=1004,
["num"]=1, ["num"]=1,
["weight"]=60 ["weight"]=36
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1005, ["id"]=1005,
["num"]=1, ["num"]=1,
["weight"]=40 ["weight"]=18
} }
}, },
["rand_drop_num"]=10, ["rand_drop_num"]=10,
@ -1198,12 +1216,12 @@ local chapter_dungeon_equip = {
["bao_drop"]={ ["bao_drop"]={
{ {
["type"]=1, ["type"]=1,
["id"]=1004, ["id"]=1005,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
} }
}, },
["bao_drop_num"]=2, ["bao_drop_num"]=3,
["item_show"]={ ["item_show"]={
{ {
["type"]=1, ["type"]=1,
@ -1271,19 +1289,19 @@ local chapter_dungeon_equip = {
["type"]=1, ["type"]=1,
["id"]=1004, ["id"]=1004,
["num"]=1, ["num"]=1,
["weight"]=30 ["weight"]=66
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1005, ["id"]=1005,
["num"]=1, ["num"]=1,
["weight"]=55 ["weight"]=30
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1006, ["id"]=1006,
["num"]=1, ["num"]=1,
["weight"]=5 ["weight"]=4
} }
}, },
["rand_drop_num"]=10, ["rand_drop_num"]=10,
@ -1291,12 +1309,12 @@ local chapter_dungeon_equip = {
["bao_drop"]={ ["bao_drop"]={
{ {
["type"]=1, ["type"]=1,
["id"]=1004, ["id"]=1006,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
} }
}, },
["bao_drop_num"]=2, ["bao_drop_num"]=1,
["item_show"]={ ["item_show"]={
{ {
["type"]=1, ["type"]=1,
@ -1372,19 +1390,19 @@ local chapter_dungeon_equip = {
["type"]=1, ["type"]=1,
["id"]=1004, ["id"]=1004,
["num"]=1, ["num"]=1,
["weight"]=20 ["weight"]=53
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1005, ["id"]=1005,
["num"]=1, ["num"]=1,
["weight"]=70 ["weight"]=38
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1006, ["id"]=1006,
["num"]=1, ["num"]=1,
["weight"]=10 ["weight"]=9
} }
}, },
["rand_drop_num"]=10, ["rand_drop_num"]=10,
@ -1392,12 +1410,12 @@ local chapter_dungeon_equip = {
["bao_drop"]={ ["bao_drop"]={
{ {
["type"]=1, ["type"]=1,
["id"]=1005, ["id"]=1006,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
} }
}, },
["bao_drop_num"]=2, ["bao_drop_num"]=1,
["item_show"]={ ["item_show"]={
{ {
["type"]=1, ["type"]=1,
@ -1465,19 +1483,19 @@ local chapter_dungeon_equip = {
["type"]=1, ["type"]=1,
["id"]=1004, ["id"]=1004,
["num"]=1, ["num"]=1,
["weight"]=15 ["weight"]=43
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1005, ["id"]=1005,
["num"]=1, ["num"]=1,
["weight"]=65 ["weight"]=42
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1006, ["id"]=1006,
["num"]=1, ["num"]=1,
["weight"]=20 ["weight"]=15
} }
}, },
["rand_drop_num"]=10, ["rand_drop_num"]=10,
@ -1485,7 +1503,7 @@ local chapter_dungeon_equip = {
["bao_drop"]={ ["bao_drop"]={
{ {
["type"]=1, ["type"]=1,
["id"]=1005, ["id"]=1006,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
} }
@ -1558,19 +1576,19 @@ local chapter_dungeon_equip = {
["type"]=1, ["type"]=1,
["id"]=1004, ["id"]=1004,
["num"]=1, ["num"]=1,
["weight"]=10 ["weight"]=40
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1005, ["id"]=1005,
["num"]=1, ["num"]=1,
["weight"]=60 ["weight"]=40
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1006, ["id"]=1006,
["num"]=1, ["num"]=1,
["weight"]=30 ["weight"]=20
} }
}, },
["rand_drop_num"]=10, ["rand_drop_num"]=10,
@ -1578,7 +1596,7 @@ local chapter_dungeon_equip = {
["bao_drop"]={ ["bao_drop"]={
{ {
["type"]=1, ["type"]=1,
["id"]=1005, ["id"]=1006,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
} }
@ -1651,19 +1669,19 @@ local chapter_dungeon_equip = {
["type"]=1, ["type"]=1,
["id"]=1004, ["id"]=1004,
["num"]=1, ["num"]=1,
["weight"]=7 ["weight"]=37
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1005, ["id"]=1005,
["num"]=1, ["num"]=1,
["weight"]=53 ["weight"]=38
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1006, ["id"]=1006,
["num"]=1, ["num"]=1,
["weight"]=40 ["weight"]=25
} }
}, },
["rand_drop_num"]=10, ["rand_drop_num"]=10,
@ -1671,12 +1689,12 @@ local chapter_dungeon_equip = {
["bao_drop"]={ ["bao_drop"]={
{ {
["type"]=1, ["type"]=1,
["id"]=1005, ["id"]=1006,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
} }
}, },
["bao_drop_num"]=2, ["bao_drop_num"]=3,
["item_show"]={ ["item_show"]={
{ {
["type"]=1, ["type"]=1,
@ -1744,19 +1762,19 @@ local chapter_dungeon_equip = {
["type"]=1, ["type"]=1,
["id"]=1004, ["id"]=1004,
["num"]=1, ["num"]=1,
["weight"]=5 ["weight"]=34
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1005, ["id"]=1005,
["num"]=1, ["num"]=1,
["weight"]=45 ["weight"]=36
}, },
{ {
["type"]=1, ["type"]=1,
["id"]=1006, ["id"]=1006,
["num"]=1, ["num"]=1,
["weight"]=50 ["weight"]=30
} }
}, },
["rand_drop_num"]=10, ["rand_drop_num"]=10,
@ -1769,7 +1787,7 @@ local chapter_dungeon_equip = {
["weight"]=100 ["weight"]=100
} }
}, },
["bao_drop_num"]=2, ["bao_drop_num"]=3,
["item_show"]={ ["item_show"]={
{ {
["type"]=1, ["type"]=1,

View File

@ -405,9 +405,12 @@ local const = {
}, },
["activity_boss_rush_atk_add"]={ ["activity_boss_rush_atk_add"]={
["value"]=100 ["value"]=100
},
["activity_recurring_day"]={
["value"]=15
} }
} }
local config = { local config = {
data=const,count=82 data=const,count=83
} }
return config return config

View File

@ -7556,12 +7556,12 @@ local equip = {
} }
}, },
["weapon_icon"]={ ["weapon_icon"]={
31, 25,
32, 26,
33, 27,
34, 28,
35, 29,
36 30
} }
}, },
[1400103]={ [1400103]={
@ -8001,12 +8001,12 @@ local equip = {
} }
}, },
["weapon_icon"]={ ["weapon_icon"]={
19, 13,
20, 14,
21, 15,
22, 16,
23, 17,
24 18
} }
}, },
[1400104]={ [1400104]={
@ -8446,12 +8446,12 @@ local equip = {
} }
}, },
["weapon_icon"]={ ["weapon_icon"]={
7, 1,
8, 2,
9, 3,
10, 4,
11, 5,
12 6
} }
}, },
[1400105]={ [1400105]={
@ -8891,12 +8891,12 @@ local equip = {
} }
}, },
["weapon_icon"]={ ["weapon_icon"]={
43, 37,
44, 38,
45, 39,
46, 40,
47, 41,
48 42
} }
}, },
[1400201]={ [1400201]={

View File

@ -2003,6 +2003,10 @@ local fx = {
["bind"]="root", ["bind"]="root",
["bg"]=1 ["bg"]=1
}, },
[300150]={
["res"]="sfx_p0036_b05",
["bind"]="root"
},
[400000]={ [400000]={
["res"]="sfx_p0012_b01", ["res"]="sfx_p0012_b01",
["bind"]="root", ["bind"]="root",
@ -2754,9 +2758,14 @@ local fx = {
["bind"]="root", ["bind"]="root",
["flip"]=1, ["flip"]=1,
["bg"]=1 ["bg"]=1
},
[400150]={
["res"]="sfx_p0036_b05",
["bind"]="root",
["flip"]=1
} }
} }
local config = { local config = {
data=fx,count=647 data=fx,count=649
} }
return config return config

View File

@ -1,17 +1,17 @@
local grid_edge_type = { local grid_edge_type = {
[1]={ [1]={
["icon"]="battle_obstacle_coral_1", ["icon"]="battle_obstacle_coral_1",
["break_sfx"]="sfx_piece_za_b01" ["break_sfx"]="sfx_piece_shanhu_b01"
}, },
[2]={ [2]={
["icon"]="battle_obstacle_coral_2", ["icon"]="battle_obstacle_coral_2",
["next_type"]=1, ["next_type"]=1,
["break_sfx"]="sfx_piece_za_b01" ["break_sfx"]="sfx_piece_shanhu_b01"
}, },
[3]={ [3]={
["icon"]="battle_obstacle_coral_3", ["icon"]="battle_obstacle_coral_3",
["next_type"]=2, ["next_type"]=2,
["break_sfx"]="sfx_piece_za_b01" ["break_sfx"]="sfx_piece_shanhu_b01"
} }
} }
local config = { local config = {

View File

@ -247,7 +247,8 @@ local hero = {
["is_show"]=1, ["is_show"]=1,
["collection_point"]=5, ["collection_point"]=5,
["skin"]={ ["skin"]={
14001 14001,
1400101
} }
}, },
[14002]={ [14002]={

View File

@ -1560,6 +1560,16 @@ local item = {
["qlt"]=4, ["qlt"]=4,
["icon"]="52" ["icon"]="52"
}, },
[53]={
["type"]=10,
["qlt"]=4,
["icon"]="53"
},
[54]={
["type"]=10,
["qlt"]=5,
["icon"]="54"
},
[1001]={ [1001]={
["type"]=2, ["type"]=2,
["qlt"]=1, ["qlt"]=1,
@ -1572,7 +1582,8 @@ local item = {
4, 4,
5, 5,
6, 6,
7 7,
8
} }
}, },
[1002]={ [1002]={
@ -1581,14 +1592,14 @@ local item = {
["icon"]="1002", ["icon"]="1002",
["get_way_type"]=1, ["get_way_type"]=1,
["get_way"]={ ["get_way"]={
6,
7,
5,
8,
4,
9, 9,
3, 8,
10 10,
6,
11,
5,
4,
3
} }
}, },
[1003]={ [1003]={
@ -1597,14 +1608,15 @@ local item = {
["icon"]="1003", ["icon"]="1003",
["get_way_type"]=1, ["get_way_type"]=1,
["get_way"]={ ["get_way"]={
9,
10,
8,
11,
12, 12,
13,
11,
14,
10,
9,
8,
7, 7,
6, 6
13
} }
}, },
[1004]={ [1004]={
@ -1613,18 +1625,18 @@ local item = {
["icon"]="1004", ["icon"]="1004",
["get_way_type"]=1, ["get_way_type"]=1,
["get_way"]={ ["get_way"]={
13,
14,
12,
15, 15,
11,
16, 16,
10,
17, 17,
18, 18,
19, 19,
14,
20, 20,
10 13,
12,
11,
10,
9
} }
}, },
[1005]={ [1005]={
@ -1633,12 +1645,12 @@ local item = {
["icon"]="1005", ["icon"]="1005",
["get_way_type"]=1, ["get_way_type"]=1,
["get_way"]={ ["get_way"]={
16,
17, 17,
18, 18,
16,
19, 19,
15,
20, 20,
15,
14, 14,
13, 13,
12 12
@ -1684,21 +1696,21 @@ local item = {
["icon"]="1008", ["icon"]="1008",
["get_way_type"]=2, ["get_way_type"]=2,
["get_way"]={ ["get_way"]={
25,
31,
19, 19,
13, 13,
25,
7, 7,
31, 29,
30,
35,
36,
23, 23,
24, 24,
17, 17,
18, 18,
29,
30,
11, 11,
12, 12
35,
36
} }
}, },
[1009]={ [1009]={
@ -1707,22 +1719,22 @@ local item = {
["icon"]="1009", ["icon"]="1009",
["get_way_type"]=2, ["get_way_type"]=2,
["get_way"]={ ["get_way"]={
31,
37, 37,
43,
31,
25, 25,
19, 19,
43,
13, 13,
35,
36,
41, 41,
42, 42,
47,
48,
35,
36,
29, 29,
30, 30,
23, 23,
24, 24,
47,
48,
17, 17,
18 18
} }
@ -1733,22 +1745,22 @@ local item = {
["icon"]="1010", ["icon"]="1010",
["get_way_type"]=2, ["get_way_type"]=2,
["get_way"]={ ["get_way"]={
43,
49, 49,
55,
43,
37, 37,
31, 31,
55,
25, 25,
47,
48,
53, 53,
54, 54,
59,
60,
47,
48,
41, 41,
42, 42,
35, 35,
36, 36,
59,
60,
29, 29,
30 30
} }
@ -1782,7 +1794,7 @@ local item = {
55, 55,
49, 49,
59, 59,
60, 54,
53, 53,
54 54
} }
@ -1813,21 +1825,21 @@ local item = {
["icon"]="1020", ["icon"]="1020",
["get_way_type"]=2, ["get_way_type"]=2,
["get_way"]={ ["get_way"]={
26,
32,
20, 20,
14, 14,
26,
8, 8,
32, 29,
30,
35,
36,
23, 23,
24, 24,
17, 17,
18, 18,
29,
30,
11, 11,
12, 12
35,
36
} }
}, },
[1015]={ [1015]={
@ -1836,22 +1848,22 @@ local item = {
["icon"]="1021", ["icon"]="1021",
["get_way_type"]=2, ["get_way_type"]=2,
["get_way"]={ ["get_way"]={
32,
38, 38,
44,
32,
26, 26,
20, 20,
44,
14, 14,
35,
36,
41, 41,
42, 42,
47,
48,
35,
36,
29, 29,
30, 30,
23, 23,
24, 24,
47,
48,
17, 17,
18 18
} }
@ -1862,22 +1874,22 @@ local item = {
["icon"]="1022", ["icon"]="1022",
["get_way_type"]=2, ["get_way_type"]=2,
["get_way"]={ ["get_way"]={
44,
50, 50,
56,
44,
38, 38,
32, 32,
56,
26, 26,
47,
48,
53, 53,
54, 54,
59,
60,
47,
48,
41, 41,
42, 42,
35, 35,
36, 36,
59,
60,
29, 29,
30 30
} }
@ -1911,7 +1923,7 @@ local item = {
56, 56,
50, 50,
59, 59,
60, 54,
53, 53,
54 54
} }
@ -1942,21 +1954,21 @@ local item = {
["icon"]="1014", ["icon"]="1014",
["get_way_type"]=2, ["get_way_type"]=2,
["get_way"]={ ["get_way"]={
27,
33,
21, 21,
15, 15,
27,
9, 9,
33, 29,
30,
35,
36,
23, 23,
24, 24,
17, 17,
18, 18,
29,
30,
11, 11,
12, 12
35,
36
} }
}, },
[1021]={ [1021]={
@ -1965,22 +1977,22 @@ local item = {
["icon"]="1015", ["icon"]="1015",
["get_way_type"]=2, ["get_way_type"]=2,
["get_way"]={ ["get_way"]={
33,
39, 39,
45,
33,
27, 27,
21, 21,
45,
15, 15,
35,
36,
41, 41,
42, 42,
47,
48,
35,
36,
29, 29,
30, 30,
23, 23,
24, 24,
47,
48,
17, 17,
18 18
} }
@ -1991,22 +2003,22 @@ local item = {
["icon"]="1016", ["icon"]="1016",
["get_way_type"]=2, ["get_way_type"]=2,
["get_way"]={ ["get_way"]={
45,
51, 51,
57,
45,
39, 39,
33, 33,
57,
27, 27,
47,
48,
53, 53,
54, 54,
59,
60,
47,
48,
41, 41,
42, 42,
35, 35,
36, 36,
59,
60,
29, 29,
30 30
} }
@ -2040,7 +2052,7 @@ local item = {
57, 57,
51, 51,
59, 59,
60, 54,
53, 53,
54 54
} }
@ -2071,21 +2083,21 @@ local item = {
["icon"]="1026", ["icon"]="1026",
["get_way_type"]=2, ["get_way_type"]=2,
["get_way"]={ ["get_way"]={
28,
34,
22, 22,
16, 16,
28,
10, 10,
34, 29,
30,
35,
36,
23, 23,
24, 24,
17, 17,
18, 18,
29,
30,
11, 11,
12, 12
35,
36
} }
}, },
[1027]={ [1027]={
@ -2094,22 +2106,22 @@ local item = {
["icon"]="1027", ["icon"]="1027",
["get_way_type"]=2, ["get_way_type"]=2,
["get_way"]={ ["get_way"]={
34,
40, 40,
46,
34,
28, 28,
22, 22,
46,
16, 16,
35,
36,
41, 41,
42, 42,
47,
48,
35,
36,
29, 29,
30, 30,
23, 23,
24, 24,
47,
48,
17, 17,
18 18
} }
@ -2120,22 +2132,22 @@ local item = {
["icon"]="1028", ["icon"]="1028",
["get_way_type"]=2, ["get_way_type"]=2,
["get_way"]={ ["get_way"]={
46,
52, 52,
58,
46,
40, 40,
34, 34,
58,
28, 28,
47,
48,
53, 53,
54, 54,
59,
60,
47,
48,
41, 41,
42, 42,
35, 35,
36, 36,
59,
60,
29, 29,
30 30
} }
@ -2169,7 +2181,7 @@ local item = {
58, 58,
52, 52,
59, 59,
60, 54,
53, 53,
54 54
} }
@ -2377,9 +2389,15 @@ local item = {
["parameter"]=5400101, ["parameter"]=5400101,
["qlt"]=4, ["qlt"]=4,
["icon"]="5400101" ["icon"]="5400101"
},
[1400101]={
["type"]=12,
["parameter"]=1400101,
["qlt"]=3,
["icon"]="1400101"
} }
} }
local config = { local config = {
data=item,count=113 data=item,count=116
} }
return config return config

View File

@ -1,5 +1,6 @@
local LocalizationGlobalConst = local LocalizationGlobalConst =
{ {
NOT_POP_TODAY = "NOT_POP_TODAY",
MAIN_BTN_1 = "MAIN_BTN_1", MAIN_BTN_1 = "MAIN_BTN_1",
QLT_DESC_1 = "QLT_DESC_1", QLT_DESC_1 = "QLT_DESC_1",
QLT_DESC_2 = "QLT_DESC_2", QLT_DESC_2 = "QLT_DESC_2",
@ -455,6 +456,17 @@ local LocalizationGlobalConst =
HERO_FUND_DESCC_2 = "HERO_FUND_DESCC_2", HERO_FUND_DESCC_2 = "HERO_FUND_DESCC_2",
HERO_FUND_DESCC_3 = "HERO_FUND_DESCC_3", HERO_FUND_DESCC_3 = "HERO_FUND_DESCC_3",
HERO_FUND_DESCC_4 = "HERO_FUND_DESCC_4", HERO_FUND_DESCC_4 = "HERO_FUND_DESCC_4",
ARENA_DESC_37 = "ARENA_DESC_37",
ARENA_DESC_38 = "ARENA_DESC_38",
ARENA_DESC_39 = "ARENA_DESC_39",
ARENA_DESC_40 = "ARENA_DESC_40",
ARENA_DESC_41 = "ARENA_DESC_41",
ARENA_DESC_42 = "ARENA_DESC_42",
EQUIP_DESC_27 = "EQUIP_DESC_27",
EQUIP_DESC_28 = "EQUIP_DESC_28",
SEIZED_DESC_1 = "SEIZED_DESC_1",
SEIZED_DESC_2 = "SEIZED_DESC_2",
SEIZED_DESC_3 = "SEIZED_DESC_3",
ACT_FOURTEEN_TITLE_1 = "ACT_FOURTEEN_TITLE_1", ACT_FOURTEEN_TITLE_1 = "ACT_FOURTEEN_TITLE_1",
ACT_FOURTEEN_TITLE_2 = "ACT_FOURTEEN_TITLE_2", ACT_FOURTEEN_TITLE_2 = "ACT_FOURTEEN_TITLE_2",
ACT_FOURTEEN_TITLE_3 = "ACT_FOURTEEN_TITLE_3", ACT_FOURTEEN_TITLE_3 = "ACT_FOURTEEN_TITLE_3",
@ -467,6 +479,39 @@ local LocalizationGlobalConst =
ACT_FOURTEEN_DESC_7 = "ACT_FOURTEEN_DESC_7", ACT_FOURTEEN_DESC_7 = "ACT_FOURTEEN_DESC_7",
ACT_FOURTEEN_DESC_8 = "ACT_FOURTEEN_DESC_8", ACT_FOURTEEN_DESC_8 = "ACT_FOURTEEN_DESC_8",
ACT_FOURTEEN_DESC_9 = "ACT_FOURTEEN_DESC_9", ACT_FOURTEEN_DESC_9 = "ACT_FOURTEEN_DESC_9",
ACT_BOSS_RUSH_DESC_1 = "ACT_BOSS_RUSH_DESC_1",
ACT_BOSS_RUSH_DESC_2 = "ACT_BOSS_RUSH_DESC_2",
ACT_BOSS_RUSH_DESC_3 = "ACT_BOSS_RUSH_DESC_3",
ACT_BOSS_RUSH_DESC_4 = "ACT_BOSS_RUSH_DESC_4",
ACT_BOSS_RUSH_DESC_5 = "ACT_BOSS_RUSH_DESC_5",
ACT_BOSS_RUSH_DESC_6 = "ACT_BOSS_RUSH_DESC_6",
ACT_BOSS_RUSH_DESC_7 = "ACT_BOSS_RUSH_DESC_7",
ACT_BOSS_RUSH_DESC_8 = "ACT_BOSS_RUSH_DESC_8",
ACT_BOSS_RUSH_DESC_9 = "ACT_BOSS_RUSH_DESC_9",
ACT_BOSS_RUSH_DESC_10 = "ACT_BOSS_RUSH_DESC_10",
ACT_BOSS_RUSH_DESC_11 = "ACT_BOSS_RUSH_DESC_11",
ACT_BOSS_RUSH_DESC_12 = "ACT_BOSS_RUSH_DESC_12",
ACT_BOSS_RUSH_DESC_13 = "ACT_BOSS_RUSH_DESC_13",
ACT_BOSS_RUSH_DESC_14 = "ACT_BOSS_RUSH_DESC_14",
ACT_BOSS_RUSH_DESC_15 = "ACT_BOSS_RUSH_DESC_15",
ACT_BOSS_RUSH_DESC_16 = "ACT_BOSS_RUSH_DESC_16",
ACT_BOSS_RUSH_DESC_17 = "ACT_BOSS_RUSH_DESC_17",
ACT_BOSS_RUSH_DESC_18 = "ACT_BOSS_RUSH_DESC_18",
ACT_BOSS_RUSH_DESC_19 = "ACT_BOSS_RUSH_DESC_19",
ACT_BOSS_RUSH_DESC_20 = "ACT_BOSS_RUSH_DESC_20",
ACT_BOSS_RUSH_DESC_21 = "ACT_BOSS_RUSH_DESC_21",
ACT_BOSS_RUSH_DESC_22 = "ACT_BOSS_RUSH_DESC_22",
ACT_BOSS_RUSH_DESC_23 = "ACT_BOSS_RUSH_DESC_23",
ACT_BOSS_RUSH_DESC_24 = "ACT_BOSS_RUSH_DESC_24",
ACT_BOSS_RUSH_DESC_25 = "ACT_BOSS_RUSH_DESC_25",
ACT_BOSS_RUSH_DESC_26 = "ACT_BOSS_RUSH_DESC_26",
ACT_BOSS_RUSH_DESC_27 = "ACT_BOSS_RUSH_DESC_27",
ACT_BOSS_RUSH_DESC_28 = "ACT_BOSS_RUSH_DESC_28",
ACT_BOSS_RUSH_DESC_29 = "ACT_BOSS_RUSH_DESC_29",
ACT_BOSS_RUSH_DESC_30 = "ACT_BOSS_RUSH_DESC_30",
ACT_BOSS_RUSH_DESC_31 = "ACT_BOSS_RUSH_DESC_31",
ACT_BOSS_RUSH_DESC_32 = "ACT_BOSS_RUSH_DESC_32",
ACT_BOSS_RUSH_DESC_33 = "ACT_BOSS_RUSH_DESC_33",
} }
return LocalizationGlobalConst return LocalizationGlobalConst

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
local monster_dungeon_equip = { local monster_dungeon_equip = {
[106]={ [106]={
["monster_base"]=10056, ["monster_base"]=10056,
["hp"]=76930000, ["hp"]=81620000,
["atk"]=1390000, ["atk"]=1390000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
@ -16,7 +16,7 @@ local monster_dungeon_equip = {
}, },
[206]={ [206]={
["monster_base"]=10045, ["monster_base"]=10045,
["hp"]=93400000, ["hp"]=99240000,
["atk"]=1930000, ["atk"]=1930000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
@ -31,7 +31,7 @@ local monster_dungeon_equip = {
}, },
[306]={ [306]={
["monster_base"]=10028, ["monster_base"]=10028,
["hp"]=153020000, ["hp"]=178640000,
["atk"]=2140000, ["atk"]=2140000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
@ -46,7 +46,7 @@ local monster_dungeon_equip = {
}, },
[406]={ [406]={
["monster_base"]=10003, ["monster_base"]=10003,
["hp"]=203320000, ["hp"]=237440000,
["atk"]=2220000, ["atk"]=2220000,
["atk_times"]=2, ["atk_times"]=2,
["hurt_skill"]={ ["hurt_skill"]={
@ -62,7 +62,7 @@ local monster_dungeon_equip = {
[506]={ [506]={
["monster_base"]=20041, ["monster_base"]=20041,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=386900000, ["hp"]=431900000,
["atk"]=2260000, ["atk"]=2260000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
@ -82,7 +82,7 @@ local monster_dungeon_equip = {
}, },
[606]={ [606]={
["monster_base"]=10060, ["monster_base"]=10060,
["hp"]=85320000, ["hp"]=90860000,
["atk"]=1540000, ["atk"]=1540000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
@ -97,7 +97,7 @@ local monster_dungeon_equip = {
}, },
[706]={ [706]={
["monster_base"]=10055, ["monster_base"]=10055,
["hp"]=103120000, ["hp"]=110400000,
["atk"]=2150000, ["atk"]=2150000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
@ -112,7 +112,7 @@ local monster_dungeon_equip = {
}, },
[806]={ [806]={
["monster_base"]=10027, ["monster_base"]=10027,
["hp"]=168890000, ["hp"]=198820000,
["atk"]=2380000, ["atk"]=2380000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
@ -127,7 +127,7 @@ local monster_dungeon_equip = {
}, },
[906]={ [906]={
["monster_base"]=10064, ["monster_base"]=10064,
["hp"]=224600000, ["hp"]=264180000,
["atk"]=2470000, ["atk"]=2470000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
@ -143,7 +143,7 @@ local monster_dungeon_equip = {
[1006]={ [1006]={
["monster_base"]=20040, ["monster_base"]=20040,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=426150000, ["hp"]=480480000,
["atk"]=2520000, ["atk"]=2520000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
@ -162,7 +162,7 @@ local monster_dungeon_equip = {
}, },
[1106]={ [1106]={
["monster_base"]=10015, ["monster_base"]=10015,
["hp"]=93300000, ["hp"]=98780000,
["atk"]=1680000, ["atk"]=1680000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
@ -177,7 +177,7 @@ local monster_dungeon_equip = {
}, },
[1206]={ [1206]={
["monster_base"]=10025, ["monster_base"]=10025,
["hp"]=112820000, ["hp"]=119880000,
["atk"]=2340000, ["atk"]=2340000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
@ -192,7 +192,7 @@ local monster_dungeon_equip = {
}, },
[1306]={ [1306]={
["monster_base"]=10030, ["monster_base"]=10030,
["hp"]=191790000, ["hp"]=215800000,
["atk"]=2590000, ["atk"]=2590000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
@ -207,7 +207,7 @@ local monster_dungeon_equip = {
}, },
[1406]={ [1406]={
["monster_base"]=10018, ["monster_base"]=10018,
["hp"]=255070000, ["hp"]=286720000,
["atk"]=2690000, ["atk"]=2690000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
@ -223,7 +223,7 @@ local monster_dungeon_equip = {
[1506]={ [1506]={
["monster_base"]=20039, ["monster_base"]=20039,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=494490000, ["hp"]=521500000,
["atk"]=2740000, ["atk"]=2740000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
@ -242,8 +242,8 @@ local monster_dungeon_equip = {
}, },
[1606]={ [1606]={
["monster_base"]=10004, ["monster_base"]=10004,
["hp"]=119700000, ["hp"]=118220000,
["atk"]=1830000, ["atk"]=2020000,
["atk_times"]=2, ["atk_times"]=2,
["hurt_skill"]={ ["hurt_skill"]={
20010, 20010,
@ -257,8 +257,8 @@ local monster_dungeon_equip = {
}, },
[1706]={ [1706]={
["monster_base"]=10049, ["monster_base"]=10049,
["hp"]=143630000, ["hp"]=143890000,
["atk"]=2540000, ["atk"]=2820000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20142, 20142,
@ -272,8 +272,8 @@ local monster_dungeon_equip = {
}, },
[1806]={ [1806]={
["monster_base"]=10037, ["monster_base"]=10037,
["hp"]=235050000, ["hp"]=259680000,
["atk"]=2810000, ["atk"]=3120000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20106, 20106,
@ -287,8 +287,8 @@ local monster_dungeon_equip = {
}, },
[1906]={ [1906]={
["monster_base"]=10016, ["monster_base"]=10016,
["hp"]=312870000, ["hp"]=351150000,
["atk"]=2920000, ["atk"]=3240000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20043, 20043,
@ -303,8 +303,8 @@ local monster_dungeon_equip = {
[2006]={ [2006]={
["monster_base"]=20043, ["monster_base"]=20043,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=566760000, ["hp"]=638400000,
["atk"]=2980000, ["atk"]=3310000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
30120, 30120,
@ -323,8 +323,8 @@ local monster_dungeon_equip = {
}, },
[2106]={ [2106]={
["monster_base"]=10022, ["monster_base"]=10022,
["hp"]=136880000, ["hp"]=126040000,
["atk"]=2010000, ["atk"]=2180000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20061, 20061,
@ -338,8 +338,8 @@ local monster_dungeon_equip = {
}, },
[2206]={ [2206]={
["monster_base"]=10032, ["monster_base"]=10032,
["hp"]=163040000, ["hp"]=153470000,
["atk"]=2780000, ["atk"]=3010000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20091, 20091,
@ -353,8 +353,8 @@ local monster_dungeon_equip = {
}, },
[2306]={ [2306]={
["monster_base"]=10013, ["monster_base"]=10013,
["hp"]=267170000, ["hp"]=276960000,
["atk"]=3070000, ["atk"]=3330000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20034, 20034,
@ -368,8 +368,8 @@ local monster_dungeon_equip = {
}, },
[2406]={ [2406]={
["monster_base"]=10001, ["monster_base"]=10001,
["hp"]=355450000, ["hp"]=374550000,
["atk"]=3200000, ["atk"]=3480000,
["atk_times"]=2, ["atk_times"]=2,
["hurt_skill"]={ ["hurt_skill"]={
20001, 20001,
@ -384,8 +384,8 @@ local monster_dungeon_equip = {
[2506]={ [2506]={
["monster_base"]=20042, ["monster_base"]=20042,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=643710000, ["hp"]=680700000,
["atk"]=3260000, ["atk"]=3540000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
30123, 30123,
@ -403,8 +403,8 @@ local monster_dungeon_equip = {
}, },
[2606]={ [2606]={
["monster_base"]=10045, ["monster_base"]=10045,
["hp"]=147550000, ["hp"]=140300000,
["atk"]=2190000, ["atk"]=2400000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20130, 20130,
@ -418,8 +418,8 @@ local monster_dungeon_equip = {
}, },
[2706]={ [2706]={
["monster_base"]=10056, ["monster_base"]=10056,
["hp"]=175200000, ["hp"]=169470000,
["atk"]=3030000, ["atk"]=3320000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20163, 20163,
@ -433,8 +433,8 @@ local monster_dungeon_equip = {
}, },
[2806]={ [2806]={
["monster_base"]=10003, ["monster_base"]=10003,
["hp"]=287270000, ["hp"]=306100000,
["atk"]=3340000, ["atk"]=3660000,
["atk_times"]=2, ["atk_times"]=2,
["hurt_skill"]={ ["hurt_skill"]={
20007, 20007,
@ -448,8 +448,8 @@ local monster_dungeon_equip = {
}, },
[2906]={ [2906]={
["monster_base"]=10028, ["monster_base"]=10028,
["hp"]=382140000, ["hp"]=415400000,
["atk"]=3490000, ["atk"]=3830000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20079, 20079,
@ -464,8 +464,8 @@ local monster_dungeon_equip = {
[3006]={ [3006]={
["monster_base"]=20041, ["monster_base"]=20041,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=691660000, ["hp"]=754750000,
["atk"]=3560000, ["atk"]=3970000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
30126, 30126,
@ -484,8 +484,8 @@ local monster_dungeon_equip = {
}, },
[3106]={ [3106]={
["monster_base"]=10052, ["monster_base"]=10052,
["hp"]=161570000, ["hp"]=153460000,
["atk"]=2380000, ["atk"]=2630000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20151, 20151,
@ -499,8 +499,8 @@ local monster_dungeon_equip = {
}, },
[3206]={ [3206]={
["monster_base"]=10062, ["monster_base"]=10062,
["hp"]=191650000, ["hp"]=185090000,
["atk"]=3300000, ["atk"]=3630000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20181, 20181,
@ -514,8 +514,8 @@ local monster_dungeon_equip = {
}, },
[3306]={ [3306]={
["monster_base"]=10036, ["monster_base"]=10036,
["hp"]=313710000, ["hp"]=334280000,
["atk"]=3620000, ["atk"]=4000000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20103, 20103,
@ -529,8 +529,8 @@ local monster_dungeon_equip = {
}, },
[3406]={ [3406]={
["monster_base"]=10061, ["monster_base"]=10061,
["hp"]=417370000, ["hp"]=453650000,
["atk"]=3790000, ["atk"]=4190000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20178, 20178,
@ -545,8 +545,8 @@ local monster_dungeon_equip = {
[3506]={ [3506]={
["monster_base"]=20040, ["monster_base"]=20040,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=754850000, ["hp"]=824060000,
["atk"]=3870000, ["atk"]=4350000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
30129, 30129,
@ -564,8 +564,8 @@ local monster_dungeon_equip = {
}, },
[3606]={ [3606]={
["monster_base"]=10030, ["monster_base"]=10030,
["hp"]=175230000, ["hp"]=163330000,
["atk"]=2580000, ["atk"]=2810000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20085, 20085,
@ -579,8 +579,8 @@ local monster_dungeon_equip = {
}, },
[3706]={ [3706]={
["monster_base"]=10015, ["monster_base"]=10015,
["hp"]=207360000, ["hp"]=196740000,
["atk"]=3560000, ["atk"]=3870000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20040, 20040,
@ -594,8 +594,8 @@ local monster_dungeon_equip = {
}, },
[3806]={ [3806]={
["monster_base"]=10025, ["monster_base"]=10025,
["hp"]=338580000, ["hp"]=355260000,
["atk"]=3900000, ["atk"]=4250000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20070, 20070,
@ -609,8 +609,8 @@ local monster_dungeon_equip = {
}, },
[3906]={ [3906]={
["monster_base"]=10034, ["monster_base"]=10034,
["hp"]=450950000, ["hp"]=481950000,
["atk"]=4090000, ["atk"]=4460000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20097, 20097,
@ -625,8 +625,8 @@ local monster_dungeon_equip = {
[4006]={ [4006]={
["monster_base"]=20039, ["monster_base"]=20039,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=814970000, ["hp"]=875620000,
["atk"]=4170000, ["atk"]=4630000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
30117, 30117,
@ -644,8 +644,8 @@ local monster_dungeon_equip = {
}, },
[4106]={ [4106]={
["monster_base"]=10054, ["monster_base"]=10054,
["hp"]=182360000, ["hp"]=177360000,
["atk"]=2660000, ["atk"]=3070000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20157, 20157,
@ -659,8 +659,8 @@ local monster_dungeon_equip = {
}, },
[4206]={ [4206]={
["monster_base"]=10037, ["monster_base"]=10037,
["hp"]=215460000, ["hp"]=215560000,
["atk"]=3660000, ["atk"]=4230000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20106, 20106,
@ -674,8 +674,8 @@ local monster_dungeon_equip = {
}, },
[4306]={ [4306]={
["monster_base"]=10012, ["monster_base"]=10012,
["hp"]=351510000, ["hp"]=386500000,
["atk"]=4010000, ["atk"]=4650000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20031, 20031,
@ -689,8 +689,8 @@ local monster_dungeon_equip = {
}, },
[4406]={ [4406]={
["monster_base"]=10049, ["monster_base"]=10049,
["hp"]=468340000, ["hp"]=521660000,
["atk"]=4210000, ["atk"]=4870000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20142, 20142,
@ -705,8 +705,8 @@ local monster_dungeon_equip = {
[4506]={ [4506]={
["monster_base"]=20043, ["monster_base"]=20043,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=846340000, ["hp"]=947700000,
["atk"]=4290000, ["atk"]=5140000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
30120, 30120,
@ -725,8 +725,8 @@ local monster_dungeon_equip = {
}, },
[4606]={ [4606]={
["monster_base"]=10042, ["monster_base"]=10042,
["hp"]=187110000, ["hp"]=187920000,
["atk"]=2740000, ["atk"]=3250000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20121, 20121,
@ -740,8 +740,8 @@ local monster_dungeon_equip = {
}, },
[4706]={ [4706]={
["monster_base"]=10026, ["monster_base"]=10026,
["hp"]=220970000, ["hp"]=228230000,
["atk"]=3780000, ["atk"]=4480000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20073, 20073,
@ -755,8 +755,8 @@ local monster_dungeon_equip = {
}, },
[4806]={ [4806]={
["monster_base"]=10019, ["monster_base"]=10019,
["hp"]=360430000, ["hp"]=409000000,
["atk"]=4140000, ["atk"]=4940000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20052, 20052,
@ -770,8 +770,8 @@ local monster_dungeon_equip = {
}, },
[4906]={ [4906]={
["monster_base"]=10001, ["monster_base"]=10001,
["hp"]=480060000, ["hp"]=551930000,
["atk"]=4340000, ["atk"]=5160000,
["atk_times"]=2, ["atk_times"]=2,
["hurt_skill"]={ ["hurt_skill"]={
20001, 20001,
@ -786,8 +786,8 @@ local monster_dungeon_equip = {
[5006]={ [5006]={
["monster_base"]=20042, ["monster_base"]=20042,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=867510000, ["hp"]=1002610000,
["atk"]=4430000, ["atk"]=5440000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
30132, 30132,
@ -805,8 +805,8 @@ local monster_dungeon_equip = {
}, },
[5106]={ [5106]={
["monster_base"]=10045, ["monster_base"]=10045,
["hp"]=200880000, ["hp"]=199440000,
["atk"]=2910000, ["atk"]=3450000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20130, 20130,
@ -820,8 +820,8 @@ local monster_dungeon_equip = {
}, },
[5206]={ [5206]={
["monster_base"]=10056, ["monster_base"]=10056,
["hp"]=236460000, ["hp"]=242090000,
["atk"]=4010000, ["atk"]=4750000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20163, 20163,
@ -835,8 +835,8 @@ local monster_dungeon_equip = {
}, },
[5306]={ [5306]={
["monster_base"]=10003, ["monster_base"]=10003,
["hp"]=385650000, ["hp"]=433750000,
["atk"]=4400000, ["atk"]=5240000,
["atk_times"]=2, ["atk_times"]=2,
["hurt_skill"]={ ["hurt_skill"]={
20007, 20007,
@ -850,8 +850,8 @@ local monster_dungeon_equip = {
}, },
[5406]={ [5406]={
["monster_base"]=10028, ["monster_base"]=10028,
["hp"]=513230000, ["hp"]=585310000,
["atk"]=4600000, ["atk"]=5480000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20079, 20079,
@ -866,8 +866,8 @@ local monster_dungeon_equip = {
[5506]={ [5506]={
["monster_base"]=20041, ["monster_base"]=20041,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=927400000, ["hp"]=1063140000,
["atk"]=4690000, ["atk"]=5780000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
30126, 30126,
@ -886,8 +886,8 @@ local monster_dungeon_equip = {
}, },
[5606]={ [5606]={
["monster_base"]=10029, ["monster_base"]=10029,
["hp"]=202710000, ["hp"]=221510000,
["atk"]=2990000, ["atk"]=4040000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20082, 20082,
@ -901,8 +901,8 @@ local monster_dungeon_equip = {
}, },
[5706]={ [5706]={
["monster_base"]=10055, ["monster_base"]=10055,
["hp"]=238240000, ["hp"]=267580000,
["atk"]=4130000, ["atk"]=5560000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20160, 20160,
@ -916,8 +916,8 @@ local monster_dungeon_equip = {
}, },
[5806]={ [5806]={
["monster_base"]=10051, ["monster_base"]=10051,
["hp"]=388530000, ["hp"]=484180000,
["atk"]=4530000, ["atk"]=6110000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20148, 20148,
@ -931,8 +931,8 @@ local monster_dungeon_equip = {
}, },
[5906]={ [5906]={
["monster_base"]=10064, ["monster_base"]=10064,
["hp"]=517080000, ["hp"]=650420000,
["atk"]=4730000, ["atk"]=6400000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20190, 20190,
@ -947,8 +947,8 @@ local monster_dungeon_equip = {
[6006]={ [6006]={
["monster_base"]=20040, ["monster_base"]=20040,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=933980000, ["hp"]=1181290000,
["atk"]=4820000, ["atk"]=6660000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
30135, 30135,
@ -966,8 +966,8 @@ local monster_dungeon_equip = {
}, },
[6106]={ [6106]={
["monster_base"]=10015, ["monster_base"]=10015,
["hp"]=216480000, ["hp"]=227560000,
["atk"]=3180000, ["atk"]=4160000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20040, 20040,
@ -981,8 +981,8 @@ local monster_dungeon_equip = {
}, },
[6206]={ [6206]={
["monster_base"]=10025, ["monster_base"]=10025,
["hp"]=254320000, ["hp"]=274900000,
["atk"]=4380000, ["atk"]=5710000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20070, 20070,
@ -996,8 +996,8 @@ local monster_dungeon_equip = {
}, },
[6306]={ [6306]={
["monster_base"]=10021, ["monster_base"]=10021,
["hp"]=415070000, ["hp"]=497380000,
["atk"]=4810000, ["atk"]=6280000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20058, 20058,
@ -1011,8 +1011,8 @@ local monster_dungeon_equip = {
}, },
[6406]={ [6406]={
["monster_base"]=10034, ["monster_base"]=10034,
["hp"]=552120000, ["hp"]=668140000,
["atk"]=5030000, ["atk"]=6580000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20097, 20097,
@ -1027,8 +1027,8 @@ local monster_dungeon_equip = {
[6506]={ [6506]={
["monster_base"]=20039, ["monster_base"]=20039,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=996810000, ["hp"]=1213440000,
["atk"]=5130000, ["atk"]=6850000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
30117, 30117,
@ -1046,8 +1046,8 @@ local monster_dungeon_equip = {
}, },
[6606]={ [6606]={
["monster_base"]=10049, ["monster_base"]=10049,
["hp"]=221080000, ["hp"]=151200000,
["atk"]=3280000, ["atk"]=1050000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20142, 20142,
@ -1061,8 +1061,8 @@ local monster_dungeon_equip = {
}, },
[6706]={ [6706]={
["monster_base"]=10006, ["monster_base"]=10006,
["hp"]=259330000, ["hp"]=282760000,
["atk"]=4500000, ["atk"]=5870000,
["atk_times"]=2, ["atk_times"]=2,
["hurt_skill"]={ ["hurt_skill"]={
20016, 20016,
@ -1076,8 +1076,8 @@ local monster_dungeon_equip = {
}, },
[6806]={ [6806]={
["monster_base"]=10054, ["monster_base"]=10054,
["hp"]=423100000, ["hp"]=511630000,
["atk"]=4950000, ["atk"]=6460000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20157, 20157,
@ -1091,8 +1091,8 @@ local monster_dungeon_equip = {
}, },
[6906]={ [6906]={
["monster_base"]=10024, ["monster_base"]=10024,
["hp"]=562720000, ["hp"]=687320000,
["atk"]=5180000, ["atk"]=6770000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20067, 20067,
@ -1107,8 +1107,8 @@ local monster_dungeon_equip = {
[7006]={ [7006]={
["monster_base"]=20043, ["monster_base"]=20043,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=1015810000, ["hp"]=1248040000,
["atk"]=5280000, ["atk"]=7050000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
30120, 30120,
@ -1127,8 +1127,8 @@ local monster_dungeon_equip = {
}, },
[7106]={ [7106]={
["monster_base"]=10019, ["monster_base"]=10019,
["hp"]=225650000, ["hp"]=273750000,
["atk"]=3370000, ["atk"]=4990000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20052, 20052,
@ -1142,8 +1142,8 @@ local monster_dungeon_equip = {
}, },
[7206]={ [7206]={
["monster_base"]=10035, ["monster_base"]=10035,
["hp"]=264660000, ["hp"]=330170000,
["atk"]=4630000, ["atk"]=6840000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20100, 20100,
@ -1157,8 +1157,8 @@ local monster_dungeon_equip = {
}, },
[7306]={ [7306]={
["monster_base"]=10026, ["monster_base"]=10026,
["hp"]=431730000, ["hp"]=624370000,
["atk"]=5090000, ["atk"]=7530000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20073, 20073,
@ -1172,8 +1172,8 @@ local monster_dungeon_equip = {
}, },
[7406]={ [7406]={
["monster_base"]=10041, ["monster_base"]=10041,
["hp"]=574040000, ["hp"]=801000000,
["atk"]=5330000, ["atk"]=7910000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20118, 20118,
@ -1188,8 +1188,8 @@ local monster_dungeon_equip = {
[7506]={ [7506]={
["monster_base"]=20042, ["monster_base"]=20042,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=1036280000, ["hp"]=1454090000,
["atk"]=5440000, ["atk"]=8290000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
30138, 30138,
@ -1207,8 +1207,8 @@ local monster_dungeon_equip = {
}, },
[7606]={ [7606]={
["monster_base"]=10053, ["monster_base"]=10053,
["hp"]=233950000, ["hp"]=289120000,
["atk"]=3470000, ["atk"]=5270000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20154, 20154,
@ -1222,8 +1222,8 @@ local monster_dungeon_equip = {
}, },
[7706]={ [7706]={
["monster_base"]=10043, ["monster_base"]=10043,
["hp"]=273880000, ["hp"]=348580000,
["atk"]=4760000, ["atk"]=7220000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20124, 20124,
@ -1237,8 +1237,8 @@ local monster_dungeon_equip = {
}, },
[7806]={ [7806]={
["monster_base"]=10033, ["monster_base"]=10033,
["hp"]=446810000, ["hp"]=659030000,
["atk"]=5230000, ["atk"]=7960000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20094, 20094,
@ -1252,8 +1252,8 @@ local monster_dungeon_equip = {
}, },
[7906]={ [7906]={
["monster_base"]=10028, ["monster_base"]=10028,
["hp"]=594050000, ["hp"]=845550000,
["atk"]=5480000, ["atk"]=8350000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20079, 20079,
@ -1268,8 +1268,8 @@ local monster_dungeon_equip = {
[8006]={ [8006]={
["monster_base"]=20041, ["monster_base"]=20041,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=1072430000, ["hp"]=1534760000,
["atk"]=5590000, ["atk"]=8750000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
30126, 30126,
@ -1288,8 +1288,8 @@ local monster_dungeon_equip = {
}, },
[8106]={ [8106]={
["monster_base"]=10036, ["monster_base"]=10036,
["hp"]=132000000, ["hp"]=312170000,
["atk"]=870000, ["atk"]=5690000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20103, 20103,
@ -1303,8 +1303,8 @@ local monster_dungeon_equip = {
}, },
[8206]={ [8206]={
["monster_base"]=10017, ["monster_base"]=10017,
["hp"]=284280000, ["hp"]=376280000,
["atk"]=4890000, ["atk"]=7800000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20046, 20046,
@ -1318,8 +1318,8 @@ local monster_dungeon_equip = {
}, },
[8306]={ [8306]={
["monster_base"]=10023, ["monster_base"]=10023,
["hp"]=463670000, ["hp"]=711080000,
["atk"]=5380000, ["atk"]=8610000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20064, 20064,
@ -1333,8 +1333,8 @@ local monster_dungeon_equip = {
}, },
[8406]={ [8406]={
["monster_base"]=10051, ["monster_base"]=10051,
["hp"]=616180000, ["hp"]=912460000,
["atk"]=5640000, ["atk"]=9020000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20148, 20148,
@ -1349,8 +1349,8 @@ local monster_dungeon_equip = {
[8506]={ [8506]={
["monster_base"]=20040, ["monster_base"]=20040,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=1112410000, ["hp"]=1655840000,
["atk"]=5750000, ["atk"]=9450000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
30141, 30141,
@ -1368,8 +1368,8 @@ local monster_dungeon_equip = {
}, },
[8606]={ [8606]={
["monster_base"]=10021, ["monster_base"]=10021,
["hp"]=251150000, ["hp"]=339080000,
["atk"]=3770000, ["atk"]=6160000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20058, 20058,
@ -1383,8 +1383,8 @@ local monster_dungeon_equip = {
}, },
[8706]={ [8706]={
["monster_base"]=10034, ["monster_base"]=10034,
["hp"]=293630000, ["hp"]=408050000,
["atk"]=5170000, ["atk"]=8450000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20097, 20097,
@ -1398,8 +1398,8 @@ local monster_dungeon_equip = {
}, },
[8806]={ [8806]={
["monster_base"]=10030, ["monster_base"]=10030,
["hp"]=478890000, ["hp"]=771120000,
["atk"]=5680000, ["atk"]=9340000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20085, 20085,
@ -1413,8 +1413,8 @@ local monster_dungeon_equip = {
}, },
[8906]={ [8906]={
["monster_base"]=10018, ["monster_base"]=10018,
["hp"]=636450000, ["hp"]=986810000,
["atk"]=5960000, ["atk"]=9790000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20049, 20049,
@ -1429,8 +1429,8 @@ local monster_dungeon_equip = {
[9006]={ [9006]={
["monster_base"]=20039, ["monster_base"]=20039,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=1148710000, ["hp"]=1790630000,
["atk"]=6080000, ["atk"]=10230000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
30117, 30117,
@ -1448,8 +1448,8 @@ local monster_dungeon_equip = {
}, },
[9106]={ [9106]={
["monster_base"]=10016, ["monster_base"]=10016,
["hp"]=261840000, ["hp"]=357560000,
["atk"]=3970000, ["atk"]=6490000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20043, 20043,
@ -1463,8 +1463,8 @@ local monster_dungeon_equip = {
}, },
[9206]={ [9206]={
["monster_base"]=10054, ["monster_base"]=10054,
["hp"]=305680000, ["hp"]=429930000,
["atk"]=5440000, ["atk"]=8920000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20157, 20157,
@ -1478,8 +1478,8 @@ local monster_dungeon_equip = {
}, },
[9306]={ [9306]={
["monster_base"]=10006, ["monster_base"]=10006,
["hp"]=498740000, ["hp"]=812430000,
["atk"]=5980000, ["atk"]=9840000,
["atk_times"]=2, ["atk_times"]=2,
["hurt_skill"]={ ["hurt_skill"]={
20016, 20016,
@ -1493,8 +1493,8 @@ local monster_dungeon_equip = {
}, },
[9406]={ [9406]={
["monster_base"]=10020, ["monster_base"]=10020,
["hp"]=662690000, ["hp"]=1039660000,
["atk"]=6280000, ["atk"]=10320000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20055, 20055,
@ -1509,8 +1509,8 @@ local monster_dungeon_equip = {
[9506]={ [9506]={
["monster_base"]=20043, ["monster_base"]=20043,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=1196050000, ["hp"]=1886200000,
["atk"]=6410000, ["atk"]=10790000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
30120, 30120,
@ -1529,8 +1529,8 @@ local monster_dungeon_equip = {
}, },
[9606]={ [9606]={
["monster_base"]=10031, ["monster_base"]=10031,
["hp"]=270070000, ["hp"]=375760000,
["atk"]=4190000, ["atk"]=6820000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20088, 20088,
@ -1544,8 +1544,8 @@ local monster_dungeon_equip = {
}, },
[9706]={ [9706]={
["monster_base"]=10035, ["monster_base"]=10035,
["hp"]=315240000, ["hp"]=451810000,
["atk"]=5740000, ["atk"]=9380000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20100, 20100,
@ -1559,8 +1559,8 @@ local monster_dungeon_equip = {
}, },
[9806]={ [9806]={
["monster_base"]=10019, ["monster_base"]=10019,
["hp"]=514070000, ["hp"]=853590000,
["atk"]=6320000, ["atk"]=10350000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20052, 20052,
@ -1574,8 +1574,8 @@ local monster_dungeon_equip = {
}, },
[9906]={ [9906]={
["monster_base"]=10013, ["monster_base"]=10013,
["hp"]=682910000, ["hp"]=1092340000,
["atk"]=6630000, ["atk"]=10850000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20034, 20034,
@ -1590,8 +1590,8 @@ local monster_dungeon_equip = {
[10006]={ [10006]={
["monster_base"]=20042, ["monster_base"]=20042,
["is_boss"]=2, ["is_boss"]=2,
["hp"]=1232640000, ["hp"]=1981770000,
["atk"]=6760000, ["atk"]=11340000,
["atk_times"]=4, ["atk_times"]=4,
["hurt_skill"]={ ["hurt_skill"]={
30144, 30144,

View File

@ -4571,7 +4571,7 @@ local skill = {
["type"]="lethargy", ["type"]="lethargy",
["num"]=0, ["num"]=0,
["ratio"]=5000, ["ratio"]=5000,
["round"]=2 ["round"]=1
} }
}, },
["obj"]=2, ["obj"]=2,
@ -4694,7 +4694,71 @@ local skill = {
{ {
["type"]="lethargy", ["type"]="lethargy",
["num"]=0, ["num"]=0,
["ratio"]=5000, ["ratio"]=8000,
["round"]=2
}
},
["obj"]=2,
["effect_block"]={
1,
2,
4
},
["skill_position"]={
2,
0
},
["shake_time"]=200,
["shake_type"]=5,
["sound"]=34002200,
["sound_delay"]=0.0,
["name_act"]="skill01",
["fx_self"]=300109,
["bullet_time"]={
1000,
3000,
400
},
["fx_self_mirror"]=400109
},
[3400224]={
["buff_id"]={
"lethargy"
},
["energy"]=10,
["link"]=1,
["position"]=3,
["method"]=1,
["skill_type"]=4,
["boardrange"]={
},
["battle_icon"]="23",
["effect_type"]=1,
["trigger"]=1,
["effect"]={
{
["type"]="hurt_green",
["num"]=13000,
["ratio"]=10000,
["round"]=0
},
{
["type"]="hurt_green",
["num"]=13000,
["ratio"]=10000,
["round"]=0
},
{
["type"]="hurt_green",
["num"]=24000,
["ratio"]=10000,
["round"]=0
},
{
["type"]="lethargy",
["num"]=0,
["ratio"]=8000,
["round"]=2 ["round"]=2
} }
}, },
@ -7553,7 +7617,7 @@ local skill = {
}, },
["name_act"]="attack01", ["name_act"]="attack01",
["fx_self"]=300112, ["fx_self"]=300112,
["fx_self_mirror"]=400127 ["fx_self_mirror"]=400112
}, },
[5400211]={ [5400211]={
["position"]=5, ["position"]=5,
@ -7579,7 +7643,7 @@ local skill = {
}, },
["name_act"]="attack02", ["name_act"]="attack02",
["fx_self"]=300113, ["fx_self"]=300113,
["fx_self_mirror"]=400128 ["fx_self_mirror"]=400113
}, },
[5400212]={ [5400212]={
["position"]=5, ["position"]=5,
@ -7605,7 +7669,7 @@ local skill = {
}, },
["name_act"]="attack03", ["name_act"]="attack03",
["fx_self"]=300114, ["fx_self"]=300114,
["fx_self_mirror"]=400129 ["fx_self_mirror"]=400114
}, },
[5400213]={ [5400213]={
["position"]=5, ["position"]=5,
@ -7631,7 +7695,7 @@ local skill = {
}, },
["name_act"]="attack04", ["name_act"]="attack04",
["fx_self"]=300115, ["fx_self"]=300115,
["fx_self_mirror"]=400130 ["fx_self_mirror"]=400115
}, },
[5400220]={ [5400220]={
["energy"]=10, ["energy"]=10,
@ -7703,7 +7767,7 @@ local skill = {
3000, 3000,
400 400
}, },
["fx_self_mirror"]=400131 ["fx_self_mirror"]=400116
}, },
[5400221]={ [5400221]={
["position"]=5, ["position"]=5,
@ -7833,7 +7897,7 @@ local skill = {
}, },
["name_act"]="attack01", ["name_act"]="attack01",
["fx_self"]=300127, ["fx_self"]=300127,
["fx_self_mirror"]=400112 ["fx_self_mirror"]=400127
}, },
[5400311]={ [5400311]={
["position"]=5, ["position"]=5,
@ -7859,7 +7923,7 @@ local skill = {
}, },
["name_act"]="attack02", ["name_act"]="attack02",
["fx_self"]=300128, ["fx_self"]=300128,
["fx_self_mirror"]=400113 ["fx_self_mirror"]=400128
}, },
[5400312]={ [5400312]={
["position"]=5, ["position"]=5,
@ -7885,7 +7949,7 @@ local skill = {
}, },
["name_act"]="attack03", ["name_act"]="attack03",
["fx_self"]=300129, ["fx_self"]=300129,
["fx_self_mirror"]=400114 ["fx_self_mirror"]=400129
}, },
[5400313]={ [5400313]={
["position"]=5, ["position"]=5,
@ -7911,7 +7975,7 @@ local skill = {
}, },
["name_act"]="attack04", ["name_act"]="attack04",
["fx_self"]=300130, ["fx_self"]=300130,
["fx_self_mirror"]=400115 ["fx_self_mirror"]=400130
}, },
[5400320]={ [5400320]={
["buff_id"]={ ["buff_id"]={
@ -7958,7 +8022,7 @@ local skill = {
3000, 3000,
400 400
}, },
["fx_self_mirror"]=400116 ["fx_self_mirror"]=400131
}, },
[5400321]={ [5400321]={
["position"]=5, ["position"]=5,
@ -27488,6 +27552,6 @@ local skill = {
} }
} }
local config = { local config = {
data=skill,count=988 data=skill,count=989
} }
return config return config

View File

@ -2967,10 +2967,9 @@ local skill_rogue = {
["limit_times"]=1, ["limit_times"]=1,
["weight"]=3000, ["weight"]=3000,
["qlt"]=4, ["qlt"]=4,
["type"]=16, ["type"]=1,
["parameter"]={ ["parameter"]={
4, 3400224
3000
}, },
["skill_position"]=3, ["skill_position"]=3,
["icon"]="213" ["icon"]="213"
@ -3013,6 +3012,8 @@ local skill_rogue = {
["icon"]="215" ["icon"]="215"
}, },
[3400207]={ [3400207]={
["unlock"]=3400204,
["cover_unlock"]=3400204,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=3000, ["weight"]=3000,
["qlt"]=4, ["qlt"]=4,

View File

@ -23,6 +23,32 @@ local skin = {
["skin_point"]=0, ["skin_point"]=0,
["hero_id"]=14001 ["hero_id"]=14001
}, },
[1400101]={
["model_id"]="p0036",
["qlt"]=3,
["bonus"]={
{
["type"]="attr_skill_hurtp_red",
["num"]=1000
},
{
["type"]="attr_hpp_red",
["num"]=1000
}
},
["icon"]="16_1",
["got"]=1,
["skin_point"]=10,
["hero_id"]=14001,
["item_id"]=1400101,
["skill_show"]={
14001011,
14001012,
14001013,
14001014,
14001015
}
},
[14002]={ [14002]={
["model_id"]="p0018", ["model_id"]="p0018",
["qlt"]=1, ["qlt"]=1,
@ -42,7 +68,7 @@ local skin = {
["num"]=1000 ["num"]=1000
} }
}, },
["icon"]="skin_3", ["icon"]="23_1",
["got"]=1, ["got"]=1,
["skin_point"]=10, ["skin_point"]=10,
["hero_id"]=14002, ["hero_id"]=14002,
@ -134,7 +160,7 @@ local skin = {
["num"]=2000 ["num"]=2000
} }
}, },
["icon"]="skin_1", ["icon"]="18_1",
["got"]=1, ["got"]=1,
["skin_point"]=15, ["skin_point"]=15,
["hero_id"]=34001, ["hero_id"]=34001,
@ -220,7 +246,7 @@ local skin = {
["num"]=1000000 ["num"]=1000000
} }
}, },
["icon"]="skin_4", ["icon"]="10_1",
["got"]=1, ["got"]=1,
["skin_point"]=5, ["skin_point"]=5,
["hero_id"]=53001, ["hero_id"]=53001,
@ -258,7 +284,7 @@ local skin = {
["num"]=2000 ["num"]=2000
} }
}, },
["icon"]="skin_2", ["icon"]="20_1",
["got"]=1, ["got"]=1,
["skin_point"]=15, ["skin_point"]=15,
["hero_id"]=54001, ["hero_id"]=54001,
@ -285,6 +311,6 @@ local skin = {
} }
} }
local config = { local config = {
data=skin,count=34 data=skin,count=35
} }
return config return config

View File

@ -302,9 +302,83 @@ local skin_skill = {
["fx_bg"]=300148, ["fx_bg"]=300148,
["fx_self_mirror"]=400144, ["fx_self_mirror"]=400144,
["fx_bg_mirror"]=400148 ["fx_bg_mirror"]=400148
},
[14001011]={
["skill_position"]={
2,
0
},
["shake_time"]=100,
["shake_type"]=2,
["sound_hit"]={
1000011
},
["name_act"]="attack01",
["fx_self"]=300045,
["fx_self_mirror"]=400078
},
[14001012]={
["skill_position"]={
2,
0
},
["shake_time"]=100,
["shake_type"]=2,
["sound_hit"]={
1000012
},
["name_act"]="attack02",
["fx_self"]=300046,
["fx_self_mirror"]=400079
},
[14001013]={
["skill_position"]={
2,
0
},
["shake_time"]=100,
["shake_type"]=4,
["sound_hit"]={
1000013
},
["name_act"]="attack03",
["fx_self"]=300047,
["fx_self_mirror"]=400080
},
[14001014]={
["skill_position"]={
2,
0
},
["shake_time"]=100,
["shake_type"]=1,
["sound_hit"]={
1000014
},
["name_act"]="attack04",
["fx_self"]=300048,
["fx_self_mirror"]=400081
},
[14001015]={
["skill_position"]={
2,
0
},
["shake_time"]=200,
["shake_type"]=6,
["sound"]=14001200,
["sound_delay"]=0.0,
["name_act"]="skill01",
["fx_self"]=300150,
["bullet_time"]={
1166,
3000,
200
},
["fx_self_mirror"]=400150
} }
} }
local config = { local config = {
data=skin_skill,count=20 data=skin_skill,count=25
} }
return config return config

View File

@ -13,9 +13,15 @@ local avatar_frame = {
}, },
[27]={ [27]={
["desc"]="S2竞技场黄金头像框英雄的光辉。" ["desc"]="S2竞技场黄金头像框英雄的光辉。"
},
[28]={
["desc"]="S3竞技场白银头像勇气的代表。"
},
[29]={
["desc"]="S3竞技场黄金头像实力的证明。"
} }
} }
local config = { local config = {
data=avatar_frame,count=5 data=avatar_frame,count=7
} }
return config return config

View File

@ -48,16 +48,16 @@ local equip = {
["name"]="巨力锤,战者之锤,流星巨锤,破军锤,断魂锤,陨星" ["name"]="巨力锤,战者之锤,流星巨锤,破军锤,断魂锤,陨星"
}, },
[1400102]={ [1400102]={
["name"]="粗钢面甲,精钢面盔,黑曜贵冠,英勇冠冕,龙角之冠,永恒华" ["name"]="凡花木冠,珍珠冠饰,火纹金冠,皎月玉冠,凤冠星冠,至尊魅"
}, },
[1400103]={ [1400103]={
["name"]="厚织长衫,薄钢环甲,玄铁重甲,强者玉甲,龙鳞金胄,永恒重铠" ["name"]="软革里衣,缀玉长袍,紫纱绸缎,琥珀彩衣,凤羽华装,至尊星袍"
}, },
[1400104]={ [1400104]={
["name"]="皮革腰带,乌金束腰,骑士腰环,龙筋束腰,永恒腰链,铜制手环" ["name"]="简约绣带,优雅束腰,珍珠绣带,星光御带,凤眸束带,至尊仙索"
}, },
[1400105]={ [1400105]={
["name"]="铜制手环,皮革腕带,铁心腕带,英雄护手,龙须护腕,永恒腕轮" ["name"]="紫铁手环,轻纱护手,黄金华护,星辰护手,凤骨护手,至尊御手甲"
}, },
[1400201]={ [1400201]={
["name"]="猫拳,尖刺猫拳,青钢猫拳,裂伤猫拳,破空猫拳,福神之力" ["name"]="猫拳,尖刺猫拳,青钢猫拳,裂伤猫拳,破空猫拳,福神之力"

View File

@ -454,7 +454,18 @@ local localization_global =
["HERO_FUND_DESCC_1"] = "新活动月之祝福开启", ["HERO_FUND_DESCC_1"] = "新活动月之祝福开启",
["HERO_FUND_DESCC_2"] = "月之祝福", ["HERO_FUND_DESCC_2"] = "月之祝福",
["HERO_FUND_DESCC_3"] = "拥有月之祝福后,在战斗中累计通过波次可获得丰厚奖励。", ["HERO_FUND_DESCC_3"] = "拥有月之祝福后,在战斗中累计通过波次可获得丰厚奖励。",
["HERO_FUND_DESCC_4"] = "新活动14日达标开启", ["HERO_FUND_DESCC_4"] = "新活动进阶挑战开启",
["ARENA_DESC_37"] = "解锁英雄:",
["ARENA_DESC_38"] = "已解锁英雄:",
["ARENA_DESC_39"] = "升段奖励为一次性奖励",
["ARENA_DESC_40"] = "升段奖励",
["ARENA_DESC_41"] = "结算奖励",
["ARENA_DESC_42"] = "未领取奖励",
["EQUIP_DESC_27"] = "防具直升{0}级礼包",
["EQUIP_DESC_28"] = "武器直升{0}级礼包",
["SEIZED_DESC_1"] = "检测到你的账号存在异常,请联系客服或删除账号使用新建账号继续游戏。",
["SEIZED_DESC_2"] = "联系客服",
["SEIZED_DESC_3"] = "删除账号",
["ACT_FOURTEEN_TITLE_1"] = "登录好礼", ["ACT_FOURTEEN_TITLE_1"] = "登录好礼",
["ACT_FOURTEEN_TITLE_2"] = "进阶挑战", ["ACT_FOURTEEN_TITLE_2"] = "进阶挑战",
["ACT_FOURTEEN_TITLE_3"] = "限时兑换", ["ACT_FOURTEEN_TITLE_3"] = "限时兑换",
@ -467,8 +478,6 @@ local localization_global =
["ACT_FOURTEEN_DESC_7"] = "尚未解锁,请明日再来~", ["ACT_FOURTEEN_DESC_7"] = "尚未解锁,请明日再来~",
["ACT_FOURTEEN_DESC_8"] = "完成当前阶段所有任务可获得:", ["ACT_FOURTEEN_DESC_8"] = "完成当前阶段所有任务可获得:",
["ACT_FOURTEEN_DESC_9"] = "活动期间每完成1个任务可获得100个【挑战点】", ["ACT_FOURTEEN_DESC_9"] = "活动期间每完成1个任务可获得100个【挑战点】",
["ACT_BOSS_RUSH_DESC_1"] = "是否消耗{0}钻石战斗?", ["ACT_BOSS_RUSH_DESC_1"] = "是否消耗{0}钻石战斗?",
["ACT_BOSS_RUSH_DESC_2"] = "首领公开赛", ["ACT_BOSS_RUSH_DESC_2"] = "首领公开赛",
["ACT_BOSS_RUSH_DESC_3"] = "今日高手", ["ACT_BOSS_RUSH_DESC_3"] = "今日高手",
@ -477,17 +486,17 @@ local localization_global =
["ACT_BOSS_RUSH_DESC_6"] = "今日剩余免费挑战次数:{0}", ["ACT_BOSS_RUSH_DESC_6"] = "今日剩余免费挑战次数:{0}",
["ACT_BOSS_RUSH_DESC_7"] = "消耗:", ["ACT_BOSS_RUSH_DESC_7"] = "消耗:",
["ACT_BOSS_RUSH_DESC_8"] = "虚位以待", ["ACT_BOSS_RUSH_DESC_8"] = "虚位以待",
["ACT_BOSS_RUSH_DESC_9"] = "首领公开赛阵容设置标题", ["ACT_BOSS_RUSH_DESC_9"] = "参赛阵容",
["ACT_BOSS_RUSH_DESC_10"] = "排行榜", ["ACT_BOSS_RUSH_DESC_10"] = "排行榜",
["ACT_BOSS_RUSH_DESC_11"] = "首领巡礼", ["ACT_BOSS_RUSH_DESC_11"] = "首领巡礼",
["ACT_BOSS_RUSH_DESC_12"] = "活动商店", ["ACT_BOSS_RUSH_DESC_12"] = "活动商店",
["ACT_BOSS_RUSH_DESC_13"] = "首领公开赛弹窗描述", ["ACT_BOSS_RUSH_DESC_13"] = "首领公开赛弹窗描述",
["ACT_BOSS_RUSH_DESC_14"] = "立即前往", ["ACT_BOSS_RUSH_DESC_14"] = "立即前往",
["ACT_BOSS_RUSH_DESC_15"] = "首领公开赛基金标题", ["ACT_BOSS_RUSH_DESC_15"] = "首领巡礼",
["ACT_BOSS_RUSH_DESC_16"] = "首领公开赛基金描述", ["ACT_BOSS_RUSH_DESC_16"] = "累计公开赛挑战波次,可领取首领巡礼奖励。",
["ACT_BOSS_RUSH_DESC_17"] = "活动商店描述", ["ACT_BOSS_RUSH_DESC_17"] = "首领巡礼中获得【首领金币】兑换奖励,活动结束时【首领金币】奖杯回收,请尽快兑换。",
["ACT_BOSS_RUSH_DESC_18"] = "兑换", ["ACT_BOSS_RUSH_DESC_18"] = "兑换",
["ACT_BOSS_RUSH_DESC_19"] = "剩余兑换次数{0}", ["ACT_BOSS_RUSH_DESC_19"] = "剩余次数{0}",
["ACT_BOSS_RUSH_DESC_20"] = "昨日", ["ACT_BOSS_RUSH_DESC_20"] = "昨日",
["ACT_BOSS_RUSH_DESC_21"] = "今日", ["ACT_BOSS_RUSH_DESC_21"] = "今日",
["ACT_BOSS_RUSH_DESC_22"] = "奖励", ["ACT_BOSS_RUSH_DESC_22"] = "奖励",
@ -495,11 +504,15 @@ local localization_global =
["ACT_BOSS_RUSH_DESC_24"] = "排名", ["ACT_BOSS_RUSH_DESC_24"] = "排名",
["ACT_BOSS_RUSH_DESC_25"] = "玩家", ["ACT_BOSS_RUSH_DESC_25"] = "玩家",
["ACT_BOSS_RUSH_DESC_26"] = "记录", ["ACT_BOSS_RUSH_DESC_26"] = "记录",
["ACT_BOSS_RUSH_DESC_27"] = "bossrush排行榜帮助", ["ACT_BOSS_RUSH_DESC_27"] = "1.排行榜将以当日最大波数进行排名,波数相同的玩家将对比最小回合数。\n2.排行榜每日0点UTC-0刷新重置重置后可根据前一天的排名领取奖励奖励过期未领将不会补发。",
["ACT_BOSS_RUSH_DESC_28"] = "新纪录", ["ACT_BOSS_RUSH_DESC_28"] = "新纪录",
["ACT_BOSS_RUSH_DESC_29"] = "巡回积分", ["ACT_BOSS_RUSH_DESC_29"] = "巡回积分",
["ACT_BOSS_RUSH_DESC_30"] = "挑战完成", ["ACT_BOSS_RUSH_DESC_30"] = "挑战完成",
["ACT_BOSS_RUSH_DESC_31"] = "活动帮助", ["ACT_BOSS_RUSH_DESC_31"] = "1.首领出场顺序和地图每日都将进行变化。\n2.战斗开始后您的英雄技能默认已激活但强化技能还需要升级获得战斗内最多提升60级。\n3.每日公开赛的排名都将结算一次,结算可获得大量【首领金币】,可用于活动商店兑换奖励。\n4.首领巡礼将根据您参与公开赛战斗的累计波次给与奖励。\n5.每日可免费挑战1次后续挑战需要消耗钻石请节准备好再开始挑战。",
["ACT_BOSS_RUSH_DESC_32"] = "限时礼包,倾情回馈!",
["ACT_BOSS_RUSH_DESC_33"] = "阶段{0}解锁",
["NOT_POP_TODAY"] = "今日不在弹出"
} }
return localization_global return localization_global

View File

@ -195,6 +195,14 @@ local item = {
["name"]="首领金币", ["name"]="首领金币",
["desc"]="首领公开赛可以进行兑换。" ["desc"]="首领公开赛可以进行兑换。"
}, },
[53]={
["name"]="S3赛季白银头像框",
["desc"]="S3竞技场白银头像框勇气的代表。"
},
[54]={
["name"]="S3赛季黄金头像框",
["desc"]="S3竞技场黄金头像框实力的证明。"
},
[1001]={ [1001]={
["name"]="暗淡陨铁", ["name"]="暗淡陨铁",
["desc"]="一块暗淡的陨铁,蕴含着神秘的能量。" ["desc"]="一块暗淡的陨铁,蕴含着神秘的能量。"
@ -453,6 +461,6 @@ local item = {
} }
} }
local config = { local config = {
data=item,count=113 data=item,count=115
} }
return config return config

View File

@ -42,7 +42,7 @@ local skill = {
["desc"]="流星追月:使用后本次伤害提升,并造成一次巨量技能伤害。" ["desc"]="流星追月:使用后本次伤害提升,并造成一次巨量技能伤害。"
}, },
[3400220]={ [3400220]={
["desc"]="美丽梦魇额外造成一次大量技能伤害50%概率附加<color=#3cff28><color=#fcb501><u>昏睡</u></color>效果,<color=#3cff28>2</color>回合。" ["desc"]="美丽梦魇额外造成一次大量技能伤害50%概率附加<color=#3cff28><color=#fcb501><u>昏睡</u></color>效果,<color=#3cff28>1</color>回合。"
}, },
[4200120]={ [4200120]={
["desc"]="元素链接:随机消除<color=#3cff28>3</color>个元素,并造成一次技能伤害。" ["desc"]="元素链接:随机消除<color=#3cff28>3</color>个元素,并造成一次技能伤害。"

View File

@ -468,7 +468,7 @@ local skill_rogue = {
["desc"]="流星追月链接<color=#3cff28>4</color>个元素或以上时,流星追月攻击将释放<color=#3cff28>2</color>次。" ["desc"]="流星追月链接<color=#3cff28>4</color>个元素或以上时,流星追月攻击将释放<color=#3cff28>2</color>次。"
}, },
[3400200]={ [3400200]={
["desc"]="解锁美丽梦魇额外造成一次大量技能伤害50%概率附加<color=#3cff28>昏睡</color>效果,<color=#3cff28>2</color>回合。" ["desc"]="解锁美丽梦魇额外造成一次大量技能伤害50%概率附加<color=#3cff28>昏睡</color>效果,<color=#3cff28>1</color>回合。"
}, },
[3400201]={ [3400201]={
["desc"]="美丽梦魇沿X方向可额外消除<color=#3cff28>4</color>格。" ["desc"]="美丽梦魇沿X方向可额外消除<color=#3cff28>4</color>格。"
@ -480,7 +480,7 @@ local skill_rogue = {
["desc"]="美丽梦魇沿X方向可额外消除<color=#3cff28>4</color>格。" ["desc"]="美丽梦魇沿X方向可额外消除<color=#3cff28>4</color>格。"
}, },
[3400204]={ [3400204]={
["desc"]="美丽梦魇附加的<color=#3cff28>昏睡</color>效果,概率提升到<color=#3cff28>80%</color>" ["desc"]="美丽梦魇附加的<color=#3cff28>昏睡</color>效果,概率提升到<color=#3cff28>80%</color>,回合数<color=#3cff28>+1</color>"
}, },
[3400205]={ [3400205]={
["desc"]="<color=#fcff28>Combo</color>:梦魔普攻<color=#3cff28>昏睡</color>敌人将附加<color=#3cff28>禁锢</color>效果,<color=#3cff28>2</color>回合。" ["desc"]="<color=#fcff28>Combo</color>:梦魔普攻<color=#3cff28>昏睡</color>敌人将附加<color=#3cff28>禁锢</color>效果,<color=#3cff28>2</color>回合。"

View File

@ -11,6 +11,9 @@ local skin = {
[14001]={ [14001]={
["value"]="初始" ["value"]="初始"
}, },
[1400101]={
["value"]="遗迹战甲"
},
[14002]={ [14002]={
["value"]="初始" ["value"]="初始"
}, },
@ -103,6 +106,6 @@ local skin = {
} }
} }
local config = { local config = {
data=skin,count=34 data=skin,count=35
} }
return config return config

View File

@ -0,0 +1,123 @@
local task_type = {
[1]={
["desc"]="累计观看广告"
},
[2]={
["desc"]="获得金币"
},
[3]={
["desc"]="获得钻石"
},
[4]={
["desc"]="消耗金币"
},
[5]={
["desc"]="消耗钻石"
},
[6]={
["desc"]="开启商城任意宝箱"
},
[7]={
["desc"]="开启商城史诗宝箱"
},
[8]={
["desc"]="关卡内打开技能神灯"
},
[9]={
["desc"]="在战斗中获胜"
},
[10]={
["desc"]="升级你的英雄"
},
[11]={
["desc"]="获得英雄碎片"
},
[12]={
["desc"]="击杀首领"
},
[13]={
["desc"]="击杀小怪"
},
[14]={
["desc"]="累计消除元素"
},
[15]={
["desc"]="6连消次数"
},
[16]={
["desc"]="8连消次数"
},
[17]={
["desc"]="战斗中超过10连击次数"
},
[18]={
["desc"]="战斗中释放技能次数"
},
[19]={
["desc"]="通过战斗波次"
},
[20]={
["desc"]="每日任务完成X个"
},
[21]={
["desc"]="直接看1次广告的任务"
},
[22]={
["desc"]="累计签到{0}天"
},
[23]={
["desc"]="等级达到{0}"
},
[24]={
["desc"]="通过主线章节{0}"
},
[25]={
["desc"]="英雄最高等级达到{0}"
},
[26]={
["desc"]="消耗体力{0}点"
},
[27]={
["desc"]="拥有{0}个英雄"
},
[28]={
["desc"]="开启{0}次普通宝箱"
},
[29]={
["desc"]="开启{0}次珍贵宝箱"
},
[30]={
["desc"]="竞技场挑战次数"
},
[31]={
["desc"]="竞技场段位达到{0}"
},
[32]={
["desc"]="深渊挑战通关{0}"
},
[33]={
["desc"]="时空裂隙通关{0}-{1}"
},
[34]={
["desc"]="矿车拦截通关{0}"
},
[35]={
["desc"]="灯神之塔通关{0}"
},
[36]={
["desc"]="每日挑战胜利{0}次"
},
[37]={
["desc"]="开启主线宝箱{0}个"
},
[38]={
["desc"]="武器升级{0}次"
},
[39]={
["desc"]="防具升级{0}次"
}
}
local config = {
data=task_type,count=39
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: b10781256ecf831459ed491d7dab37ea
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -13,9 +13,15 @@ local avatar_frame = {
}, },
[27]={ [27]={
},
[28]={
},
[29]={
} }
} }
local config = { local config = {
data=avatar_frame,count=5 data=avatar_frame,count=7
} }
return config return config

View File

@ -145,6 +145,12 @@ local item = {
}, },
[52]={ [52]={
},
[53]={
},
[54]={
}, },
[1001]={ [1001]={
@ -340,6 +346,6 @@ local item = {
} }
} }
local config = { local config = {
data=item,count=113 data=item,count=115
} }
return config return config

View File

@ -10,6 +10,9 @@ local skin = {
}, },
[14001]={ [14001]={
},
[1400101]={
}, },
[14002]={ [14002]={
@ -103,6 +106,6 @@ local skin = {
} }
} }
local config = { local config = {
data=skin,count=34 data=skin,count=35
} }
return config return config

View File

@ -0,0 +1,123 @@
local task_type = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
},
[11]={
},
[12]={
},
[13]={
},
[14]={
},
[15]={
},
[16]={
},
[17]={
},
[18]={
},
[19]={
},
[20]={
},
[21]={
},
[22]={
},
[23]={
},
[24]={
},
[25]={
},
[26]={
},
[27]={
},
[28]={
},
[29]={
},
[30]={
},
[31]={
},
[32]={
},
[33]={
},
[34]={
},
[35]={
},
[36]={
},
[37]={
},
[38]={
},
[39]={
}
}
local config = {
data=task_type,count=39
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 1d88d0e4f96b2a8488ecd37a95288351
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -13,9 +13,15 @@ local avatar_frame = {
}, },
[27]={ [27]={
["desc"]="S2 Gold Arena Avatar Frame, shining with heroic radiance." ["desc"]="S2 Gold Arena Avatar Frame, shining with heroic radiance."
},
[28]={
["desc"]="S3 Silver Arena Avatar Frame. It is reversed for hero."
},
[29]={
["desc"]="S3 Gold Arena Avatar Frame. Proof of your prowess."
} }
} }
local config = { local config = {
data=avatar_frame,count=5 data=avatar_frame,count=7
} }
return config return config

View File

@ -48,16 +48,16 @@ local equip = {
["name"]="Mighty Mallet,Warrior's Hammer,Comet Crusher,Annihilator's Hammer,Soulshatter,Falling Star" ["name"]="Mighty Mallet,Warrior's Hammer,Comet Crusher,Annihilator's Hammer,Soulshatter,Falling Star"
}, },
[1400102]={ [1400102]={
["name"]="Rugged Steel Helm,Fine Steel Visor,Obsidian Noble Crown,Gallant Coronet,Dragonhorn Circlet,Eternal Glory Crown" ["name"]="Floral Circlet,Pearl Circlet,Flame Gilded Circlet,Serene Jade Circlet,Starry Phoenix Circlet,Supreme Crown"
}, },
[1400103]={ [1400103]={
["name"]="Thick Woven Vestment,Thin Steel Hauberk,Dark Iron Plate,Champion's Jade Armor,Wyrmhide Golden Plate,Eternal Heavy Plate" ["name"]="Soft Leather Robe,Jade-Adorned Robe,Purple Gauze Silk,Amber-hued Robe,Phoenix Feather Robe,Sovereign Celestial Robe"
}, },
[1400104]={ [1400104]={
["name"]="Leather Belt,Ebony Gold Waistband,Knight's Baldric,Wyrm Sinew Belt,Eternal Girth,Bronze Bracelet" ["name"]="Embroidered Belt,Elegant Waist Band,Pearl-embroidered Belt,Astral Glory Belt,Phoenix Gaze Belt,Ultimate Immortal Belt"
}, },
[1400105]={ [1400105]={
["name"]="Bronze Bracelet,Leather Wristbands,Ironheart Wristbands,Heroic Gauntlets,Dragonwhisker Wristguards,Eternal Wristbands" ["name"]="Lavender Iron Bracelet,Ethereal Veil Gauntlets,Golden Brilliance Gauntlets,Stellar Gauntlets,Phoenix Bone Gauntlets,Supreme Sovereign Armguards"
}, },
[1400201]={ [1400201]={
["name"]="Cat's Claw,Spiked Claw,Azure Steel Claw,Shredding Claw,Sky-Cleaving Claw,Fortune's Blessing" ["name"]="Cat's Claw,Spiked Claw,Azure Steel Claw,Shredding Claw,Sky-Cleaving Claw,Fortune's Blessing"

View File

@ -447,6 +447,24 @@ local localization_global =
["ACT_DESC_12"] = "LV", ["ACT_DESC_12"] = "LV",
["ARENA_DESC_35"] = "You might obtain <color=#ff8bf8>Epic</color>~", ["ARENA_DESC_35"] = "You might obtain <color=#ff8bf8>Epic</color>~",
["ARENA_DESC_36"] = "Try", ["ARENA_DESC_36"] = "Try",
["ONE_KEY_GET_DESC"] = "Claim All",
["ACTIVITY_OVER_EDSC"] = "Event has ended",
["PART_IN_DESC"] = "Participate",
["HERO_FUND_DESCC_1"] = "New event [Lunar Benediction] is open",
["HERO_FUND_DESCC_2"] = "Lunar Benediction",
["HERO_FUND_DESCC_3"] = "With the Lunar Benediction, obtain rewards by progressing through waves in battles.",
["HERO_FUND_DESCC_4"] = "New event [Advanced Challenge] is open",
["ARENA_DESC_37"] = "Unlock Hero:",
["ARENA_DESC_38"] = "Unlocked Heroes:",
["ARENA_DESC_39"] = "Promotion rewards are one-time",
["ARENA_DESC_40"] = "Promotion Rewards",
["ARENA_DESC_41"] = "Settlement Rewards",
["ARENA_DESC_42"] = "Unclaimed Rewards",
["EQUIP_DESC_27"] = "Armor Upgrade Lv.{0} Pack",
["EQUIP_DESC_28"] = "Weapon Upgrade Lv.{0} Pack",
["SEIZED_DESC_1"] = "Detected abnormality on your account. Please contact customer service or delete the account and continue playing with a new account.",
["SEIZED_DESC_2"] = "Customer Service",
["SEIZED_DESC_3"] = "Delete Account",
} }
return localization_global return localization_global

View File

@ -192,6 +192,14 @@ local item = {
}, },
[52]={ [52]={
},
[53]={
["name"]="S3 Silver Avatar Frame",
["desc"]="S3 Silver Arena Avatar Frame. It is reversed for hero."
},
[54]={
["name"]="S3 Gold Avatar Frame",
["desc"]="S3 Gold Arena Avatar Frame. Proof of your prowess."
}, },
[1001]={ [1001]={
["name"]="Dim Meteorite", ["name"]="Dim Meteorite",
@ -451,6 +459,6 @@ local item = {
} }
} }
local config = { local config = {
data=item,count=113 data=item,count=115
} }
return config return config

View File

@ -42,7 +42,7 @@ local skill = {
["desc"]="Moon Chaser: Increase damage and deal significantly skill damage once." ["desc"]="Moon Chaser: Increase damage and deal significantly skill damage once."
}, },
[3400220]={ [3400220]={
["desc"]="Alluring Nightmare: Deal one additional hit of massive skill damage and has a 50% chance to inflict <color=#3cff28><color=#fcb501><u>Drowsy</u></color> that lasts <color=#3cff28>2</color> turns." ["desc"]="Alluring Nightmare: Deal one additional hit of massive skill damage and has a 50% chance to inflict <color=#3cff28><color=#fcb501><u>Drowsy</u></color> that lasts <color=#3cff28>1</color> turns."
}, },
[4200120]={ [4200120]={
["desc"]="Elemental Link: Clear <color=#3cff28>3</color> random elements and deal skill damage once." ["desc"]="Elemental Link: Clear <color=#3cff28>3</color> random elements and deal skill damage once."

View File

@ -468,7 +468,7 @@ local skill_rogue = {
["desc"]="When Moonchaser links to <color=#3cff28>4</color> or more elements, it will be cast <color=#3cff28>2</color> times." ["desc"]="When Moonchaser links to <color=#3cff28>4</color> or more elements, it will be cast <color=#3cff28>2</color> times."
}, },
[3400200]={ [3400200]={
["desc"]="Unlock Alluring Nightmare: Deal one additional hit of massive skill damage and has a 50% chance to inflict <color=#3cff28>Drowsy</color> that lasts <color=#3cff28>2</color> turns." ["desc"]="Unlock Alluring Nightmare: Deal one additional hit of massive skill damage and has a 50% chance to inflict <color=#3cff28>Drowsy</color> that lasts <color=#3cff28>1</color> turns."
}, },
[3400201]={ [3400201]={
["desc"]="Alluring Nightmare can clear additional <color=#3cff28>4</color> grids in the X direction." ["desc"]="Alluring Nightmare can clear additional <color=#3cff28>4</color> grids in the X direction."
@ -480,7 +480,7 @@ local skill_rogue = {
["desc"]="Alluring Nightmare can clear additional <color=#3cff28>4</color> grids in the X direction." ["desc"]="Alluring Nightmare can clear additional <color=#3cff28>4</color> grids in the X direction."
}, },
[3400204]={ [3400204]={
["desc"]="The chance of Drowsy inflicted by Alluring Nightmare increases to <color=#3cff28>80%</color>." ["desc"]="The chance of <color=#3cff28>Drowsy</color> inflicted by Alluring Nightmare increases to <color=#3cff28>80%</color> for <color=#3cff28>+1</color> turn."
}, },
[3400205]={ [3400205]={
["desc"]="<color=#fcff28>Combo</color>: Nightmare's normal attack to <color=#3cff28>Drowsy</color> enemy will inflict <color=#3cff28>Imprison</color> for <color=#3cff28>2</color> turns." ["desc"]="<color=#fcff28>Combo</color>: Nightmare's normal attack to <color=#3cff28>Drowsy</color> enemy will inflict <color=#3cff28>Imprison</color> for <color=#3cff28>2</color> turns."

View File

@ -11,6 +11,9 @@ local skin = {
[14001]={ [14001]={
["value"]="Initial" ["value"]="Initial"
}, },
[1400101]={
["value"]="Relic Armor"
},
[14002]={ [14002]={
["value"]="Initial" ["value"]="Initial"
}, },
@ -103,6 +106,6 @@ local skin = {
} }
} }
local config = { local config = {
data=skin,count=34 data=skin,count=35
} }
return config return config

View File

@ -0,0 +1,123 @@
local task_type = {
[1]={
["desc"]="Ads watched"
},
[2]={
["desc"]="Obtain Gold Coins"
},
[3]={
["desc"]="Obtain Diamonds"
},
[4]={
["desc"]="Spend Gold Coins"
},
[5]={
["desc"]="Spend Diamonds"
},
[6]={
["desc"]="Open Any Chest in the Shop"
},
[7]={
["desc"]="Open Epic Chest in the Shop"
},
[8]={
["desc"]="Open skill lamp in the stage"
},
[9]={
["desc"]="Win the battle"
},
[10]={
["desc"]="Upgrade Hero"
},
[11]={
["desc"]="Obtain Hero Shard"
},
[12]={
["desc"]="Kill boss"
},
[13]={
["desc"]="Kill minions"
},
[14]={
["desc"]="Elements cleared"
},
[15]={
["desc"]="6-Links"
},
[16]={
["desc"]="8-Links"
},
[17]={
["desc"]="10 Hits or more in battle"
},
[18]={
["desc"]="Skills used in battle"
},
[19]={
["desc"]="Clear battle waves"
},
[20]={
},
[21]={
},
[22]={
["desc"]="Log in for {0} day"
},
[23]={
["desc"]="Reach level {0}"
},
[24]={
["desc"]="Clear Chapter {0} of Main Story"
},
[25]={
["desc"]="Hero's highest level reaches {0}"
},
[26]={
["desc"]="Use {0} stamina"
},
[27]={
["desc"]="Own {0} heroes"
},
[28]={
["desc"]="Open {0} Common Chest"
},
[29]={
["desc"]="Open {0} Precious Chest"
},
[30]={
["desc"]="Arena Challenge Attempts"
},
[31]={
},
[32]={
},
[33]={
},
[34]={
},
[35]={
},
[36]={
},
[37]={
},
[38]={
},
[39]={
}
}
local config = {
data=task_type,count=39
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: ad57b1002d1ee974d97f01d213b96642
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -13,9 +13,15 @@ local avatar_frame = {
}, },
[27]={ [27]={
["desc"]="Marco de avatar de oro de Arena S1, gloria del héroe." ["desc"]="Marco de avatar de oro de Arena S1, gloria del héroe."
},
[28]={
["desc"]="Marco de avatar de plata Temporada S3, símbolo de valentía."
},
[29]={
["desc"]="Marco de avatar de oro Temporada S3, prueba de fuerza."
} }
} }
local config = { local config = {
data=avatar_frame,count=5 data=avatar_frame,count=7
} }
return config return config

View File

@ -48,16 +48,16 @@ local equip = {
["name"]="Martillo Potente,Martillo de Guerrero,Martillo de Meteorito,Martillo Atacante,Martillo Letal,Estrella Fugaz" ["name"]="Martillo Potente,Martillo de Guerrero,Martillo de Meteorito,Martillo Atacante,Martillo Letal,Estrella Fugaz"
}, },
[1400102]={ [1400102]={
["name"]="Visera de Acero Bruto,Visera de Acero Fino,Corona de obsidiana,Corona de héroe,Corona de Cuerno de Dragón,Corona Eterna" ["name"]="Corona Floral,Corona con Perlas,Corona de Fuego,Corona de Jade,Corona de Fénix,Corona Suprema"
}, },
[1400103]={ [1400103]={
["name"]="Túnica Gruesa,Armadura de Acero Delgado,Armadura Pesada,Armadura de Jade,Casco Dorado de Escamas de Dragón,Armadura Pesada Eterna" ["name"]="Forro de Cuero Suave,Túnica con Jade,Satén Morado,Túnica de Ámbar,Túnica con Pluma de Fénix,Túnica de Estrella Suprema"
}, },
[1400104]={ [1400104]={
["name"]="Cinturón de Cuero,Faja de Oro Negro,Faja de Jinete,Faja de Tendón de Dragón,Cadena de Cintura Eterna,Pulsera de Cobre" ["name"]="Cinturón Bordado,Corsé Elegante,Cinturón Bordado con Perlas,Cinturón Imperial de Estrella,Cinturón de Ojos de Fénix,Cuerda Suprema"
}, },
[1400105]={ [1400105]={
["name"]="Pulsera de Cobre,Muñequera de Cuero,Muñequera de Hierro,Guanteletes de Héroe,Muñequera de Barba de Dragón,Muñequera Eterna" ["name"]="Pulsera de Hierro Morado,Guanteletes de Velo,Guanteletes de Oro,Guanteletes de Estrellas,Guanteletes de Hueso de Fénix,Armadura de Mano Suprema"
}, },
[1400201]={ [1400201]={
["name"]="Golpe de gato,Puño con Pinchos,Puño de Acero Verde,Puño Lacerante,Puño en Cielo ,Poder de Fortuna" ["name"]="Golpe de gato,Puño con Pinchos,Puño de Acero Verde,Puño Lacerante,Puño en Cielo ,Poder de Fortuna"

View File

@ -447,6 +447,24 @@ local localization_global =
["ACT_DESC_12"] = "LV", ["ACT_DESC_12"] = "LV",
["ARENA_DESC_35"] = "Héroe <color=#ff8bf8>épico</color> posible", ["ARENA_DESC_35"] = "Héroe <color=#ff8bf8>épico</color> posible",
["ARENA_DESC_36"] = "Prueba tu suerte", ["ARENA_DESC_36"] = "Prueba tu suerte",
["ONE_KEY_GET_DESC"] = "Colectar todo",
["ACTIVITY_OVER_EDSC"] = "El evento ha terminado",
["PART_IN_DESC"] = "Participar",
["HERO_FUND_DESCC_1"] = "Comienza el nuevo evento: Bendición de la Luna",
["HERO_FUND_DESCC_2"] = "Bendición de la Luna",
["HERO_FUND_DESCC_3"] = "Con Bendición de la Luna, obtendrás generosas recompensas pasando las olas en la batalla.",
["HERO_FUND_DESCC_4"] = "Comienza el nuevo evento: Desafío Avanzado",
["ARENA_DESC_37"] = "Héroes bloqueados:",
["ARENA_DESC_38"] = "Héroes desbloqueados:",
["ARENA_DESC_39"] = "Las recompensas de subida de ranking se conceden una sola vez",
["ARENA_DESC_40"] = "Recompensas de Subida de Ranking",
["ARENA_DESC_41"] = "Recompensas de Clasificación",
["ARENA_DESC_42"] = "Recompensas no colectadas",
["EQUIP_DESC_27"] = "Paquete de Mejora de Armadura al Nv. {0}",
["EQUIP_DESC_28"] = "Paquete de Mejora de Arma al Nv. {0}",
["SEIZED_DESC_1"] = "Se ha detectado una anomalía en tu cuenta. Por favor contacta con Atención al Cliente, o elimina la cuenta actual y crear una nueva para continuar el juego.",
["SEIZED_DESC_2"] = "Atención al Cliente",
["SEIZED_DESC_3"] = "Eliminar Cuenta",
} }
return localization_global return localization_global

View File

@ -192,6 +192,14 @@ local item = {
}, },
[52]={ [52]={
},
[53]={
["name"]="Marco de avatar de plata Temporada S3",
["desc"]="Marco de avatar de plata Temporada S3, símbolo de valentía."
},
[54]={
["name"]="Marco de avatar de oro Temporada S3",
["desc"]="Marco de avatar de oro Temporada S3, prueba de fuerza."
}, },
[1001]={ [1001]={
["name"]="Meteorito Opaco", ["name"]="Meteorito Opaco",
@ -451,6 +459,6 @@ local item = {
} }
} }
local config = { local config = {
data=item,count=113 data=item,count=115
} }
return config return config

View File

@ -42,7 +42,7 @@ local skill = {
["desc"]="Danza de Meteoro: aumenta el daño y causa un golpe adicional de enorme daño de habilidad." ["desc"]="Danza de Meteoro: aumenta el daño y causa un golpe adicional de enorme daño de habilidad."
}, },
[3400220]={ [3400220]={
["desc"]="Pesadilla Hermosa: causa un masivo daño de habilidad adicional, con un 50% de chance de aplicar <color=#3cff28><color=#fcb501><u>Dormido</u></color> durante <color=#3cff28>2</color> rondas." ["desc"]="Pesadilla Hermosa: causa un masivo daño de habilidad adicional, con un 50% de chance de aplicar <color=#3cff28><color=#fcb501><u>Dormido</u></color> durante <color=#3cff28>1</color> rondas."
}, },
[4200120]={ [4200120]={
["desc"]="Enlace de Elementos: elimina <color=#3cff28>3</color> elementos aleatorios y causa un daño de habilidad." ["desc"]="Enlace de Elementos: elimina <color=#3cff28>3</color> elementos aleatorios y causa un daño de habilidad."

View File

@ -468,7 +468,7 @@ local skill_rogue = {
["desc"]="Cuando Espada de Fantasía enlaza <color=#3cff28>4</color> o más elementos, lanzará <color=#3cff28>2</color> ataques." ["desc"]="Cuando Espada de Fantasía enlaza <color=#3cff28>4</color> o más elementos, lanzará <color=#3cff28>2</color> ataques."
}, },
[3400200]={ [3400200]={
["desc"]="Desbloquea Pesadilla Hermosa: causa un masivo daño de habilidad adicional, con un <color=#3cff28>50%</color> de chance de aplicar Dormido durante <color=#3cff28>2</color> rondas." ["desc"]="Desbloquea Pesadilla Hermosa: causa un masivo daño de habilidad adicional, con un <color=#3cff28>50%</color> de chance de aplicar Dormido durante <color=#3cff28>1</color> rondas."
}, },
[3400201]={ [3400201]={
["desc"]="Pesadilla Hermosa elimina <color=#3cff28>4</color> bloques extras en direcciones de X." ["desc"]="Pesadilla Hermosa elimina <color=#3cff28>4</color> bloques extras en direcciones de X."
@ -480,7 +480,7 @@ local skill_rogue = {
["desc"]="Pesadilla Hermosa elimina <color=#3cff28>4</color> bloques extras en direcciones de X." ["desc"]="Pesadilla Hermosa elimina <color=#3cff28>4</color> bloques extras en direcciones de X."
}, },
[3400204]={ [3400204]={
["desc"]="Aumenta el chance de <color=#3cff28>Dormido</color> aplicado por Pesadilla Hermosa a <color=#3cff28>80%</color>." ["desc"]="Aumenta el chance de <color=#3cff28>Dormido</color> aplicado por Pesadilla Hermosa a <color=#3cff28>80%</color> durante <color=#3cff28>+1</color> rondas."
}, },
[3400205]={ [3400205]={
["desc"]="<color=#fcff28>Combo</color>: el ataque común de Íncubo a enemigos <color=#3cff28>Dormidos</color> aplicará <color=#3cff28>Encarcelamiento</color> durante <color=#3cff28>2</color> rondas." ["desc"]="<color=#fcff28>Combo</color>: el ataque común de Íncubo a enemigos <color=#3cff28>Dormidos</color> aplicará <color=#3cff28>Encarcelamiento</color> durante <color=#3cff28>2</color> rondas."

View File

@ -11,6 +11,9 @@ local skin = {
[14001]={ [14001]={
["value"]="Inicial" ["value"]="Inicial"
}, },
[1400101]={
["value"]="Armadura de Ruinas"
},
[14002]={ [14002]={
["value"]="Inicial" ["value"]="Inicial"
}, },
@ -103,6 +106,6 @@ local skin = {
} }
} }
local config = { local config = {
data=skin,count=34 data=skin,count=35
} }
return config return config

View File

@ -0,0 +1,123 @@
local task_type = {
[1]={
["desc"]="Anuncios vistos"
},
[2]={
["desc"]="Obtener monedas"
},
[3]={
["desc"]="Obtener diamantes"
},
[4]={
["desc"]="Gastar monedas"
},
[5]={
["desc"]="Gastar diamantes"
},
[6]={
["desc"]="Abre cualquier cofre de la Tienda"
},
[7]={
["desc"]="Abre un cofre épico de la Tienda"
},
[8]={
["desc"]="Enciende la lámpara de habilidad en la fase."
},
[9]={
["desc"]="Gana un combate"
},
[10]={
["desc"]="Mejora tus héroes"
},
[11]={
["desc"]="Obtiene fragmentos de héroes"
},
[12]={
["desc"]="Mata al jefe"
},
[13]={
["desc"]="Mata los monstruos"
},
[14]={
["desc"]="Elementos eliminados"
},
[15]={
["desc"]="Eliminaciones de 6 objetos"
},
[16]={
["desc"]="Eliminaciones de 8 objetos"
},
[17]={
["desc"]="Número de 10 o más hits en un combate"
},
[18]={
["desc"]="Número de habilidades lanzadas en un combate"
},
[19]={
["desc"]="Ondas de combates completadas"
},
[20]={
},
[21]={
},
[22]={
["desc"]="Acumular {0} dia de check-in"
},
[23]={
["desc"]="Atingir nível {0}"
},
[24]={
["desc"]="Passar pelo Capítulo {0} da campanha principal"
},
[25]={
["desc"]="Nível máximo do herói atingir {0}"
},
[26]={
["desc"]="Gastar {0} pontos de energia"
},
[27]={
["desc"]="Possuir {0} heróis"
},
[28]={
["desc"]="Abrir {0} baú comum"
},
[29]={
["desc"]="Abrir {0} baú valioso"
},
[30]={
["desc"]="Desafíos de Arena"
},
[31]={
},
[32]={
},
[33]={
},
[34]={
},
[35]={
},
[36]={
},
[37]={
},
[38]={
},
[39]={
}
}
local config = {
data=task_type,count=39
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 34df813ee2b77d349b67572822b40e7e
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -13,9 +13,15 @@ local avatar_frame = {
}, },
[27]={ [27]={
},
[28]={
},
[29]={
} }
} }
local config = { local config = {
data=avatar_frame,count=5 data=avatar_frame,count=7
} }
return config return config

View File

@ -145,6 +145,12 @@ local item = {
}, },
[52]={ [52]={
},
[53]={
},
[54]={
}, },
[1001]={ [1001]={
@ -340,6 +346,6 @@ local item = {
} }
} }
local config = { local config = {
data=item,count=113 data=item,count=115
} }
return config return config

View File

@ -10,6 +10,9 @@ local skin = {
}, },
[14001]={ [14001]={
},
[1400101]={
}, },
[14002]={ [14002]={
@ -103,6 +106,6 @@ local skin = {
} }
} }
local config = { local config = {
data=skin,count=34 data=skin,count=35
} }
return config return config

View File

@ -0,0 +1,123 @@
local task_type = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
},
[11]={
},
[12]={
},
[13]={
},
[14]={
},
[15]={
},
[16]={
},
[17]={
},
[18]={
},
[19]={
},
[20]={
},
[21]={
},
[22]={
},
[23]={
},
[24]={
},
[25]={
},
[26]={
},
[27]={
},
[28]={
},
[29]={
},
[30]={
},
[31]={
},
[32]={
},
[33]={
},
[34]={
},
[35]={
},
[36]={
},
[37]={
},
[38]={
},
[39]={
}
}
local config = {
data=task_type,count=39
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 9bee2ea317c2e364d8ebe91c5c217a76
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -13,9 +13,15 @@ local avatar_frame = {
}, },
[27]={ [27]={
["desc"]="Bingkai Avatar Emas Arena S2.Pahlawan mulia." ["desc"]="Bingkai Avatar Emas Arena S2.Pahlawan mulia."
},
[28]={
["desc"]="Bingkai Avatar Silver S3. Simbol keberanian."
},
[29]={
["desc"]="Bingkai Avatar Emas S3. Bukti kekuatan!"
} }
} }
local config = { local config = {
data=avatar_frame,count=5 data=avatar_frame,count=7
} }
return config return config

View File

@ -48,16 +48,16 @@ local equip = {
["name"]="Mallet Perkasa,Palu Prajurit,Penghancur Komet,Palu Pemusnah,Penghancur Jiwa,Bintang Jatuh" ["name"]="Mallet Perkasa,Palu Prajurit,Penghancur Komet,Palu Pemusnah,Penghancur Jiwa,Bintang Jatuh"
}, },
[1400102]={ [1400102]={
["name"]="Helm Baja Kasar,Pelindung Baja Halus,Mahkota Obsidian,Coronet Perkasa,Circlet Tanduk Naga,Mahkota Kemuliaan Abadi" ["name"]="Circlet Bunga,Circlet Mutiara,Circlet Api Emas,Circlet Giok,Circlet Phoenix,Mahkota Agung"
}, },
[1400103]={ [1400103]={
["name"]="Jubah Tenun Tebal,Armor Cincin Baja Tipis,Plat Besi Gelap,Armor Giok Sang Juara,Plat Emas Wyrmhide,Plat Berat Abadi" ["name"]="Jubah Kulit Lembut,Jubah Giok,Sutra Kasa Ungu,Jubah Amber,Jubah Bulu Phoenix,Jubah Bintang Daulat"
}, },
[1400104]={ [1400104]={
["name"]="Sabuk Kulit,Tali Pinggang Emas Eboni,Ksatria Baldric,Sabuk Otot Wyrm,Lingkar Kekal,Gelang Bronze" ["name"]="Sabuk Bordir,Tali Pinggang Elegan,Sabuk Mutiara,Sabuk Astral,Sabuk Phoenix,Sabuk Abadi"
}, },
[1400105]={ [1400105]={
["name"]="Gelang Bronze,Gelang Kulit,Gelang Hati Besi,Sarung Tangan Heroik,Pelindung Tangan Kumis Naga,Gelang Abadi" ["name"]="Gelang Besi Lavender,Sarung Tangan Cadar Ethereal,Sarung Tangan Emas Cemerlang,Sarung Tangan Bintang,Sarung Tulang Phoenix,Pelindung Lengan Sovereign Agung"
}, },
[1400201]={ [1400201]={
["name"]="Cakar Kucing,Cakar Duri,Cakar Baja Azure,Cakar Pencabik,Cakar Pembelah Langit,Berkah Keberuntungan" ["name"]="Cakar Kucing,Cakar Duri,Cakar Baja Azure,Cakar Pencabik,Cakar Pembelah Langit,Berkah Keberuntungan"

View File

@ -447,6 +447,24 @@ local localization_global =
["ACT_DESC_12"] = "LV", ["ACT_DESC_12"] = "LV",
["ARENA_DESC_35"] = "Mungkin dapat <color=#ff8bf8>Epik</color>", ["ARENA_DESC_35"] = "Mungkin dapat <color=#ff8bf8>Epik</color>",
["ARENA_DESC_36"] = "Coba", ["ARENA_DESC_36"] = "Coba",
["ONE_KEY_GET_DESC"] = "Klaim Cepat",
["ACTIVITY_OVER_EDSC"] = "Event telah berakhir",
["PART_IN_DESC"] = "Partisipasi",
["HERO_FUND_DESCC_1"] = "Event baru Berkah Lunar dibuka",
["HERO_FUND_DESCC_2"] = "Berkah Lunar",
["HERO_FUND_DESCC_3"] = "Dapatkan hadiah melimpah dengan melewati ombak dalam pertempuran saat memiliki Berkah Lunar.",
["HERO_FUND_DESCC_4"] = "Event baru Tantangan Advanced dibuka",
["ARENA_DESC_37"] = "Buka Hero:",
["ARENA_DESC_38"] = "Hero terbuka:",
["ARENA_DESC_39"] = "Hadiah promosi hanya satu kali",
["ARENA_DESC_40"] = "Hadiah Promosi",
["ARENA_DESC_41"] = "Hadiah Penyelesaian",
["ARENA_DESC_42"] = "Hadiah yang belum diklaim",
["EQUIP_DESC_27"] = "Pack upgrade Armor Lv.{0}",
["EQUIP_DESC_28"] = "Pack Peningkatan Senjata Lv.{0}",
["SEIZED_DESC_1"] = "Telah terdeteksi kondisi tidak normal pada akunmuu. Silakan hubungi layanan pelanggan atau hapus akun, dan gunakan akun baru untuk melanjutkan permainan.",
["SEIZED_DESC_2"] = "Hubungi Layanan Pelanggan",
["SEIZED_DESC_3"] = "Hapus Akun",
} }
return localization_global return localization_global

View File

@ -192,6 +192,14 @@ local item = {
}, },
[52]={ [52]={
},
[53]={
["name"]="Bingkai Avatar Silver Musim S3",
["desc"]="Bingkai Avatar Silver S3. Simbol keberanian."
},
[54]={
["name"]="Bingkai Avatar Emas Musim S3",
["desc"]="Bingkai Avatar Emas S3. Bukti kekuatan!"
}, },
[1001]={ [1001]={
["name"]="Chondrite", ["name"]="Chondrite",
@ -451,6 +459,6 @@ local item = {
} }
} }
local config = { local config = {
data=item,count=113 data=item,count=115
} }
return config return config

View File

@ -42,7 +42,7 @@ local skill = {
["desc"]="Pemburu Bulan: Meningkatkan DMG dan memberikan DMG skill yang besar sekali." ["desc"]="Pemburu Bulan: Meningkatkan DMG dan memberikan DMG skill yang besar sekali."
}, },
[3400220]={ [3400220]={
["desc"]="Nightmare Z: Menyebabkan DMG skill tambahan dalam jumlah besar dengan 50% peluang efek <color=#3cff28><color=#fcb501><u>Kantuk</u></color> selama <color=#3cff28>2</color> giliran." ["desc"]="Nightmare Z: Menyebabkan DMG skill tambahan dalam jumlah besar dengan 50% peluang efek <color=#3cff28><color=#fcb501><u>Kantuk</u></color> selama <color=#3cff28>1</color> giliran."
}, },
[4200120]={ [4200120]={
["desc"]="Link Elemen: Menghilangkan <color=#3cff28>3</color> elemen secara acak dan memberikan DMG skill." ["desc"]="Link Elemen: Menghilangkan <color=#3cff28>3</color> elemen secara acak dan memberikan DMG skill."

View File

@ -468,7 +468,7 @@ local skill_rogue = {
["desc"]="Saat Pemburu Bulan menautkan <color=#3cff28>4</color> atau lebih banyak elemen, maka ATK Pemburu Bulan akan dilepaskan sebanyak <color=#3cff28>2</color> kali." ["desc"]="Saat Pemburu Bulan menautkan <color=#3cff28>4</color> atau lebih banyak elemen, maka ATK Pemburu Bulan akan dilepaskan sebanyak <color=#3cff28>2</color> kali."
}, },
[3400200]={ [3400200]={
["desc"]="Membuka Nightmare Z: Menyebabkan DMG skill tambahan dalam jumlah besar dengan 50% peluang efek <color=#3cff28>Kantuk</color> selama <color=#3cff28>2</color> giliran." ["desc"]="Membuka Nightmare Z: Menyebabkan DMG skill tambahan dalam jumlah besar dengan 50% peluang efek <color=#3cff28>Kantuk</color> selama <color=#3cff28>1</color> giliran."
}, },
[3400201]={ [3400201]={
["desc"]="Nightmare Z dapat menghapus <color=#3cff28>4</color> grid tambahan pada arah X." ["desc"]="Nightmare Z dapat menghapus <color=#3cff28>4</color> grid tambahan pada arah X."
@ -480,7 +480,7 @@ local skill_rogue = {
["desc"]="Nightmare Z dapat menghapus <color=#3cff28>4</color> grid tambahan pada arah X." ["desc"]="Nightmare Z dapat menghapus <color=#3cff28>4</color> grid tambahan pada arah X."
}, },
[3400204]={ [3400204]={
["desc"]="Efek <color=#3cff28>Kantuk</color> Nightmare Z meningkatkan peluang hingga <color=#3cff28>80%</color>。" ["desc"]="Peluang <color=#3cff28>Kantuk</color> yang ditimbulkan oleh Nightmare Z meningkat <color=#3cff28>80%</color> selama <color=#3cff28>+1</color> giliran."
}, },
[3400205]={ [3400205]={
["desc"]="<color=#fcff28>Combo</color>: ATK Nightmare Z <color=#3cff28>Kantuk</color> musuh akan memiliki efek <color=#3cff28>Larangan</color> yang melekat selama <color=#3cff28>2</color> giliran." ["desc"]="<color=#fcff28>Combo</color>: ATK Nightmare Z <color=#3cff28>Kantuk</color> musuh akan memiliki efek <color=#3cff28>Larangan</color> yang melekat selama <color=#3cff28>2</color> giliran."

View File

@ -11,6 +11,9 @@ local skin = {
[14001]={ [14001]={
["value"]="Awal" ["value"]="Awal"
}, },
[1400101]={
["value"]="Armor Relik"
},
[14002]={ [14002]={
["value"]="Awal" ["value"]="Awal"
}, },
@ -103,6 +106,6 @@ local skin = {
} }
} }
local config = { local config = {
data=skin,count=34 data=skin,count=35
} }
return config return config

View File

@ -0,0 +1,123 @@
local task_type = {
[1]={
["desc"]="Iklan ditonton"
},
[2]={
["desc"]="Dapat Koin"
},
[3]={
["desc"]="Dapat Berlian"
},
[4]={
["desc"]="Konsumsi Koin"
},
[5]={
["desc"]="Konsumsi Berlian"
},
[6]={
["desc"]="Buka peti harta di Mall"
},
[7]={
["desc"]="Buka peti epik di Mall"
},
[8]={
["desc"]="Nyalakan lampu skill di level"
},
[9]={
["desc"]="Memenangkan Battle"
},
[10]={
["desc"]="Upgrade Hero"
},
[11]={
["desc"]="Dapatkan Shard Hero"
},
[12]={
["desc"]="Bunuh Boss"
},
[13]={
["desc"]="Bunuh Minion"
},
[14]={
["desc"]="Hapus elemen"
},
[15]={
["desc"]="6x Hapus"
},
[16]={
["desc"]="8x Hapus"
},
[17]={
["desc"]="10 Kombo atau lebih dalam battle"
},
[18]={
["desc"]="Skill yang dilepaskan dalam battle"
},
[19]={
["desc"]="Hapus gelombang battle"
},
[20]={
},
[21]={
},
[22]={
["desc"]="Total Sign-in {0} hari"
},
[23]={
["desc"]="Capai Lv.{0}"
},
[24]={
["desc"]="Lolos Quest Utama Bab {0}"
},
[25]={
["desc"]="Level max Hero mencapai {0}"
},
[26]={
["desc"]="Konsumsi {0} poin Energi"
},
[27]={
["desc"]="Punya {0} Hero"
},
[28]={
["desc"]="Membuka Peti Umum {0} kali"
},
[29]={
["desc"]="Membuka Peti Premium {0} kali"
},
[30]={
["desc"]="Jumlah tantangan arena"
},
[31]={
},
[32]={
},
[33]={
},
[34]={
},
[35]={
},
[36]={
},
[37]={
},
[38]={
},
[39]={
}
}
local config = {
data=task_type,count=39
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 10f39500da2f33f49b932f55ded99502
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -13,9 +13,15 @@ local avatar_frame = {
}, },
[27]={ [27]={
["desc"]="S2闘技場ゴールドフレーム。ヒーローの輝き。" ["desc"]="S2闘技場ゴールドフレーム。ヒーローの輝き。"
},
[28]={
["desc"]="S3闘技場シルバーフレーム。勇気の証。"
},
[29]={
["desc"]="S3闘技場ゴールドフレーム。実力の証。"
} }
} }
local config = { local config = {
data=avatar_frame,count=5 data=avatar_frame,count=7
} }
return config return config

View File

@ -48,16 +48,16 @@ local equip = {
["name"]="マイティマレット,戦士のハンマー,彗星クラッシャー,破壊ハンマー,ソウルシャッター,流れ星" ["name"]="マイティマレット,戦士のハンマー,彗星クラッシャー,破壊ハンマー,ソウルシャッター,流れ星"
}, },
[1400102]={ [1400102]={
["name"]="鋼の仮面,ファインスチール製仮面,黒曜石の冠,勇気の冠,竜角の冠,永遠の冠" ["name"]="花の冠,真珠の冠飾,炎紋様の金冠,月の玉冠,鳳冠の星冠,至高のかんざし"
}, },
[1400103]={ [1400103]={
["name"]="厚織りの法衣,薄鋼鉄製ハウバーク,玄鉄の鎧,強者の鎧,竜鱗の鎧,永遠の鎧" ["name"]="柔らかいローブ,翡翠飾りのローブ,紫絹のローブ,琥珀のローブ,鳳凰の羽のローブ,究極のローブ"
}, },
[1400104]={ [1400104]={
["name"]="革ベルト,黒檀ゴールドのガードル,騎士のベルト,竜腱のガードル,永遠のガードル,銅のブレスレット" ["name"]="シンプルな刺繍テープ,エレガントなウエストバンド,パールの刺繍テープ,スターライトの刺繍テープ,鳳凰の刺繍テープ,究極の刺繍テープ"
}, },
[1400105]={ [1400105]={
["name"]="銅のブレスレット,革リストバンド,鉄のリストバンド,ヒーローのガントレット,竜鬚のリストバンド,永遠のリストバンド" ["name"]="紫鉄のブレスレット,ベールのガントレット,ゴールドのガントレット,星のガントレット,鳳凰のガントレット,究極のガントレット"
}, },
[1400201]={ [1400201]={
["name"]="猫の爪,トゲの爪,鋼の爪,裂傷の爪,空を切り裂く爪,福神の力" ["name"]="猫の爪,トゲの爪,鋼の爪,裂傷の爪,空を切り裂く爪,福神の力"

View File

@ -447,6 +447,24 @@ local localization_global =
["ACT_DESC_12"] = "LV", ["ACT_DESC_12"] = "LV",
["ARENA_DESC_35"] = "<color=#ff8bf8>エピック</color>を獲得可能~", ["ARENA_DESC_35"] = "<color=#ff8bf8>エピック</color>を獲得可能~",
["ARENA_DESC_36"] = "運試し", ["ARENA_DESC_36"] = "運試し",
["ONE_KEY_GET_DESC"] = "一括受取",
["ACTIVITY_OVER_EDSC"] = "イベントは終了しました",
["PART_IN_DESC"] = "参加する",
["HERO_FUND_DESCC_1"] = "新イベント月の祝福が解放",
["HERO_FUND_DESCC_2"] = "月の祝福",
["HERO_FUND_DESCC_3"] = "月の祝福を入手した後、バトル中にクリア回数を累計すると豪華な報酬を獲得できます。",
["HERO_FUND_DESCC_4"] = "新イベントランクアップ挑戦が解放",
["ARENA_DESC_37"] = "ヒーロー解放:",
["ARENA_DESC_38"] = "解放済のヒーロー:",
["ARENA_DESC_39"] = "ランクアップ報酬は一回のみ受取可能です",
["ARENA_DESC_40"] = "ランクアップ報酬",
["ARENA_DESC_41"] = "決算報酬",
["ARENA_DESC_42"] = "未受取の報酬",
["EQUIP_DESC_27"] = "防具Lv{0}レベルアップパック",
["EQUIP_DESC_28"] = "武器Lv{0}レベルアップパック",
["SEIZED_DESC_1"] = "アカウントに異常が検出されました。サポートセンターに連絡するか、アカウントを削除し、新しいアカウントを作成してゲームを続行してください。",
["SEIZED_DESC_2"] = "サポートセンターに連絡する",
["SEIZED_DESC_3"] = "アカウントを削除する",
} }
return localization_global return localization_global

View File

@ -192,6 +192,14 @@ local item = {
}, },
[52]={ [52]={
},
[53]={
["name"]="S3シーズンシルバーフレーム",
["desc"]="S3闘技場シルバーフレーム。勇気の証。"
},
[54]={
["name"]="S3シーズンゴールドフレーム",
["desc"]="S3闘技場ゴールドフレーム。実力の証。"
}, },
[1001]={ [1001]={
["name"]="薄暗い隕石", ["name"]="薄暗い隕石",
@ -451,6 +459,6 @@ local item = {
} }
} }
local config = { local config = {
data=item,count=113 data=item,count=115
} }
return config return config

View File

@ -42,7 +42,7 @@ local skill = {
["desc"]="ムーンチェイサー発動するターンダメージがアップ、特⼤ダメージを与えるスキルを1回発動する。" ["desc"]="ムーンチェイサー発動するターンダメージがアップ、特⼤ダメージを与えるスキルを1回発動する。"
}, },
[3400220]={ [3400220]={
["desc"]="アリュールナイトメア追加で大ダメージを与えるスキルを1回発動し、50%の確率で敵に<color=#3cff28>2</color>ターン<color=#3cff28><color=#fcb501><u>昏睡</u></color>効果を付与する。" ["desc"]="アリュールナイトメア追加で大ダメージを与えるスキルを1回発動し、50%の確率で敵に<color=#3cff28>1</color>ターン<color=#3cff28><color=#fcb501><u>昏睡</u></color>効果を付与する。"
}, },
[4200120]={ [4200120]={
["desc"]="元素連接:ランダムで<color=#3cff28>3</color>つの元素を消し、スキルを1回発動する。" ["desc"]="元素連接:ランダムで<color=#3cff28>3</color>つの元素を消し、スキルを1回発動する。"

View File

@ -468,7 +468,7 @@ local skill_rogue = {
["desc"]="「ムーンチェイサー」は<color=#3cff28>4</color>つ以上の元素と繋がった時、ムーンチェイサーが<color=#3cff28>2</color>回発動する。" ["desc"]="「ムーンチェイサー」は<color=#3cff28>4</color>つ以上の元素と繋がった時、ムーンチェイサーが<color=#3cff28>2</color>回発動する。"
}, },
[3400200]={ [3400200]={
["desc"]="アリュールナイトメア解放追加で大ダメージを与えるスキルを1回発動し、50%の確率で敵に<color=#3cff28>2</color>ターン<color=#3cff28>昏睡</color>効果を付与する。" ["desc"]="アリュールナイトメア解放追加で大ダメージを与えるスキルを1回発動し、50%の確率で敵に<color=#3cff28>1</color>ターン<color=#3cff28>昏睡</color>効果を付与する。"
}, },
[3400201]={ [3400201]={
["desc"]="「アリュールナイトメア」は追加でX方向<color=#3cff28>4</color>マスを消す。" ["desc"]="「アリュールナイトメア」は追加でX方向<color=#3cff28>4</color>マスを消す。"
@ -480,7 +480,7 @@ local skill_rogue = {
["desc"]="「アリュールナイトメア」は追加でX方向<color=#3cff28>4</color>マスを消す。" ["desc"]="「アリュールナイトメア」は追加でX方向<color=#3cff28>4</color>マスを消す。"
}, },
[3400204]={ [3400204]={
["desc"]="「アリュールナイトメア」の<color=#3cff28>昏睡</color>効果の確率は<color=#3cff28>80%</color>に増加する" ["desc"]="「アリュールナイトメア」の<color=#3cff28>昏睡</color>効果の確率は<color=#3cff28>80%</color>に増加し、ターン数が<color=#3cff28>+1</color>"
}, },
[3400205]={ [3400205]={
["desc"]="<color=#fcff28>ヒット</color>:夢魔の通常攻撃が<color=#3cff28>昏睡</color>状態の敵に<color=#3cff28>2</color>ターン<color=#3cff28>拘束</color>効果を付与する。" ["desc"]="<color=#fcff28>ヒット</color>:夢魔の通常攻撃が<color=#3cff28>昏睡</color>状態の敵に<color=#3cff28>2</color>ターン<color=#3cff28>拘束</color>効果を付与する。"

View File

@ -11,6 +11,9 @@ local skin = {
[14001]={ [14001]={
["value"]="デフォルト" ["value"]="デフォルト"
}, },
[1400101]={
["value"]="レリックアーマー"
},
[14002]={ [14002]={
["value"]="デフォルト" ["value"]="デフォルト"
}, },
@ -103,6 +106,6 @@ local skin = {
} }
} }
local config = { local config = {
data=skin,count=34 data=skin,count=35
} }
return config return config

View File

@ -0,0 +1,123 @@
local task_type = {
[1]={
["desc"]="合計CM視聴回数"
},
[2]={
["desc"]="コインを入手する"
},
[3]={
["desc"]="ダイヤを入手する"
},
[4]={
["desc"]="コインを消費する"
},
[5]={
["desc"]="ダイヤを消費する"
},
[6]={
["desc"]="ショップでいずれの宝箱を開ける"
},
[7]={
["desc"]="ショップでエピック宝箱を開ける"
},
[8]={
["desc"]="クエスト内でスキルランプを点灯する"
},
[9]={
["desc"]="バトルに勝利する"
},
[10]={
["desc"]="ヒーローをレベルアップする"
},
[11]={
["desc"]="ヒーローピースを入手する"
},
[12]={
["desc"]="ボスを撃破する"
},
[13]={
["desc"]="手下を撃破する"
},
[14]={
["desc"]="合計消した元素"
},
[15]={
["desc"]="6連消しの回数"
},
[16]={
["desc"]="8連消しの回数"
},
[17]={
["desc"]="10連消し回数"
},
[18]={
["desc"]="バトル中スキルを発動する回数"
},
[19]={
["desc"]="波をクリアする回数"
},
[20]={
},
[21]={
},
[22]={
["desc"]="{0}日ログインする"
},
[23]={
["desc"]="レベル{0}に到達する"
},
[24]={
["desc"]="メインクエスト{0}をクリアする"
},
[25]={
["desc"]="ヒーローがレベル{0}に到達する"
},
[26]={
["desc"]="スタミナを{0}消費する"
},
[27]={
["desc"]="ヒーローを{0}体入手する"
},
[28]={
["desc"]="普通の宝箱を{0}箱開ける"
},
[29]={
["desc"]="貴重の宝箱を{0}箱開ける"
},
[30]={
["desc"]="闘技場挑戦回数"
},
[31]={
},
[32]={
},
[33]={
},
[34]={
},
[35]={
},
[36]={
},
[37]={
},
[38]={
},
[39]={
}
}
local config = {
data=task_type,count=39
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 79ef9e9ef8a9dc549ba2e2205713633c
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -13,9 +13,15 @@ local avatar_frame = {
}, },
[27]={ [27]={
["desc"]="S2 아레나 골드 아이콘 프레임, 영웅의 눈부신 업적입니다." ["desc"]="S2 아레나 골드 아이콘 프레임, 영웅의 눈부신 업적입니다."
},
[28]={
["desc"]="S3 아레나 실버 아이콘 프레임, 용기를 대표합니다."
},
[29]={
["desc"]="S3 아레나 골드 아이콘 프레임, 검증받은 실력입니다."
} }
} }
local config = { local config = {
data=avatar_frame,count=5 data=avatar_frame,count=7
} }
return config return config

View File

@ -48,16 +48,16 @@ local equip = {
["name"]="힘센 망치,워리어의 망치,유성 망치,장군의 망치,영혼 파괴 망치,떨어지는 별" ["name"]="힘센 망치,워리어의 망치,유성 망치,장군의 망치,영혼 파괴 망치,떨어지는 별"
}, },
[1400102]={ [1400102]={
["name"]="거친 강철 마스크,정교한 강철 마스크,어둠의 노블 왕관,용맹의 왕관,용의 뿔로 만든 왕관,화려한 영원의 왕관" ["name"]="꽃나무 티아라,진주 티아라,불 무늬 티아라,밝은 달 티아라,빛나는 봉황 티아라,최고의 매력 왕관"
}, },
[1400103]={ [1400103]={
["name"]="두꺼운 니트 두루마기,얇은 강철 갑옷,검은 빛을 띤 무거운 중갑,강자의 옥 갑옷,용비늘 황금 투구,영원의 중갑" ["name"]="부드러운 가죽 내복,옥 장식 로브,보라색 실크 원단,엠버 컬러 옷,봉황 깃털 로브,존귀한 별 로브"
}, },
[1400104]={ [1400104]={
["name"]="가죽 벨트,검은 황금 허리띠,기사의 벨트,용의 힘줄 허리띠,영원의 허리띠 장식,브론즈 팔찌" ["name"]="심플한 자수 벨트,우아한 허리띠,진주 자수 벨트,별빛 영광의 벨트,봉황의 눈빛 허리띠,존귀한 불멸의 벨트"
}, },
[1400105]={ [1400105]={
["name"]="브론즈 팔찌,가죽 손목 밴드,철의 심장 손목 밴드,영웅 건틀릿,용수염 아대,영원의 아대" ["name"]="보라색 아이언 팔찌,베일 건틀릿,화려한 황금 건틀릿,스텔라 건틀릿,봉황의 뼈 건틀릿,존귀한 영광의 아머"
}, },
[1400201]={ [1400201]={
["name"]="고양이 펀치,손톱 세운 고양이 펀치,브론즈 고양이 펀치,거친 고양이 펀치,무시무시한 고양이 펀치,행운의 신이 내린 축복" ["name"]="고양이 펀치,손톱 세운 고양이 펀치,브론즈 고양이 펀치,거친 고양이 펀치,무시무시한 고양이 펀치,행운의 신이 내린 축복"

View File

@ -447,6 +447,24 @@ local localization_global =
["ACT_DESC_12"] = "LV", ["ACT_DESC_12"] = "LV",
["ARENA_DESC_35"] = "행운의 신이 당신에게 미소 짓는다면 <color=#ff8bf8>에픽</color> 품질을 손에 넣을 수도 있습니다~", ["ARENA_DESC_35"] = "행운의 신이 당신에게 미소 짓는다면 <color=#ff8bf8>에픽</color> 품질을 손에 넣을 수도 있습니다~",
["ARENA_DESC_36"] = "시도해보기", ["ARENA_DESC_36"] = "시도해보기",
["ONE_KEY_GET_DESC"] = "모두 받기",
["ACTIVITY_OVER_EDSC"] = "이벤트가 종료되었습니다.",
["PART_IN_DESC"] = "참여",
["HERO_FUND_DESCC_1"] = "새로운 이벤트 달의 축복이 시작됩니다.",
["HERO_FUND_DESCC_2"] = "달의 축복",
["HERO_FUND_DESCC_3"] = "달의 축복을 받게 되면 전투에서 클리어한 웨이브를 누적하여 푸짐한 보상을 받을 수 있습니다.",
["HERO_FUND_DESCC_4"] = "신규 이벤트 고급 도전 오픈",
["ARENA_DESC_37"] = "영웅 잠금 해제:",
["ARENA_DESC_38"] = "잠금 해제된 영웅:",
["ARENA_DESC_39"] = "승급 보상은 일회성 보상입니다.",
["ARENA_DESC_40"] = "승급 보상",
["ARENA_DESC_41"] = "정산 보상",
["ARENA_DESC_42"] = "미수령 보상",
["EQUIP_DESC_27"] = "방어구 {0}레벨 업그레이드 패키지",
["EQUIP_DESC_28"] = "무기 {0}레벨 업그레이드 패키지",
["SEIZED_DESC_1"] = "계정에 이상이 발견되었습니다. 문제 해결을 위해 고객 서비스에 문의하거나 계정을 삭제하시고 새 계정을 사용하여 게임을 계속 진행하시기 바랍니다.",
["SEIZED_DESC_2"] = "고객 서비스 문의",
["SEIZED_DESC_3"] = "계정 삭제",
} }
return localization_global return localization_global

View File

@ -192,6 +192,14 @@ local item = {
}, },
[52]={ [52]={
},
[53]={
["name"]="S3 시즌 실버 아이콘 프레임",
["desc"]="S3 아레나 실버 아이콘 프레임, 용기를 대표합니다."
},
[54]={
["name"]="S3 시즌 골드 아이콘 프레임",
["desc"]="S3 아레나 골드 아이콘 프레임, 검증받은 실력입니다."
}, },
[1001]={ [1001]={
["name"]="알렌데 운석", ["name"]="알렌데 운석",
@ -451,6 +459,6 @@ local item = {
} }
} }
local config = { local config = {
data=item,count=113 data=item,count=115
} }
return config return config

View File

@ -42,7 +42,7 @@ local skill = {
["desc"]="유성과 달의 숨바꼭질: 사용 후, 이번 공격 대미지가 상승하며 엄청난 양의 스킬 피해를 한 번 입힙니다." ["desc"]="유성과 달의 숨바꼭질: 사용 후, 이번 공격 대미지가 상승하며 엄청난 양의 스킬 피해를 한 번 입힙니다."
}, },
[3400220]={ [3400220]={
["desc"]="아름다운 악몽: 추가로 대량의 스킬 피해를 한 번 입히며 50% 확률로 <color=#3cff28>2</color>턴 동안 <color=#3cff28><color=#fcb501><u>수면</u></color> 효과를 부여합니다." ["desc"]="아름다운 악몽: 추가로 대량의 스킬 피해를 한 번 입히며 50% 확률로 <color=#3cff28>1</color>턴 동안 <color=#3cff28><color=#fcb501><u>수면</u></color> 효과를 부여합니다."
}, },
[4200120]={ [4200120]={
["desc"]="원소 연결: 무작위로 <color=#3cff28>3</color>개의 원소를 소멸하고 스킬 피해를 한 번 입힙니다." ["desc"]="원소 연결: 무작위로 <color=#3cff28>3</color>개의 원소를 소멸하고 스킬 피해를 한 번 입힙니다."

View File

@ -468,7 +468,7 @@ local skill_rogue = {
["desc"]="유성과 달의 숨바꼭질이 <color=#3cff28>4</color>개 또는 그 이상의 원소를 연결하면 스킬 공격을 <color=#3cff28>2</color>번 방출합니다." ["desc"]="유성과 달의 숨바꼭질이 <color=#3cff28>4</color>개 또는 그 이상의 원소를 연결하면 스킬 공격을 <color=#3cff28>2</color>번 방출합니다."
}, },
[3400200]={ [3400200]={
["desc"]="아름다운 악몽 잠금 해제: 추가로 대량의 스킬 피해를 한 번 입히며 50% 확률로 <color=#3cff28>2</color>턴 동안 <color=#3cff28> 수면</color>효과를 부여합니다." ["desc"]="아름다운 악몽 잠금 해제: 추가로 대량의 스킬 피해를 한 번 입히며 50% 확률로 <color=#3cff28>1</color>턴 동안 <color=#3cff28> 수면</color>효과를 부여합니다."
}, },
[3400201]={ [3400201]={
["desc"]="아름다운 악몽이 X 방향을 따라 추가로 <color=#3cff28>4</color>개의 그리드를 소멸합니다." ["desc"]="아름다운 악몽이 X 방향을 따라 추가로 <color=#3cff28>4</color>개의 그리드를 소멸합니다."
@ -480,7 +480,7 @@ local skill_rogue = {
["desc"]="아름다운 악몽이 X 방향을 따라 추가로 <color=#3cff28>4</color>개의 그리드를 소멸할 수 있습니다." ["desc"]="아름다운 악몽이 X 방향을 따라 추가로 <color=#3cff28>4</color>개의 그리드를 소멸할 수 있습니다."
}, },
[3400204]={ [3400204]={
["desc"]="아름다운 악몽이 <color=#3cff28>수면</color> 효과를 부여할 확률이 <color=#3cff28>80%</color>로 증가합니다." ["desc"]="아름다운 악몽이 <color=#3cff28>수면</color> 효과를 부여하는 확률이 <color=#3cff28>80%</color>로 증가하고 턴 횟수 <color=#3cff28>+1</color>"
}, },
[3400205]={ [3400205]={
["desc"]="<color=#fcff28>Combo</color>:인큐버스의 일반 공격이 <color=#3cff28>2</color>턴 동안 <color=#3cff28>수면</color> 상태의 적에게 <color=#3cff28>속박</color> 효과를 부여합니다." ["desc"]="<color=#fcff28>Combo</color>:인큐버스의 일반 공격이 <color=#3cff28>2</color>턴 동안 <color=#3cff28>수면</color> 상태의 적에게 <color=#3cff28>속박</color> 효과를 부여합니다."

View File

@ -11,6 +11,9 @@ local skin = {
[14001]={ [14001]={
["value"]="초기" ["value"]="초기"
}, },
[1400101]={
["value"]="유적 갑옷"
},
[14002]={ [14002]={
["value"]="초기" ["value"]="초기"
}, },
@ -103,6 +106,6 @@ local skin = {
} }
} }
local config = { local config = {
data=skin,count=34 data=skin,count=35
} }
return config return config

Some files were not shown because too many files have changed in this diff Show More