Skip to content

Commit

Permalink
fix podenco
Browse files Browse the repository at this point in the history
  • Loading branch information
xulai1001 committed Aug 9, 2020
1 parent bfbefe6 commit d536a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@ function calculateAttack(charAttr, enemy, raidBlackboard, isSkill, charData, lev
break;
case "skchr_podego_2":
log.write(`[特殊] ${displayNames[buffName]}: 直接伤害为0 (以上计算无效), 效果持续${bb.projectile_delay_time}秒`);
damage = finalFrame.atk * bb.projectile_delay_time * (1-emrpct) * ecount;
damage = finalFrame.atk * bb.projectile_delay_time * (1-emrpct) * enemy.count;
pool[1] = damage; damagePool[1] = 0;
break;
case "skchr_beewax_2":
Expand Down

0 comments on commit d536a95

Please sign in to comment.