i think the Monarch conditionals are not programmed correctly
it says: A Monarch region (M) can be assaulted only if you hold both Bow & Stern of same Commanderās Ship
so using BOB, placing the cursor over my command ships which i hold both regions of...
i can attack all M positions, and i don't tink that is what should happen
according to the instructions, because it says "a M region can be assualted only if you hold both B&S of SAME commander's ship.
so if i hold both B&S, i should not be able to see the M positions of other command vessels unless i also hold them entirely
ergo one command ship should only be able to assault it's own M position
EDIT: after checking the latest file on the previous page ...V3.xml
i found this
- Code: Select all
<territory>
<name>San Lorenzo Bow</name>
<borders>
<border>San Lorenzo Stern</border>
<border>El Crucifijo</border>
<border>GL (D)</border>
<border>Don Diego Medrano M1</border>
<border>G. Miguel Oquendo M1</border>
<border>C. Martinez de Recalde M1</border>
<border>C. Flores de ValdƩs M1</border>
<border>D. Medina Sedonia M1</border>
<border>Hugo de Moncada M1</border>
<border>Sir Martin Frobisher M1</border>
<border>Sir Francis Drake M1</border>
<border>Ld. Charles Howard M1</border>
<border>Sir John Hawkins M1</border>
<border>Ld Henry Seymour M1</border>
<border>Sir William Winter M1</border>
</borders>
<bombardments>
<bombardment>ZĆŗƱiga</bombardment>
<bombardment>SS SƔo Luis</bombardment>
<bombardment>SƔo Filipe</bombardment>
<bombardment>GL (E)</bombardment>
<bombardment>GL (C)</bombardment>
<bombardment>GL (B)</bombardment>
<bombardment>Ciervo Volante</bombardment>
</bombardments>
<coordinates>
<smallx>829</smallx>
<smally>318</smally>
<largex>923</largex>
<largey>354</largey>
</coordinates>
<neutral>2</neutral>
</territory>
There is no conditional in it.
Also i beleive the San Lorenzo Bow should only border the Hugo De Moncado M position if the both bow and stern of San Lorenzo are held by same person....i.e. too many borders in the xml for bow and stern position.
Should not this be the xml for this conditional function?
- Code: Select all
<territory>
<name>San Lorenzo Bow</name>
<borders>
<border>San Lorenzo Stern</border>
<border>El Crucifijo</border>
<border>GL (D)</border>
<border condition="San Lorenzo Command Ship">Hugo de Moncada M1</border>
</borders>
<bombardments>
<bombardment>ZĆŗƱiga</bombardment>
<bombardment>SS SƔo Luis</bombardment>
<bombardment>SƔo Filipe</bombardment>
<bombardment>GL (E)</bombardment>
<bombardment>GL (C)</bombardment>
<bombardment>GL (B)</bombardment>
<bombardment>Ciervo Volante</bombardment>
</bombardments>
<coordinates>
<smallx>829</smallx>
<smally>318</smally>
<largex>923</largex>
<largey>354</largey>
</coordinates>
<neutral>2</neutral>
</territory>
Also, i think this is missing !
- Code: Select all
<!-- losing conditions -->
<requirement>
<name>Any non-treasury region + either Bow or Stern of a command Ship</name>
<components>
<continent>Non-Treasury Region</continent>
<continent>Bow (B) or Stern (S) of a Commander's Ship</continent>
</components>
<required>2</required>
</requirement>
<!-- end losing condition -->