<?xml version="1.0"?>
<map>
    <title>Conquer 4</title>
    <smallwidth>630</smallwidth>
    <smallheight>540</smallheight>
    <largewidth>750</largewidth>
    <largeheight>643</largeheight>
    <filetype>gif</filetype>

	<!-- 4 bonuses -->
	<!-- Straight bonuses -->
	<!-- A column bonuses -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A1</territory>
            <territory>A2</territory>
            <territory>A3</territory>
            <territory>A4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A2</territory>
            <territory>A3</territory>
            <territory>A4</territory>
            <territory>A5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A3</territory>
            <territory>A4</territory>
            <territory>A5</territory>
            <territory>A6</territory>
        </components>
    </continent>

	<!-- B column bonuses -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>B1</territory>
            <territory>B2</territory>
            <territory>B3</territory>
            <territory>B4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>B2</territory>
            <territory>B3</territory>
            <territory>B4</territory>
            <territory>B5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>B3</territory>
            <territory>B4</territory>
            <territory>B5</territory>
            <territory>B6</territory>
        </components>
    </continent>

	<!-- C column bonuses -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>C1</territory>
            <territory>C2</territory>
            <territory>C3</territory>
            <territory>C4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>C2</territory>
            <territory>C3</territory>
            <territory>C4</territory>
            <territory>C5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>C3</territory>
            <territory>C4</territory>
            <territory>C5</territory>
            <territory>C6</territory>
        </components>
    </continent>


	<!-- D column bonuses -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>D1</territory>
            <territory>D2</territory>
            <territory>D3</territory>
            <territory>D4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>D2</territory>
            <territory>D3</territory>
            <territory>D4</territory>
            <territory>D5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>D3</territory>
            <territory>D4</territory>
            <territory>D5</territory>
            <territory>D6</territory>
        </components>
    </continent>

	<!-- E column bonuses -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>E1</territory>
            <territory>E2</territory>
            <territory>E3</territory>
            <territory>E4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>E2</territory>
            <territory>E3</territory>
            <territory>E4</territory>
            <territory>E5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>E3</territory>
            <territory>E4</territory>
            <territory>E5</territory>
            <territory>E6</territory>
        </components>
    </continent>

	<!-- F column bonuses -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>F1</territory>
            <territory>F2</territory>
            <territory>F3</territory>
            <territory>F4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>F2</territory>
            <territory>F3</territory>
            <territory>F4</territory>
            <territory>F5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>F3</territory>
            <territory>F4</territory>
            <territory>F5</territory>
            <territory>F6</territory>
        </components>
    </continent>

	<!-- G column bonuses -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>G1</territory>
            <territory>G2</territory>
            <territory>G3</territory>
            <territory>G4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>G2</territory>
            <territory>G3</territory>
            <territory>G4</territory>
            <territory>G5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>G3</territory>
            <territory>G4</territory>
            <territory>G5</territory>
            <territory>G6</territory>
        </components>
    </continent>

	<!-- 1 row bonuses -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A1</territory>
            <territory>B1</territory>
            <territory>C1</territory>
            <territory>D1</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>B1</territory>
            <territory>C1</territory>
            <territory>D1</territory>
            <territory>E1</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>C1</territory>
            <territory>D1</territory>
            <territory>E1</territory>
            <territory>F1</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>D1</territory>
            <territory>E1</territory>
            <territory>F1</territory>
            <territory>G1</territory>
        </components>
    </continent>

	<!-- 2 row bonuses -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A2</territory>
            <territory>B2</territory>
            <territory>C2</territory>
            <territory>D2</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>B2</territory>
            <territory>C2</territory>
            <territory>D2</territory>
            <territory>E2</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>C2</territory>
            <territory>D2</territory>
            <territory>E2</territory>
            <territory>F2</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>D2</territory>
            <territory>E2</territory>
            <territory>F2</territory>
            <territory>G2</territory>
        </components>
    </continent>


	<!-- 3 row bonuses -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A3</territory>
            <territory>B3</territory>
            <territory>C3</territory>
            <territory>D3</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>B3</territory>
            <territory>C3</territory>
            <territory>D3</territory>
            <territory>E3</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>C3</territory>
            <territory>D3</territory>
            <territory>E3</territory>
            <territory>F3</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>D3</territory>
            <territory>E3</territory>
            <territory>F3</territory>
            <territory>G3</territory>
        </components>
    </continent>


	<!-- 4 row bonuses -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A4</territory>
            <territory>B4</territory>
            <territory>C4</territory>
            <territory>D4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>B4</territory>
            <territory>C4</territory>
            <territory>D4</territory>
            <territory>E4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>C4</territory>
            <territory>D4</territory>
            <territory>E4</territory>
            <territory>F4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>D4</territory>
            <territory>E4</territory>
            <territory>F4</territory>
            <territory>G4</territory>
        </components>
    </continent>


	<!-- 5 row bonuses -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A5</territory>
            <territory>B5</territory>
            <territory>C5</territory>
            <territory>D5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>B5</territory>
            <territory>C5</territory>
            <territory>D5</territory>
            <territory>E5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>C5</territory>
            <territory>D5</territory>
            <territory>E5</territory>
            <territory>F5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>D5</territory>
            <territory>E5</territory>
            <territory>F5</territory>
            <territory>G5</territory>
        </components>
    </continent>


	<!-- 6 row bonuses -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A6</territory>
            <territory>B6</territory>
            <territory>C6</territory>
            <territory>D6</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>B6</territory>
            <territory>C6</territory>
            <territory>D6</territory>
            <territory>E6</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>C6</territory>
            <territory>D6</territory>
            <territory>E6</territory>
            <territory>F6</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>D6</territory>
            <territory>E6</territory>
            <territory>F6</territory>
            <territory>G6</territory>
        </components>
    </continent>

	<!-- Diagonal bonuses -->
	<!-- Starting from row 1 -->
	<!-- up and right -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A1</territory>
            <territory>B2</territory>
            <territory>C3</territory>
            <territory>D4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>B1</territory>
            <territory>C2</territory>
            <territory>D3</territory>
            <territory>E4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>C1</territory>
            <territory>D2</territory>
            <territory>E3</territory>
            <territory>F4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>D1</territory>
            <territory>E2</territory>
            <territory>F3</territory>
            <territory>G4</territory>
        </components>
    </continent>

	<!-- up and left -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>D1</territory>
            <territory>C2</territory>
            <territory>B3</territory>
            <territory>A4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>E1</territory>
            <territory>D2</territory>
            <territory>C3</territory>
            <territory>B4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>F1</territory>
            <territory>E2</territory>
            <territory>D3</territory>
            <territory>C4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>G1</territory>
            <territory>F2</territory>
            <territory>E3</territory>
            <territory>D4</territory>
        </components>
    </continent>

	<!-- Starting from row 2 -->
	<!-- up and right -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A2</territory>
            <territory>B3</territory>
            <territory>C4</territory>
            <territory>D5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>B2</territory>
            <territory>C3</territory>
            <territory>D4</territory>
            <territory>E5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>C2</territory>
            <territory>D3</territory>
            <territory>E4</territory>
            <territory>F5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>D2</territory>
            <territory>E3</territory>
            <territory>F4</territory>
            <territory>G5</territory>
        </components>
    </continent>

	<!-- up and left -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>D2</territory>
            <territory>C3</territory>
            <territory>B4</territory>
            <territory>A5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>E2</territory>
            <territory>D3</territory>
            <territory>C4</territory>
            <territory>B5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>F2</territory>
            <territory>E3</territory>
            <territory>D4</territory>
            <territory>C5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>G2</territory>
            <territory>F3</territory>
            <territory>E4</territory>
            <territory>D5</territory>
        </components>
    </continent>

	<!-- Starting from row 3 -->
	<!-- up and right -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A3</territory>
            <territory>B4</territory>
            <territory>C5</territory>
            <territory>D6</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>B3</territory>
            <territory>C4</territory>
            <territory>D5</territory>
            <territory>E6</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>C3</territory>
            <territory>D4</territory>
            <territory>E5</territory>
            <territory>F6</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>D3</territory>
            <territory>E4</territory>
            <territory>F5</territory>
            <territory>G6</territory>
        </components>
    </continent>

	<!-- up and left -->

    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>D3</territory>
            <territory>C4</territory>
            <territory>B5</territory>
            <territory>A6</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>E3</territory>
            <territory>D4</territory>
            <territory>C5</territory>
            <territory>B6</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>F3</territory>
            <territory>E4</territory>
            <territory>D5</territory>
            <territory>C6</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>G3</territory>
            <territory>F4</territory>
            <territory>E5</territory>
            <territory>D6</territory>
        </components>
    </continent>

	<!-- 5 bonus negative modifiers -->
	<!-- Column A -->

    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>A1</territory>
            <territory>A2</territory>
            <territory>A3</territory>
            <territory>A4</territory>
            <territory>A5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>A2</territory>
            <territory>A3</territory>
            <territory>A4</territory>
            <territory>A5</territory>
            <territory>A6</territory>
        </components>
    </continent>

	<!-- Column B -->

    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>B1</territory>
            <territory>B2</territory>
            <territory>B3</territory>
            <territory>B4</territory>
            <territory>B5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>B2</territory>
            <territory>B3</territory>
            <territory>B4</territory>
            <territory>B5</territory>
            <territory>B6</territory>
        </components>
    </continent>

	<!-- Column C -->

    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>C1</territory>
            <territory>C2</territory>
            <territory>C3</territory>
            <territory>C4</territory>
            <territory>C5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>C2</territory>
            <territory>C3</territory>
            <territory>C4</territory>
            <territory>C5</territory>
            <territory>C6</territory>
        </components>
    </continent>

	<!-- Column D -->

    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>D1</territory>
            <territory>D2</territory>
            <territory>D3</territory>
            <territory>D4</territory>
            <territory>D5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>D2</territory>
            <territory>D3</territory>
            <territory>D4</territory>
            <territory>D5</territory>
            <territory>D6</territory>
        </components>
    </continent>

	<!-- Column E -->

    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>E1</territory>
            <territory>E2</territory>
            <territory>E3</territory>
            <territory>E4</territory>
            <territory>E5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>E2</territory>
            <territory>E3</territory>
            <territory>E4</territory>
            <territory>E5</territory>
            <territory>E6</territory>
        </components>
    </continent>

	<!-- Column F -->

    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>F1</territory>
            <territory>F2</territory>
            <territory>F3</territory>
            <territory>F4</territory>
            <territory>F5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>F2</territory>
            <territory>F3</territory>
            <territory>F4</territory>
            <territory>F5</territory>
            <territory>F6</territory>
        </components>
    </continent>

	<!-- Column G -->

    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>G1</territory>
            <territory>G2</territory>
            <territory>G3</territory>
            <territory>G4</territory>
            <territory>G5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>G2</territory>
            <territory>G3</territory>
            <territory>G4</territory>
            <territory>G5</territory>
            <territory>G6</territory>
        </components>
    </continent>

	<!-- Row 1 -->

    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>A1</territory>
            <territory>B1</territory>
            <territory>C1</territory>
            <territory>D1</territory>
            <territory>E1</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>B1</territory>
            <territory>C1</territory>
            <territory>D1</territory>
            <territory>E1</territory>
            <territory>F1</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>C1</territory>
            <territory>D1</territory>
            <territory>E1</territory>
            <territory>F1</territory>
            <territory>G1</territory>
        </components>
    </continent>
	
	<!-- Row 2 -->

    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>A2</territory>
            <territory>B2</territory>
            <territory>C2</territory>
            <territory>D2</territory>
            <territory>E2</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>B2</territory>
            <territory>C2</territory>
            <territory>D2</territory>
            <territory>E2</territory>
            <territory>F2</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>C2</territory>
            <territory>D2</territory>
            <territory>E2</territory>
            <territory>F2</territory>
            <territory>G2</territory>
        </components>
    </continent>
	
	<!-- Row 3 -->

    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>A3</territory>
            <territory>B3</territory>
            <territory>C3</territory>
            <territory>D3</territory>
            <territory>E3</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>B3</territory>
            <territory>C3</territory>
            <territory>D3</territory>
            <territory>E3</territory>
            <territory>F3</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>C3</territory>
            <territory>D3</territory>
            <territory>E3</territory>
            <territory>F3</territory>
            <territory>G3</territory>
        </components>
    </continent>
	
	<!-- Row 4 -->

    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>A4</territory>
            <territory>B4</territory>
            <territory>C4</territory>
            <territory>D4</territory>
            <territory>E4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>B4</territory>
            <territory>C4</territory>
            <territory>D4</territory>
            <territory>E4</territory>
            <territory>F4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>C4</territory>
            <territory>D4</territory>
            <territory>E4</territory>
            <territory>F4</territory>
            <territory>G4</territory>
        </components>
    </continent>
	
	<!-- Row 5 -->

    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>A5</territory>
            <territory>B5</territory>
            <territory>C5</territory>
            <territory>D5</territory>
            <territory>E5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>B5</territory>
            <territory>C5</territory>
            <territory>D5</territory>
            <territory>E5</territory>
            <territory>F5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>C5</territory>
            <territory>D5</territory>
            <territory>E5</territory>
            <territory>F5</territory>
            <territory>G5</territory>
        </components>
    </continent>
	
	<!-- Row 6 -->

    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>A6</territory>
            <territory>B6</territory>
            <territory>C6</territory>
            <territory>D6</territory>
            <territory>E6</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>B6</territory>
            <territory>C6</territory>
            <territory>D6</territory>
            <territory>E6</territory>
            <territory>F6</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>C6</territory>
            <territory>D6</territory>
            <territory>E6</territory>
            <territory>F6</territory>
            <territory>G6</territory>
        </components>
    </continent>
	
	<!-- Diagonals -->
	<!-- Starting from 1 -->
	<!-- Up and Right -->

    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>A1</territory>
            <territory>B2</territory>
            <territory>C3</territory>
            <territory>D4</territory>
            <territory>E5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>B1</territory>
            <territory>C2</territory>
            <territory>D3</territory>
            <territory>E4</territory>
            <territory>F5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>C1</territory>
            <territory>D2</territory>
            <territory>E3</territory>
            <territory>F4</territory>
            <territory>G5</territory>
        </components>
    </continent>

	<!-- up and left -->

    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>E1</territory>
            <territory>D2</territory>
            <territory>C3</territory>
            <territory>B4</territory>
            <territory>A5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>F1</territory>
            <territory>E2</territory>
            <territory>D3</territory>
            <territory>C4</territory>
            <territory>B5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>G1</territory>
            <territory>F2</territory>
            <territory>E3</territory>
            <territory>D4</territory>
            <territory>C5</territory>
        </components>
    </continent>

	<!-- Starting from 2 -->
	<!-- Up and Right -->

    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>A2</territory>
            <territory>B3</territory>
            <territory>C4</territory>
            <territory>D5</territory>
            <territory>E6</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>B2</territory>
            <territory>C3</territory>
            <territory>D4</territory>
            <territory>E5</territory>
            <territory>F6</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>C2</territory>
            <territory>D3</territory>
            <territory>E4</territory>
            <territory>F5</territory>
            <territory>G6</territory>
        </components>
    </continent>

	<!-- up and left -->

    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>E2</territory>
            <territory>D3</territory>
            <territory>C4</territory>
            <territory>B5</territory>
            <territory>A6</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>F2</territory>
            <territory>E3</territory>
            <territory>D4</territory>
            <territory>C5</territory>
            <territory>B6</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>-2</bonus>
        <components>
            <territory>G2</territory>
            <territory>F3</territory>
            <territory>E4</territory>
            <territory>D5</territory>
            <territory>C6</territory>
        </components>
    </continent>

	<!-- 7 bonus modifiers (Only horizontals here) -->
	
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A1</territory>
            <territory>B1</territory>
            <territory>C1</territory>
            <territory>D1</territory>
            <territory>E1</territory>
            <territory>F1</territory>
            <territory>G1</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A2</territory>
            <territory>B2</territory>
            <territory>C2</territory>
            <territory>D2</territory>
            <territory>E2</territory>
            <territory>F2</territory>
            <territory>G2</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A3</territory>
            <territory>B3</territory>
            <territory>C3</territory>
            <territory>D3</territory>
            <territory>E3</territory>
            <territory>F3</territory>
            <territory>G3</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A4</territory>
            <territory>B4</territory>
            <territory>C4</territory>
            <territory>D4</territory>
            <territory>E4</territory>
            <territory>F4</territory>
            <territory>G4</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A5</territory>
            <territory>B5</territory>
            <territory>C5</territory>
            <territory>D5</territory>
            <territory>E5</territory>
            <territory>F5</territory>
            <territory>G5</territory>
        </components>
    </continent>
    <continent>
        <name>connect 4</name>
        <bonus>2</bonus>
        <components>
            <territory>A6</territory>
            <territory>B6</territory>
            <territory>C6</territory>
            <territory>D6</territory>
            <territory>E6</territory>
            <territory>F6</territory>
            <territory>G6</territory>
        </components>
    </continent>


	<!-- A Column Countries -->
    <territory>
        <name>A1</name>
        <borders>
            <border>A2</border>
            <border>B1</border>
            <border>B2</border>
        </borders>
        <coordinates>
			<smallx>44</smallx>
			<smally>479</smally>
			<largex>54</largex>
			<largey>566</largey>
        </coordinates>
    </territory>
    <territory>
        <name>A2</name>
        <borders>
            <border>A1</border>
            <border>A3</border>
            <border>B1</border>
            <border>B2</border>
            <border>B3</border>
        </borders>
        <coordinates>
			<smallx>44</smallx>
			<smally>419</smally>
			<largex>54</largex>
			<largey>494</largey>

        </coordinates>
    </territory>
    <territory>
        <name>A3</name>
        <borders>
            <border>A2</border>
            <border>A4</border>
            <border>B2</border>
            <border>B3</border>
            <border>B4</border>
        </borders>
        <coordinates>
			<smallx>44</smallx>
			<smally>359</smally>
			<largex>54</largex>
			<largey>422</largey>

        </coordinates>
    </territory>
    <territory>
        <name>A4</name>
        <borders>
            <border>A3</border>
            <border>A5</border>
            <border>B3</border>
            <border>B4</border>
            <border>B5</border>
        </borders>
        <coordinates>
			<smallx>44</smallx>
			<smally>300</smally>
			<largex>54</largex>
			<largey>350</largey>

        </coordinates>
    </territory>
    <territory>
        <name>A5</name>
        <borders>
            <border>A4</border>
            <border>A6</border>
            <border>B4</border>
            <border>B5</border>
            <border>B6</border>
        </borders>
        <coordinates>
			<smallx>44</smallx>
			<smally>240</smally>
			<largex>54</largex>
			<largey>280</largey>

        </coordinates>
    </territory>
    <territory>
        <name>A6</name>
        <borders>
            <border>A5</border>
            <border>B5</border>
            <border>B6</border>
        </borders>
        <coordinates>
			<smallx>44</smallx>
			<smally>180</smally>
			<largex>54</largex>
			<largey>210</largey>

        </coordinates>
    </territory>

	<!-- B Column Countries -->

    <territory>
        <name>B1</name>
        <borders>
            <border>A1</border>
            <border>A2</border>
            <border>B2</border>
            <border>C1</border>
            <border>C2</border>
        </borders>
        <coordinates>
			<smallx>105</smallx>
			<smally>479</smally>
			<largex>126</largex>
			<largey>566</largey>

        </coordinates>
    </territory>
    <territory>
        <name>B2</name>
        <borders>
            <border>A1</border>
            <border>A2</border>
            <border>A3</border>
            <border>B1</border>
            <border>B3</border>
            <border>C1</border>
            <border>C2</border>
            <border>C3</border>
        </borders>
        <coordinates>
			<smallx>105</smallx>
			<smally>419</smally>
			<largex>126</largex>
			<largey>494</largey>

        </coordinates>
    </territory>
    <territory>
        <name>B3</name>
        <borders>
            <border>A2</border>
            <border>A3</border>
            <border>A4</border>
            <border>B2</border>
            <border>B4</border>
            <border>C2</border>
            <border>C3</border>
            <border>C4</border>
        </borders>
        <coordinates>
			<smallx>106</smallx>
			<smally>359</smally>
			<largex>126</largex>
			<largey>422</largey>
        </coordinates>
    </territory>
    <territory>
        <name>B4</name>
        <borders>
            <border>A3</border>
            <border>A4</border>
            <border>A5</border>
            <border>B3</border>
            <border>B5</border>
            <border>C3</border>
            <border>C4</border>
            <border>C5</border>
        </borders>
        <coordinates>
			<smallx>105</smallx>
			<smally>300</smally>
			<largex>126</largex>
			<largey>350</largey>

        </coordinates>
    </territory>
    <territory>
        <name>B5</name>
        <borders>
            <border>A4</border>
            <border>A5</border>
            <border>A6</border>
            <border>B4</border>
            <border>B6</border>
            <border>C4</border>
            <border>C5</border>
            <border>C6</border>
        </borders>
        <coordinates>
			<smallx>105</smallx>
			<smally>240</smally>
			<largex>126</largex>
			<largey>280</largey>
        </coordinates>
    </territory>
    <territory>
        <name>B6</name>
        <borders>
            <border>A5</border>
            <border>A6</border>
            <border>B5</border>
            <border>C5</border>
            <border>C6</border>
        </borders>
        <coordinates>
			<smallx>104</smallx>
			<smally>180</smally>
			<largex>126</largex>
			<largey>210</largey>
        </coordinates>
    </territory>
    
	<!-- C Column Countries -->

    <territory>
        <name>C1</name>
        <borders>
            <border>B1</border>
            <border>B2</border>
            <border>C2</border>
            <border>D1</border>
            <border>D2</border>
        </borders>
        <coordinates>
			<smallx>165</smallx>
			<smally>479</smally>
			<largex>196</largex>
			<largey>566</largey>

        </coordinates>
    </territory>
    <territory>
        <name>C2</name>
        <borders>
            <border>B1</border>
            <border>B2</border>
            <border>B3</border>
            <border>C1</border>
            <border>C3</border>
            <border>D1</border>
            <border>D2</border>
            <border>D3</border>
        </borders>
        <coordinates>
			<smallx>165</smallx>
			<smally>419</smally>
			<largex>196</largex>
			<largey>494</largey>
        </coordinates>
    </territory>
    <territory>
        <name>C3</name>
        <borders>
            <border>B2</border>
            <border>B3</border>
            <border>B4</border>
            <border>C2</border>
            <border>C4</border>
            <border>D2</border>
            <border>D3</border>
            <border>D4</border>
        </borders>
        <coordinates>
			<smallx>165</smallx>
			<smally>359</smally>
			<largex>196</largex>
			<largey>422</largey>
        </coordinates>
    </territory>
    <territory>
        <name>C4</name>
        <borders>
            <border>B3</border>
            <border>B4</border>
            <border>B5</border>
            <border>C3</border>
            <border>C5</border>
            <border>D3</border>
            <border>D4</border>
            <border>D5</border>
        </borders>
        <coordinates>
			<smallx>165</smallx>
			<smally>300</smally>
			<largex>196</largex>
			<largey>350</largey>
        </coordinates>
    </territory>
    <territory>
        <name>C5</name>
        <borders>
            <border>B4</border>
            <border>B5</border>
            <border>B6</border>
            <border>C4</border>
            <border>C6</border>
            <border>D4</border>
            <border>D5</border>
            <border>D6</border>
        </borders>
        <coordinates>
			<smallx>165</smallx>
			<smally>240</smally>
			<largex>196</largex>
			<largey>280</largey>
        </coordinates>
    </territory>
    <territory>
        <name>C6</name>
        <borders>
            <border>B5</border>
            <border>B6</border>
            <border>C5</border>
            <border>D5</border>
            <border>D6</border>
        </borders>
        <coordinates>
			<smallx>165</smallx>
			<smally>180</smally>
			<largex>196</largex>
			<largey>210</largey>
        </coordinates>
    </territory>

	<!-- D Column Countries -->

    <territory>
        <name>D1</name>
        <borders>
            <border>C1</border>
            <border>C2</border>
            <border>D2</border>
            <border>E1</border>
            <border>E2</border>
        </borders>
        <coordinates>
			<smallx>226</smallx>
			<smally>479</smally>
			<largex>268</largex>
			<largey>566</largey>
        </coordinates>
    </territory>
    <territory>
        <name>D2</name>
        <borders>
            <border>C1</border>
            <border>C2</border>
            <border>C3</border>
            <border>D1</border>
            <border>D3</border>
            <border>E1</border>
            <border>E2</border>
            <border>E3</border>
        </borders>
        <coordinates>
			<smallx>226</smallx>
			<smally>419</smally>
			<largex>268</largex>
			<largey>494</largey>
        </coordinates>
    </territory>
    <territory>
        <name>D3</name>
        <borders>
            <border>C2</border>
            <border>C3</border>
            <border>C4</border>
            <border>D2</border>
            <border>D4</border>
            <border>E2</border>
            <border>E3</border>
            <border>E4</border>
        </borders>
        <coordinates>
			<smallx>226</smallx>
			<smally>359</smally>
			<largex>268</largex>
			<largey>422</largey>
        </coordinates>
    </territory>
    <territory>
        <name>D4</name>
        <borders>
            <border>C3</border>
            <border>C4</border>
            <border>C5</border>
            <border>D3</border>
            <border>D5</border>
            <border>E3</border>
            <border>E4</border>
            <border>E5</border>
        </borders>
        <coordinates>
			<smallx>226</smallx>
			<smally>300</smally>
			<largex>269</largex>
			<largey>349</largey>
        </coordinates>
    </territory>
    <territory>
        <name>D5</name>
        <borders>
            <border>C4</border>
            <border>C5</border>
            <border>C6</border>
            <border>D4</border>
            <border>D6</border>
            <border>E4</border>
            <border>E5</border>
            <border>E6</border>
        </borders>
        <coordinates>
			<smallx>226</smallx>
			<smally>240</smally>
			<largex>268</largex>
			<largey>280</largey>
        </coordinates>
    </territory>
    <territory>
        <name>D6</name>
        <borders>
            <border>C5</border>
            <border>C6</border>
            <border>D5</border>
            <border>E5</border>
            <border>E6</border>
        </borders>
        <coordinates>
			<smallx>226</smallx>
			<smally>180</smally>
			<largex>268</largex>
			<largey>210</largey>
        </coordinates>
    </territory>

	<!-- E Column Countries -->

    <territory>
        <name>E1</name>
        <borders>
            <border>D1</border>
            <border>D2</border>
            <border>E2</border>
            <border>F1</border>
            <border>F2</border>
        </borders>
        <coordinates>
			<smallx>285</smallx>
			<smally>479</smally>
			<largex>341</largex>
			<largey>566</largey>
        </coordinates>
    </territory>
    <territory>
        <name>E2</name>
        <borders>
            <border>D1</border>
            <border>D2</border>
            <border>D3</border>
            <border>E1</border>
            <border>E3</border>
            <border>F1</border>
            <border>F2</border>
            <border>F3</border>
        </borders>
        <coordinates>
			<smallx>285</smallx>
			<smally>419</smally>
			<largex>341</largex>
			<largey>494</largey>
        </coordinates>
    </territory>
    <territory>
        <name>E3</name>
        <borders>
            <border>D2</border>
            <border>D3</border>
            <border>D4</border>
            <border>E2</border>
            <border>E4</border>
            <border>F2</border>
            <border>F3</border>
            <border>F4</border>
        </borders>
        <coordinates>
			<smallx>285</smallx>
			<smally>359</smally>
			<largex>341</largex>
			<largey>422</largey>
        </coordinates>
    </territory>
    <territory>
        <name>E4</name>
        <borders>
            <border>D3</border>
            <border>D4</border>
            <border>D5</border>
            <border>E3</border>
            <border>E5</border>
            <border>F3</border>
            <border>F4</border>
            <border>F5</border>
        </borders>
        <coordinates>
			<smallx>285</smallx>
			<smally>300</smally>
			<largex>341</largex>
			<largey>350</largey>
        </coordinates>
    </territory>
    <territory>
        <name>E5</name>
        <borders>
            <border>D4</border>
            <border>D5</border>
            <border>D6</border>
            <border>E4</border>
            <border>E6</border>
            <border>F4</border>
            <border>F5</border>
            <border>F6</border>
        </borders>
        <coordinates>
			<smallx>285</smallx>
			<smally>241</smally>
			<largex>341</largex>
			<largey>280</largey>
        </coordinates>
    </territory>
    <territory>
        <name>E6</name>
        <borders>
            <border>D5</border>
            <border>D6</border>
            <border>E5</border>
            <border>F5</border>
            <border>F6</border>
        </borders>
        <coordinates>
			<smallx>285</smallx>
			<smally>180</smally>
			<largex>341</largex>
			<largey>210</largey>
        </coordinates>
    </territory>

	<!-- F Column Countries -->

    <territory>
        <name>F1</name>
        <borders>
            <border>E1</border>
            <border>E2</border>
            <border>F2</border>
            <border>G1</border>
            <border>G2</border>
        </borders>
        <coordinates>
			<smallx>345</smallx>
			<smally>479</smally>
			<largex>412</largex>
			<largey>566</largey>
        </coordinates>
    </territory>
    <territory>
        <name>F2</name>
        <borders>
            <border>E1</border>
            <border>E2</border>
            <border>E3</border>
            <border>F1</border>
            <border>F3</border>
            <border>G1</border>
            <border>G2</border>
            <border>G3</border>
        </borders>
        <coordinates>
			<smallx>345</smallx>
			<smally>419</smally>
			<largex>412</largex>
			<largey>494</largey>
        </coordinates>
    </territory>
    <territory>
        <name>F3</name>
        <borders>
            <border>E2</border>
            <border>E3</border>
            <border>E4</border>
            <border>F2</border>
            <border>F4</border>
            <border>G2</border>
            <border>G3</border>
            <border>G4</border>
        </borders>
        <coordinates>
			<smallx>345</smallx>
			<smally>359</smally>
			<largex>412</largex>
			<largey>422</largey>
        </coordinates>
    </territory>
    <territory>
        <name>F4</name>
        <borders>
            <border>E3</border>
            <border>E4</border>
            <border>E5</border>
            <border>F3</border>
            <border>F5</border>
            <border>G3</border>
            <border>G4</border>
            <border>G5</border>
        </borders>
        <coordinates>
			<smallx>345</smallx>
			<smally>300</smally>
			<largex>412</largex>
			<largey>350</largey>
        </coordinates>
    </territory>
    <territory>
        <name>F5</name>
        <borders>
            <border>E4</border>
            <border>E5</border>
            <border>E6</border>
            <border>F4</border>
            <border>F6</border>
            <border>G4</border>
            <border>G5</border>
            <border>G6</border>
        </borders>
        <coordinates>
			<smallx>345</smallx>
			<smally>240</smally>
			<largex>412</largex>
			<largey>280</largey>
        </coordinates>
    </territory>
    <territory>
        <name>F6</name>
        <borders>
            <border>E5</border>
            <border>E6</border>
            <border>F5</border>
            <border>G5</border>
            <border>G6</border>
        </borders>
        <coordinates>
			<smallx>345</smallx>
			<smally>180</smally>
			<largex>412</largex>
			<largey>210</largey>
        </coordinates>
    </territory>

	<!-- G Column Countries -->

    <territory>
        <name>G1</name>
        <borders>
            <border>F1</border>
            <border>F2</border>
            <border>G2</border>
        </borders>
        <coordinates>
			<smallx>405</smallx>
			<smally>479</smally>
			<largex>483</largex>
			<largey>566</largey>
        </coordinates>
    </territory>
    <territory>
        <name>G2</name>
        <borders>
            <border>F1</border>
            <border>F2</border>
            <border>F3</border>
            <border>G1</border>
            <border>G3</border>
        </borders>
        <coordinates>
			<smallx>405</smallx>
			<smally>419</smally>
			<largex>483</largex>
			<largey>494</largey>
        </coordinates>
    </territory>
    <territory>
        <name>G3</name>
        <borders>
            <border>F2</border>
            <border>F3</border>
            <border>F4</border>
            <border>G2</border>
            <border>G4</border>
        </borders>
        <coordinates>
			<smallx>405</smallx>
			<smally>359</smally>
			<largex>483</largex>
			<largey>422</largey>
        </coordinates>
    </territory>
    <territory>
        <name>G4</name>
        <borders>
            <border>F3</border>
            <border>F4</border>
            <border>F5</border>
            <border>G3</border>
            <border>G5</border>
        </borders>
        <coordinates>
			<smallx>405</smallx>
			<smally>300</smally>
			<largex>483</largex>
			<largey>350</largey>
        </coordinates>
    </territory>
    <territory>
        <name>G5</name>
        <borders>
            <border>F4</border>
            <border>F5</border>
            <border>F6</border>
            <border>G4</border>
            <border>G6</border>
        </borders>
        <coordinates>
			<smallx>405</smallx>
			<smally>240</smally>
			<largex>483</largex>
			<largey>280</largey>
        </coordinates>
    </territory>
    <territory>
        <name>G6</name>
        <borders>
            <border>F5</border>
            <border>F6</border>
            <border>G5</border>
        </borders>
        <coordinates>
			<smallx>405</smallx>
			<smally>180</smally>
			<largex>483</largex>
			<largey>210</largey>
        </coordinates>
    </territory>
</map>