Advertisement
FrostyTeeth

Whispering Gallery 3v3

Jan 13th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.51 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 [6]</name>
  5.   <map>M09</map>
  6.   <description>Grand Canyon Map Final</description>
  7.   <authors>Begil</authors>
  8.   <players>6</players>
  9.  
  10.   <spawns>
  11.     <!-- team 1 EAST-->
  12.     <spawn team="0" index="0" x="8000" z="2000" angle="0"/>
  13.     <spawn team="0" index="1" x="8200" z="-2700" angle="0"/>
  14.     <spawn team="0" index="2" x="6000" z="-5000" angle="0"/>
  15.     <!-- team 2 WEST-->
  16.     <spawn team="1" index="0" x="-5300" z="3800" angle="0"/>
  17.     <spawn team="1" index="1" x="-7000" z="1000" angle="0"/>
  18.     <spawn team="1" index="2" x="-5000" z="-2500" angle="0"/>
  19.   </spawns>
  20.  
  21.   <resources>
  22.     <!-- type 0 = cus, type 1 = rus, type 2 = wreck (wreck needs testing) -->
  23.  
  24.     <!-- Team 1 -->
  25.     <!-- Player 1 -->
  26.     <resource x="8200" z="1900" type="0" amount="7500" collectors="2"/>
  27.     <resource x="8200" z="2000" type="1" amount="3000" collectors="2"/>
  28.     <resource x="8200" z="2100" type="0" amount="7500" collectors="2"/>
  29.  
  30.     <resource x="7525" z="3500" type="0" amount="10500" collectors="2"/>
  31.     <resource x="7500" z="3400" type="1" amount="4000" collectors="2"/>
  32.  
  33.     <resource x="4525" z="1500" type="0" amount="10500" collectors="2"/>
  34.     <resource x="4500" z="1600" type="1" amount="4000" collectors="2"/>
  35.  
  36.     <!-- Player 2 -->
  37.     <resource x="6200" z="-4900" type="0" amount="7500" collectors="2"/>
  38.     <resource x="6200" z="-5000" type="1" amount="3000" collectors="2"/>
  39.     <resource x="6200" z="-5100" type="0" amount="7500" collectors="2"/>
  40.  
  41.     <resource x="3425" z="-3200" type="0" amount="10500" collectors="2"/>
  42.     <resource x="3400" z="-3200" type="1" amount="4000" collectors="2"/>
  43.  
  44.     <resource x="5000" z="-6500" type="0" amount="10500" collectors="2"/>
  45.     <resource x="5025" z="-6600" type="1" amount="4000" collectors="2"/>
  46.  
  47.     <!-- Player 3 -->
  48.     <resource x="8400" z="-2600" type="0" amount="7500" collectors="2"/>
  49.     <resource x="8400" z="-2700" type="1" amount="3000" collectors="2"/>
  50.     <resource x="8400" z="-2800" type="0" amount="7500" collectors="2"/>
  51.  
  52.     <resource x="8010" z="-4000" type="0" amount="10500" collectors="2"/>
  53.     <resource x="8000" z="-4100" type="1" amount="4000" collectors="2"/>
  54.  
  55.     <resource x="6400" z="-2050" type="0" amount="10500" collectors="2"/>
  56.     <resource x="6500" z="-2065" type="1" amount="4000" collectors="2"/>
  57.  
  58.     <!-- Team 2 -->
  59.     <!-- Player 4 -->
  60.     <resource x="-5500" z="3700" type="0" amount="7500" collectors="2"/>
  61.     <resource x="-5500" z="3800" type="1" amount="3000" collectors="2"/>
  62.     <resource x="-5500" z="3900" type="0" amount="7500" collectors="2"/>
  63.  
  64.     <resource x="-3200" z="1400" type="0" amount="10500" collectors="2"/>
  65.     <resource x="-3225" z="1500" type="1" amount="4000" collectors="2"/>
  66.  
  67.     <resource x="-5475" z="5500" type="0" amount="10500" collectors="2"/>
  68.     <resource x="-5525" z="5500" type="1" amount="4000" collectors="2"/>
  69.  
  70.     <!-- Player 5 -->
  71.     <resource x="-7200" z="900" type="0" amount="7500" collectors="2"/>
  72.     <resource x="-7200" z="1000" type="1" amount="3000" collectors="2"/>
  73.     <resource x="-7200" z="1100" type="0" amount="7500" collectors="2"/>
  74.  
  75.     <resource x="-8500" z="2600" type="0" amount="10500" collectors="2"/>
  76.     <resource x="-8525" z="2700" type="1" amount="4000" collectors="2"/>
  77.  
  78.     <resource x="-5000" z="0" type="0" amount="10500" collectors="2"/>
  79.     <resource x="-5100" z="25" type="1" amount="4000" collectors="2"/>
  80.  
  81.     <!-- Player 6 -->
  82.     <resource x="-5200" z="-2400" type="0" amount="7500" collectors="2"/>
  83.     <resource x="-5200" z="-2500" type="1" amount="3000" collectors="2"/>
  84.     <resource x="-5200" z="-2600" type="0" amount="7500" collectors="2"/>
  85.  
  86.     <resource x="-2000" z="-2100" type="0" amount="10500" collectors="2"/>
  87.     <resource x="-2000" z="-2200" type="1" amount="4000" collectors="2"/>
  88.  
  89.     <resource x="-6525" z="-3000" type="0" amount="10500" collectors="2"/>
  90.     <resource x="-6500" z="-3100" type="1" amount="4000" collectors="2"/>
  91.  
  92.   </resources>
  93.  
  94.   <artifacts>
  95.     <artifact x="0000" z="-350"/>
  96.     <artifact x="1000" z="-750"/>
  97.     <artifact x="2000" z="-1250"/>
  98.   </artifacts>
  99.  
  100.   <ezs>
  101.     <!-- extraction zones -->
  102.     <!-- only tested 1 per team but the code suggests you can only have 1 at a time -->
  103.     <!-- Kalash Teeth has extraction zones of radius 500 for reference -->
  104.     <ez team="0" x="1500" z="5000" radius="750"/>
  105.     <ez team="1" x="-1750" z="-5200" radius="750"/>
  106.   </ezs>
  107.  
  108. </dokmap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement