雨果伤害计算等

This commit is contained in:
UCPr 2025-08-12 02:47:00 +08:00
parent 14af1a20e1
commit 151f87093a
20 changed files with 340 additions and 53 deletions

View file

@ -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: '灼烧每段',