forked from AGameAnx/dok-ge-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MapModLayouts.cs
47 lines (45 loc) · 82.6 KB
/
MapModLayouts.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
using System;
using System.Collections;
using System.Collections.Generic;
using System.Xml;
using BBI.Core.ComponentModel;
using BBI.Core.Data;
using BBI.Core.Network;
using BBI.Core.Utility;
using BBI.Core.Utility.FixedPoint;
using BBI.Game.Data;
using BBI.Game.Replay;
using BBI.Game.Simulation;
using UnityEngine;
using BBI.Unity.Game.World;
using BBI.Unity.Game.Data;
using BBI.Game.Data.Queries;
using BBI.Game.Events;
using BBI.Unity.Game.UI;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Text.RegularExpressions;
// The class holds the multiplayer (not skirmish) layouts
// The reason these are backed into the DLL is so that someone changing a layout on disk won't desync everyone in MP on that layout
public static class MapModLayouts {
private static Dictionary<string, string> layouts = new Dictionary<string, string>() {
{"M01", "<?xml version=\"1.0\" encoding=\"UTF-8\"?><dokmap> <map>M01</map> <mode>Team</mode> <!-- the following 4 don't do anything ATM --> <name>Epsilon Base [4]</name> <description>Close quarters 2v2 map</description> <authors>SSSS</authors> <players>4</players> <bounds top=\"3500\" bottom=\"-3400\" left=\"-3900\" right=\"3000\"/> <!-- testing los <blocker mask=\"Ground\" verts=\"500,-3000;500,-2000;600,-2000;600,-3000\" blocklof=\"true\" blockallheights=\"true\"/> <unit team=\"0\" index=\"0\" type=\"N_Gun_Turret_MP\" x=\"300\" z=\"-2500\" angle=\"90\"/> --> <spawns> <!-- team 1 --> <spawn team=\"0\" index=\"0\" x=\"-2200\" z=\"2200\" angle=\"180\"/> <spawn team=\"0\" index=\"1\" x=\"-3200\" z=\"2200\" angle=\"180\"/> <spawn team=\"0\" index=\"2\" x=\"-2200\" z=\"2200\" angle=\"180\"/> <!-- team 2 --> <spawn team=\"1\" index=\"0\" x=\"1500\" z=\"-1700\" angle=\"-90\"/> <spawn team=\"1\" index=\"1\" x=\"1500\" z=\"-2700\" angle=\"-90\"/> <spawn team=\"1\" index=\"2\" x=\"1500\" z=\"-1700\" angle=\"-90\"/> </spawns> <resources> <!-- type 0 = cus, type 1 = rus --> <!-- team 1 --> <resource x=\"-2500\" z=\"2300\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-2500\" z=\"2200\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-2500\" z=\"2100\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-3500\" z=\"2300\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-3500\" z=\"2200\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-3500\" z=\"2100\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-2500\" z=\"750\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-2500\" z=\"650\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-3500\" z=\"750\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-3500\" z=\"650\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-3500\" z=\"-250\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-3500\" z=\"-350\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <!-- team 2 --> <resource x=\"1600\" z=\"-2000\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"1500\" z=\"-2000\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"1400\" z=\"-2000\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"1600\" z=\"-3000\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"1500\" z=\"-3000\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"1400\" z=\"-3000\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"250\" z=\"-2000\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"150\" z=\"-2000\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"250\" z=\"-3000\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"150\" z=\"-3000\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-750\" z=\"-3000\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-850\" z=\"-3000\" type=\"0\" amount=\"10500\" collectors=\"2\"/> </resources> <artifacts> <artifact x=\"-3100\" z=\"-2400\"/> <artifact x=\"-2900\" z=\"-2600\"/> </artifacts> <ezs> <!-- extraction zones --> <!-- Kalash Teeth has extraction zones of radius 500 for reference --> <ez team=\"0\" x=\"-500\" z=\"0\" radius=\"500\"/> <ez team=\"1\" x=\"-500\" z=\"0\" radius=\"500\"/> </ezs> <blockers existing=\"false\"> <!-- whole base --> <blocker mask=\"Carrier\" blocklof=\"false\" verts=\"-1380,1135;-1920,4000;4000,4000;4000,80;1050,-632\"/> <!-- top --> <blocker mask=\"Ground\" blocklof=\"true\" verts=\"-1500,2460;-1920,3500;3000,3500;1360,3040\"/> <!-- right --> <blocker mask=\"Ground\" blocklof=\"true\" verts=\"2080,-280;4000,80;4000,4000;1360,3040\"/> <!-- mid --> <blocker mask=\"Ground\" blocklof=\"true\" verts=\"-1380,1135;-1470,1980;1050,-632;1600,-460;-120,2220;1200,1275\"/> <!-- mid transparent: to allow for unit to shoot through it --> <blocker mask=\"Ground\" blocklof=\"false\" verts=\"-120,2220;1200,1275;480,2350;1100,2000\"/> <!-- right: to stop abuse of high ground from the mountains --> <blocker mask=\"Ground\" blocklof=\"true\" verts=\"2500,-3500;3000,-3500;2500,3500;3000,3500\"/> </blockers></dokmap>"},
{"M02", "<?xml version=\"1.0\" encoding=\"UTF-8\"?><dokmap> <map>M02</map> <mode>Team</mode> <!-- the following 4 don't do anything atm --> <name>Salvage Facility [2]</name> <description>Unit testing map</description> <authors>SSSS</authors> <players>2</players> <blockers carrier=\"false\"/> <spawns> <!-- team 1 --> <spawn team=\"0\" index=\"0\" x=\"-3500\" z=\"-1500\" angle=\"90\"/> <spawn team=\"0\" index=\"1\" x=\"-3500\" z=\"-1500\" angle=\"90\"/> <spawn team=\"0\" index=\"2\" x=\"-3500\" z=\"-1500\" angle=\"90\"/> <!-- team 2 --> <spawn team=\"1\" index=\"0\" x=\"3500\" z=\"-1500\" angle=\"270\"/> <spawn team=\"1\" index=\"1\" x=\"3500\" z=\"-1500\" angle=\"270\"/> <spawn team=\"1\" index=\"2\" x=\"3500\" z=\"-1500\" angle=\"270\"/> </spawns> <resources> <!-- type 0 = cus, type 1 = rus --> <!-- team 1 --> <resource x=\"-3550\" z=\"-1800\" type=\"1\" amount=\"999999\" collectors=\"999\"/> <resource x=\"-3450\" z=\"-1800\" type=\"0\" amount=\"999999\" collectors=\"999\"/> <!-- team 2 --> <resource x=\"3550\" z=\"-1800\" type=\"1\" amount=\"999999\" collectors=\"999\"/> <resource x=\"3450\" z=\"-1800\" type=\"0\" amount=\"999999\" collectors=\"999\"/> </resources> <units> <!-- team 1 --> <unit team=\"0\" index=\"0\" type=\"C_Harvester_MP\" x=\"-2000\" z=\"-1500\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Escort_MP\" x=\"-2000\" z=\"-1575\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Baserunner_MP\" x=\"-2000\" z=\"-1650\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Probe_MP\" x=\"-2000\" z=\"-1725\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_HAC_MP\" x=\"-2000\" z=\"-1800\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Railgun_MP\" x=\"-2000\" z=\"-1875\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_HAC_Upgrade01_MP\" x=\"-2000\" z=\"-1950\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Interceptor_MP\" x=\"-2000\" z=\"-2025\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Bomber_MP\" x=\"-2000\" z=\"-2100\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_GunShip_MP\" x=\"-2000\" z=\"-2175\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_SupportCruiser_MP\" x=\"-2000\" z=\"-2250\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Battlecruiser_MP\" x=\"-2000\" z=\"-2325\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Battlecruiser_MP\" x=\"-2000\" z=\"-2400\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_ArtilleryCruiser_MP\" x=\"-2000\" z=\"-2475\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_Escort_MP\" x=\"-2000\" z=\"-2550\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_Baserunner_MP\" x=\"-2000\" z=\"-2625\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_Railgun_MP\" x=\"-2000\" z=\"-2700\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_SupportCruiser_MP\" x=\"-2000\" z=\"-2775\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_Battlecruiser_MP\" x=\"-2000\" z=\"-2850\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_AssaultCruiser_MP\" x=\"-2000\" z=\"-2925\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Harvester_MP\" x=\"-2000\" z=\"-3000\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_SandSkimmer_MP\" x=\"-2000\" z=\"-3075\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Baserunner_MP\" x=\"-2000\" z=\"-3150\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Catamaran_MP\" x=\"-2000\" z=\"-3225\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Catamaran_Upgrade01_MP\" x=\"-2000\" z=\"-3300\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_StarHullTank_MP\" x=\"-2000\" z=\"-3375\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_StarHull_Upgrade01_MP\" x=\"-2000\" z=\"-3450\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Interceptor_MP\" x=\"-2000\" z=\"-3525\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Bomber_MP\" x=\"-2000\" z=\"-3600\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_SupportCruiser_MP\" x=\"-2000\" z=\"-3675\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_ArtilleryCruiser_MP\" x=\"-2000\" z=\"-3750\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_HonorGuard_MP\" x=\"-2000\" z=\"-3825\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_Sandskimmer_MP\" x=\"-2000\" z=\"-3900\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_Harvester_MP\" x=\"-2000\" z=\"-3975\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_Baserunner_MP\" x=\"-2000\" z=\"-4050\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_ExplodingSkimmer_MP\" x=\"-2000\" z=\"-4125\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_AssaultShip_MP\" x=\"-2000\" z=\"-4200\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_MissileShip_MP\" x=\"-2000\" z=\"-4275\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_AssaultRailgun_MP\" x=\"-2000\" z=\"-4350\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_HeavyRailgun_MP\" x=\"-2000\" z=\"-4425\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_Interceptor_MP\" x=\"-2000\" z=\"-4500\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_Bomber_MP\" x=\"-2000\" z=\"-4575\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_SupportCruiser_MP\" x=\"-2000\" z=\"-4650\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_ArtilleryCruiser_MP\" x=\"-2000\" z=\"-4725\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_HonorGuard_MP\" x=\"-2000\" z=\"-4800\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Harvester_MP\" x=\"-1875\" z=\"-1500\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Escort_MP\" x=\"-1875\" z=\"-1575\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Baserunner_MP\" x=\"-1875\" z=\"-1650\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Probe_MP\" x=\"-1875\" z=\"-1725\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_HAC_MP\" x=\"-1875\" z=\"-1800\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Railgun_MP\" x=\"-1875\" z=\"-1875\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_HAC_Upgrade01_MP\" x=\"-1875\" z=\"-1950\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Interceptor_MP\" x=\"-1875\" z=\"-2025\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Bomber_MP\" x=\"-1875\" z=\"-2100\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_GunShip_MP\" x=\"-1875\" z=\"-2175\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_SupportCruiser_MP\" x=\"-1875\" z=\"-2250\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Battlecruiser_MP\" x=\"-1875\" z=\"-2325\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Battlecruiser_MP\" x=\"-1875\" z=\"-2400\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_ArtilleryCruiser_MP\" x=\"-1875\" z=\"-2475\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_Escort_MP\" x=\"-1875\" z=\"-2550\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_Baserunner_MP\" x=\"-1875\" z=\"-2625\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_Railgun_MP\" x=\"-1875\" z=\"-2700\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_SupportCruiser_MP\" x=\"-1875\" z=\"-2775\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_Battlecruiser_MP\" x=\"-1875\" z=\"-2850\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_AssaultCruiser_MP\" x=\"-1875\" z=\"-2925\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Harvester_MP\" x=\"-1875\" z=\"-3000\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_SandSkimmer_MP\" x=\"-1875\" z=\"-3075\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Baserunner_MP\" x=\"-1875\" z=\"-3150\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Catamaran_MP\" x=\"-1875\" z=\"-3225\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Catamaran_Upgrade01_MP\" x=\"-1875\" z=\"-3300\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_StarHullTank_MP\" x=\"-1875\" z=\"-3375\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_StarHull_Upgrade01_MP\" x=\"-1875\" z=\"-3450\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Interceptor_MP\" x=\"-1875\" z=\"-3525\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Bomber_MP\" x=\"-1875\" z=\"-3600\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_SupportCruiser_MP\" x=\"-1875\" z=\"-3675\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_ArtilleryCruiser_MP\" x=\"-1875\" z=\"-3750\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_HonorGuard_MP\" x=\"-1875\" z=\"-3825\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_Sandskimmer_MP\" x=\"-1875\" z=\"-3900\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_Harvester_MP\" x=\"-1875\" z=\"-3975\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_Baserunner_MP\" x=\"-1875\" z=\"-4050\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_ExplodingSkimmer_MP\" x=\"-1875\" z=\"-4125\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_AssaultShip_MP\" x=\"-1875\" z=\"-4200\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_MissileShip_MP\" x=\"-1875\" z=\"-4275\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_AssaultRailgun_MP\" x=\"-1875\" z=\"-4350\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_HeavyRailgun_MP\" x=\"-1875\" z=\"-4425\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_Interceptor_MP\" x=\"-1875\" z=\"-4500\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_Bomber_MP\" x=\"-1875\" z=\"-4575\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_SupportCruiser_MP\" x=\"-1875\" z=\"-4650\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_ArtilleryCruiser_MP\" x=\"-1875\" z=\"-4725\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_HonorGuard_MP\" x=\"-1875\" z=\"-4800\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Harvester_MP\" x=\"-1750\" z=\"-1500\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Escort_MP\" x=\"-1750\" z=\"-1575\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Baserunner_MP\" x=\"-1750\" z=\"-1650\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Probe_MP\" x=\"-1750\" z=\"-1725\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_HAC_MP\" x=\"-1750\" z=\"-1800\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Railgun_MP\" x=\"-1750\" z=\"-1875\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_HAC_Upgrade01_MP\" x=\"-1750\" z=\"-1950\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Interceptor_MP\" x=\"-1750\" z=\"-2025\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Bomber_MP\" x=\"-1750\" z=\"-2100\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_GunShip_MP\" x=\"-1750\" z=\"-2175\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_SupportCruiser_MP\" x=\"-1750\" z=\"-2250\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Battlecruiser_MP\" x=\"-1750\" z=\"-2325\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Battlecruiser_MP\" x=\"-1750\" z=\"-2400\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_ArtilleryCruiser_MP\" x=\"-1750\" z=\"-2475\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_Escort_MP\" x=\"-1750\" z=\"-2550\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_Baserunner_MP\" x=\"-1750\" z=\"-2625\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_Railgun_MP\" x=\"-1750\" z=\"-2700\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_SupportCruiser_MP\" x=\"-1750\" z=\"-2775\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_Battlecruiser_MP\" x=\"-1750\" z=\"-2850\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"C_Sob_AssaultCruiser_MP\" x=\"-1750\" z=\"-2925\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Harvester_MP\" x=\"-1750\" z=\"-3000\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_SandSkimmer_MP\" x=\"-1750\" z=\"-3075\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Baserunner_MP\" x=\"-1750\" z=\"-3150\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Catamaran_MP\" x=\"-1750\" z=\"-3225\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Catamaran_Upgrade01_MP\" x=\"-1750\" z=\"-3300\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_StarHullTank_MP\" x=\"-1750\" z=\"-3375\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_StarHull_Upgrade01_MP\" x=\"-1750\" z=\"-3450\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Interceptor_MP\" x=\"-1750\" z=\"-3525\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_Bomber_MP\" x=\"-1750\" z=\"-3600\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_SupportCruiser_MP\" x=\"-1750\" z=\"-3675\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_ArtilleryCruiser_MP\" x=\"-1750\" z=\"-3750\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"G_HonorGuard_MP\" x=\"-1750\" z=\"-3825\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_Sandskimmer_MP\" x=\"-1750\" z=\"-3900\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_Harvester_MP\" x=\"-1750\" z=\"-3975\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_Baserunner_MP\" x=\"-1750\" z=\"-4050\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_ExplodingSkimmer_MP\" x=\"-1750\" z=\"-4125\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_AssaultShip_MP\" x=\"-1750\" z=\"-4200\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_MissileShip_MP\" x=\"-1750\" z=\"-4275\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_AssaultRailgun_MP\" x=\"-1750\" z=\"-4350\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_HeavyRailgun_MP\" x=\"-1750\" z=\"-4425\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_Interceptor_MP\" x=\"-1750\" z=\"-4500\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_Bomber_MP\" x=\"-1750\" z=\"-4575\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_SupportCruiser_MP\" x=\"-1750\" z=\"-4650\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_ArtilleryCruiser_MP\" x=\"-1750\" z=\"-4725\" angle=\"90\"/> <unit team=\"0\" index=\"0\" type=\"K_HonorGuard_MP\" x=\"-1750\" z=\"-4800\" angle=\"90\"/> <!-- team 2 --> <unit team=\"1\" index=\"0\" type=\"C_Harvester_MP\" x=\"2000\" z=\"-1500\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Escort_MP\" x=\"2000\" z=\"-1575\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Baserunner_MP\" x=\"2000\" z=\"-1650\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Probe_MP\" x=\"2000\" z=\"-1725\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_HAC_MP\" x=\"2000\" z=\"-1800\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Railgun_MP\" x=\"2000\" z=\"-1875\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_HAC_Upgrade01_MP\" x=\"2000\" z=\"-1950\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Interceptor_MP\" x=\"2000\" z=\"-2025\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Bomber_MP\" x=\"2000\" z=\"-2100\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_GunShip_MP\" x=\"2000\" z=\"-2175\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_SupportCruiser_MP\" x=\"2000\" z=\"-2250\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Battlecruiser_MP\" x=\"2000\" z=\"-2325\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Battlecruiser_MP\" x=\"2000\" z=\"-2400\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_ArtilleryCruiser_MP\" x=\"2000\" z=\"-2475\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_Escort_MP\" x=\"2000\" z=\"-2550\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_Baserunner_MP\" x=\"2000\" z=\"-2625\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_Railgun_MP\" x=\"2000\" z=\"-2700\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_SupportCruiser_MP\" x=\"2000\" z=\"-2775\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_Battlecruiser_MP\" x=\"2000\" z=\"-2850\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_AssaultCruiser_MP\" x=\"2000\" z=\"-2925\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Harvester_MP\" x=\"2000\" z=\"-3000\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_SandSkimmer_MP\" x=\"2000\" z=\"-3075\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Baserunner_MP\" x=\"2000\" z=\"-3150\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Catamaran_MP\" x=\"2000\" z=\"-3225\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Catamaran_Upgrade01_MP\" x=\"2000\" z=\"-3300\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_StarHullTank_MP\" x=\"2000\" z=\"-3375\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_StarHull_Upgrade01_MP\" x=\"2000\" z=\"-3450\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Interceptor_MP\" x=\"2000\" z=\"-3525\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Bomber_MP\" x=\"2000\" z=\"-3600\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_SupportCruiser_MP\" x=\"2000\" z=\"-3675\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_ArtilleryCruiser_MP\" x=\"2000\" z=\"-3750\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_HonorGuard_MP\" x=\"2000\" z=\"-3825\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_Sandskimmer_MP\" x=\"2000\" z=\"-3900\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_Harvester_MP\" x=\"2000\" z=\"-3975\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_Baserunner_MP\" x=\"2000\" z=\"-4050\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_ExplodingSkimmer_MP\" x=\"2000\" z=\"-4125\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_AssaultShip_MP\" x=\"2000\" z=\"-4200\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_MissileShip_MP\" x=\"2000\" z=\"-4275\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_AssaultRailgun_MP\" x=\"2000\" z=\"-4350\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_HeavyRailgun_MP\" x=\"2000\" z=\"-4425\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_Interceptor_MP\" x=\"2000\" z=\"-4500\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_Bomber_MP\" x=\"2000\" z=\"-4575\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_SupportCruiser_MP\" x=\"2000\" z=\"-4650\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_ArtilleryCruiser_MP\" x=\"2000\" z=\"-4725\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_HonorGuard_MP\" x=\"2000\" z=\"-4800\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Harvester_MP\" x=\"1875\" z=\"-1500\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Escort_MP\" x=\"1875\" z=\"-1575\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Baserunner_MP\" x=\"1875\" z=\"-1650\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Probe_MP\" x=\"1875\" z=\"-1725\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_HAC_MP\" x=\"1875\" z=\"-1800\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Railgun_MP\" x=\"1875\" z=\"-1875\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_HAC_Upgrade01_MP\" x=\"1875\" z=\"-1950\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Interceptor_MP\" x=\"1875\" z=\"-2025\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Bomber_MP\" x=\"1875\" z=\"-2100\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_GunShip_MP\" x=\"1875\" z=\"-2175\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_SupportCruiser_MP\" x=\"1875\" z=\"-2250\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Battlecruiser_MP\" x=\"1875\" z=\"-2325\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Battlecruiser_MP\" x=\"1875\" z=\"-2400\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_ArtilleryCruiser_MP\" x=\"1875\" z=\"-2475\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_Escort_MP\" x=\"1875\" z=\"-2550\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_Baserunner_MP\" x=\"1875\" z=\"-2625\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_Railgun_MP\" x=\"1875\" z=\"-2700\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_SupportCruiser_MP\" x=\"1875\" z=\"-2775\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_Battlecruiser_MP\" x=\"1875\" z=\"-2850\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_AssaultCruiser_MP\" x=\"1875\" z=\"-2925\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Harvester_MP\" x=\"1875\" z=\"-3000\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_SandSkimmer_MP\" x=\"1875\" z=\"-3075\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Baserunner_MP\" x=\"1875\" z=\"-3150\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Catamaran_MP\" x=\"1875\" z=\"-3225\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Catamaran_Upgrade01_MP\" x=\"1875\" z=\"-3300\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_StarHullTank_MP\" x=\"1875\" z=\"-3375\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_StarHull_Upgrade01_MP\" x=\"1875\" z=\"-3450\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Interceptor_MP\" x=\"1875\" z=\"-3525\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Bomber_MP\" x=\"1875\" z=\"-3600\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_SupportCruiser_MP\" x=\"1875\" z=\"-3675\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_ArtilleryCruiser_MP\" x=\"1875\" z=\"-3750\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_HonorGuard_MP\" x=\"1875\" z=\"-3825\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_Sandskimmer_MP\" x=\"1875\" z=\"-3900\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_Harvester_MP\" x=\"1875\" z=\"-3975\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_Baserunner_MP\" x=\"1875\" z=\"-4050\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_ExplodingSkimmer_MP\" x=\"1875\" z=\"-4125\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_AssaultShip_MP\" x=\"1875\" z=\"-4200\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_MissileShip_MP\" x=\"1875\" z=\"-4275\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_AssaultRailgun_MP\" x=\"1875\" z=\"-4350\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_HeavyRailgun_MP\" x=\"1875\" z=\"-4425\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_Interceptor_MP\" x=\"1875\" z=\"-4500\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_Bomber_MP\" x=\"1875\" z=\"-4575\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_SupportCruiser_MP\" x=\"1875\" z=\"-4650\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_ArtilleryCruiser_MP\" x=\"1875\" z=\"-4725\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_HonorGuard_MP\" x=\"1875\" z=\"-4800\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Harvester_MP\" x=\"1750\" z=\"-1500\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Escort_MP\" x=\"1750\" z=\"-1575\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Baserunner_MP\" x=\"1750\" z=\"-1650\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Probe_MP\" x=\"1750\" z=\"-1725\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_HAC_MP\" x=\"1750\" z=\"-1800\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Railgun_MP\" x=\"1750\" z=\"-1875\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_HAC_Upgrade01_MP\" x=\"1750\" z=\"-1950\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Interceptor_MP\" x=\"1750\" z=\"-2025\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Bomber_MP\" x=\"1750\" z=\"-2100\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_GunShip_MP\" x=\"1750\" z=\"-2175\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_SupportCruiser_MP\" x=\"1750\" z=\"-2250\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Battlecruiser_MP\" x=\"1750\" z=\"-2325\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Battlecruiser_MP\" x=\"1750\" z=\"-2400\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_ArtilleryCruiser_MP\" x=\"1750\" z=\"-2475\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_Escort_MP\" x=\"1750\" z=\"-2550\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_Baserunner_MP\" x=\"1750\" z=\"-2625\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_Railgun_MP\" x=\"1750\" z=\"-2700\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_SupportCruiser_MP\" x=\"1750\" z=\"-2775\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_Battlecruiser_MP\" x=\"1750\" z=\"-2850\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"C_Sob_AssaultCruiser_MP\" x=\"1750\" z=\"-2925\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Harvester_MP\" x=\"1750\" z=\"-3000\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_SandSkimmer_MP\" x=\"1750\" z=\"-3075\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Baserunner_MP\" x=\"1750\" z=\"-3150\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Catamaran_MP\" x=\"1750\" z=\"-3225\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Catamaran_Upgrade01_MP\" x=\"1750\" z=\"-3300\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_StarHullTank_MP\" x=\"1750\" z=\"-3375\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_StarHull_Upgrade01_MP\" x=\"1750\" z=\"-3450\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Interceptor_MP\" x=\"1750\" z=\"-3525\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_Bomber_MP\" x=\"1750\" z=\"-3600\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_SupportCruiser_MP\" x=\"1750\" z=\"-3675\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_ArtilleryCruiser_MP\" x=\"1750\" z=\"-3750\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"G_HonorGuard_MP\" x=\"1750\" z=\"-3825\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_Sandskimmer_MP\" x=\"1750\" z=\"-3900\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_Harvester_MP\" x=\"1750\" z=\"-3975\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_Baserunner_MP\" x=\"1750\" z=\"-4050\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_ExplodingSkimmer_MP\" x=\"1750\" z=\"-4125\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_AssaultShip_MP\" x=\"1750\" z=\"-4200\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_MissileShip_MP\" x=\"1750\" z=\"-4275\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_AssaultRailgun_MP\" x=\"1750\" z=\"-4350\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_HeavyRailgun_MP\" x=\"1750\" z=\"-4425\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_Interceptor_MP\" x=\"1750\" z=\"-4500\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_Bomber_MP\" x=\"1750\" z=\"-4575\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_SupportCruiser_MP\" x=\"1750\" z=\"-4650\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_ArtilleryCruiser_MP\" x=\"1750\" z=\"-4725\" angle=\"270\"/> <unit team=\"1\" index=\"0\" type=\"K_HonorGuard_MP\" x=\"1750\" z=\"-4800\" angle=\"270\"/> </units></dokmap>"},
{"M03", "<?xml version=\"1.0\" encoding=\"UTF-8\"?><dokmap> <map>M03</map> <mode>Team</mode> <!-- the following 4 don't do anything atm --> <name>Cape Wrath [2]</name> <description>1v1 down a narrow valley</description> <authors>SSSS</authors> <players>2</players> <heat>30</heat> <bounds left=\"-5200\" right=\"600\" bottom=\"-6400\" top=\"-600\"/> <spawns> <!-- team 1 --> <spawn team=\"0\" index=\"0\" x=\"0\" z=\"-5500\" angle=\"90\"/> <spawn team=\"0\" index=\"1\" x=\"0\" z=\"-5500\" angle=\"90\"/> <spawn team=\"0\" index=\"2\" x=\"0\" z=\"-5500\" angle=\"90\"/> <!-- team 2 --> <spawn team=\"1\" index=\"0\" x=\"-4500\" z=\"-5800\" angle=\"-135\"/> <spawn team=\"1\" index=\"1\" x=\"-4500\" z=\"-5800\" angle=\"-135\"/> <spawn team=\"1\" index=\"2\" x=\"-4500\" z=\"-5800\" angle=\"-135\"/> </spawns> <resources> <!-- type 0 = cus, type 1 = rus --> <!-- team 1 --> <resource x=\"400\" z=\"-5400\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"400\" z=\"-5500\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"400\" z=\"-5600\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <!-- team 2 --> <resource x=\"-4690\" z=\"-6130\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-4760\" z=\"-6060\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-4830\" z=\"-5990\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <!-- mid --> <resource x=\"-1850\" z=\"-4970\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-1850\" z=\"-5070\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-2650\" z=\"-5070\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-2620\" z=\"-5190\" type=\"1\" amount=\"4000\" collectors=\"2\"/> </resources> <artifacts> <artifact x=\"-2210\" z=\"-5450\"/> </artifacts> <ezs> <!-- extraction zones --> <!-- Kalash Teeth has extraction zones of radius 500 for reference --> <ez team=\"0\" x=\"-2370\" z=\"-4210\" radius=\"300\"/> <ez team=\"1\" x=\"-2370\" z=\"-4210\" radius=\"300\"/> </ezs> <units> <!-- mid --> <unit team=\"0\" index=\"0\" type=\"N_Tornado\" x=\"-2270\" z=\"-5000\" angle=\"0\"/> <unit team=\"1\" index=\"0\" type=\"N_Tornado\" x=\"-2270\" z=\"-5000\" angle=\"0\"/> </units> <blockers> <!-- block the tornado --> <blocker mask=\"Ground\" blocklof=\"true\" verts=\"-2570,-5300;-2570,-4700;-1970,-4700;-1970,-5300\"/> </blockers></dokmap>"},
{"M04", "<?xml version=\"1.0\" encoding=\"UTF-8\"?><dokmap> <map>M04</map> <mode>Team</mode> <!-- the following 4 don't do anything atm --> <name>Kalash Wreck [6]</name> <description>Close quarters 3v3 map</description> <authors>Begil, SSSS</authors> <players>6</players> <bounds top=\"10000\" right=\"2000\" bottom=\"0\" left=\"-8000\"/> <!-- <collider mask=\"Ground\" verts=\"-3400,1600;-2550,1120;-3350,400\"/> <collider mask=\"Ground\" verts=\"-550,1850;30,2760;820,1430\"/> <collider mask=\"Ground\" verts=\"-310,5000;-50,6180;1760,5950\"/> --> <spawns> <!-- team 1 --> <spawn team=\"0\" index=\"0\" x=\"-1000\" z=\"4000\" angle=\"0\"/> <spawn team=\"0\" index=\"1\" x=\"-2825\" z=\"2100\" angle=\"0\"/> <spawn team=\"0\" index=\"2\" x=\"-1000\" z=\"2100\" angle=\"0\"/> <!-- team 2 --> <spawn team=\"1\" index=\"0\" x=\"-5900\" z=\"6975\" angle=\"180\"/> <spawn team=\"1\" index=\"1\" x=\"-4600\" z=\"8600\" angle=\"180\"/> <spawn team=\"1\" index=\"2\" x=\"-7000\" z=\"9000\" angle=\"180\"/> </spawns> <resources> <!-- type 0 = cus, type 1 = rus --> <!-- team 1 --> <resource x=\"-700\" z=\"4050\" type=\"0\" amount=\"30000\" collectors=\"6\"/> <resource x=\"-700\" z=\"3950\" type=\"1\" amount=\"10000\" collectors=\"6\"/> <resource x=\"-2500\" z=\"2150\" type=\"0\" amount=\"30000\" collectors=\"6\"/> <resource x=\"-2500\" z=\"2050\" type=\"1\" amount=\"10000\" collectors=\"6\"/> <resource x=\"-700\" z=\"2150\" type=\"0\" amount=\"30000\" collectors=\"6\"/> <resource x=\"-700\" z=\"2050\" type=\"1\" amount=\"10000\" collectors=\"6\"/> <!-- team 2 --> <resource x=\"-6200\" z=\"6925\" type=\"0\" amount=\"30000\" collectors=\"6\"/> <resource x=\"-6200\" z=\"7025\" type=\"1\" amount=\"10000\" collectors=\"6\"/> <resource x=\"-4900\" z=\"8550\" type=\"0\" amount=\"30000\" collectors=\"6\"/> <resource x=\"-4900\" z=\"8650\" type=\"1\" amount=\"10000\" collectors=\"6\"/> <resource x=\"-7300\" z=\"8950\" type=\"0\" amount=\"30000\" collectors=\"6\"/> <resource x=\"-7300\" z=\"9050\" type=\"1\" amount=\"10000\" collectors=\"6\"/> </resources> <artifacts> <artifact x=\"-4000\" z=\"6000\"/> <artifact x=\"-3000\" z=\"5500\"/> <artifact x=\"-2000\" z=\"5000\"/> </artifacts> <ezs> <!-- extraction zones --> <!-- only tested 1 per team but the code suggests you can only have 1 at a time --> <!-- Kalash Teeth has extraction zones of radius 500 for reference --> <ez team=\"0\" x=\"-5000\" z=\"4500\" radius=\"500\"/> <ez team=\"1\" x=\"-1500\" z=\"6500\" radius=\"500\"/> </ezs></dokmap>"},
{"M05", "<?xml version=\"1.0\" encoding=\"UTF-8\"?><dokmap> <map>M05</map> <mode>Team</mode> <!-- the following 4 don't do anything atm --> <name>Kalash Wreck [2]</name> <description>1v1 Map</description> <authors>Begil</authors> <players>2</players> <!-- optional --> <bounds top=\"10000\" right=\"2000\" bottom=\"0\" left=\"-8000\"/> <spawns> <!-- team 1 --> <spawn team=\"0\" index=\"0\" x=\"-1000\" z=\"4000\" angle=\"0\"/> <spawn team=\"0\" index=\"1\" x=\"-1000\" z=\"4000\" angle=\"0\"/> <spawn team=\"0\" index=\"2\" x=\"-1000\" z=\"4000\" angle=\"0\"/> <!-- team 2 --> <spawn team=\"1\" index=\"0\" x=\"-5950\" z=\"7200\" angle=\"128\"/> <spawn team=\"1\" index=\"1\" x=\"-5950\" z=\"7200\" angle=\"128\"/> <spawn team=\"1\" index=\"2\" x=\"-5950\" z=\"7200\" angle=\"128\"/> </spawns> <resources> <!-- type 0 = cus, type 1 = rus, type 2 = wreck (wreck needs testing) --> <!-- team 1 --> <resource x=\"-800\" z=\"4100\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-800\" z=\"4000\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-800\" z=\"3900\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-1000\" z=\"2000\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-1025\" z=\"2100\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-3000\" z=\"2000\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-3025\" z=\"2100\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <!-- team 2 --> <resource x=\"-6250\" z=\"7075\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-6200\" z=\"7025\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-6150\" z=\"6975\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-4600\" z=\"8700\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-4625\" z=\"8600\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-7000\" z=\"9100\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-7025\" z=\"9000\" type=\"1\" amount=\"4000\" collectors=\"2\"/> </resources> <artifacts> <artifact x=\"-4000\" z=\"6000\"/> <artifact x=\"-3000\" z=\"5500\"/> <artifact x=\"-2000\" z=\"5000\"/> </artifacts> <ezs> <!-- extraction zones --> <!-- only tested 1 per team but the code suggests you can only have 1 at a time --> <!-- Kalash Teeth has extraction zones of radius 500 for reference --> <ez team=\"0\" x=\"-5000\" z=\"4500\" radius=\"500\"/> <ez team=\"1\" x=\"-1500\" z=\"6500\" radius=\"500\"/> </ezs></dokmap>"},
{"M06", "<?xml version=\"1.0\" encoding=\"UTF-8\"?><dokmap> <!-- More Maps by SSSS --> <map>M06</map> <mode>Team</mode> <!-- the following 4 don't do anything atm --> <name>Beladin Dune Sea Desert Raiders</name> <description>Desert Raiders</description> <authors>FrostyTeeth</authors> <players>6</players> <!-- Corners of playable map --> <!-- x=9500 z=9500 --> <!-- x=9500 z=-9500 --> <!-- x=-9500 z=-9500 --> <!-- x=-9500 z=9500 --> <spawns> <!-- team 1 --> <spawn team=\"0\" index=\"0\" x=\"4300\" z=\"4867\" angle=\"45\"/> <spawn team=\"0\" index=\"1\" x=\"-2250\" z=\"4467\" angle=\"315\"/> <spawn team=\"0\" index=\"2\" x=\"-6070\" z=\"7000\" angle=\"315\"/> <!-- team 2 --> <spawn team=\"1\" index=\"0\" x=\"-3000\" z=\"-5400\" angle=\"90\"/> <spawn team=\"1\" index=\"1\" x=\"4016\" z=\"-4067\" angle=\"225\"/> <spawn team=\"1\" index=\"2\" x=\"-5450\" z=\"-7800\" angle=\"225\"/> </spawns> <resources> <!-- type 0 = cus, type 1 = rus --> <!-- Group A --> <resource x=\"1600\" z=\"4700\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"2160\" z=\"6300\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"1000\" z=\"5200\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"1900\" z=\"5100\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group B --> <resource x=\"2200\" z=\"2000\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"2700\" z=\"2850\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"3300\" z=\"2680\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"3550\" z=\"1700\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"2730\" z=\"1930\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group C --> <resource x=\"7700\" z=\"4000\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"9100\" z=\"3100\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"9200\" z=\"4900\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"8150\" z=\"2610\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group D --> <resource x=\"4898\" z=\"3900\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"5550\" z=\"4080\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group E --> <resource x=\"7800\" z=\"6700\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"8550\" z=\"6330\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"9000\" z=\"8500\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"9350\" z=\"8900\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"9250\" z=\"9160\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group F --> <resource x=\"4750\" z=\"6969\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"4750\" z=\"6969\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"3980\" z=\"8467\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"5080\" z=\"8110\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"5880\" z=\"8467\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group G --> <resource x=\"2100\" z=\"9000\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"1300\" z=\"9000\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"680\" z=\"9000\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"120\" z=\"9000\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-740\" z=\"9000\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <!-- Group H --> <resource x=\"-1350\" z=\"5540\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-900\" z=\"6030\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-2540\" z=\"6600\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-2090\" z=\"6980\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group I --> <resource x=\"-7000\" z=\"8900\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-7850\" z=\"9300\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"-8643\" z=\"9350\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"-8850\" z=\"9030\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group J --> <resource x=\"-4444\" z=\"3567\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <!-- Group K --> <resource x=\"-6870\" z=\"4730\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-8200\" z=\"5070\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-8760\" z=\"2870\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-7420\" z=\"5780\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"-8078\" z=\"4000\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group L --> <resource x=\"-3999\" z=\"8850\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-4800\" z=\"7130\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-4070\" z=\"6300\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-3280\" z=\"8650\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"-4789\" z=\"5870\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group M --> <resource x=\"-780\" z=\"4200\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-2090\" z=\"3899\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-2222\" z=\"3160\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"-3333\" z=\"1999\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"-900\" z=\"1490\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group N --> <resource x=\"-4256\" z=\"-2100\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-3866\" z=\"-700\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group O --> <resource x=\"-5400\" z=\"-3940\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-6480\" z=\"-3530\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-6060\" z=\"-3360\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group P --> <resource x=\"-5978\" z=\"-6378\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-6789\" z=\"-5852\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-6780\" z=\"-6300\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group Q --> <resource x=\"-6100\" z=\"-8700\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-5900\" z=\"-9400\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"-8400\" z=\"-8870\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"-9401\" z=\"-8500\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"-9300\" z=\"-9300\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group R --> <resource x=\"-7640\" z=\"-2850\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-8910\" z=\"-5000\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-9015\" z=\"-2940\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group S --> <resource x=\"-3600\" z=\"-6710\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-2240\" z=\"-6750\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-3210\" z=\"-7600\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-2900\" z=\"-6300\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"-4300\" z=\"-9250\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group T --> <resource x=\"-2700\" z=\"-3890\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-1788\" z=\"-2990\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-494\" z=\"-3994\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group U --> <resource x=\"-300\" z=\"-7300\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-1620\" z=\"-8000\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-2100\" z=\"-9000\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-1300\" z=\"-9000\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-680\" z=\"-9000\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-120\" z=\"-9000\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"740\" z=\"-9000\" type=\"0\" amount=\"2000\" collectors=\"10\"/>> <!-- Group V --> <resource x=\"2980\" z=\"-6480\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"2270\" z=\"-7100\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"1780\" z=\"-5560\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"1990\" z=\"-7990\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"1460\" z=\"-7060\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group W --> <resource x=\"2940\" z=\"-3010\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"2750\" z=\"-3860\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"1494\" z=\"-3494\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group X --> <resource x=\"2500\" z=\"-497\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"3990\" z=\"-1400\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"4320\" z=\"-2350\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"2060\" z=\"-1400\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"5010\" z=\"-1700\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group Y --> <resource x=\"8200\" z=\"-2780\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"8260\" z=\"-1140\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"6500\" z=\"370\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"6750\" z=\"-2050\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"7210\" z=\"1350\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"8980\" z=\"-1500\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group Z --> <resource x=\"8830\" z=\"-6000\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"8450\" z=\"-5400\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group AA --> <resource x=\"6280\" z=\"-6190\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"4999\" z=\"-5870\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"4940\" z=\"-7480\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"5430\" z=\"-6300\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group AB --> <resource x=\"7700\" z=\"-7260\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"8470\" z=\"-9050\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"9050\" z=\"-9050\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"8010\" z=\"-9410\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <!-- Group AC --> <resource x=\"-6280\" z=\"1000\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-7200\" z=\"870\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-7698\" z=\"-780\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-8940\" z=\"-1\" type=\"0\" amount=\"2000\" collectors=\"10\"/> <resource x=\"-6690\" z=\"1795\" type=\"1\" amount=\"1600\" collectors=\"10\"/> <resource x=\"-6570\" z=\"-1400\" type=\"1\" amount=\"1600\" collectors=\"10\"/> </resources> <artifacts> <artifact x=\"4600\" z=\"1\"/> <artifact x=\"-4600\" z=\"1\"/> </artifacts> <ezs> <!-- extraction zones --> <!-- Kalash Teeth has extraction zones of radius 500 for reference --> <ez team=\"0\" x=\"10\" z=\"10\" radius=\"400\"/> <ez team=\"1\" x=\"-10\" z=\"-10\" radius=\"400\"/> </ezs> <units> <!-- team 1 player 1 --> <unit team=\"0\" index=\"0\" type=\"G_Harvester_MP\" x=\"4700\" z=\"5400\" angle=\"45\"/> <unit team=\"0\" index=\"0\" type=\"G_Harvester_MP\" x=\"4800\" z=\"5300\" angle=\"45\"/> <unit team=\"0\" index=\"0\" type=\"G_Harvester_MP\" x=\"4900\" z=\"5200\" angle=\"45\"/> <!-- team 1 player 2 --> <unit team=\"0\" index=\"1\" type=\"G_Harvester_MP\" x=\"-2600\" z=\"4900\" angle=\"315\"/> <unit team=\"0\" index=\"1\" type=\"G_Harvester_MP\" x=\"-2700\" z=\"4800\" angle=\"315\"/> <unit team=\"0\" index=\"1\" type=\"G_Harvester_MP\" x=\"-2800\" z=\"4700\" angle=\"315\"/> <!-- team 1 player 3 --> <unit team=\"0\" index=\"2\" type=\"G_Harvester_MP\" x=\"-6200\" z=\"7400\" angle=\"315\"/> <unit team=\"0\" index=\"2\" type=\"G_Harvester_MP\" x=\"-6300\" z=\"7300\" angle=\"315\"/> <unit team=\"0\" index=\"2\" type=\"G_Harvester_MP\" x=\"-6400\" z=\"7200\" angle=\"315\"/> <!-- team 2 player 1 --> <unit team=\"1\" index=\"0\" type=\"G_Harvester_MP\" x=\"-2400\" z=\"-5200\" angle=\"90\"/> <unit team=\"1\" index=\"0\" type=\"G_Harvester_MP\" x=\"-2400\" z=\"-5400\" angle=\"90\"/> <unit team=\"1\" index=\"0\" type=\"G_Harvester_MP\" x=\"-2400\" z=\"-5600\" angle=\"90\"/> <!-- team 2 player 2 --> <unit team=\"1\" index=\"1\" type=\"G_Harvester_MP\" x=\"3400\" z=\"-4400\" angle=\"225\"/> <unit team=\"1\" index=\"1\" type=\"G_Harvester_MP\" x=\"3500\" z=\"-4500\" angle=\"225\"/> <unit team=\"1\" index=\"1\" type=\"G_Harvester_MP\" x=\"3600\" z=\"-4600\" angle=\"225\"/> <!-- team 2 player 3 --> <unit team=\"1\" index=\"2\" type=\"G_Harvester_MP\" x=\"-5700\" z=\"-8300\" angle=\"225\"/> <unit team=\"1\" index=\"2\" type=\"G_Harvester_MP\" x=\"-5800\" z=\"-8200\" angle=\"225\"/> <unit team=\"1\" index=\"2\" type=\"G_Harvester_MP\" x=\"-5900\" z=\"-8100\" angle=\"225\"/> </units></dokmap>"},
{"M07", "<?xml version=\"1.0\" encoding=\"UTF-8\"?><dokmap> <!-- More Maps by SSSS --> <map>M07</map> <mode>Team</mode> <!-- the following 4 don't do anything atm --> <name>Gaalsien Base [4]</name> <description>2v2 Map</description> <authors>FrostyTeeth</authors> <players>4</players> <!-- Corners of playable map --> <!-- x=-650 z=495 --> <!-- x=-650 z=8440 --> <!-- x=7380 z=8440 --> <!-- x=7380 z=495 --> <bounds top=\"8400\" bottom=\"495\" left=\"-650\" right=\"7380\"/> <blockers carrier=\"false\"/> <spawns> <!-- team 1 --> <spawn team=\"0\" index=\"0\" x=\"1138\" z=\"4467\" angle=\"0\"/> <spawn team=\"0\" index=\"1\" x=\"-150\" z=\"4467\" angle=\"0\"/> <spawn team=\"0\" index=\"2\" x=\"1138\" z=\"4467\" angle=\"0\"/> <!-- team 2 --> <spawn team=\"1\" index=\"0\" x=\"5841\" z=\"4467\" angle=\"0\"/> <spawn team=\"1\" index=\"1\" x=\"6916\" z=\"4467\" angle=\"0\"/> <spawn team=\"1\" index=\"2\" x=\"5841\" z=\"4467\" angle=\"0\"/> </spawns> <resources> <!-- type 0 = cus, type 1 = rus --> <!-- team 1 --> <resource x=\"938\" z=\"4567\" type=\"0\" amount=\"15000\" collectors=\"2\"/> <resource x=\"938\" z=\"4467\" type=\"1\" amount=\"6000\" collectors=\"2\"/> <resource x=\"938\" z=\"4367\" type=\"0\" amount=\"15000\" collectors=\"2\"/> <resource x=\"-350\" z=\"4567\" type=\"0\" amount=\"15000\" collectors=\"2\"/> <resource x=\"-350\" z=\"4467\" type=\"1\" amount=\"6000\" collectors=\"2\"/> <resource x=\"-350\" z=\"4367\" type=\"0\" amount=\"15000\" collectors=\"2\"/> <!-- team 2 --> <resource x=\"7116\" z=\"4567\" type=\"0\" amount=\"15000\" collectors=\"2\"/> <resource x=\"7116\" z=\"4467\" type=\"1\" amount=\"6000\" collectors=\"2\"/> <resource x=\"7116\" z=\"4367\" type=\"0\" amount=\"15000\" collectors=\"2\"/> <resource x=\"6041\" z=\"4567\" type=\"0\" amount=\"15000\" collectors=\"2\"/> <resource x=\"6041\" z=\"4467\" type=\"1\" amount=\"6000\" collectors=\"2\"/> <resource x=\"6041\" z=\"4367\" type=\"0\" amount=\"15000\" collectors=\"2\"/> <!-- contested --> <resource x=\"3565\" z=\"980\" type=\"0\" amount=\"7000\" collectors=\"2\"/> <resource x=\"3565\" z=\"900\" type=\"1\" amount=\"2500\" collectors=\"2\"/> <resource x=\"3165\" z=\"900\" type=\"1\" amount=\"2500\" collectors=\"2\"/> <resource x=\"3165\" z=\"980\" type=\"0\" amount=\"7000\" collectors=\"2\"/> </resources> <artifacts> <artifact x=\"3365\" z=\"6111\"/> <artifact x=\"3365\" z=\"4700\"/> <!-- artifact x1579 z6000 --> <!-- artifact x5400\" z=600 --> </artifacts> <ezs> <!-- extraction zones --> <!-- Kalash Teeth has extraction zones of radius 500 for reference --> <ez team=\"0\" x=\"3105\" z=\"6711\" radius=\"400\"/> <ez team=\"1\" x=\"3625\" z=\"6711\" radius=\"400\"/> </ezs></dokmap>"},
{"M08", "<?xml version=\"1.0\" encoding=\"UTF-8\"?><dokmap> <map>M08</map> <mode>Team</mode> <!-- the following 4 don't do anything atm --> <name>Tombs of the Ancients [4]</name> <description>Test Map</description> <authors>SSSS</authors> <players>4</players> <bounds top=\"5000\" bottom=\"-3500\" left=\"-3500\" right=\"5000\"/> <spawns> <!-- team 1 --> <spawn team=\"0\" index=\"0\" x=\"-1730\" z=\"3130\" angle=\"90\"/> <spawn team=\"0\" index=\"1\" x=\"3550\" z=\"2400\" angle=\"270\"/> <spawn team=\"0\" index=\"2\" x=\"-1730\" z=\"3130\" angle=\"90\"/> <!-- team 2 --> <spawn team=\"1\" index=\"0\" x=\"-1750\" z=\"-2120\" angle=\"90\"/> <spawn team=\"1\" index=\"1\" x=\"2850\" z=\"-2560\" angle=\"270\"/> <spawn team=\"1\" index=\"2\" x=\"-1750\" z=\"-2120\" angle=\"90\"/> </spawns> <resources> <!-- type 0 = cus, type 1 = rus --> <!-- team 1 --> <resource x=\"-1630\" z=\"3430\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-1730\" z=\"3430\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-1830\" z=\"3430\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-2730\" z=\"2130\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-2730\" z=\"2030\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-730\" z=\"2130\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-730\" z=\"2030\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"3450\" z=\"2700\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"3550\" z=\"2700\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"3650\" z=\"2700\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"4550\" z=\"1700\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"4550\" z=\"1600\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"2550\" z=\"1700\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"2550\" z=\"1600\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <!-- team 2 --> <resource x=\"-1650\" z=\"-2420\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-1750\" z=\"-2420\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-1850\" z=\"-2420\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-750\" z=\"-1120\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-750\" z=\"-1020\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-2750\" z=\"-1120\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-2750\" z=\"-1020\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"2650\" z=\"-2860\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"2750\" z=\"-2860\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"2850\" z=\"-2860\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"3750\" z=\"-1560\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"3750\" z=\"-1460\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"1750\" z=\"-1560\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"1750\" z=\"-1460\" type=\"0\" amount=\"10500\" collectors=\"2\"/> </resources> <artifacts> <artifact x=\"-2940\" z=\"500\"/> <artifact x=\"4700\" z=\"-100\"/> </artifacts> <ezs> <!-- extraction zones --> <!-- Kalash Teeth has extraction zones of radius 500 for reference --> <ez team=\"0\" x=\"750\" z=\"300\" radius=\"600\"/> <ez team=\"1\" x=\"750\" z=\"300\" radius=\"600\"/> </ezs> <blockers> <!-- bottom right --> <blocker mask=\"Ground\" blocklof=\"true\" verts=\"5000,-1000;5000,-3500;3700,-3500\"/> <!-- bottom passage --> <blocker mask=\"Ground\" blocklof=\"true\" verts=\"0,-2500;0,-3500;-2000,-3000;-2000,-3500\"/> <!-- top passage --> <blocker mask=\"Ground\" blocklof=\"true\" verts=\"770,1750;-570,2900;770,2900\"/> <!-- tornadoes top --> <blocker mask=\"Ground\" blocklof=\"true\" verts=\"1000,3100;500,3100;500,1000;1000,1000\"/> <!-- tornadoes bottom --> <blocker mask=\"Ground\" blocklof=\"true\" verts=\"800,-2800;100,-2800;400,-400;1100,-200\"/> </blockers> <units> <!-- top --> <unit team=\"0\" index=\"0\" type=\"N_Tornado\" x=\"950\" z=\"2300\" angle=\"0\"/> <unit team=\"0\" index=\"0\" type=\"N_Tornado\" x=\"900\" z=\"1800\" angle=\"0\"/> <unit team=\"0\" index=\"0\" type=\"N_Tornado\" x=\"850\" z=\"1300\" angle=\"0\"/> <!-- bottom --> <unit team=\"1\" index=\"0\" type=\"N_Tornado\" x=\"650\" z=\"-700\" angle=\"0\"/> <unit team=\"1\" index=\"0\" type=\"N_Tornado\" x=\"600\" z=\"-1200\" angle=\"0\"/> <unit team=\"1\" index=\"0\" type=\"N_Tornado\" x=\"550\" z=\"-1700\" angle=\"0\"/> </units></dokmap>"},
{"M09", "<?xml version=\"1.0\" encoding=\"UTF-8\"?><dokmap> <map>M09</map> <mode>Team</mode> <!-- the following 4 don't do anything atm --> <name>Whispering Gallery [6]</name> <description>Grand Canyon Map</description> <authors>Begil, FrostyTeeth</authors> <players>6</players> <spawns> <!-- team 1 EAST--> <spawn team=\"0\" index=\"0\" x=\"8000\" z=\"2000\" angle=\"0\"/> <spawn team=\"0\" index=\"1\" x=\"8200\" z=\"-2700\" angle=\"0\"/> <spawn team=\"0\" index=\"2\" x=\"6000\" z=\"-5000\" angle=\"0\"/> <!-- team 2 WEST--> <spawn team=\"1\" index=\"0\" x=\"-5300\" z=\"3800\" angle=\"0\"/> <spawn team=\"1\" index=\"1\" x=\"-7000\" z=\"1000\" angle=\"0\"/> <spawn team=\"1\" index=\"2\" x=\"-5000\" z=\"-2500\" angle=\"0\"/> </spawns> <resources> <!-- type 0 = cus, type 1 = rus --> <!-- Team 1 --> <!-- Player 1 --> <resource x=\"8200\" z=\"1900\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"8200\" z=\"2000\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"8200\" z=\"2100\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"7525\" z=\"3500\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"7500\" z=\"3400\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"4525\" z=\"1500\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"4500\" z=\"1600\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <!-- Player 2 --> <resource x=\"6200\" z=\"-4900\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"6200\" z=\"-5000\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"6200\" z=\"-5100\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"3425\" z=\"-3200\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"3400\" z=\"-3200\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"5000\" z=\"-6500\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"5025\" z=\"-6600\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <!-- Player 3 --> <resource x=\"8400\" z=\"-2600\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"8400\" z=\"-2700\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"8400\" z=\"-2800\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"8010\" z=\"-4000\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"8000\" z=\"-4100\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"6400\" z=\"-2050\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"6500\" z=\"-2065\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <!-- Team 2 --> <!-- Player 4 --> <resource x=\"-5500\" z=\"3700\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-5500\" z=\"3800\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-5500\" z=\"3900\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-3200\" z=\"1400\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-3225\" z=\"1500\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-5475\" z=\"5500\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-5525\" z=\"5500\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <!-- Player 5 --> <resource x=\"-7200\" z=\"900\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-7200\" z=\"1000\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-7200\" z=\"1100\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-8500\" z=\"2600\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-8525\" z=\"2700\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-5000\" z=\"0\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-5100\" z=\"25\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <!-- Player 6 --> <resource x=\"-5200\" z=\"-2400\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-5200\" z=\"-2500\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-5200\" z=\"-2600\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-2000\" z=\"-2100\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-2000\" z=\"-2200\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-6525\" z=\"-3000\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-6500\" z=\"-3100\" type=\"1\" amount=\"4000\" collectors=\"2\"/> </resources> <artifacts> <artifact x=\"0000\" z=\"-350\"/> <artifact x=\"1000\" z=\"-750\"/> <artifact x=\"2000\" z=\"-1250\"/> </artifacts> <ezs> <!-- extraction zones --> <!-- Kalash Teeth has extraction zones of radius 500 for reference --> <ez team=\"0\" x=\"-1750\" z=\"-5200\" radius=\"750\"/> <ez team=\"1\" x=\"1500\" z=\"5000\" radius=\"750\"/> </ezs></dokmap>"},
{"M10", "<?xml version=\"1.0\" encoding=\"UTF-8\"?><dokmap> <map>M10</map> <mode>Team</mode> <!-- the following 4 don't do anything atm --> <name>Khashar Approach [6]</name> <players>6</players> <description>3v3 with unique rolls for each position</description> <authors>SSSS</authors> <spawns> <!-- team 1 --> <spawn team=\"0\" index=\"0\" x=\"-3030\" z=\"2620\" angle=\"90\"/> <spawn team=\"0\" index=\"1\" x=\"-4690\" z=\"945\" angle=\"90\"/> <spawn team=\"0\" index=\"2\" x=\"-6835\" z=\"-2850\" angle=\"90\"/> <!-- team 2 --> <spawn team=\"1\" index=\"0\" x=\"4280\" z=\"-2820\" angle=\"0\"/> <spawn team=\"1\" index=\"1\" x=\"2655\" z=\"-4245\" angle=\"0\"/> <spawn team=\"1\" index=\"2\" x=\"575\" z=\"-6735\" angle=\"0\"/> </spawns> <resources> <!-- type 0 = cus, type 1 = rus --> <!-- team 1 --> <resource x=\"-3130\" z=\"2920\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-3030\" z=\"2920\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-2930\" z=\"2920\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-4790\" z=\"1245\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-4690\" z=\"1245\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-4590\" z=\"1245\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-6935\" z=\"-2550\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-6835\" z=\"-2550\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-6735\" z=\"-2550\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-1525\" z=\"1640\" type=\"0\" amount=\"21000\" collectors=\"4\"/> <resource x=\"-1625\" z=\"1640\" type=\"1\" amount=\"8000\" collectors=\"4\"/> <resource x=\"-2900\" z=\"80\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-3000\" z=\"80\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-6225\" z=\"-310\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-6325\" z=\"-310\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-7880\" z=\"-4230\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-7980\" z=\"-4230\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-5340\" z=\"-3820\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-5440\" z=\"-3820\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <!-- team 2 --> <resource x=\"4578\" z=\"-2719\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"4578\" z=\"-2819\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"4578\" z=\"-2919\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"2955\" z=\"-4145\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"2955\" z=\"-4245\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"2955\" z=\"-4345\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"873\" z=\"-6637\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"873\" z=\"-6737\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"873\" z=\"-6837\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"2770\" z=\"-1550\" type=\"0\" amount=\"21000\" collectors=\"4\"/> <resource x=\"2770\" z=\"-1650\" type=\"1\" amount=\"8000\" collectors=\"4\"/> <resource x=\"1475\" z=\"-3050\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"1475\" z=\"-3150\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"1800\" z=\"-5490\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"1800\" z=\"-5590\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-1180\" z=\"-5750\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-1180\" z=\"-5850\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-570\" z=\"-8430\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-570\" z=\"-8530\" type=\"1\" amount=\"4000\" collectors=\"2\"/> </resources> <artifacts> <artifact x=\"639\" z=\"32\"/> <artifact x=\"-770\" z=\"-1475\"/> <artifact x=\"-2196\" z=\"-3114\"/> </artifacts> <ezs> <!-- extraction zones --> <!-- Kalash Teeth has extraction zones of radius 500 for reference --> <ez team=\"0\" x=\"-4525\" z=\"-7475\" radius=\"1000\"/> <ez team=\"1\" x=\"-4525\" z=\"-7475\" radius=\"1000\"/> </ezs> </dokmap>"},
{"M11", "<?xml version=\"1.0\" encoding=\"UTF-8\"?><dokmap> <map>M11</map> <mode>Team</mode> <!-- the following 4 don't do anything atm --> <name>Khashar Plateau [6]</name> <players>6</players> <description>3v3 along a flat strip of land</description> <authors>SSSS</authors> <bounds top=\"7500\" left=\"-7000\" bottom=\"-5500\" right=\"6000\"/> <spawns> <!-- team 1 --> <spawn team=\"0\" index=\"0\" x=\"-4380\" z=\"3920\" angle=\"90\"/> <spawn team=\"0\" index=\"1\" x=\"-3000\" z=\"2900\" angle=\"90\"/> <spawn team=\"0\" index=\"2\" x=\"-5760\" z=\"4940\" angle=\"90\"/> <!-- team 2 --> <spawn team=\"1\" index=\"0\" x=\"2900\" z=\"-1500\" angle=\"0\"/> <spawn team=\"1\" index=\"1\" x=\"1520\" z=\"-380\" angle=\"0\"/> <spawn team=\"1\" index=\"2\" x=\"4280\" z=\"-2620\" angle=\"0\"/> </spawns> <resources> <!-- type 0 = cus, type 1 = rus --> <!-- team 1 --> <resource x=\"-2900\" z=\"3200\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-3000\" z=\"3200\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-3100\" z=\"3200\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-3050\" z=\"1880\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-2950\" z=\"1880\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-4280\" z=\"4220\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-4380\" z=\"4220\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-4480\" z=\"4220\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-4430\" z=\"2900\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-4330\" z=\"2900\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-5660\" z=\"5240\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-5760\" z=\"5240\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-5860\" z=\"5240\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-5810\" z=\"3920\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-5710\" z=\"3920\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <!-- team 2 --> <resource x=\"4580\" z=\"-2520\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"4580\" z=\"-2620\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"4580\" z=\"-2720\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"3200\" z=\"-2670\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"3200\" z=\"-2570\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"3200\" z=\"-1400\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"3200\" z=\"-1500\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"3200\" z=\"-1600\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"1820\" z=\"-1550\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"1820\" z=\"-1450\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"1820\" z=\"-280\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"1820\" z=\"-380\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"1820\" z=\"-480\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"440\" z=\"-430\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"440\" z=\"-330\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <!-- mid --> <resource x=\"-945\" z=\"1175\" type=\"1\" amount=\"8000\" collectors=\"4\"/> <resource x=\"-1015\" z=\"1105\" type=\"0\" amount=\"21000\" collectors=\"4\"/> </resources> <artifacts> <artifact x=\"-560\" z=\"1560\"/> <artifact x=\"-1400\" z=\"720\"/> </artifacts> <ezs> <!-- extraction zones --> <!-- Kalash Teeth has extraction zones of radius 500 for reference --> <ez team=\"0\" x=\"-10\" z=\"510\" radius=\"500\"/> <ez team=\"1\" x=\"-1810\" z=\"1910\" radius=\"500\"/> </ezs> <blockers> <!-- bottom zone --> <blocker mask=\"Ground\" blocklof=\"false\" verts=\"-7000,-5500;-7000,4450;6000,-5000;6000,-5500\"/> <!-- top zone --> <blocker mask=\"Ground\" blocklof=\"false\" verts=\"-7000,7500;6000,7500;6000,-2770;-7000,6700\"/> <!-- tri --> <blocker mask=\"Ground\" blocklof=\"false\" verts=\"6000,-5000;3800,-3400;6000,-2770\"/> </blockers></dokmap>"},
{"M12", "<?xml version=\"1.0\" encoding=\"UTF-8\"?><dokmap> <map>M12</map> <mode>Team</mode> <!-- the following 4 don't do anything atm --> <name>Taiidan Crater [6]</name> <players>6</players> <description>Gigantic 3v3 map</description> <authors>SSSS</authors> <bounds left=\"-9000\" top=\"10000\" bottom=\"-8000\" right=\"9000\"/> <spawns> <!-- team 1 --> <spawn team=\"0\" index=\"0\" x=\"-6370\" z=\"3400\" angle=\"180\"/> <spawn team=\"0\" index=\"1\" x=\"-7370\" z=\"3400\" angle=\"180\"/> <spawn team=\"0\" index=\"2\" x=\"-8370\" z=\"3400\" angle=\"180\"/> <!-- team 2 --> <spawn team=\"1\" index=\"0\" x=\"5070\" z=\"-2760\" angle=\"-90\"/> <spawn team=\"1\" index=\"1\" x=\"5070\" z=\"-3760\" angle=\"-90\"/> <spawn team=\"1\" index=\"2\" x=\"5070\" z=\"-4760\" angle=\"-90\"/> </spawns> <resources> <!-- type 0 = cus, type 1 = rus, type 2 = wreck (wreck needs testing) --> <!-- team 1 --> <resource x=\"-6670\" z=\"3300\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-6670\" z=\"3400\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-6670\" z=\"3500\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-7670\" z=\"3300\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-7670\" z=\"3400\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-7670\" z=\"3500\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-8670\" z=\"3300\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-8670\" z=\"3400\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-8670\" z=\"3500\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-6670\" z=\"4350\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-6670\" z=\"4450\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-6670\" z=\"5350\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-6670\" z=\"5450\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-7670\" z=\"4350\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-7670\" z=\"4450\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-7670\" z=\"2350\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-7670\" z=\"2450\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-8670\" z=\"4350\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-8670\" z=\"4450\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-8670\" z=\"2350\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-8670\" z=\"2450\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <!-- team 2 --> <resource x=\"4970\" z=\"-3060\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"5070\" z=\"-3060\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"5170\" z=\"-3060\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"4970\" z=\"-4060\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"5070\" z=\"-4060\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"5170\" z=\"-4060\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"4970\" z=\"-5060\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"5070\" z=\"-5060\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"5170\" z=\"-5060\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"4020\" z=\"-4060\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"4120\" z=\"-4060\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"4020\" z=\"-5060\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"4120\" z=\"-5060\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"6020\" z=\"-3060\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"6120\" z=\"-3060\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"6020\" z=\"-4060\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"6120\" z=\"-4060\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"6020\" z=\"-5060\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"6120\" z=\"-5060\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"7020\" z=\"-3060\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"7120\" z=\"-3060\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <!-- top --> <resource x=\"3600\" z=\"8000\" type=\"0\" amount=\"21000\" collectors=\"4\"/> <resource x=\"3650\" z=\"8100\" type=\"1\" amount=\"8000\" collectors=\"4\"/> <!-- mid --> <resource x=\"-2425\" z=\"-3035\" type=\"0\" amount=\"42000\" collectors=\"6\"/> <resource x=\"-2475\" z=\"-3125\" type=\"1\" amount=\"16000\" collectors=\"6\"/> </resources> <artifacts> <artifact x=\"-1500\" z=\"-3150\"/> <artifact x=\"-2970\" z=\"-3900\"/> <artifact x=\"-2900\" z=\"-2200\"/> <artifact x=\"-880\" z=\"-400\"/> </artifacts> <ezs> <!-- extraction zones --> <!-- Kalash Teeth has extraction zones of radius 500 for reference --> <ez team=\"0\" x=\"920\" z=\"5400\" radius=\"1000\"/> <ez team=\"1\" x=\"2630\" z=\"4360\" radius=\"1000\"/> </ezs></dokmap>"},
{"M13", "<?xml version=\"1.0\" encoding=\"UTF-8\"?><dokmap> <map>M13</map> <mode>Team</mode> <!-- the following 4 don't do anything atm --> <name>Primary Anomaly [6]</name> <players>6</players> <description>Sarum dust clouds style 3v3 map</description> <authors>SSSS</authors> <bounds top=\"8000\" left=\"-7750\" bottom=\"-8000\" right=\"8250\"/> <spawns> <!-- team 1 --> <spawn team=\"0\" index=\"2\" x=\"7250\" z=\"0\" angle=\"-90\"/> <spawn team=\"0\" index=\"1\" x=\"4750\" z=\"2500\" angle=\"-90\"/> <spawn team=\"0\" index=\"0\" x=\"4750\" z=\"-2500\" angle=\"-90\"/> <!-- team 2 --> <spawn team=\"1\" index=\"2\" x=\"-6750\" z=\"0\" angle=\"90\"/> <spawn team=\"1\" index=\"0\" x=\"-4250\" z=\"2500\" angle=\"90\"/> <spawn team=\"1\" index=\"1\" x=\"-4250\" z=\"-2500\" angle=\"90\"/> </spawns> <resources> <!-- type 0 = cus, type 1 = rus --> <!-- team 1 --> <resource x=\"7150\" z=\"-300\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"7250\" z=\"-300\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"7350\" z=\"-300\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"4650\" z=\"2200\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"4750\" z=\"2200\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"4850\" z=\"2200\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"4650\" z=\"-2800\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"4750\" z=\"-2800\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"4850\" z=\"-2800\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"7200\" z=\"2500\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"7300\" z=\"2500\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"7200\" z=\"-2500\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"7300\" z=\"-2500\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"4700\" z=\"250\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"4800\" z=\"250\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"4700\" z=\"-250\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"4800\" z=\"-250\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"3465\" z=\"3465\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"3395\" z=\"3395\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"3465\" z=\"-3465\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"3395\" z=\"-3395\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <!-- team 2 --> <resource x=\"-6850\" z=\"-300\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-6750\" z=\"-300\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-6650\" z=\"-300\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-4150\" z=\"2200\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-4250\" z=\"2200\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-4350\" z=\"2200\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-4150\" z=\"-2800\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-4250\" z=\"-2800\" type=\"1\" amount=\"3000\" collectors=\"2\"/> <resource x=\"-4350\" z=\"-2800\" type=\"0\" amount=\"7500\" collectors=\"2\"/> <resource x=\"-6950\" z=\"2500\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-7050\" z=\"2500\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-6950\" z=\"-2500\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-7050\" z=\"-2500\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-4200\" z=\"250\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-4300\" z=\"250\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-4200\" z=\"-250\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-4300\" z=\"-250\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-2965\" z=\"3465\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-2895\" z=\"3395\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"-2965\" z=\"-3465\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"-2895\" z=\"-3395\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <!-- mid --> <resource x=\"250\" z=\"3850\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"250\" z=\"3950\" type=\"1\" amount=\"4000\" collectors=\"2\"/> <resource x=\"250\" z=\"-3850\" type=\"0\" amount=\"10500\" collectors=\"2\"/> <resource x=\"250\" z=\"-3950\" type=\"1\" amount=\"4000\" collectors=\"2\"/> </resources> <artifacts> <artifact x=\"250\" z=\"-20\"/> <artifact x=\"250\" z=\"2500\"/> <artifact x=\"250\" z=\"-2500\"/> </artifacts> <ezs> <!-- extraction zones --> <!-- Kalash Teeth has extraction zones of radius 500 for reference --> <ez team=\"0\" x=\"-500\" z=\"6000\" radius=\"750\"/> <ez team=\"1\" x=\"1000\" z=\"-6000\" radius=\"750\"/> </ezs> <blockers existing=\"false\"> <!-- top wreck --> <blocker mask=\"Ground\" blocklof=\"true\" verts=\"-300,140;-300,2150;810,2140;810,140\"/> <!-- bottom wreck --> <blocker mask=\"Ground\" blocklof=\"true\" verts=\"-300,-140;-300,-1630;810,-810;810,-140\"/> <!-- block carrier --> <blocker mask=\"Carrier\" blocklof=\"true\" verts=\"-300,-140;-300,-140;810,140;810,-140\"/> </blockers></dokmap>"},
};
public static string GetDefaultLayout(string name) {
return layouts[name];
}
}