<?xml version="1.0" ?> 
<map>
  <title>Arms Race!</title> 
  <smallwidth>600</smallwidth> 
  <smallheight>600</smallheight> 
  <largewidth>800</largewidth> 
  <largeheight>800</largeheight> 
  <filetype>png</filetype> 

<!-- Continents -->
<!-- Scientists -->
<continent>
	<name>1 Scientist</name> 
	<bonus>1</bonus> 
	<components>
		<territory>Seaborg</territory> 
		<territory>Oppenheimer</territory> 
		<territory>Serber</territory> 
		<territory>Sakharov</territory> 
		<territory>Frenkel</territory> 
		<territory>Mendeleyev</territory> 
	</components>
      <required>1</required>
</continent>
<continent>
	<name>2 Scientists</name> 
	<bonus>2</bonus> 
	<components>
		<territory>Seaborg</territory> 
		<territory>Oppenheimer</territory> 
		<territory>Serber</territory> 
		<territory>Sakharov</territory> 
		<territory>Frenkel</territory> 
		<territory>Mendeleyev</territory> 
	</components>
      <required>2</required>
      <overrides>
         <override>1 Scientist</override>
      </overrides>
</continent>
<continent>
	<name>3 Scientists</name> 
	<bonus>3</bonus> 
	<components>
		<territory>Seaborg</territory> 
		<territory>Oppenheimer</territory> 
		<territory>Serber</territory> 
		<territory>Sakharov</territory> 
		<territory>Frenkel</territory> 
		<territory>Mendeleyev</territory> 
	</components>
      <required>3</required>
      <overrides>
         <override>1 Scientist</override>
         <override>2 Scientists</override>
      </overrides>
</continent>
<continent>
	<name>4 Scientists</name> 
	<bonus>4</bonus> 
	<components>
		<territory>Seaborg</territory> 
		<territory>Oppenheimer</territory> 
		<territory>Serber</territory> 
		<territory>Sakharov</territory> 
		<territory>Frenkel</territory> 
		<territory>Mendeleyev</territory> 
	</components>
      <required>4</required>
      <overrides>
         <override>1 Scientist</override>
         <override>2 Scientists</override>
         <override>3 Scientists</override>
      </overrides>
</continent>
<continent>
	<name>5 Scientists</name> 
	<bonus>5</bonus> 
	<components>
		<territory>Seaborg</territory> 
		<territory>Oppenheimer</territory> 
		<territory>Serber</territory> 
		<territory>Sakharov</territory> 
		<territory>Frenkel</territory> 
		<territory>Mendeleyev</territory> 
	</components>
      <required>5</required>
      <overrides>
         <override>1 Scientist</override>
         <override>2 Scientists</override>
         <override>3 Scientists</override>
         <override>4 Scientists</override>
      </overrides>
</continent>
<continent>
	<name>All Scientists</name> 
	<bonus>6</bonus> 
	<components>
		<territory>Seaborg</territory> 
		<territory>Oppenheimer</territory> 
		<territory>Serber</territory> 
		<territory>Sakharov</territory> 
		<territory>Frenkel</territory> 
		<territory>Mendeleyev</territory> 
	</components>
      <required>6</required>
      <overrides>
         <override>1 Scientist</override>
         <override>2 Scientists</override>
         <override>3 Scientists</override>
         <override>4 Scientists</override>
         <override>5 Scientists</override>
      </overrides>
</continent>

<!-- Uranium -->
<continent>
	<name>1 Uranium Processing Plant</name> 
	<bonus>1</bonus> 
	<components>
		<territory>USA Uranium 1</territory> 
		<territory>USA Uranium 2</territory> 
		<territory>USA Uranium 3</territory> 
		<territory>USSR Uranium 1</territory> 
		<territory>USSR Uranium 2</territory> 
		<territory>USSR Uranium 3</territory> 
	</components>
      <required>1</required>
</continent>
<continent>
	<name>2 Uranium Processing Plants</name> 
	<bonus>2</bonus> 
	<components>
		<territory>USA Uranium 1</territory> 
		<territory>USA Uranium 2</territory> 
		<territory>USA Uranium 3</territory> 
		<territory>USSR Uranium 1</territory> 
		<territory>USSR Uranium 2</territory> 
		<territory>USSR Uranium 3</territory> 
	</components>
      <required>2</required>
      <overrides>
         <override>1 Uranium Processing Plant</override>
      </overrides>
</continent>
<continent>
	<name>3 Uranium Processing Plants</name> 
	<bonus>3</bonus> 
	<components>
		<territory>USA Uranium 1</territory> 
		<territory>USA Uranium 2</territory> 
		<territory>USA Uranium 3</territory> 
		<territory>USSR Uranium 1</territory> 
		<territory>USSR Uranium 2</territory> 
		<territory>USSR Uranium 3</territory> 
	</components>
      <required>3</required>
      <overrides>
         <override>1 Uranium Processing Plant</override>
         <override>2 Uranium Processing Plants</override>
      </overrides>
</continent>
<continent>
	<name>4 Uranium Processing Plants</name> 
	<bonus>4</bonus> 
	<components>
		<territory>USA Uranium 1</territory> 
		<territory>USA Uranium 2</territory> 
		<territory>USA Uranium 3</territory> 
		<territory>USSR Uranium 1</territory> 
		<territory>USSR Uranium 2</territory> 
		<territory>USSR Uranium 3</territory> 
	</components>
      <required>4</required>
      <overrides>
         <override>1 Uranium Processing Plant</override>
         <override>2 Uranium Processing Plants</override>
         <override>3 Uranium Processing Plants</override>
      </overrides>
</continent>
<continent>
	<name>5 Uranium Processing Plants</name> 
	<bonus>5</bonus> 
	<components>
		<territory>USA Uranium 1</territory> 
		<territory>USA Uranium 2</territory> 
		<territory>USA Uranium 3</territory> 
		<territory>USSR Uranium 1</territory> 
		<territory>USSR Uranium 2</territory> 
		<territory>USSR Uranium 3</territory> 
	</components>
      <required>5</required>
      <overrides>
         <override>1 Uranium Processing Plant</override>
         <override>2 Uranium Processing Plants</override>
         <override>3 Uranium Processing Plants</override>
         <override>4 Uranium Processing Plants</override>
      </overrides>
</continent>
<continent>
	<name>All Uranium Processing Plants</name> 
	<bonus>6</bonus> 
	<components>
		<territory>USA Uranium 1</territory> 
		<territory>USA Uranium 2</territory> 
		<territory>USA Uranium 3</territory> 
		<territory>USSR Uranium 1</territory> 
		<territory>USSR Uranium 2</territory> 
		<territory>USSR Uranium 3</territory> 
	</components>
      <required>6</required>
      <overrides>
         <override>1 Uranium Processing Plant</override>
         <override>2 Uranium Processing Plants</override>
         <override>3 Uranium Processing Plants</override>
         <override>4 Uranium Processing Plants</override>
         <override>5 Uranium Processing Plants</override>
      </overrides>
</continent>

<!-- Presidents -->
<continent>
	<name>USA President</name> 
	<bonus>2</bonus> 
	<components>
		<territory>USA President</territory> 
	</components>
</continent>
<continent>
	<name>USSR Premier</name> 
	<bonus>2</bonus> 
	<components>
		<territory>USSR Premier</territory> 
	</components>
</continent>

<!-- Launch Codes -->
<continent>
	<name>USA Launch Code</name> 
	<bonus>2</bonus> 
	<components>
		<territory>USA Launch Code</territory> 
	</components>
</continent>
<continent>
	<name>USSR Launch Code</name> 
	<bonus>2</bonus> 
	<components>
		<territory>USSR Launch Code</territory> 
	</components>
</continent>

<!-- Nukes Armed -->
<continent>
	<name>USA NUCLEAR STRIKE IMMINENT!</name> 
	<bonus>50</bonus> 
	<components>
		<territory>USA President</territory> 
		<territory>USA Launch Code</territory>
		<territory>Titan II Launch Platform</territory> 
		<territory>Titan II Stage 1</territory> 
		<territory>Titan II Stage 2</territory> 
		<territory>Titan II Stage 3</territory> 
		<territory>Titan II Stage 4</territory> 
		<territory>Titan II Stage 5</territory> 
		<territory>Titan II Warhead</territory> 
	</components>
</continent>

<continent>
	<name>USSR NUCLEAR STRIKE IMMINENT!</name> 
	<bonus>50</bonus> 
	<components>
		<territory>USSR Premier</territory> 
		<territory>USSR Launch Code</territory>
		<territory>SS-18 Launch Platform</territory> 
		<territory>SS-18 Stage 1</territory> 
		<territory>SS-18 Stage 2</territory> 
		<territory>SS-18 Stage 3</territory> 
		<territory>SS-18 Stage 4</territory> 
		<territory>SS-18 Stage 5</territory> 
		<territory>SS-18 Warhead</territory> 
	</components>
</continent>
<!-- End Continents -->

<!-- Territories USA -->
<territory>
  <name>USA Spy 1</name> 
  <borders>
  <border>Seattle</border> 
  </borders>
  <bombardments>
  <bombardment>USSR Premier</bombardment>
  <bombardment>USSR Launch Code</bombardment>
  <bombardment>Mendeleyev</bombardment>
  <bombardment>Frenkel</bombardment>
  <bombardment>Sakharov</bombardment>
  </bombardments>
 <coordinates>
			<smallx>175</smallx>
			<smally>165</smally>
			<largex>235</largex>
			<largey>211</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>Seattle</name> 
  <borders>
  <border>Seaborg</border> 
  <border>USA Spy 1</border> 
  </borders>
 <coordinates>
			<smallx>145</smallx>
			<smally>177</smally>
			<largex>193</largex>
			<largey>228</largey>

 </coordinates>
</territory>

<territory>
  <name>Seaborg</name> 
  <borders>
  <border>Seattle</border> 
  <border>USA Launch Code</border> 
  <border>USA Uranium 1</border> 
  <border>USA Bunker 1</border>
  </borders>
 <coordinates>
			<smallx>191</smallx>
			<smally>197</smally>
			<largex>251</largex>
			<largey>256</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>USA Launch Code</name> 
  <borders>
  <border>Seaborg</border> 
  </borders>
 <coordinates>
			<smallx>147</smallx>
			<smally>212</smally>
			<largex>190</largex>
			<largey>277</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>USA Uranium 1</name> 
  <borders>
  <border>Seaborg</border>  
  <border>Los Angeles</border> 
  </borders>
 <coordinates>
			<smallx>173</smallx>
			<smally>247</smally>
			<largex>233</largex>
			<largey>321</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>Los Angeles</name> 
  <borders>
  <border>USA Uranium 1</border> 
  <border>USA Silo 1</border>
  <border>USA Uranium 3</border> 
  </borders>
 <coordinates>
			<smallx>151</smallx>
			<smally>281</smally>
			<largex>195</largex>
			<largey>369</largey>

 </coordinates>
</territory>

<territory>
  <name>USA Silo 1</name> 
  <borders>
  <border>Titan II Launch Platform</border>
  <border>Denver</border>
  <border>Los Angeles</border>
  </borders>
 <coordinates>
			<smallx>206</smallx>
			<smally>262</smally>
			<largex>276</largex>
			<largey>341</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>USA Silo 2</name> 
  <borders>
  <border>Titan II Launch Platform</border>
  <border>Washington</border>
  </borders>
 <coordinates>
			<smallx>411</smallx>
			<smally>208</smally>
			<largex>550</largex>
			<largey>270</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>USA Uranium 3</name> 
  <borders>
  <border>Los Angeles</border>
  <border>Denver</border>
  <border>Oppenheimer</border>
  </borders>
 <coordinates>
			<smallx>221</smallx>
			<smally>312</smally>
			<largex>292</largex>
			<largey>411</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>Denver</name> 
  <borders>
  <border>USA Silo 1</border>
  <border>USA Bunker 1</border>
  <border>USA Uranium 3</border>
  <border>Chicago</border>
  <border>Dallas</border>  
  </borders>
 <coordinates>
			<smallx>254</smallx>
			<smally>249</smally>
			<largex>341</largex>
			<largey>325</largey>

 </coordinates>
