Axis & Allies Wiki
Advertisement

This objectiveAttachment option is used to set the territories that must be in allied control 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="alliedOwnershipTerritories" 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 alliedOwnershipTerritories 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 may be set to 'enemy'. All territories originally owned by the enemy player must be allied controlled THIS MAY NOT BE FULLY FUNCTIONAL
    • Value set to a colon (:) separated list of specific territories
Advertisement