修复娜维娅组队伤害显示 (#717)

This commit is contained in:
Ca(HCO₃)₂ 2024-02-12 05:33:03 +08:00 committed by GitHub
parent b78ef70e83
commit 9e227f0dab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,7 @@ export const buffs = [{
} }
}, { }, {
check: ({ params , artis }) => params.team === true && artis.昔日宗室之仪 !== 4 , check: ({ params , artis }) => params.team === true && artis.昔日宗室之仪 !== 4 ,
title: '宗室琴:增加[atkPlus]%攻击力', title: '宗室琴:增加[atkPct]%攻击力',
data: { data: {
atkPct: 20 atkPct: 20
} }