Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix armor BV calculation for SV BAR armor #2412

Merged
merged 2 commits into from
Nov 21, 2020
Merged

Fix armor BV calculation for SV BAR armor #2412

merged 2 commits into from
Nov 21, 2020

Conversation

neoancient
Copy link
Member

All support vehicles with BAR < 10 have incorrect BVs. The BV calculation for support vehicles is using integer division to compute the multiplier for BAR armor, which always makes it zero. Aero (which handles the BV calculations for ConvFighter and FixedWingSupport) does not apply the BAR multiplier at all.

@neoancient neoancient merged commit 4c002b7 into master Nov 21, 2020
@neoancient neoancient deleted the bar_armor_bv branch November 21, 2020 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants