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
|
|
@ -4,8 +4,7 @@ export const buffs = [
|
|||
type: '增伤',
|
||||
value: 0.15,
|
||||
check: 2,
|
||||
range: ['CC', '追加攻击'],
|
||||
isForever: true
|
||||
range: ['CC', '追加攻击']
|
||||
},
|
||||
{
|
||||
type: '攻击力',
|
||||
|
|
|
|||
|
|
@ -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
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,14 +3,12 @@ export const buffs = [
|
|||
{
|
||||
type: '增伤',
|
||||
value: 0.1,
|
||||
isForever: true,
|
||||
element: 'Ice',
|
||||
check: 2
|
||||
},
|
||||
{
|
||||
type: '增伤',
|
||||
value: 0.2,
|
||||
isForever: true,
|
||||
range: ['A', 'CC'],
|
||||
check: 4
|
||||
},
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ export const buffs = [
|
|||
{
|
||||
type: '增伤',
|
||||
value: 0.2,
|
||||
isForever: true,
|
||||
range: ['RZ'],
|
||||
check: 4
|
||||
},
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ export const buffs = [
|
|||
{
|
||||
type: '增伤',
|
||||
value: 0.15,
|
||||
isForever: true,
|
||||
element: ['Electric', 'Fire'],
|
||||
check: 4
|
||||
},
|
||||
|
|
|
|||
|
|
@ -3,14 +3,12 @@ export const buffs = [
|
|||
{
|
||||
type: '增伤',
|
||||
value: 0.1,
|
||||
isForever: true,
|
||||
element: 'Ether',
|
||||
check: 2
|
||||
},
|
||||
{
|
||||
type: '暴击伤害',
|
||||
value: 0.2,
|
||||
isForever: true,
|
||||
check: 4
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ export const buffs = [
|
|||
type: '增伤',
|
||||
value: 0.1,
|
||||
element: 'Fire',
|
||||
isForever: true,
|
||||
check: 2
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ export const buffs = [
|
|||
type: '增伤',
|
||||
value: 0.1,
|
||||
check: 2,
|
||||
isForever: true,
|
||||
element: 'Physical'
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ export const buffs = [
|
|||
type: '增伤',
|
||||
value: 0.1,
|
||||
check: 2,
|
||||
isForever: true,
|
||||
element: 'Electric'
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue