mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
优化部分伤害计算
This commit is contained in:
parent
afce42af23
commit
1e09912b84
5 changed files with 17 additions and 19 deletions
|
|
@ -35,9 +35,9 @@ export const skills = [
|
|||
{
|
||||
name: '蓄力普攻:雷霆击-感电',
|
||||
type: 'AX',
|
||||
after: ({ avatar, damage }) => {
|
||||
after: ({ damage }) => {
|
||||
damage.add('AX0')
|
||||
if (avatar.rank >= 6) damage.add('Y6')
|
||||
damage.add('Y6')
|
||||
}
|
||||
},
|
||||
{ name: '闪避反击:以退为进', type: 'CF' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue