Navigation

    TripleA Logo

    TripleA Forum

    • Register
    • Login
    • Search
    • TripleA Website
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Tags

    convoyAttached - Resolved -

    XML Options Browser
    1
    1
    598
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Mahks
      Mahks last edited by Mahks

      Please confirm my rewrite is correct:

      At least one territory in the list must be owned by a friendly to collect income from the "attachTo" territory.
      The list may be empty if this territory does not require any other territories but is required by other territory.
      See the context section below, Sea zone 5 is part of the convoyRoute of Norway (Norway has it listed under convoyAttached), so Sea zone 5 must have convoyRoute = true
      Sea zone 5 has an income of 2 for Germany, but it does not Require ownership of another territory in order to get the income, so convoyAttached is blank.

      <attachment name="territoryAttachment" attachTo="5 Sea Zone" javaClass="TerritoryAttachment" type="territory">
      <option name="production" value="2"/>
      <option name="convoyRoute" value="true"/>
      <option name="convoyAttached" value=""/>
      ...
      </attachment>
      ...
      <attachment name="territoryAttachment" attachTo="Norway" javaClass="TerritoryAttachment" type="territory">
      <option name="production" value="3"/>
      <option name="convoyRoute" value="true"/>
      <option name="convoyAttached" value="5 Sea Zone:6 Sea Zone"/>
      ...
      </attachment>

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post
      Copyright © 2016-2018 TripleA-Devs | Powered by NodeBB Forums