mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
修正追加攻击伤害计算增益判断
This commit is contained in:
parent
a54fee3edb
commit
6c77855f64
6 changed files with 17 additions and 13 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue