mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
雨果伤害计算等
This commit is contained in:
parent
14af1a20e1
commit
151f87093a
20 changed files with 340 additions and 53 deletions
|
|
@ -71,13 +71,13 @@ export const skills = [
|
|||
{
|
||||
name: '6影强化E双份额外余烬秒伤',
|
||||
type: 'Y6Y',
|
||||
fixedMultiplier: 1.2,
|
||||
check: ({ avatar }) => avatar.rank >= 6
|
||||
multiplier: 1.2,
|
||||
check: 6
|
||||
},
|
||||
{
|
||||
name: '6影强化E双份额外灼烧',
|
||||
type: 'Y6灼烧',
|
||||
check: ({ avatar }) => avatar.rank >= 6,
|
||||
check: 6,
|
||||
dmg: (calc) => {
|
||||
const dmg = calc.calc_skill({
|
||||
name: '灼烧每段',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue