diff --git a/lua/app/config/chapter.lua b/lua/app/config/chapter.lua
index 0b3b53e2..4c84a2f7 100644
--- a/lua/app/config/chapter.lua
+++ b/lua/app/config/chapter.lua
@@ -127,8 +127,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 1000,
- 1000
+ 100,
+ 100
}
},
[2]={
@@ -278,8 +278,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 1000,
- 1000
+ 100,
+ 100
}
},
[3]={
@@ -424,8 +424,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 1000,
- 1000
+ 100,
+ 100
}
},
[4]={
@@ -621,8 +621,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 1000,
- 1000
+ 100,
+ 100
}
},
[5]={
@@ -824,8 +824,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 2672,
- 5334
+ 1635,
+ 4079
}
},
[6]={
@@ -1027,8 +1027,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 3453,
- 6814
+ 2352,
+ 5438
}
},
[7]={
@@ -1246,8 +1246,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 5389,
- 9894
+ 4130,
+ 8266
}
},
[8]={
@@ -1465,8 +1465,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 7688,
- 13408
+ 6241,
+ 11493
}
},
[9]={
@@ -1684,8 +1684,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 9289,
- 16153
+ 7710,
+ 14013
}
},
[10]={
@@ -1903,8 +1903,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 12561,
- 21119
+ 10715,
+ 18573
}
},
[11]={
@@ -2122,8 +2122,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 16598,
- 27373
+ 14422,
+ 24315
}
},
[12]={
@@ -2341,8 +2341,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 17209,
- 28742
+ 14982,
+ 25572
}
},
[13]={
@@ -2560,8 +2560,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 18468,
- 31162
+ 16139,
+ 27794
}
},
[14]={
@@ -2779,8 +2779,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 20905,
- 35320
+ 18376,
+ 31612
}
},
[15]={
@@ -2998,8 +2998,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 21768,
- 37102
+ 19169,
+ 33248
}
},
[16]={
@@ -3217,8 +3217,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 23627,
- 40479
+ 20876,
+ 36349
}
},
[17]={
@@ -3436,8 +3436,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 25013,
- 43180
+ 22148,
+ 38828
}
},
[18]={
@@ -3655,8 +3655,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 27131,
- 46903
+ 24093,
+ 42247
}
},
[19]={
@@ -3874,8 +3874,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 28132,
- 49114
+ 25012,
+ 44277
}
},
[20]={
@@ -4093,8 +4093,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 30519,
- 53399
+ 27203,
+ 48211
}
},
[21]={
@@ -4312,8 +4312,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 32108,
- 56435
+ 28663,
+ 50999
}
},
[22]={
@@ -4531,8 +4531,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 34754,
- 61143
+ 31092,
+ 55322
}
},
[23]={
@@ -4750,8 +4750,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 36690,
- 64795
+ 32869,
+ 58675
}
},
[24]={
@@ -4969,8 +4969,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 37553,
- 66813
+ 33662,
+ 60528
}
},
[25]={
@@ -5188,8 +5188,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 41321,
- 73529
+ 37122,
+ 66694
}
},
[26]={
@@ -5407,8 +5407,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 42327,
- 75723
+ 38046,
+ 68709
}
},
[27]={
@@ -5626,8 +5626,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 46557,
- 83198
+ 41929,
+ 75572
}
},
[28]={
@@ -5845,8 +5845,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 51292,
- 91679
+ 46277,
+ 83359
}
},
[29]={
@@ -6064,8 +6064,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 56589,
- 100952
+ 51140,
+ 91874
}
},
[30]={
@@ -6282,8 +6282,8 @@ local chapter = {
}
},
["daily_challenge_difficulty"]={
- 62573,
- 111589
+ 56635,
+ 101640
}
}
}
diff --git a/lua/app/config/chapter_board_daily_challenge.lua b/lua/app/config/chapter_board_daily_challenge.lua
index 804c9a57..5a5cace4 100644
--- a/lua/app/config/chapter_board_daily_challenge.lua
+++ b/lua/app/config/chapter_board_daily_challenge.lua
@@ -1238,7 +1238,7 @@ local chapter_board_daily_challenge = {
1
},
{
- 1,
+ 3,
0
},
{
@@ -1246,7 +1246,7 @@ local chapter_board_daily_challenge = {
1
},
{
- 1,
+ 3,
0
},
{
@@ -1298,7 +1298,7 @@ local chapter_board_daily_challenge = {
0
},
{
- 1,
+ 2,
0
},
{
@@ -4942,15 +4942,15 @@ local chapter_board_daily_challenge = {
0
},
{
- 34,
+ 0,
1
},
{
- 34,
+ 0,
2
},
{
- 34,
+ 0,
2
},
{
@@ -4958,15 +4958,15 @@ local chapter_board_daily_challenge = {
0
},
{
- 34,
+ 0,
2
},
{
- 34,
+ 0,
2
},
{
- 34,
+ 0,
1
},
{
@@ -5050,7 +5050,7 @@ local chapter_board_daily_challenge = {
0
},
{
- 1,
+ 31,
0
},
{
@@ -5078,7 +5078,7 @@ local chapter_board_daily_challenge = {
0
},
{
- 1,
+ 31,
0
},
{
@@ -5106,7 +5106,7 @@ local chapter_board_daily_challenge = {
0
},
{
- 1,
+ 31,
0
},
{
@@ -5206,12 +5206,12 @@ local chapter_board_daily_challenge = {
0
},
{
- 1,
- 0
+ 0,
+ 1
},
{
- 1,
- 0
+ 0,
+ 1
},
{
1,
@@ -5234,11 +5234,11 @@ local chapter_board_daily_challenge = {
0
},
{
- 1,
+ 31,
0
},
{
- 1,
+ 31,
0
},
{
@@ -5262,7 +5262,7 @@ local chapter_board_daily_challenge = {
0
},
{
- 1,
+ 31,
0
},
{
diff --git a/lua/app/config/fx.lua b/lua/app/config/fx.lua
index 1521af1a..99e0b0fa 100644
--- a/lua/app/config/fx.lua
+++ b/lua/app/config/fx.lua
@@ -1054,6 +1054,10 @@ local fx = {
["res"]="sfx_m20013_b05",
["bind"]="root"
},
+ [200122]={
+ ["res"]="sfx_m20010_b02",
+ ["bind"]="root"
+ },
[300000]={
["res"]="sfx_p0001_b01",
["bind"]="root"
@@ -1661,6 +1665,6 @@ local fx = {
}
}
local config = {
-data=fx,count=401
+data=fx,count=402
}
return config
\ No newline at end of file
diff --git a/lua/app/config/monster_chapter.lua b/lua/app/config/monster_chapter.lua
index 01417198..00521437 100644
--- a/lua/app/config/monster_chapter.lua
+++ b/lua/app/config/monster_chapter.lua
@@ -1561,21 +1561,21 @@ local monster_chapter = {
["monster_exp"]=12000
},
[12001]={
- ["monster_base"]=20015,
+ ["monster_base"]=20007,
["is_boss"]=1,
["hp"]=68400000,
["atk"]=800000,
["atk_times"]=4,
["hurt_skill"]={
- 30043,
- 30044,
- 30045
+ 30019,
+ 30020,
+ 30021
},
["skill"]={
- 10070
+ 10060
},
["passive_skill"]={
- 10008
+ 10061
},
["monster_exp"]=12000
},
@@ -1628,18 +1628,21 @@ local monster_chapter = {
["monster_exp"]=22000
},
[12501]={
- ["monster_base"]=20001,
+ ["monster_base"]=20025,
["is_boss"]=1,
["hp"]=97800000,
["atk"]=870000,
["atk_times"]=4,
["hurt_skill"]={
- 30001,
- 30002,
- 30003
+ 30073,
+ 30074,
+ 30075
},
["skill"]={
- 10020
+ 10062
+ },
+ ["passive_skill"]={
+ 10013
},
["monster_exp"]=24000
},
@@ -1712,8 +1715,8 @@ local monster_chapter = {
},
[13101]={
["monster_base"]=10030,
- ["hp"]=13300000,
- ["atk"]=640000,
+ ["hp"]=13900000,
+ ["atk"]=670000,
["atk_times"]=3,
["hurt_skill"]={
20085,
@@ -1724,8 +1727,8 @@ local monster_chapter = {
},
[13201]={
["monster_base"]=10033,
- ["hp"]=18800000,
- ["atk"]=670000,
+ ["hp"]=19400000,
+ ["atk"]=700000,
["atk_times"]=3,
["hurt_skill"]={
20094,
@@ -1736,8 +1739,8 @@ local monster_chapter = {
},
[13301]={
["monster_base"]=10019,
- ["hp"]=21100000,
- ["atk"]=700000,
+ ["hp"]=21900000,
+ ["atk"]=730000,
["atk_times"]=3,
["hurt_skill"]={
20052,
@@ -1748,8 +1751,8 @@ local monster_chapter = {
},
[13401]={
["monster_base"]=10012,
- ["hp"]=28000000,
- ["atk"]=740000,
+ ["hp"]=27400000,
+ ["atk"]=720000,
["atk_times"]=3,
["hurt_skill"]={
20031,
@@ -1761,8 +1764,8 @@ local monster_chapter = {
[13501]={
["monster_base"]=20015,
["is_boss"]=1,
- ["hp"]=41400000,
- ["atk"]=850000,
+ ["hp"]=40400000,
+ ["atk"]=830000,
["atk_times"]=4,
["hurt_skill"]={
30043,
@@ -1779,8 +1782,8 @@ local monster_chapter = {
},
[13601]={
["monster_base"]=10017,
- ["hp"]=28100000,
- ["atk"]=810000,
+ ["hp"]=27700000,
+ ["atk"]=800000,
["atk_times"]=3,
["hurt_skill"]={
20046,
@@ -1791,8 +1794,8 @@ local monster_chapter = {
},
[13701]={
["monster_base"]=10013,
- ["hp"]=31500000,
- ["atk"]=900000,
+ ["hp"]=30800000,
+ ["atk"]=890000,
["atk_times"]=3,
["hurt_skill"]={
20034,
@@ -1803,8 +1806,8 @@ local monster_chapter = {
},
[13801]={
["monster_base"]=10032,
- ["hp"]=36500000,
- ["atk"]=840000,
+ ["hp"]=35700000,
+ ["atk"]=830000,
["atk_times"]=3,
["hurt_skill"]={
20091,
@@ -1815,8 +1818,8 @@ local monster_chapter = {
},
[13901]={
["monster_base"]=10033,
- ["hp"]=41400000,
- ["atk"]=940000,
+ ["hp"]=40500000,
+ ["atk"]=930000,
["atk_times"]=3,
["hurt_skill"]={
20094,
@@ -1828,7 +1831,7 @@ local monster_chapter = {
[14001]={
["monster_base"]=20005,
["is_boss"]=1,
- ["hp"]=76300000,
+ ["hp"]=76600000,
["atk"]=910000,
["atk_times"]=4,
["hurt_skill"]={
@@ -1846,8 +1849,8 @@ local monster_chapter = {
},
[14101]={
["monster_base"]=10031,
- ["hp"]=44100000,
- ["atk"]=870000,
+ ["hp"]=44200000,
+ ["atk"]=880000,
["atk_times"]=3,
["hurt_skill"]={
20088,
@@ -1858,8 +1861,8 @@ local monster_chapter = {
},
[14201]={
["monster_base"]=10034,
- ["hp"]=50000000,
- ["atk"]=900000,
+ ["hp"]=50100000,
+ ["atk"]=910000,
["atk_times"]=3,
["hurt_skill"]={
20097,
@@ -1870,8 +1873,8 @@ local monster_chapter = {
},
[14301]={
["monster_base"]=10003,
- ["hp"]=52800000,
- ["atk"]=930000,
+ ["hp"]=53000000,
+ ["atk"]=940000,
["atk_times"]=3,
["hurt_skill"]={
20007,
@@ -1882,8 +1885,8 @@ local monster_chapter = {
},
[14401]={
["monster_base"]=10014,
- ["hp"]=57200000,
- ["atk"]=960000,
+ ["hp"]=57500000,
+ ["atk"]=970000,
["atk_times"]=3,
["hurt_skill"]={
20037,
@@ -1893,25 +1896,28 @@ local monster_chapter = {
["monster_exp"]=22000
},
[14501]={
- ["monster_base"]=20001,
+ ["monster_base"]=20026,
["is_boss"]=1,
- ["hp"]=104100000,
- ["atk"]=940000,
+ ["hp"]=109200000,
+ ["atk"]=980000,
["atk_times"]=4,
["hurt_skill"]={
- 30001,
- 30002,
- 30003
+ 30076,
+ 30077,
+ 30078
},
["skill"]={
- 10020
+ 10064
+ },
+ ["passive_skill"]={
+ 10013
},
["monster_exp"]=24000
},
[14601]={
["monster_base"]=10015,
- ["hp"]=69000000,
- ["atk"]=990000,
+ ["hp"]=72500000,
+ ["atk"]=1030000,
["atk_times"]=3,
["hurt_skill"]={
20040,
@@ -1922,8 +1928,8 @@ local monster_chapter = {
},
[14701]={
["monster_base"]=10016,
- ["hp"]=73200000,
- ["atk"]=1020000,
+ ["hp"]=77100000,
+ ["atk"]=1070000,
["atk_times"]=3,
["hurt_skill"]={
20043,
@@ -1934,8 +1940,8 @@ local monster_chapter = {
},
[14801]={
["monster_base"]=10030,
- ["hp"]=80600000,
- ["atk"]=1050000,
+ ["hp"]=84800000,
+ ["atk"]=1100000,
["atk_times"]=3,
["hurt_skill"]={
20085,
@@ -1946,8 +1952,8 @@ local monster_chapter = {
},
[14901]={
["monster_base"]=10035,
- ["hp"]=87900000,
- ["atk"]=1080000,
+ ["hp"]=92500000,
+ ["atk"]=1130000,
["atk_times"]=3,
["hurt_skill"]={
20100,
@@ -1959,7 +1965,7 @@ local monster_chapter = {
[15001]={
["monster_base"]=30012,
["is_boss"]=2,
- ["hp"]=145500000,
+ ["hp"]=146200000,
["atk"]=1480000,
["atk_times"]=4,
["hurt_skill"]={
diff --git a/lua/app/config/skill.lua b/lua/app/config/skill.lua
index 372f0e6b..51e30dba 100644
--- a/lua/app/config/skill.lua
+++ b/lua/app/config/skill.lua
@@ -1967,7 +1967,7 @@ local skill = {
["effect"]={
{
["type"]="hurt_yellow",
- ["num"]=8000000,
+ ["num"]=80000,
["ratio"]=10000,
["round"]=0
}
@@ -2076,7 +2076,7 @@ local skill = {
["effect"]={
{
["type"]="hurt_yellow",
- ["num"]=11000000,
+ ["num"]=110000,
["ratio"]=10000,
["round"]=0
},
@@ -2117,7 +2117,7 @@ local skill = {
["effect"]={
{
["type"]="hurt_yellow",
- ["num"]=11000000,
+ ["num"]=110000,
["ratio"]=10000,
["round"]=0
},
@@ -11446,7 +11446,7 @@ local skill = {
1000002
},
["name_act"]="attack02",
- ["fx_self"]=200029
+ ["fx_self"]=200122
},
[30030]={
["effect_type"]=1,
diff --git a/lua/app/config/skill_rogue.lua b/lua/app/config/skill_rogue.lua
index d3543112..0fd20214 100644
--- a/lua/app/config/skill_rogue.lua
+++ b/lua/app/config/skill_rogue.lua
@@ -348,7 +348,6 @@ local skill_rogue = {
},
[24]={
["universal"]=1,
- ["toast_mark"]=9,
["limit_times"]=2,
["weight"]=2000,
["qlt"]=3,
diff --git a/lua/app/config/strings/cn/global.lua b/lua/app/config/strings/cn/global.lua
index 5772a4af..7467630a 100644
--- a/lua/app/config/strings/cn/global.lua
+++ b/lua/app/config/strings/cn/global.lua
@@ -180,7 +180,7 @@ local localization_global =
["SHOP_DESC_32"] = "是否花费金币购买",
["SHOP_DESC_33"] = "是否花费钻石购买",
["SHOP_DESC_34"] = "首充豪礼",
- ["SHOP_DESC_35"] = "充值购买任意商品,即可获得如下奖励,仅此一次!",
+ ["SHOP_DESC_35"] = "充值购买任意商品,即可获得以上奖励,仅此一次!",
["SHOP_DESC_36"] = "商店",
["FUNC_OPEN_LEVEL"] = "玩家等级{0}开启",
["FUNC_OPEN_STAGE"] = "通关章节{0}开启",
diff --git a/lua/app/config/strings/cn/skill_rogue.lua b/lua/app/config/strings/cn/skill_rogue.lua
index e8f5147a..ace7dd43 100644
--- a/lua/app/config/strings/cn/skill_rogue.lua
+++ b/lua/app/config/strings/cn/skill_rogue.lua
@@ -57,7 +57,7 @@ local skill_rogue = {
["desc"]="角色血量低于50%时所有伤害增加30%"
},
[20]={
- ["desc"]="获得经验+5%"
+ ["desc"]="获得经验+{0}"
},
[21]={
["desc"]="最大生命值+{0}"
@@ -72,16 +72,16 @@ local skill_rogue = {
["desc"]="回合开始前生命值恢复1%"
},
[25]={
- ["desc"]="生命值恢复效果提升5%"
+ ["desc"]="生命值恢复效果提升{0}"
},
[26]={
- ["desc"]="格挡概率增加5%"
+ ["desc"]="格挡概率增加{0}"
},
[27]={
- ["desc"]="暴击率+4%"
+ ["desc"]="暴击率+{0}"
},
[28]={
- ["desc"]="受到伤害降低5%"
+ ["desc"]="受到伤害降低{0}"
},
[29]={
["desc"]="恢复部分生命值"
diff --git a/lua/app/config/strings/cn/task_daily_challenge.lua b/lua/app/config/strings/cn/task_daily_challenge.lua
index 6dbc01ad..c7477316 100644
--- a/lua/app/config/strings/cn/task_daily_challenge.lua
+++ b/lua/app/config/strings/cn/task_daily_challenge.lua
@@ -15,7 +15,7 @@ local task_daily_challenge = {
["desc"]="通关时{0}英雄释放技能{1}次"
},
[6]={
- ["desc"]="10回合内击败最终首领"
+ ["desc"]="3回合内击败最终首领"
},
[7]={
["desc"]="通关时,{0}造成伤害占比超过{1}%"
diff --git a/lua/app/config/strings/en/global.lua b/lua/app/config/strings/en/global.lua
index 6d835a49..7cff849d 100644
--- a/lua/app/config/strings/en/global.lua
+++ b/lua/app/config/strings/en/global.lua
@@ -106,7 +106,7 @@ local localization_global =
["IDLE_DROP_REWARD"] = "AFK Rewards",
["IDLE_DROP_DESC_1"] = "More chapters cleared brings greater rewards",
["PER_HOUR"] = "{0}/ h",
- ["IDLE_DROP_DESC_2"] = "Longest AFK: {0} hour(s)",
+ ["IDLE_DROP_DESC_2"] = "Longest AFK: {0} hours",
["IDLE_QUICK"] = "Fast AFK",
["IDLE_DROP_DESC_3"] = "Obtain {0} hours of AFK rewards immediately",
["STR_FREE"] = "Free",
@@ -122,7 +122,7 @@ local localization_global =
["COUNTER_ATTACK_DESC"] = "Counterattack",
["EXPIRES_IN_HOURS"] = "Expires in {0} hour(s)",
["EXTRA_REWARDS"] = "Extra Bonus",
- ["PLAYER_LEVEL_UP_DESC"] = "Congrats on reaching level {0}",
+ ["PLAYER_LEVEL_UP_DESC"] = "Congrats for lv.{0}",
["LEVEL_UP_REWARD"] = "Level-Up Rewards",
["CLICK_TO_CONTINUE"] = "Tap to continue",
["BOUNTY_DESC_4"] = "Buying this pass will exceed the pass level limit and result in loss. Confirm to buy it?",
@@ -180,7 +180,7 @@ local localization_global =
["SHOP_DESC_32"] = "Confirm spending gold?",
["SHOP_DESC_33"] = "Confirm spending diamonds?",
["SHOP_DESC_34"] = "Luxury Gift for First Purchase",
- ["SHOP_DESC_35"] = "For one time only, purchase any commodity and receive the following rewards!",
+ ["SHOP_DESC_35"] = "For one time only, purchase any commodity and receive the above rewards!",
["SHOP_DESC_36"] = "Shop",
["FUNC_OPEN_LEVEL"] = "Unlock when player level reaches {0}",
["FUNC_OPEN_STAGE"] = "Unlock when completing chapter {0}",
diff --git a/lua/app/config/strings/en/skill_rogue.lua b/lua/app/config/strings/en/skill_rogue.lua
index a1a08ade..30d68898 100644
--- a/lua/app/config/strings/en/skill_rogue.lua
+++ b/lua/app/config/strings/en/skill_rogue.lua
@@ -57,7 +57,7 @@ local skill_rogue = {
["desc"]="All DMG +30% when your HP is below 50%"
},
[20]={
- ["desc"]="EXP obtained +5%"
+ ["desc"]="EXP obtained +{0}"
},
[21]={
["desc"]="Max HP +{0}"
@@ -72,16 +72,16 @@ local skill_rogue = {
["desc"]="Restores HP by 1% when the round starts"
},
[25]={
- ["desc"]="Increases HP restored by 5%"
+ ["desc"]="Increases HP restored by {0}"
},
[26]={
- ["desc"]="Increases Block Chance by 5%"
+ ["desc"]="Increases Block Chance by {0}"
},
[27]={
- ["desc"]="Crit Rate +4%"
+ ["desc"]="Crit Rate +{0}"
},
[28]={
- ["desc"]="Reduces Damage Taken by 5%"
+ ["desc"]="Reduces Damage Taken by {0}"
},
[29]={
["desc"]="Restore part of HP"
diff --git a/lua/app/config/strings/en/task_daily_challenge.lua b/lua/app/config/strings/en/task_daily_challenge.lua
index 3405ee36..91863538 100644
--- a/lua/app/config/strings/en/task_daily_challenge.lua
+++ b/lua/app/config/strings/en/task_daily_challenge.lua
@@ -12,10 +12,10 @@ local task_daily_challenge = {
["desc"]="Exceed 8 combos {0} times in battle"
},
[5]={
- ["desc"]="Release the skill of {0} for {1} time(s) during the battle"
+ ["desc"]="Release the skill of {0} for {1} times during the battle"
},
[6]={
- ["desc"]="Defeat the final boss within 10 turns"
+ ["desc"]="Defeat the final boss within 3 turns"
},
[7]={
["desc"]="After passing the level, {0} deals more than {1}% of the total damage"
diff --git a/lua/app/config/strings/zh/global.lua b/lua/app/config/strings/zh/global.lua
index 89e69908..2edf01a9 100644
--- a/lua/app/config/strings/zh/global.lua
+++ b/lua/app/config/strings/zh/global.lua
@@ -180,7 +180,7 @@ local localization_global =
["SHOP_DESC_32"] = "是否花費金幣購買",
["SHOP_DESC_33"] = "是否花費鑽石購買",
["SHOP_DESC_34"] = "首充豪禮",
- ["SHOP_DESC_35"] = "充值購買任意商品,即可獲得如下獎勵,僅此一次!",
+ ["SHOP_DESC_35"] = "充值購買任意商品,即可獲得以上獎勵,僅此一次!",
["SHOP_DESC_36"] = "商店",
["FUNC_OPEN_LEVEL"] = "玩家等級{0}開啓",
["FUNC_OPEN_STAGE"] = "通關章節{0}開啓",
diff --git a/lua/app/config/strings/zh/skill_rogue.lua b/lua/app/config/strings/zh/skill_rogue.lua
index 971d860d..1e3dc75b 100644
--- a/lua/app/config/strings/zh/skill_rogue.lua
+++ b/lua/app/config/strings/zh/skill_rogue.lua
@@ -57,7 +57,7 @@ local skill_rogue = {
["desc"]="角色血量低於50%時所有傷害增加30%"
},
[20]={
- ["desc"]="獲得經驗+5%"
+ ["desc"]="獲得經驗+{0}"
},
[21]={
["desc"]="最大生命值+{0}"
@@ -72,16 +72,16 @@ local skill_rogue = {
["desc"]="回合開始前生命值恢復1%"
},
[25]={
- ["desc"]="生命值恢復效果提升5%"
+ ["desc"]="生命值恢復效果提升{0}"
},
[26]={
- ["desc"]="格擋概率增加5%"
+ ["desc"]="格擋概率增加{0}"
},
[27]={
- ["desc"]="暴擊率+4%"
+ ["desc"]="暴擊率+{0}"
},
[28]={
- ["desc"]="受到傷害降低5%"
+ ["desc"]="受到傷害降低{0}"
},
[29]={
["desc"]="恢復部分生命值"
diff --git a/lua/app/config/strings/zh/task_daily_challenge.lua b/lua/app/config/strings/zh/task_daily_challenge.lua
index 68457195..854c5b0f 100644
--- a/lua/app/config/strings/zh/task_daily_challenge.lua
+++ b/lua/app/config/strings/zh/task_daily_challenge.lua
@@ -15,7 +15,7 @@ local task_daily_challenge = {
["desc"]="通關時{0}英雄釋放技能{1}次"
},
[6]={
- ["desc"]="10回合內擊敗最終首領"
+ ["desc"]="3回合內擊敗最終首領"
},
[7]={
["desc"]="通關時,{0}造成傷害佔比超過{1}%"
diff --git a/lua/app/config/task_daily_challenge.lua b/lua/app/config/task_daily_challenge.lua
index 7c86e0e2..5ede56dc 100644
--- a/lua/app/config/task_daily_challenge.lua
+++ b/lua/app/config/task_daily_challenge.lua
@@ -67,7 +67,7 @@ local task_daily_challenge = {
["number"]=2
},
[4]={
- ["param"]=5,
+ ["param"]=7,
["reward"]={
{
["type"]=1,
@@ -90,7 +90,7 @@ local task_daily_challenge = {
},
[5]={
["rand_type"]=2,
- ["param"]=10,
+ ["param"]=5,
["reward"]={
{
["type"]=1,
@@ -169,7 +169,7 @@ local task_daily_challenge = {
54001,
53001
},
- ["param"]=4000,
+ ["param"]=2500,
["reward"]={
{
["type"]=1,
@@ -200,7 +200,7 @@ local task_daily_challenge = {
},
[8]={
["rand_type"]=2,
- ["param"]=4000,
+ ["param"]=3000,
["reward"]={
{
["type"]=1,
diff --git a/lua/app/config/tutorial.lua b/lua/app/config/tutorial.lua
index 5206af43..4d5b3e76 100644
--- a/lua/app/config/tutorial.lua
+++ b/lua/app/config/tutorial.lua
@@ -467,13 +467,13 @@ local tutorial = {
["txt"]="tutorial_txt_6",
["txt_offset"]={
0,
- 280
+ 180
},
["target_name"]="main_ui(Clone)/sub_ui_node/main_comp/daily_challenge_comp/challenge/task/icon_task3",
["arrow_direction"]=4,
["arrow_offset"]={
- 0,
- 15
+ 20,
+ 0
},
["show_mask"]=2,
["circle_r"]=100,