禁锢
This commit is contained in:
parent
944dfd1b5f
commit
c89eb8ef3f
@ -67,11 +67,11 @@ local chapter_board = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
0,
|
0,
|
||||||
4
|
3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
0,
|
0,
|
||||||
3
|
4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
0,
|
0,
|
||||||
@ -103,7 +103,7 @@ local chapter_board = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
0,
|
0,
|
||||||
2
|
3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
1,
|
1,
|
||||||
@ -202,9 +202,9 @@ local chapter_board = {
|
|||||||
3,
|
3,
|
||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
|
2,
|
||||||
3,
|
3,
|
||||||
3,
|
2,
|
||||||
3,
|
|
||||||
3,
|
3,
|
||||||
3,
|
3,
|
||||||
3,
|
3,
|
||||||
|
|||||||
@ -4,37 +4,51 @@ local func_open = {
|
|||||||
["pop_ups"]=1
|
["pop_ups"]=1
|
||||||
},
|
},
|
||||||
["bounty_open"]={
|
["bounty_open"]={
|
||||||
["stage"]=3
|
["stage"]=3,
|
||||||
|
["icon"]="main_bounty"
|
||||||
},
|
},
|
||||||
["task"]={
|
["task"]={
|
||||||
["stage"]=3
|
["stage"]=3,
|
||||||
|
["icon"]="main_task"
|
||||||
},
|
},
|
||||||
["act_level_gift"]={
|
["act_level_gift"]={
|
||||||
["level"]=5
|
["level"]=5,
|
||||||
|
["icon"]="main_act_level_gift"
|
||||||
},
|
},
|
||||||
["idle_drop"]={
|
["idle_drop"]={
|
||||||
["stage"]=2
|
["stage"]=2,
|
||||||
|
["icon"]="main_idle_drop"
|
||||||
},
|
},
|
||||||
["act_sevenday"]={
|
["act_sevenday"]={
|
||||||
["stage"]=2
|
["stage"]=2,
|
||||||
|
["icon"]="main_act_sevenday"
|
||||||
},
|
},
|
||||||
["mall"]={
|
["mall"]={
|
||||||
["stage"]=1
|
["stage"]=1,
|
||||||
|
["icon"]="main_mall"
|
||||||
},
|
},
|
||||||
["mall_daily"]={
|
["mall_daily"]={
|
||||||
["stage"]=5
|
["stage"]=5,
|
||||||
|
["icon"]="main_mall_daily"
|
||||||
},
|
},
|
||||||
["store_box_open"]={
|
["store_box_open"]={
|
||||||
["stage"]=2
|
["stage"]=2,
|
||||||
|
["icon"]="main_store_box"
|
||||||
},
|
},
|
||||||
["store_box_3_open"]={
|
["store_box_3_open"]={
|
||||||
["stage"]=5
|
["stage"]=5,
|
||||||
|
["icon"]="main_store_box_3"
|
||||||
},
|
},
|
||||||
["daily_challenge"]={
|
["daily_challenge"]={
|
||||||
["stage"]=2
|
["stage"]=2,
|
||||||
|
["icon"]="main_daily_challenge"
|
||||||
|
},
|
||||||
|
["act_gift_show_open"]={
|
||||||
|
["stage"]=3,
|
||||||
|
["pop_ups"]=1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=func_open,count=11
|
data=func_open,count=12
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -143,6 +143,7 @@ local LocalizationGlobalConst =
|
|||||||
DAY_X = "DAY_X",
|
DAY_X = "DAY_X",
|
||||||
DAY_X_UNLOCK = "DAY_X_UNLOCK",
|
DAY_X_UNLOCK = "DAY_X_UNLOCK",
|
||||||
SEVEN_DAY_DESC_2 = "SEVEN_DAY_DESC_2",
|
SEVEN_DAY_DESC_2 = "SEVEN_DAY_DESC_2",
|
||||||
|
FUNC_UNLOCK = "FUNC_UNLOCK",
|
||||||
}
|
}
|
||||||
|
|
||||||
return LocalizationGlobalConst
|
return LocalizationGlobalConst
|
||||||
@ -13,7 +13,7 @@ local monster_chapter = {
|
|||||||
},
|
},
|
||||||
[201]={
|
[201]={
|
||||||
["monster_base"]=10002,
|
["monster_base"]=10002,
|
||||||
["hp"]=5000000,
|
["hp"]=6000000,
|
||||||
["atk"]=200000,
|
["atk"]=200000,
|
||||||
["atk_times"]=2,
|
["atk_times"]=2,
|
||||||
["hurt_skill"]={
|
["hurt_skill"]={
|
||||||
@ -25,7 +25,7 @@ local monster_chapter = {
|
|||||||
},
|
},
|
||||||
[301]={
|
[301]={
|
||||||
["monster_base"]=10003,
|
["monster_base"]=10003,
|
||||||
["hp"]=12000000,
|
["hp"]=11000000,
|
||||||
["atk"]=200000,
|
["atk"]=200000,
|
||||||
["atk_times"]=2,
|
["atk_times"]=2,
|
||||||
["hurt_skill"]={
|
["hurt_skill"]={
|
||||||
|
|||||||
@ -2085,7 +2085,7 @@ local skill = {
|
|||||||
["round"]=1
|
["round"]=1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=2
|
["obj"]=1
|
||||||
},
|
},
|
||||||
[3200110]={
|
[3200110]={
|
||||||
["position"]=3,
|
["position"]=3,
|
||||||
|
|||||||
@ -682,7 +682,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[1200100]={
|
[1200100]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=1,
|
["skill_position"]=1,
|
||||||
@ -826,7 +826,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[1300100]={
|
[1300100]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=1,
|
["skill_position"]=1,
|
||||||
@ -957,7 +957,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[1300200]={
|
[1300200]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=1
|
["skill_position"]=1
|
||||||
@ -1080,7 +1080,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[1400100]={
|
[1400100]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=1
|
["skill_position"]=1
|
||||||
@ -1211,7 +1211,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[2200100]={
|
[2200100]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=2,
|
["skill_position"]=2,
|
||||||
@ -1351,7 +1351,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[2300100]={
|
[2300100]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=2,
|
["skill_position"]=2,
|
||||||
@ -1476,7 +1476,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[2300200]={
|
[2300200]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=2,
|
["skill_position"]=2,
|
||||||
@ -1629,7 +1629,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[2400100]={
|
[2400100]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=2,
|
["skill_position"]=2,
|
||||||
@ -1757,7 +1757,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[3200100]={
|
[3200100]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=3,
|
["skill_position"]=3,
|
||||||
@ -1900,7 +1900,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[3300100]={
|
[3300100]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=3,
|
["skill_position"]=3,
|
||||||
@ -2036,7 +2036,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[3300200]={
|
[3300200]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=3,
|
["skill_position"]=3,
|
||||||
@ -2143,13 +2143,15 @@ local skill_rogue = {
|
|||||||
["icon"]="38"
|
["icon"]="38"
|
||||||
},
|
},
|
||||||
[3400100]={
|
[3400100]={
|
||||||
["weight"]=30000,
|
["limit_times"]=1,
|
||||||
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=3,
|
["skill_position"]=3,
|
||||||
["icon"]="67"
|
["icon"]="67"
|
||||||
},
|
},
|
||||||
[3400101]={
|
[3400101]={
|
||||||
|
["limit_times"]=1,
|
||||||
["weight"]=3000,
|
["weight"]=3000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=12,
|
["type"]=12,
|
||||||
@ -2211,6 +2213,7 @@ local skill_rogue = {
|
|||||||
[3400104]={
|
[3400104]={
|
||||||
["unlock"]=3400101,
|
["unlock"]=3400101,
|
||||||
["cover_unlock"]=3400101,
|
["cover_unlock"]=3400101,
|
||||||
|
["limit_times"]=1,
|
||||||
["weight"]=3000,
|
["weight"]=3000,
|
||||||
["qlt"]=3,
|
["qlt"]=3,
|
||||||
["type"]=12,
|
["type"]=12,
|
||||||
@ -2227,6 +2230,7 @@ local skill_rogue = {
|
|||||||
["icon"]="67"
|
["icon"]="67"
|
||||||
},
|
},
|
||||||
[3400105]={
|
[3400105]={
|
||||||
|
["limit_times"]=1,
|
||||||
["weight"]=3000,
|
["weight"]=3000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=12,
|
["type"]=12,
|
||||||
@ -2245,6 +2249,7 @@ local skill_rogue = {
|
|||||||
[3400106]={
|
[3400106]={
|
||||||
["unlock"]=3400106,
|
["unlock"]=3400106,
|
||||||
["cover_unlock"]=3400106,
|
["cover_unlock"]=3400106,
|
||||||
|
["limit_times"]=1,
|
||||||
["weight"]=3000,
|
["weight"]=3000,
|
||||||
["qlt"]=3,
|
["qlt"]=3,
|
||||||
["type"]=12,
|
["type"]=12,
|
||||||
@ -2261,6 +2266,7 @@ local skill_rogue = {
|
|||||||
["icon"]="67"
|
["icon"]="67"
|
||||||
},
|
},
|
||||||
[3400107]={
|
[3400107]={
|
||||||
|
["limit_times"]=1,
|
||||||
["weight"]=3000,
|
["weight"]=3000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=14,
|
["type"]=14,
|
||||||
@ -2281,7 +2287,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[4200100]={
|
[4200100]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=4,
|
["skill_position"]=4,
|
||||||
@ -2404,7 +2410,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[4300100]={
|
[4300100]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=4,
|
["skill_position"]=4,
|
||||||
@ -2532,7 +2538,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[4300300]={
|
[4300300]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["skill_position"]=4,
|
["skill_position"]=4,
|
||||||
["icon"]="57"
|
["icon"]="57"
|
||||||
@ -2662,7 +2668,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[4400100]={
|
[4400100]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=4,
|
["skill_position"]=4,
|
||||||
@ -2778,7 +2784,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[5200100]={
|
[5200100]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=5,
|
["skill_position"]=5,
|
||||||
@ -2893,7 +2899,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[5300100]={
|
[5300100]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=5,
|
["skill_position"]=5,
|
||||||
@ -3024,7 +3030,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[5300200]={
|
[5300200]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=5,
|
["skill_position"]=5,
|
||||||
@ -3159,7 +3165,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[5400100]={
|
[5400100]={
|
||||||
["limit_times"]=1,
|
["limit_times"]=1,
|
||||||
["weight"]=30000,
|
["weight"]=100000,
|
||||||
["qlt"]=4,
|
["qlt"]=4,
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
["skill_position"]=5,
|
["skill_position"]=5,
|
||||||
|
|||||||
46
lua/app/config/strings/cn/func_open.lua
Normal file
46
lua/app/config/strings/cn/func_open.lua
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
local func_open = {
|
||||||
|
["bounty"]={
|
||||||
|
["name"]="战令",
|
||||||
|
["desc"]="大陆贸易点,可购买多种道具"
|
||||||
|
},
|
||||||
|
["task"]={
|
||||||
|
["name"]="任务",
|
||||||
|
["desc"]="呼朋唤友,集结各方力量"
|
||||||
|
},
|
||||||
|
["act_level_gift"]={
|
||||||
|
["name"]="成长基金",
|
||||||
|
["desc"]="帝国科技,打造理想装备"
|
||||||
|
},
|
||||||
|
["idle_drop"]={
|
||||||
|
["name"]="挂机",
|
||||||
|
["desc"]="快速获取游戏道具"
|
||||||
|
},
|
||||||
|
["act_sevenday"]={
|
||||||
|
["name"]="七天乐",
|
||||||
|
["desc"]="团队作战"
|
||||||
|
},
|
||||||
|
["mall"]={
|
||||||
|
["name"]="商城",
|
||||||
|
["desc"]="玩家对决,为荣誉而战"
|
||||||
|
},
|
||||||
|
["mall_daily"]={
|
||||||
|
["name"]="商城每日商店",
|
||||||
|
["desc"]="突破极限,创新记录"
|
||||||
|
},
|
||||||
|
["store_box"]={
|
||||||
|
["name"]="商城普通宝箱+精致宝箱",
|
||||||
|
["desc"]="战斗速度增加一倍"
|
||||||
|
},
|
||||||
|
["store_box_3"]={
|
||||||
|
["name"]="商城珍贵宝箱",
|
||||||
|
["desc"]="解放双手,策略制胜"
|
||||||
|
},
|
||||||
|
["daily_challenge"]={
|
||||||
|
["name"]="每日挑战开启章节",
|
||||||
|
["desc"]="多方成长,强化英雄"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
local config = {
|
||||||
|
data=func_open,count=10
|
||||||
|
}
|
||||||
|
return config
|
||||||
10
lua/app/config/strings/cn/func_open.lua.meta
Normal file
10
lua/app/config/strings/cn/func_open.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 919f420c7305f34489c8aaa76289c6cd
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
@ -143,6 +143,7 @@ local localization_global =
|
|||||||
["DAY_X"] = "第{0}天",
|
["DAY_X"] = "第{0}天",
|
||||||
["DAY_X_UNLOCK"] = "第{0}天解锁",
|
["DAY_X_UNLOCK"] = "第{0}天解锁",
|
||||||
["SEVEN_DAY_DESC_2"] = "已完成任务数:<color=#8DFF81>{0}</color>/{1}",
|
["SEVEN_DAY_DESC_2"] = "已完成任务数:<color=#8DFF81>{0}</color>/{1}",
|
||||||
|
["FUNC_UNLOCK"] = "解锁新功能",
|
||||||
}
|
}
|
||||||
|
|
||||||
return localization_global
|
return localization_global
|
||||||
@ -29,9 +29,6 @@ local monster_base = {
|
|||||||
[10010]={
|
[10010]={
|
||||||
["name"]="骷髅枪兵"
|
["name"]="骷髅枪兵"
|
||||||
},
|
},
|
||||||
[10011]={
|
|
||||||
["name"]="地灵枪兵"
|
|
||||||
},
|
|
||||||
[10012]={
|
[10012]={
|
||||||
["name"]="兽人大刀兵(绿)"
|
["name"]="兽人大刀兵(绿)"
|
||||||
},
|
},
|
||||||
@ -56,80 +53,221 @@ local monster_base = {
|
|||||||
[10019]={
|
[10019]={
|
||||||
["name"]="兽人盾骨兵(蓝)"
|
["name"]="兽人盾骨兵(蓝)"
|
||||||
},
|
},
|
||||||
|
[10020]={
|
||||||
|
["name"]="小史莱姆(绿)"
|
||||||
|
},
|
||||||
|
[10021]={
|
||||||
|
["name"]="小史莱姆(黄)"
|
||||||
|
},
|
||||||
|
[10022]={
|
||||||
|
["name"]="小史莱姆(蓝)"
|
||||||
|
},
|
||||||
|
[10023]={
|
||||||
|
["name"]="小史莱姆(红)"
|
||||||
|
},
|
||||||
|
[10024]={
|
||||||
|
["name"]="大史莱姆(绿)"
|
||||||
|
},
|
||||||
|
[10025]={
|
||||||
|
["name"]="大史莱姆(黄)"
|
||||||
|
},
|
||||||
|
[10026]={
|
||||||
|
["name"]="大史莱姆(蓝)"
|
||||||
|
},
|
||||||
|
[10027]={
|
||||||
|
["name"]="大史莱姆(红)"
|
||||||
|
},
|
||||||
[10028]={
|
[10028]={
|
||||||
["name"]="双斧男(白紫)"
|
["name"]="双斧莫西干(紫)"
|
||||||
},
|
},
|
||||||
[10029]={
|
[10029]={
|
||||||
["name"]="双斧男(黑红)"
|
["name"]="双斧莫西干(红)"
|
||||||
},
|
},
|
||||||
[10030]={
|
[10030]={
|
||||||
["name"]="剑士(白黄)"
|
["name"]="黄发剑士"
|
||||||
},
|
},
|
||||||
[10031]={
|
[10031]={
|
||||||
["name"]="剑士(褐蓝)"
|
["name"]="蓝发剑士"
|
||||||
},
|
},
|
||||||
[10032]={
|
[10032]={
|
||||||
["name"]="女魔法师(蓝)"
|
["name"]="女巫师(蓝)"
|
||||||
},
|
},
|
||||||
[10033]={
|
[10033]={
|
||||||
["name"]="女魔法师(红)"
|
["name"]="女巫师(紫)"
|
||||||
|
},
|
||||||
|
[10034]={
|
||||||
|
["name"]="剑盾士兵(黄发)"
|
||||||
|
},
|
||||||
|
[10035]={
|
||||||
|
["name"]="剑盾士兵(蓝发)"
|
||||||
|
},
|
||||||
|
[10036]={
|
||||||
|
["name"]="人类弓箭手(红)"
|
||||||
|
},
|
||||||
|
[10037]={
|
||||||
|
["name"]="人类弓箭手(绿)"
|
||||||
|
},
|
||||||
|
[10038]={
|
||||||
|
["name"]="骷髅弓箭手"
|
||||||
},
|
},
|
||||||
[10039]={
|
[10039]={
|
||||||
["name"]="盾刀骷髅兵(有帽子)"
|
["name"]="盾刀骷髅兵(有头盔)"
|
||||||
|
},
|
||||||
|
[10040]={
|
||||||
|
["name"]="骷髅小法师"
|
||||||
|
},
|
||||||
|
[10041]={
|
||||||
|
["name"]="蓝色蝙蝠恶魔"
|
||||||
|
},
|
||||||
|
[10042]={
|
||||||
|
["name"]="蓝色恶魔野猪"
|
||||||
|
},
|
||||||
|
[10043]={
|
||||||
|
["name"]="紫色独眼蝙蝠"
|
||||||
|
},
|
||||||
|
[10044]={
|
||||||
|
["name"]="蓝色独眼蝙蝠"
|
||||||
|
},
|
||||||
|
[10045]={
|
||||||
|
["name"]="紫色蜘蛛"
|
||||||
|
},
|
||||||
|
[10046]={
|
||||||
|
["name"]="红色蜘蛛"
|
||||||
|
},
|
||||||
|
[10047]={
|
||||||
|
["name"]="红色蜥蜴剑士"
|
||||||
|
},
|
||||||
|
[10048]={
|
||||||
|
["name"]="绿色蜥蜴剑士"
|
||||||
|
},
|
||||||
|
[10049]={
|
||||||
|
["name"]="绿色食人花"
|
||||||
|
},
|
||||||
|
[10050]={
|
||||||
|
["name"]="黑色食人花"
|
||||||
|
},
|
||||||
|
[10051]={
|
||||||
|
["name"]="红色恶魔野猪"
|
||||||
|
},
|
||||||
|
[10052]={
|
||||||
|
["name"]="红色蝙蝠恶魔"
|
||||||
|
},
|
||||||
|
[10053]={
|
||||||
|
["name"]="紫色鬼火"
|
||||||
|
},
|
||||||
|
[10054]={
|
||||||
|
["name"]="青绿鬼火"
|
||||||
|
},
|
||||||
|
[10055]={
|
||||||
|
["name"]="红色幽灵恶魔"
|
||||||
|
},
|
||||||
|
[10056]={
|
||||||
|
["name"]="紫色幽灵恶魔"
|
||||||
|
},
|
||||||
|
[10057]={
|
||||||
|
["name"]="魔都小枪兵(红)"
|
||||||
|
},
|
||||||
|
[10058]={
|
||||||
|
["name"]="魔都小枪兵(紫)"
|
||||||
|
},
|
||||||
|
[10059]={
|
||||||
|
["name"]="紫色食人花"
|
||||||
},
|
},
|
||||||
[20001]={
|
[20001]={
|
||||||
["name"]="弓箭神射手(黄)"
|
["name"]="丛林神射手"
|
||||||
},
|
},
|
||||||
[20002]={
|
[20002]={
|
||||||
["name"]="丛林弓箭神射手(绿)"
|
["name"]="丛林神猎手"
|
||||||
},
|
},
|
||||||
[20003]={
|
[20003]={
|
||||||
["name"]="巨龙"
|
["name"]="王之巨龙"
|
||||||
},
|
},
|
||||||
[20004]={
|
[20004]={
|
||||||
["name"]="邪恶法师"
|
["name"]="精英哥布林"
|
||||||
},
|
},
|
||||||
[20005]={
|
[20005]={
|
||||||
["name"]="石像巨人守卫"
|
["name"]="远古堡垒"
|
||||||
},
|
},
|
||||||
[20006]={
|
[20006]={
|
||||||
["name"]="巨绿龟"
|
["name"]="绿龟刚铠"
|
||||||
},
|
},
|
||||||
[20007]={
|
[20007]={
|
||||||
["name"]="独眼巨人(蓝)"
|
["name"]="狂暴哥布林"
|
||||||
},
|
},
|
||||||
[20008]={
|
[20008]={
|
||||||
["name"]="石头人"
|
["name"]="石巨人"
|
||||||
},
|
},
|
||||||
[20009]={
|
[20009]={
|
||||||
["name"]="大树精"
|
["name"]="树精祭祀"
|
||||||
},
|
},
|
||||||
[20010]={
|
[20010]={
|
||||||
["name"]="火灵"
|
["name"]="火灵守卫"
|
||||||
},
|
},
|
||||||
[20011]={
|
[20011]={
|
||||||
["name"]="地精首领"
|
["name"]="地精魔像"
|
||||||
},
|
},
|
||||||
[20012]={
|
[20012]={
|
||||||
["name"]="骷髅王"
|
["name"]="骷髅王"
|
||||||
},
|
},
|
||||||
[20013]={
|
[20013]={
|
||||||
["name"]="小丑"
|
["name"]="小丑之王"
|
||||||
},
|
},
|
||||||
[20014]={
|
[20014]={
|
||||||
["name"]="兽人首领(绿)"
|
["name"]="钢盾绿首领"
|
||||||
},
|
},
|
||||||
[20015]={
|
[20015]={
|
||||||
["name"]="兽人首领(红)"
|
["name"]="钢盾红首领"
|
||||||
},
|
},
|
||||||
[20016]={
|
[20016]={
|
||||||
["name"]="独眼萌娃"
|
["name"]="独眼旋风"
|
||||||
},
|
},
|
||||||
[20017]={
|
[20017]={
|
||||||
["name"]="骷髅恶魔法师(紫衣)"
|
["name"]="骷髅法师"
|
||||||
},
|
},
|
||||||
[20018]={
|
[20018]={
|
||||||
["name"]="骷髅恶魔法师(红衣)"
|
["name"]="恶毒法师"
|
||||||
|
},
|
||||||
|
[20019]={
|
||||||
|
["name"]="火灵刀客"
|
||||||
|
},
|
||||||
|
[20020]={
|
||||||
|
["name"]="火灵王"
|
||||||
|
},
|
||||||
|
[20021]={
|
||||||
|
["name"]="卓一德DH"
|
||||||
|
},
|
||||||
|
[20022]={
|
||||||
|
["name"]="雪人铁匠"
|
||||||
|
},
|
||||||
|
[20023]={
|
||||||
|
["name"]="雪人精英"
|
||||||
|
},
|
||||||
|
[20024]={
|
||||||
|
["name"]="飞天魔"
|
||||||
|
},
|
||||||
|
[20025]={
|
||||||
|
["name"]="异变铁匠"
|
||||||
|
},
|
||||||
|
[20026]={
|
||||||
|
["name"]="异变精英"
|
||||||
|
},
|
||||||
|
[20027]={
|
||||||
|
["name"]="红龟霍顿"
|
||||||
|
},
|
||||||
|
[20028]={
|
||||||
|
["name"]="冰巨人"
|
||||||
|
},
|
||||||
|
[20029]={
|
||||||
|
["name"]="地精炎魔像"
|
||||||
|
},
|
||||||
|
[20030]={
|
||||||
|
["name"]="魔神碎片"
|
||||||
|
},
|
||||||
|
[20031]={
|
||||||
|
["name"]="魔神守护者"
|
||||||
|
},
|
||||||
|
[20032]={
|
||||||
|
["name"]="远古魔神"
|
||||||
},
|
},
|
||||||
[30001]={
|
[30001]={
|
||||||
["name"]="洋葱头"
|
["name"]="洋葱头"
|
||||||
@ -169,6 +307,6 @@ local monster_base = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=monster_base,count=56
|
data=monster_base,count=102
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -15,7 +15,7 @@ local task_daily_challenge = {
|
|||||||
["desc"]="通关时{0}英雄释放技能{1}次"
|
["desc"]="通关时{0}英雄释放技能{1}次"
|
||||||
},
|
},
|
||||||
[6]={
|
[6]={
|
||||||
["desc"]="{0}回合内击败最终首领"
|
["desc"]="10回合内击败最终首领"
|
||||||
},
|
},
|
||||||
[7]={
|
[7]={
|
||||||
["desc"]="通关时,{0}造成伤害占比超过{1}%"
|
["desc"]="通关时,{0}造成伤害占比超过{1}%"
|
||||||
|
|||||||
36
lua/app/config/strings/de/func_open.lua
Normal file
36
lua/app/config/strings/de/func_open.lua
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
local func_open = {
|
||||||
|
["bounty"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["task"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_level_gift"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["idle_drop"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_sevenday"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall_daily"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box_3"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["daily_challenge"]={
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
local config = {
|
||||||
|
data=func_open,count=10
|
||||||
|
}
|
||||||
|
return config
|
||||||
10
lua/app/config/strings/de/func_open.lua.meta
Normal file
10
lua/app/config/strings/de/func_open.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c38dc3ad8ba97d24ca8cba99e679d91f
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
@ -28,9 +28,6 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10010]={
|
[10010]={
|
||||||
|
|
||||||
},
|
|
||||||
[10011]={
|
|
||||||
|
|
||||||
},
|
},
|
||||||
[10012]={
|
[10012]={
|
||||||
|
|
||||||
@ -55,6 +52,30 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10019]={
|
[10019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10027]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10028]={
|
[10028]={
|
||||||
|
|
||||||
@ -73,9 +94,84 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10033]={
|
[10033]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10034]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10035]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10036]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10037]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10038]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10039]={
|
[10039]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10040]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10041]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10042]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10043]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10044]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10045]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10046]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10047]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10048]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10049]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10050]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10051]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10052]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10053]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10054]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10055]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10056]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10057]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10058]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10059]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[20001]={
|
[20001]={
|
||||||
|
|
||||||
@ -130,6 +226,48 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[20018]={
|
[20018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20030]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20031]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20032]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[30001]={
|
[30001]={
|
||||||
|
|
||||||
@ -169,6 +307,6 @@ local monster_base = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=monster_base,count=56
|
data=monster_base,count=102
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
36
lua/app/config/strings/en/func_open.lua
Normal file
36
lua/app/config/strings/en/func_open.lua
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
local func_open = {
|
||||||
|
["bounty"]={
|
||||||
|
["desc"]="Trading Spot of the continent."
|
||||||
|
},
|
||||||
|
["task"]={
|
||||||
|
["desc"]="Gather friends to unify strength."
|
||||||
|
},
|
||||||
|
["act_level_gift"]={
|
||||||
|
["desc"]="Empire technology to craft ideal gear."
|
||||||
|
},
|
||||||
|
["idle_drop"]={
|
||||||
|
["desc"]="Get game items fast."
|
||||||
|
},
|
||||||
|
["act_sevenday"]={
|
||||||
|
["desc"]="Team Battle"
|
||||||
|
},
|
||||||
|
["mall"]={
|
||||||
|
["desc"]="Players duel. Fight for honor."
|
||||||
|
},
|
||||||
|
["mall_daily"]={
|
||||||
|
["desc"]="Break limit. New record."
|
||||||
|
},
|
||||||
|
["store_box"]={
|
||||||
|
["desc"]="Battle speed doubles"
|
||||||
|
},
|
||||||
|
["store_box_3"]={
|
||||||
|
["desc"]="Free up your hands."
|
||||||
|
},
|
||||||
|
["daily_challenge"]={
|
||||||
|
["desc"]="Multiple growth to strengthen heroes."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
local config = {
|
||||||
|
data=func_open,count=10
|
||||||
|
}
|
||||||
|
return config
|
||||||
10
lua/app/config/strings/en/func_open.lua.meta
Normal file
10
lua/app/config/strings/en/func_open.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 9537d27af9092e74793da612150c39f3
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
@ -28,9 +28,6 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10010]={
|
[10010]={
|
||||||
|
|
||||||
},
|
|
||||||
[10011]={
|
|
||||||
|
|
||||||
},
|
},
|
||||||
[10012]={
|
[10012]={
|
||||||
|
|
||||||
@ -55,6 +52,30 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10019]={
|
[10019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10027]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10028]={
|
[10028]={
|
||||||
|
|
||||||
@ -73,9 +94,84 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10033]={
|
[10033]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10034]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10035]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10036]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10037]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10038]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10039]={
|
[10039]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10040]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10041]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10042]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10043]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10044]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10045]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10046]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10047]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10048]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10049]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10050]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10051]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10052]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10053]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10054]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10055]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10056]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10057]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10058]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10059]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[20001]={
|
[20001]={
|
||||||
|
|
||||||
@ -130,6 +226,48 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[20018]={
|
[20018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20030]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20031]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20032]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[30001]={
|
[30001]={
|
||||||
|
|
||||||
@ -169,6 +307,6 @@ local monster_base = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=monster_base,count=56
|
data=monster_base,count=102
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
8
lua/app/config/strings/fpt.meta
Normal file
8
lua/app/config/strings/fpt.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ceb056f138919414eabb60535cff2463
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
36
lua/app/config/strings/fpt/func_open.lua
Normal file
36
lua/app/config/strings/fpt/func_open.lua
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
local func_open = {
|
||||||
|
["bounty"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["task"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_level_gift"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["idle_drop"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_sevenday"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall_daily"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box_3"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["daily_challenge"]={
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
local config = {
|
||||||
|
data=func_open,count=10
|
||||||
|
}
|
||||||
|
return config
|
||||||
10
lua/app/config/strings/fpt/func_open.lua.meta
Normal file
10
lua/app/config/strings/fpt/func_open.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: e87dea876ebcc164fb7f9c4fc902b3be
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
36
lua/app/config/strings/fr/func_open.lua
Normal file
36
lua/app/config/strings/fr/func_open.lua
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
local func_open = {
|
||||||
|
["bounty"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["task"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_level_gift"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["idle_drop"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_sevenday"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall_daily"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box_3"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["daily_challenge"]={
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
local config = {
|
||||||
|
data=func_open,count=10
|
||||||
|
}
|
||||||
|
return config
|
||||||
10
lua/app/config/strings/fr/func_open.lua.meta
Normal file
10
lua/app/config/strings/fr/func_open.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 8b96ecfc420d26a498036ca9042d8980
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
@ -28,9 +28,6 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10010]={
|
[10010]={
|
||||||
|
|
||||||
},
|
|
||||||
[10011]={
|
|
||||||
|
|
||||||
},
|
},
|
||||||
[10012]={
|
[10012]={
|
||||||
|
|
||||||
@ -55,6 +52,30 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10019]={
|
[10019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10027]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10028]={
|
[10028]={
|
||||||
|
|
||||||
@ -73,9 +94,84 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10033]={
|
[10033]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10034]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10035]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10036]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10037]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10038]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10039]={
|
[10039]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10040]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10041]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10042]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10043]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10044]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10045]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10046]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10047]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10048]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10049]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10050]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10051]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10052]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10053]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10054]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10055]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10056]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10057]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10058]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10059]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[20001]={
|
[20001]={
|
||||||
|
|
||||||
@ -130,6 +226,48 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[20018]={
|
[20018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20030]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20031]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20032]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[30001]={
|
[30001]={
|
||||||
|
|
||||||
@ -169,6 +307,6 @@ local monster_base = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=monster_base,count=56
|
data=monster_base,count=102
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
36
lua/app/config/strings/id/func_open.lua
Normal file
36
lua/app/config/strings/id/func_open.lua
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
local func_open = {
|
||||||
|
["bounty"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["task"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_level_gift"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["idle_drop"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_sevenday"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall_daily"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box_3"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["daily_challenge"]={
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
local config = {
|
||||||
|
data=func_open,count=10
|
||||||
|
}
|
||||||
|
return config
|
||||||
10
lua/app/config/strings/id/func_open.lua.meta
Normal file
10
lua/app/config/strings/id/func_open.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 8d4109a2a72f4094ebc743f6df66cea4
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
@ -28,9 +28,6 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10010]={
|
[10010]={
|
||||||
|
|
||||||
},
|
|
||||||
[10011]={
|
|
||||||
|
|
||||||
},
|
},
|
||||||
[10012]={
|
[10012]={
|
||||||
|
|
||||||
@ -55,6 +52,30 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10019]={
|
[10019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10027]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10028]={
|
[10028]={
|
||||||
|
|
||||||
@ -73,9 +94,84 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10033]={
|
[10033]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10034]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10035]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10036]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10037]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10038]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10039]={
|
[10039]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10040]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10041]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10042]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10043]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10044]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10045]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10046]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10047]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10048]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10049]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10050]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10051]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10052]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10053]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10054]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10055]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10056]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10057]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10058]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10059]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[20001]={
|
[20001]={
|
||||||
|
|
||||||
@ -130,6 +226,48 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[20018]={
|
[20018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20030]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20031]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20032]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[30001]={
|
[30001]={
|
||||||
|
|
||||||
@ -169,6 +307,6 @@ local monster_base = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=monster_base,count=56
|
data=monster_base,count=102
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -28,9 +28,6 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10010]={
|
[10010]={
|
||||||
|
|
||||||
},
|
|
||||||
[10011]={
|
|
||||||
|
|
||||||
},
|
},
|
||||||
[10012]={
|
[10012]={
|
||||||
|
|
||||||
@ -55,6 +52,30 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10019]={
|
[10019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10027]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10028]={
|
[10028]={
|
||||||
|
|
||||||
@ -73,9 +94,84 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10033]={
|
[10033]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10034]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10035]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10036]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10037]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10038]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10039]={
|
[10039]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10040]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10041]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10042]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10043]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10044]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10045]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10046]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10047]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10048]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10049]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10050]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10051]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10052]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10053]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10054]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10055]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10056]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10057]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10058]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10059]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[20001]={
|
[20001]={
|
||||||
|
|
||||||
@ -130,6 +226,48 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[20018]={
|
[20018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20030]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20031]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20032]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[30001]={
|
[30001]={
|
||||||
|
|
||||||
@ -169,6 +307,6 @@ local monster_base = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=monster_base,count=56
|
data=monster_base,count=102
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
8
lua/app/config/strings/jp.meta
Normal file
8
lua/app/config/strings/jp.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: d005351c60b922045b028083e396665d
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
36
lua/app/config/strings/jp/func_open.lua
Normal file
36
lua/app/config/strings/jp/func_open.lua
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
local func_open = {
|
||||||
|
["bounty"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["task"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_level_gift"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["idle_drop"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_sevenday"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall_daily"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box_3"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["daily_challenge"]={
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
local config = {
|
||||||
|
data=func_open,count=10
|
||||||
|
}
|
||||||
|
return config
|
||||||
10
lua/app/config/strings/jp/func_open.lua.meta
Normal file
10
lua/app/config/strings/jp/func_open.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b3fe7a2d96eea784787d55c87964aa2a
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
36
lua/app/config/strings/ko/func_open.lua
Normal file
36
lua/app/config/strings/ko/func_open.lua
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
local func_open = {
|
||||||
|
["bounty"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["task"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_level_gift"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["idle_drop"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_sevenday"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall_daily"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box_3"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["daily_challenge"]={
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
local config = {
|
||||||
|
data=func_open,count=10
|
||||||
|
}
|
||||||
|
return config
|
||||||
10
lua/app/config/strings/ko/func_open.lua.meta
Normal file
10
lua/app/config/strings/ko/func_open.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: e1457bf1f0f96a84886cc052c3b10ffa
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
@ -28,9 +28,6 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10010]={
|
[10010]={
|
||||||
|
|
||||||
},
|
|
||||||
[10011]={
|
|
||||||
|
|
||||||
},
|
},
|
||||||
[10012]={
|
[10012]={
|
||||||
|
|
||||||
@ -55,6 +52,30 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10019]={
|
[10019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10027]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10028]={
|
[10028]={
|
||||||
|
|
||||||
@ -73,9 +94,84 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10033]={
|
[10033]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10034]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10035]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10036]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10037]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10038]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10039]={
|
[10039]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10040]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10041]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10042]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10043]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10044]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10045]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10046]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10047]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10048]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10049]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10050]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10051]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10052]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10053]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10054]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10055]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10056]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10057]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10058]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10059]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[20001]={
|
[20001]={
|
||||||
|
|
||||||
@ -130,6 +226,48 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[20018]={
|
[20018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20030]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20031]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20032]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[30001]={
|
[30001]={
|
||||||
|
|
||||||
@ -169,6 +307,6 @@ local monster_base = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=monster_base,count=56
|
data=monster_base,count=102
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -28,9 +28,6 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10010]={
|
[10010]={
|
||||||
|
|
||||||
},
|
|
||||||
[10011]={
|
|
||||||
|
|
||||||
},
|
},
|
||||||
[10012]={
|
[10012]={
|
||||||
|
|
||||||
@ -55,6 +52,30 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10019]={
|
[10019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10027]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10028]={
|
[10028]={
|
||||||
|
|
||||||
@ -73,9 +94,84 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10033]={
|
[10033]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10034]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10035]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10036]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10037]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10038]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10039]={
|
[10039]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10040]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10041]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10042]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10043]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10044]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10045]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10046]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10047]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10048]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10049]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10050]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10051]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10052]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10053]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10054]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10055]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10056]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10057]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10058]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10059]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[20001]={
|
[20001]={
|
||||||
|
|
||||||
@ -130,6 +226,48 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[20018]={
|
[20018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20030]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20031]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20032]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[30001]={
|
[30001]={
|
||||||
|
|
||||||
@ -169,6 +307,6 @@ local monster_base = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=monster_base,count=56
|
data=monster_base,count=102
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
36
lua/app/config/strings/ru/func_open.lua
Normal file
36
lua/app/config/strings/ru/func_open.lua
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
local func_open = {
|
||||||
|
["bounty"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["task"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_level_gift"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["idle_drop"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_sevenday"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall_daily"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box_3"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["daily_challenge"]={
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
local config = {
|
||||||
|
data=func_open,count=10
|
||||||
|
}
|
||||||
|
return config
|
||||||
10
lua/app/config/strings/ru/func_open.lua.meta
Normal file
10
lua/app/config/strings/ru/func_open.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 781991512de623142ad273c835fcbc6b
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
@ -28,9 +28,6 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10010]={
|
[10010]={
|
||||||
|
|
||||||
},
|
|
||||||
[10011]={
|
|
||||||
|
|
||||||
},
|
},
|
||||||
[10012]={
|
[10012]={
|
||||||
|
|
||||||
@ -55,6 +52,30 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10019]={
|
[10019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10027]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10028]={
|
[10028]={
|
||||||
|
|
||||||
@ -73,9 +94,84 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10033]={
|
[10033]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10034]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10035]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10036]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10037]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10038]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10039]={
|
[10039]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10040]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10041]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10042]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10043]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10044]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10045]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10046]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10047]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10048]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10049]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10050]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10051]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10052]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10053]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10054]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10055]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10056]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10057]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10058]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10059]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[20001]={
|
[20001]={
|
||||||
|
|
||||||
@ -130,6 +226,48 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[20018]={
|
[20018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20030]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20031]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20032]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[30001]={
|
[30001]={
|
||||||
|
|
||||||
@ -169,6 +307,6 @@ local monster_base = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=monster_base,count=56
|
data=monster_base,count=102
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
36
lua/app/config/strings/th/func_open.lua
Normal file
36
lua/app/config/strings/th/func_open.lua
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
local func_open = {
|
||||||
|
["bounty"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["task"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_level_gift"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["idle_drop"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_sevenday"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall_daily"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box_3"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["daily_challenge"]={
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
local config = {
|
||||||
|
data=func_open,count=10
|
||||||
|
}
|
||||||
|
return config
|
||||||
10
lua/app/config/strings/th/func_open.lua.meta
Normal file
10
lua/app/config/strings/th/func_open.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 4113cfd07da50d7478adc8ac79a309ba
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
@ -28,9 +28,6 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10010]={
|
[10010]={
|
||||||
|
|
||||||
},
|
|
||||||
[10011]={
|
|
||||||
|
|
||||||
},
|
},
|
||||||
[10012]={
|
[10012]={
|
||||||
|
|
||||||
@ -55,6 +52,30 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10019]={
|
[10019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10027]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10028]={
|
[10028]={
|
||||||
|
|
||||||
@ -73,9 +94,84 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10033]={
|
[10033]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10034]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10035]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10036]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10037]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10038]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10039]={
|
[10039]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10040]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10041]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10042]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10043]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10044]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10045]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10046]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10047]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10048]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10049]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10050]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10051]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10052]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10053]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10054]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10055]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10056]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10057]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10058]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10059]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[20001]={
|
[20001]={
|
||||||
|
|
||||||
@ -130,6 +226,48 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[20018]={
|
[20018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20030]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20031]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20032]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[30001]={
|
[30001]={
|
||||||
|
|
||||||
@ -169,6 +307,6 @@ local monster_base = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=monster_base,count=56
|
data=monster_base,count=102
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
36
lua/app/config/strings/vi/func_open.lua
Normal file
36
lua/app/config/strings/vi/func_open.lua
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
local func_open = {
|
||||||
|
["bounty"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["task"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_level_gift"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["idle_drop"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_sevenday"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall_daily"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box_3"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["daily_challenge"]={
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
local config = {
|
||||||
|
data=func_open,count=10
|
||||||
|
}
|
||||||
|
return config
|
||||||
10
lua/app/config/strings/vi/func_open.lua.meta
Normal file
10
lua/app/config/strings/vi/func_open.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 454a4766f1fe9f541a9b42c571fdb7f5
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
@ -28,9 +28,6 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10010]={
|
[10010]={
|
||||||
|
|
||||||
},
|
|
||||||
[10011]={
|
|
||||||
|
|
||||||
},
|
},
|
||||||
[10012]={
|
[10012]={
|
||||||
|
|
||||||
@ -55,6 +52,30 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10019]={
|
[10019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10027]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10028]={
|
[10028]={
|
||||||
|
|
||||||
@ -73,9 +94,84 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10033]={
|
[10033]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10034]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10035]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10036]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10037]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10038]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10039]={
|
[10039]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10040]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10041]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10042]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10043]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10044]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10045]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10046]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10047]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10048]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10049]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10050]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10051]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10052]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10053]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10054]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10055]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10056]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10057]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10058]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10059]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[20001]={
|
[20001]={
|
||||||
|
|
||||||
@ -130,6 +226,48 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[20018]={
|
[20018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20030]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20031]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20032]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[30001]={
|
[30001]={
|
||||||
|
|
||||||
@ -169,6 +307,6 @@ local monster_base = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=monster_base,count=56
|
data=monster_base,count=102
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
36
lua/app/config/strings/zh/func_open.lua
Normal file
36
lua/app/config/strings/zh/func_open.lua
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
local func_open = {
|
||||||
|
["bounty"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["task"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_level_gift"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["idle_drop"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["act_sevenday"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["mall_daily"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["store_box_3"]={
|
||||||
|
|
||||||
|
},
|
||||||
|
["daily_challenge"]={
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
local config = {
|
||||||
|
data=func_open,count=10
|
||||||
|
}
|
||||||
|
return config
|
||||||
10
lua/app/config/strings/zh/func_open.lua.meta
Normal file
10
lua/app/config/strings/zh/func_open.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 980b12952c08adb42b77de24ba45a5f5
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
@ -28,9 +28,6 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10010]={
|
[10010]={
|
||||||
|
|
||||||
},
|
|
||||||
[10011]={
|
|
||||||
|
|
||||||
},
|
},
|
||||||
[10012]={
|
[10012]={
|
||||||
|
|
||||||
@ -55,6 +52,30 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10019]={
|
[10019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10027]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10028]={
|
[10028]={
|
||||||
|
|
||||||
@ -73,9 +94,84 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[10033]={
|
[10033]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10034]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10035]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10036]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10037]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10038]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[10039]={
|
[10039]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10040]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10041]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10042]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10043]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10044]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10045]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10046]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10047]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10048]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10049]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10050]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10051]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10052]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10053]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10054]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10055]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10056]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10057]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10058]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[10059]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[20001]={
|
[20001]={
|
||||||
|
|
||||||
@ -130,6 +226,48 @@ local monster_base = {
|
|||||||
},
|
},
|
||||||
[20018]={
|
[20018]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20019]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20020]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20021]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20022]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20023]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20024]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20025]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20026]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20027]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20028]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20029]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20030]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20031]={
|
||||||
|
|
||||||
|
},
|
||||||
|
[20032]={
|
||||||
|
|
||||||
},
|
},
|
||||||
[30001]={
|
[30001]={
|
||||||
|
|
||||||
@ -169,6 +307,6 @@ local monster_base = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=monster_base,count=56
|
data=monster_base,count=102
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -12,7 +12,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="1"
|
["icon"]="10"
|
||||||
},
|
},
|
||||||
[2]={
|
[2]={
|
||||||
["type"]=20,
|
["type"]=20,
|
||||||
@ -27,7 +27,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="20"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[3]={
|
[3]={
|
||||||
["type"]=21,
|
["type"]=21,
|
||||||
@ -42,7 +42,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Uwg="
|
["num_for_nothing"]="Uwg="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="21"
|
["icon"]="10"
|
||||||
},
|
},
|
||||||
[4]={
|
[4]={
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
@ -57,7 +57,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Uwg="
|
["num_for_nothing"]="Uwg="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="2"
|
["icon"]="1"
|
||||||
},
|
},
|
||||||
[5]={
|
[5]={
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
@ -72,7 +72,7 @@ local task = {
|
|||||||
["num_for_nothing"]="UQ0="
|
["num_for_nothing"]="UQ0="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="2"
|
["icon"]="1"
|
||||||
},
|
},
|
||||||
[6]={
|
[6]={
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
@ -87,7 +87,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vwhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="2"
|
["icon"]="1"
|
||||||
},
|
},
|
||||||
[7]={
|
[7]={
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
@ -102,7 +102,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="2"
|
["icon"]="1"
|
||||||
},
|
},
|
||||||
[8]={
|
[8]={
|
||||||
["type"]=3,
|
["type"]=3,
|
||||||
@ -118,7 +118,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=3,
|
["lock"]=3,
|
||||||
["icon"]="3"
|
["icon"]="1"
|
||||||
},
|
},
|
||||||
[9]={
|
[9]={
|
||||||
["type"]=3,
|
["type"]=3,
|
||||||
@ -134,7 +134,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=3,
|
["lock"]=3,
|
||||||
["icon"]="3"
|
["icon"]="1"
|
||||||
},
|
},
|
||||||
[10]={
|
[10]={
|
||||||
["type"]=3,
|
["type"]=3,
|
||||||
@ -150,7 +150,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=3,
|
["lock"]=3,
|
||||||
["icon"]="3"
|
["icon"]="1"
|
||||||
},
|
},
|
||||||
[11]={
|
[11]={
|
||||||
["type"]=3,
|
["type"]=3,
|
||||||
@ -166,7 +166,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=3,
|
["lock"]=3,
|
||||||
["icon"]="3"
|
["icon"]="1"
|
||||||
},
|
},
|
||||||
[12]={
|
[12]={
|
||||||
["type"]=4,
|
["type"]=4,
|
||||||
@ -181,7 +181,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Uwg="
|
["num_for_nothing"]="Uwg="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="4"
|
["icon"]="1"
|
||||||
},
|
},
|
||||||
[13]={
|
[13]={
|
||||||
["type"]=4,
|
["type"]=4,
|
||||||
@ -196,7 +196,7 @@ local task = {
|
|||||||
["num_for_nothing"]="UQ0="
|
["num_for_nothing"]="UQ0="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="4"
|
["icon"]="1"
|
||||||
},
|
},
|
||||||
[14]={
|
[14]={
|
||||||
["type"]=4,
|
["type"]=4,
|
||||||
@ -211,7 +211,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vwhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="4"
|
["icon"]="1"
|
||||||
},
|
},
|
||||||
[15]={
|
[15]={
|
||||||
["type"]=4,
|
["type"]=4,
|
||||||
@ -226,7 +226,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="4"
|
["icon"]="1"
|
||||||
},
|
},
|
||||||
[16]={
|
[16]={
|
||||||
["type"]=5,
|
["type"]=5,
|
||||||
@ -242,7 +242,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=3,
|
["lock"]=3,
|
||||||
["icon"]="5"
|
["icon"]="2"
|
||||||
},
|
},
|
||||||
[17]={
|
[17]={
|
||||||
["type"]=5,
|
["type"]=5,
|
||||||
@ -258,7 +258,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=3,
|
["lock"]=3,
|
||||||
["icon"]="5"
|
["icon"]="2"
|
||||||
},
|
},
|
||||||
[18]={
|
[18]={
|
||||||
["type"]=5,
|
["type"]=5,
|
||||||
@ -274,7 +274,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=3,
|
["lock"]=3,
|
||||||
["icon"]="5"
|
["icon"]="2"
|
||||||
},
|
},
|
||||||
[19]={
|
[19]={
|
||||||
["type"]=5,
|
["type"]=5,
|
||||||
@ -290,7 +290,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=3,
|
["lock"]=3,
|
||||||
["icon"]="5"
|
["icon"]="2"
|
||||||
},
|
},
|
||||||
[20]={
|
[20]={
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
@ -305,7 +305,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Uwg="
|
["num_for_nothing"]="Uwg="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="6"
|
["icon"]="3"
|
||||||
},
|
},
|
||||||
[21]={
|
[21]={
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
@ -320,7 +320,7 @@ local task = {
|
|||||||
["num_for_nothing"]="UQ0="
|
["num_for_nothing"]="UQ0="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="6"
|
["icon"]="3"
|
||||||
},
|
},
|
||||||
[22]={
|
[22]={
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
@ -335,7 +335,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vwhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="6"
|
["icon"]="3"
|
||||||
},
|
},
|
||||||
[23]={
|
[23]={
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
@ -350,7 +350,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="6"
|
["icon"]="3"
|
||||||
},
|
},
|
||||||
[24]={
|
[24]={
|
||||||
["type"]=7,
|
["type"]=7,
|
||||||
@ -366,7 +366,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=10,
|
["lock"]=10,
|
||||||
["icon"]="7"
|
["icon"]="4"
|
||||||
},
|
},
|
||||||
[25]={
|
[25]={
|
||||||
["type"]=7,
|
["type"]=7,
|
||||||
@ -382,7 +382,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=10,
|
["lock"]=10,
|
||||||
["icon"]="7"
|
["icon"]="4"
|
||||||
},
|
},
|
||||||
[26]={
|
[26]={
|
||||||
["type"]=7,
|
["type"]=7,
|
||||||
@ -398,7 +398,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=10,
|
["lock"]=10,
|
||||||
["icon"]="7"
|
["icon"]="4"
|
||||||
},
|
},
|
||||||
[27]={
|
[27]={
|
||||||
["type"]=7,
|
["type"]=7,
|
||||||
@ -414,7 +414,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=10,
|
["lock"]=10,
|
||||||
["icon"]="7"
|
["icon"]="4"
|
||||||
},
|
},
|
||||||
[28]={
|
[28]={
|
||||||
["type"]=8,
|
["type"]=8,
|
||||||
@ -430,7 +430,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=5,
|
["lock"]=5,
|
||||||
["icon"]="8"
|
["icon"]="5"
|
||||||
},
|
},
|
||||||
[29]={
|
[29]={
|
||||||
["type"]=8,
|
["type"]=8,
|
||||||
@ -446,7 +446,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=5,
|
["lock"]=5,
|
||||||
["icon"]="8"
|
["icon"]="5"
|
||||||
},
|
},
|
||||||
[30]={
|
[30]={
|
||||||
["type"]=8,
|
["type"]=8,
|
||||||
@ -461,7 +461,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vwhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="8"
|
["icon"]="5"
|
||||||
},
|
},
|
||||||
[31]={
|
[31]={
|
||||||
["type"]=8,
|
["type"]=8,
|
||||||
@ -476,7 +476,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="8"
|
["icon"]="5"
|
||||||
},
|
},
|
||||||
[32]={
|
[32]={
|
||||||
["type"]=9,
|
["type"]=9,
|
||||||
@ -491,7 +491,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Uwg="
|
["num_for_nothing"]="Uwg="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="9"
|
["icon"]="6"
|
||||||
},
|
},
|
||||||
[33]={
|
[33]={
|
||||||
["type"]=9,
|
["type"]=9,
|
||||||
@ -506,7 +506,7 @@ local task = {
|
|||||||
["num_for_nothing"]="UQ0="
|
["num_for_nothing"]="UQ0="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="9"
|
["icon"]="6"
|
||||||
},
|
},
|
||||||
[34]={
|
[34]={
|
||||||
["type"]=9,
|
["type"]=9,
|
||||||
@ -521,7 +521,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vwhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="9"
|
["icon"]="6"
|
||||||
},
|
},
|
||||||
[35]={
|
[35]={
|
||||||
["type"]=9,
|
["type"]=9,
|
||||||
@ -536,7 +536,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="9"
|
["icon"]="6"
|
||||||
},
|
},
|
||||||
[36]={
|
[36]={
|
||||||
["type"]=10,
|
["type"]=10,
|
||||||
@ -552,7 +552,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=4,
|
["lock"]=4,
|
||||||
["icon"]="10"
|
["icon"]="7"
|
||||||
},
|
},
|
||||||
[37]={
|
[37]={
|
||||||
["type"]=10,
|
["type"]=10,
|
||||||
@ -568,7 +568,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=4,
|
["lock"]=4,
|
||||||
["icon"]="10"
|
["icon"]="7"
|
||||||
},
|
},
|
||||||
[38]={
|
[38]={
|
||||||
["type"]=10,
|
["type"]=10,
|
||||||
@ -583,7 +583,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vwhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="10"
|
["icon"]="7"
|
||||||
},
|
},
|
||||||
[39]={
|
[39]={
|
||||||
["type"]=10,
|
["type"]=10,
|
||||||
@ -598,7 +598,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="10"
|
["icon"]="7"
|
||||||
},
|
},
|
||||||
[40]={
|
[40]={
|
||||||
["type"]=11,
|
["type"]=11,
|
||||||
@ -614,7 +614,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=5,
|
["lock"]=5,
|
||||||
["icon"]="11"
|
["icon"]="7"
|
||||||
},
|
},
|
||||||
[41]={
|
[41]={
|
||||||
["type"]=11,
|
["type"]=11,
|
||||||
@ -630,7 +630,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=5,
|
["lock"]=5,
|
||||||
["icon"]="11"
|
["icon"]="7"
|
||||||
},
|
},
|
||||||
[42]={
|
[42]={
|
||||||
["type"]=11,
|
["type"]=11,
|
||||||
@ -646,7 +646,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=5,
|
["lock"]=5,
|
||||||
["icon"]="11"
|
["icon"]="7"
|
||||||
},
|
},
|
||||||
[43]={
|
[43]={
|
||||||
["type"]=11,
|
["type"]=11,
|
||||||
@ -662,7 +662,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=5,
|
["lock"]=5,
|
||||||
["icon"]="11"
|
["icon"]="7"
|
||||||
},
|
},
|
||||||
[44]={
|
[44]={
|
||||||
["type"]=12,
|
["type"]=12,
|
||||||
@ -677,7 +677,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Uwg="
|
["num_for_nothing"]="Uwg="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="12"
|
["icon"]="9"
|
||||||
},
|
},
|
||||||
[45]={
|
[45]={
|
||||||
["type"]=12,
|
["type"]=12,
|
||||||
@ -692,7 +692,7 @@ local task = {
|
|||||||
["num_for_nothing"]="UQ0="
|
["num_for_nothing"]="UQ0="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="12"
|
["icon"]="9"
|
||||||
},
|
},
|
||||||
[46]={
|
[46]={
|
||||||
["type"]=12,
|
["type"]=12,
|
||||||
@ -707,7 +707,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vwhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="12"
|
["icon"]="9"
|
||||||
},
|
},
|
||||||
[47]={
|
[47]={
|
||||||
["type"]=12,
|
["type"]=12,
|
||||||
@ -722,7 +722,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="12"
|
["icon"]="9"
|
||||||
},
|
},
|
||||||
[48]={
|
[48]={
|
||||||
["type"]=13,
|
["type"]=13,
|
||||||
@ -737,7 +737,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Uwg="
|
["num_for_nothing"]="Uwg="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="13"
|
["icon"]="9"
|
||||||
},
|
},
|
||||||
[49]={
|
[49]={
|
||||||
["type"]=13,
|
["type"]=13,
|
||||||
@ -752,7 +752,7 @@ local task = {
|
|||||||
["num_for_nothing"]="UQ0="
|
["num_for_nothing"]="UQ0="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="13"
|
["icon"]="9"
|
||||||
},
|
},
|
||||||
[50]={
|
[50]={
|
||||||
["type"]=13,
|
["type"]=13,
|
||||||
@ -767,7 +767,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vwhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="13"
|
["icon"]="9"
|
||||||
},
|
},
|
||||||
[51]={
|
[51]={
|
||||||
["type"]=13,
|
["type"]=13,
|
||||||
@ -782,7 +782,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="13"
|
["icon"]="9"
|
||||||
},
|
},
|
||||||
[52]={
|
[52]={
|
||||||
["type"]=14,
|
["type"]=14,
|
||||||
@ -797,7 +797,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Uwg="
|
["num_for_nothing"]="Uwg="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="14"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[53]={
|
[53]={
|
||||||
["type"]=14,
|
["type"]=14,
|
||||||
@ -812,7 +812,7 @@ local task = {
|
|||||||
["num_for_nothing"]="UQ0="
|
["num_for_nothing"]="UQ0="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="14"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[54]={
|
[54]={
|
||||||
["type"]=14,
|
["type"]=14,
|
||||||
@ -827,7 +827,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vwhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="14"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[55]={
|
[55]={
|
||||||
["type"]=14,
|
["type"]=14,
|
||||||
@ -842,7 +842,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="14"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[56]={
|
[56]={
|
||||||
["type"]=15,
|
["type"]=15,
|
||||||
@ -857,7 +857,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Uwg="
|
["num_for_nothing"]="Uwg="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="15"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[57]={
|
[57]={
|
||||||
["type"]=15,
|
["type"]=15,
|
||||||
@ -872,7 +872,7 @@ local task = {
|
|||||||
["num_for_nothing"]="UQ0="
|
["num_for_nothing"]="UQ0="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="15"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[58]={
|
[58]={
|
||||||
["type"]=15,
|
["type"]=15,
|
||||||
@ -887,7 +887,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vwhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="15"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[59]={
|
[59]={
|
||||||
["type"]=15,
|
["type"]=15,
|
||||||
@ -902,7 +902,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="15"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[60]={
|
[60]={
|
||||||
["type"]=16,
|
["type"]=16,
|
||||||
@ -917,7 +917,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Uwg="
|
["num_for_nothing"]="Uwg="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="16"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[61]={
|
[61]={
|
||||||
["type"]=16,
|
["type"]=16,
|
||||||
@ -932,7 +932,7 @@ local task = {
|
|||||||
["num_for_nothing"]="UQ0="
|
["num_for_nothing"]="UQ0="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="16"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[62]={
|
[62]={
|
||||||
["type"]=16,
|
["type"]=16,
|
||||||
@ -947,7 +947,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vwhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="16"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[63]={
|
[63]={
|
||||||
["type"]=16,
|
["type"]=16,
|
||||||
@ -962,7 +962,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="16"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[64]={
|
[64]={
|
||||||
["type"]=17,
|
["type"]=17,
|
||||||
@ -977,7 +977,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Uwg="
|
["num_for_nothing"]="Uwg="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="17"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[65]={
|
[65]={
|
||||||
["type"]=17,
|
["type"]=17,
|
||||||
@ -992,7 +992,7 @@ local task = {
|
|||||||
["num_for_nothing"]="UQ0="
|
["num_for_nothing"]="UQ0="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="17"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[66]={
|
[66]={
|
||||||
["type"]=17,
|
["type"]=17,
|
||||||
@ -1007,7 +1007,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vwhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="17"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[67]={
|
[67]={
|
||||||
["type"]=17,
|
["type"]=17,
|
||||||
@ -1022,7 +1022,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="17"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[68]={
|
[68]={
|
||||||
["type"]=18,
|
["type"]=18,
|
||||||
@ -1037,7 +1037,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Uwg="
|
["num_for_nothing"]="Uwg="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="18"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[69]={
|
[69]={
|
||||||
["type"]=18,
|
["type"]=18,
|
||||||
@ -1052,7 +1052,7 @@ local task = {
|
|||||||
["num_for_nothing"]="UQ0="
|
["num_for_nothing"]="UQ0="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="18"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[70]={
|
[70]={
|
||||||
["type"]=18,
|
["type"]=18,
|
||||||
@ -1067,7 +1067,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vwhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="18"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[71]={
|
[71]={
|
||||||
["type"]=18,
|
["type"]=18,
|
||||||
@ -1082,7 +1082,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="18"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[72]={
|
[72]={
|
||||||
["type"]=19,
|
["type"]=19,
|
||||||
@ -1097,7 +1097,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Uwg="
|
["num_for_nothing"]="Uwg="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="19"
|
["icon"]="9"
|
||||||
},
|
},
|
||||||
[73]={
|
[73]={
|
||||||
["type"]=19,
|
["type"]=19,
|
||||||
@ -1112,7 +1112,7 @@ local task = {
|
|||||||
["num_for_nothing"]="UQ0="
|
["num_for_nothing"]="UQ0="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="19"
|
["icon"]="9"
|
||||||
},
|
},
|
||||||
[74]={
|
[74]={
|
||||||
["type"]=19,
|
["type"]=19,
|
||||||
@ -1127,7 +1127,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vwhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="19"
|
["icon"]="9"
|
||||||
},
|
},
|
||||||
[75]={
|
[75]={
|
||||||
["type"]=19,
|
["type"]=19,
|
||||||
@ -1142,7 +1142,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="19"
|
["icon"]="9"
|
||||||
},
|
},
|
||||||
[76]={
|
[76]={
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
@ -1157,7 +1157,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vwhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="2"
|
["icon"]="1"
|
||||||
},
|
},
|
||||||
[77]={
|
[77]={
|
||||||
["type"]=3,
|
["type"]=3,
|
||||||
@ -1172,7 +1172,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="3"
|
["icon"]="2"
|
||||||
},
|
},
|
||||||
[78]={
|
[78]={
|
||||||
["type"]=5,
|
["type"]=5,
|
||||||
@ -1187,7 +1187,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="5"
|
["icon"]="2"
|
||||||
},
|
},
|
||||||
[79]={
|
[79]={
|
||||||
["type"]=6,
|
["type"]=6,
|
||||||
@ -1202,7 +1202,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="6"
|
["icon"]="3"
|
||||||
},
|
},
|
||||||
[80]={
|
[80]={
|
||||||
["type"]=7,
|
["type"]=7,
|
||||||
@ -1218,7 +1218,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=10,
|
["lock"]=10,
|
||||||
["icon"]="7"
|
["icon"]="4"
|
||||||
},
|
},
|
||||||
[81]={
|
[81]={
|
||||||
["type"]=8,
|
["type"]=8,
|
||||||
@ -1234,7 +1234,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=5,
|
["lock"]=5,
|
||||||
["icon"]="8"
|
["icon"]="5"
|
||||||
},
|
},
|
||||||
[82]={
|
[82]={
|
||||||
["type"]=9,
|
["type"]=9,
|
||||||
@ -1265,7 +1265,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=4,
|
["lock"]=4,
|
||||||
["icon"]="10"
|
["icon"]="7"
|
||||||
},
|
},
|
||||||
[84]={
|
[84]={
|
||||||
["type"]=11,
|
["type"]=11,
|
||||||
@ -1281,7 +1281,7 @@ local task = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["lock"]=5,
|
["lock"]=5,
|
||||||
["icon"]="11"
|
["icon"]="7"
|
||||||
},
|
},
|
||||||
[85]={
|
[85]={
|
||||||
["type"]=12,
|
["type"]=12,
|
||||||
@ -1296,7 +1296,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="12"
|
["icon"]="9"
|
||||||
},
|
},
|
||||||
[86]={
|
[86]={
|
||||||
["type"]=13,
|
["type"]=13,
|
||||||
@ -1311,7 +1311,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="13"
|
["icon"]="9"
|
||||||
},
|
},
|
||||||
[87]={
|
[87]={
|
||||||
["type"]=14,
|
["type"]=14,
|
||||||
@ -1326,7 +1326,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="14"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[88]={
|
[88]={
|
||||||
["type"]=15,
|
["type"]=15,
|
||||||
@ -1341,7 +1341,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vwhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="15"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[89]={
|
[89]={
|
||||||
["type"]=16,
|
["type"]=16,
|
||||||
@ -1356,7 +1356,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="16"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[90]={
|
[90]={
|
||||||
["type"]=17,
|
["type"]=17,
|
||||||
@ -1371,7 +1371,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="17"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[91]={
|
[91]={
|
||||||
["type"]=18,
|
["type"]=18,
|
||||||
@ -1386,7 +1386,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vwhc"
|
["num_for_nothing"]="Vwhc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="18"
|
["icon"]="8"
|
||||||
},
|
},
|
||||||
[92]={
|
[92]={
|
||||||
["type"]=19,
|
["type"]=19,
|
||||||
@ -1401,7 +1401,7 @@ local task = {
|
|||||||
["num_for_nothing"]="Vw1c"
|
["num_for_nothing"]="Vw1c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["icon"]="19"
|
["icon"]="9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
|
|||||||
@ -112,7 +112,7 @@ local task_daily_challenge = {
|
|||||||
["number"]=3
|
["number"]=3
|
||||||
},
|
},
|
||||||
[6]={
|
[6]={
|
||||||
["param"]=10,
|
["param"]=1,
|
||||||
["reward"]={
|
["reward"]={
|
||||||
{
|
{
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
|
|||||||
@ -43,8 +43,9 @@ local tutorial = {
|
|||||||
13,
|
13,
|
||||||
14,
|
14,
|
||||||
24,
|
24,
|
||||||
34,
|
33,
|
||||||
44
|
44,
|
||||||
|
45
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[10040]={
|
[10040]={
|
||||||
@ -61,8 +62,7 @@ local tutorial = {
|
|||||||
13,
|
13,
|
||||||
14,
|
14,
|
||||||
24,
|
24,
|
||||||
34,
|
34
|
||||||
44
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[10060]={
|
[10060]={
|
||||||
@ -78,8 +78,7 @@ local tutorial = {
|
|||||||
13,
|
13,
|
||||||
14,
|
14,
|
||||||
24,
|
24,
|
||||||
34,
|
34
|
||||||
44
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[20000]={
|
[20000]={
|
||||||
|
|||||||
@ -156,9 +156,11 @@ function BattleController:onLinkChange()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if not self.atkTeam:getMainUnit().unitEntity:getActiveSkillLimit() then
|
||||||
local aniSequence, influenceElementType, lineCount, elementTypeMap, linkElementType = self:calculateCurElimination(true)
|
local aniSequence, influenceElementType, lineCount, elementTypeMap, linkElementType = self:calculateCurElimination(true)
|
||||||
|
|
||||||
self.battleUI:refreshSkill(elementTypeMap, count > 0)
|
self.battleUI:refreshSkill(elementTypeMap, count > 0)
|
||||||
|
end
|
||||||
|
|
||||||
if mainElementType then
|
if mainElementType then
|
||||||
self.atkTeam:changeMainUnit(mainElementType)
|
self.atkTeam:changeMainUnit(mainElementType)
|
||||||
end
|
end
|
||||||
@ -910,7 +912,9 @@ function BattleController:onLinkOver()
|
|||||||
|
|
||||||
local aniSequence, influenceElementTypeMap, lineCount, elementTypeMap, linkElementType, effectGridMap = self:calculateCurElimination()
|
local aniSequence, influenceElementTypeMap, lineCount, elementTypeMap, linkElementType, effectGridMap = self:calculateCurElimination()
|
||||||
|
|
||||||
|
if not self.atkTeam:getMainUnit().unitEntity:getActiveSkillLimit() then
|
||||||
self.battleData:addSkillEnergy(elementTypeMap)
|
self.battleData:addSkillEnergy(elementTypeMap)
|
||||||
|
end
|
||||||
self.battleData:clearGridSequence()
|
self.battleData:clearGridSequence()
|
||||||
self.battleUI:disableUITouch()
|
self.battleUI:disableUITouch()
|
||||||
self.battleUI:eliminationAni(aniSequence, effectGridMap, function()
|
self.battleUI:eliminationAni(aniSequence, effectGridMap, function()
|
||||||
|
|||||||
@ -57,11 +57,17 @@ local function _undeadOff(buffSender, target, buff, buffEffect)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function _imprisonOn(buffSender, buff, target, buffEffect)
|
local function _imprisonOn(buffSender, buff, target, buffEffect)
|
||||||
|
if target.side == GConst.BattleConst.SIDE_ATK then
|
||||||
|
DataManager.BattleData:lockAllSkillGrid(true)
|
||||||
|
end
|
||||||
target.unitEntity:addActiveSkillLimit(buff:getName())
|
target.unitEntity:addActiveSkillLimit(buff:getName())
|
||||||
return 1
|
return 1
|
||||||
end
|
end
|
||||||
|
|
||||||
local function _imprisonOff(buffSender, target, buff, buffEffect)
|
local function _imprisonOff(buffSender, target, buff, buffEffect)
|
||||||
|
if target.side == GConst.BattleConst.SIDE_ATK then
|
||||||
|
DataManager.BattleData:lockAllSkillGrid(false)
|
||||||
|
end
|
||||||
target.unitEntity:removeActiveSkillLimit(buff:getName())
|
target.unitEntity:removeActiveSkillLimit(buff:getName())
|
||||||
return 1
|
return 1
|
||||||
end
|
end
|
||||||
|
|||||||
@ -532,7 +532,6 @@ function BattleTeam:setCentralizedAttack(centralizedAttack)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function BattleTeam:setIsFinalBlock(isFinalBlock)
|
function BattleTeam:setIsFinalBlock(isFinalBlock)
|
||||||
Logger.logHighlight(isFinalBlock)
|
|
||||||
if not self.isFinalBlock and not isFinalBlock then
|
if not self.isFinalBlock and not isFinalBlock then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|||||||
@ -343,6 +343,22 @@ function BattleData:setGridType(posId, gridType)
|
|||||||
entity:determineIdleStatus()
|
entity:determineIdleStatus()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function BattleData:lockAllSkillGrid(lock)
|
||||||
|
if not self.gridEntities then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
|
for posId, entity in pairs(self.gridEntities) do
|
||||||
|
if entity:getSkillId() then
|
||||||
|
local gridType = GConst.BattleConst.GRID_TYPE.EMPTY
|
||||||
|
if lock then
|
||||||
|
gridType = GConst.BattleConst.GRID_TYPE.LOCK
|
||||||
|
end
|
||||||
|
self:setGridType(posId, gridType)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
function BattleData:getSkillEntities()
|
function BattleData:getSkillEntities()
|
||||||
return self.skillMap
|
return self.skillMap
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user