</territory>

<territory>
  <name>USA Bunker 1</name> 
  <borders>
  <border>Denver</border>  
  <border>Seaborg</border>
  </borders>
 <coordinates>
			<smallx>236</smallx>
			<smally>225</smally>
			<largex>312</largex>
			<largey>293</largey>

 </coordinates>
  <neutral>2</neutral>
  <bonus>2</bonus>
</territory>

<territory>
  <name>USA Uranium 2</name> 
  <borders>
  <border>Chicago</border>  
  </borders>
 <coordinates>
			<smallx>294</smallx>
			<smally>209</smally>
			<largex>382</largex>
			<largey>281</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>Oppenheimer</name> 
  <borders>
  <border>USA Uranium 3</border>
  <border>Dallas</border>  
  </borders>
 <coordinates>
			<smallx>273</smallx>
			<smally>299</smally>
			<largex>363</largex>
			<largey>392</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>Dallas</name> 
  <borders>
  <border>Atlanta</border>
  <border>Denver</border>  
  <border>Oppenheimer</border>  
  </borders>
 <coordinates>
			<smallx>308</smallx>
			<smally>306</smally>
			<largex>418</largex>
			<largey>398</largey>

 </coordinates>
</territory>

<territory>
  <name>Chicago</name> 
  <borders>
  <border>Denver</border>
  <border>USA Uranium 2</border>
  <border>Washington</border>  
  </borders>
 <coordinates>
			<smallx>352</smallx>
			<smally>228</smally>
			<largex>476</largex>
			<largey>293</largey>

 </coordinates>
</territory>

<territory>
  <name>Atlanta</name> 
  <borders>
  <border>Dallas</border>
  <border>Miami</border>  
  <border>USA Bunker 2</border>  
  </borders>
 <coordinates>
			<smallx>390</smallx>
			<smally>291</smally>
			<largex>531</largex>
			<largey>384</largey>

 </coordinates>
</territory>

<territory>
  <name>Miami</name> 
  <borders>
  <border>Atlanta</border>
  <border>USA Spy 2</border>  
  </borders>
 <coordinates>
			<smallx>434</smallx>
			<smally>345</smally>
			<largex>580</largex>
			<largey>452</largey>

 </coordinates>
</territory>

<territory>
  <name>USA Spy 2</name> 
  <borders>
  <border>Miami</border>
  </borders>
  <bombardments>
  <bombardment>USSR Premier</bombardment>
  <bombardment>USSR Launch Code</bombardment>
  <bombardment>Mendeleyev</bombardment>
  <bombardment>Frenkel</bombardment>
  <bombardment>Sakharov</bombardment>
  </bombardments>
 <coordinates>
			<smallx>396</smallx>
			<smally>352</smally>
			<largex>530</largex>
			<largey>461</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>USA Bunker 2</name> 
  <borders>
  <border>Atlanta</border>
  <border>Washington</border>
  </borders>
 <coordinates>
			<smallx>425</smallx>
			<smally>267</smally>
			<largex>564</largex>
			<largey>349</largey>

 </coordinates>
  <neutral>2</neutral>
  <bonus>2</bonus>
</territory>

<territory>
  <name>Washington</name> 
  <borders>
  <border>Chicago</border>
  <border>USA Silo 2</border>
  <border>USA Bunker 2</border>
  <border>USA President</border>
  <border>New York</border>
  </borders>
 <coordinates>
			<smallx>421</smallx>
			<smally>239</smally>
			<largex>563</largex>
			<largey>311</largey>

 </coordinates>
</territory>

<territory>
  <name>USA President</name> 
  <borders>
  <border>Washington</border>
  </borders>
 <coordinates>
			<smallx>453</smallx>
			<smally>243</smally>
			<largex>597</largex>
			<largey>311</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>New York</name> 
  <borders>
  <border>Washington</border>
  <border>Serber</border>
  </borders>
 <coordinates>
			<smallx>446</smallx>
			<smally>209</smally>
			<largex>603</largex>
			<largey>271</largey>

 </coordinates>
</territory>

<territory>
  <name>Serber</name> 
  <borders>
  <border>New York</border>
  </borders>
 <coordinates>
			<smallx>466</smallx>
			<smally>184</smally>
			<largex>613</largex>
			<largey>232</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<!-- Territories USSR -->
<territory>
  <name>USSR Spy 1</name> 
  <borders>
  <border>Leningrad</border> 
  </borders>
  <bombardments>
  <bombardment>USA President</bombardment>
  <bombardment>USA Launch Code</bombardment>
  <bombardment>Seaborg</bombardment>
  <bombardment>Oppenheimer</bombardment>
  <bombardment>Serber</bombardment>
  </bombardments>
 <coordinates>
			<smallx>126</smallx>
			<smally>414</smally>
			<largex>170</largex>
			<largey>544</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>Leningrad</name> 
  <borders>
  <border>Mendeleyev</border> 
  <border>USSR Spy 1</border> 
  <border>Moscow</border> 
  </borders>
 <coordinates>
			<smallx>134</smallx>
			<smally>447</smally>
			<largex>179</largex>
			<largey>589</largey>

 </coordinates>
</territory>

<territory>
  <name>Mendeleyev</name> 
  <borders>
  <border>Leningrad</border> 
  </borders>
 <coordinates>
			<smallx>217</smallx>
			<smally>444</smally>
			<largex>285</largex>
			<largey>584</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>USSR Premier</name> 
  <borders>
  <border>Moscow</border> 
  </borders>
 <coordinates>
			<smallx>118</smallx>
			<smally>490</smally>
			<largex>156</largex>
			<largey>649</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>Moscow</name> 
  <borders>
  <border>Leningrad</border> 
  <border>USSR Premier</border> 
  <border>Samara</border> 
  </borders>
 <coordinates>
			<smallx>149</smallx>
			<smally>481</smally>
			<largex>200</largex>
			<largey>634</largey>

 </coordinates>
</territory>

<territory>
  <name>Samara</name> 
  <borders>
  <border>Moscow</border> 
  <border>USSR Bunker 1</border> 
  <border>Yekaterinburg</border> 
  <border>USSR Uranium 1</border> 
  </borders>
 <coordinates>
			<smallx>176</smallx>
			<smally>510</smally>
			<largex>235</largex>
			<largey>672</largey>

 </coordinates>
</territory>

<territory>
  <name>USSR Silo 1</name> 
  <borders>
  <border>SS-18 Launch Platform</border>
  <border>Noril'sk</border> 
  <border>Chitba</border>
  </borders>
 <coordinates>
			<smallx>332</smallx>
			<smally>512</smally>
			<largex>445</largex>
			<largey>675</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>USSR Silo 2</name> 
  <borders>
  <border>SS-18 Launch Platform</border>
  <border>Magadan</border>
  </borders>
 <coordinates>
			<smallx>457</smallx>
			<smally>410</smally>
			<largex>610</largex>
			<largey>537</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>USSR Uranium 1</name> 
  <borders>
  <border>Samara</border>
  </borders>
 <coordinates>
			<smallx>176</smallx>
			<smally>548</smally>
			<largex>234</largex>
			<largey>724</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>Yekaterinburg</name> 
  <borders>
  <border>Samara</border>
  <border>Novosibirsk</border>  
  </borders>
 <coordinates>
			<smallx>213</smallx>
			<smally>564</smally>
			<largex>285</largex>
			<largey>746</largey>

 </coordinates>
</territory>

<territory>
  <name>USSR Bunker 1</name> 
  <borders>
  <border>Samara</border>  
  <border>USSR Uranium 2</border>  
  </borders>
 <coordinates>
			<smallx>237</smallx>
			<smally>485</smally>
			<largex>320</largex>
			<largey>639</largey>

 </coordinates>
  <neutral>2</neutral>
  <bonus>2</bonus>
</territory>

<territory>
  <name>USSR Uranium 2</name> 
  <borders>
  <border>USSR Bunker 1</border>  
  <border>Noril'sk</border>  
  </borders>
 <coordinates>
			<smallx>293</smallx>
			<smally>440</smally>
			<largex>389</largex>
			<largey>579</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>Noril'sk</name> 
  <borders>
  <border>USSR Uranium 2</border>
  <border>Novosibirsk</border>  
  <border>USSR Bunker 2</border>  
  <border>USSR Silo 1</border>  
  </borders>
 <coordinates>
			<smallx>282</smallx>
			<smally>483</smally>
			<largex>377</largex>
			<largey>637</largey>

 </coordinates>
</territory>

<territory>
  <name>Novosibirsk</name> 
  <borders>
  <border>Noril'sk</border>
  <border>Yekaterinburg</border>  
  <border>Frenkel</border>  
  </borders>
 <coordinates>
			<smallx>243</smallx>
			<smally>522</smally>
			<largex>324</largex>
			<largey>688</largey>

 </coordinates>
</territory>

<territory>
  <name>Chitba</name> 
  <borders>
  <border>USSR Silo 1</border>
  <border>Frenkel</border>  
  <border>Sakharov</border>  
  <border>Yakutsk</border>  
  </borders>
 <coordinates>
			<smallx>347</smallx>
			<smally>549</smally>
			<largex>464</largex>
			<largey>725</largey>

 </coordinates>
</territory>

<territory>
  <name>Yakutsk</name> 
  <borders>
  <border>USSR Bunker 2</border>
  <border>Chitba</border>  
  <border>Magadan</border>  
  </borders>
 <coordinates>
			<smallx>384</smallx>
			<smally>486</smally>
			<largex>512</largex>
			<largey>641</largey>

 </coordinates>
</territory>

<territory>
  <name>Magadan</name> 
  <borders>
  <border>USSR Uranium 3</border>
  <border>USSR Silo 2</border>  
  <border>USSR Spy 2</border>
  <border>USSR Launch Code</border>  
  <border>Yakutsk</border>
  </borders>
 <coordinates>
			<smallx>440</smallx>
			<smally>458</smally>
			<largex>588</largex>
			<largey>603</largey>

 </coordinates>
</territory>

<territory>
  <name>USSR Spy 2</name> 
  <borders>
  <border>Magadan</border>
  </borders>
  <bombardments>
  <bombardment>USA President</bombardment>
  <bombardment>USA Launch Code</bombardment>
  <bombardment>Seaborg</bombardment>
  <bombardment>Oppenheimer</bombardment>
  <bombardment>Serber</bombardment>
  </bombardments>  
 <coordinates>
			<smallx>485</smallx>
			<smally>431</smally>
			<largex>637</largex>
			<largey>567</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>USSR Bunker 2</name> 
  <borders>
  <border>Noril'sk</border>
  <border>Yakutsk</border>
  </borders>
 <coordinates>
			<smallx>360</smallx>
			<smally>453</smally>
			<largex>477</largex>
			<largey>594</largey>

 </coordinates>
  <neutral>2</neutral>
  <bonus>2</bonus>
</territory>

