修正追加攻击伤害计算增益判断

This commit is contained in:
UCPr 2025-03-24 00:11:12 +08:00
parent a54fee3edb
commit 6c77855f64
6 changed files with 17 additions and 13 deletions

View file

@ -39,12 +39,12 @@ export const skills = [
{
name: '特殊技:噬爪·噩梦袭影',
type: 'EPLP',
redirect: '追加攻击'
redirect: ['EPLP', '追加攻击']
},
{
name: '噬爪·噩梦袭影终结一击',
type: 'EPLZ',
redirect: '追加攻击'
redirect: ['EPLZ', '追加攻击']
},
{ name: '强化特殊技:噬爪·瞬步', type: 'EQ' },
{ name: '连携技:嗨,想不到吧', type: 'RL' },

View file

@ -48,13 +48,13 @@ export const skills = [
{
name: '特殊技:苍光',
type: 'EPC',
redirect: '追加攻击',
redirect: ['EPC', '追加攻击'],
after: ({ damage }) => damage.add('EPC0')
},
{
name: '特殊技:雷殛',
type: 'EPL',
redirect: '追加攻击'
redirect: ['EPL', '追加攻击']
},
{ name: '强化特殊技:极雷断空', type: 'EQ' },
{ name: '连携技:疾跃落雷', type: 'RL' },