优化部分伤害计算

This commit is contained in:
UCPr 2025-01-24 17:03:05 +08:00
parent afce42af23
commit 1e09912b84
5 changed files with 17 additions and 19 deletions

View file

@ -35,9 +35,9 @@ export const skills = [
{
name: '蓄力普攻:雷霆击-感电',
type: 'AX',
after: ({ avatar, damage }) => {
after: ({ damage }) => {
damage.add('AX0')
if (avatar.rank >= 6) damage.add('Y6')
damage.add('Y6')
}
},
{ name: '闪避反击:以退为进', type: 'CF' },