FrostyTeeth

Whispering Gallery 2v2

Dec 27th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.19 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <dokmap>
  3.     <!-- the following 5 dont do anything atm -->
  4.     <name>Whispering Gallery</name>
  5.     <map>M09</map>
  6.     <description>2v2League layout. carriers and artifacts have different shortest paths</description>
  7.     <authors>FrostyTeeth</authors>
  8.     <players>4</players>
  9.    
  10.     <spawns>
  11.         <!-- team 1 -->
  12.         <spawn team="0" index="0" x="-700" z="-1100" angle="90"/>
  13.         <spawn team="0" index="1" x="-2000" z="-5450" angle="0"/>
  14.  
  15.         <!-- team 2 -->
  16.         <spawn team="1" index="0"  x="-5600" z="3600" angle="130"/>
  17.         <spawn team="1" index="1" x="-3200" z="8050" angle="0"/>
  18.  
  19.     </spawns>
  20.    
  21.     <resources>
  22.         <!-- type 0 = cus, type 1 = rus, type 2 = wreck (wreck needs testing) -->
  23.         <!-- team 1 -->
  24.         <resource x="-780" z="-1300" type="0" amount="7500" collectors="2"/>
  25.         <resource x="-730" z="-1300" type="1" amount="3000" collectors="2"/>
  26.         <resource x="-680" z="-1300" type="0" amount="7500" collectors="2"/>
  27.  
  28.         <resource x="4250" z="-5000" type="0" amount="10500" collectors="2"/>
  29.         <resource x="4250" z="-5050" type="1" amount="4000" collectors="2"/>
  30.  
  31.         <resource x="4500" z="-1800" type="0" amount="10500" collectors="2"/>
  32.         <resource x="4550" z="-1800" type="1" amount="4000" collectors="2"/>
  33.  
  34.         <resource x="-2200" z="-5500" type="0" amount="7500" collectors="2"/>
  35.         <resource x="-2200" z="-5450" type="1" amount="3000" collectors="2"/>
  36.         <resource x="-2200" z="-5400" type="0" amount="7500" collectors="2"/>
  37.  
  38.         <resource x="-7000" z="-1350" type="0" amount="10500" collectors="2"/>
  39.         <resource x="-7050" z="-1350" type="1" amount="4000" collectors="2"/>
  40.  
  41.         <resource x="-8500" z="500" type="0" amount="10500" collectors="2"/>
  42.         <resource x="-8560" z="540" type="1" amount="4000" collectors="2"/>
  43.  
  44.         <!-- team 2 -->
  45.         <resource x="-5500" z="3900" type="0" amount="7500" collectors="2"/>
  46.         <resource x="-5540" z="3914" type="1" amount="3000" collectors="2"/>
  47.         <resource x="-5580" z="3928" type="0" amount="7500" collectors="2"/>
  48.  
  49.         <resource x="500" z="800" type="0" amount="10500" collectors="2"/>
  50.         <resource x="500" z="850" type="1" amount="4000" collectors="2"/>
  51.  
  52.         <resource x="10" z="6600" type="0" amount="10500" collectors="2"/>
  53.         <resource x="30" z="6612" type="1" amount="4000" collectors="2"/>
  54.  
  55.         <resource x="-3000" z="8000" type="0" amount="7500" collectors="2"/>
  56.         <resource x="-3000" z="8050" type="1" amount="3000" collectors="2"/>
  57.         <resource x="-3000" z="8100" type="0" amount="7500" collectors="2"/>
  58.  
  59.         <resource x="-9050" z="5900" type="0" amount="10500" collectors="2"/>
  60.         <resource x="-9000" z="5900" type="1" amount="4000" collectors="2"/>
  61.  
  62.         <resource x="-7300" z="4050" type="0" amount="10500" collectors="2"/>
  63.         <resource x="-7300" z="4000" type="1" amount="4000" collectors="2"/>
  64.  
  65.     </resources>
  66.    
  67.     <artifacts>
  68.         <artifact x="-1100" z="1600"/>
  69.         <artifact x="2210" z="-3000"/>
  70.         <!--artifact x="550" z="-300" -->
  71.     </artifacts>
  72.    
  73.     <ezs>
  74.         <!-- extraction zones -->
  75.         <!-- only tested 1 per team but the code suggests you can only have 1 at a time -->
  76.         <!-- Kalash Teeth has extraction zones of radius 500 for reference -->
  77.         <ez team="1" x="-1100" z="1600" radius="555"/>
  78.         <ez team="0" x="2210" z="-3000" radius="555"/>
  79.     </ezs>
  80.    
  81.  
  82. </dokmap>
Add Comment
Please, Sign In to add comment