Advertisement
FrostyTeeth

testssss

Jun 23rd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.90 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <dokmap version="1.1">
  3.     <meta name="Khashar Plateau [2,6]"
  4.           authors="SSSS"
  5.           description="Tug of war along the flat strip of the plateau"/>
  6.          
  7.  
  8.     <layout map="M11" mode="Team" players="2,3,4,5, 6">
  9.         <bounds top="7500" left="-7000" bottom="-5500" right="6000"/>
  10.        
  11.         <spawns>
  12.             <!-- team 1 -->
  13.             <spawn team="0" index="0" x="-4380" y="3920" angle="90" camera="165"/>
  14.             <spawn team="0" index="1" x="-3000" y="2900" angle="90" camera="165"/>
  15.             <spawn team="0" index="2" x="-5760" y="4940" angle="90" camera="165"/>
  16.            
  17.             <!-- team 2 -->
  18.             <spawn team="1" index="0" x="2900" y="-1500" angle="0" camera="-75"/>
  19.             <spawn team="1" index="1" x="1520" y="-380" angle="0" camera="-75"/>
  20.             <spawn team="1" index="2" x="4280" y="-2620" angle="0" camera="-75"/>
  21.         </spawns>
  22.        
  23.         <resources>
  24.             <!-- team 1 -->
  25.             <resource x="-2900" y="3200" type="cu" amount="7500"/>
  26.             <resource x="-3000" y="3200" type="ru" amount="3000"/>
  27.             <resource x="-3100" y="3200" type="cu" amount="7500"/>
  28.            
  29.             <resource x="-3050" y="1880" type="ru" amount="3000"/>
  30.             <resource x="-2950" y="1880" type="cu" amount="7500"/>
  31.            
  32.             <resource x="-4280" y="4220" type="cu" amount="7500"/>
  33.             <resource x="-4380" y="4220" type="ru" amount="3000"/>
  34.             <resource x="-4480" y="4220" type="cu" amount="7500"/>
  35.            
  36.             <resource x="-4430" y="2900" type="ru" amount="3000"/>
  37.             <resource x="-4330" y="2900" type="cu" amount="7500"/>
  38.            
  39.             <resource x="-5660" y="5240" type="cu" amount="7500"/>
  40.             <resource x="-5760" y="5240" type="ru" amount="3000"/>
  41.             <resource x="-5860" y="5240" type="cu" amount="7500"/>
  42.            
  43.             <resource x="-5810" y="3920" type="ru" amount="3000"/>
  44.             <resource x="-5710" y="3920" type="cu" amount="7500"/>
  45.            
  46.             <!-- team 2 -->
  47.             <resource x="4580" y="-2520" type="cu" amount="7500"/>
  48.             <resource x="4580" y="-2620" type="ru" amount="3000"/>
  49.             <resource x="4580" y="-2720" type="cu" amount="7500"/>
  50.            
  51.             <resource x="3200" y="-2670" type="ru" amount="4000"/>
  52.             <resource x="3200" y="-2570" type="cu" amount="10500"/>
  53.            
  54.             <resource x="3200" y="-1400" type="cu" amount="7500"/>
  55.             <resource x="3200" y="-1500" type="ru" amount="3000"/>
  56.             <resource x="3200" y="-1600" type="cu" amount="7500"/>
  57.            
  58.             <resource x="1820" y="-1550" type="ru" amount="4000"/>
  59.             <resource x="1820" y="-1450" type="cu" amount="10500"/>
  60.            
  61.             <resource x="1820" y="-280" type="cu" amount="7500"/>
  62.             <resource x="1820" y="-380" type="ru" amount="3000"/>
  63.             <resource x="1820" y="-480" type="cu" amount="7500"/>
  64.            
  65.             <resource x="440" y="-430" type="ru" amount="4000"/>
  66.             <resource x="440" y="-330" type="cu" amount="10500"/>
  67.         </resources>
  68.        
  69.         <artifacts>
  70.             <artifact x="-660" y="1560"/>
  71.             <artifact x="-1300" y="720"/>
  72.         </artifacts>
  73.        
  74.         <ezs>
  75.             <!-- extraction zones -->
  76.             <!-- Kalash Teeth has extraction zones of radius 500 for reference -->
  77.             <ez team="0" x="-10" y="510" radius="500"/>
  78.             <ez team="1" x="-1910" y="1910" radius="500"/>
  79.         </ezs>
  80.        
  81.         <blockers>
  82.             <!-- bottom zone -->
  83.             <blocker class="Ground" blocklof="false" verts="-7000,-5500;-7000,4450;6000,-5000;6000,-5500"/>
  84.             <!-- top zone -->
  85.             <blocker class="Ground" blocklof="false" verts="-7000,7500;6000,7500;6000,-2770;-7000,6700"/>      
  86.             <!-- tri -->
  87.             <blocker class="Ground" blocklof="false" verts="6000,-5000;3800,-3400;6000,-2770"/>
  88.         </blockers>
  89.        
  90.         <units>
  91. <unit team="0" index="0" type="C_Carrier_MP" x="-3000" y="2900" angle="90"/>
  92. <unit team="0" index="0" type="C_Baserunner_MP" x="-3354" y="2546" angle="90"/>
  93.  
  94. <unit team="0" index="0" type="C_Harvester_MP" x="-2900" y="3300" angle="225"/>
  95. <unit team="0" index="0" type="C_Harvester_MP" x="-2950" y="3300" angle="225"/>
  96. <unit team="0" index="0" type="C_Harvester_MP" x="-3050" y="3300" angle="225"/>
  97. <unit team="0" index="0" type="C_Harvester_MP" x="-3100" y="3300" angle="225"/>
  98.         </units>
  99.        
  100.        
  101.     </layout>
  102. </dokmap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement