mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 05:37:46 +00:00
优化伤害计算等
This commit is contained in:
parent
7ace8908ff
commit
95a2ee64de
50 changed files with 173 additions and 221 deletions
|
|
@ -14,8 +14,7 @@ export const buffs = [
|
|||
name: '6影',
|
||||
type: '暴击伤害',
|
||||
value: 1,
|
||||
range: ['AQ'],
|
||||
isForever: true
|
||||
range: ['AQ']
|
||||
},
|
||||
{
|
||||
name: '6影',
|
||||
|
|
@ -25,7 +24,6 @@ export const buffs = [
|
|||
{
|
||||
name: '额外能力:阳关三叠',
|
||||
type: '攻击力',
|
||||
isForever: true,
|
||||
value: ({ calc }) => Math.max(0, Math.min((calc.get_Impact() - 120) * 6, 600))
|
||||
},
|
||||
{
|
||||
|
|
@ -36,7 +34,7 @@ export const buffs = [
|
|||
},
|
||||
{
|
||||
name: '闪络',
|
||||
source: 'Skill',
|
||||
source: '技能',
|
||||
type: '增伤',
|
||||
value: 0.01 * 25,
|
||||
range: ['AQ']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue