Victor Sullivan wrote:...
No. It would be coded with a <required> tag, so that if you have at least what's in the <required></required> tags, you get the bonus. Any more, and you still get the same exact bonus. So, for example, if you had all 14 BWL ships, you'd still only get +5.
-Sully
OK. I understand, thanks Sully.
Sorry for being a pest to you and tnb80, actually a lot of this had been sorted back on
page 28 and because i had this in the trash can, i had (almost) forgotten about it. But thank goodness i went back and looked at the hard work that had already been done.
So for now, i am putting up
xml V50 linkBelow you will see your continents with the required tags, plus the flagship continents being required as part of the overall weather/lee lines bonuses. I hope this is correct. If so then, all to be done is centering.
- Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<map>
<continent>
<name>(B) Victory</name>
<bonus>2</bonus>
<components>
<territory>(B) Victory Bow</territory>
<territory>(B) Victory Stern</territory>
</components>
<required>2</required>
</continent>
<continent>
<name>(B) Royal Sovereign</name>
<bonus>2</bonus>
<components>
<territory>(B) Royal Sovereign Bow</territory>
<territory>(B) Royal Sovereign Stern</territory>
</components>
<required>2</required>
</continent>
<continent>
<name>(F) Bucentaure</name>
<bonus>2</bonus>
<components>
<territory>(F) Bucentaure Bow</territory>
<territory>(F) Bucentaure Stern</territory>
</components>
<required>2</required>
</continent>
<continent>
<name>(F) Algésiras</name>
<bonus>2</bonus>
<components>
<territory>(F) Algésiras Bow</territory>
<territory>(F) Algésiras Stern</territory>
</components>
<required>2</required>
</continent>
<continent>
<name>(S) Santissima Trinidad</name>
<bonus>2</bonus>
<components>
<territory>(S) Santissima Trinidad Bow</territory>
<territory>(S) Santissima Trinidad Stern</territory>
</components>
<required>2</required>
</continent>
<continent>
<name>(S) Principe de Asturias</name>
<bonus>2</bonus>
<components>
<territory>(S) Principe de Asturias Bow</territory>
<territory>(S) Principe de Asturias Stern</territory>
</components>
<required>2</required>
</continent>
<continent>
<name>British Weather Line </name>
<bonus>5</bonus>
<components>
<continent>(B) Victory</continent>
<territory>(B) Témérgire</territory>
<territory>(B) Neptune</territory>
<territory>(B) Conqueror</territory>
<territory>(B) Africa</territory>
<territory>(B) Leviathan</territory>
<territory>(B) Agamemnon</territory>
<territory>(B) Ajax</territory>
<territory>(B) Orion</territory>
<territory>(B) Euryalus</territory>
<territory>(B) Britannia</territory>
<territory>(B) Minotaur</territory>
<territory>(B) Spartiate</territory>
</components>
<required>8</required>
</continent>
<continent>
<name>French Weather Line</name>
<bonus>4</bonus>
<components>
<continent>(F) Bucentaure</continent>
<territory>(F) Héros</territory>
<territory>(F) Scipion</territory>
<territory>(F) Duguay Trouin</territory>
<territory>(F) Intrépide</territory>
<territory>(F) Mont Blanc</territory>
<territory>(F) Indomptable</territory>
<territory>(F) Redoubtable</territory>
<territory>(F) Formidable</territory>
</components>
<required>5</required>
</continent>
<continent>
<name>Spanish Weather Line</name>
<bonus>3</bonus>
<components>
<continent>(S) Santissima Trinidad</continent>
<territory>(S) Neptuno</territory>
<territory>(S) Rayo</territory>
<territory>(S) San Augustin</territory>
<territory>(S) San Francisco de Asis</territory>
<territory>(S) San Leonardo</territory>
</components>
<required>4</required>
</continent>
<continent>
<name>Neutral Weather Line</name>
<bonus>0</bonus>
<components>
<territory>B1</territory>
<territory>B2</territory>
<territory>B3</territory>
<territory>F1</territory>
<territory>F2</territory>
<territory>F3</territory>
<territory>S1</territory>
<territory>S2</territory>
</components>
</continent>
<continent>
<name>British Lee Line</name>
<bonus>5</bonus>
<components>
<continent>(B) Royal Sovereign</continent>
<territory>(B) Tonnant</territory>
<territory>(B) Mars</territory>
<territory>(B) Colossus</territory>
<territory>(B) Achille</territory>
<territory>(B) Belleisle</territory>
<territory>(B) Bellerophone</territory>
<territory>(B) Revenge</territory>
<territory>(B) Defiance</territory>
<territory>(B) Defence</territory>
<territory>(B) Prince</territory>
<territory>(B) Thunderer</territory>
<territory>(B) Dreadnought</territory>
<territory>(B) Swiftsure</territory>
<territory>(B) Polyphemus</territory>
</components>
<required>8</required>
</continent>
<continent>
<name>French Lee Line</name>
<bonus>4</bonus>
<components>
<continent>(F) Algésiras</continent>
<territory>(F) Neptune</territory>
<territory>(F) Themis</territory>
<territory>(F) Berwick</territory>
<territory>(F) Achille</territory>
<territory>(F) Aigle</territory>
<territory>(F) Pluton</territory>
<territory>(F) Fougueux</territory>
<territory>(F) Swiftsure</territory>
</components>
<required>5</required>
</continent>
<continent>
<name>Spanish Lee Line</name>
<bonus>4</bonus>
<components>
<continent>(S) Principe de Asturias</continent>
<territory>(S) Monarca</territory>
<territory>(S) Montanes</territory>
<territory>(S) Argonauta</territory>
<territory>(S) San Juan Nepomuceno</territory>
<territory>(S) San Ildefonso</territory>
<territory>(S) Bahama</territory>
<territory>(S) Santa Ana</territory>
<territory>(S) San Justo</territory>
</components>
<required>5</required>
</continent>
<continent>
<name>Neutral Lee Line</name>
<bonus>0</bonus>
<components>
<territory>B4</territory>
<territory>B5</territory>
<territory>B6</territory>
<territory>B7</territory>
<territory>B8</territory>
<territory>B9</territory>
<territory>F4</territory>
<territory>F5</territory>
<territory>F6</territory>
<territory>F7</territory>
<territory>F8</territory>
<territory>F9</territory>
<territory>F10</territory>
<territory>S3</territory>
<territory>S4</territory>
<territory>S5</territory>
<territory>S6</territory>
<territory>S7</territory>
<territory>S8</territory>
<territory>S9</territory>
</components>
</continent>