mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
优化伤害计算等
This commit is contained in:
parent
7ace8908ff
commit
95a2ee64de
50 changed files with 173 additions and 221 deletions
|
|
@ -12,7 +12,6 @@
|
|||
// name: name + '4',
|
||||
// type: '暴击伤害',
|
||||
// value: 0.3,
|
||||
// isForever: true,
|
||||
// check: ({ buffM, calc }) => calc.get_AnomalyMastery() >= 115
|
||||
// })
|
||||
// buffM.new({
|
||||
|
|
@ -31,7 +30,6 @@ export const buffs = [
|
|||
name: '折枝剑歌4',
|
||||
type: '暴击伤害',
|
||||
value: 0.3,
|
||||
isForever: true,
|
||||
check: ({ buffM, calc }) => buffM.setCount.折枝剑歌 >= 4 && calc.get_AnomalyMastery() >= 115
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue