Axis & Allies Wiki
Advertisement

This objectiveAttachment option is used to set the territories that must not have enemy surface units (ships) in them to meet the objective.


Property Interactions: NationalObjectives - enables the use of NOs.


XML format is: <attatchment name="objectiveAttachment1" attatchTo="Americans" javaClass="games.strategy.triplea.attatchments.RulesAttachment" type="player">

<option name="objectiveValue" value="5"/>
<option name="enemySurfaceExclusionTerritories" value="France" count="1"/>

</attatchment>


  • Multiple objectiveAttachments must be numbered incrementally at this time.
  • The objectiveValue is the number of PUs received once the objective is met.
  • The value of the enemySurfaceExclusionTerritories option may be set to the following:
    • Value may be set to 'original'. All territories originally owned by the player(even enemy occupied territories) must be allied controlled
    • Value set to a colon (:) separated list of specific territories
Advertisement