Fix mainAttr

This commit is contained in:
ZM.J 2024-03-14 13:49:39 +08:00
parent 2a90352df7
commit b3543b3b6b
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ export const details = [{
dmg: ({ talent }, dmg) => dmg(talent.e['技能伤害'], 'e')
}]
export const mainAttr = 'atk,cpct,cdmg'
export const mainAttr = 'atk,def,cpct,cdmg'
export const enemyName = '魔偶/女士/雷神'
export const buffs = [{

View File

@ -24,7 +24,7 @@ export const details = [{
dmg: ({ talent }, dmg) => dmg(talent.e['技能伤害'], 'e')
}]
export const mainAttr = 'atk,cpct,cdmg'
export const mainAttr = 'atk,def,cpct,cdmg'
export const enemyName = '魔偶/女士/雷神'
export const defParams = {