英雄图鉴
This commit is contained in:
parent
6848735fd9
commit
b2dba1de2e
@ -121,6 +121,7 @@ BIReport.ITEM_GET_TYPE = {
|
|||||||
ARENA_CHALLENGE = "ArenaChallenge",
|
ARENA_CHALLENGE = "ArenaChallenge",
|
||||||
ARENA_SETTLEMENT = "ArenaSettlement",
|
ARENA_SETTLEMENT = "ArenaSettlement",
|
||||||
ARENA_GIFT = "ArenaGift",
|
ARENA_GIFT = "ArenaGift",
|
||||||
|
COLLECTION_HERO_REWARD = "CollectionHeroReward",
|
||||||
}
|
}
|
||||||
|
|
||||||
BIReport.ADS_CLICK_TYPE = {
|
BIReport.ADS_CLICK_TYPE = {
|
||||||
|
|||||||
@ -11,6 +11,7 @@ function DataManager:init()
|
|||||||
self:initManager("DailyChallengeData", "app/userdata/daily_challenge/daily_challenge_data")
|
self:initManager("DailyChallengeData", "app/userdata/daily_challenge/daily_challenge_data")
|
||||||
self:initManager("DungeonData", "app/userdata/dungeon/dungeon_data")
|
self:initManager("DungeonData", "app/userdata/dungeon/dungeon_data")
|
||||||
self:initManager("ArenaData", "app/userdata/arena/arena_data")
|
self:initManager("ArenaData", "app/userdata/arena/arena_data")
|
||||||
|
self:initManager("CollectionData", "app/userdata/collection/collection_data")
|
||||||
self:initManager("HeroData", "app/userdata/hero/hero_data")
|
self:initManager("HeroData", "app/userdata/hero/hero_data")
|
||||||
self:initManager("BagData", "app/userdata/bag/bag_data")
|
self:initManager("BagData", "app/userdata/bag/bag_data")
|
||||||
self:initManager("BattleData", "app/userdata/battle/battle_data")
|
self:initManager("BattleData", "app/userdata/battle/battle_data")
|
||||||
@ -94,6 +95,7 @@ function DataManager:clear()
|
|||||||
self.DailyChallengeData:clear()
|
self.DailyChallengeData:clear()
|
||||||
self.DungeonData:clear()
|
self.DungeonData:clear()
|
||||||
self.ArenaData:clear()
|
self.ArenaData:clear()
|
||||||
|
self.CollectionData:clear()
|
||||||
self.HeroData:clear()
|
self.HeroData:clear()
|
||||||
self.BagData:clear()
|
self.BagData:clear()
|
||||||
self.FormationData:clear()
|
self.FormationData:clear()
|
||||||
@ -134,6 +136,7 @@ function DataManager:initWithServerData(data)
|
|||||||
self.HeroData:init(data.bag.heroes)
|
self.HeroData:init(data.bag.heroes)
|
||||||
self.BagData:init(data.bag)
|
self.BagData:init(data.bag)
|
||||||
self.FormationData:init(data.fight_info)
|
self.FormationData:init(data.fight_info)
|
||||||
|
self.CollectionData:init(data.collection)
|
||||||
self.TutorialData:init(data.guide)
|
self.TutorialData:init(data.guide)
|
||||||
self.MailData:init(data.mail_info)
|
self.MailData:init(data.mail_info)
|
||||||
self.ActivityData:init()
|
self.ActivityData:init()
|
||||||
|
|||||||
@ -47,6 +47,7 @@ EventManager.CUSTOM_EVENT = {
|
|||||||
ARENA_RECORD_SUCCESS = "ARENA_RECORD_SUCCESS",-- 战报获取成功
|
ARENA_RECORD_SUCCESS = "ARENA_RECORD_SUCCESS",-- 战报获取成功
|
||||||
ARENA_RANK_SUCCESS = "ARENA_RANK_SUCCESS",-- 排行榜获取成功
|
ARENA_RANK_SUCCESS = "ARENA_RANK_SUCCESS",-- 排行榜获取成功
|
||||||
ARENA_AD_BOX_SUCCESS = "ARENA_AD_BOX_SUCCESS",-- ad宝箱获取成功
|
ARENA_AD_BOX_SUCCESS = "ARENA_AD_BOX_SUCCESS",-- ad宝箱获取成功
|
||||||
|
COLLECTION_CLICK_GET_POINT = "COLLECTION_CLICK_GET_POINT",
|
||||||
-- BORAD_TOUCH_BEGIN = "BORAD_TOUCH_BEGIN",
|
-- BORAD_TOUCH_BEGIN = "BORAD_TOUCH_BEGIN",
|
||||||
-- BORAD_TOUCH_OVER = "BORAD_TOUCH_OVER"
|
-- BORAD_TOUCH_OVER = "BORAD_TOUCH_OVER"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -57,6 +57,8 @@ local MODULE_PATHS = {
|
|||||||
DungeonManager = "app/module/dungeon/dungeon_manager",
|
DungeonManager = "app/module/dungeon/dungeon_manager",
|
||||||
-- 竞技场
|
-- 竞技场
|
||||||
ArenaManager = "app/module/arena/arena_manager",
|
ArenaManager = "app/module/arena/arena_manager",
|
||||||
|
-- 图鉴
|
||||||
|
CollectionManager = "app/module/collection/collection_manager",
|
||||||
}
|
}
|
||||||
|
|
||||||
-- 这里的key对应func_open里的id
|
-- 这里的key对应func_open里的id
|
||||||
@ -81,6 +83,7 @@ ModuleManager.MODULE_KEY = {
|
|||||||
INTRODUCT_GIFT = "introduct_gift", -- 入门礼包
|
INTRODUCT_GIFT = "introduct_gift", -- 入门礼包
|
||||||
ARENA = "arena_open", -- 竞技场
|
ARENA = "arena_open", -- 竞技场
|
||||||
ARENA_GIFT = "act_arena_gift", -- 竞技场礼包
|
ARENA_GIFT = "act_arena_gift", -- 竞技场礼包
|
||||||
|
COLLECT = "collection_open", -- 收集
|
||||||
}
|
}
|
||||||
|
|
||||||
local _moduleMgrs = {}
|
local _moduleMgrs = {}
|
||||||
|
|||||||
696
lua/app/config/act_dungeon_armor_fund.lua
Normal file
696
lua/app/config/act_dungeon_armor_fund.lua
Normal file
@ -0,0 +1,696 @@
|
|||||||
|
local act_dungeon_armor_fund = {
|
||||||
|
[1]={
|
||||||
|
["stage"]=1,
|
||||||
|
["stage"]=1,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=1,
|
||||||
|
["num_for_nothing"]="Vw=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[2]={
|
||||||
|
["stage"]=4,
|
||||||
|
["stage"]=4,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[3]={
|
||||||
|
["stage"]=6,
|
||||||
|
["stage"]=6,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=3,
|
||||||
|
["num_for_nothing"]="VQ=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[4]={
|
||||||
|
["stage"]=10,
|
||||||
|
["stage"]=10,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=4,
|
||||||
|
["num_for_nothing"]="Ug=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[5]={
|
||||||
|
["stage"]=12,
|
||||||
|
["stage"]=12,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=5,
|
||||||
|
["num_for_nothing"]="Uw=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[6]={
|
||||||
|
["stage"]=16,
|
||||||
|
["stage"]=16,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[7]={
|
||||||
|
["stage"]=18,
|
||||||
|
["stage"]=18,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=7,
|
||||||
|
["num_for_nothing"]="UQ=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[8]={
|
||||||
|
["stage"]=22,
|
||||||
|
["stage"]=22,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=8,
|
||||||
|
["num_for_nothing"]="Xg=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[9]={
|
||||||
|
["stage"]=24,
|
||||||
|
["stage"]=24,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=9,
|
||||||
|
["num_for_nothing"]="Xw=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[10]={
|
||||||
|
["stage"]=28,
|
||||||
|
["stage"]=28,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[11]={
|
||||||
|
["stage"]=30,
|
||||||
|
["stage"]=30,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=11,
|
||||||
|
["num_for_nothing"]="Vwk="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[12]={
|
||||||
|
["stage"]=31,
|
||||||
|
["stage"]=31,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=12,
|
||||||
|
["num_for_nothing"]="Vwo="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[13]={
|
||||||
|
["stage"]=34,
|
||||||
|
["stage"]=34,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=13,
|
||||||
|
["num_for_nothing"]="Vws="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[14]={
|
||||||
|
["stage"]=36,
|
||||||
|
["stage"]=36,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=14,
|
||||||
|
["num_for_nothing"]="Vww="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[15]={
|
||||||
|
["stage"]=38,
|
||||||
|
["stage"]=38,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=15,
|
||||||
|
["num_for_nothing"]="Vw0="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[16]={
|
||||||
|
["stage"]=40,
|
||||||
|
["stage"]=40,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=16,
|
||||||
|
["num_for_nothing"]="Vw4="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[17]={
|
||||||
|
["stage"]=42,
|
||||||
|
["stage"]=42,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=17,
|
||||||
|
["num_for_nothing"]="Vw8="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[18]={
|
||||||
|
["stage"]=44,
|
||||||
|
["stage"]=44,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=18,
|
||||||
|
["num_for_nothing"]="VwA="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[19]={
|
||||||
|
["stage"]=46,
|
||||||
|
["stage"]=46,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=19,
|
||||||
|
["num_for_nothing"]="VwE="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[20]={
|
||||||
|
["stage"]=48,
|
||||||
|
["stage"]=48,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=20,
|
||||||
|
["num_for_nothing"]="VAg="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[21]={
|
||||||
|
["stage"]=50,
|
||||||
|
["stage"]=50,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=21,
|
||||||
|
["num_for_nothing"]="VAk="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[22]={
|
||||||
|
["stage"]=52,
|
||||||
|
["stage"]=52,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=22,
|
||||||
|
["num_for_nothing"]="VAo="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[23]={
|
||||||
|
["stage"]=54,
|
||||||
|
["stage"]=54,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=23,
|
||||||
|
["num_for_nothing"]="VAs="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
local config = {
|
||||||
|
data=act_dungeon_armor_fund,count=23
|
||||||
|
}
|
||||||
|
return config
|
||||||
10
lua/app/config/act_dungeon_armor_fund.lua.meta
Normal file
10
lua/app/config/act_dungeon_armor_fund.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ad394bc832606234db5bfd5270603ec7
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
@ -713,9 +713,821 @@ local act_gift = {
|
|||||||
["limit_time"]=24,
|
["limit_time"]=24,
|
||||||
["cd"]=48,
|
["cd"]=48,
|
||||||
["value"]=800
|
["value"]=800
|
||||||
|
},
|
||||||
|
[100102]={
|
||||||
|
["type"]=10,
|
||||||
|
["recharge_id"]=10,
|
||||||
|
["time_type"]=3,
|
||||||
|
["limit"]=1,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[100202]={
|
||||||
|
["type"]=10,
|
||||||
|
["recharge_id"]=10,
|
||||||
|
["time_type"]=3,
|
||||||
|
["limit"]=1,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[110102]={
|
||||||
|
["type"]=11,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[110202]={
|
||||||
|
["type"]=11,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[110302]={
|
||||||
|
["type"]=11,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[110402]={
|
||||||
|
["type"]=11,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[110502]={
|
||||||
|
["type"]=11,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[110602]={
|
||||||
|
["type"]=11,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[110702]={
|
||||||
|
["type"]=11,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[110802]={
|
||||||
|
["type"]=11,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[110902]={
|
||||||
|
["type"]=11,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[111002]={
|
||||||
|
["type"]=11,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[120102]={
|
||||||
|
["type"]=12,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[120202]={
|
||||||
|
["type"]=12,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[120302]={
|
||||||
|
["type"]=12,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[120402]={
|
||||||
|
["type"]=12,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[120502]={
|
||||||
|
["type"]=12,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[120602]={
|
||||||
|
["type"]=12,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[120702]={
|
||||||
|
["type"]=12,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[120802]={
|
||||||
|
["type"]=12,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
|
},
|
||||||
|
[120902]={
|
||||||
|
["type"]=12,
|
||||||
|
["recharge_id"]=5,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8000,
|
||||||
|
["num_for_nothing"]="XghcAw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=200,
|
||||||
|
["num_for_nothing"]="VAhc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=5,
|
||||||
|
["id_for_nothing"]="Uw==",
|
||||||
|
["num"]=40,
|
||||||
|
["num_for_nothing"]="Ugg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=6,
|
||||||
|
["id_for_nothing"]="UA==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
["time_type"]=1,
|
||||||
|
["limit_time"]=12,
|
||||||
|
["cd"]=12,
|
||||||
|
["value"]=800
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=act_gift,count=27
|
data=act_gift,count=48
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -113,8 +113,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -294,8 +294,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=10,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -394,8 +394,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
},
|
},
|
||||||
@ -595,8 +595,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
},
|
},
|
||||||
@ -696,8 +696,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -897,8 +897,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -1098,8 +1098,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -1299,8 +1299,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -1500,8 +1500,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -1733,8 +1733,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -1914,8 +1914,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=10,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -2014,8 +2014,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
},
|
},
|
||||||
@ -2215,8 +2215,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
},
|
},
|
||||||
@ -2316,8 +2316,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -2517,8 +2517,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -2718,8 +2718,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -2919,8 +2919,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -3120,8 +3120,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -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"]=18,
|
["id"]=23,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="VAs=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -3353,8 +3353,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=10,
|
["id"]=11,
|
||||||
["id_for_nothing"]="Vwg=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -3506,18 +3506,18 @@ local arena_bounty_level = {
|
|||||||
["reward"]={
|
["reward"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=10,
|
["id"]=13,
|
||||||
["id_for_nothing"]="Vwg=",
|
["id_for_nothing"]="Vws=",
|
||||||
["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"]=18,
|
["id"]=13,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vws=",
|
||||||
["num"]=1,
|
["num"]=2,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="VA=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[315]={
|
[315]={
|
||||||
@ -3526,8 +3526,8 @@ local arena_bounty_level = {
|
|||||||
["reward"]={
|
["reward"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=13,
|
["id"]=10,
|
||||||
["id_for_nothing"]="Vws=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
},
|
},
|
||||||
@ -3606,18 +3606,18 @@ local arena_bounty_level = {
|
|||||||
["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"]=500,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Uwhc"
|
||||||
},
|
},
|
||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["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=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[320]={
|
[320]={
|
||||||
@ -3634,8 +3634,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
},
|
},
|
||||||
@ -3707,18 +3707,18 @@ local arena_bounty_level = {
|
|||||||
["reward"]={
|
["reward"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=10,
|
["id"]=13,
|
||||||
["id_for_nothing"]="Vwg=",
|
["id_for_nothing"]="Vws=",
|
||||||
["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"]=18,
|
["id"]=13,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vws=",
|
||||||
["num"]=1,
|
["num"]=2,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="VA=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[325]={
|
[325]={
|
||||||
@ -3727,8 +3727,8 @@ local arena_bounty_level = {
|
|||||||
["reward"]={
|
["reward"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=13,
|
["id"]=10,
|
||||||
["id_for_nothing"]="Vws=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
},
|
},
|
||||||
@ -3807,18 +3807,18 @@ local arena_bounty_level = {
|
|||||||
["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"]=500,
|
||||||
["num_for_nothing"]="Uwg="
|
["num_for_nothing"]="Uwhc"
|
||||||
},
|
},
|
||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["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"]=200,
|
["num"]=100,
|
||||||
["num_for_nothing"]="VAhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[330]={
|
[330]={
|
||||||
@ -3827,16 +3827,16 @@ local arena_bounty_level = {
|
|||||||
["reward"]={
|
["reward"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=11,
|
["id"]=2,
|
||||||
["id_for_nothing"]="Vwk=",
|
["id_for_nothing"]="VA==",
|
||||||
["num"]=1,
|
["num"]=50,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Uwg="
|
||||||
},
|
},
|
||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
},
|
},
|
||||||
@ -3916,8 +3916,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=10,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -3936,8 +3936,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=10,
|
["id"]=11,
|
||||||
["id_for_nothing"]="Vwg=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -4109,16 +4109,16 @@ local arena_bounty_level = {
|
|||||||
["reward"]={
|
["reward"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=11,
|
["id"]=8,
|
||||||
["id_for_nothing"]="Vwk=",
|
["id_for_nothing"]="Xg==",
|
||||||
["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"]=18,
|
["id"]=9,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Xw==",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -4137,8 +4137,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=10,
|
["id"]=11,
|
||||||
["id_for_nothing"]="Vwg=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -4310,16 +4310,16 @@ local arena_bounty_level = {
|
|||||||
["reward"]={
|
["reward"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=11,
|
["id"]=8,
|
||||||
["id_for_nothing"]="Vwk=",
|
["id_for_nothing"]="Xg==",
|
||||||
["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"]=18,
|
["id"]=9,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Xw==",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -4338,8 +4338,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=10,
|
["id"]=11,
|
||||||
["id_for_nothing"]="Vwg=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -4511,16 +4511,16 @@ local arena_bounty_level = {
|
|||||||
["reward"]={
|
["reward"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=11,
|
["id"]=8,
|
||||||
["id_for_nothing"]="Vwk=",
|
["id_for_nothing"]="Xg==",
|
||||||
["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"]=18,
|
["id"]=9,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Xw==",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -4539,8 +4539,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=10,
|
["id"]=11,
|
||||||
["id_for_nothing"]="Vwg=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -4712,16 +4712,16 @@ local arena_bounty_level = {
|
|||||||
["reward"]={
|
["reward"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=11,
|
["id"]=8,
|
||||||
["id_for_nothing"]="Vwk=",
|
["id_for_nothing"]="Xg==",
|
||||||
["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"]=18,
|
["id"]=9,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Xw==",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -4740,8 +4740,8 @@ local arena_bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=10,
|
["id"]=11,
|
||||||
["id_for_nothing"]="Vwg=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
|
|||||||
@ -274,8 +274,8 @@ local bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -394,8 +394,8 @@ local bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
},
|
},
|
||||||
@ -475,8 +475,8 @@ local bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=10,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -676,8 +676,8 @@ local bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=10,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -869,16 +869,16 @@ local bounty_level = {
|
|||||||
["reward"]={
|
["reward"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=11,
|
["id"]=10,
|
||||||
["id_for_nothing"]="Vwk=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["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"]=18,
|
["id"]=10,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -1070,16 +1070,16 @@ local bounty_level = {
|
|||||||
["reward"]={
|
["reward"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=11,
|
["id"]=10,
|
||||||
["id_for_nothing"]="Vwk=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["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"]=18,
|
["id"]=10,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -1271,16 +1271,16 @@ local bounty_level = {
|
|||||||
["reward"]={
|
["reward"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=11,
|
["id"]=10,
|
||||||
["id_for_nothing"]="Vwk=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["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"]=18,
|
["id"]=10,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -1480,8 +1480,8 @@ local bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -1894,8 +1894,8 @@ local bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -2014,8 +2014,8 @@ local bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
},
|
},
|
||||||
@ -2095,8 +2095,8 @@ local bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=10,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -2296,8 +2296,8 @@ local bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=10,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -2489,16 +2489,16 @@ local bounty_level = {
|
|||||||
["reward"]={
|
["reward"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=11,
|
["id"]=10,
|
||||||
["id_for_nothing"]="Vwk=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["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"]=18,
|
["id"]=10,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -2690,16 +2690,16 @@ local bounty_level = {
|
|||||||
["reward"]={
|
["reward"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=11,
|
["id"]=10,
|
||||||
["id_for_nothing"]="Vwk=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["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"]=18,
|
["id"]=10,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -2891,16 +2891,16 @@ local bounty_level = {
|
|||||||
["reward"]={
|
["reward"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=11,
|
["id"]=10,
|
||||||
["id_for_nothing"]="Vwk=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["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"]=18,
|
["id"]=10,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwg=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
@ -3100,8 +3100,8 @@ local bounty_level = {
|
|||||||
["reward_pro"]={
|
["reward_pro"]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["type_for_nothing"]="Vw==",
|
["type_for_nothing"]="Vw==",
|
||||||
["id"]=18,
|
["id"]=11,
|
||||||
["id_for_nothing"]="VwA=",
|
["id_for_nothing"]="Vwk=",
|
||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
|
|||||||
@ -688,6 +688,12 @@ local buff = {
|
|||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["stack"]=2,
|
["stack"]=2,
|
||||||
["decr"]=2
|
["decr"]=2
|
||||||
|
},
|
||||||
|
[79]={
|
||||||
|
["id"]=79,
|
||||||
|
["name"]="invincible_shield",
|
||||||
|
["decr"]=1,
|
||||||
|
["icon"]="invincible_shield"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local keys = {
|
local keys = {
|
||||||
@ -769,12 +775,13 @@ local keys = {
|
|||||||
["shield_ice_rebound_400"]=buff[75],
|
["shield_ice_rebound_400"]=buff[75],
|
||||||
["invalid_control"]=buff[76],
|
["invalid_control"]=buff[76],
|
||||||
["end_dmg_addition_all_add"]=buff[77],
|
["end_dmg_addition_all_add"]=buff[77],
|
||||||
["end_dmg_dec_all_add"]=buff[78]
|
["end_dmg_dec_all_add"]=buff[78],
|
||||||
|
["invincible_shield"]=buff[79]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=buff,
|
data=buff,
|
||||||
keys=keys,
|
keys=keys,
|
||||||
count=78
|
count=79
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -1,5 +1,5 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 5135440474da72745b0c57d652e16d64
|
guid: f26f90b4112d5fb42996aec8429097e1
|
||||||
ScriptedImporter:
|
ScriptedImporter:
|
||||||
internalIDToNameTable: []
|
internalIDToNameTable: []
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 1f9ec106b072eef4ba7cba321505c2ab
|
guid: 6dcd756f94cb3b14b89e8890d2dad6f3
|
||||||
ScriptedImporter:
|
ScriptedImporter:
|
||||||
internalIDToNameTable: []
|
internalIDToNameTable: []
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
|
|||||||
@ -113,7 +113,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120102
|
||||||
},
|
},
|
||||||
[2]={
|
[2]={
|
||||||
["main_chapter"]=10,
|
["main_chapter"]=10,
|
||||||
@ -229,7 +230,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120102
|
||||||
},
|
},
|
||||||
[3]={
|
[3]={
|
||||||
["main_chapter"]=10,
|
["main_chapter"]=10,
|
||||||
@ -345,7 +347,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120102
|
||||||
},
|
},
|
||||||
[4]={
|
[4]={
|
||||||
["main_chapter"]=10,
|
["main_chapter"]=10,
|
||||||
@ -461,7 +464,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120102
|
||||||
},
|
},
|
||||||
[5]={
|
[5]={
|
||||||
["main_chapter"]=10,
|
["main_chapter"]=10,
|
||||||
@ -577,7 +581,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120102
|
||||||
},
|
},
|
||||||
[6]={
|
[6]={
|
||||||
["main_chapter"]=10,
|
["main_chapter"]=10,
|
||||||
@ -693,7 +698,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120102
|
||||||
},
|
},
|
||||||
[7]={
|
[7]={
|
||||||
["main_chapter"]=12,
|
["main_chapter"]=12,
|
||||||
@ -809,7 +815,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120202
|
||||||
},
|
},
|
||||||
[8]={
|
[8]={
|
||||||
["main_chapter"]=12,
|
["main_chapter"]=12,
|
||||||
@ -925,7 +932,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120202
|
||||||
},
|
},
|
||||||
[9]={
|
[9]={
|
||||||
["main_chapter"]=12,
|
["main_chapter"]=12,
|
||||||
@ -1041,7 +1049,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120202
|
||||||
},
|
},
|
||||||
[10]={
|
[10]={
|
||||||
["main_chapter"]=12,
|
["main_chapter"]=12,
|
||||||
@ -1157,7 +1166,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120202
|
||||||
},
|
},
|
||||||
[11]={
|
[11]={
|
||||||
["main_chapter"]=12,
|
["main_chapter"]=12,
|
||||||
@ -1273,7 +1283,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120202
|
||||||
},
|
},
|
||||||
[12]={
|
[12]={
|
||||||
["main_chapter"]=12,
|
["main_chapter"]=12,
|
||||||
@ -1389,7 +1400,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120202
|
||||||
},
|
},
|
||||||
[13]={
|
[13]={
|
||||||
["main_chapter"]=15,
|
["main_chapter"]=15,
|
||||||
@ -1505,7 +1517,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120302
|
||||||
},
|
},
|
||||||
[14]={
|
[14]={
|
||||||
["main_chapter"]=15,
|
["main_chapter"]=15,
|
||||||
@ -1621,7 +1634,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120302
|
||||||
},
|
},
|
||||||
[15]={
|
[15]={
|
||||||
["main_chapter"]=15,
|
["main_chapter"]=15,
|
||||||
@ -1737,7 +1751,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120302
|
||||||
},
|
},
|
||||||
[16]={
|
[16]={
|
||||||
["main_chapter"]=15,
|
["main_chapter"]=15,
|
||||||
@ -1853,7 +1868,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120302
|
||||||
},
|
},
|
||||||
[17]={
|
[17]={
|
||||||
["main_chapter"]=15,
|
["main_chapter"]=15,
|
||||||
@ -1969,7 +1985,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120302
|
||||||
},
|
},
|
||||||
[18]={
|
[18]={
|
||||||
["main_chapter"]=15,
|
["main_chapter"]=15,
|
||||||
@ -2085,7 +2102,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120302
|
||||||
},
|
},
|
||||||
[19]={
|
[19]={
|
||||||
["main_chapter"]=18,
|
["main_chapter"]=18,
|
||||||
@ -2201,7 +2219,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120402
|
||||||
},
|
},
|
||||||
[20]={
|
[20]={
|
||||||
["main_chapter"]=18,
|
["main_chapter"]=18,
|
||||||
@ -2317,7 +2336,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120402
|
||||||
},
|
},
|
||||||
[21]={
|
[21]={
|
||||||
["main_chapter"]=18,
|
["main_chapter"]=18,
|
||||||
@ -2433,7 +2453,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120402
|
||||||
},
|
},
|
||||||
[22]={
|
[22]={
|
||||||
["main_chapter"]=18,
|
["main_chapter"]=18,
|
||||||
@ -2549,7 +2570,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120402
|
||||||
},
|
},
|
||||||
[23]={
|
[23]={
|
||||||
["main_chapter"]=18,
|
["main_chapter"]=18,
|
||||||
@ -2665,7 +2687,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120402
|
||||||
},
|
},
|
||||||
[24]={
|
[24]={
|
||||||
["main_chapter"]=18,
|
["main_chapter"]=18,
|
||||||
@ -2781,7 +2804,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120402
|
||||||
},
|
},
|
||||||
[25]={
|
[25]={
|
||||||
["main_chapter"]=21,
|
["main_chapter"]=21,
|
||||||
@ -2897,7 +2921,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120502
|
||||||
},
|
},
|
||||||
[26]={
|
[26]={
|
||||||
["main_chapter"]=21,
|
["main_chapter"]=21,
|
||||||
@ -3013,7 +3038,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120502
|
||||||
},
|
},
|
||||||
[27]={
|
[27]={
|
||||||
["main_chapter"]=21,
|
["main_chapter"]=21,
|
||||||
@ -3129,7 +3155,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120502
|
||||||
},
|
},
|
||||||
[28]={
|
[28]={
|
||||||
["main_chapter"]=21,
|
["main_chapter"]=21,
|
||||||
@ -3245,7 +3272,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120502
|
||||||
},
|
},
|
||||||
[29]={
|
[29]={
|
||||||
["main_chapter"]=21,
|
["main_chapter"]=21,
|
||||||
@ -3361,7 +3389,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120502
|
||||||
},
|
},
|
||||||
[30]={
|
[30]={
|
||||||
["main_chapter"]=21,
|
["main_chapter"]=21,
|
||||||
@ -3477,7 +3506,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120502
|
||||||
},
|
},
|
||||||
[31]={
|
[31]={
|
||||||
["main_chapter"]=24,
|
["main_chapter"]=24,
|
||||||
@ -3593,7 +3623,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120602
|
||||||
},
|
},
|
||||||
[32]={
|
[32]={
|
||||||
["main_chapter"]=24,
|
["main_chapter"]=24,
|
||||||
@ -3709,7 +3740,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120602
|
||||||
},
|
},
|
||||||
[33]={
|
[33]={
|
||||||
["main_chapter"]=24,
|
["main_chapter"]=24,
|
||||||
@ -3825,7 +3857,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120602
|
||||||
},
|
},
|
||||||
[34]={
|
[34]={
|
||||||
["main_chapter"]=24,
|
["main_chapter"]=24,
|
||||||
@ -3941,7 +3974,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120602
|
||||||
},
|
},
|
||||||
[35]={
|
[35]={
|
||||||
["main_chapter"]=24,
|
["main_chapter"]=24,
|
||||||
@ -4057,7 +4091,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120602
|
||||||
},
|
},
|
||||||
[36]={
|
[36]={
|
||||||
["main_chapter"]=24,
|
["main_chapter"]=24,
|
||||||
@ -4173,7 +4208,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120602
|
||||||
},
|
},
|
||||||
[37]={
|
[37]={
|
||||||
["main_chapter"]=27,
|
["main_chapter"]=27,
|
||||||
@ -4289,7 +4325,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120702
|
||||||
},
|
},
|
||||||
[38]={
|
[38]={
|
||||||
["main_chapter"]=27,
|
["main_chapter"]=27,
|
||||||
@ -4405,7 +4442,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120702
|
||||||
},
|
},
|
||||||
[39]={
|
[39]={
|
||||||
["main_chapter"]=27,
|
["main_chapter"]=27,
|
||||||
@ -4521,7 +4559,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120702
|
||||||
},
|
},
|
||||||
[40]={
|
[40]={
|
||||||
["main_chapter"]=27,
|
["main_chapter"]=27,
|
||||||
@ -4637,7 +4676,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120702
|
||||||
},
|
},
|
||||||
[41]={
|
[41]={
|
||||||
["main_chapter"]=27,
|
["main_chapter"]=27,
|
||||||
@ -4753,7 +4793,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120702
|
||||||
},
|
},
|
||||||
[42]={
|
[42]={
|
||||||
["main_chapter"]=27,
|
["main_chapter"]=27,
|
||||||
@ -4869,7 +4910,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120702
|
||||||
},
|
},
|
||||||
[43]={
|
[43]={
|
||||||
["main_chapter"]=30,
|
["main_chapter"]=30,
|
||||||
@ -4985,7 +5027,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120802
|
||||||
},
|
},
|
||||||
[44]={
|
[44]={
|
||||||
["main_chapter"]=30,
|
["main_chapter"]=30,
|
||||||
@ -5101,7 +5144,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120802
|
||||||
},
|
},
|
||||||
[45]={
|
[45]={
|
||||||
["main_chapter"]=30,
|
["main_chapter"]=30,
|
||||||
@ -5217,7 +5261,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120802
|
||||||
},
|
},
|
||||||
[46]={
|
[46]={
|
||||||
["main_chapter"]=30,
|
["main_chapter"]=30,
|
||||||
@ -5333,7 +5378,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120802
|
||||||
},
|
},
|
||||||
[47]={
|
[47]={
|
||||||
["main_chapter"]=30,
|
["main_chapter"]=30,
|
||||||
@ -5449,7 +5495,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120802
|
||||||
},
|
},
|
||||||
[48]={
|
[48]={
|
||||||
["main_chapter"]=30,
|
["main_chapter"]=30,
|
||||||
@ -5565,7 +5612,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120802
|
||||||
},
|
},
|
||||||
[49]={
|
[49]={
|
||||||
["main_chapter"]=33,
|
["main_chapter"]=33,
|
||||||
@ -5681,7 +5729,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120902
|
||||||
},
|
},
|
||||||
[50]={
|
[50]={
|
||||||
["main_chapter"]=33,
|
["main_chapter"]=33,
|
||||||
@ -5797,7 +5846,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120902
|
||||||
},
|
},
|
||||||
[51]={
|
[51]={
|
||||||
["main_chapter"]=33,
|
["main_chapter"]=33,
|
||||||
@ -5913,7 +5963,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120902
|
||||||
},
|
},
|
||||||
[52]={
|
[52]={
|
||||||
["main_chapter"]=33,
|
["main_chapter"]=33,
|
||||||
@ -6029,7 +6080,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120902
|
||||||
},
|
},
|
||||||
[53]={
|
[53]={
|
||||||
["main_chapter"]=33,
|
["main_chapter"]=33,
|
||||||
@ -6145,7 +6197,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120902
|
||||||
},
|
},
|
||||||
[54]={
|
[54]={
|
||||||
["main_chapter"]=33,
|
["main_chapter"]=33,
|
||||||
@ -6261,7 +6314,8 @@ local chapter_dungeon_armor = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=120902
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: d9b3cc684f230a64c894a9fd6918d761
|
guid: 443c0e66db7a09a4486bd3fdaa2c8376
|
||||||
ScriptedImporter:
|
ScriptedImporter:
|
||||||
internalIDToNameTable: []
|
internalIDToNameTable: []
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
|
|||||||
182
lua/app/config/chapter_dungeon_armor_reward.lua
Normal file
182
lua/app/config/chapter_dungeon_armor_reward.lua
Normal file
@ -0,0 +1,182 @@
|
|||||||
|
local chapter_dungeon_armor_reward = {
|
||||||
|
[1]={
|
||||||
|
["star"]=10,
|
||||||
|
["reward"]={
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=1,
|
||||||
|
["num_for_nothing"]="Vw=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[2]={
|
||||||
|
["star"]=20,
|
||||||
|
["reward"]={
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=2,
|
||||||
|
["num_for_nothing"]="VA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[3]={
|
||||||
|
["star"]=30,
|
||||||
|
["reward"]={
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=3,
|
||||||
|
["num_for_nothing"]="VQ=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[4]={
|
||||||
|
["star"]=40,
|
||||||
|
["reward"]={
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=4,
|
||||||
|
["num_for_nothing"]="Ug=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[5]={
|
||||||
|
["star"]=50,
|
||||||
|
["reward"]={
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=5,
|
||||||
|
["num_for_nothing"]="Uw=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[6]={
|
||||||
|
["star"]=60,
|
||||||
|
["reward"]={
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=6,
|
||||||
|
["num_for_nothing"]="UA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[7]={
|
||||||
|
["star"]=70,
|
||||||
|
["reward"]={
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=7,
|
||||||
|
["num_for_nothing"]="UQ=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[8]={
|
||||||
|
["star"]=80,
|
||||||
|
["reward"]={
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=8,
|
||||||
|
["num_for_nothing"]="Xg=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[9]={
|
||||||
|
["star"]=90,
|
||||||
|
["reward"]={
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=9,
|
||||||
|
["num_for_nothing"]="Xw=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[10]={
|
||||||
|
["star"]=100,
|
||||||
|
["reward"]={
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[11]={
|
||||||
|
["star"]=110,
|
||||||
|
["reward"]={
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=11,
|
||||||
|
["num_for_nothing"]="Vwk="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[12]={
|
||||||
|
["star"]=120,
|
||||||
|
["reward"]={
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=12,
|
||||||
|
["num_for_nothing"]="Vwo="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[13]={
|
||||||
|
["star"]=130,
|
||||||
|
["reward"]={
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=13,
|
||||||
|
["num_for_nothing"]="Vws="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[14]={
|
||||||
|
["star"]=140,
|
||||||
|
["reward"]={
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=14,
|
||||||
|
["num_for_nothing"]="Vww="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[15]={
|
||||||
|
["star"]=150,
|
||||||
|
["reward"]={
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=15,
|
||||||
|
["num_for_nothing"]="Vw0="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[16]={
|
||||||
|
["star"]=160,
|
||||||
|
["reward"]={
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=16,
|
||||||
|
["num_for_nothing"]="Vw4="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
local config = {
|
||||||
|
data=chapter_dungeon_armor_reward,count=16
|
||||||
|
}
|
||||||
|
return config
|
||||||
10
lua/app/config/chapter_dungeon_armor_reward.lua.meta
Normal file
10
lua/app/config/chapter_dungeon_armor_reward.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5aa12c1b66dc1c6498e8acd4ef3c3462
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
@ -88,7 +88,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110102
|
||||||
},
|
},
|
||||||
[2]={
|
[2]={
|
||||||
["level"]=10,
|
["level"]=10,
|
||||||
@ -179,7 +180,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110102
|
||||||
},
|
},
|
||||||
[3]={
|
[3]={
|
||||||
["level"]=15,
|
["level"]=15,
|
||||||
@ -270,7 +272,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110202
|
||||||
},
|
},
|
||||||
[4]={
|
[4]={
|
||||||
["level"]=20,
|
["level"]=20,
|
||||||
@ -361,7 +364,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110202
|
||||||
},
|
},
|
||||||
[5]={
|
[5]={
|
||||||
["level"]=25,
|
["level"]=25,
|
||||||
@ -452,7 +456,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110302
|
||||||
},
|
},
|
||||||
[6]={
|
[6]={
|
||||||
["level"]=30,
|
["level"]=30,
|
||||||
@ -543,7 +548,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110302
|
||||||
},
|
},
|
||||||
[7]={
|
[7]={
|
||||||
["level"]=35,
|
["level"]=35,
|
||||||
@ -634,7 +640,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110402
|
||||||
},
|
},
|
||||||
[8]={
|
[8]={
|
||||||
["level"]=40,
|
["level"]=40,
|
||||||
@ -725,7 +732,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110402
|
||||||
},
|
},
|
||||||
[9]={
|
[9]={
|
||||||
["level"]=45,
|
["level"]=45,
|
||||||
@ -816,7 +824,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110502
|
||||||
},
|
},
|
||||||
[10]={
|
[10]={
|
||||||
["level"]=50,
|
["level"]=50,
|
||||||
@ -907,7 +916,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110502
|
||||||
},
|
},
|
||||||
[11]={
|
[11]={
|
||||||
["level"]=55,
|
["level"]=55,
|
||||||
@ -998,7 +1008,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110602
|
||||||
},
|
},
|
||||||
[12]={
|
[12]={
|
||||||
["level"]=60,
|
["level"]=60,
|
||||||
@ -1089,7 +1100,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110602
|
||||||
},
|
},
|
||||||
[13]={
|
[13]={
|
||||||
["level"]=65,
|
["level"]=65,
|
||||||
@ -1180,7 +1192,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110702
|
||||||
},
|
},
|
||||||
[14]={
|
[14]={
|
||||||
["level"]=70,
|
["level"]=70,
|
||||||
@ -1271,7 +1284,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110702
|
||||||
},
|
},
|
||||||
[15]={
|
[15]={
|
||||||
["level"]=75,
|
["level"]=75,
|
||||||
@ -1362,7 +1376,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110802
|
||||||
},
|
},
|
||||||
[16]={
|
[16]={
|
||||||
["level"]=80,
|
["level"]=80,
|
||||||
@ -1453,7 +1468,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110802
|
||||||
},
|
},
|
||||||
[17]={
|
[17]={
|
||||||
["level"]=85,
|
["level"]=85,
|
||||||
@ -1544,7 +1560,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110902
|
||||||
},
|
},
|
||||||
[18]={
|
[18]={
|
||||||
["level"]=90,
|
["level"]=90,
|
||||||
@ -1635,7 +1652,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=110902
|
||||||
},
|
},
|
||||||
[19]={
|
[19]={
|
||||||
["level"]=95,
|
["level"]=95,
|
||||||
@ -1726,7 +1744,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=111002
|
||||||
},
|
},
|
||||||
[20]={
|
[20]={
|
||||||
["level"]=100,
|
["level"]=100,
|
||||||
@ -1817,7 +1836,8 @@ local chapter_dungeon_equip = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["gift_id"]=111002
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: a52989a53225d424297c546f8b47a84a
|
guid: 8bcead53a4992a44c8eb6e8f657d5bd5
|
||||||
ScriptedImporter:
|
ScriptedImporter:
|
||||||
internalIDToNameTable: []
|
internalIDToNameTable: []
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
|
|||||||
@ -1034,9 +1034,46 @@ local collection = {
|
|||||||
["num_for_nothing"]="VAA="
|
["num_for_nothing"]="VAA="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
[29]={
|
||||||
|
["point"]=1400,
|
||||||
|
["reward"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=10,
|
||||||
|
["num_for_nothing"]="Vwg="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=4,
|
||||||
|
["id_for_nothing"]="Ug==",
|
||||||
|
["num"]=1,
|
||||||
|
["num_for_nothing"]="Vw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=4,
|
||||||
|
["id_for_nothing"]="Ug==",
|
||||||
|
["num"]=1,
|
||||||
|
["num_for_nothing"]="Vw=="
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=1,
|
||||||
|
["id_for_nothing"]="Vw==",
|
||||||
|
["num"]=29,
|
||||||
|
["num_for_nothing"]="VAE="
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=collection,count=28
|
data=collection,count=29
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -1,5 +1,5 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 3d9b838fa982b8840ab93d01446c3f16
|
guid: ba2d9579808d2904cbe1d4a49bb8e416
|
||||||
ScriptedImporter:
|
ScriptedImporter:
|
||||||
internalIDToNameTable: []
|
internalIDToNameTable: []
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 9c32a6e446a1c6c448b1528b263b709c
|
guid: 2b311c41b8f49924eaa6edc19710d3d5
|
||||||
ScriptedImporter:
|
ScriptedImporter:
|
||||||
internalIDToNameTable: []
|
internalIDToNameTable: []
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: bcf29cf8faf6bcf49a5a68926eee352e
|
guid: ec377c562de1a074f8d29dc2a7eeeb81
|
||||||
ScriptedImporter:
|
ScriptedImporter:
|
||||||
internalIDToNameTable: []
|
internalIDToNameTable: []
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
|
|||||||
@ -174,7 +174,7 @@ local hero = {
|
|||||||
["model_id"]="p0009",
|
["model_id"]="p0009",
|
||||||
["icon"]="11",
|
["icon"]="11",
|
||||||
["item_id"]=13002,
|
["item_id"]=13002,
|
||||||
["unlock_chapter"]=15,
|
["unlock_chapter"]=9,
|
||||||
["is_show"]=1,
|
["is_show"]=1,
|
||||||
["collection_point"]=3
|
["collection_point"]=3
|
||||||
},
|
},
|
||||||
@ -198,43 +198,43 @@ local hero = {
|
|||||||
["rouge_skill_7"]=1400107,
|
["rouge_skill_7"]=1400107,
|
||||||
["begin_lv"]=5,
|
["begin_lv"]=5,
|
||||||
["hp"]={
|
["hp"]={
|
||||||
18000000,
|
12000000,
|
||||||
20400000,
|
13680000,
|
||||||
22800000,
|
15360000,
|
||||||
25320000,
|
17120000,
|
||||||
27960000,
|
18960000,
|
||||||
30720000,
|
20960000,
|
||||||
33720000,
|
24560000,
|
||||||
36960000,
|
28440000,
|
||||||
40560000,
|
32940000,
|
||||||
44520000,
|
37900000,
|
||||||
48840000,
|
43300000,
|
||||||
53640000,
|
49300000,
|
||||||
59040000,
|
56060000,
|
||||||
65040000,
|
63560000,
|
||||||
71880000
|
72120000
|
||||||
},
|
},
|
||||||
["atk"]={
|
["atk"]={
|
||||||
9000000,
|
6000000,
|
||||||
10200000,
|
6840000,
|
||||||
11400000,
|
7680000,
|
||||||
12660000,
|
8560000,
|
||||||
13980000,
|
9480000,
|
||||||
15360000,
|
10480000,
|
||||||
16860000,
|
12280000,
|
||||||
18480000,
|
14220000,
|
||||||
20280000,
|
16470000,
|
||||||
22260000,
|
18950000,
|
||||||
24420000,
|
21650000,
|
||||||
26820000,
|
24650000,
|
||||||
29520000,
|
28030000,
|
||||||
32520000,
|
31780000,
|
||||||
35940000
|
36060000
|
||||||
},
|
},
|
||||||
["model_id"]="p0011",
|
["model_id"]="p0011",
|
||||||
["icon"]="16",
|
["icon"]="16",
|
||||||
["item_id"]=14001,
|
["item_id"]=14001,
|
||||||
["unlock_chapter"]=10,
|
["unlock_chapter"]=14,
|
||||||
["is_show"]=1,
|
["is_show"]=1,
|
||||||
["collection_point"]=5
|
["collection_point"]=5
|
||||||
},
|
},
|
||||||
@ -258,38 +258,38 @@ local hero = {
|
|||||||
["rouge_skill_7"]=1400207,
|
["rouge_skill_7"]=1400207,
|
||||||
["begin_lv"]=5,
|
["begin_lv"]=5,
|
||||||
["hp"]={
|
["hp"]={
|
||||||
18000000,
|
12000000,
|
||||||
20400000,
|
13680000,
|
||||||
22800000,
|
15360000,
|
||||||
25320000,
|
17120000,
|
||||||
27960000,
|
18960000,
|
||||||
30720000,
|
20960000,
|
||||||
33720000,
|
24560000,
|
||||||
36960000,
|
28440000,
|
||||||
40560000,
|
32940000,
|
||||||
44520000,
|
37900000,
|
||||||
48840000,
|
43300000,
|
||||||
53640000,
|
49300000,
|
||||||
59040000,
|
56060000,
|
||||||
65040000,
|
63560000,
|
||||||
71880000
|
72120000
|
||||||
},
|
},
|
||||||
["atk"]={
|
["atk"]={
|
||||||
9000000,
|
6000000,
|
||||||
10200000,
|
6840000,
|
||||||
11400000,
|
7680000,
|
||||||
12660000,
|
8560000,
|
||||||
13980000,
|
9480000,
|
||||||
15360000,
|
10480000,
|
||||||
16860000,
|
12280000,
|
||||||
18480000,
|
14220000,
|
||||||
20280000,
|
16470000,
|
||||||
22260000,
|
18950000,
|
||||||
24420000,
|
21650000,
|
||||||
26820000,
|
24650000,
|
||||||
29520000,
|
28030000,
|
||||||
32520000,
|
31780000,
|
||||||
35940000
|
36060000
|
||||||
},
|
},
|
||||||
["model_id"]="p0018",
|
["model_id"]="p0018",
|
||||||
["icon"]="23",
|
["icon"]="23",
|
||||||
@ -411,7 +411,7 @@ local hero = {
|
|||||||
["model_id"]="p0010",
|
["model_id"]="p0010",
|
||||||
["icon"]="12",
|
["icon"]="12",
|
||||||
["item_id"]=23001,
|
["item_id"]=23001,
|
||||||
["unlock_chapter"]=11,
|
["unlock_chapter"]=8,
|
||||||
["is_show"]=1,
|
["is_show"]=1,
|
||||||
["collection_point"]=3
|
["collection_point"]=3
|
||||||
},
|
},
|
||||||
@ -471,7 +471,7 @@ local hero = {
|
|||||||
["model_id"]="p0012",
|
["model_id"]="p0012",
|
||||||
["icon"]="7",
|
["icon"]="7",
|
||||||
["item_id"]=23002,
|
["item_id"]=23002,
|
||||||
["unlock_chapter"]=7,
|
["unlock_chapter"]=5,
|
||||||
["is_show"]=1,
|
["is_show"]=1,
|
||||||
["collection_point"]=3
|
["collection_point"]=3
|
||||||
},
|
},
|
||||||
@ -495,43 +495,43 @@ local hero = {
|
|||||||
["rouge_skill_7"]=2400107,
|
["rouge_skill_7"]=2400107,
|
||||||
["begin_lv"]=5,
|
["begin_lv"]=5,
|
||||||
["hp"]={
|
["hp"]={
|
||||||
18000000,
|
12000000,
|
||||||
20400000,
|
13680000,
|
||||||
22800000,
|
15360000,
|
||||||
25320000,
|
17120000,
|
||||||
27960000,
|
18960000,
|
||||||
30720000,
|
20960000,
|
||||||
33720000,
|
24560000,
|
||||||
36960000,
|
28440000,
|
||||||
40560000,
|
32940000,
|
||||||
44520000,
|
37900000,
|
||||||
48840000,
|
43300000,
|
||||||
53640000,
|
49300000,
|
||||||
59040000,
|
56060000,
|
||||||
65040000,
|
63560000,
|
||||||
71880000
|
72120000
|
||||||
},
|
},
|
||||||
["atk"]={
|
["atk"]={
|
||||||
9000000,
|
6000000,
|
||||||
10200000,
|
6840000,
|
||||||
11400000,
|
7680000,
|
||||||
12660000,
|
8560000,
|
||||||
13980000,
|
9480000,
|
||||||
15360000,
|
10480000,
|
||||||
16860000,
|
12280000,
|
||||||
18480000,
|
14220000,
|
||||||
20280000,
|
16470000,
|
||||||
22260000,
|
18950000,
|
||||||
24420000,
|
21650000,
|
||||||
26820000,
|
24650000,
|
||||||
29520000,
|
28030000,
|
||||||
32520000,
|
31780000,
|
||||||
35940000
|
36060000
|
||||||
},
|
},
|
||||||
["model_id"]="p0007",
|
["model_id"]="p0007",
|
||||||
["icon"]="17",
|
["icon"]="17",
|
||||||
["item_id"]=24001,
|
["item_id"]=24001,
|
||||||
["unlock_chapter"]=4,
|
["unlock_chapter"]=6,
|
||||||
["is_show"]=1,
|
["is_show"]=1,
|
||||||
["collection_point"]=5
|
["collection_point"]=5
|
||||||
},
|
},
|
||||||
@ -555,38 +555,38 @@ local hero = {
|
|||||||
["rouge_skill_7"]=2400207,
|
["rouge_skill_7"]=2400207,
|
||||||
["begin_lv"]=5,
|
["begin_lv"]=5,
|
||||||
["hp"]={
|
["hp"]={
|
||||||
18000000,
|
12000000,
|
||||||
20400000,
|
13680000,
|
||||||
22800000,
|
15360000,
|
||||||
25320000,
|
17120000,
|
||||||
27960000,
|
18960000,
|
||||||
30720000,
|
20960000,
|
||||||
33720000,
|
24560000,
|
||||||
36960000,
|
28440000,
|
||||||
40560000,
|
32940000,
|
||||||
44520000,
|
37900000,
|
||||||
48840000,
|
43300000,
|
||||||
53640000,
|
49300000,
|
||||||
59040000,
|
56060000,
|
||||||
65040000,
|
63560000,
|
||||||
71880000
|
72120000
|
||||||
},
|
},
|
||||||
["atk"]={
|
["atk"]={
|
||||||
9000000,
|
6000000,
|
||||||
10200000,
|
6840000,
|
||||||
11400000,
|
7680000,
|
||||||
12660000,
|
8560000,
|
||||||
13980000,
|
9480000,
|
||||||
15360000,
|
10480000,
|
||||||
16860000,
|
12280000,
|
||||||
18480000,
|
14220000,
|
||||||
20280000,
|
16470000,
|
||||||
22260000,
|
18950000,
|
||||||
24420000,
|
21650000,
|
||||||
26820000,
|
24650000,
|
||||||
29520000,
|
28030000,
|
||||||
32520000,
|
31780000,
|
||||||
35940000
|
36060000
|
||||||
},
|
},
|
||||||
["model_id"]="p0017",
|
["model_id"]="p0017",
|
||||||
["icon"]="22",
|
["icon"]="22",
|
||||||
@ -768,7 +768,7 @@ local hero = {
|
|||||||
["model_id"]="p0020",
|
["model_id"]="p0020",
|
||||||
["icon"]="13",
|
["icon"]="13",
|
||||||
["item_id"]=33002,
|
["item_id"]=33002,
|
||||||
["unlock_chapter"]=13,
|
["unlock_chapter"]=7,
|
||||||
["is_show"]=1,
|
["is_show"]=1,
|
||||||
["collection_point"]=3
|
["collection_point"]=3
|
||||||
},
|
},
|
||||||
@ -792,38 +792,38 @@ local hero = {
|
|||||||
["rouge_skill_7"]=3400107,
|
["rouge_skill_7"]=3400107,
|
||||||
["begin_lv"]=5,
|
["begin_lv"]=5,
|
||||||
["hp"]={
|
["hp"]={
|
||||||
18000000,
|
12000000,
|
||||||
20400000,
|
13680000,
|
||||||
22800000,
|
15360000,
|
||||||
25320000,
|
17120000,
|
||||||
27960000,
|
18960000,
|
||||||
30720000,
|
20960000,
|
||||||
33720000,
|
24560000,
|
||||||
36960000,
|
28440000,
|
||||||
40560000,
|
32940000,
|
||||||
44520000,
|
37900000,
|
||||||
48840000,
|
43300000,
|
||||||
53640000,
|
49300000,
|
||||||
59040000,
|
56060000,
|
||||||
65040000,
|
63560000,
|
||||||
71880000
|
72120000
|
||||||
},
|
},
|
||||||
["atk"]={
|
["atk"]={
|
||||||
9000000,
|
6000000,
|
||||||
10200000,
|
6840000,
|
||||||
11400000,
|
7680000,
|
||||||
12660000,
|
8560000,
|
||||||
13980000,
|
9480000,
|
||||||
15360000,
|
10480000,
|
||||||
16860000,
|
12280000,
|
||||||
18480000,
|
14220000,
|
||||||
20280000,
|
16470000,
|
||||||
22260000,
|
18950000,
|
||||||
24420000,
|
21650000,
|
||||||
26820000,
|
24650000,
|
||||||
29520000,
|
28030000,
|
||||||
32520000,
|
31780000,
|
||||||
35940000
|
36060000
|
||||||
},
|
},
|
||||||
["model_id"]="p0016",
|
["model_id"]="p0016",
|
||||||
["icon"]="18",
|
["icon"]="18",
|
||||||
@ -852,38 +852,38 @@ local hero = {
|
|||||||
["rouge_skill_7"]=3400207,
|
["rouge_skill_7"]=3400207,
|
||||||
["begin_lv"]=5,
|
["begin_lv"]=5,
|
||||||
["hp"]={
|
["hp"]={
|
||||||
18000000,
|
12000000,
|
||||||
20400000,
|
13680000,
|
||||||
22800000,
|
15360000,
|
||||||
25320000,
|
17120000,
|
||||||
27960000,
|
18960000,
|
||||||
30720000,
|
20960000,
|
||||||
33720000,
|
24560000,
|
||||||
36960000,
|
28440000,
|
||||||
40560000,
|
32940000,
|
||||||
44520000,
|
37900000,
|
||||||
48840000,
|
43300000,
|
||||||
53640000,
|
49300000,
|
||||||
59040000,
|
56060000,
|
||||||
65040000,
|
63560000,
|
||||||
71880000
|
72120000
|
||||||
},
|
},
|
||||||
["atk"]={
|
["atk"]={
|
||||||
9000000,
|
6000000,
|
||||||
10200000,
|
6840000,
|
||||||
11400000,
|
7680000,
|
||||||
12660000,
|
8560000,
|
||||||
13980000,
|
9480000,
|
||||||
15360000,
|
10480000,
|
||||||
16860000,
|
12280000,
|
||||||
18480000,
|
14220000,
|
||||||
20280000,
|
16470000,
|
||||||
22260000,
|
18950000,
|
||||||
24420000,
|
21650000,
|
||||||
26820000,
|
24650000,
|
||||||
29520000,
|
28030000,
|
||||||
32520000,
|
31780000,
|
||||||
35940000
|
36060000
|
||||||
},
|
},
|
||||||
["model_id"]="p0024",
|
["model_id"]="p0024",
|
||||||
["icon"]="24",
|
["icon"]="24",
|
||||||
@ -1065,7 +1065,7 @@ local hero = {
|
|||||||
["model_id"]="p0021",
|
["model_id"]="p0021",
|
||||||
["icon"]="14",
|
["icon"]="14",
|
||||||
["item_id"]=43002,
|
["item_id"]=43002,
|
||||||
["unlock_chapter"]=9,
|
["unlock_chapter"]=7,
|
||||||
["is_show"]=1,
|
["is_show"]=1,
|
||||||
["collection_point"]=3
|
["collection_point"]=3
|
||||||
},
|
},
|
||||||
@ -1089,43 +1089,43 @@ local hero = {
|
|||||||
["rouge_skill_7"]=4400107,
|
["rouge_skill_7"]=4400107,
|
||||||
["begin_lv"]=5,
|
["begin_lv"]=5,
|
||||||
["hp"]={
|
["hp"]={
|
||||||
18000000,
|
12000000,
|
||||||
20400000,
|
13680000,
|
||||||
22800000,
|
15360000,
|
||||||
25320000,
|
17120000,
|
||||||
27960000,
|
18960000,
|
||||||
30720000,
|
20960000,
|
||||||
33720000,
|
24560000,
|
||||||
36960000,
|
28440000,
|
||||||
40560000,
|
32940000,
|
||||||
44520000,
|
37900000,
|
||||||
48840000,
|
43300000,
|
||||||
53640000,
|
49300000,
|
||||||
59040000,
|
56060000,
|
||||||
65040000,
|
63560000,
|
||||||
71880000
|
72120000
|
||||||
},
|
},
|
||||||
["atk"]={
|
["atk"]={
|
||||||
9000000,
|
6000000,
|
||||||
10200000,
|
6840000,
|
||||||
11400000,
|
7680000,
|
||||||
12660000,
|
8560000,
|
||||||
13980000,
|
9480000,
|
||||||
15360000,
|
10480000,
|
||||||
16860000,
|
12280000,
|
||||||
18480000,
|
14220000,
|
||||||
20280000,
|
16470000,
|
||||||
22260000,
|
18950000,
|
||||||
24420000,
|
21650000,
|
||||||
26820000,
|
24650000,
|
||||||
29520000,
|
28030000,
|
||||||
32520000,
|
31780000,
|
||||||
35940000
|
36060000
|
||||||
},
|
},
|
||||||
["model_id"]="p0008",
|
["model_id"]="p0008",
|
||||||
["icon"]="19",
|
["icon"]="19",
|
||||||
["item_id"]=44001,
|
["item_id"]=44001,
|
||||||
["unlock_chapter"]=6,
|
["unlock_chapter"]=10,
|
||||||
["is_show"]=1,
|
["is_show"]=1,
|
||||||
["collection_point"]=5
|
["collection_point"]=5
|
||||||
},
|
},
|
||||||
@ -1149,43 +1149,43 @@ local hero = {
|
|||||||
["rouge_skill_7"]=4400207,
|
["rouge_skill_7"]=4400207,
|
||||||
["begin_lv"]=5,
|
["begin_lv"]=5,
|
||||||
["hp"]={
|
["hp"]={
|
||||||
18000000,
|
12000000,
|
||||||
20400000,
|
13680000,
|
||||||
22800000,
|
15360000,
|
||||||
25320000,
|
17120000,
|
||||||
27960000,
|
18960000,
|
||||||
30720000,
|
20960000,
|
||||||
33720000,
|
24560000,
|
||||||
36960000,
|
28440000,
|
||||||
40560000,
|
32940000,
|
||||||
44520000,
|
37900000,
|
||||||
48840000,
|
43300000,
|
||||||
53640000,
|
49300000,
|
||||||
59040000,
|
56060000,
|
||||||
65040000,
|
63560000,
|
||||||
71880000
|
72120000
|
||||||
},
|
},
|
||||||
["atk"]={
|
["atk"]={
|
||||||
9000000,
|
6000000,
|
||||||
10200000,
|
6840000,
|
||||||
11400000,
|
7680000,
|
||||||
12660000,
|
8560000,
|
||||||
13980000,
|
9480000,
|
||||||
15360000,
|
10480000,
|
||||||
16860000,
|
12280000,
|
||||||
18480000,
|
14220000,
|
||||||
20280000,
|
16470000,
|
||||||
22260000,
|
18950000,
|
||||||
24420000,
|
21650000,
|
||||||
26820000,
|
24650000,
|
||||||
29520000,
|
28030000,
|
||||||
32520000,
|
31780000,
|
||||||
35940000
|
36060000
|
||||||
},
|
},
|
||||||
["model_id"]="p0025",
|
["model_id"]="p0025",
|
||||||
["icon"]="25",
|
["icon"]="25",
|
||||||
["item_id"]=44002,
|
["item_id"]=44002,
|
||||||
["unlock_chapter"]=15,
|
["unlock_chapter"]=18,
|
||||||
["is_show"]=1,
|
["is_show"]=1,
|
||||||
["collection_point"]=5
|
["collection_point"]=5
|
||||||
},
|
},
|
||||||
@ -1305,7 +1305,7 @@ local hero = {
|
|||||||
["model_id"]="p0015",
|
["model_id"]="p0015",
|
||||||
["icon"]="10",
|
["icon"]="10",
|
||||||
["item_id"]=53001,
|
["item_id"]=53001,
|
||||||
["unlock_chapter"]=16,
|
["unlock_chapter"]=9,
|
||||||
["is_show"]=1,
|
["is_show"]=1,
|
||||||
["collection_point"]=3
|
["collection_point"]=3
|
||||||
},
|
},
|
||||||
@ -1389,38 +1389,38 @@ local hero = {
|
|||||||
["rouge_skill_7"]=5400107,
|
["rouge_skill_7"]=5400107,
|
||||||
["begin_lv"]=5,
|
["begin_lv"]=5,
|
||||||
["hp"]={
|
["hp"]={
|
||||||
18000000,
|
12000000,
|
||||||
20400000,
|
13680000,
|
||||||
22800000,
|
15360000,
|
||||||
25320000,
|
17120000,
|
||||||
27960000,
|
18960000,
|
||||||
30720000,
|
20960000,
|
||||||
33720000,
|
24560000,
|
||||||
36960000,
|
28440000,
|
||||||
40560000,
|
32940000,
|
||||||
44520000,
|
37900000,
|
||||||
48840000,
|
43300000,
|
||||||
53640000,
|
49300000,
|
||||||
59040000,
|
56060000,
|
||||||
65040000,
|
63560000,
|
||||||
71880000
|
72120000
|
||||||
},
|
},
|
||||||
["atk"]={
|
["atk"]={
|
||||||
9000000,
|
6000000,
|
||||||
10200000,
|
6840000,
|
||||||
11400000,
|
7680000,
|
||||||
12660000,
|
8560000,
|
||||||
13980000,
|
9480000,
|
||||||
15360000,
|
10480000,
|
||||||
16860000,
|
12280000,
|
||||||
18480000,
|
14220000,
|
||||||
20280000,
|
16470000,
|
||||||
22260000,
|
18950000,
|
||||||
24420000,
|
21650000,
|
||||||
26820000,
|
24650000,
|
||||||
29520000,
|
28030000,
|
||||||
32520000,
|
31780000,
|
||||||
35940000
|
36060000
|
||||||
},
|
},
|
||||||
["model_id"]="p0023",
|
["model_id"]="p0023",
|
||||||
["icon"]="20",
|
["icon"]="20",
|
||||||
@ -1447,43 +1447,43 @@ local hero = {
|
|||||||
["rouge_skill_7"]=5400207,
|
["rouge_skill_7"]=5400207,
|
||||||
["begin_lv"]=5,
|
["begin_lv"]=5,
|
||||||
["hp"]={
|
["hp"]={
|
||||||
18000000,
|
12000000,
|
||||||
20400000,
|
13680000,
|
||||||
22800000,
|
15360000,
|
||||||
25320000,
|
17120000,
|
||||||
27960000,
|
18960000,
|
||||||
30720000,
|
20960000,
|
||||||
33720000,
|
24560000,
|
||||||
36960000,
|
28440000,
|
||||||
40560000,
|
32940000,
|
||||||
44520000,
|
37900000,
|
||||||
48840000,
|
43300000,
|
||||||
53640000,
|
49300000,
|
||||||
59040000,
|
56060000,
|
||||||
65040000,
|
63560000,
|
||||||
71880000
|
72120000
|
||||||
},
|
},
|
||||||
["atk"]={
|
["atk"]={
|
||||||
9000000,
|
6000000,
|
||||||
10200000,
|
6840000,
|
||||||
11400000,
|
7680000,
|
||||||
12660000,
|
8560000,
|
||||||
13980000,
|
9480000,
|
||||||
15360000,
|
10480000,
|
||||||
16860000,
|
12280000,
|
||||||
18480000,
|
14220000,
|
||||||
20280000,
|
16470000,
|
||||||
22260000,
|
18950000,
|
||||||
24420000,
|
21650000,
|
||||||
26820000,
|
24650000,
|
||||||
29520000,
|
28030000,
|
||||||
32520000,
|
31780000,
|
||||||
35940000
|
36060000
|
||||||
},
|
},
|
||||||
["model_id"]="p0026",
|
["model_id"]="p0026",
|
||||||
["icon"]="26",
|
["icon"]="26",
|
||||||
["item_id"]=54002,
|
["item_id"]=54002,
|
||||||
["unlock_chapter"]=20,
|
["unlock_chapter"]=22,
|
||||||
["is_show"]=1,
|
["is_show"]=1,
|
||||||
["collection_point"]=5
|
["collection_point"]=5
|
||||||
}
|
}
|
||||||
|
|||||||
@ -377,9 +377,29 @@ local item = {
|
|||||||
["icon"]="19"
|
["icon"]="19"
|
||||||
},
|
},
|
||||||
[20]={
|
[20]={
|
||||||
["type"]=1,
|
["type"]=6,
|
||||||
["qlt"]=5,
|
["qlt"]=5,
|
||||||
["icon"]="20"
|
["icon"]="20",
|
||||||
|
["box_drop"]={
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["id"]=4,
|
||||||
|
["num"]=1,
|
||||||
|
["weight"]=50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["id"]=5,
|
||||||
|
["num"]=1,
|
||||||
|
["weight"]=890
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]=1,
|
||||||
|
["id"]=6,
|
||||||
|
["num"]=1,
|
||||||
|
["weight"]=60
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
[21]={
|
[21]={
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
@ -431,6 +451,161 @@ local item = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
[27]={
|
||||||
|
["type"]=1,
|
||||||
|
["qlt"]=1,
|
||||||
|
["icon"]="27"
|
||||||
|
},
|
||||||
|
[1001]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=1,
|
||||||
|
["icon"]="1001"
|
||||||
|
},
|
||||||
|
[1002]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=2,
|
||||||
|
["icon"]="1002"
|
||||||
|
},
|
||||||
|
[1003]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=3,
|
||||||
|
["icon"]="1003"
|
||||||
|
},
|
||||||
|
[1004]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=4,
|
||||||
|
["icon"]="1004"
|
||||||
|
},
|
||||||
|
[1005]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=5,
|
||||||
|
["icon"]="1005"
|
||||||
|
},
|
||||||
|
[1006]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=5,
|
||||||
|
["icon"]="1006"
|
||||||
|
},
|
||||||
|
[1007]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=1,
|
||||||
|
["icon"]="1007"
|
||||||
|
},
|
||||||
|
[1008]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=2,
|
||||||
|
["icon"]="1008"
|
||||||
|
},
|
||||||
|
[1009]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=3,
|
||||||
|
["icon"]="1009"
|
||||||
|
},
|
||||||
|
[1010]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=4,
|
||||||
|
["icon"]="1010"
|
||||||
|
},
|
||||||
|
[1011]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=5,
|
||||||
|
["icon"]="1011"
|
||||||
|
},
|
||||||
|
[1012]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=5,
|
||||||
|
["icon"]="1012"
|
||||||
|
},
|
||||||
|
[1013]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=1,
|
||||||
|
["icon"]="1013"
|
||||||
|
},
|
||||||
|
[1014]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=2,
|
||||||
|
["icon"]="1014"
|
||||||
|
},
|
||||||
|
[1015]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=3,
|
||||||
|
["icon"]="1015"
|
||||||
|
},
|
||||||
|
[1016]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=4,
|
||||||
|
["icon"]="1016"
|
||||||
|
},
|
||||||
|
[1017]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=5,
|
||||||
|
["icon"]="1017"
|
||||||
|
},
|
||||||
|
[1018]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=5,
|
||||||
|
["icon"]="1018"
|
||||||
|
},
|
||||||
|
[1019]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=1,
|
||||||
|
["icon"]="1019"
|
||||||
|
},
|
||||||
|
[1020]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=2,
|
||||||
|
["icon"]="1020"
|
||||||
|
},
|
||||||
|
[1021]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=3,
|
||||||
|
["icon"]="1021"
|
||||||
|
},
|
||||||
|
[1022]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=4,
|
||||||
|
["icon"]="1022"
|
||||||
|
},
|
||||||
|
[1023]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=5,
|
||||||
|
["icon"]="1023"
|
||||||
|
},
|
||||||
|
[1024]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=5,
|
||||||
|
["icon"]="1024"
|
||||||
|
},
|
||||||
|
[1025]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=1,
|
||||||
|
["icon"]="1025"
|
||||||
|
},
|
||||||
|
[1026]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=2,
|
||||||
|
["icon"]="1026"
|
||||||
|
},
|
||||||
|
[1027]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=3,
|
||||||
|
["icon"]="1027"
|
||||||
|
},
|
||||||
|
[1028]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=4,
|
||||||
|
["icon"]="1028"
|
||||||
|
},
|
||||||
|
[1029]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=5,
|
||||||
|
["icon"]="1029"
|
||||||
|
},
|
||||||
|
[1030]={
|
||||||
|
["type"]=2,
|
||||||
|
["qlt"]=5,
|
||||||
|
["icon"]="1030"
|
||||||
|
},
|
||||||
[12001]={
|
[12001]={
|
||||||
["type"]=5,
|
["type"]=5,
|
||||||
["parameter"]=12001,
|
["parameter"]=12001,
|
||||||
@ -583,6 +758,6 @@ local item = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=item,count=51
|
data=item,count=82
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -333,6 +333,20 @@ local LocalizationGlobalConst =
|
|||||||
HERO_TRIAL_DESC_1 = "HERO_TRIAL_DESC_1",
|
HERO_TRIAL_DESC_1 = "HERO_TRIAL_DESC_1",
|
||||||
HERO_TRIAL_DESC_2 = "HERO_TRIAL_DESC_2",
|
HERO_TRIAL_DESC_2 = "HERO_TRIAL_DESC_2",
|
||||||
HERO_TRIAL_DESC_3 = "HERO_TRIAL_DESC_3",
|
HERO_TRIAL_DESC_3 = "HERO_TRIAL_DESC_3",
|
||||||
|
DISCORD_SETTING_DESC = "DISCORD_SETTING_DESC",
|
||||||
|
COMMUNITY_DESC = "COMMUNITY_DESC",
|
||||||
|
TWITTER_DESC = "TWITTER_DESC",
|
||||||
|
COLLECTION_DESC_1 = "COLLECTION_DESC_1",
|
||||||
|
COLLECTION_DESC_2 = "COLLECTION_DESC_2",
|
||||||
|
COLLECTION_DESC_3 = "COLLECTION_DESC_3",
|
||||||
|
COLLECTION_DESC_4 = "COLLECTION_DESC_4",
|
||||||
|
COLLECTION_DESC_5 = "COLLECTION_DESC_5",
|
||||||
|
COLLECTION_DESC_6 = "COLLECTION_DESC_6",
|
||||||
|
COLLECTION_DESC_7 = "COLLECTION_DESC_7",
|
||||||
|
COLLECTION_DESC_8 = "COLLECTION_DESC_8",
|
||||||
|
COLLECTION_DESC_9 = "COLLECTION_DESC_9",
|
||||||
|
COLLECTION_DESC_10 = "COLLECTION_DESC_10",
|
||||||
|
COLLECTION_DESC_11 = "COLLECTION_DESC_11",
|
||||||
}
|
}
|
||||||
|
|
||||||
return LocalizationGlobalConst
|
return LocalizationGlobalConst
|
||||||
@ -2472,6 +2472,12 @@ local skill_rogue = {
|
|||||||
["num"]=3400120,
|
["num"]=3400120,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=1
|
["round"]=1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
["type"]="skill_fire_times",
|
||||||
|
["num"]=3400125,
|
||||||
|
["ratio"]=10000,
|
||||||
|
["round"]=1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=5,
|
["obj"]=5,
|
||||||
|
|||||||
@ -333,6 +333,20 @@ local localization_global =
|
|||||||
["HERO_TRIAL_DESC_1"] = "请试用<color=#ffde35>S级英雄木兰</color>挑战刚才战败的关卡!",
|
["HERO_TRIAL_DESC_1"] = "请试用<color=#ffde35>S级英雄木兰</color>挑战刚才战败的关卡!",
|
||||||
["HERO_TRIAL_DESC_2"] = "试玩",
|
["HERO_TRIAL_DESC_2"] = "试玩",
|
||||||
["HERO_TRIAL_DESC_3"] = "木兰参战",
|
["HERO_TRIAL_DESC_3"] = "木兰参战",
|
||||||
|
["DISCORD_SETTING_DESC"] = "Discord",
|
||||||
|
["COMMUNITY_DESC"] = "Facebook",
|
||||||
|
["TWITTER_DESC"] = "Twitter",
|
||||||
|
["COLLECTION_DESC_1"] = "英雄收集",
|
||||||
|
["COLLECTION_DESC_2"] = "已满级",
|
||||||
|
["COLLECTION_DESC_3"] = "未激活",
|
||||||
|
["COLLECTION_DESC_4"] = "还差{0}星辉可获得奖励",
|
||||||
|
["COLLECTION_DESC_5"] = "已获得奖励",
|
||||||
|
["COLLECTION_DESC_6"] = "未获得奖励",
|
||||||
|
["COLLECTION_DESC_7"] = "1.每个英雄提升等级后都能再次领取星辉,不同品质的英雄升级给星辉数不同。/n2.累计星辉可领取丰厚奖励。",
|
||||||
|
["COLLECTION_DESC_8"] = "敬请期待",
|
||||||
|
["COLLECTION_DESC_9"] = "请领取当前奖励",
|
||||||
|
["COLLECTION_DESC_10"] = "收集奖励",
|
||||||
|
["COLLECTION_DESC_11"] = "帮助",
|
||||||
}
|
}
|
||||||
|
|
||||||
return localization_global
|
return localization_global
|
||||||
@ -103,6 +103,130 @@ local item = {
|
|||||||
["name"]="高级随机碎片",
|
["name"]="高级随机碎片",
|
||||||
["desc"]="有概率随机获得优秀,稀有或史诗英雄碎片。"
|
["desc"]="有概率随机获得优秀,稀有或史诗英雄碎片。"
|
||||||
},
|
},
|
||||||
|
[27]={
|
||||||
|
["name"]="星辉",
|
||||||
|
["desc"]="收集星辉可以领取奖励。"
|
||||||
|
},
|
||||||
|
[1001]={
|
||||||
|
["name"]="暗淡陨铁",
|
||||||
|
["desc"]="武器材料1阶"
|
||||||
|
},
|
||||||
|
[1002]={
|
||||||
|
["name"]="百炼陨铁",
|
||||||
|
["desc"]="武器材料2阶"
|
||||||
|
},
|
||||||
|
[1003]={
|
||||||
|
["name"]="月华陨铁",
|
||||||
|
["desc"]="武器材料3阶"
|
||||||
|
},
|
||||||
|
[1004]={
|
||||||
|
["name"]="天光陨铁",
|
||||||
|
["desc"]="武器材料4阶"
|
||||||
|
},
|
||||||
|
[1005]={
|
||||||
|
["name"]="金光陨铁",
|
||||||
|
["desc"]="武器材料5阶"
|
||||||
|
},
|
||||||
|
[1006]={
|
||||||
|
["name"]="至臻陨铁",
|
||||||
|
["desc"]="武器材料6阶"
|
||||||
|
},
|
||||||
|
[1007]={
|
||||||
|
["name"]="翠绿晶石",
|
||||||
|
["desc"]="帽子材料1阶"
|
||||||
|
},
|
||||||
|
[1008]={
|
||||||
|
["name"]="暗红晶石",
|
||||||
|
["desc"]="帽子材料2阶"
|
||||||
|
},
|
||||||
|
[1009]={
|
||||||
|
["name"]="混元晶石",
|
||||||
|
["desc"]="帽子材料3阶"
|
||||||
|
},
|
||||||
|
[1010]={
|
||||||
|
["name"]="鸿鑫晶石",
|
||||||
|
["desc"]="帽子材料4阶"
|
||||||
|
},
|
||||||
|
[1011]={
|
||||||
|
["name"]="海洋晶石",
|
||||||
|
["desc"]="帽子材料5阶"
|
||||||
|
},
|
||||||
|
[1012]={
|
||||||
|
["name"]="至金晶石",
|
||||||
|
["desc"]="帽子材料6阶"
|
||||||
|
},
|
||||||
|
[1013]={
|
||||||
|
["name"]="蜥蜴鳞片",
|
||||||
|
["desc"]="衣服材料1阶"
|
||||||
|
},
|
||||||
|
[1014]={
|
||||||
|
["name"]="亚龙鳞片",
|
||||||
|
["desc"]="衣服材料2阶"
|
||||||
|
},
|
||||||
|
[1015]={
|
||||||
|
["name"]="海龙鳞片",
|
||||||
|
["desc"]="衣服材料3阶"
|
||||||
|
},
|
||||||
|
[1016]={
|
||||||
|
["name"]="火龙鳞片",
|
||||||
|
["desc"]="衣服材料4阶"
|
||||||
|
},
|
||||||
|
[1017]={
|
||||||
|
["name"]="雷龙鳞片",
|
||||||
|
["desc"]="衣服材料5阶"
|
||||||
|
},
|
||||||
|
[1018]={
|
||||||
|
["name"]="神龙鳞片",
|
||||||
|
["desc"]="衣服材料6阶"
|
||||||
|
},
|
||||||
|
[1019]={
|
||||||
|
["name"]="粗糙皮革",
|
||||||
|
["desc"]="腰带材料1阶"
|
||||||
|
},
|
||||||
|
[1020]={
|
||||||
|
["name"]="土蛇皮革",
|
||||||
|
["desc"]="腰带材料2阶"
|
||||||
|
},
|
||||||
|
[1021]={
|
||||||
|
["name"]="巨熊皮革",
|
||||||
|
["desc"]="腰带材料3阶"
|
||||||
|
},
|
||||||
|
[1022]={
|
||||||
|
["name"]="猛虎皮革",
|
||||||
|
["desc"]="腰带材料4阶"
|
||||||
|
},
|
||||||
|
[1023]={
|
||||||
|
["name"]="恶魔皮革",
|
||||||
|
["desc"]="腰带材料5阶"
|
||||||
|
},
|
||||||
|
[1024]={
|
||||||
|
["name"]="天蟒皮革",
|
||||||
|
["desc"]="腰带材料6阶"
|
||||||
|
},
|
||||||
|
[1025]={
|
||||||
|
["name"]="幽深贝壳",
|
||||||
|
["desc"]="护手材料1阶"
|
||||||
|
},
|
||||||
|
[1026]={
|
||||||
|
["name"]="水韵贝壳",
|
||||||
|
["desc"]="护手材料2阶"
|
||||||
|
},
|
||||||
|
[1027]={
|
||||||
|
["name"]="岩石贝壳",
|
||||||
|
["desc"]="护手材料3阶"
|
||||||
|
},
|
||||||
|
[1028]={
|
||||||
|
["name"]="混沌贝壳",
|
||||||
|
["desc"]="护手材料4阶"
|
||||||
|
},
|
||||||
|
[1029]={
|
||||||
|
["name"]="暗狱贝壳",
|
||||||
|
["desc"]="护手材料5阶"
|
||||||
|
},
|
||||||
|
[1030]={
|
||||||
|
["name"]="至圣贝壳",
|
||||||
|
["desc"]="护手材料6阶"
|
||||||
|
},
|
||||||
[12001]={
|
[12001]={
|
||||||
["name"]="舞娘碎片",
|
["name"]="舞娘碎片",
|
||||||
["desc"]="舞娘碎片,凑齐可激活或升级。"
|
["desc"]="舞娘碎片,凑齐可激活或升级。"
|
||||||
@ -205,6 +329,6 @@ local item = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=item,count=51
|
data=item,count=82
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -27,6 +27,9 @@ local localization_global =
|
|||||||
["MAINTENANCE_NOTICE_DEFAULT"] = "Serverkommunikation anormal, bitte versuche es später erneut",
|
["MAINTENANCE_NOTICE_DEFAULT"] = "Serverkommunikation anormal, bitte versuche es später erneut",
|
||||||
["RATE_DESC_1"] = "Wie findest du unser Spiel?",
|
["RATE_DESC_1"] = "Wie findest du unser Spiel?",
|
||||||
["RATE_DESC_2"] = "Später",
|
["RATE_DESC_2"] = "Später",
|
||||||
|
["DISCORD_SETTING_DESC"] = "Discord",
|
||||||
|
["COMMUNITY_DESC"] = "Facebook",
|
||||||
|
["TWITTER_DESC"] = "Twitter",
|
||||||
}
|
}
|
||||||
|
|
||||||
return localization_global
|
return localization_global
|
||||||
@ -76,6 +76,99 @@ local item = {
|
|||||||
},
|
},
|
||||||
[26]={
|
[26]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[27]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1001]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1002]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1003]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1004]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1005]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1006]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1007]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1008]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1009]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1010]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1011]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1012]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1013]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1014]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1015]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1016]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1017]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1030]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[12001]={
|
[12001]={
|
||||||
|
|
||||||
@ -154,6 +247,6 @@ local item = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=item,count=51
|
data=item,count=82
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -330,6 +330,12 @@ local localization_global =
|
|||||||
["ARENA_BATTLEPASS_5"] = "Unlock Premium Battle Pass",
|
["ARENA_BATTLEPASS_5"] = "Unlock Premium Battle Pass",
|
||||||
["ARENA_BATTLEPASS_6"] = "Obtain Premium Battle Pass for 10 more levels and richer rewards!",
|
["ARENA_BATTLEPASS_6"] = "Obtain Premium Battle Pass for 10 more levels and richer rewards!",
|
||||||
["ARENA_BATTLEPASS_7"] = "Upon completing all content of the Arena Battle Pass, you can receive a reward chest for every 1000 points.",
|
["ARENA_BATTLEPASS_7"] = "Upon completing all content of the Arena Battle Pass, you can receive a reward chest for every 1000 points.",
|
||||||
|
["HERO_TRIAL_DESC_1"] = "Please try <color=#ffde35>S-rank hero Mulan</color> to challenge the stage you just failed.",
|
||||||
|
["HERO_TRIAL_DESC_2"] = "Trial",
|
||||||
|
["HERO_TRIAL_DESC_3"] = "Mulan joins the battle",
|
||||||
|
["DISCORD_SETTING_DESC"] = "Discord",
|
||||||
|
["COMMUNITY_DESC"] = "Facebook",
|
||||||
|
["TWITTER_DESC"] = "Twitter",
|
||||||
}
|
}
|
||||||
|
|
||||||
return localization_global
|
return localization_global
|
||||||
@ -102,22 +102,115 @@ local item = {
|
|||||||
[26]={
|
[26]={
|
||||||
["name"]="Advanced Random Shard",
|
["name"]="Advanced Random Shard",
|
||||||
["desc"]="May randomly obtain Shards of Excellent, Rare, or Epic Heroes."
|
["desc"]="May randomly obtain Shards of Excellent, Rare, or Epic Heroes."
|
||||||
|
},
|
||||||
|
[27]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1001]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1002]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1003]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1004]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1005]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1006]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1007]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1008]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1009]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1010]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1011]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1012]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1013]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1014]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1015]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1016]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1017]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1030]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[12001]={
|
[12001]={
|
||||||
["name"]="Dancer Shard",
|
["name"]="Dancer Shard",
|
||||||
["desc"]="Dancer Fragments that can activate or upgrade Panda."
|
["desc"]="Dancer Fragments that can activate or upgrade Dancer."
|
||||||
},
|
},
|
||||||
[13001]={
|
[13001]={
|
||||||
["name"]="Claude Shard",
|
["name"]="Claude Shard",
|
||||||
["desc"]="Claude Shard that can activate or upgrade Panda."
|
["desc"]="Claude Shard that can activate or upgrade Claude."
|
||||||
},
|
},
|
||||||
[13002]={
|
[13002]={
|
||||||
["name"]="Flare Shard",
|
["name"]="Flare Shard",
|
||||||
["desc"]="Flare Shard that can activate or upgrade Panda."
|
["desc"]="Flare Shard that can activate or upgrade Flare."
|
||||||
},
|
},
|
||||||
[14001]={
|
[14001]={
|
||||||
["name"]="Alexander Shard",
|
["name"]="Alexander Shard",
|
||||||
["desc"]="Alexander Shard that can activate or upgrade Panda."
|
["desc"]="Alexander Shard that can activate or upgrade Alexander."
|
||||||
},
|
},
|
||||||
[14002]={
|
[14002]={
|
||||||
["name"]="Panda Shard",
|
["name"]="Panda Shard",
|
||||||
@ -125,86 +218,86 @@ local item = {
|
|||||||
},
|
},
|
||||||
[22001]={
|
[22001]={
|
||||||
["name"]="Blade Maid Shard",
|
["name"]="Blade Maid Shard",
|
||||||
["desc"]="Blade Maid Shard that can activate or upgrade Panda."
|
["desc"]="Blade Maid Shard that can activate or upgrade Panda Blade Maid."
|
||||||
},
|
},
|
||||||
[23001]={
|
[23001]={
|
||||||
["name"]="Barbarian Shard",
|
["name"]="Barbarian Shard",
|
||||||
["desc"]="Barbarian Shard that can activate or upgrade Panda."
|
["desc"]="Barbarian Shard that can activate or upgrade Barbarian."
|
||||||
},
|
},
|
||||||
[23002]={
|
[23002]={
|
||||||
["name"]="Er-Ya Shard",
|
["name"]="Er-Ya Shard",
|
||||||
["desc"]="Er-Ya Shard that can activate or upgrade Panda."
|
["desc"]="Er-Ya Shard that can activate or upgrade Er-Ya."
|
||||||
},
|
},
|
||||||
[24001]={
|
[24001]={
|
||||||
["name"]="Claymore Kid Shard",
|
["name"]="Claymore Kid Shard",
|
||||||
["desc"]="Claymore Kid Shard that can activate or upgrade Panda."
|
["desc"]="Claymore Kid Shard that can activate or upgrade Claymore Kid."
|
||||||
},
|
},
|
||||||
[24002]={
|
[24002]={
|
||||||
["name"]="Thor Shard",
|
["name"]="Thor Shard",
|
||||||
["desc"]="Thor Shard that can activate or upgrade Panda."
|
["desc"]="Thor Shard that can activate or upgrade Thor."
|
||||||
},
|
},
|
||||||
[32001]={
|
[32001]={
|
||||||
["name"]="Onion Shard",
|
["name"]="Onion Shard",
|
||||||
["desc"]="Onion Shard that can activate or upgrade Panda."
|
["desc"]="Onion Shard that can activate or upgrade Onion."
|
||||||
},
|
},
|
||||||
[33001]={
|
[33001]={
|
||||||
["name"]="Fawn Shard",
|
["name"]="Fawn Shard",
|
||||||
["desc"]="Fawn Shard that can activate or upgrade Panda."
|
["desc"]="Fawn Shard that can activate or upgrade Fawn."
|
||||||
},
|
},
|
||||||
[33002]={
|
[33002]={
|
||||||
["name"]="Timberwolf Shard",
|
["name"]="Timberwolf Shard",
|
||||||
["desc"]="Timberwolf Shard that can activate or upgrade Panda."
|
["desc"]="Timberwolf Shard that can activate or upgrade Timberwolf."
|
||||||
},
|
},
|
||||||
[34001]={
|
[34001]={
|
||||||
["name"]="Mulan Shard",
|
["name"]="Mulan Shard",
|
||||||
["desc"]="Mulan Shard that can activate or upgrade Panda."
|
["desc"]="Mulan Shard that can activate or upgrade Mulan."
|
||||||
},
|
},
|
||||||
[34002]={
|
[34002]={
|
||||||
["name"]="Nightmare Shard",
|
["name"]="Nightmare Shard",
|
||||||
["desc"]="Nightmare Shard that can activate or upgrade Panda."
|
["desc"]="Nightmare Shard that can activate or upgrade Nightmare."
|
||||||
},
|
},
|
||||||
[42001]={
|
[42001]={
|
||||||
["name"]="Iceheart Shard",
|
["name"]="Iceheart Shard",
|
||||||
["desc"]="Iceheart Shard that can activate or upgrade Panda."
|
["desc"]="Iceheart Shard that can activate or upgrade Iceheart."
|
||||||
},
|
},
|
||||||
[43001]={
|
[43001]={
|
||||||
["name"]="Ice Maiden Shard",
|
["name"]="Ice Maiden Shard",
|
||||||
["desc"]="Ice Maiden Shard that can activate or upgrade Panda."
|
["desc"]="Ice Maiden Shard that can activate or upgrade Ice Maiden."
|
||||||
},
|
},
|
||||||
[43002]={
|
[43002]={
|
||||||
["name"]="Raven Shard",
|
["name"]="Raven Shard",
|
||||||
["desc"]="Raven Shard that can activate or upgrade Panda."
|
["desc"]="Raven Shard that can activate or upgrade Raven."
|
||||||
},
|
},
|
||||||
[44001]={
|
[44001]={
|
||||||
["name"]="Frost Enchantress Shard",
|
["name"]="Frost Enchantress Shard",
|
||||||
["desc"]="Frost Enchantress Shard that can activate or upgrade Panda."
|
["desc"]="Frost Enchantress Shard that can activate or upgrade Frost Enchantress."
|
||||||
},
|
},
|
||||||
[44002]={
|
[44002]={
|
||||||
["name"]="Cleopatra Shard",
|
["name"]="Cleopatra Shard",
|
||||||
["desc"]="Cleopatra Shard that can activate or upgrade Panda."
|
["desc"]="Cleopatra Shard that can activate or upgrade Cleopatra."
|
||||||
},
|
},
|
||||||
[52001]={
|
[52001]={
|
||||||
["name"]="Ninja Lun Shard",
|
["name"]="Ninja Lun Shard",
|
||||||
["desc"]="Raven Shard that can activate or upgrade Panda."
|
["desc"]="Raven Shard that can activate or upgrade Raven."
|
||||||
},
|
},
|
||||||
[53001]={
|
[53001]={
|
||||||
["name"]="Witch Kiki Shard",
|
["name"]="Witch Kiki Shard",
|
||||||
["desc"]="Witch Kiki Shard that can activate or upgrade Panda."
|
["desc"]="Witch Kiki Shard that can activate or upgrade Witch Kiki."
|
||||||
},
|
},
|
||||||
[53002]={
|
[53002]={
|
||||||
["name"]="Soul Hunter Shard",
|
["name"]="Soul Hunter Shard",
|
||||||
["desc"]="Soul Hunter Shard that can activate or upgrade Panda."
|
["desc"]="Soul Hunter Shard that can activate or upgrade Soul Hunter."
|
||||||
},
|
},
|
||||||
[54001]={
|
[54001]={
|
||||||
["name"]="Butterfly Shard",
|
["name"]="Butterfly Shard",
|
||||||
["desc"]="Butterfly Shard that can activate or upgrade Panda."
|
["desc"]="Butterfly Shard that can activate or upgrade Butterfly."
|
||||||
},
|
},
|
||||||
[54002]={
|
[54002]={
|
||||||
["name"]="Twinkling Mage Shard",
|
["name"]="Twinkling Mage Shard",
|
||||||
["desc"]="Twinkling Mage Shard that can activate or upgrade Panda."
|
["desc"]="Twinkling Mage Shard that can activate or upgrade Twinkling Mage."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=item,count=51
|
data=item,count=82
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -330,6 +330,12 @@ local localization_global =
|
|||||||
["ARENA_BATTLEPASS_5"] = "Desbloquea Pase de Batalla Premium",
|
["ARENA_BATTLEPASS_5"] = "Desbloquea Pase de Batalla Premium",
|
||||||
["ARENA_BATTLEPASS_6"] = "¡Obtiene Pase de Batalla Premium, gana +10 niveles, y recibe más recompensas ya!",
|
["ARENA_BATTLEPASS_6"] = "¡Obtiene Pase de Batalla Premium, gana +10 niveles, y recibe más recompensas ya!",
|
||||||
["ARENA_BATTLEPASS_7"] = "Al completar todo el contenido del pase, podrás obtener un cofre de recompensa por cada 1000 puntos.",
|
["ARENA_BATTLEPASS_7"] = "Al completar todo el contenido del pase, podrás obtener un cofre de recompensa por cada 1000 puntos.",
|
||||||
|
["HERO_TRIAL_DESC_1"] = "¡Prueba con <color=#ffde35> Mulán, heroína de clase S</color> para desafiar la fase derrotada de nuevo!",
|
||||||
|
["HERO_TRIAL_DESC_2"] = "Prueba",
|
||||||
|
["HERO_TRIAL_DESC_3"] = "Mulán en combate",
|
||||||
|
["DISCORD_SETTING_DESC"] = "Discord",
|
||||||
|
["COMMUNITY_DESC"] = "Facebook",
|
||||||
|
["TWITTER_DESC"] = "Twitter",
|
||||||
}
|
}
|
||||||
|
|
||||||
return localization_global
|
return localization_global
|
||||||
@ -102,6 +102,99 @@ local item = {
|
|||||||
[26]={
|
[26]={
|
||||||
["name"]="Fragmentos avanzados aleatorios",
|
["name"]="Fragmentos avanzados aleatorios",
|
||||||
["desc"]="Hay chance de obtener aleatoriamente fragmentos de héroes destacados, raros o épicos."
|
["desc"]="Hay chance de obtener aleatoriamente fragmentos de héroes destacados, raros o épicos."
|
||||||
|
},
|
||||||
|
[27]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1001]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1002]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1003]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1004]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1005]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1006]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1007]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1008]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1009]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1010]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1011]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1012]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1013]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1014]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1015]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1016]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1017]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1030]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[12001]={
|
[12001]={
|
||||||
["name"]="Fragmento de Bailarina",
|
["name"]="Fragmento de Bailarina",
|
||||||
@ -205,6 +298,6 @@ local item = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=item,count=51
|
data=item,count=82
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -28,6 +28,9 @@ local localization_global =
|
|||||||
["RATE_DESC_1"] = "Comment aimez-vous notre jeu?",
|
["RATE_DESC_1"] = "Comment aimez-vous notre jeu?",
|
||||||
["RATE_DESC_2"] = "Plus tard",
|
["RATE_DESC_2"] = "Plus tard",
|
||||||
["BATTLE_DESC_12"] = "Pas de compétence renforcée",
|
["BATTLE_DESC_12"] = "Pas de compétence renforcée",
|
||||||
|
["DISCORD_SETTING_DESC"] = "Discord",
|
||||||
|
["COMMUNITY_DESC"] = "Facebook",
|
||||||
|
["TWITTER_DESC"] = "Twitter",
|
||||||
}
|
}
|
||||||
|
|
||||||
return localization_global
|
return localization_global
|
||||||
@ -76,6 +76,99 @@ local item = {
|
|||||||
},
|
},
|
||||||
[26]={
|
[26]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[27]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1001]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1002]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1003]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1004]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1005]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1006]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1007]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1008]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1009]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1010]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1011]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1012]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1013]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1014]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1015]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1016]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1017]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1030]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[12001]={
|
[12001]={
|
||||||
|
|
||||||
@ -154,6 +247,6 @@ local item = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=item,count=51
|
data=item,count=82
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -330,6 +330,12 @@ local localization_global =
|
|||||||
["ARENA_BATTLEPASS_5"] = "Buka Pass Premium",
|
["ARENA_BATTLEPASS_5"] = "Buka Pass Premium",
|
||||||
["ARENA_BATTLEPASS_6"] = "Dapat Pass Premium, +10 level dan hadiah lainnya!",
|
["ARENA_BATTLEPASS_6"] = "Dapat Pass Premium, +10 level dan hadiah lainnya!",
|
||||||
["ARENA_BATTLEPASS_7"] = "Dapat menerima peti hadiah untuk setiap 1.000 poin setelah menyelesaikan semua konten Pass Battle Arena.",
|
["ARENA_BATTLEPASS_7"] = "Dapat menerima peti hadiah untuk setiap 1.000 poin setelah menyelesaikan semua konten Pass Battle Arena.",
|
||||||
|
["HERO_TRIAL_DESC_1"] = "Gunakan <color=#ffde35>Hero level S - Mulan</color> untuk menantang stage yang baru saja dikalahkan!",
|
||||||
|
["HERO_TRIAL_DESC_2"] = "Trial",
|
||||||
|
["HERO_TRIAL_DESC_3"] = "Mulan bergabung dalam battle",
|
||||||
|
["DISCORD_SETTING_DESC"] = "Discord",
|
||||||
|
["COMMUNITY_DESC"] = "Facebook",
|
||||||
|
["TWITTER_DESC"] = "Twitter",
|
||||||
}
|
}
|
||||||
|
|
||||||
return localization_global
|
return localization_global
|
||||||
@ -102,6 +102,99 @@ local item = {
|
|||||||
[26]={
|
[26]={
|
||||||
["name"]="Shard Premium Acak",
|
["name"]="Shard Premium Acak",
|
||||||
["desc"]="Berpeluang mendapat Shard Hero luar biasa, langka, atau epik secara acak."
|
["desc"]="Berpeluang mendapat Shard Hero luar biasa, langka, atau epik secara acak."
|
||||||
|
},
|
||||||
|
[27]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1001]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1002]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1003]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1004]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1005]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1006]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1007]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1008]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1009]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1010]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1011]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1012]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1013]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1014]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1015]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1016]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1017]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1030]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[12001]={
|
[12001]={
|
||||||
["name"]="Shard Dancer",
|
["name"]="Shard Dancer",
|
||||||
@ -205,6 +298,6 @@ local item = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=item,count=51
|
data=item,count=82
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -330,6 +330,12 @@ local localization_global =
|
|||||||
["ARENA_BATTLEPASS_5"] = "プレミアム戦令を解放する",
|
["ARENA_BATTLEPASS_5"] = "プレミアム戦令を解放する",
|
||||||
["ARENA_BATTLEPASS_6"] = "プレミアム戦令を購入すると、レベルが+10、即座に報酬を獲得できる!",
|
["ARENA_BATTLEPASS_6"] = "プレミアム戦令を購入すると、レベルが+10、即座に報酬を獲得できる!",
|
||||||
["ARENA_BATTLEPASS_7"] = "全ての闘技場戦令ミッションを達成した後、1000ポイントごとに報酬宝箱を1箱獲得できる",
|
["ARENA_BATTLEPASS_7"] = "全ての闘技場戦令ミッションを達成した後、1000ポイントごとに報酬宝箱を1箱獲得できる",
|
||||||
|
["HERO_TRIAL_DESC_1"] = "<color=#ffde35>S級ヒーロームーラン</color>を使って、挑戦失敗のステージに再度挑戦してください!",
|
||||||
|
["HERO_TRIAL_DESC_2"] = "トライアル",
|
||||||
|
["HERO_TRIAL_DESC_3"] = "ムーランで参加する",
|
||||||
|
["DISCORD_SETTING_DESC"] = "Discord",
|
||||||
|
["COMMUNITY_DESC"] = "Facebook",
|
||||||
|
["TWITTER_DESC"] = "Twitter",
|
||||||
}
|
}
|
||||||
|
|
||||||
return localization_global
|
return localization_global
|
||||||
@ -102,6 +102,99 @@ local item = {
|
|||||||
[26]={
|
[26]={
|
||||||
["name"]="ランダムのレアヒーローピース",
|
["name"]="ランダムのレアヒーローピース",
|
||||||
["desc"]="一定の確率でアンコモン、レア、またはエピックヒーローピースを入手できる。"
|
["desc"]="一定の確率でアンコモン、レア、またはエピックヒーローピースを入手できる。"
|
||||||
|
},
|
||||||
|
[27]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1001]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1002]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1003]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1004]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1005]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1006]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1007]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1008]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1009]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1010]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1011]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1012]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1013]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1014]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1015]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1016]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1017]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1030]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[12001]={
|
[12001]={
|
||||||
["name"]="ダンサーのピース",
|
["name"]="ダンサーのピース",
|
||||||
@ -205,6 +298,6 @@ local item = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=item,count=51
|
data=item,count=82
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -87,7 +87,7 @@ local skill_rogue = {
|
|||||||
["desc"]="一部のHPを<color=#3cff28>回復する</color>"
|
["desc"]="一部のHPを<color=#3cff28>回復する</color>"
|
||||||
},
|
},
|
||||||
[30]={
|
[30]={
|
||||||
["desc"]="ランダムで<color=#3cff28>5</color>つ赤以外の元素を赤に変える"
|
["desc"]="ランダムで<color=#3cff28>2</color>つ赤以外の元素を赤に変える"
|
||||||
},
|
},
|
||||||
[31]={
|
[31]={
|
||||||
["desc"]="ランダムで<color=#3cff28>3</color>つ赤以外の元素を赤に変える"
|
["desc"]="ランダムで<color=#3cff28>3</color>つ赤以外の元素を赤に変える"
|
||||||
|
|||||||
@ -330,6 +330,12 @@ local localization_global =
|
|||||||
["ARENA_BATTLEPASS_5"] = "고급 배틀 패스 잠금 해제",
|
["ARENA_BATTLEPASS_5"] = "고급 배틀 패스 잠금 해제",
|
||||||
["ARENA_BATTLEPASS_6"] = "고급 배틀 패스를 획득하고 +10 레벨, 즉시 더 많은 보상을 받으세요!",
|
["ARENA_BATTLEPASS_6"] = "고급 배틀 패스를 획득하고 +10 레벨, 즉시 더 많은 보상을 받으세요!",
|
||||||
["ARENA_BATTLEPASS_7"] = "아레나 배틀 패스의 모든 콘텐츠를 완료하면 1000포인트마다 보물 상자 하나를 받을 수 있습니다.",
|
["ARENA_BATTLEPASS_7"] = "아레나 배틀 패스의 모든 콘텐츠를 완료하면 1000포인트마다 보물 상자 하나를 받을 수 있습니다.",
|
||||||
|
["HERO_TRIAL_DESC_1"] = "맛보기로 <color=#ffde35>S레벨 영웅 뮬란</color>을 사용하여 패배한 스테이지에 다시 도전해 보세요!",
|
||||||
|
["HERO_TRIAL_DESC_2"] = "맛보기",
|
||||||
|
["HERO_TRIAL_DESC_3"] = "뮬란 전투 참가",
|
||||||
|
["DISCORD_SETTING_DESC"] = "Discord",
|
||||||
|
["COMMUNITY_DESC"] = "Facebook",
|
||||||
|
["TWITTER_DESC"] = "Twitter",
|
||||||
}
|
}
|
||||||
|
|
||||||
return localization_global
|
return localization_global
|
||||||
@ -102,6 +102,99 @@ local item = {
|
|||||||
[26]={
|
[26]={
|
||||||
["name"]="랜덤의 고급 파편",
|
["name"]="랜덤의 고급 파편",
|
||||||
["desc"]="확률적으로 랜덤의 뛰어난 영웅, 희귀 영웅 또는 에픽 영웅 파편을 얻을 수 있습니다."
|
["desc"]="확률적으로 랜덤의 뛰어난 영웅, 희귀 영웅 또는 에픽 영웅 파편을 얻을 수 있습니다."
|
||||||
|
},
|
||||||
|
[27]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1001]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1002]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1003]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1004]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1005]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1006]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1007]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1008]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1009]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1010]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1011]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1012]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1013]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1014]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1015]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1016]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1017]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1030]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[12001]={
|
[12001]={
|
||||||
["name"]="무희 파편",
|
["name"]="무희 파편",
|
||||||
@ -205,6 +298,6 @@ local item = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=item,count=51
|
data=item,count=82
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -330,6 +330,12 @@ local localization_global =
|
|||||||
["ARENA_BATTLEPASS_5"] = "Desbloquear Ordem Premium",
|
["ARENA_BATTLEPASS_5"] = "Desbloquear Ordem Premium",
|
||||||
["ARENA_BATTLEPASS_6"] = "Obtenha a Ordem de Batalha Premium, ganhe +10 níveis e receba mais recompensas de imediato!",
|
["ARENA_BATTLEPASS_6"] = "Obtenha a Ordem de Batalha Premium, ganhe +10 níveis e receba mais recompensas de imediato!",
|
||||||
["ARENA_BATTLEPASS_7"] = "Após completar todo o critério do Ordem da Arena, você pode receber um Baú de Recompensas por cada 1000 pontos.",
|
["ARENA_BATTLEPASS_7"] = "Após completar todo o critério do Ordem da Arena, você pode receber um Baú de Recompensas por cada 1000 pontos.",
|
||||||
|
["HERO_TRIAL_DESC_1"] = "Experimente desafiar a fase perdida com a <color=#ffde35>heroína S, Mulan</color>!",
|
||||||
|
["HERO_TRIAL_DESC_2"] = "Testar",
|
||||||
|
["HERO_TRIAL_DESC_3"] = "Mulan está na batalha.",
|
||||||
|
["DISCORD_SETTING_DESC"] = "Discord",
|
||||||
|
["COMMUNITY_DESC"] = "Facebook",
|
||||||
|
["TWITTER_DESC"] = "Twitter",
|
||||||
}
|
}
|
||||||
|
|
||||||
return localization_global
|
return localization_global
|
||||||
@ -102,6 +102,99 @@ local item = {
|
|||||||
[26]={
|
[26]={
|
||||||
["name"]="Fragmento Aleatório Avançado",
|
["name"]="Fragmento Aleatório Avançado",
|
||||||
["desc"]="Possibilidade aleatória de obter fragmentos de heróis excelentes, raros ou épicos."
|
["desc"]="Possibilidade aleatória de obter fragmentos de heróis excelentes, raros ou épicos."
|
||||||
|
},
|
||||||
|
[27]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1001]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1002]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1003]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1004]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1005]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1006]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1007]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1008]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1009]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1010]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1011]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1012]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1013]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1014]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1015]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1016]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1017]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1030]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[12001]={
|
[12001]={
|
||||||
["name"]="Fragmento de Dançarina",
|
["name"]="Fragmento de Dançarina",
|
||||||
@ -205,6 +298,6 @@ local item = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=item,count=51
|
data=item,count=82
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -1,6 +1,9 @@
|
|||||||
local localization_global =
|
local localization_global =
|
||||||
{
|
{
|
||||||
["COMBO_DESC"] = "Combo",
|
["COMBO_DESC"] = "Combo",
|
||||||
|
["DISCORD_SETTING_DESC"] = "Discord",
|
||||||
|
["COMMUNITY_DESC"] = "Facebook",
|
||||||
|
["TWITTER_DESC"] = "Twitter",
|
||||||
}
|
}
|
||||||
|
|
||||||
return localization_global
|
return localization_global
|
||||||
@ -76,6 +76,99 @@ local item = {
|
|||||||
},
|
},
|
||||||
[26]={
|
[26]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[27]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1001]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1002]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1003]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1004]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1005]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1006]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1007]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1008]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1009]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1010]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1011]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1012]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1013]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1014]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1015]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1016]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1017]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1030]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[12001]={
|
[12001]={
|
||||||
|
|
||||||
@ -154,6 +247,6 @@ local item = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=item,count=51
|
data=item,count=82
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -330,6 +330,12 @@ local localization_global =
|
|||||||
["ARENA_BATTLEPASS_5"] = "ปลดล็อกป้ายรบขั้นสูง",
|
["ARENA_BATTLEPASS_5"] = "ปลดล็อกป้ายรบขั้นสูง",
|
||||||
["ARENA_BATTLEPASS_6"] = "ได้รับป้ายรบขั้นสูง +10 เลเวล รับรางวัลเพิ่มเติมทันที!",
|
["ARENA_BATTLEPASS_6"] = "ได้รับป้ายรบขั้นสูง +10 เลเวล รับรางวัลเพิ่มเติมทันที!",
|
||||||
["ARENA_BATTLEPASS_7"] = "เมื่อคุณบรรลุเนื้อหาทั้งหมดของป้ายรบอารีน่า คุณจะได้รับหีบรางวัล 1 หีบสำหรับทุกๆ 1,000 คะแนน",
|
["ARENA_BATTLEPASS_7"] = "เมื่อคุณบรรลุเนื้อหาทั้งหมดของป้ายรบอารีน่า คุณจะได้รับหีบรางวัล 1 หีบสำหรับทุกๆ 1,000 คะแนน",
|
||||||
|
["HERO_TRIAL_DESC_1"] = "โปรดลองใช้<color=#ffde35>ฮีโร่ระดับ S มู่หลาน</color>ท้าทายด่านที่เพิ่งท้าทายล้มเหลว!",
|
||||||
|
["HERO_TRIAL_DESC_2"] = "ลองเล่น",
|
||||||
|
["HERO_TRIAL_DESC_3"] = "มู่หลานเข้าร่วมการต่อสู้",
|
||||||
|
["DISCORD_SETTING_DESC"] = "Discord",
|
||||||
|
["COMMUNITY_DESC"] = "Facebook",
|
||||||
|
["TWITTER_DESC"] = "Twitter",
|
||||||
}
|
}
|
||||||
|
|
||||||
return localization_global
|
return localization_global
|
||||||
@ -102,6 +102,99 @@ local item = {
|
|||||||
[26]={
|
[26]={
|
||||||
["name"]="เศษแบบสุ่มขั้นสูง",
|
["name"]="เศษแบบสุ่มขั้นสูง",
|
||||||
["desc"]="มีโอกาสที่จะได้รับเศษฮีโร่ที่ยอดเยี่ยม หายาก หรืออีพิทแบบสุ่ม"
|
["desc"]="มีโอกาสที่จะได้รับเศษฮีโร่ที่ยอดเยี่ยม หายาก หรืออีพิทแบบสุ่ม"
|
||||||
|
},
|
||||||
|
[27]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1001]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1002]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1003]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1004]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1005]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1006]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1007]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1008]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1009]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1010]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1011]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1012]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1013]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1014]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1015]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1016]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1017]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1030]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[12001]={
|
[12001]={
|
||||||
["name"]="เศษสาวเต้น",
|
["name"]="เศษสาวเต้น",
|
||||||
@ -205,6 +298,6 @@ local item = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=item,count=51
|
data=item,count=82
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -330,6 +330,12 @@ local localization_global =
|
|||||||
["ARENA_BATTLEPASS_5"] = "Mở khóa Chiến Lệnh Cao",
|
["ARENA_BATTLEPASS_5"] = "Mở khóa Chiến Lệnh Cao",
|
||||||
["ARENA_BATTLEPASS_6"] = "Nhận được Chiến Lệnh Cao, +10 cấp, nhận ngay thêm phần thưởng!",
|
["ARENA_BATTLEPASS_6"] = "Nhận được Chiến Lệnh Cao, +10 cấp, nhận ngay thêm phần thưởng!",
|
||||||
["ARENA_BATTLEPASS_7"] = "Khi bạn hoàn thành tất cả nội dung của Chiến Lệnh Đấu Trường, cứ 1000 điểm được nhận 1 Rương Thưởng",
|
["ARENA_BATTLEPASS_7"] = "Khi bạn hoàn thành tất cả nội dung của Chiến Lệnh Đấu Trường, cứ 1000 điểm được nhận 1 Rương Thưởng",
|
||||||
|
["HERO_TRIAL_DESC_1"] = "Hãy thử dùng <color=#ffde35>anh hùng S Mộc Lan</color> khiêu chiến ải vừa thua!",
|
||||||
|
["HERO_TRIAL_DESC_2"] = "Dùng thử",
|
||||||
|
["HERO_TRIAL_DESC_3"] = "Mộc Lan tham chiến",
|
||||||
|
["DISCORD_SETTING_DESC"] = "Discord",
|
||||||
|
["COMMUNITY_DESC"] = "Facebook",
|
||||||
|
["TWITTER_DESC"] = "Twitter",
|
||||||
}
|
}
|
||||||
|
|
||||||
return localization_global
|
return localization_global
|
||||||
@ -102,6 +102,99 @@ local item = {
|
|||||||
[26]={
|
[26]={
|
||||||
["name"]="Mảnh Ngẫu Nhiên Cao Cấp",
|
["name"]="Mảnh Ngẫu Nhiên Cao Cấp",
|
||||||
["desc"]="Có tỷ lệ nhận ngẫu nhiên Mảnh Anh Hùng Ưu Tú, Hiếm hoặc Sử Thi."
|
["desc"]="Có tỷ lệ nhận ngẫu nhiên Mảnh Anh Hùng Ưu Tú, Hiếm hoặc Sử Thi."
|
||||||
|
},
|
||||||
|
[27]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1001]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1002]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1003]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1004]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1005]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1006]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1007]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1008]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1009]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1010]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1011]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1012]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1013]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1014]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1015]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1016]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1017]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1030]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[12001]={
|
[12001]={
|
||||||
["name"]="Mảnh Vũ Cơ",
|
["name"]="Mảnh Vũ Cơ",
|
||||||
@ -205,6 +298,6 @@ local item = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=item,count=51
|
data=item,count=82
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -330,6 +330,12 @@ local localization_global =
|
|||||||
["ARENA_BATTLEPASS_5"] = "解鎖高級戰令",
|
["ARENA_BATTLEPASS_5"] = "解鎖高級戰令",
|
||||||
["ARENA_BATTLEPASS_6"] = "獲得高級戰令,+10級,立即獲得更多獎勵!",
|
["ARENA_BATTLEPASS_6"] = "獲得高級戰令,+10級,立即獲得更多獎勵!",
|
||||||
["ARENA_BATTLEPASS_7"] = "當你完成戰令的所有內容,之後每1000積分可以獲取一個獎勵寶箱",
|
["ARENA_BATTLEPASS_7"] = "當你完成戰令的所有內容,之後每1000積分可以獲取一個獎勵寶箱",
|
||||||
|
["HERO_TRIAL_DESC_1"] = "請試用<color=#ffde35>S級英雄木蘭</color>挑戰剛才戰敗的關卡!",
|
||||||
|
["HERO_TRIAL_DESC_2"] = "試玩",
|
||||||
|
["HERO_TRIAL_DESC_3"] = "木蘭參戰",
|
||||||
|
["DISCORD_SETTING_DESC"] = "Discord",
|
||||||
|
["COMMUNITY_DESC"] = "Facebook",
|
||||||
|
["TWITTER_DESC"] = "Twitter",
|
||||||
}
|
}
|
||||||
|
|
||||||
return localization_global
|
return localization_global
|
||||||
@ -102,6 +102,99 @@ local item = {
|
|||||||
[26]={
|
[26]={
|
||||||
["name"]="高級隨機碎片",
|
["name"]="高級隨機碎片",
|
||||||
["desc"]="有機率隨機獲得優秀,稀有或史詩英雄碎片。"
|
["desc"]="有機率隨機獲得優秀,稀有或史詩英雄碎片。"
|
||||||
|
},
|
||||||
|
[27]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1001]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1002]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1003]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1004]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1005]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1006]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1007]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1008]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1009]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1010]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1011]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1012]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1013]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1014]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1015]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1016]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1017]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[1030]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[12001]={
|
[12001]={
|
||||||
["name"]="舞孃碎片",
|
["name"]="舞孃碎片",
|
||||||
@ -205,6 +298,6 @@ local item = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=item,count=51
|
data=item,count=82
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -1,5 +1,5 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 90bf18f3ae8c9fc40aecdb4a26b78186
|
guid: df19c6d2297813746bdc70bdc31bb542
|
||||||
ScriptedImporter:
|
ScriptedImporter:
|
||||||
internalIDToNameTable: []
|
internalIDToNameTable: []
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
|
|||||||
@ -16,6 +16,7 @@ local CONST_PATHS = {
|
|||||||
SummonConst = "app/module/summon/summon_const",
|
SummonConst = "app/module/summon/summon_const",
|
||||||
MailConst = "app/module/mail/mail_const",
|
MailConst = "app/module/mail/mail_const",
|
||||||
GameSettingConst = "app/module/game_setting/game_setting_const",
|
GameSettingConst = "app/module/game_setting/game_setting_const",
|
||||||
|
CollectionConst = "app/module/collection/collection_const",
|
||||||
}
|
}
|
||||||
|
|
||||||
if EDITOR_MODE then
|
if EDITOR_MODE then
|
||||||
@ -442,6 +443,26 @@ GConst.HERO_DEC_QLT = {
|
|||||||
[7] = "frame_dec_7",
|
[7] = "frame_dec_7",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GConst.HERO_FRAME_QLT = {
|
||||||
|
[1] = "hero_frame_1",
|
||||||
|
[2] = "hero_frame_2",
|
||||||
|
[3] = "hero_frame_3",
|
||||||
|
[4] = "hero_frame_4",
|
||||||
|
[5] = "hero_frame_5",
|
||||||
|
[6] = "hero_frame_6",
|
||||||
|
[7] = "hero_frame_7",
|
||||||
|
}
|
||||||
|
|
||||||
|
GConst.HERO_FRAME_BG_QLT = {
|
||||||
|
[1] = "hero_frame_bg_1",
|
||||||
|
[2] = "hero_frame_bg_2",
|
||||||
|
[3] = "hero_frame_bg_3",
|
||||||
|
[4] = "hero_frame_bg_4",
|
||||||
|
[5] = "hero_frame_bg_5",
|
||||||
|
[6] = "hero_frame_bg_6",
|
||||||
|
[7] = "hero_frame_bg_7",
|
||||||
|
}
|
||||||
|
|
||||||
GConst.QLT_LABLE = {
|
GConst.QLT_LABLE = {
|
||||||
DEFAULT = "equip_quality_1",
|
DEFAULT = "equip_quality_1",
|
||||||
GRAY = "equip_quality_1",
|
GRAY = "equip_quality_1",
|
||||||
|
|||||||
8
lua/app/module/collect.meta
Normal file
8
lua/app/module/collect.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 11f22869e64b8de4ea9fd8c2dcfd6ef0
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
lua/app/module/collection.meta
Normal file
8
lua/app/module/collection.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ad4c8aad031f9754a962dab75f396870
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
9
lua/app/module/collection/collection_const.lua
Normal file
9
lua/app/module/collection/collection_const.lua
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
local CollectionConst = {}
|
||||||
|
|
||||||
|
CollectionConst.TYPE = {
|
||||||
|
HERO = 1,
|
||||||
|
SKIN = 2,
|
||||||
|
PET = 3,
|
||||||
|
}
|
||||||
|
|
||||||
|
return CollectionConst
|
||||||
10
lua/app/module/collection/collection_const.lua.meta
Normal file
10
lua/app/module/collection/collection_const.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 221f18fccfb8c1648a291f233b060790
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
27
lua/app/module/collection/collection_manager.lua
Normal file
27
lua/app/module/collection/collection_manager.lua
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
local CollectionManager = class("CollectionManager", BaseModule)
|
||||||
|
|
||||||
|
-- 请求领取英雄图鉴点数
|
||||||
|
function CollectionManager:reqHeroPoint(id)
|
||||||
|
self:sendMessage(ProtoMsgType.FromMsgEnum.HeroCollectionPointReq, {hero_id = id}, {}, self.rspHeroPoint)
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionManager:rspHeroPoint(result)
|
||||||
|
if result.err_code == GConst.ERROR_STR.SUCCESS then
|
||||||
|
DataManager.CollectionData:onGetedPointSuccess(GConst.CollectionConst.TYPE.HERO, result.reqData.hero_id, result.point)
|
||||||
|
EventManager:dispatchEvent(EventManager.CUSTOM_EVENT.COLLECTION_GET_POINT_SUCCESS)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 请求领取英雄图鉴奖励
|
||||||
|
function CollectionManager:reqHeroPointReward()
|
||||||
|
self:sendMessage(ProtoMsgType.FromMsgEnum.HeroCollectionUpgradeReq, {}, {}, self.rspHeroPointReward, BIReport.ITEM_GET_TYPE.COLLECTION_HERO_REWARD)
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionManager:rspHeroPointReward(result)
|
||||||
|
if result.err_code == GConst.ERROR_STR.SUCCESS then
|
||||||
|
GFunc.showRewardBox(result.rewards)
|
||||||
|
DataManager.CollectionData:onGetedPointRewardSuccess(GConst.CollectionConst.TYPE.HERO)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
return CollectionManager
|
||||||
10
lua/app/module/collection/collection_manager.lua.meta
Normal file
10
lua/app/module/collection/collection_manager.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: bd6ae0e6d35622746b493a498e360de2
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
@ -66,6 +66,8 @@ local ProtoMsgType = {
|
|||||||
[1746319121] = "IdleInfoRsp",
|
[1746319121] = "IdleInfoRsp",
|
||||||
[1751460231] = "PVPHeroesArrayReq",
|
[1751460231] = "PVPHeroesArrayReq",
|
||||||
[1751462064] = "PVPHeroesArrayRsp",
|
[1751462064] = "PVPHeroesArrayRsp",
|
||||||
|
[1870101082] = "HeroCollectionUpgradeReq",
|
||||||
|
[1870102915] = "HeroCollectionUpgradeRsp",
|
||||||
[1901321540] = "PipedReq",
|
[1901321540] = "PipedReq",
|
||||||
[2060508030] = "ChangeAvatarFrameReq",
|
[2060508030] = "ChangeAvatarFrameReq",
|
||||||
[2060509863] = "ChangeAvatarFrameRsp",
|
[2060509863] = "ChangeAvatarFrameRsp",
|
||||||
@ -132,6 +134,8 @@ local ProtoMsgType = {
|
|||||||
[3359971516] = "ChapterGoldChallengeSettlementRsp",
|
[3359971516] = "ChapterGoldChallengeSettlementRsp",
|
||||||
[3363939655] = "TaskDailyAdReq",
|
[3363939655] = "TaskDailyAdReq",
|
||||||
[3363941488] = "TaskDailyAdRsp",
|
[3363941488] = "TaskDailyAdRsp",
|
||||||
|
[3415436922] = "HeroCollectionPointReq",
|
||||||
|
[3415438755] = "HeroCollectionPointRsp",
|
||||||
[3421550443] = "GlobalGiftReq",
|
[3421550443] = "GlobalGiftReq",
|
||||||
[3421552276] = "GlobalGiftRsp",
|
[3421552276] = "GlobalGiftRsp",
|
||||||
[3421843875] = "TaskDailyRewardReq",
|
[3421843875] = "TaskDailyRewardReq",
|
||||||
@ -235,6 +239,8 @@ local ProtoMsgType = {
|
|||||||
IdleInfoRsp = 1746319121,
|
IdleInfoRsp = 1746319121,
|
||||||
PVPHeroesArrayReq = 1751460231,
|
PVPHeroesArrayReq = 1751460231,
|
||||||
PVPHeroesArrayRsp = 1751462064,
|
PVPHeroesArrayRsp = 1751462064,
|
||||||
|
HeroCollectionUpgradeReq = 1870101082,
|
||||||
|
HeroCollectionUpgradeRsp = 1870102915,
|
||||||
PipedReq = 1901321540,
|
PipedReq = 1901321540,
|
||||||
ChangeAvatarFrameReq = 2060508030,
|
ChangeAvatarFrameReq = 2060508030,
|
||||||
ChangeAvatarFrameRsp = 2060509863,
|
ChangeAvatarFrameRsp = 2060509863,
|
||||||
@ -301,6 +307,8 @@ local ProtoMsgType = {
|
|||||||
ChapterGoldChallengeSettlementRsp = 3359971516,
|
ChapterGoldChallengeSettlementRsp = 3359971516,
|
||||||
TaskDailyAdReq = 3363939655,
|
TaskDailyAdReq = 3363939655,
|
||||||
TaskDailyAdRsp = 3363941488,
|
TaskDailyAdRsp = 3363941488,
|
||||||
|
HeroCollectionPointReq = 3415436922,
|
||||||
|
HeroCollectionPointRsp = 3415438755,
|
||||||
GlobalGiftReq = 3421550443,
|
GlobalGiftReq = 3421550443,
|
||||||
GlobalGiftRsp = 3421552276,
|
GlobalGiftRsp = 3421552276,
|
||||||
TaskDailyRewardReq = 3421843875,
|
TaskDailyRewardReq = 3421843875,
|
||||||
@ -404,6 +412,8 @@ local ProtoMsgType = {
|
|||||||
IdleInfoRsp = "IdleInfoRsp",
|
IdleInfoRsp = "IdleInfoRsp",
|
||||||
PVPHeroesArrayReq = "PVPHeroesArrayReq",
|
PVPHeroesArrayReq = "PVPHeroesArrayReq",
|
||||||
PVPHeroesArrayRsp = "PVPHeroesArrayRsp",
|
PVPHeroesArrayRsp = "PVPHeroesArrayRsp",
|
||||||
|
HeroCollectionUpgradeReq = "HeroCollectionUpgradeReq",
|
||||||
|
HeroCollectionUpgradeRsp = "HeroCollectionUpgradeRsp",
|
||||||
PipedReq = "PipedReq",
|
PipedReq = "PipedReq",
|
||||||
ChangeAvatarFrameReq = "ChangeAvatarFrameReq",
|
ChangeAvatarFrameReq = "ChangeAvatarFrameReq",
|
||||||
ChangeAvatarFrameRsp = "ChangeAvatarFrameRsp",
|
ChangeAvatarFrameRsp = "ChangeAvatarFrameRsp",
|
||||||
@ -470,6 +480,8 @@ local ProtoMsgType = {
|
|||||||
ChapterGoldChallengeSettlementRsp = "ChapterGoldChallengeSettlementRsp",
|
ChapterGoldChallengeSettlementRsp = "ChapterGoldChallengeSettlementRsp",
|
||||||
TaskDailyAdReq = "TaskDailyAdReq",
|
TaskDailyAdReq = "TaskDailyAdReq",
|
||||||
TaskDailyAdRsp = "TaskDailyAdRsp",
|
TaskDailyAdRsp = "TaskDailyAdRsp",
|
||||||
|
HeroCollectionPointReq = "HeroCollectionPointReq",
|
||||||
|
HeroCollectionPointRsp = "HeroCollectionPointRsp",
|
||||||
GlobalGiftReq = "GlobalGiftReq",
|
GlobalGiftReq = "GlobalGiftReq",
|
||||||
GlobalGiftRsp = "GlobalGiftRsp",
|
GlobalGiftRsp = "GlobalGiftRsp",
|
||||||
TaskDailyRewardReq = "TaskDailyRewardReq",
|
TaskDailyRewardReq = "TaskDailyRewardReq",
|
||||||
|
|||||||
8
lua/app/ui/collect.meta
Normal file
8
lua/app/ui/collect.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c56c88e137c922f48a8bc2472bc0186c
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
lua/app/ui/collection.meta
Normal file
8
lua/app/ui/collection.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 1726806ea8c73cd40b698682913da137
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
lua/app/ui/collection/cell.meta
Normal file
8
lua/app/ui/collection/cell.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5bff7037a20c37b428f586d9f0e3d53c
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
74
lua/app/ui/collection/cell/collection_hero_cell.lua
Normal file
74
lua/app/ui/collection/cell/collection_hero_cell.lua
Normal file
@ -0,0 +1,74 @@
|
|||||||
|
local CollectionHeroCell = class("CollectionHeroCell", BaseCell)
|
||||||
|
|
||||||
|
function CollectionHeroCell:init()
|
||||||
|
local uiMap = self:getUIMap()
|
||||||
|
self.imgQlt = uiMap["collection_hero_cell.img_qlt"]
|
||||||
|
self.imgType = uiMap["collection_hero_cell.img_qlt.img_type"]
|
||||||
|
self.txLevel = uiMap["collection_hero_cell.tx_level"]
|
||||||
|
self.txName = uiMap["collection_hero_cell.tx_name"]
|
||||||
|
self.txMax = uiMap["collection_hero_cell.tx_max"]
|
||||||
|
self.btnCollect = uiMap["collection_hero_cell.btn_collect"]
|
||||||
|
self.imgIcon = uiMap["collection_hero_cell.btn_collect.img_icon"]
|
||||||
|
self.txValue = uiMap["collection_hero_cell.btn_collect.tx_value"]
|
||||||
|
self.spineRoot = uiMap["collection_hero_cell.spine_root.spine_hero"]
|
||||||
|
|
||||||
|
self.btnCollect:addClickListener(function()
|
||||||
|
if DataManager.CollectionData:getCanCollectPoint(GConst.CollectionConst.TYPE.HERO, self.heroData.id) > 0 then
|
||||||
|
ModuleManager.CollectionManager:reqHeroPoint(self.heroData.id)
|
||||||
|
EventManager:dispatchEvent(EventManager.CUSTOM_EVENT.COLLECTION_CLICK_GET_POINT, self.imgIcon:getPosition())
|
||||||
|
else
|
||||||
|
GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.BATTLE_DESC_8))
|
||||||
|
end
|
||||||
|
end)
|
||||||
|
self:bind(DataManager.CollectionData, "dirtyHero", function()
|
||||||
|
self:refreshCollectPoint()
|
||||||
|
end)
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionHeroCell:refresh(data)
|
||||||
|
self.heroData = data
|
||||||
|
local entity = DataManager.HeroData:getHeroById(self.heroData.id)
|
||||||
|
|
||||||
|
if self.spineHero then
|
||||||
|
self.spineHero:destroy()
|
||||||
|
self.spineHero = nil
|
||||||
|
end
|
||||||
|
SpineManager:loadHeroAsync(entity:getModelId(), self.spineRoot, function(spineObject)
|
||||||
|
spineObject:setDefaultMix(0)
|
||||||
|
self.spineHero = spineObject
|
||||||
|
end)
|
||||||
|
self.baseObject:setSprite(GConst.ATLAS_PATH.HERO, GConst.HERO_FRAME_QLT[self.heroData.qlt])
|
||||||
|
self.imgQlt:setSprite(GConst.ATLAS_PATH.HERO, GConst.HERO_FRAME_BG_QLT[self.heroData.qlt])
|
||||||
|
self.imgType:setSprite(GConst.ATLAS_PATH.ICON_HERO, GConst.HeroConst.MATCH_ICON_NAME[self.heroData.position])
|
||||||
|
self.txName:setText(ModuleManager.HeroManager:getHeroName(self.heroData.id))
|
||||||
|
local heroEntity = DataManager.HeroData:getHeroById(self.heroData.id)
|
||||||
|
if heroEntity then
|
||||||
|
self.txLevel:setText(I18N:getGlobalText(I18N.GlobalConst.HERO_DESC_1, heroEntity:getLv()))
|
||||||
|
else
|
||||||
|
self.txLevel:setText(I18N:getGlobalText(I18N.GlobalConst.HERO_DESC_1, 0))
|
||||||
|
end
|
||||||
|
self.txMax:setVisible(heroEntity and heroEntity:isMaxLv())
|
||||||
|
self.txMax:setText(I18N:getGlobalText(I18N.GlobalConst.COLLECTION_DESC_2))
|
||||||
|
|
||||||
|
self:refreshCollectPoint()
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 刷新收集点数状态
|
||||||
|
function CollectionHeroCell:refreshCollectPoint()
|
||||||
|
local canGetValue = DataManager.CollectionData:getCanCollectPoint(GConst.CollectionConst.TYPE.HERO, self.heroData.id)
|
||||||
|
local heroEntity = DataManager.HeroData:getHeroById(self.heroData.id)
|
||||||
|
if canGetValue > 0 then
|
||||||
|
self.txValue:setText("+" .. canGetValue)
|
||||||
|
self.txLevel:setText("<color=#FCFF13>"..I18N:getGlobalText(I18N.GlobalConst.HERO_DESC_1, heroEntity:getLv()).."</color>")
|
||||||
|
GFunc.getShakeSeq(self.txLevel, false, 1, true)
|
||||||
|
self.btnCollect:setSprite(GConst.ATLAS_PATH.COMMON, "common_btn_green_3")
|
||||||
|
else
|
||||||
|
self.txValue:setText("+" .. heroEntity:getCollectionPoint())
|
||||||
|
self.txLevel:setText(I18N:getGlobalText(I18N.GlobalConst.HERO_DESC_1, heroEntity:getLv()))
|
||||||
|
GFunc.getShakeSeq(self.txLevel, true)
|
||||||
|
self.btnCollect:setSprite(GConst.ATLAS_PATH.COMMON, "common_btn_grey_3")
|
||||||
|
end
|
||||||
|
GFunc.centerTxAndImg(self.txValue, self.imgIcon, 2)
|
||||||
|
end
|
||||||
|
|
||||||
|
return CollectionHeroCell
|
||||||
10
lua/app/ui/collection/cell/collection_hero_cell.lua.meta
Normal file
10
lua/app/ui/collection/cell/collection_hero_cell.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ae283986db9430a4c93e36cf10c35276
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
59
lua/app/ui/collection/cell/collection_reward_cell.lua
Normal file
59
lua/app/ui/collection/cell/collection_reward_cell.lua
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
local CollectionRewardCell = class("CollectionRewardCell", BaseCell)
|
||||||
|
|
||||||
|
function CollectionRewardCell:init()
|
||||||
|
local uiMap = self:getUIMap()
|
||||||
|
|
||||||
|
self.imgProg = uiMap["collection_reward_cell.progress.img_prog"]:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER)
|
||||||
|
self.txValue = uiMap["collection_reward_cell.progress.tx_value"]
|
||||||
|
self.txDesc = uiMap["collection_reward_cell.reward_info.tx_desc"]
|
||||||
|
self.maskReward = uiMap["collection_reward_cell.reward_info.mask"]
|
||||||
|
self.tagProg = uiMap["collection_reward_cell.cur_prog"]
|
||||||
|
self.imgTag = uiMap["collection_reward_cell.cur_prog.img_icon"]
|
||||||
|
self.txTag = uiMap["collection_reward_cell.cur_prog.tx_value"]
|
||||||
|
self.rewards = {}
|
||||||
|
for i = 1, 4 do
|
||||||
|
table.insert(self.rewards, uiMap["collect_reward_cell.reward_info.rewards.reward_cell_" .. i]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.REWARD_CELL))
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionRewardCell:refresh(type, id)
|
||||||
|
local curPoint = DataManager.CollectionData:getCurCollectPoint(type)
|
||||||
|
local rewardList = DataManager.CollectionData:getRewardList(type)[id]
|
||||||
|
self.txValue:setText(rewardList.point)
|
||||||
|
self.txTag:setText(curPoint)
|
||||||
|
|
||||||
|
local prog = DataManager.CollectionData:getRewardTargetProgress(type, id)
|
||||||
|
if DataManager.CollectionData:getCurTargetId(type) == id then
|
||||||
|
self.imgProg.value = prog
|
||||||
|
self.tagProg:setVisible(true)
|
||||||
|
-- 高度超框处理
|
||||||
|
local rootHeight = self.baseObject:fastGetSizeDeltaY()
|
||||||
|
local posY = rootHeight * prog
|
||||||
|
|
||||||
|
if id == 1 or id == #DataManager.CollectionData:getRewardList(type) then
|
||||||
|
local tagHeight = self.tagProg:fastGetSizeDeltaY()
|
||||||
|
if posY < tagHeight / 2 then
|
||||||
|
posY = tagHeight / 2
|
||||||
|
end
|
||||||
|
end
|
||||||
|
self.tagProg:setAnchoredPositionY(posY)
|
||||||
|
else
|
||||||
|
self.imgProg.value = prog
|
||||||
|
self.tagProg:setVisible(false)
|
||||||
|
end
|
||||||
|
|
||||||
|
if DataManager.CollectionData:isRewardReceived(type, id) then
|
||||||
|
self.maskReward:setVisible(false)
|
||||||
|
self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.COLLECTION_DESC_5))
|
||||||
|
else
|
||||||
|
self.maskReward:setVisible(true)
|
||||||
|
self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.COLLECTION_DESC_6))
|
||||||
|
end
|
||||||
|
for idx, reward in pairs(self.rewards) do
|
||||||
|
reward:refreshByConfig(rewardList.reward[idx])
|
||||||
|
end
|
||||||
|
|
||||||
|
GFunc.centerImgAndTx(self.imgTag, self.txTag, 5)
|
||||||
|
end
|
||||||
|
|
||||||
|
return CollectionRewardCell
|
||||||
10
lua/app/ui/collection/cell/collection_reward_cell.lua.meta
Normal file
10
lua/app/ui/collection/cell/collection_reward_cell.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 2cc9b8daf8ade214ab8c02d7747555e4
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
59
lua/app/ui/collection/collection_reward_ui.lua
Normal file
59
lua/app/ui/collection/collection_reward_ui.lua
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
local CollectionRewardUI = class("CollectionRewardUI", BaseUI)
|
||||||
|
|
||||||
|
function CollectionRewardUI:isFullScreen()
|
||||||
|
return true
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionRewardUI:showCommonBG()
|
||||||
|
return false
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionRewardUI:getPrefabPath()
|
||||||
|
return "assets/prefabs/ui/collection/collection_reward_ui.prefab"
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionRewardUI:onPressBackspace()
|
||||||
|
self:closeUI()
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionRewardUI:ctor(params)
|
||||||
|
self.collectType = params
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionRewardUI:onCover()
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionRewardUI:onReshow()
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionRewardUI:onClose()
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionRewardUI:onLoadRootComplete()
|
||||||
|
local uiMap = self.root:genAllChildren()
|
||||||
|
|
||||||
|
self.scrollrectComp = uiMap["collect_reward_ui.scrollrect"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.SCROLL_RECT_BASE)
|
||||||
|
uiMap["collect_reward_ui.banner.btn_close"]:addClickListener(function()
|
||||||
|
self:closeUI()
|
||||||
|
end)
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionRewardUI:onRefresh()
|
||||||
|
local datas = DataManager.CollectionData:getRewardList(self.collectType)
|
||||||
|
self.scrollrectComp:addInitCallback(function()
|
||||||
|
return "app/ui/collection/cell/collection_reward_cell"
|
||||||
|
end)
|
||||||
|
self.scrollrectComp:addRefreshCallback(function(index, cell)
|
||||||
|
cell:refresh(self.collectType, #datas - index + 1)
|
||||||
|
end)
|
||||||
|
self.scrollrectComp:clearCells()
|
||||||
|
self.scrollrectComp:refillCells(#datas)
|
||||||
|
local selectIdx = DataManager.CollectionData:getCurTargetId(self.collectType)
|
||||||
|
selectIdx = #datas - selectIdx + 1
|
||||||
|
if selectIdx - 2 >= 0 then
|
||||||
|
selectIdx = selectIdx - 2
|
||||||
|
end
|
||||||
|
self.scrollrectComp:moveToIndex(selectIdx)
|
||||||
|
end
|
||||||
|
|
||||||
|
return CollectionRewardUI
|
||||||
10
lua/app/ui/collection/collection_reward_ui.lua.meta
Normal file
10
lua/app/ui/collection/collection_reward_ui.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 9cac2676e7e230540b6a03223d6b8b44
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
166
lua/app/ui/collection/collection_ui.lua
Normal file
166
lua/app/ui/collection/collection_ui.lua
Normal file
@ -0,0 +1,166 @@
|
|||||||
|
local CollectionUI = class("CollectionUI", BaseUI)
|
||||||
|
|
||||||
|
function CollectionUI:isFullScreen()
|
||||||
|
return true
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionUI:showCommonBG()
|
||||||
|
return false
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionUI:getPrefabPath()
|
||||||
|
return "assets/prefabs/ui/collection/collection_ui.prefab"
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionUI:onPressBackspace()
|
||||||
|
self:closeUI()
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionUI:ctor(params)
|
||||||
|
self.collectType = params
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionUI:onCover()
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionUI:onReshow()
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionUI:onClose()
|
||||||
|
if self.animFly then
|
||||||
|
self.animFly:Kill()
|
||||||
|
self.animFly = nil
|
||||||
|
end
|
||||||
|
if self.showRewardNodeSid then
|
||||||
|
self:unscheduleGlobal(self.showRewardNodeSid)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionUI:onLoadRootComplete()
|
||||||
|
local uiMap = self.root:genAllChildren()
|
||||||
|
|
||||||
|
self.txTitle = uiMap["collect_ui.tx_title"]
|
||||||
|
self.btnHelp = uiMap["collect_ui.tx_title.btn_help"]
|
||||||
|
self.btnClose = uiMap["collect_ui.banner.btn_close"]
|
||||||
|
self.scrollrectComp = uiMap["collect_ui.scrollrect"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.SCROLL_RECT_BASE)
|
||||||
|
self.rewardsNode = uiMap["collection_ui.rewards"]
|
||||||
|
self.btnRewards = uiMap["collection_ui.rewards.point.btn_rewards"]
|
||||||
|
self.txTotalValue = uiMap["collect_ui.rewards.btn_rewards.tx_total"]
|
||||||
|
self.btnGet = uiMap["collection_ui.rewards.btn_get"]
|
||||||
|
self.imgGet = uiMap["collection_ui.rewards.btn_get.img_icon"]
|
||||||
|
self.txGet = uiMap["collection_ui.rewards.btn_get.tx_get"]
|
||||||
|
self.txDesc = uiMap["collect_ui.rewards.tx_desc"]
|
||||||
|
self.txStage = uiMap["collect_ui.rewards.tx_stage"]
|
||||||
|
self.imgProg = uiMap["collect_ui.rewards.prog.img_prog"]:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER)
|
||||||
|
self.flyEndTarget = uiMap["collection_ui.rewards.point"]
|
||||||
|
self.flyIcon = uiMap["collection_ui.fly_icon"]
|
||||||
|
|
||||||
|
self.txTitle:setText(I18N:getGlobalText(I18N.GlobalConst.COLLECTION_DESC_1))
|
||||||
|
|
||||||
|
self.btnRewards:addClickListener(function()
|
||||||
|
UIManager:showUI("app/ui/collection/collection_reward_ui", self.collectType)
|
||||||
|
end)
|
||||||
|
self.btnGet:addClickListener(function()
|
||||||
|
ModuleManager.CollectionManager:reqHeroPointReward()
|
||||||
|
end)
|
||||||
|
self.btnClose:addClickListener(function()
|
||||||
|
self:closeUI()
|
||||||
|
end)
|
||||||
|
self.btnHelp:addClickListener(function()
|
||||||
|
local params = {
|
||||||
|
type = GConst.TipsConst.HELP_TIPS_TYPE.ARENA,
|
||||||
|
title = I18N:getGlobalText(I18N.GlobalConst.COLLECTION_DESC_11),
|
||||||
|
desc = I18N:getGlobalText(I18N.GlobalConst.COLLECTION_DESC_7),
|
||||||
|
}
|
||||||
|
ModuleManager.TipsManager:showHelpTips(params)
|
||||||
|
end)
|
||||||
|
self:bind(DataManager.CollectionData, "dirtyHero", function()
|
||||||
|
self:refreshCollectPoint()
|
||||||
|
self:showFlyAnim()
|
||||||
|
end)
|
||||||
|
self:addEventListener(EventManager.CUSTOM_EVENT.COLLECTION_CLICK_GET_POINT, function(pos)
|
||||||
|
self.flyFromPos = pos
|
||||||
|
end)
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionUI:onRefresh()
|
||||||
|
self:showCollectList()
|
||||||
|
self:refreshCollectPoint()
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionUI:showCollectList()
|
||||||
|
local datas = DataManager.CollectionData:getCollectList(self.collectType)
|
||||||
|
self.scrollrectComp:addInitCallback(function()
|
||||||
|
return "app/ui/collection/cell/collection_hero_cell"
|
||||||
|
end)
|
||||||
|
self.scrollrectComp:addRefreshCallback(function(index, cell)
|
||||||
|
cell:refresh(datas[index])
|
||||||
|
end)
|
||||||
|
self.scrollrectComp:clearCells()
|
||||||
|
self.scrollrectComp:refillCells(#datas)
|
||||||
|
self.flyIcon:setActive(false)
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 刷新收集点数状态
|
||||||
|
function CollectionUI:refreshCollectPoint()
|
||||||
|
local showId = DataManager.CollectionData:getCanGetOrCollectingTargetId(self.collectType)
|
||||||
|
-- Logger.logHighlight("展示档位:"..showId)
|
||||||
|
if showId then
|
||||||
|
local target = DataManager.CollectionData:getTargetPoint(self.collectType, showId)
|
||||||
|
local owned = DataManager.CollectionData:getTargetOwnedPoint(self.collectType, showId)
|
||||||
|
self.txStage:setText(owned.."/"..target)
|
||||||
|
self.imgProg.value = owned / target
|
||||||
|
if DataManager.CollectionData:isMeetTargetPoint(self.collectType, showId) then
|
||||||
|
-- 可领取
|
||||||
|
self.txGet:setText(I18N:getGlobalText(I18N.GlobalConst.BTN_CLAIM))
|
||||||
|
self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.COLLECTION_DESC_9))
|
||||||
|
self.imgGet:setSprite(GConst.ATLAS_PATH.HERO, "hero_dec_7")
|
||||||
|
self.btnGet:setSprite(GConst.ATLAS_PATH.COMMON, "common_btn_green_2")
|
||||||
|
self.btnGet:setTouchEnable(true)
|
||||||
|
else
|
||||||
|
-- 进行中
|
||||||
|
self.txGet:setText(I18N:getGlobalText(I18N.GlobalConst.COLLECTION_DESC_3))
|
||||||
|
self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.COLLECTION_DESC_4, target - owned))
|
||||||
|
self.imgGet:setSprite(GConst.ATLAS_PATH.HERO, "hero_dec_8")
|
||||||
|
self.btnGet:setSprite(GConst.ATLAS_PATH.COMMON, "common_btn_grey_2")
|
||||||
|
self.btnGet:setTouchEnable(false)
|
||||||
|
end
|
||||||
|
else
|
||||||
|
-- 已全部领完所有目标
|
||||||
|
self.txGet:setText(I18N:getGlobalText(I18N.GlobalConst.BTN_CLAIM))
|
||||||
|
self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.COLLECTION_DESC_8))
|
||||||
|
self.btnGet:setSprite(GConst.ATLAS_PATH.COMMON, "common_btn_grey_2")
|
||||||
|
self.btnGet:setTouchEnable(false)
|
||||||
|
end
|
||||||
|
|
||||||
|
local total = DataManager.CollectionData:getTotalCollectPoint(self.collectType)
|
||||||
|
local cur = DataManager.CollectionData:getCurCollectPoint(self.collectType)
|
||||||
|
self.txTotalValue:setText(cur.."/"..total)
|
||||||
|
|
||||||
|
GFunc.centerImgAndTx(self.imgGet, self.txGet, 5)
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionUI:showFlyAnim()
|
||||||
|
if not self.flyFromPos then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
|
self.flyIcon:setLocalScale(0.4, 0.4, 0.4)
|
||||||
|
self.flyIcon:setPosition(self.flyFromPos.x, self.flyFromPos.y, self.flyFromPos.z)
|
||||||
|
self.flyIcon:setActive(true)
|
||||||
|
if self.animFly then
|
||||||
|
self.animFly:Kill()
|
||||||
|
self.animFly = nil
|
||||||
|
end
|
||||||
|
self.animFly = self.root:createBindTweenSequence()
|
||||||
|
self.animFly:Insert(0, self.flyIcon:getTransform():DOScale(0.8, 0.2))
|
||||||
|
self.animFly:Insert(0.2, self.flyIcon:getTransform():DOMove(self.flyEndTarget:getPosition(), 1))
|
||||||
|
self.animFly:Insert(0.4, self.flyIcon:getTransform():DOScale(0.4, 0.4))
|
||||||
|
self.animFly:OnComplete(function()
|
||||||
|
self.flyIcon:setActive(false)
|
||||||
|
self.flyFromPos = nil
|
||||||
|
self.animFly = nil
|
||||||
|
end)
|
||||||
|
end
|
||||||
|
|
||||||
|
return CollectionUI
|
||||||
10
lua/app/ui/collection/collection_ui.lua.meta
Normal file
10
lua/app/ui/collection/collection_ui.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 7a787b40463f3c044b751be6d9d268a0
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
@ -50,6 +50,12 @@ function HeroComp:init()
|
|||||||
self.largeHeroCell:getBaseObject():setAnchoredPositionX(OUT_SCREEN_X)
|
self.largeHeroCell:getBaseObject():setAnchoredPositionX(OUT_SCREEN_X)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
self.btnCollection = self.uiMap["hero_ui.btn_collect"]
|
||||||
|
self.btnCollection:addClickListener(function()
|
||||||
|
UIManager:showUI("app/ui/collection/collection_ui", GConst.CollectionConst.TYPE.HERO)
|
||||||
|
end)
|
||||||
|
self.uiMap["hero_ui.btn_collect.tx_collect"]:setText(I18N:getGlobalText(I18N.GlobalConst.COLLECTION_DESC_10))
|
||||||
|
|
||||||
for index, obj in ipairs(self.heroNodeList) do
|
for index, obj in ipairs(self.heroNodeList) do
|
||||||
obj:addClickListener(function()
|
obj:addClickListener(function()
|
||||||
local heroId = self.curFormation[index]
|
local heroId = self.curFormation[index]
|
||||||
@ -85,6 +91,7 @@ function HeroComp:refreshStageFormation()
|
|||||||
self.txTitle:setText(I18N:getGlobalText(I18N.GlobalConst.MAIN_BTN_2))
|
self.txTitle:setText(I18N:getGlobalText(I18N.GlobalConst.MAIN_BTN_2))
|
||||||
self.rimgTopBG:setTexture("assets/arts/textures/background/hero/hero_bg_1.png")
|
self.rimgTopBG:setTexture("assets/arts/textures/background/hero/hero_bg_1.png")
|
||||||
self.curFormation = DataManager.FormationData:getStageFormation()
|
self.curFormation = DataManager.FormationData:getStageFormation()
|
||||||
|
self.btnCollection:setVisible(DataManager.CollectionData:isOpen(GConst.CollectionConst.TYPE.HERO))
|
||||||
|
|
||||||
self.onClickUseFunc = function(id, type)
|
self.onClickUseFunc = function(id, type)
|
||||||
ModuleManager.FormationManager:upHeroToStageFormation(id, type)
|
ModuleManager.FormationManager:upHeroToStageFormation(id, type)
|
||||||
@ -98,6 +105,7 @@ function HeroComp:refreshArenaFightFormation()
|
|||||||
self.txTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_DESC_10))
|
self.txTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_DESC_10))
|
||||||
self.rimgTopBG:setTexture("assets/arts/textures/background/arena/arena_bg_2.png")
|
self.rimgTopBG:setTexture("assets/arts/textures/background/arena/arena_bg_2.png")
|
||||||
self.curFormation = DataManager.FormationData:getArenaAttackFormation()
|
self.curFormation = DataManager.FormationData:getArenaAttackFormation()
|
||||||
|
self.btnCollection:setVisible(false)
|
||||||
|
|
||||||
self.onClickUseFunc = function(id, type)
|
self.onClickUseFunc = function(id, type)
|
||||||
DataManager.FormationData:upHeroToFormation(self.battleType, type, id)
|
DataManager.FormationData:upHeroToFormation(self.battleType, type, id)
|
||||||
@ -112,6 +120,7 @@ function HeroComp:refreshArenaDefendFormation()
|
|||||||
self.txTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_DESC_9))
|
self.txTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_DESC_9))
|
||||||
self.rimgTopBG:setTexture("assets/arts/textures/background/arena/arena_bg_2.png")
|
self.rimgTopBG:setTexture("assets/arts/textures/background/arena/arena_bg_2.png")
|
||||||
self.curFormation = DataManager.FormationData:getArenaDefendFormation()
|
self.curFormation = DataManager.FormationData:getArenaDefendFormation()
|
||||||
|
self.btnCollection:setVisible(false)
|
||||||
|
|
||||||
self.onClickUseFunc = function(id, type)
|
self.onClickUseFunc = function(id, type)
|
||||||
DataManager.FormationData:upHeroToFormation(self.battleType, type, id)
|
DataManager.FormationData:upHeroToFormation(self.battleType, type, id)
|
||||||
|
|||||||
8
lua/app/userdata/collect.meta
Normal file
8
lua/app/userdata/collect.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: efb0d3e8c0cc1c74fbac7623ffa7ae82
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
lua/app/userdata/collection.meta
Normal file
8
lua/app/userdata/collection.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0ebe91bd05891a14f8a14e71e85ada09
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
92
lua/app/userdata/collection/collection_base_entity.lua
Normal file
92
lua/app/userdata/collection/collection_base_entity.lua
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
local CollectionBaseEntity = class("CollectionBaseEntity", BaseData)
|
||||||
|
|
||||||
|
-- 需要继承重写的部分 ***********************************************************
|
||||||
|
|
||||||
|
-- 初始化服务器数据
|
||||||
|
function CollectionBaseEntity:init(data)
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取当前收集值
|
||||||
|
function CollectionBaseEntity:getCurCollectPoint()
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取当前已领取奖励图鉴等级
|
||||||
|
function CollectionBaseEntity:getCurCollectLevel()
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取总收集值
|
||||||
|
function CollectionBaseEntity:getTotalCollectPoint()
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取收集目标列表
|
||||||
|
function CollectionBaseEntity:getCollectList()
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取收集奖励列表
|
||||||
|
function CollectionBaseEntity:getRewardList()
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取当前所在档位id
|
||||||
|
function CollectionBaseEntity:getCurTargetId()
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取档位的总目标值
|
||||||
|
function CollectionBaseEntity:getGearTotalValue(id)
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取当前收集值在档位的值
|
||||||
|
function CollectionBaseEntity:getGearTotalValue(id)
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取奖励档位收集进度
|
||||||
|
function CollectionBaseEntity:getRewardTargetProgress(id)
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取当前可领奖or正在进行中的目标
|
||||||
|
function CollectionBaseEntity:getCanGetOrCollectingTargetId()
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取收集目标点数
|
||||||
|
function CollectionBaseEntity:getTargetPoint(id)
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取基于目标收集点数的当前收集值
|
||||||
|
function CollectionBaseEntity:getTargetOwnedPoint(id)
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取可领取收集值
|
||||||
|
function CollectionBaseEntity:getCanCollectPoint()
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 奖励是否已领取
|
||||||
|
function CollectionBaseEntity:isRewardReceived(id)
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 是否满足奖励领取条件
|
||||||
|
function CollectionBaseEntity:isMeetTargetPoint(id)
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 领取收集点数成功
|
||||||
|
function CollectionBaseEntity:onGetedPointSuccess(id, point)
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 领取图鉴奖励成功
|
||||||
|
function CollectionBaseEntity:onGetedPointRewardSuccess()
|
||||||
|
end
|
||||||
|
|
||||||
|
return CollectionBaseEntity
|
||||||
10
lua/app/userdata/collection/collection_base_entity.lua.meta
Normal file
10
lua/app/userdata/collection/collection_base_entity.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b390f1e69773bbc4b8a6c84deb1fe030
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
143
lua/app/userdata/collection/collection_data.lua
Normal file
143
lua/app/userdata/collection/collection_data.lua
Normal file
@ -0,0 +1,143 @@
|
|||||||
|
local CollectionData = class("CollectionData", BaseData)
|
||||||
|
|
||||||
|
function CollectionData:ctor()
|
||||||
|
self.data.dirtyHero = false
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionData:clear()
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionData:init(data)
|
||||||
|
data = data or GConst.EMPTY_TABLE
|
||||||
|
|
||||||
|
self:initCollectHero(data.hero)
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 初始化英雄图鉴数据
|
||||||
|
function CollectionData:initCollectHero(data)
|
||||||
|
if data == nil then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
|
if EDITOR_MODE then
|
||||||
|
Logger.logHighlight("更新英雄图鉴数据")
|
||||||
|
Logger.printTable(data)
|
||||||
|
end
|
||||||
|
|
||||||
|
self:initAllDataClass()
|
||||||
|
self.datas[GConst.CollectionConst.TYPE.HERO] = data
|
||||||
|
self.dataCollects[GConst.CollectionConst.TYPE.HERO]:init(data)
|
||||||
|
self:setDirty(GConst.CollectionConst.TYPE.HERO)
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 初始化所有图鉴数据类
|
||||||
|
function CollectionData:initAllDataClass()
|
||||||
|
if self.dataCollects == nil then
|
||||||
|
self.dataCollects = {}
|
||||||
|
self.dataCollects[GConst.CollectionConst.TYPE.HERO] = require "app/userdata/collection/collection_hero_entity":create()
|
||||||
|
end
|
||||||
|
if self.datas == nil then
|
||||||
|
self.datas = {}
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionData:setDirty(type)
|
||||||
|
if type == GConst.CollectionConst.TYPE.HERO then
|
||||||
|
self.data.dirtyHero = not self.data.dirtyHero
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionData:isOpen(type)
|
||||||
|
if not ModuleManager:getIsOpen(ModuleManager.MODULE_KEY.COLLECT, true) then
|
||||||
|
return false
|
||||||
|
end
|
||||||
|
if type and (not self.datas or not self.datas[type]) then
|
||||||
|
return false
|
||||||
|
end
|
||||||
|
return true
|
||||||
|
end
|
||||||
|
|
||||||
|
function CollectionData:getCollectEntity(type)
|
||||||
|
return self.dataCollects[type]
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取当前收集值
|
||||||
|
function CollectionData:getCurCollectPoint(type)
|
||||||
|
return self.dataCollects[type]:getCurCollectPoint()
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取当前已领取奖励图鉴等级
|
||||||
|
function CollectionData:getCurCollectLevel(type)
|
||||||
|
return self.dataCollects[type]:getCurCollectLevel()
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取总收集值
|
||||||
|
function CollectionData:getTotalCollectPoint(type)
|
||||||
|
return self.dataCollects[type]:getTotalCollectPoint()
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取收集目标列表
|
||||||
|
function CollectionData:getCollectList(type)
|
||||||
|
return self.dataCollects[type]:getCollectList()
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取收集奖励列表
|
||||||
|
function CollectionData:getRewardList(type)
|
||||||
|
return self.dataCollects[type]:getRewardList()
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取当前所在档位id
|
||||||
|
function CollectionData:getCurTargetId(type)
|
||||||
|
return self.dataCollects[type]:getCurTargetId()
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取奖励档位收集进度
|
||||||
|
function CollectionData:getRewardTargetProgress(type, id)
|
||||||
|
return self.dataCollects[type]:getRewardTargetProgress(id)
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取当前可领奖or正在进行中的目标
|
||||||
|
function CollectionData:getCanGetOrCollectingTargetId(type)
|
||||||
|
return self.dataCollects[type]:getCanGetOrCollectingTargetId()
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取收集目标点数
|
||||||
|
function CollectionData:getTargetPoint(type, id)
|
||||||
|
return self.dataCollects[type]:getTargetPoint(id)
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取基于目标收集点数的当前收集值
|
||||||
|
function CollectionData:getTargetOwnedPoint(type, id)
|
||||||
|
return self.dataCollects[type]:getTargetOwnedPoint(id)
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取可领取收集值
|
||||||
|
function CollectionData:getCanCollectPoint(type, id)
|
||||||
|
return self.dataCollects[type]:getCanCollectPoint(id)
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 奖励是否已领取
|
||||||
|
function CollectionData:isRewardReceived(type, id)
|
||||||
|
return self.dataCollects[type]:isRewardReceived(id)
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 是否满足奖励领取条件
|
||||||
|
function CollectionData:isMeetTargetPoint(type, id)
|
||||||
|
return self.dataCollects[type]:isMeetTargetPoint(id)
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 事件 -----------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- 领取收集点数成功
|
||||||
|
function CollectionData:onGetedPointSuccess(type, heroId, point)
|
||||||
|
self.dataCollects[type]:onGetedPointSuccess(heroId, point)
|
||||||
|
self:setDirty(type)
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 领取图鉴奖励成功
|
||||||
|
function CollectionData:onGetedPointRewardSuccess(type)
|
||||||
|
self.dataCollects[type]:onGetedPointRewardSuccess()
|
||||||
|
self:setDirty(type)
|
||||||
|
end
|
||||||
|
|
||||||
|
return CollectionData
|
||||||
10
lua/app/userdata/collection/collection_data.lua.meta
Normal file
10
lua/app/userdata/collection/collection_data.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 34d7a4f42cb3c4841978d0fb80db6bd7
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
216
lua/app/userdata/collection/collection_hero_entity.lua
Normal file
216
lua/app/userdata/collection/collection_hero_entity.lua
Normal file
@ -0,0 +1,216 @@
|
|||||||
|
local CollectBaseEntity = require "app/userdata/collection/collection_base_entity"
|
||||||
|
local CollectionHeroEntity = class("CollectionHeroEntity", CollectBaseEntity)
|
||||||
|
|
||||||
|
-- 英雄图鉴数据
|
||||||
|
|
||||||
|
-- 初始化服务器数据
|
||||||
|
function CollectionHeroEntity:init(data)
|
||||||
|
self.curlevel = data.level
|
||||||
|
self.curPoint = data.point
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取当前收集值
|
||||||
|
function CollectionHeroEntity:getCurCollectPoint()
|
||||||
|
return self.curPoint
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取当前已领取奖励图鉴等级
|
||||||
|
function CollectionHeroEntity:getCurCollectLevel()
|
||||||
|
return self.curlevel
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取总收集值
|
||||||
|
function CollectionHeroEntity:getTotalCollectPoint()
|
||||||
|
return self:getRewardList()[#self:getRewardList()].point
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取收集目标列表
|
||||||
|
function CollectionHeroEntity:getCollectList()
|
||||||
|
if self.heroList == nil then
|
||||||
|
self.heroList = {}
|
||||||
|
for id, data in pairs(ConfigManager:getConfig("hero")) do
|
||||||
|
data.id = id
|
||||||
|
table.insert(self.heroList, data)
|
||||||
|
end
|
||||||
|
table.sort(self.heroList, function(a, b)
|
||||||
|
if a.qlt ~= b.qlt then
|
||||||
|
return a.qlt > b.qlt
|
||||||
|
end
|
||||||
|
return a.id > b.id
|
||||||
|
end)
|
||||||
|
-- Logger.printTable(self.heroList)
|
||||||
|
end
|
||||||
|
return self.heroList
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取收集奖励列表
|
||||||
|
function CollectionHeroEntity:getRewardList()
|
||||||
|
if self.cfgRewards == nil then
|
||||||
|
self.cfgRewards = ConfigManager:getConfig("collection")
|
||||||
|
end
|
||||||
|
|
||||||
|
return self.cfgRewards
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取当前收集点数所在档位id
|
||||||
|
function CollectionHeroEntity:getCurTargetId()
|
||||||
|
for id, data in pairs(self:getRewardList()) do
|
||||||
|
local prog = self:getRewardTargetProgress(id)
|
||||||
|
if prog >= 0 and prog < 1 then
|
||||||
|
-- 在进度条范围内
|
||||||
|
return id
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取奖励档位收集进度
|
||||||
|
function CollectionHeroEntity:getRewardTargetProgress(id)
|
||||||
|
local cur = self:getCurCollectPoint()
|
||||||
|
local rangeMin = self:getTargetMinPoint(id)
|
||||||
|
local rangeMax = self:getTargetMaxPoint(id)
|
||||||
|
-- Logger.logHighlight(id.."档位范围:"..rangeMin.."->"..rangeMax)
|
||||||
|
|
||||||
|
if cur >= rangeMax then
|
||||||
|
-- 超过进度条
|
||||||
|
return 1
|
||||||
|
elseif cur < rangeMin then
|
||||||
|
--低于进度条
|
||||||
|
return -1
|
||||||
|
elseif cur == rangeMin then
|
||||||
|
-- 进度最低值
|
||||||
|
return 0
|
||||||
|
else
|
||||||
|
-- 在进度条范围内
|
||||||
|
return (cur - rangeMin) / (rangeMax - rangeMin)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取当前可领奖or正在进行中的目标
|
||||||
|
function CollectionHeroEntity:getCanGetOrCollectingTargetId()
|
||||||
|
for id, data in pairs(self:getRewardList()) do
|
||||||
|
if not self:isMeetTargetPoint(id) then
|
||||||
|
return id
|
||||||
|
end
|
||||||
|
|
||||||
|
if not self:isRewardReceived(id) then
|
||||||
|
return id
|
||||||
|
end
|
||||||
|
end
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取收集目标点数
|
||||||
|
function CollectionHeroEntity:getTargetPoint(id)
|
||||||
|
local targetPoint = self:getRewardList()[id].point
|
||||||
|
local lastTarget = self:getLastTarget(id)
|
||||||
|
if lastTarget then
|
||||||
|
return targetPoint - lastTarget.point
|
||||||
|
end
|
||||||
|
return targetPoint
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取基于目标收集点数的当前收集值
|
||||||
|
function CollectionHeroEntity:getTargetOwnedPoint(id)
|
||||||
|
local curPoint = self:getCurCollectPoint()
|
||||||
|
local lastTarget = self:getLastTarget(id)
|
||||||
|
if lastTarget then
|
||||||
|
return curPoint - lastTarget.point
|
||||||
|
end
|
||||||
|
return curPoint
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取可领取收集值
|
||||||
|
function CollectionHeroEntity:getCanCollectPoint(id)
|
||||||
|
-- 基础奖励值 * 升级可领取次数
|
||||||
|
-- 小于等于0为无点数,反之有可领取点数
|
||||||
|
|
||||||
|
local result = 0
|
||||||
|
local heroEntity = DataManager.HeroData:getHeroById(id)
|
||||||
|
if heroEntity then
|
||||||
|
local curLevel = heroEntity:getLv()
|
||||||
|
local collectedLevel = heroEntity:getCollectionLevel()
|
||||||
|
result = (curLevel - collectedLevel) * heroEntity:getCollectionPoint()
|
||||||
|
end
|
||||||
|
return result
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取一级可领取收集值
|
||||||
|
function CollectionHeroEntity:getOneLevelCanCollectPoint(id)
|
||||||
|
local heroEntity = DataManager.HeroData:getHeroById(id)
|
||||||
|
if heroEntity then
|
||||||
|
return heroEntity:getCollectionPoint()
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 奖励是否已领取
|
||||||
|
function CollectionHeroEntity:isRewardReceived(id)
|
||||||
|
return self.curlevel >= id
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 是否满足奖励领取条件
|
||||||
|
function CollectionHeroEntity:isMeetTargetPoint(id)
|
||||||
|
return self.curPoint >= self:getRewardList()[id].point
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 领取收集点数成功
|
||||||
|
function CollectionHeroEntity:onGetedPointSuccess(id, point)
|
||||||
|
DataManager.HeroData:getHeroById(id):updateCollectionLevel()
|
||||||
|
self.curPoint = point
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 领取图鉴奖励成功
|
||||||
|
function CollectionHeroEntity:onGetedPointRewardSuccess()
|
||||||
|
self.curlevel = self.curlevel + 1
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 独有逻辑 -----------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- 获取档位范围最低值
|
||||||
|
function CollectionHeroEntity:getTargetMinPoint(id)
|
||||||
|
local rangeMin = 0
|
||||||
|
local curPoint = self:getRewardList()[id].point
|
||||||
|
local lastTarget = self:getLastTarget(id)
|
||||||
|
if lastTarget then
|
||||||
|
rangeMin = curPoint - math.floor((curPoint - lastTarget.point) / 2)
|
||||||
|
end
|
||||||
|
return rangeMin
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取档位范围最高值
|
||||||
|
function CollectionHeroEntity:getTargetMaxPoint(id)
|
||||||
|
local rangeMax = 0
|
||||||
|
local curPoint = self:getRewardList()[id].point
|
||||||
|
local nextTarget = self:getNextTarget(id)
|
||||||
|
if nextTarget then
|
||||||
|
rangeMax = curPoint + math.floor((nextTarget.point - curPoint) / 2)
|
||||||
|
else
|
||||||
|
rangeMax = curPoint
|
||||||
|
end
|
||||||
|
return rangeMax
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取上一个低档位
|
||||||
|
function CollectionHeroEntity:getLastTarget(targetId)
|
||||||
|
local result = nil
|
||||||
|
for id, data in pairs(self:getRewardList()) do
|
||||||
|
if id == targetId then
|
||||||
|
return result
|
||||||
|
end
|
||||||
|
result = data
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 获取下一个高档位
|
||||||
|
function CollectionHeroEntity:getNextTarget(targetId)
|
||||||
|
local finded = false
|
||||||
|
for id, data in pairs(self:getRewardList()) do
|
||||||
|
if finded then
|
||||||
|
return data
|
||||||
|
end
|
||||||
|
if id == targetId then
|
||||||
|
finded = true
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
return CollectionHeroEntity
|
||||||
10
lua/app/userdata/collection/collection_hero_entity.lua.meta
Normal file
10
lua/app/userdata/collection/collection_hero_entity.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5f7fd6b82afd7a447a1abafe52103641
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
@ -71,7 +71,7 @@ function HeroData:addHero(heroStruct)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function HeroData:getEntity(heroStruct)
|
function HeroData:getEntity(heroStruct)
|
||||||
return HeroEntity:create(heroStruct.id, heroStruct.level)
|
return HeroEntity:create(heroStruct.id, heroStruct.level, heroStruct.collection_level)
|
||||||
end
|
end
|
||||||
|
|
||||||
function HeroData:getHeroById(id)
|
function HeroData:getHeroById(id)
|
||||||
@ -79,7 +79,7 @@ function HeroData:getHeroById(id)
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
if not self.heroes[id] then
|
if not self.heroes[id] then
|
||||||
self.heroes[id] = self:getEntity({id = id, level = 0})
|
self.heroes[id] = self:getEntity({id = id, level = 0, collection_level = 0})
|
||||||
end
|
end
|
||||||
return self.heroes[id]
|
return self.heroes[id]
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
local HeroEntity = class("HeroEntity", BaseData)
|
local HeroEntity = class("HeroEntity", BaseData)
|
||||||
local ATTR_NAME = GConst.BattleConst.ATTR_NAME
|
local ATTR_NAME = GConst.BattleConst.ATTR_NAME
|
||||||
|
|
||||||
function HeroEntity:ctor(cfgId, lv)
|
function HeroEntity:ctor(cfgId, lv, collectionLevel)
|
||||||
self.id = cfgId
|
self.id = cfgId
|
||||||
self.cfgId = cfgId
|
self.cfgId = cfgId
|
||||||
self.data.lv = lv
|
self.data.lv = lv
|
||||||
|
self.data.collectionLevel = collectionLevel
|
||||||
self.attrDirty = false
|
self.attrDirty = false
|
||||||
self.config = ConfigManager:getConfig("hero")[self.cfgId]
|
self.config = ConfigManager:getConfig("hero")[self.cfgId]
|
||||||
self.beginLv = self.config.begin_lv -- 初始等级
|
self.beginLv = self.config.begin_lv -- 初始等级
|
||||||
@ -45,6 +46,16 @@ function HeroEntity:getLv()
|
|||||||
return self.data.lv
|
return self.data.lv
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- 获取英雄已领取图鉴点数的等级
|
||||||
|
function HeroEntity:getCollectionLevel()
|
||||||
|
return self.data.collectionLevel
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 更新英雄图鉴已领取等级
|
||||||
|
function HeroEntity:updateCollectionLevel()
|
||||||
|
self.data.collectionLevel = self:getLv()
|
||||||
|
end
|
||||||
|
|
||||||
function HeroEntity:getQlt()
|
function HeroEntity:getQlt()
|
||||||
return self.config.qlt
|
return self.config.qlt
|
||||||
end
|
end
|
||||||
@ -57,6 +68,11 @@ function HeroEntity:getMatchType()
|
|||||||
return self.config.position
|
return self.config.position
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- 英雄每级可领取图鉴点数
|
||||||
|
function HeroEntity:getCollectionPoint()
|
||||||
|
return self.config.collection_point
|
||||||
|
end
|
||||||
|
|
||||||
function HeroEntity:setAttrDirty()
|
function HeroEntity:setAttrDirty()
|
||||||
self.attrDirty = true
|
self.attrDirty = true
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user