<territory>
  <name>Frenkel</name> 
  <borders>
  <border>Novosibirsk</border>
  <border>Chitba</border>
  </borders>
 <coordinates>
			<smallx>299</smallx>
			<smally>556</smally>
			<largex>395</largex>
			<largey>734</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>Sakharov</name> 
  <borders>
  <border>Chitba</border>
  </borders>
 <coordinates>
			<smallx>402</smallx>
			<smally>529</smally>
			<largex>533</largex>
			<largey>699</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>USSR Uranium 3</name> 
  <borders>
  <border>Magadan</border>
  </borders>
 <coordinates>
			<smallx>418</smallx>
			<smally>436</smally>
			<largex>556</largex>
			<largey>572</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>USSR Launch Code</name> 
  <borders>
  <border>Magadan</border>
  </borders>
 <coordinates>
			<smallx>484</smallx>
			<smally>487</smally>
			<largex>642</largex>
			<largey>642</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<!-- Territories USA MISSILE -->

<territory>
  <name>Titan II Launch Platform</name> 
  <borders>
  <border>Titan II Stage 1</border>
  </borders>
 <coordinates>
			<smallx>37</smallx>
			<smally>539</smally>
			<largex>51</largex>
			<largey>712</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>Titan II Stage 1</name> 
  <borders>
  <border>Titan II Stage 2</border>
  </borders>
 <coordinates>
			<smallx>37</smallx>
			<smally>493</smally>
			<largex>51</largex>
			<largey>653</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>Titan II Stage 2</name> 
  <borders>
  <border>Titan II Stage 3</border>
  </borders>
 <coordinates>
			<smallx>37</smallx>
			<smally>443</smally>
			<largex>51</largex>
			<largey>585</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>Titan II Stage 3</name> 
  <borders>
  <border>Titan II Stage 4</border>
  </borders>
 <coordinates>
			<smallx>37</smallx>
			<smally>393</smally>
			<largex>51</largex>
			<largey>518</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>Titan II Stage 4</name> 
  <borders>
  <border>Titan II Stage 5</border>
  </borders>
 <coordinates>
			<smallx>37</smallx>
			<smally>339</smally>
			<largex>51</largex>
			<largey>445</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>Titan II Stage 5</name> 
  <borders>
  <border>Titan II Warhead</border>
  </borders>
 <coordinates>
			<smallx>37</smallx>
			<smally>288</smally>
			<largex>51</largex>
			<largey>377</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>Titan II Warhead</name> 
  <borders>
  <border>Titan II MISSLE LAUNCH</border>
  </borders>
 <coordinates>
			<smallx>37</smallx>
			<smally>254</smally>
			<largex>51</largex>
			<largey>332</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>Titan II MISSLE LAUNCH</name> 
  <borders>
  </borders>
  <bombardments>
  <bombardment>SS-18 Launch Platform</bombardment>
  <bombardment>SS-18 Stage 1</bombardment>
  <bombardment>SS-18 Stage 2</bombardment>
  <bombardment>SS-18 Stage 3</bombardment>
  <bombardment>SS-18 Stage 4</bombardment>
  <bombardment>SS-18 Stage 5</bombardment>
  <bombardment>SS-18 Warhead</bombardment>
  <bombardment>USSR Spy 1</bombardment>
  <bombardment>Leningrad</bombardment>
  <bombardment>USSR Premier</bombardment>
  <bombardment>Mendeleyev</bombardment>
  <bombardment>Moscow</bombardment>
  <bombardment>Samara</bombardment>
  <bombardment>USSR Uranium 1</bombardment>
  <bombardment>USSR Bunker 1</bombardment>
  <bombardment>Yekaterinburg</bombardment>
  <bombardment>Novosibirsk</bombardment>
  <bombardment>Noril'sk</bombardment>
  <bombardment>USSR Uranium 2</bombardment>
  <bombardment>USSR Bunker 2</bombardment>
  <bombardment>Frenkel</bombardment>
  <bombardment>Chitba</bombardment>
  <bombardment>USSR Uranium 3</bombardment>
  <bombardment>Magadan</bombardment>
  <bombardment>USSR Launch Code</bombardment>
  <bombardment>USSR Spy 2</bombardment>
  <bombardment>Sakharov</bombardment>
  <bombardment>Yakutsk</bombardment>
  <bombardment>USSR Silo 1</bombardment>
  <bombardment>USSR Silo 2</bombardment>
  </bombardments>
 <coordinates>
			<smallx>37</smallx>
			<smally>180</smally>
			<largex>51</largex>
			<largey>232</largey>

 </coordinates>
   <neutral killer="yes">15</neutral> 
