From 9f41d6f5babb92faa1e6b76f1cedcc267f436f72 Mon Sep 17 00:00:00 2001 From: liangshi <1142607614@qq.com> Date: Fri, 2 Aug 2024 19:02:09 +0800 Subject: [PATCH] =?UTF-8?q?2.4=E6=AD=A6=E5=99=A8=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/meta-sr/weapon/同谐/calc.js | 6 +++++- resources/meta-sr/weapon/毁灭/calc.js | 12 ++++++++++++ resources/meta-sr/weapon/虚无/calc.js | 4 ++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/resources/meta-sr/weapon/同谐/calc.js b/resources/meta-sr/weapon/同谐/calc.js index 88d319c3..25dad01a 100644 --- a/resources/meta-sr/weapon/同谐/calc.js +++ b/resources/meta-sr/weapon/同谐/calc.js @@ -54,7 +54,11 @@ export default function (staticIdx, keyIdx) { } } } - + ], + 芳华待灼: [ + staticIdx(1, 'atkPct'), + keyIdx('有两名及以上相同命途我方角色,暴击伤害提高[cdmg]%', 'cdmg', 2) ] + } } diff --git a/resources/meta-sr/weapon/毁灭/calc.js b/resources/meta-sr/weapon/毁灭/calc.js index 5ce687bf..c884eb59 100644 --- a/resources/meta-sr/weapon/毁灭/calc.js +++ b/resources/meta-sr/weapon/毁灭/calc.js @@ -84,6 +84,18 @@ export default function (staticIdx, keyIdx) { 梦应归于何处: [ staticIdx(1, 'stance'), keyIdx('敌方受到装备者造成的击破伤害提高[breakEnemydmg]%', 'breakEnemydmg', 2) + ], + 落日时起舞: [ + staticIdx(1, 'cdmg'), + (tables) => { + return { + title: '2层Buff使追加攻击造成的伤害提高[tDmg]%', + data: { + tDmg: tables[2] * 2 + } + } + } ] + } } diff --git a/resources/meta-sr/weapon/虚无/calc.js b/resources/meta-sr/weapon/虚无/calc.js index fad45ab9..a815a235 100644 --- a/resources/meta-sr/weapon/虚无/calc.js +++ b/resources/meta-sr/weapon/虚无/calc.js @@ -100,6 +100,10 @@ export default function (staticIdx, keyIdx) { 无边曼舞: [ staticIdx(1, 'cpct'), keyIdx('对处于防御降低或减速状态下的敌人暴击伤害提高[cdmg]%', 'cdmg', 2) + ], + 那无数个春天: [ + staticIdx(1, 'effPct'), + keyIdx('敌人受到提高[enemydmg]%', 'enemydmg', 3) ] } }