fixed enemy hpcatcher/mpcatcher stats
This commit is contained in:
parent
2536015a18
commit
19e4c4199f
@ -489,6 +489,7 @@
|
||||
|
||||
$enemyInfoModal.find(`.enemy-spells .magic-enemy-dmg-${spell.name}`).text(magicDmg(def));
|
||||
$enemyInfoModal.find(`.enemy-spells .magic-enemy-dmg-${spell.name}-magic-up`).text(magicDmg(magicUp));
|
||||
});
|
||||
|
||||
// hpcatcher
|
||||
def = calc.hpCatcherAttack(rowData.magic, 999, 0, rowData.hp);
|
||||
@ -496,7 +497,7 @@
|
||||
targetMagicUp: true,
|
||||
});
|
||||
|
||||
let prefix = '.magic-enemy-dmg-HPCatcher';
|
||||
prefix = '.magic-enemy-dmg-HPCatcher';
|
||||
$enemyInfoModal.find(prefix).text(magicDmg(def));
|
||||
$enemyInfoModal.find(prefix + '-magic-up').text(magicDmg(magicUp));
|
||||
|
||||
@ -509,7 +510,6 @@
|
||||
prefix = '.magic-enemy-dmg-MPCatcher';
|
||||
$enemyInfoModal.find(prefix).text(magicDmg(def));
|
||||
$enemyInfoModal.find(prefix + '-magic-up').text(magicDmg(magicUp));
|
||||
});
|
||||
}
|
||||
|
||||
if (charStats.speed !== null) {
|
||||
|
Loading…
Reference in New Issue
Block a user