fix: 2.3光锥仪器

This commit is contained in:
liangshi 2024-06-21 00:34:49 +08:00
parent d452b4a411
commit 86f9eae36b
2 changed files with 2 additions and 1 deletions

View File

@ -96,6 +96,7 @@ export default function (staticIdx, keyIdx) {
return {
check: ({ attr }) => attr.cdmg > 120,
title: '基于暴击伤害,追加攻击伤害提高[tDmg]%,终结技或追加攻击伤害无视[qIgnore]%防御',
sort: 9,
data: {
tDmg: ({ attr }) => Math.min(Math.floor((attr.cdmg - 120) / 20), 4) * tables[2],
qIgnore: tables[3],

View File

@ -83,7 +83,7 @@ export default function (staticIdx, keyIdx) {
],
梦应归于何处: [
staticIdx(1, 'stance'),
keyIdx('造成的击破伤害提高[breakDmg]%', 'breakDmg', 2)
keyIdx('造成的击破伤害提高[breakEnemydmg]%', 'breakEnemydmg', 2)
]
}
}