</territory>

<!-- Territories USSR MISSILE-->

<territory>
  <name>SS-18 Launch Platform</name> 
  <borders>
  <border>SS-18 Stage 1</border>
  </borders>
 <coordinates>
			<smallx>556</smallx>
			<smally>539</smally>
			<largex>743</largex>
			<largey>712</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>SS-18 Stage 1</name> 
  <borders>
  <border>SS-18 Stage 2</border>
  </borders>
 <coordinates>
			<smallx>556</smallx>
			<smally>493</smally>
			<largex>743</largex>
			<largey>651</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>SS-18 Stage 2</name> 
  <borders>
  <border>SS-18 Stage 3</border>
  </borders>
 <coordinates>
			<smallx>556</smallx>
			<smally>443</smally>
			<largex>743</largex>
			<largey>584</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>SS-18 Stage 3</name> 
  <borders>
  <border>SS-18 Stage 4</border>
  </borders>
 <coordinates>
			<smallx>556</smallx>
			<smally>394</smally>
			<largex>743</largex>
			<largey>517</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>SS-18 Stage 4</name> 
  <borders>
  <border>SS-18 Stage 5</border>
  </borders>
 <coordinates>
			<smallx>556</smallx>
			<smally>346</smally>
			<largex>743</largex>
			<largey>454</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>SS-18 Stage 5</name> 
  <borders>
  <border>SS-18 Warhead</border>
  </borders>
 <coordinates>
			<smallx>556</smallx>
			<smally>294</smally>
			<largex>743</largex>
			<largey>385</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>SS-18 Warhead</name> 
  <borders>
  <border>SS-18 MISSLE LAUNCH</border>
  </borders>
 <coordinates>
			<smallx>556</smallx>
			<smally>251</smally>
			<largex>743</largex>
			<largey>325</largey>

 </coordinates>
  <neutral>2</neutral>
</territory>

<territory>
  <name>SS-18 MISSLE LAUNCH</name> 
  <borders>
  </borders>
  <bombardments>
  <bombardment>Titan II Launch Platform</bombardment>
  <bombardment>Titan II Stage 1</bombardment>
  <bombardment>Titan II Stage 2</bombardment>
  <bombardment>Titan II Stage 3</bombardment>
  <bombardment>Titan II Stage 4</bombardment>
  <bombardment>Titan II Stage 5</bombardment>
  <bombardment>Titan II Warhead</bombardment>
  <bombardment>USA Spy 1</bombardment>
  <bombardment>Seattle</bombardment>
  <bombardment>USA President</bombardment>
  <bombardment>Seaborg</bombardment>
  <bombardment>Los Angeles</bombardment>
  <bombardment>Denver</bombardment>
  <bombardment>USA Uranium 1</bombardment>
  <bombardment>USA Bunker 1</bombardment>
  <bombardment>Dallas</bombardment>
  <bombardment>Oppenheimer</bombardment>
  <bombardment>Atlanta</bombardment>
  <bombardment>USA Uranium 2</bombardment>
  <bombardment>USA Bunker 2</bombardment>
  <bombardment>Miami</bombardment>
  <bombardment>Chicago</bombardment>
  <bombardment>USA Uranium 3</bombardment>
  <bombardment>Washington</bombardment>
  <bombardment>USA Launch Code</bombardment>
  <bombardment>USA Spy 2</bombardment>
  <bombardment>New York</bombardment>
  <bombardment>Serber</bombardment>
  <bombardment>USA Silo 1</bombardment>
  <bombardment>USA Silo 2</bombardment>
  </bombardments>
 <coordinates>
			<smallx>556</smallx>
			<smally>180</smally>
			<largex>743</largex>
			<largey>233</largey>

 </coordinates>
   <neutral killer="yes">15</neutral> 
</territory>

</map>
