-
Notifications
You must be signed in to change notification settings - Fork 396
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
New property giving map maker the ability to allow non-air SBU units to continue to the main territory battle. #12808
Conversation
checkAIPlayers added to RulesAttachment to allow for checking of AI controlled players.
Rename from isAIPlayers to isAI
Spacing
Adding RulesAttachmentTest to test isAI
Removed extra line from each file
This property will map makers to select if non-air SBR units will be allow to patriciate in a territory's normal battle. This does not effect sea units as the "isStrategicBomber" option is still blocked for use. If this were unblocked then it would also effect them.
@WCSumpton Just skimmed over it, is there any test for the new property? If not, would be good to create some concerning the new property. |
I will try this property out in 1941 GCD with Artillery. It also has uses for siege warfare prior to WW2. |
For me, creating the test may take some time, will look into it. Was extensively tested using GCD v1.170, as the new update v1.175 removed the "isStrategicBomber" code for Artillery. Cheers... |
dependents seems to be reference farther on, so was replaced with attackingSBR. Also units were getting marked as being in air battles so this was changed to only include air units. Cheers...
hasResource will give mapmaker the ability to query resources
Closing due to conflicts |
I have created a new map property "Use Non-Air SBR Units In Normal Battle" that when set to true will allow these units to participate in the normal territory battle.
Sea units are still blocked from using "isStrategicBomber", so this has no effect on them. If this were to change, then they would also be allowed to join.
Because this is a new property, there should be no effect to existing maps.
Cheers...