Advertisement
FrostyTeeth

Gaalsien Territories [2] for 4 player

Dec 27th, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.61 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <dokmap>
  3.     <!-- the following 5 dont do anything atm -->
  4.     <!-- More Maps by SSSS -->
  5.     <name>Gaalsien Territories [2]</name>
  6.     <map>M31</map>
  7.     <description>2v2 Map</description>
  8.     <authors>FrostyTeeth</authors>
  9.     <players>4</players>
  10.     <!-- Corners of playable map -->       
  11.         <!-- x=-650 z=495 -->
  12.         <!-- x=-650 z=8440 -->
  13.         <!-- x=7380 z=8440 -->
  14.         <!-- x=7380 z=495 -->
  15.    
  16.    
  17.     <spawns>
  18.         <!-- team 1 -->
  19.         <spawn team="0" index="0" x="1138" z="4467" angle="0"/>
  20.         <spawn team="0" index="1" x="-150" z="4467" angle="0"/>
  21.         <spawn team="0" index="2" x="-1000" z="4000" angle="0"/>
  22.         <!-- team 2 -->
  23.         <spawn team="1" index="0" x="5841" z="4467" angle="0"/>
  24.         <spawn team="1" index="1" x="6916" z="4467" angle="0"/>
  25.         <spawn team="1" index="2" x="-5950" z="7200" angle="0"/>
  26.     </spawns>
  27.  
  28.  
  29.     <resources>
  30.         <!-- type 0 = cus, type 1 = rus -->
  31.         <!-- team 1 -->
  32.         <resource x="938" z="4567" type="0" amount="15000" collectors="2"/>
  33.         <resource x="938" z="4467" type="1" amount="6000" collectors="2"/>
  34.         <resource x="938" z="4367" type="0" amount="15000" collectors="2"/>
  35.  
  36.         <resource x="-350" z="4567" type="0" amount="15000" collectors="2"/>
  37.         <resource x="-350" z="4467" type="1" amount="6000" collectors="2"/>
  38.         <resource x="-350" z="4367" type="0" amount="15000" collectors="2"/>
  39.  
  40.  
  41.         <!-- team 2 -->
  42.         <resource x="7116" z="4567" type="0" amount="15000" collectors="2"/>
  43.         <resource x="7116" z="4467" type="1" amount="6000" collectors="2"/>
  44.         <resource x="7116" z="4367" type="0" amount="15000" collectors="2"/>
  45.  
  46.  
  47.         <resource x="6041" z="4567" type="0" amount="15000" collectors="2"/>
  48.         <resource x="6041" z="4467" type="1" amount="6000" collectors="2"/>
  49.         <resource x="6041" z="4367" type="0" amount="15000" collectors="2"/>
  50.  
  51.  
  52.         <!-- contested -->
  53.         <resource x="3565" z="980" type="0" amount="7000" collectors="2"/>
  54.         <resource x="3565" z="900" type="1" amount="2500" collectors="2"/>
  55.         <resource x="3165" z="900" type="1" amount="2500" collectors="2"/>
  56.         <resource x="3165" z="980" type="0" amount="7000" collectors="2"/>
  57.  
  58.  
  59.     </resources>
  60.  
  61.  
  62.     <artifacts>
  63.         <artifact x="3365" z="6111"/>
  64.         <artifact x="3365" z="4700"/>
  65.     </artifacts>
  66.    
  67.     <ezs>
  68.         <!-- extraction zones -->
  69.         <!-- only tested 1 per team but the code suggests you can only have 1 at a time -->
  70.         <!-- Kalash Teeth has extraction zones of radius 500 for reference -->
  71.     <ez team="0" x="3625" z="6711" radius="400"/>
  72.     <ez team="1" x="3105" z="6711" radius="400"/>
  73.        
  74.     </ezs>
  75.    
  76. </dokmap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement