mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
优化队友配置
This commit is contained in:
parent
d506e105b5
commit
a2f3f87ae1
@ -81,11 +81,23 @@ export const buffs = [{
|
||||
dmg: 35
|
||||
}
|
||||
}, {
|
||||
check: ({ params }) => params.team === true ,
|
||||
title: '芙宁娜:获得[dmg]%增伤',
|
||||
check: ({ params , cons }) => ( cons < 1 ) && params.team === true ,
|
||||
title: '0命芙宁娜:获得[dmg]%增伤',
|
||||
data: {
|
||||
dmg: 52.5
|
||||
}
|
||||
}, {
|
||||
check: ({ params , cons }) => ( ( cons < 2 && cons >= 1 ) && params.team === true ) ,
|
||||
title: '1命芙宁娜:获得[dmg]%增伤',
|
||||
data: {
|
||||
dmg: 70
|
||||
}
|
||||
}, {
|
||||
check: ({ params , cons }) => ( cons >= 2 && params.team === true ) ,
|
||||
title: '2命芙宁娜:获得[dmg]%增伤',
|
||||
data: {
|
||||
dmg: 100
|
||||
}
|
||||
}, {
|
||||
check: ({ params , artis }) => params.team === true && artis.昔日宗室之仪 !== 4 ,
|
||||
title: '宗室琴:增加[atkPlus]%攻击力',
|
||||
|
Loading…
Reference in New Issue
Block a user