From cba6990e7b9e1a5d60f45e8769321150bebf8feb Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Mon, 24 Apr 2023 11:31:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B0=E8=BE=BE=E7=AC=AC=E4=BA=8C=E7=AB=A0?= =?UTF-8?q?=E5=90=8E=E6=97=A0=E4=B8=8A=E4=B9=8B=E7=9B=BE=E6=95=88=E6=9E=9C?= =?UTF-8?q?=E5=8F=98=E4=B8=BA1/10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/project/functions.js | 5 +++-- public/project/plugin/skillTree.js | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/project/functions.js b/public/project/functions.js index f1e0839..e228302 100644 --- a/public/project/functions.js +++ b/public/project/functions.js @@ -1028,7 +1028,8 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a = { damage += init_damage + (turn - 1) * per_damage; // 无上之盾 if (core.hasFlag('superSheild')) { - damage -= hero_IQ; + if (flags.chapter >= 2) damage -= hero_IQ / 10; + else damage -= hero_IQ; } // 生命回复 damage -= hero_recovery * turn; @@ -1261,7 +1262,7 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a = { case 55: // 快捷键7:绑定为轻按,方便手机版操作 core.getNextItem(); break; - case 118: // F7:开启debug模式 + case 119: // F8:开启debug模式 core.debug(); break; } diff --git a/public/project/plugin/skillTree.js b/public/project/plugin/skillTree.js index 2cb568e..6893bcf 100644 --- a/public/project/plugin/skillTree.js +++ b/public/project/plugin/skillTree.js @@ -89,7 +89,8 @@ const skills = { index: 7, title: '无上之盾', desc: [ - '第一章终极技能,战斗时智慧会充当等量护盾' + '第一章终极技能,战斗时智慧会充当等量护盾,', + '到达第二章后效果变为1/10' ], consume: '2500', front: [