雨果伤害计算等

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

@ -61,7 +61,7 @@ export const skills = [
{
name: '6影[火焰冲击]',
type: 'Y6',
check: ({ avatar }) => avatar.rank >= 6,
check: 6,
before: ({ calc, props }) => {
const Impact = calc.get_Impact()
props.倍率 = 2.5 + Math.min(5, Math.max(0, Math.floor(Impact - 170) * 5 / 100))