mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
feature:%XX伤害
This commit is contained in:
parent
83ca22c3b8
commit
9b7e609f6a
35 changed files with 1849 additions and 114 deletions
|
|
@ -80,6 +80,7 @@
|
|||
// calc.new({
|
||||
// name: '蓄力攻击:三段蓄',
|
||||
// type: 'AX3',
|
||||
// isMain: true,
|
||||
// after: ({ avatar, damage }) => avatar.rank >= 6 && damage.add('AX2')
|
||||
// })
|
||||
// calc.new({ name: '强化特殊技:飞雪', type: 'EQ1' })
|
||||
|
|
@ -164,6 +165,7 @@ export const skills = [
|
|||
{
|
||||
name: '蓄力攻击:三段蓄',
|
||||
type: 'AX3',
|
||||
isMain: true,
|
||||
after: ({ avatar, damage }) => avatar.rank >= 6 && damage.add('AX2')
|
||||
},
|
||||
{ name: '强化特殊技:飞雪', type: 'EQ1' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue