Conquer Club

Treasures of Galápagos [Quenched]

Care to peruse completed maps? Take a stroll through the Atlas.

Moderator: Cartographers

Forum rules
Please read the Community Guidelines before posting.

Re: Treas's of Galápagos [Final Forge] - XML/centering complete

Postby cairnswk on Fri Jun 13, 2008 12:46 pm

XML part 1
Code: Select all
<?xml version="1.0" encoding="iso-8859-1"?>
<map>
<title>Treasures of Galàpagos</title>
<smallwidth>610</smallwidth>
<smallheight>510</smallheight>
<largewidth>750</largewidth>
<largeheight>627</largeheight>
<filetype>jpg</filetype>



<!-- Continents -->

<!-- Islands -->
<!-- Bonuses are for treasures -->

<continent>
<name>Darwin</name>
<bonus>1</bonus>
<components>
<territory>Darwin</territory>
</components>
</continent>

<continent>
<name>Pinta</name>
<bonus>1</bonus>
<components>
<territory>Pinta</territory>
</components>
</continent>

<continent>
<name>Marchena</name>
<bonus>1</bonus>
<components>
<territory>Marchena</territory>
</components>
</continent>

<continent>
<name>Fernandina</name>
<bonus>1</bonus>
<components>
<territory>Fernandina</territory>
</components>
</continent>

<continent>
<name>Isabela</name>
<bonus>1</bonus>
<components>
<territory>Isabela</territory>
</components>
</continent>

<continent>
<name>Isabela East</name>
<bonus>1</bonus>
<components>
<territory>Isabela East</territory>
</components>
</continent>

<continent>
<name>Isabela West</name>
<bonus>1</bonus>
<components>
<territory>Isabela West</territory>
</components>
</continent>

<continent>
<name>Pinzon</name>
<bonus>1</bonus>
<components>
<territory>Pinzon</territory>
</components>
</continent>

<continent>
<name>Santa Cruz</name>
<bonus>1</bonus>
<components>
<territory>Santa Cruz</territory>
</components>
</continent>

<continent>
<name>San Cristobal</name>
<bonus>1</bonus>
<components>
<territory>San Cristobal</territory>
</components>
</continent>

<continent>
<name>Floreana</name>
<bonus>1</bonus>
<components>
<territory>Floreana</territory>
</components>
</continent>

<continent>
<name>Espanola</name>
<bonus>1</bonus>
<components>
<territory>Espanola</territory>
</components>
</continent>

<!-- End of Islands -->

<!-- Start of Luggers -->

<continent>
<name>Lugger Wolwin</name>
<bonus>1</bonus>
<components>
<territory>Lugger Wolwin</territory>
</components>
</continent>

<continent>
<name>Lugger Pintmar</name>
<bonus>1</bonus>
<components>
<territory>Lugger Pintmar</territory>
</components>
</continent>

<continent>
<name>Lugger Isiago</name>
<bonus>1</bonus>
<components>
<territory>Lugger Isiago</territory>
</components>
</continent>

<continent>
<name>Lugger Genocruz</name>
<bonus>1</bonus>
<components>
<territory>Lugger Genocruz</territory>
</components>
</continent>

<continent>
<name>Lugger Fernela</name>
<bonus>1</bonus>
<components>
<territory>Lugger Fernela</territory>
</components>
</continent>

<continent>
<name>Lugger Cristocruz</name>
<bonus>1</bonus>
<components>
<territory>Lugger Cristocruz</territory>
</components>
</continent>

<continent>
<name>Lugger Tortisa</name>
<bonus>1</bonus>
<components>
<territory>Lugger Tortisa</territory>
</components>
</continent>

<continent>
<name>Lugger Floreola</name>
<bonus>1</bonus>
<components>
<territory>Lugger Floreola</territory>
</components>
</continent>

<!-- End of individual luggers -->

<!-- Start of Combo Reefs and Water -->
<!-- Reef 1 -->
<continent>
<name>Reef 1 and Wolf</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 1</territory>
      <territory>Wolf</territory>
   </components>
</continent>

<continent>
<name>Reef 1 and Pinta</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 1</territory>
      <territory>Pinta</territory>
   </components>
</continent>

<continent>
<name>Reef 1 and Genovesa</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 1</territory>
      <territory>Genovesa</territory>
   </components>
</continent>

<continent>
<name>Reef 1 and Santiago</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 1</territory>
      <territory>Santiago</territory>
   </components>
</continent>

<continent>
<name>Reef 1 and Isabela West</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 1</territory>
      <territory>Isabela West</territory>
   </components>
</continent>

<continent>
<name>Reef 1 and Santa Cruz</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 1</territory>
      <territory>Santa Cruz</territory>
   </components>
</continent>

<continent>
<name>Reef 1 and Tortuga</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 1</territory>
      <territory>Tortuga</territory>
   </components>
</continent>

<continent>
<name>Reef 1 and San Cristobal</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 1</territory>
      <territory>San Cristobal</territory>
   </components>
</continent>

<continent>
<name>Reef 1 and Espanola</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 1</territory>
      <territory>Espanola</territory>
   </components>
</continent>
<!-- End Reef 1 -->

<!-- Start Reef 2 -->
<!-- Reef 2 -->
<continent>
<name>Reef 2 and Wolf</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 2</territory>
      <territory>Wolf</territory>
   </components>
</continent>

<continent>
<name>Reef 2 and Pinta</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 2</territory>
      <territory>Pinta</territory>
   </components>
</continent>

<continent>
<name>Reef 2 and Genovesa</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 2</territory>
      <territory>Genovesa</territory>
   </components>
</continent>

<continent>
<name>Reef 2 and Santiago</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 2</territory>
      <territory>Santiago</territory>
   </components>
</continent>

<continent>
<name>Reef 2 and Isabela West</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 2</territory>
      <territory>Isabela West</territory>
   </components>
</continent>

<continent>
<name>Reef 2 and Santa Cruz</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 2</territory>
      <territory>Santa Cruz</territory>
   </components>
</continent>

<continent>
<name>Reef 2 and Tortuga</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 2</territory>
      <territory>Tortuga</territory>
   </components>
</continent>

<continent>
<name>Reef 2 and San Cristobal</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 2</territory>
      <territory>San Cristobal</territory>
   </components>
</continent>

<continent>
<name>Reef 2 and Espanola</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 2</territory>
      <territory>Espanola</territory>
   </components>
</continent>
<!-- End Reef 2 -->

<!-- Start Reef 3 -->
<!-- Reef 3 -->
<continent>
<name>Reef 3 and Wolf</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 3</territory>
      <territory>Wolf</territory>
   </components>
</continent>

<continent>
<name>Reef 3 and Pinta</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 3</territory>
      <territory>Pinta</territory>
   </components>
</continent>

<continent>
<name>Reef 3 and Genovesa</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 3</territory>
      <territory>Genovesa</territory>
   </components>
</continent>

<continent>
<name>Reef 3 and Santiago</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 3</territory>
      <territory>Santiago</territory>
   </components>
</continent>

<continent>
<name>Reef 3 and Isabela West</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 3</territory>
      <territory>Isabela West</territory>
   </components>
</continent>

<continent>
<name>Reef 3 and Santa Cruz</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 3</territory>
      <territory>Santa Cruz</territory>
   </components>
</continent>

<continent>
<name>Reef 3 and Tortuga</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 3</territory>
      <territory>Tortuga</territory>
   </components>
</continent>

<continent>
<name>Reef 3 and San Cristobal</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 3</territory>
      <territory>San Cristobal</territory>
   </components>
</continent>

<continent>
<name>Reef 3 and Espanola</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 3</territory>
      <territory>Espanola</territory>
   </components>
</continent>
<!-- End Reef 3 -->

<!-- Start Reef 4 -->
<!-- Reef 4 -->
<continent>
<name>Reef 4 and Wolf</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 4</territory>
      <territory>Wolf</territory>
   </components>
</continent>

<continent>
<name>Reef 4 and Pinta</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 4</territory>
      <territory>Pinta</territory>
   </components>
</continent>

<continent>
<name>Reef 4 and Genovesa</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 4</territory>
      <territory>Genovesa</territory>
   </components>
</continent>

<continent>
<name>Reef 4 and Santiago</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 4</territory>
      <territory>Santiago</territory>
   </components>
</continent>

<continent>
<name>Reef 4 and Isabela West</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 4</territory>
      <territory>Isabela West</territory>
   </components>
</continent>

<continent>
<name>Reef 4 and Santa Cruz</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 4</territory>
      <territory>Santa Cruz</territory>
   </components>
</continent>

<continent>
<name>Reef 4 and Tortuga</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 4</territory>
      <territory>Tortuga</territory>
   </components>
</continent>

<continent>
<name>Reef 4 and San Cristobal</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 4</territory>
      <territory>San Cristobal</territory>
   </components>
</continent>

<continent>
<name>Reef 4 and Espanola</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 4</territory>
      <territory>Espanola</territory>
   </components>
</continent>
<!-- End Reef 4 -->

<!-- Start Reef 5 -->
<!-- Reef 5 -->
<continent>
<name>Reef 5 and Wolf</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 5</territory>
      <territory>Wolf</territory>
   </components>
</continent>

<continent>
<name>Reef 5 and Pinta</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 5</territory>
      <territory>Pinta</territory>
   </components>
</continent>

<continent>
<name>Reef 5 and Genovesa</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 5</territory>
      <territory>Genovesa</territory>
   </components>
</continent>

<continent>
<name>Reef 5 and Santiago</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 5</territory>
      <territory>Santiago</territory>
   </components>
</continent>

<continent>
<name>Reef 5 and Isabela West</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 5</territory>
      <territory>Isabela West</territory>
   </components>
</continent>

<continent>
<name>Reef 5 and Santa Cruz</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 5</territory>
      <territory>Santa Cruz</territory>
   </components>
</continent>

<continent>
<name>Reef 5 and Tortuga</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 5</territory>
      <territory>Tortuga</territory>
   </components>
</continent>

<continent>
<name>Reef 5 and San Cristobal</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 5</territory>
      <territory>San Cristobal</territory>
   </components>
</continent>

<continent>
<name>Reef 5 and Espanola</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 5</territory>
      <territory>Espanola</territory>
   </components>
</continent>
<!-- End Reef 5 -->

<!-- Start Reef 6 -->
<!-- Reef 6 -->
<continent>
<name>Reef 6 and Wolf</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 6</territory>
      <territory>Wolf</territory>
   </components>
</continent>

<continent>
<name>Reef 6 and Pinta</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 6</territory>
      <territory>Pinta</territory>
   </components>
</continent>

<continent>
<name>Reef 6 and Genovesa</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 6</territory>
      <territory>Genovesa</territory>
   </components>
</continent>

<continent>
<name>Reef 6 and Santiago</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 6</territory>
      <territory>Santiago</territory>
   </components>
</continent>

<continent>
<name>Reef 6 and Isabela West</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 6</territory>
      <territory>Isabela West</territory>
   </components>
</continent>

<continent>
<name>Reef 6 and Santa Cruz</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 6</territory>
      <territory>Santa Cruz</territory>
   </components>
</continent>

<continent>
<name>Reef 6 and Tortuga</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 6</territory>
      <territory>Tortuga</territory>
   </components>
</continent>

<continent>
<name>Reef 6 and San Cristobal</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 6</territory>
      <territory>San Cristobal</territory>
   </components>
</continent>

<continent>
<name>Reef 6 and Espanola</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 6</territory>
      <territory>Espanola</territory>
   </components>
</continent>
<!-- End Reef 6 -->

<!-- Start Reef 7 -->
<!-- Reef 7 -->
<continent>
<name>Reef 7 and Wolf</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 7</territory>
      <territory>Wolf</territory>
   </components>
</continent>

<continent>
<name>Reef 7 and Pinta</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 7</territory>
      <territory>Pinta</territory>
   </components>
</continent>

<continent>
<name>Reef 7 and Genovesa</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 7</territory>
      <territory>Genovesa</territory>
   </components>
</continent>

<continent>
<name>Reef 7 and Santiago</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 7</territory>
      <territory>Santiago</territory>
   </components>
</continent>

<continent>
<name>Reef 7 and Isabela West</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 7</territory>
      <territory>Isabela West</territory>
   </components>
</continent>

<continent>
<name>Reef 7 and Santa Cruz</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 7</territory>
      <territory>Santa Cruz</territory>
   </components>
</continent>

<continent>
<name>Reef 7 and Tortuga</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 7</territory>
      <territory>Tortuga</territory>
   </components>
</continent>

<continent>
<name>Reef 7 and San Cristobal</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 7</territory>
      <territory>San Cristobal</territory>
   </components>
</continent>

<continent>
<name>Reef 7 and Espanola</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 7</territory>
      <territory>Espanola</territory>
   </components>
</continent>
<!-- End Reef 7 -->

<!-- Start Reef 8 -->
<!-- Reef 8 -->
<continent>
<name>Reef 8 and Wolf</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 8</territory>
      <territory>Wolf</territory>
   </components>
</continent>

<continent>
<name>Reef 8 and Pinta</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 8</territory>
      <territory>Pinta</territory>
   </components>
</continent>

<continent>
<name>Reef 8 and Genovesa</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 8</territory>
      <territory>Genovesa</territory>
   </components>
</continent>

<continent>
<name>Reef 8 and Santiago</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 8</territory>
      <territory>Santiago</territory>
   </components>
</continent>

<continent>
<name>Reef 8 and Isabela West</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 8</territory>
      <territory>Isabela West</territory>
   </components>
</continent>

<continent>
<name>Reef 8 and Santa Cruz</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 8</territory>
      <territory>Santa Cruz</territory>
   </components>
</continent>

<continent>
<name>Reef 8 and Tortuga</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 8</territory>
      <territory>Tortuga</territory>
   </components>
</continent>

<continent>
<name>Reef 8 and San Cristobal</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 8</territory>
      <territory>San Cristobal</territory>
   </components>
</continent>

<continent>
<name>Reef 8 and Espanola</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 8</territory>
      <territory>Espanola</territory>
   </components>
</continent>
<!-- End Reef 8 -->

<!-- Start Reef 9 -->
<!-- Reef 9 -->
<continent>
<name>Reef 9 and Wolf</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 9</territory>
      <territory>Wolf</territory>
   </components>
</continent>

<continent>
<name>Reef 9 and Pinta</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 9</territory>
      <territory>Pinta</territory>
   </components>
</continent>

<continent>
<name>Reef 9 and Genovesa</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 9</territory>
      <territory>Genovesa</territory>
   </components>
</continent>

<continent>
<name>Reef 9 and Santiago</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 9</territory>
      <territory>Santiago</territory>
   </components>
</continent>

<continent>
<name>Reef 9 and Isabela West</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 9</territory>
      <territory>Isabela West</territory>
   </components>
</continent>

<continent>
<name>Reef 9 and Santa Cruz</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 9</territory>
      <territory>Santa Cruz</territory>
   </components>
</continent>

<continent>
<name>Reef 9 and Tortuga</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 9</territory>
      <territory>Tortuga</territory>
   </components>
</continent>

<continent>
<name>Reef 9 and San Cristobal</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 9</territory>
      <territory>San Cristobal</territory>
   </components>
</continent>

<continent>
<name>Reef 9 and Espanola</name>
   <bonus>3</bonus>
   <components>
      <territory>Reef 9</territory>
      <territory>Espanola</territory>
   </components>
</continent>
<!-- End Reef 9 -->

<!-- End of Reef and Water Combos -->

<!-- Start Reef and Lugger Combos -->
<!-- Reef 1 -->

<continent>
<name>Reef 1 and Lugger Wolwin</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 1</territory>
      <territory>Lugger Wolwin</territory>
   </components>
</continent>

<continent>
<name>Reef 1 and Lugger Pintmar</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 1</territory>
      <territory>Lugger Pintmar</territory>
   </components>
</continent>

<continent>
<name>Reef 1 and Lugger Isiago</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 1</territory>
      <territory>Lugger Isiago</territory>
   </components>
</continent>

<continent>
<name>Reef 1 and Lugger Genocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 1</territory>
      <territory>Lugger Genocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 1 and Lugger Fernela</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 1</territory>
      <territory>Lugger Fernela</territory>
   </components>
</continent>

<continent>
<name>Reef 1 and Lugger Cristocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 1</territory>
      <territory>Lugger Cristocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 1 and Lugger Tortisa</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 1</territory>
      <territory>Lugger Tortisa</territory>
   </components>
</continent>

<continent>
<name>Reef 1 and Lugger Floreola</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 1</territory>
      <territory>Lugger Floreola</territory>
   </components>
</continent>
<!-- End Reef 1 -->

<!-- Reef 2 -->

<continent>
<name>Reef 2 and Lugger Wolwin</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 2</territory>
      <territory>Lugger Wolwin</territory>
   </components>
</continent>

<continent>
<name>Reef 2 and Lugger Pintmar</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 2</territory>
      <territory>Lugger Pintmar</territory>
   </components>
</continent>

<continent>
<name>Reef 2 and Lugger Isiago</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 2</territory>
      <territory>Lugger Isiago</territory>
   </components>
</continent>

<continent>
<name>Reef 2 and Lugger Genocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 2</territory>
      <territory>Lugger Genocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 2 and Lugger Fernela</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 2</territory>
      <territory>Lugger Fernela</territory>
   </components>
</continent>

<continent>
<name>Reef 2 and Lugger Cristocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 2</territory>
      <territory>Lugger Cristocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 2 and Lugger Tortisa</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 2</territory>
      <territory>Lugger Tortisa</territory>
   </components>
</continent>

<continent>
<name>Reef 2 and Lugger Floreola</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 2</territory>
      <territory>Lugger Floreola</territory>
   </components>
</continent>
<!-- End Reef 2 -->

<!-- Reef 3 -->

<continent>
<name>Reef 3 and Lugger Wolwin</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 3</territory>
      <territory>Lugger Wolwin</territory>
   </components>
</continent>

<continent>
<name>Reef 3 and Lugger Pintmar</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 3</territory>
      <territory>Lugger Pintmar</territory>
   </components>
</continent>

<continent>
<name>Reef 3 and Lugger Isiago</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 3</territory>
      <territory>Lugger Isiago</territory>
   </components>
</continent>

<continent>
<name>Reef 3 and Lugger Genocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 3</territory>
      <territory>Lugger Genocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 3 and Lugger Fernela</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 3</territory>
      <territory>Lugger Fernela</territory>
   </components>
</continent>

<continent>
<name>Reef 3 and Lugger Cristocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 3</territory>
      <territory>Lugger Cristocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 3 and Lugger Tortisa</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 3</territory>
      <territory>Lugger Tortisa</territory>
   </components>
</continent>

<continent>
<name>Reef 3 and Lugger Floreola</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 3</territory>
      <territory>Lugger Floreola</territory>
   </components>
</continent>
<!-- End Reef 3 -->

<!-- Reef 4 -->

<continent>
<name>Reef 4 and Lugger Wolwin</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 4</territory>
      <territory>Lugger Wolwin</territory>
   </components>
</continent>

<continent>
<name>Reef 4 and Lugger Pintmar</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 4</territory>
      <territory>Lugger Pintmar</territory>
   </components>
</continent>

<continent>
<name>Reef 4 and Lugger Isiago</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 4</territory>
      <territory>Lugger Isiago</territory>
   </components>
</continent>

<continent>
<name>Reef 4 and Lugger Genocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 4</territory>
      <territory>Lugger Genocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 4 and Lugger Fernela</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 4</territory>
      <territory>Lugger Fernela</territory>
   </components>
</continent>

<continent>
<name>Reef 4 and Lugger Cristocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 4</territory>
      <territory>Lugger Cristocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 4 and Lugger Tortisa</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 4</territory>
      <territory>Lugger Tortisa</territory>
   </components>
</continent>

<continent>
<name>Reef 4 and Lugger Floreola</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 4</territory>
      <territory>Lugger Floreola</territory>
   </components>
</continent>
<!-- End Reef 4 -->

<!-- Reef 5 -->

<continent>
<name>Reef 5 and Lugger Wolwin</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 5</territory>
      <territory>Lugger Wolwin</territory>
   </components>
</continent>

<continent>
<name>Reef 5 and Lugger Pintmar</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 5</territory>
      <territory>Lugger Pintmar</territory>
   </components>
</continent>

<continent>
<name>Reef 5 and Lugger Isiago</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 5</territory>
      <territory>Lugger Isiago</territory>
   </components>
</continent>

<continent>
<name>Reef 5 and Lugger Genocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 5</territory>
      <territory>Lugger Genocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 5 and Lugger Fernela</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 5</territory>
      <territory>Lugger Fernela</territory>
   </components>
</continent>

<continent>
<name>Reef 5 and Lugger Cristocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 5</territory>
      <territory>Lugger Cristocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 5 and Lugger Tortisa</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 5</territory>
      <territory>Lugger Tortisa</territory>
   </components>
</continent>

<continent>
<name>Reef 5 and Lugger Floreola</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 5</territory>
      <territory>Lugger Floreola</territory>
   </components>
</continent>
<!-- End Reef 5 -->

<!-- Reef 6 -->

<continent>
<name>Reef 6 and Lugger Wolwin</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 6</territory>
      <territory>Lugger Wolwin</territory>
   </components>
</continent>

<continent>
<name>Reef 6 and Lugger Pintmar</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 6</territory>
      <territory>Lugger Pintmar</territory>
   </components>
</continent>

<continent>
<name>Reef 6 and Lugger Isiago</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 6</territory>
      <territory>Lugger Isiago</territory>
   </components>
</continent>

<continent>
<name>Reef 6 and Lugger Genocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 6</territory>
      <territory>Lugger Genocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 6 and Lugger Fernela</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 6</territory>
      <territory>Lugger Fernela</territory>
   </components>
</continent>

<continent>
<name>Reef 6 and Lugger Cristocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 6</territory>
      <territory>Lugger Cristocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 6 and Lugger Tortisa</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 6</territory>
      <territory>Lugger Tortisa</territory>
   </components>
</continent>

<continent>
<name>Reef 6 and Lugger Floreola</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 6</territory>
      <territory>Lugger Floreola</territory>
   </components>
</continent>
<!-- End Reef 6 -->

<!-- Reef 7 -->

<continent>
<name>Reef 7 and Lugger Wolwin</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 7</territory>
      <territory>Lugger Wolwin</territory>
   </components>
</continent>

<continent>
<name>Reef 7 and Lugger Pintmar</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 7</territory>
      <territory>Lugger Pintmar</territory>
   </components>
</continent>

<continent>
<name>Reef 7 and Lugger Isiago</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 7</territory>
      <territory>Lugger Isiago</territory>
   </components>
</continent>

<continent>
<name>Reef 7 and Lugger Genocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 7</territory>
      <territory>Lugger Genocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 7 and Lugger Fernela</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 7</territory>
      <territory>Lugger Fernela</territory>
   </components>
</continent>

<continent>
<name>Reef 7 and Lugger Cristocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 7</territory>
      <territory>Lugger Cristocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 7 and Lugger Tortisa</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 7</territory>
      <territory>Lugger Tortisa</territory>
   </components>
</continent>

<continent>
<name>Reef 7 and Lugger Floreola</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 7</territory>
      <territory>Lugger Floreola</territory>
   </components>
</continent>
<!-- End Reef 7 -->

<!-- Reef 8 -->

<continent>
<name>Reef 8 and Lugger Wolwin</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 8</territory>
      <territory>Lugger Wolwin</territory>
   </components>
</continent>

<continent>
<name>Reef 8 and Lugger Pintmar</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 8</territory>
      <territory>Lugger Pintmar</territory>
   </components>
</continent>

<continent>
<name>Reef 8 and Lugger Isiago</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 8</territory>
      <territory>Lugger Isiago</territory>
   </components>
</continent>

<continent>
<name>Reef 8 and Lugger Genocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 8</territory>
      <territory>Lugger Genocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 8 and Lugger Fernela</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 8</territory>
      <territory>Lugger Fernela</territory>
   </components>
</continent>

<continent>
<name>Reef 8 and Lugger Cristocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 8</territory>
      <territory>Lugger Cristocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 8 and Lugger Tortisa</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 8</territory>
      <territory>Lugger Tortisa</territory>
   </components>
</continent>

<continent>
<name>Reef 8 and Lugger Floreola</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 8</territory>
      <territory>Lugger Floreola</territory>
   </components>
</continent>
<!-- End Reef 8 -->

<!-- Reef 9 -->

<continent>
<name>Reef 9 and Lugger Wolwin</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 9</territory>
      <territory>Lugger Wolwin</territory>
   </components>
</continent>

<continent>
<name>Reef 9 and Lugger Pintmar</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 9</territory>
      <territory>Lugger Pintmar</territory>
   </components>
</continent>

<continent>
<name>Reef 9 and Lugger Isiago</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 9</territory>
      <territory>Lugger Isiago</territory>
   </components>
</continent>

<continent>
<name>Reef 9 and Lugger Genocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 9</territory>
      <territory>Lugger Genocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 9 and Lugger Fernela</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 9</territory>
      <territory>Lugger Fernela</territory>
   </components>
</continent>

<continent>
<name>Reef 9 and Lugger Cristocruz</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 9</territory>
      <territory>Lugger Cristocruz</territory>
   </components>
</continent>

<continent>
<name>Reef 9 and Lugger Tortisa</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 9</territory>
      <territory>Lugger Tortisa</territory>
   </components>
</continent>

<continent>
<name>Reef 9 and Lugger Floreola</name>
   <bonus>2</bonus>
   <components>
      <territory>Reef 9</territory>
      <territory>Lugger Floreola</territory>
   </components>
</continent>
<!-- End Reef 9 -->

<!-- End of Reef and Lugger Combos -->

<!-- End Continents -->
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
User avatar
Private cairnswk
 
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Location: Australia

Re: Treas's of Galápagos [Final Forge] - XML/centering complete

Postby cairnswk on Fri Jun 13, 2008 12:47 pm

XML part 2
Code: Select all
<!-- Start Territories -->

<territory>
<name>Lugger Wolwin</name>
   <borders>
   <border>Darwin</border>
   <border>WO1</border>
   <border>Lugger Pintmar</border>
   <border>Lugger Isiago</border>
   <border>Lugger Genocruz</border>
   <border>Lugger Fernela</border>
   <border>Lugger Cristocruz</border>
   <border>Lugger Tortisa</border>
   <border>Lugger Floreola</border>
   </borders>
      <coordinates>
         <smallx>165</smallx>
         <smally>32</smally>
         <largex>204</largex>
         <largey>35</largey>
      </coordinates>
<neutral>5</neutral>
</territory>

<territory>
<name>Darwin</name>
   <borders>
   <border>Lugger Wolwin</border>
   <border>WO1</border>
   <border>Wolf</border>
   <border>WO2</border>
   </borders>
      <coordinates>
         <smallx>94</smallx>
         <smally>87</smally>
         <largex>116</largex>
         <largey>102</largey>
      </coordinates>
<neutral>3</neutral>
</territory>

<territory>
<name>WO1</name>
   <borders>
   <border>Lugger Wolwin</border>
   <border>Darwin</border>
   <border>PA1</border>
   <border>Reef 1</border>
   </borders>
      <coordinates>
         <smallx>170</smallx>
         <smally>63</smally>
         <largex>210</largex>
         <largey>73</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Wolf</name>
   <borders>
   <border>Darwin</border>
   <border>WO2</border>
   <border>WM1</border>
   </borders>
      <coordinates>
         <smallx>155</smallx>
         <smally>109</smally>
         <largex>191</largex>
         <largey>129</largey>
      </coordinates>
<neutral>6</neutral>
</territory>

<territory>
<name>Reef 1</name>
   <borders>
   <border>WO1</border>
   </borders>
      <coordinates>
         <smallx>208</smallx>
         <smally>97</smally>
         <largex>256</largex>
         <largey>114</largey>
      </coordinates>
   <bonus>-1</bonus>
</territory>

<territory>
<name>PA1</name>
   <borders>
   <border>Pinta</border>
   <border>WO1</border>
   <border>WM1</border>
   </borders>
      <coordinates>
         <smallx>239</smallx>
         <smally>58</smally>
         <largex>295</largex>
         <largey>67</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>WM1</name>
   <borders>
   <border>MA2</border>
   <border>PA1</border>
   <border>Wolf</border>
   <border>Lugger Isiago</border>
   </borders>
      <coordinates>
         <smallx>224</smallx>
         <smally>152</smally>
         <largex>276</largex>
         <largey>182</largey>
      </coordinates>
<neutral>4</neutral>
</territory>

<territory>
<name>Pinta</name>
   <borders>
   <border>PA1</border>
   <border>PA2</border>
   <border>Lugger Pintmar</border>
   </borders>
      <coordinates>
         <smallx>314</smallx>
         <smally>77</smally>
         <largex>387</largex>
         <largey>90</largey>
      </coordinates>
<neutral>8</neutral>
</territory>

<territory>
<name>Reef 2</name>
   <borders>
   <border>MA1</border>
   <border>MA2</border>
   </borders>
      <coordinates>
         <smallx>282</smallx>
         <smally>146</smally>
         <largex>347</largex>
         <largey>175</largey>
      </coordinates>
<bonus>-1</bonus>
</territory>

<territory>
<name>MA1</name>
   <borders>
   <border>Reef 2</border>
   <border>PA2</border>
   <border>Marchena</border>
   <border>MA2</border>
   </borders>
      <coordinates>
         <smallx>316</smallx>
         <smally>129</smally>
         <largex>389</largex>
         <largey>154</largey>
      </coordinates>
<neutral>2</neutral>
</territory>


<territory>
<name>PA2</name>
   <borders>
   <border>Pinta</border>
   <border>MA1</border>
   <border>Marchena</border>
   <border>Lugger Pintmar</border>
   </borders>
      <coordinates>
         <smallx>348</smallx>
         <smally>89</smally>
         <largex>429</largex>
         <largey>105</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Lugger Pintmar</name>
   <borders>
   <border>Pinta</border>
   <border>PA2</border>
   <border>Marchena</border>
   <border>GA1</border>
   <border>Lugger Wolwin</border>
   <border>Lugger Isiago</border>
   <border>Lugger Genocruz</border>
   <border>Lugger Fernela</border>
   <border>Lugger Cristocruz</border>
   <border>Lugger Tortisa</border>
   <border>Lugger Floreola</border>
   </borders>
      <coordinates>
         <smallx>382</smallx>
         <smally>64</smally>
         <largex>471</largex>
         <largey>74</largey>
      </coordinates>
<neutral>5</neutral>
</territory>

<territory>
<name>Marchena</name>
   <borders>
   <border>MA1</border>
   <border>MA2</border>
   <border>PA2</border>
   <border>MA3</border>
   <border>Lugger Genocruz</border>
   <border>Lugger Pintmar</border>
   <border>GA1</border>
   <border>Genovesa</border>
   </borders>
      <coordinates>
         <smallx>378</smallx>
         <smally>137</smally>
         <largex>466</largex>
         <largey>164</largey>
      </coordinates>
<neutral>3</neutral>
</territory>

<territory>
<name>GA1</name>
   <borders>
   <border>Marchena</border>
   <border>Lugger Pintmar</border>
   <border>Genovesa</border>
   </borders>
      <coordinates>
         <smallx>447</smallx>
         <smally>88</smally>
         <largex>550</largex>
         <largey>104</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Genovesa</name>
   <borders>
   <border>Marchena</border>
   <border>GA1</border>
   </borders>
      <coordinates>
         <smallx>414</smallx>
         <smally>125</smally>
         <largex>510</largex>
         <largey>149</largey>
      </coordinates>
<neutral>7</neutral>
</territory>

<territory>
<name>WO2</name>
   <borders>
   <border>Wolf</border>
   <border>Darwin</border>
   <border>IS1</border>
   </borders>
      <coordinates>
         <smallx>96</smallx>
         <smally>132</smally>
         <largex>119</largex>
         <largey>158</largey>
      </coordinates>
<neutral>3</neutral>
</territory>

<territory>
<name>IS1</name>
   <borders>
   <border>WO2</border>
   <border>Reef 4</border>
   <border>Isabela North</border>
   </borders>
      <coordinates>
         <smallx>122</smallx>
         <smally>180</smally>
         <largex>151</largex>
         <largey>217</largey>
      </coordinates>
<neutral>3</neutral>
</territory>

<territory>
<name>MA2</name>
   <borders>
   <border>Lugger Isiago</border>
   <border>WM1</border>
   <border>Reef 2</border>
   <border>SO1</border>
   <border>Lugger Genocruz</border>
   <border>Marchena</border>
   <border>MA1</border>
   </borders>
      <coordinates>
         <smallx>307</smallx>
         <smally>179</smally>
         <largex>378</largex>
         <largey>215</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Lugger Genocruz</name>
   <borders>
   <border>MA2</border>
   <border>Marchena</border>
   <border>MA3</border>
   <border>SC1</border>
   <border>SO1</border>
   <border>Lugger Wolwin</border>
   <border>Lugger Pintmar</border>
   <border>Lugger Isiago</border>
   <border>Lugger Fernela</border>
   <border>Lugger Cristocruz</border>
   <border>Lugger Tortisa</border>
   <border>Lugger Floreola</border>
   </borders>
      <coordinates>
         <smallx>386</smallx>
         <smally>180</smally>
         <largex>475</largex>
         <largey>217</largey>
      </coordinates>
<neutral>3</neutral>
</territory>

<territory>
<name>MA3</name>
   <borders>
   <border>Marchena</border>
   <border>Reef 3</border>
   <border>Lugger Genocruz</border>
   <border>SC1</border>
   </borders>
      <coordinates>
         <smallx>441</smallx>
         <smally>178</smally>
         <largex>543</largex>
         <largey>214</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Reef 3</name>
   <borders>
   <border>MA3</border>
   </borders>
      <coordinates>
         <smallx>482</smallx>
         <smally>176</smally>
         <largex>593</largex>
         <largey>211</largey>
      </coordinates>
<bonus>-1</bonus>
</territory>

<territory>
<name>Reef 4</name>
   <borders>
   <border>IS1</border>
   <border>FE1</border>
   <border>Isabela North</border>
   </borders>
      <coordinates>
         <smallx>118</smallx>
         <smally>234</smally>
         <largex>146</largex>
         <largey>283</largey>
      </coordinates>
<bonus>-1</bonus>
</territory>

<territory>
<name>Isabela North</name>
   <borders>
   <border>IS1</border>
   <border>Reef 4</border>
   <border>IS2</border>
   <border>Isabela</border>
   </borders>
      <coordinates>
         <smallx>185</smallx>
         <smally>229</smally>
         <largex>228</largex>
         <largey>277</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>IS2</name>
   <borders>
   <border>Isabela North</border>
   <border>Lugger Isiago</border>
   <border>IS3</border>
   <border>Isabela</border>
   </borders>
      <coordinates>
         <smallx>225</smallx>
         <smally>230</smally>
         <largex>277</largex>
         <largey>278</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Lugger Isiago</name>
   <borders>
   <border>IS2</border>
   <border>WM1</border>
   <border>MA2</border>
   <border>IS3</border>
   <border>Lugger Wolwin</border>
   <border>Lugger Pintmar</border>
   <border>Lugger Genocruz</border>
   <border>Lugger Fernela</border>
   <border>Lugger Cristocruz</border>
   <border>Lugger Tortisa</border>
   <border>Lugger Floreola</border>
   </borders>
      <coordinates>
         <smallx>254</smallx>
         <smally>214</smally>
         <largex>313</largex>
         <largey>258</largey>
      </coordinates>
<neutral>5</neutral>
</territory>

<territory>
<name>SO1</name>
   <borders>
   <border>MA2</border>
   <border>Lugger Genocruz</border>
   <border>SC1</border>
   <border>SC2</border>
   <border>Santiago</border>
   </borders>
      <coordinates>
         <smallx>308</smallx>
         <smally>227</smally>
         <largex>380</largex>
         <largey>274</largey>
      </coordinates>
<neutral>3</neutral>
</territory>

<territory>
<name>SC1</name>
   <borders>
   <border>SO1</border>
   <border>MA3</border>
   <border>Lugger Genocruz</border>
   <border>SC2</border>
   <border>SF2</border>
   <border>SF1</border>
   <border>SC3</border>
   <border>Santa Cruz</border>
   </borders>
      <coordinates>
         <smallx>432</smallx>
         <smally>260</smally>
         <largex>532</largex>
         <largey>315</largey>
      </coordinates>
<neutral>3</neutral>
</territory>

<territory>
<name>Fernandina</name>
   <borders>
   <border>FE1</border>
   <border>Lugger Fernela</border>
   </borders>
      <coordinates>
         <smallx>112</smallx>
         <smally>301</smally>
         <largex>139</largex>
         <largey>365</largey>
      </coordinates>
<neutral>3</neutral>
</territory>

<territory>
<name>FE1</name>
   <borders>
   <border>Reef 4</border>
   <border>Isabela</border>
   <border>Lugger Fernela</border>
   <border>FE2</border>
   <border>Fernandina</border>
   </borders>
      <coordinates>
         <smallx>178</smallx>
         <smally>277</smally>
         <largex>220</largex>
         <largey>336</largey>
      </coordinates>
<neutral>3</neutral>
</territory>

<territory>
<name>Isabela</name>
   <borders>
   <border>FE2</border>
   <border>FE1</border>
   <border>Isabela North</border>
   <border>IS2</border>
   <border>IS3</border>
   <border>IS4</border>
   <border>Isabela East</border>
   </borders>
      <coordinates>
         <smallx>219</smallx>
         <smally>275</smally>
         <largex>270</largex>
         <largey>333</largey>
      </coordinates>
<neutral>4</neutral>
</territory>

<territory>
<name>IS3</name>
   <borders>
   <border>Isabela</border>
   <border>IS2</border>
   <border>Lugger Isiago</border>
   <border>Santiago</border>
   <border>Pinzon</border>
   <border>IS4</border>
   </borders>
      <coordinates>
         <smallx>245</smallx>
         <smally>254</smally>
         <largex>302</largex>
         <largey>308</largey>
      </coordinates>
<neutral>1</neutral>
</territory>

<territory>
<name>Santiago</name>
   <borders>
   <border>SO1</border>
   <border>IS3</border>
   </borders>
      <coordinates>
         <smallx>301</smallx>
         <smally>257</smally>
         <largex>371</largex>
         <largey>311</largey>
      </coordinates>
<neutral>7</neutral>
</territory>

<territory>
<name>Reef 5</name>
   <borders>
   <border>SC2</border>
   <border>SO2</border>
   </borders>
      <coordinates>
         <smallx>347</smallx>
         <smally>242</smally>
         <largex>427</largex>
         <largey>293</largey>
      </coordinates>
<bonus>-1</bonus>
</territory>

<territory>
<name>SC2</name>
   <borders>
   <border>Reef 5</border>
   <border>SO2</border>
   <border>SO1</border>
   <border>SC1</border>
   <border>SC3</border>
   </borders>
      <coordinates>
         <smallx>410</smallx>
         <smally>241</smally>
         <largex>505</largex>
         <largey>292</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>SO2</name>
   <borders>
   <border>Reef 5</border>
   <border>SC2</border>
   <border>SC3</border>
   <border>Pinzon</border>
   </borders>
      <coordinates>
         <smallx>343</smallx>
         <smally>276</smally>
         <largex>423</largex>
         <largey>335</largey>
      </coordinates>
<neutral>2</neutral>
</territory>


<territory>
<name>Lugger Fernela</name>
   <borders>
   <border>Fernandina</border>
   <border>FE1</border>
   <border>FE2</border>
   <border>Lugger Wolwin</border>
   <border>Lugger Pintmar</border>
   <border>Lugger Isiago</border>
   <border>Lugger Genocruz</border>
   <border>Lugger Cristocruz</border>
   <border>Lugger Tortisa</border>
   <border>Lugger Floreola</border>
   </borders>
      <coordinates>
         <smallx>156</smallx>
         <smally>297</smally>
         <largex>193</largex>
         <largey>360</largey>
      </coordinates>
<neutral>5</neutral>
</territory>

<territory>
<name>FE2</name>
   <borders>
   <border>Lugger Fernela</border>
   <border>FE1</border>
   <border>Isabela</border>
   <border>Isabela East</border>
   <border>Isabela West</border>
   </borders>
      <coordinates>
         <smallx>185</smallx>
         <smally>316</smally>
         <largex>228</largex>
         <largey>384</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Isabela East</name>
   <borders>
   <border>Isabela West</border>
   <border>Isabela</border>
   <border>FE2</border>
   <border>IS4</border>
   <border>IS5</border>
   <border>TO1</border>
   </borders>
      <coordinates>
         <smallx>245</smallx>
         <smally>335</smally>
         <largex>302</largex>
         <largey>407</largey>
      </coordinates>
<neutral>3</neutral>
</territory>

<territory>
<name>IS4</name>
   <borders>
   <border>Isabela East</border>
   <border>Isabela</border>
   <border>IS3</border>
   <border>Pinzon</border>
   <border>IS5</border>
   </borders>
      <coordinates>
         <smallx>266</smallx>
         <smally>308</smally>
         <largex>328</largex>
         <largey>374</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Pinzon</name>
   <borders>
   <border>IS4</border>
   <border>IS3</border>
   <border>SO2</border>
   <border>SC3</border>
   <border>SF3</border>
   </borders>
      <coordinates>
         <smallx>332</smallx>
         <smally>320</smally>
         <largex>409</largex>
         <largey>389</largey>
      </coordinates>
<neutral>4</neutral>
</territory>

<territory>
<name>SC3</name>
   <borders>
   <border>Pinzon</border>
   <border>SO2</border>
   <border>SC2</border>
   <border>SC1</border>
   <border>Santa Cruz</border>
   <border>Santa Fe</border>
   <border>SF3</border>
   </borders>
      <coordinates>
         <smallx>367</smallx>
         <smally>304</smally>
         <largex>452</largex>
         <largey>369</largey>
      </coordinates>
<neutral>3</neutral>
</territory>

<territory>
<name>Santa Cruz</name>
   <borders>
   <border>SC3</border>
   <border>SC1</border>
   <border>SF1</border>
   </borders>
      <coordinates>
         <smallx>436</smallx>
         <smally>289</smally>
         <largex>537</largex>
         <largey>350</largey>
      </coordinates>
<neutral>7</neutral>
</territory>

<territory>
<name>SF1</name>
   <borders>
   <border>Santa Cruz</border>
   <border>SC1</border>
   <border>SF2</border>
   <border>Santa Fe</border>
   </borders>
      <coordinates>
         <smallx>436</smallx>
         <smally>334</smally>
         <largex>537</largex>
         <largey>406</largey>
      </coordinates>
<neutral>3</neutral>
</territory>

<territory>
<name>SF2</name>
   <borders>
   <border>SF1</border>
   <border>SA1</border>
   <border>SC1</border>
   <border>Reef 7</border>
   <border>Santa Fe</border>
   </borders>
      <coordinates>
         <smallx>475</smallx>
         <smally>332</smally>
         <largex>585</largex>
         <largey>404</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>SA1</name>
   <borders>
   <border>SF2</border>
   <border>Reef 7</border>
   <border>Lugger Cristocruz</border>
   <border>SA2</border>
   </borders>
      <coordinates>
         <smallx>518</smallx>
         <smally>328</smally>
         <largex>638</largex>
         <largey>399</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>SA2</name>
   <borders>
   <border>SA1</border>
   <border>San Cristobal</border>
   <border>Lugger Cristocruz</border>
   <border>SA3</border>
   </borders>
      <coordinates>
         <smallx>538</smallx>
         <smally>364</smally>
         <largex>662</largex>
         <largey>443</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Lugger Cristocruz</name>
   <borders>
   <border>SA1</border>
   <border>SA2</border>
   <border>San Cristobal</border>
   <border>Lugger Wolwin</border>
   <border>Lugger Pintmar</border>
   <border>Lugger Isiago</border>
   <border>Lugger Genocruz</border>
   <border>Lugger Fernela</border>
   <border>Lugger Tortisa</border>
   <border>Lugger Floreola</border>
   </borders>
      <coordinates>
         <smallx>560</smallx>
         <smally>324</smally>
         <largex>689</largex>
         <largey>394</largey>
      </coordinates>
<neutral>5</neutral>
</territory>

<territory>
<name>Isabela West</name>
   <borders>
   <border>FE2</border>
   <border>Isabela East</border>
   </borders>
      <coordinates>
         <smallx>181</smallx>
         <smally>347</smally>
         <largex>223</largex>
         <largey>422</largey>
      </coordinates>
<neutral>7</neutral>
</territory>

<territory>
<name>IS5</name>
   <borders>
   <border>TO1</border>
   <border>TO2</border>
   <border>Tortuga</border>
   <border>IS4</border>
   <border>Isabela East</border>
   </borders>
      <coordinates>
         <smallx>269</smallx>
         <smally>388</smally>
         <largex>332</largex>
         <largey>472</largey>
      </coordinates>
<neutral>3</neutral>
</territory>

<territory>
<name>Tortuga</name>
   <borders>
   <border>IS5</border>
   <border>FL1</border>
   <border>TO2</border>
   </borders>
      <coordinates>
         <smallx>289</smallx>
         <smally>428</smally>
         <largex>356</largex>
         <largey>522</largey>
      </coordinates>
<neutral>7</neutral>
</territory>

<territory>
<name>Reef 6</name>
   <borders>
   <border>SF3</border>
   <border>SF4</border>
   <border>FL2</border>
   </borders>
      <coordinates>
         <smallx>324</smallx>
         <smally>373</smally>
         <largex>399</largex>
         <largey>454</largey>
      </coordinates>
<bonus>-1</bonus>
</territory>

<territory>
<name>SF4</name>
   <borders>
   <border>SF3</border>
   <border>Santa Fe</border>
   <border>SF5</border>
   <border>FL3</border>
   <border>FL2</border>
   <border>Reef 6</border>
   </borders>
      <coordinates>
         <smallx>395</smallx>
         <smally>408</smally>
         <largex>487</largex>
         <largey>497</largey>
      </coordinates>
<neutral>3</neutral>
</territory>

<territory>
<name>SF3</name>
   <borders>
   <border>Pinzon</border>
   <border>SC3</border>
   <border>Santa Fe</border>
   <border>SF4</border>
   <border>Reef 6</border>
   </borders>
      <coordinates>
         <smallx>364</smallx>
         <smally>382</smally>
         <largex>448</largex>
         <largey>465</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Santa Fe</name>
   <borders>
   <border>SF3</border>
   <border>SC3</border>
   <border>SF1</border>
   <border>SF2</border>
   <border>SF5</border>
   <border>SF4</border>
   </borders>
      <coordinates>
         <smallx>410</smallx>
         <smally>385</smally>
         <largex>505</largex>
         <largey>469</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>SF5</name>
   <borders>
   <border>SF4</border>
   <border>Santa Fe</border>
   <border>Reef 7</border>
   <border>ES1</border>
   <border>Lugger Floreola</border>
   <border>FL3</border>
   </borders>
      <coordinates>
         <smallx>435</smallx>
         <smally>402</smally>
         <largex>536</largex>
         <largey>490</largey>
      </coordinates>
<neutral>3</neutral>
</territory>

<territory>
<name>Reef 7</name>
   <borders>
   <border>SF2</border>
   <border>SA1</border>
   <border>SF5</border>
   </borders>
      <coordinates>
         <smallx>466</smallx>
         <smally>376</smally>
         <largex>574</largex>
         <largey>457</largey>
      </coordinates>
<bonus>-1</bonus>
</territory>

<territory>
<name>San Cristobal</name>
   <borders>
   <border>SA2</border>
   <border>Lugger Cristocruz</border>
   <border>SA3</border>
   </borders>
      <coordinates>
         <smallx>574</smallx>
         <smally>372</smally>
         <largex>707</largex>
         <largey>453</largey>
      </coordinates>
<neutral>8</neutral>
</territory>

<territory>
<name>Reef 8</name>
   <borders>
   <border>TO1</border>
   </borders>
      <coordinates>
         <smallx>172</smallx>
         <smally>421</smally>
         <largex>212</largex>
         <largey>513</largey>
      </coordinates>
<bonus>-1</bonus>
</territory>

<territory>
<name>TO1</name>
   <borders>
   <border>Isabela East</border>
   <border>IS5</border>
   <border>TO2</border>
   <border>Reef 8</border>
   </borders>
      <coordinates>
         <smallx>228</smallx>
         <smally>401</smally>
         <largex>283</largex>
         <largey>488</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>TO2</name>
   <borders>
   <border>TO1</border>
   <border>Lugger Tortisa</border>
   <border>IS5</border>
   <border>FL1</border>
   <border>Tortuga</border>
   </borders>
      <coordinates>
         <smallx>209</smallx>
         <smally>465</smally>
         <largex>256</largex>
         <largey>568</largey>
      </coordinates>
<neutral>3</neutral>
</territory>

<territory>
<name>Lugger Tortisa</name>
   <borders>
   <border>TO2</border>
   <border>FL1</border>
   <border>Lugger Wolwin</border>
   <border>Lugger Pintmar</border>
   <border>Lugger Isiago</border>
   <border>Lugger Genocruz</border>
   <border>Lugger Fernela</border>
   <border>Lugger Cristocruz</border>
   <border>Lugger Floreola</border>
   </borders>
      <coordinates>
         <smallx>268</smallx>
         <smally>462</smally>
         <largex>330</largex>
         <largey>563</largey>
      </coordinates>
<neutral>5</neutral>
</territory>

<territory>
<name>FL1</name>
   <borders>
   <border>TO2</border>
   <border>Lugger Tortisa</border>
   <border>Floreana</border>
   <border>FL2</border>
   <border>Tortuga</border>
   </borders>
      <coordinates>
         <smallx>314</smallx>
         <smally>446</smally>
         <largex>387</largex>
         <largey>544</largey>
      </coordinates>
<neutral>3</neutral>
</territory>

<territory>
<name>FL2</name>
   <borders>
   <border>FL1</border>
   <border>Floreana</border>
   <border>Reef 6</border>
   <border>SF4</border>
   <border>FL3</border>
   </borders>
      <coordinates>
         <smallx>369</smallx>
         <smally>432</smally>
         <largex>455</largex>
         <largey>526</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Floreana</name>
   <borders>
   <border>FL1</border>
   <border>FL2</border>
   <border>FL3</border>
   </borders>
      <coordinates>
         <smallx>352</smallx>
         <smally>458</smally>
         <largex>434</largex>
         <largey>558</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>FL3</name>
   <borders>
   <border>Floreana</border>
   <border>FL2</border>
   <border>SF4</border>
   <border>SF5</border>
   <border>Lugger Floreola</border>
   </borders>
      <coordinates>
         <smallx>399</smallx>
         <smally>456</smally>
         <largex>491</largex>
         <largey>556</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Lugger Floreola</name>
   <borders>
   <border>FL3</border>
   <border>SF5</border>
   <border>ES1</border>
   <border>Espanola</border>
   <border>Lugger Wolwin</border>
   <border>Lugger Pintmar</border>
   <border>Lugger Isiago</border>
   <border>Lugger Genocruz</border>
   <border>Lugger Fernela</border>
   <border>Lugger Cristocruz</border>
   <border>Lugger Tortisa</border>
   </borders>
      <coordinates>
         <smallx>438</smallx>
         <smally>471</smally>
         <largex>539</largex>
         <largey>574</largey>
      </coordinates>
<neutral>5</neutral>
</territory>

<territory>
<name>ES1</name>
   <borders>
   <border>Lugger Floreola</border>
   <border>SF5</border>
   <border>SA3</border>
   <border>ES2</border>
   <border>Espanola</border>
   </borders>
      <coordinates>
         <smallx>458</smallx>
         <smally>426</smally>
         <largex>564</largex>
         <largey>519</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Espanola</name>
   <borders>
   <border>ES1</border>
   <border>Lugger Floreola</border>
   </borders>
      <coordinates>
         <smallx>512</smallx>
         <smally>484</smally>
         <largex>630</largex>
         <largey>590</largey>
      </coordinates>
<neutral>6</neutral>
</territory>

<territory>
<name>SA3</name>
   <borders>
   <border>ES1</border>
   <border>SA2</border>
   <border>San Cristobal</border>
   <border>ES2</border>
   </borders>
      <coordinates>
         <smallx>557</smallx>
         <smally>424</smally>
         <largex>686</largex>
         <largey>517</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>ES2</name>
   <borders>
   <border>ES1</border>
   <border>SA3</border>
   <border>Reef 9</border>
   </borders>
      <coordinates>
         <smallx>532</smallx>
         <smally>447</smally>
         <largex>655</largex>
         <largey>545</largey>
      </coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Reef 9</name>
   <borders>
   <border>ES2</border>
   </borders>
      <coordinates>
         <smallx>560</smallx>
         <smally>484</smally>
         <largex>689</largex>
         <largey>590</largey>
      </coordinates>
<bonus>-1</bonus>
</territory>

<!-- End of Territories -->
</map>
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
User avatar
Private cairnswk
 
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Location: Australia

Re: Treas's of Galápagos [Final Forge] - XML/centering complete

Postby yeti_c on Fri Jun 13, 2008 2:13 pm

Good stuff Cairns.

All your decisions look good to me... Time for the Q brigade soon I think?

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Re: Treasures of Galápagos V25 Bonuses adjusted

Postby cairnswk on Fri Jun 13, 2008 4:14 pm

yeti_c wrote:Good stuff Cairns.
All your decisions look good to me... Time for the Q brigade soon I think?
C.

Thanks Yeti_C.... :)

Current Version 25.
Small with 88 digits
Click image to enlarge.
image


Large with 88 digits
Click image to enlarge.
image


Small
Click image to enlarge.
image


Large
Click image to enlarge.
image


XML:
http://h1.ripway.com/cairnswk/_galapagos_140608.xml[/quote]
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
User avatar
Private cairnswk
 
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Location: Australia

Re: Treas's of Galápagos [Final Forge] - awaiting Quench

Postby AndyDufresne on Mon Jun 23, 2008 8:50 pm

Image

Thanks Forza!


--Andy
User avatar
Corporal 1st Class AndyDufresne
 
Posts: 24919
Joined: Fri Mar 03, 2006 8:22 pm
Location: A Banana Palm in Zihuatanejo

Re: Treas's of Galápagos [Final Forge] - awaiting Quench

Postby cairnswk on Tue Jun 24, 2008 3:19 am

AndyDufresne wrote:Image
Thanks Forza!
--Andy

And thanks Andy for the 2nd XML stamp. Next step...Quench!
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
User avatar
Private cairnswk
 
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Location: Australia

Re: Treas's of Galápagos [Final Forge] - awaiting Quench

Postby AndyDufresne on Tue Jun 24, 2008 6:06 pm

              Quenching

---The Final Forge period has concluded for the Treasures of Galapagos Map. All objections have had their time. The Foundry and I hereby brand this map with the Foundry Brand. Let it be known that this map is now ready for live play (barring any Lack vetoes).

Conquer Club, enjoy!
              Image

--Andy
User avatar
Corporal 1st Class AndyDufresne
 
Posts: 24919
Joined: Fri Mar 03, 2006 8:22 pm
Location: A Banana Palm in Zihuatanejo

Re: Treasures of Galápagos [Quenched]

Postby Gilligan on Tue Jun 24, 2008 6:09 pm

Congrats!
Image
User avatar
Captain Gilligan
 
Posts: 12478
Joined: Thu May 11, 2006 4:59 pm
Location: Providence, RI

Re: Treasures of Galápagos [Quenched]

Postby Ruben Cassar on Tue Jun 24, 2008 6:14 pm

Congrats cairns! ;)
ImageImageImageImageImage
User avatar
Colonel Ruben Cassar
 
Posts: 2160
Joined: Thu Nov 16, 2006 6:04 am
Location: Civitas Invicta, Melita, Evropa

Re: Treasures of Galápagos [Quenched]

Postby RjBeals on Tue Jun 24, 2008 8:29 pm

Add another notch Carins. Good Job.
Image
User avatar
Private RjBeals
 
Posts: 2506
Joined: Mon Nov 20, 2006 5:17 pm
Location: South Carolina, USA

Re: Treasures of Galápagos [Quenched]

Postby DiM on Tue Jun 24, 2008 8:39 pm

congrats mate. yet another medal for cairns (when they'll be awarded) :mrgreen:
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
User avatar
Major DiM
 
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Location: making maps for scooby snacks

Re: Treas's of Galápagos [Final Forge] - awaiting Quench

Postby cairnswk on Wed Jun 25, 2008 3:47 am

AndyDufresne wrote:
              Image

--Andy


Thanks again Andy. That's 3 for this upload. :)

Gilligan wrote:Congrats!

Ruben Cassar wrote:Congrats cairns! ;)

RjBeals wrote:Add another notch Carins. Good Job.

DiM wrote:congrats mate. yet another medal for cairns (when they'll be awarded) :mrgreen:


Thanks Guys. Hope you enjoy if you have a game.
I've started to lose count....but still waiting for those medals, yep Dim. :)

It'll be interesting to see how the gameplay works on this one
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
User avatar
Private cairnswk
 
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Location: Australia

Re: Treasures of Galápagos [Quenched]

Postby yeti_c on Wed Jun 25, 2008 4:06 am

Congrats Cairns.

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Re: Treasures of Galápagos [Quenched]

Postby cairnswk on Wed Jun 25, 2008 4:33 am

yeti_c wrote:Congrats Cairns.
C.

Thanks C...and thanks for all your help as always. :)
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
User avatar
Private cairnswk
 
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Location: Australia

Re: Treasures of Galápagos [Quenched]

Postby AndyDufresne on Wed Jun 25, 2008 3:00 pm

Ahoy,

Just letting eveyone know that we expect to get all the recently Quenched maps up within the next few days. Lack is currently working on a enhanced Mapmaker Tool with a "map inspector" feature...that we can all use...which hopefully will make less problems for us Post-Quench. We'll run the maps through it and see if it...and the maps...work! :D


--Andy
User avatar
Corporal 1st Class AndyDufresne
 
Posts: 24919
Joined: Fri Mar 03, 2006 8:22 pm
Location: A Banana Palm in Zihuatanejo

Re: Treasures of Galápagos [Quenched]

Postby t-o-m on Wed Jun 25, 2008 3:15 pm

really well done cairns, im happy for you
:)
User avatar
Major t-o-m
 
Posts: 2917
Joined: Sat Mar 22, 2008 2:22 pm

Re: Treasures of Galápagos [Quenched]

Postby cairnswk on Wed Jun 25, 2008 4:11 pm

t-o-m wrote:really well done cairns, im happy for you
:)

Cheers t-o-m, thanks
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
User avatar
Private cairnswk
 
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Location: Australia

Re: Treasures of Galápagos [Quenched]

Postby yeti_c on Thu Jun 26, 2008 2:50 am

AndyDufresne wrote:Ahoy,

Just letting eveyone know that we expect to get all the recently Quenched maps up within the next few days. Lack is currently working on a enhanced Mapmaker Tool with a "map inspector" feature...that we can all use...which hopefully will make less problems for us Post-Quench. We'll run the maps through it and see if it...and the maps...work! :D


--Andy


This is awesome news - I was considering making a "BOB for mapmakers"... and was trying to work out how... but if Lack's gonna do it - then I won't need to!!

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Re: Treasures of Galápagos [Quenched]

Postby bryguy on Sat Jun 28, 2008 3:45 pm

congratz!
Corporal bryguy
 
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Re: Treasures of Galápagos [Quenched]

Postby cairnswk on Thu Jul 03, 2008 6:57 am

bryguy wrote:congratz!

and for the third time, thanks bryguy :)
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
User avatar
Private cairnswk
 
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Location: Australia

Re: Treasures of Galápagos Finals V25

Postby cairnswk on Tue Jul 29, 2008 4:57 am

Current Version 25.
Small with 88 digits
Click image to enlarge.
image


Large with 88 digits
Click image to enlarge.
image


Small
Click image to enlarge.
image


Large
Click image to enlarge.
image


XML:
http://h1.ripway.com/cairnswk/_galapagos_140608.xml
Last edited by cairnswk on Tue Jul 29, 2008 5:27 am, edited 1 time in total.
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
User avatar
Private cairnswk
 
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Location: Australia

Re: Treasures of Galápagos [Quenched]

Postby Forza AZ on Tue Jul 29, 2008 5:04 am

-In the XML there are bonusses of 2 for the Luggers, on the map it says a bonus of 1.
-Reef and water gives 4 in XML and 3 on map
-Reef and Lugger gives 3 in XML and 2 on map
Highest score: 3130 (9 July 2009)
User avatar
Colonel Forza AZ
 
Posts: 4546
Joined: Thu Oct 19, 2006 9:27 am
Location: Alkmaar, Netherlands

Re: Treasures of Galápagos [Quenched]

Postby cairnswk on Tue Jul 29, 2008 5:27 am

Forza AZ wrote:-In the XML there are bonusses of 2 for the Luggers, on the map it says a bonus of 1.
-Reef and water gives 4 in XML and 3 on map
-Reef and Lugger gives 3 in XML and 2 on map


Hey Forza...I'm being real ditzy tonight...that was the old file from 20 May.
the file Andy had was the latest file, but i had deleted the file from Ripway hosting getting confused with the dates.
Apologies for mucking you around.
http://h1.ripway.com/cairnswk/_galapagos_140608.xml
I'll paste this in the xml thread.
Image
* Pearl Harbour * Waterloo * Forbidden City * Jamaica * Pot Mosbi
User avatar
Private cairnswk
 
Posts: 11510
Joined: Sat Feb 03, 2007 8:32 pm
Location: Australia

Re: Treasures of Galápagos [Quenched]

Postby militant on Tue Aug 19, 2008 5:03 pm

Wow, it is up, Congratualtins Cairns, and thanks, it looks awesome, CC sure would be boring without people like you around :D
User avatar
Sergeant 1st Class militant
 
Posts: 923
Joined: Mon Jul 30, 2007 1:25 pm
Location: Playing Mafia

Re: Treasures of Galápagos [Quenched]

Postby *manimal on Tue Aug 19, 2008 5:23 pm

Wow this map is already one of my favorite maps great work as usual cairns.
147 *manimal 2586 1081 435 (40%) Colonel Colonel 4.1 United States United States
‹zsp› y is wicked not a mod?
‹blakebowling› because Twill is an egotistical asshole
User avatar
Captain *manimal
 
Posts: 280
Joined: Mon Jun 02, 2008 10:19 pm

PreviousNext

Return to The Atlas

Who is online

Users browsing this forum: No registered users