Closed AlmostMatt closed 7 years ago
If you have 22 attack, then 20% of that is 4.4. Weapon advantage will be +4 damage and weapon disadvantage will be -4 damage.
This means that floor(atk * 0.8) is wrong. I'm not quite sure how this combines with effective.
Fixed by https://github.com/ajhyndman/fire-emblem-working-title/commit/a9076219bcde68371462bd0830b90d3ced281ad5
If you have 22 attack, then 20% of that is 4.4. Weapon advantage will be +4 damage and weapon disadvantage will be -4 damage.
This means that floor(atk * 0.8) is wrong. I'm not quite sure how this combines with effective.