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

Use foot/jump type modifier for beast-mounted infantry BV #4956

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

neoancient
Copy link
Member

Per chart on TO:AU&E, p. 193. This affects VTOL infantry, who are currently getting the 0.7 modifier of mechanized VTOL.

typeModifier = 0.6;
break;
if (infantry.getMount() == null) {
switch (infantry.getMovementMode()) {

Check warning

Code scanning / CodeQL

Missing enum case in switch Warning

Switch statement does not have a case for
MAGLEV
.
Switch statement does not have a case for
RAIL
.
Switch statement does not have a case for
STATION_KEEPING
.
Switch statement does not have a case for
AIRSHIP
.
Switch statement does not have a case for
AEROSPACE
.
Switch statement does not have a case for
INF_UMU
.
Switch statement does not have a case for
SPHEROID
.
Switch statement does not have a case for
AERODYNE
.
Switch statement does not have a case for
WIGE
.
Switch statement does not have a case for
QUAD_SWIM
.
Switch statement does not have a case for
BIPED_SWIM
.
Switch statement does not have a case for
INF_JUMP
.
Switch statement does not have a case for
INF_LEG
.
Switch statement does not have a case for
HYDROFOIL
.
Switch statement does not have a case for
NAVAL
.
Switch statement does not have a case for
QUAD
.
Switch statement does not have a case for
TRIPOD
.
Switch statement does not have a case for
BIPED
.
Switch statement does not have a case for
NONE
.
@HammerGS HammerGS merged commit 76fc572 into master Dec 14, 2023
4 checks passed
@neoancient neoancient deleted the beast_mounted_bv branch January 23, 2024 22:46
@HammerGS HammerGS added the BV Changes to BV calculations. label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BV Changes to BV calculations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants