diff --git a/lua/app/config/chapter.lua b/lua/app/config/chapter.lua index f35e8064..c83f36b7 100644 --- a/lua/app/config/chapter.lua +++ b/lua/app/config/chapter.lua @@ -3,7 +3,7 @@ local chapter = { ["next_chapter"]=2, ["icon"]="chapter_1", ["scene"]="bg_1", - ["block_icon"]="battle_hinder_1", + ["block_icon"]="battle_hinder_2", ["chess_board"]="chessboard_1", ["board"]={ 1 diff --git a/lua/app/config/chapter_board.lua b/lua/app/config/chapter_board.lua index 5db3580a..23086fbb 100644 --- a/lua/app/config/chapter_board.lua +++ b/lua/app/config/chapter_board.lua @@ -7855,7 +7855,7 @@ local chapter_board = { 0 }, { - 3, + 1, 0 }, { @@ -7879,7 +7879,7 @@ local chapter_board = { 2 }, { - 3, + 1, 0 }, { diff --git a/lua/app/config/chapter_board_daily_challenge.lua b/lua/app/config/chapter_board_daily_challenge.lua index 403e445b..7f67a109 100644 --- a/lua/app/config/chapter_board_daily_challenge.lua +++ b/lua/app/config/chapter_board_daily_challenge.lua @@ -295,7 +295,7 @@ local chapter_board_daily_challenge = { }, { 4, - 0 + 3 }, { 9, @@ -303,7 +303,7 @@ local chapter_board_daily_challenge = { }, { 4, - 0 + 3 }, { 1, @@ -1203,7 +1203,7 @@ local chapter_board_daily_challenge = { ["board_daily_challenge"]={ { 21, - 0 + 1 }, { 0, @@ -1227,11 +1227,11 @@ local chapter_board_daily_challenge = { }, { 21, - 0 + 2 }, { 21, - 0 + 3 }, { 0, @@ -1255,11 +1255,11 @@ local chapter_board_daily_challenge = { }, { 21, - 0 + 4 }, { 21, - 0 + 5 }, { 0, @@ -1283,7 +1283,7 @@ local chapter_board_daily_challenge = { }, { 21, - 0 + 1 }, { 3, @@ -1315,7 +1315,11 @@ local chapter_board_daily_challenge = { }, { 21, - 4 + 2 + }, + { + 21, + 3 }, { 21, @@ -1323,23 +1327,19 @@ local chapter_board_daily_challenge = { }, { 21, - 4 + 5 }, { 21, - 4 + 1 }, { 21, - 4 + 2 }, { 21, - 4 - }, - { - 21, - 4 + 3 }, { 3, @@ -1931,7 +1931,7 @@ local chapter_board_daily_challenge = { }, { 22, - 0 + 2 }, { 22, @@ -1963,7 +1963,7 @@ local chapter_board_daily_challenge = { }, { 22, - 0 + 3 }, { 1, @@ -4543,23 +4543,23 @@ local chapter_board_daily_challenge = { }, { 34, - 0 + 1 }, { 34, - 0 + 2 }, { 34, - 0 + 3 }, { 34, - 0 + 4 }, { 34, - 0 + 5 }, { 1, diff --git a/lua/app/config/mail.lua b/lua/app/config/mail.lua index dec7fbc4..c4a37c33 100644 --- a/lua/app/config/mail.lua +++ b/lua/app/config/mail.lua @@ -38,9 +38,14 @@ local mail = { ["num_for_nothing"]="Uw==" } } + }, + [3]={ + ["type"]=3, + ["time_type"]=0, + ["time"]=48 } } local config = { -data=mail,count=2 +data=mail,count=3 } 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 cc55fbbc..01417198 100644 --- a/lua/app/config/monster_chapter.lua +++ b/lua/app/config/monster_chapter.lua @@ -189,6 +189,9 @@ local monster_chapter = { ["skill"]={ 10070 }, + ["passive_skill"]={ + 10008 + }, ["monster_exp"]=12000 }, [1601]={ diff --git a/lua/app/config/strings/cn/mail.lua b/lua/app/config/strings/cn/mail.lua index a340afb6..ce92bfc3 100644 --- a/lua/app/config/strings/cn/mail.lua +++ b/lua/app/config/strings/cn/mail.lua @@ -4,9 +4,13 @@ local mail = { }, [2]={ ["name"]="国王的日常补给" + }, + [3]={ + ["name"]="支付异常补偿通知", + ["desc"]="我们查询到您有一份充值订单异常,已经进行了订单补发,请检查您的资源数量,如有疑问可询问我们,感谢您的支持。" } } local config = { -data=mail,count=2 +data=mail,count=3 } return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/skill_rogue.lua b/lua/app/config/strings/cn/skill_rogue.lua index f2a8ebb1..079cb3d3 100644 --- a/lua/app/config/strings/cn/skill_rogue.lua +++ b/lua/app/config/strings/cn/skill_rogue.lua @@ -483,13 +483,13 @@ local skill_rogue = { ["desc"]="腐败利刃附加的冰霜效果,回合数+1。" }, [4300205]={ - ["desc"]="腐败利刃附加削弱效果,2回合。" + ["desc"]="腐败利刃附加虚弱效果,2回合。" }, [4300206]={ ["desc"]="腐败利刃纵向可额外消除4格。" }, [4300207]={ - ["desc"]="腐败利刃附加的削弱效果,回合数+2。" + ["desc"]="腐败利刃附加的虚弱效果,回合数+2。" }, [4400100]={ ["desc"]="解锁冰霜剑舞:随机消除3个元素,并造成一次技能伤害,附加冰霜效果,1回合。" diff --git a/lua/app/config/strings/de/mail.lua b/lua/app/config/strings/de/mail.lua index 3408dd2d..dd4a5e88 100644 --- a/lua/app/config/strings/de/mail.lua +++ b/lua/app/config/strings/de/mail.lua @@ -4,9 +4,12 @@ local mail = { }, [2]={ + }, + [3]={ + } } local config = { -data=mail,count=2 +data=mail,count=3 } return config \ No newline at end of file diff --git a/lua/app/config/strings/en/mail.lua b/lua/app/config/strings/en/mail.lua index a0977605..e97aee18 100644 --- a/lua/app/config/strings/en/mail.lua +++ b/lua/app/config/strings/en/mail.lua @@ -4,9 +4,12 @@ local mail = { }, [2]={ ["name"]="Daily Allowance of the King" + }, + [3]={ + } } local config = { -data=mail,count=2 +data=mail,count=3 } return config \ No newline at end of file diff --git a/lua/app/config/strings/en/skill.lua b/lua/app/config/strings/en/skill.lua index ffbc7e45..b1db4a80 100644 --- a/lua/app/config/strings/en/skill.lua +++ b/lua/app/config/strings/en/skill.lua @@ -30,7 +30,7 @@ local skill = { ["desc"]="Rapid Recovery: Restore HP for this turn." }, [3300220]={ - + ["desc"]="Wolf Attack Instant Kill: Increase damage and deal multiple skill damage." }, [3400120]={ ["desc"]="Moon Chaser: Increase damage and deal massive skill damage once." @@ -39,10 +39,10 @@ local skill = { ["desc"]="Elemental Link: Clear 3 random elements and deal skill damage once." }, [4300120]={ - + ["desc"]="Frost Crystal: Deal one additional hit of skill damage with Freeze effect for 1 turn." }, [4300220]={ - + ["desc"]="Corruption Blade: Deal one additional hit of skill damage with Corruption effect for 1 turn." }, [4400120]={ ["desc"]="Frost Sword Dance: Clear 3 random elements and deal skill damage once. Inflict Freeze for 1 turn." @@ -51,13 +51,13 @@ local skill = { ["desc"]="Shield Art: Apply a shield to the team for 1 turn." }, [5300120]={ - + ["desc"]="Magic Broom: Deal multiple additional hits of skill damage." }, [5300220]={ - + ["desc"]="Soul Blast: Deal multiple additional hits of skill damage." }, [5400120]={ - + ["desc"]="Butterfly Dance Slash: Deal multiple additional hits of skill damage." } } local config = { diff --git a/lua/app/config/strings/en/skill_rogue.lua b/lua/app/config/strings/en/skill_rogue.lua index 17897fe0..5d09a5d9 100644 --- a/lua/app/config/strings/en/skill_rogue.lua +++ b/lua/app/config/strings/en/skill_rogue.lua @@ -78,7 +78,7 @@ local skill_rogue = { ["desc"]="Increases Block Chance by 5%" }, [27]={ - ["desc"]="Crit Rate +4%" + ["desc"]="Crit Rate +4%" }, [28]={ ["desc"]="Reduces Damage Taken by 5%" @@ -174,7 +174,7 @@ local skill_rogue = { ["desc"]="When Claymore Cyclone links 4 or more elements, increases damage by 30% for 2 turns." }, [1300106]={ - ["desc"]="Claymore Cyclone damage increase effect lasts +1 turns." + ["desc"]="Claymore Cyclone damage increase effect lasts +1 turns." }, [1300107]={ ["desc"]="If Claymore Cyclone kills an enemy, grants the team Rage for 2 turns." @@ -216,10 +216,10 @@ local skill_rogue = { ["desc"]="Steel Strike deals 1 additional damage to bleeding enemies." }, [1400104]={ - ["desc"]="Steel Strike stun effect lasts +1 turns." + ["desc"]="Steel Strike stun effect lasts +1 turns." }, [1400105]={ - ["desc"]="Increase the damage of Burn inflicted by Steel Strike. Lasts +1 turns." + ["desc"]="Increase the damage of Burn inflicted by Steel Strike. Lasts +1 turns." }, [1400106]={ ["desc"]="Alexander's attack increases by 15%." @@ -264,13 +264,13 @@ local skill_rogue = { ["desc"]="Cyclone Bone has a 50% chance to stun Drowsy enemies for 1 turns." }, [2300104]={ - ["desc"]="Cyclone Bone Bleed effect lasts +1 turns." + ["desc"]="Cyclone Bone Bleed effect lasts +1 turns." }, [2300105]={ ["desc"]="For each 1 enemy that dies from bleeding, Barbarian's damage is increased by 10%." }, [2300106]={ - ["desc"]="Cyclone Bone Stun effect lasts +1 turns." + ["desc"]="Cyclone Bone Stun effect lasts +1 turns." }, [2300107]={ ["desc"]="Barbarian's attack increases by 15%." @@ -366,34 +366,34 @@ local skill_rogue = { ["desc"]="When Rapid Recovery is used, normal attacks recover HP for this turn." }, [3300106]={ - ["desc"]="Rapid Recovery skill damage increase effect lasts +1 turns." + ["desc"]="Rapid Recovery skill damage increase effect lasts +1 turns." }, [3300107]={ ["desc"]="When Rapid Recovery links 5 or more elements, HP recovery effect increases." }, [3300200]={ - + ["desc"]="Unlock Wolf Attack Instant Kill: When used, this damage is increased and deals multiple skill damage." }, [3300201]={ - + ["desc"]="Wolf Attack has a 50% chance to inflict Vulnerable for 2 turns." }, [3300202]={ - + ["desc"]="When Wolf Strike Instant Kills is used, normal attack damage increases by 15% for this turn." }, [3300203]={ - + ["desc"]="Wolf Attack Instant Kill damage increases." }, [3300204]={ - + ["desc"]="Wolf Attack has a 50% chance of poisoning poisoned enemies for 2 turns." }, [3300205]={ - + ["desc"]="Poisoning effect of Wolf Attack Instant Kill increases." }, [3300206]={ - + ["desc"]="Wolf Attack Instant Kill attack increases by 15%." }, [3300207]={ - + ["desc"]="Wolf Attack has a 100% chance of poisoning poisoned enemies for 2 turns." }, [3400100]={ ["desc"]="Unleashed Moonchaser: Increase damage and deal massive skill damage once." @@ -435,7 +435,7 @@ local skill_rogue = { ["desc"]="Elemental Link clears 2 more random elements." }, [4200105]={ - ["desc"]="Elemental Link has a 50% chance to inflict frozen to freeze enemies for 1 turn." + ["desc"]="Elemental Link has a 20% chance to inflict frozen to freeze enemies for 1 turn." }, [4200106]={ ["desc"]="Iceheart's attack increases by 15%." @@ -444,58 +444,58 @@ local skill_rogue = { ["desc"]="The chance of Frozen inflicted by Elemental Link increases to 40%." }, [4300100]={ - + ["desc"]="Unlock Frost Crystal: Deal one additional hit of skill damage with frost effect for 1 turn." }, [4300101]={ - + ["desc"]="Frost Crystal clears an additional 4 grids horizontally." }, [4300102]={ - + ["desc"]="Frost Crystal deals 50% more damage to burning enemies." }, [4300103]={ - + ["desc"]="Frost Crystal Freeze effect lasts 1 more turn." }, [4300104]={ - + ["desc"]="Frost Crystal damage boost." }, [4300105]={ - + ["desc"]="Frost Crystal has a 50% chance to inflict frozen to freeze enemies for 1 turn." }, [4300106]={ - + ["desc"]="Frost Crystal attach an ice shield effect to the team for 2 turns." }, [4300107]={ - + ["desc"]="The ice shield attached by the Frost Crystal can reflect 400% of damage." }, [4300200]={ - + ["desc"]="Unlock Corruption Blade: Deal one additional hit of skill damage Corruption effect for 1 turn." }, [4300201]={ - + ["desc"]="Corruption Blade Corruption effect lasts 1 more turn." }, [4300202]={ - + ["desc"]="Corruption Blade is used on a vulnerable enemy, applies Freeze effect for 1 turn." }, [4300203]={ - + ["desc"]="When Corruption Blade is used, normal attack damage increases by 15% for this turn." }, [4300204]={ - + ["desc"]="Corruption Blade Freeze effect lasts for 1 more turn." }, [4300205]={ - + ["desc"]="Corruption Blade inflict Weak effect for 2 turns." }, [4300206]={ - + ["desc"]="Corruption Blade clears an additional 4 grids vertically." }, [4300207]={ - + ["desc"]="Corruption Blade Weak effect lasts for 2 more turns." }, [4400100]={ ["desc"]="Unleashed Frost Sword Dance: Clear 3 random elements and deal skill damage once. Inflict Freeze for 1 turn." }, [4400101]={ - ["desc"]="Frost Sword Dance Freeze effect lasts +1 turns." + ["desc"]="Frost Sword Dance Freeze effect lasts +1 turns." }, [4400102]={ ["desc"]="Frost Sword Dance deals 50% more damage to burning enemies." @@ -522,10 +522,10 @@ local skill_rogue = { ["desc"]="The shield from Shield Art absorbs more damage." }, [5200102]={ - ["desc"]="Shield Art have a 10% chance of poisoning the enemy with normal attacks for 2 turns." + ["desc"]="Shield Art has a 10% chance of poisoning the enemy with normal attacks for 2 turns." }, [5200103]={ - ["desc"]="Shield from Shield Art lasts +1 turns." + ["desc"]="Shield from Shield Art lasts +1 turns." }, [5200104]={ ["desc"]="Shield Art can clear additional 4 grids in the X direction." @@ -540,76 +540,76 @@ local skill_rogue = { ["desc"]="Damage counter effect of the shield from Shield Art is doubled." }, [5300100]={ - + ["desc"]="Unlock Magic Broom: Deal multiple additional hits of skill damage." }, [5300101]={ - + ["desc"]="Magic Broom can inflict Poisoning effect for 2 turns." }, [5300102]={ - + ["desc"]="When Magic Broom is used, normal attack damage increases by 15% for this turn.." }, [5300103]={ - + ["desc"]="Magic Broom can inflict Drowsy effect for 2 turns." }, [5300104]={ - + ["desc"]="Poisoning effect of Magic Broom increases." }, [5300105]={ - + ["desc"]="Magic Broom increases the energy of one random skill by 2 points after use." }, [5300106]={ - + ["desc"]="Magic Broom increases the energy of one random skill by 2 points after use." }, [5300107]={ - + ["desc"]="Magic Broom has a 15% chance of applying Undead effect to the team for 1 turn." }, [5300200]={ - + ["desc"]="Unlocks the Soul Blast skill: Deal multiple additional hits of skill damage." }, [5300201]={ - + ["desc"]="Soul Blast horizontally clears an additional 4 grids horizontally." }, [5300202]={ - + ["desc"]="Soul Blast has a 50% chance to inflict frozen to freeze enemies for 1 turn." }, [5300203]={ - + ["desc"]="Soul Blast damage increases." }, [5300204]={ - + ["desc"]="Soul Hunter's attack increases by 15%." }, [5300205]={ - + ["desc"]="Soul Blast has a 50% chance of applying Counterattack effect to the team for 2 turn." }, [5300206]={ - + ["desc"]="The chance of Frozen inflicted by Soul Blast increases to 70% and lasts 1 more turn." }, [5300207]={ - + ["desc"]="The chance of Counterattack to the team inflicted by Soul Blast increases to 100%" }, [5400100]={ - + ["desc"]="Unlock Butterfly Dance Slash: Deal multiple additional hits of skill damage." }, [5400101]={ - + ["desc"]="Butterfly Dance Slash damage increases." }, [5400102]={ - + ["desc"]="Butterfly Dance Slash increases the energy of one random skill by 2 points after use." }, [5400103]={ - + ["desc"]="Butterfly Dance Slash turns 3 random Non-Purple elements into Purple after use." }, [5400104]={ - + ["desc"]="Butterfly's attack increases by 15%." }, [5400105]={ - + ["desc"]="Butterfly Dance Slash requires 2 less points of energy to be activated." }, [5400106]={ - + ["desc"]="For every 1 enemy killed by Butterfly Dance Slash, the skill damage of the team increases by 10%." }, [5400107]={ - + ["desc"]="Butterfly Dance Slash will increase Butterfly's skill energy by 2 points after killing an enemy." } } local config = { diff --git a/lua/app/config/strings/fr/mail.lua b/lua/app/config/strings/fr/mail.lua index 3703aade..84a7d845 100644 --- a/lua/app/config/strings/fr/mail.lua +++ b/lua/app/config/strings/fr/mail.lua @@ -4,9 +4,12 @@ local mail = { }, [2]={ ["name"]="Approvisionnement quotidien du roi" + }, + [3]={ + } } local config = { -data=mail,count=2 +data=mail,count=3 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ja/mail.lua b/lua/app/config/strings/ja/mail.lua index 3408dd2d..dd4a5e88 100644 --- a/lua/app/config/strings/ja/mail.lua +++ b/lua/app/config/strings/ja/mail.lua @@ -4,9 +4,12 @@ local mail = { }, [2]={ + }, + [3]={ + } } local config = { -data=mail,count=2 +data=mail,count=3 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ko/mail.lua b/lua/app/config/strings/ko/mail.lua index d5a0e354..9880ab15 100644 --- a/lua/app/config/strings/ko/mail.lua +++ b/lua/app/config/strings/ko/mail.lua @@ -4,9 +4,12 @@ local mail = { }, [2]={ ["name"]="왕의 일상 보급품" + }, + [3]={ + } } local config = { -data=mail,count=2 +data=mail,count=3 } return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/mail.lua b/lua/app/config/strings/zh/mail.lua index 932a6d2b..ef8e6ca5 100644 --- a/lua/app/config/strings/zh/mail.lua +++ b/lua/app/config/strings/zh/mail.lua @@ -4,9 +4,12 @@ local mail = { }, [2]={ ["name"]="國王的日常補給" + }, + [3]={ + } } local config = { -data=mail,count=2 +data=mail,count=3 } return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/skill.lua b/lua/app/config/strings/zh/skill.lua index 7525d11a..24105726 100644 --- a/lua/app/config/strings/zh/skill.lua +++ b/lua/app/config/strings/zh/skill.lua @@ -30,7 +30,7 @@ local skill = { ["desc"]="急速治療:使用後本次回復生命。" }, [3300220]={ - + ["desc"]="狼襲瞬殺:使用後本次傷害提升,並造成多次技能傷害。" }, [3400120]={ ["desc"]="流星追月:使用後本次傷害提高,並造成一次巨大技能傷害。" @@ -39,10 +39,10 @@ local skill = { ["desc"]="元素連接:隨機消除3個元素,並造成一次技能傷害。" }, [4300120]={ - + ["desc"]="霜凍冰晶:額外造成一次技能傷害,附加冰霜效果,1回合。" }, [4300220]={ - + ["desc"]="腐敗利刃:額外造成一次技能傷害,附加腐敗效果,1回合。" }, [4400120]={ ["desc"]="冰霜劍舞:隨機消除3個元素,並造成一次技能傷害,附帶冰霜效果,1回合。" @@ -51,13 +51,13 @@ local skill = { ["desc"]="護盾術:賦予團隊一個護盾,1回合。" }, [5300120]={ - + ["desc"]="魔法掃帚:額外造成多次技能傷害。" }, [5300220]={ - + ["desc"]="靈魂爆破:額外造成多次技能傷害。" }, [5400120]={ - + ["desc"]="蝶舞斬:額外造成多次技能傷害。" } } local config = { diff --git a/lua/app/config/strings/zh/skill_rogue.lua b/lua/app/config/strings/zh/skill_rogue.lua index cd4d1756..03ff7442 100644 --- a/lua/app/config/strings/zh/skill_rogue.lua +++ b/lua/app/config/strings/zh/skill_rogue.lua @@ -78,7 +78,7 @@ local skill_rogue = { ["desc"]="格擋概率增加5%" }, [27]={ - ["desc"]="暴擊率+4%" + ["desc"]="暴擊率+4%" }, [28]={ ["desc"]="受到傷害降低5%" @@ -174,7 +174,7 @@ local skill_rogue = { ["desc"]="巨劍旋風連接4個元素及以上時,傷害提高30%,2回合。" }, [1300106]={ - ["desc"]="巨劍旋風附帶的傷害提高效果,回合數+1。" + ["desc"]="巨劍旋風附帶的傷害提高效果,回合數+1。" }, [1300107]={ ["desc"]="巨劍旋風擊殺敵人則為團隊賦予亢奮效果,2回合。" @@ -264,13 +264,13 @@ local skill_rogue = { ["desc"]="旋風骨對昏睡敵人有50%機率附帶暈眩效果,1回合。" }, [2300104]={ - ["desc"]="旋風骨附帶的流血效果,回合數+1。" + ["desc"]="旋風骨附帶的流血效果,回合數+1。" }, [2300105]={ ["desc"]="每有1名敵人因流血死亡,則野蠻人傷害提高10%。" }, [2300106]={ - ["desc"]="旋風骨附帶的暈眩效果,回合數+1。" + ["desc"]="旋風骨附帶的暈眩效果,回合數+1。" }, [2300107]={ ["desc"]="野蠻人攻擊提高15%。" @@ -366,34 +366,34 @@ local skill_rogue = { ["desc"]="急速治療使用時本次普攻每一擊都將回復生命。" }, [3300106]={ - ["desc"]="急速治療附帶的技能傷害提高效果,回合數+1。" + ["desc"]="急速治療附帶的技能傷害提高效果,回合數+1。" }, [3300107]={ ["desc"]="急速治療連接5個元素或以上時,回血效果提高。" }, [3300200]={ - + ["desc"]="解鎖狼襲瞬殺:使用後本次傷害提升,並造成多次技能傷害。" }, [3300201]={ - + ["desc"]="狼襲瞬殺有50%概率附加易傷效果,2回合。" }, [3300202]={ - + ["desc"]="狼襲瞬殺使用時本次普攻傷害提升15%。" }, [3300203]={ - + ["desc"]="狼襲瞬殺傷害提升。" }, [3300204]={ - + ["desc"]="狼襲瞬殺對中毒敵人有50%概率附加中毒效果,2回合。" }, [3300205]={ - + ["desc"]="狼襲瞬殺附加的中毒效果,傷害提升。" }, [3300206]={ - + ["desc"]="狼襲瞬殺攻擊提升15%。" }, [3300207]={ - + ["desc"]="狼襲瞬殺對中毒敵人有100%概率附加中毒效果,2回合。" }, [3400100]={ ["desc"]="解鎖流星追月:使用後本次傷害提高,並造成一次巨大技能傷害。" @@ -423,7 +423,7 @@ local skill_rogue = { ["desc"]="解鎖元素連接:隨機消除3個元素,並造成一次技能傷害。" }, [4200101]={ - ["desc"]="元素連接隨機消除元素+2。" + ["desc"]="元素連接隨機消除元素+2。" }, [4200102]={ ["desc"]="元素連接使用時本次普攻傷害提高10%。" @@ -432,7 +432,7 @@ local skill_rogue = { ["desc"]="元素連接有50%機率附帶冰霜效果,2回合。" }, [4200104]={ - ["desc"]="元素連接隨機消除元素+2。" + ["desc"]="元素連接隨機消除元素+2。" }, [4200105]={ ["desc"]="元素連接對冰霜敵人有20%機率附帶凍結效果,1回合。" @@ -444,64 +444,64 @@ local skill_rogue = { ["desc"]="元素連接附帶凍結效果機率提高到40%。" }, [4300100]={ - + ["desc"]="解鎖霜凍冰晶:額外造成一次技能傷害,附加冰霜效果,1回合。" }, [4300101]={ - + ["desc"]="霜凍冰晶橫向可額外消除4格。" }, [4300102]={ - + ["desc"]="霜凍冰晶對灼燒敵人的傷害增加50%。" }, [4300103]={ - + ["desc"]="霜凍冰晶附加的冰霜效果,回合數+1。" }, [4300104]={ - + ["desc"]="霜凍冰晶傷害提升。" }, [4300105]={ - + ["desc"]="霜凍冰晶對冰霜敵人有50%概率附加凍結效果,1回合。" }, [4300106]={ - + ["desc"]="霜凍冰晶後爲團隊附加冰盾效果,2回合。" }, [4300107]={ - + ["desc"]="霜凍冰晶附加的冰盾,可反傷400%。" }, [4300200]={ - + ["desc"]="解鎖腐敗利刃:額外造成一次技能傷害,附加腐敗效果,1回合。" }, [4300201]={ - + ["desc"]="腐敗利刃附加的腐敗效果,回合數+1." }, [4300202]={ - + ["desc"]="腐敗利刃對易傷敵人附加冰霜效果,1回合。" }, [4300203]={ - + ["desc"]="腐敗利刃使用時本次普攻傷害提升15%。" }, [4300204]={ - + ["desc"]="腐敗利刃附加的冰霜效果,回合數+1。" }, [4300205]={ - + ["desc"]="腐敗利刃附加虛弱效果,2回合。" }, [4300206]={ - + ["desc"]="腐敗利刃縱向可額外消除4格。" }, [4300207]={ - + ["desc"]="腐敗利刃附加的虛弱效果,回合數+2。" }, [4400100]={ ["desc"]="解鎖冰霜劍舞:隨機消除3個元素,並造成一次技能傷害,附帶冰霜效果,1回合。" }, [4400101]={ - ["desc"]="冰霜劍舞附帶的冰霜效果,回合數+1" + ["desc"]="冰霜劍舞附帶的冰霜效果,回合數+1" }, [4400102]={ ["desc"]="冰霜劍舞對灼燒敵人傷害增加50%。" }, [4400103]={ - ["desc"]="冰霜劍舞隨機消除元素+3" + ["desc"]="冰霜劍舞隨機消除元素+3" }, [4400104]={ ["desc"]="冰霜劍舞附帶的冰霜效果,效果提高。" @@ -525,7 +525,7 @@ local skill_rogue = { ["desc"]="護盾術使用時本次普攻有10%概率附加中毒效果,2回合。" }, [5200103]={ - ["desc"]="護盾術增加的護盾,回合數+1。" + ["desc"]="護盾術增加的護盾,回合數+1。" }, [5200104]={ ["desc"]="護盾術沿+方向可額外消除4格。" @@ -540,76 +540,76 @@ local skill_rogue = { ["desc"]="護盾術增加的護盾,反傷效果翻倍。" }, [5300100]={ - + ["desc"]="解鎖魔法掃帚:額外造成多次技能傷害。" }, [5300101]={ - + ["desc"]="魔法掃帚可附加中毒效果,2回合。" }, [5300102]={ - + ["desc"]="魔法掃帚使用時本次普攻傷害提升15%。" }, [5300103]={ - + ["desc"]="魔法掃帚可附加昏睡效果,2回合。" }, [5300104]={ - + ["desc"]="魔法掃帚附加的中毒效果,傷害提升。" }, [5300105]={ - + ["desc"]="魔法掃帚使用後隨機增加一種技能的能量2點。" }, [5300106]={ - + ["desc"]="魔法掃帚使用後隨機增加一種技能的能量2點。" }, [5300107]={ - + ["desc"]="魔法掃帚有15%概率爲團隊附加不死效果,1回合。" }, [5300200]={ - + ["desc"]="解鎖靈魂爆破技能:額外造成多次技能傷害。" }, [5300201]={ - + ["desc"]="靈魂爆破橫向可額外消除4格。" }, [5300202]={ - + ["desc"]="靈魂爆破對冰霜敵人有50%概率附加凍結效果,1回合。" }, [5300203]={ - + ["desc"]="靈魂爆破傷害提升。" }, [5300204]={ - + ["desc"]="靈魂獵手攻擊提升15%。" }, [5300205]={ - + ["desc"]="靈魂爆破有50%概率爲團隊附加反擊效果,2回合。" }, [5300206]={ - + ["desc"]="靈魂爆破附加的凍結效果,概率提升到70%,回合數+1。" }, [5300207]={ - + ["desc"]="靈魂爆破爲團隊附加反擊效果的概率提升到100%。" }, [5400100]={ - + ["desc"]="解鎖蝶舞斬:額外造成多次技能傷害。" }, [5400101]={ - + ["desc"]="蝶舞斬傷害提升。" }, [5400102]={ - + ["desc"]="蝶舞斬使用後隨機增加一種技能的能量2點。" }, [5400103]={ - + ["desc"]="蝶舞斬使用後將場上隨機3個元素變爲紫色元素。" }, [5400104]={ - + ["desc"]="蝴蝶攻擊提升15%。" }, [5400105]={ - + ["desc"]="蝶舞斬激活所需能量-2。" }, [5400106]={ - + ["desc"]="蝶舞斬每擊殺1個敵人,全體技能傷害提升10%。" }, [5400107]={ - + ["desc"]="蝶舞斬擊殺敵人後將增加蝴蝶技能能量2點。" } } local config = {