Advertisement
FrostyTeeth

canyon outpost ffa3 for 1.1

Feb 22nd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.74 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <dokmap version="1.1">
  3.     <meta name="Canyon Outpost FFA [3]"
  4.           authors="FrostyTEeth"
  5.           description="Triangles of FFA on Canyon Outpost for 3 players"/>
  6.          
  7.     <layout map="MP_07-Outpost-FFA" mode="FFA" players="3">
  8.         <bounds top="6500" bottom="400" left="-1000" right="8000"/>
  9.        
  10.         <spawns>
  11.             <!-- 0 degrees -->
  12.             <spawn team="0" x="250" y="5000" angle="180" camera="255"/>
  13.            
  14.             <!-- 180 degrees -->
  15.             <spawn team="1" x="250" y="-5000" angle="360" camera="435"/>
  16.         </spawns>
  17.        
  18.         <resources>
  19.             <!-- 0 degrees -->
  20.             <resource x="550" y="4900" type="cu" amount="7500"/>
  21.             <resource x="550" y="5000" type="ru" amount="3000"/>
  22.             <resource x="550" y="5100" type="cu" amount="7500"/>
  23.            
  24.             <!-- 180 degrees -->
  25.             <resource x="-50" y="-4900" type="cu" amount="7500"/>
  26.             <resource x="-50" y="-5000" type="ru" amount="3000"/>
  27.             <resource x="-50" y="-5100" type="cu" amount="7500"/>
  28.         </resources>
  29.        
  30.         <wrecks>
  31.             <!-- 0 degrees -->
  32.             <wreck x="250" y="3000" angle="0">
  33.                 <resource x="200" y="3140" type="cu" amount="10500"/>
  34.                 <resource x="300" y="3140" type="ru" amount="4000"/>
  35.             </wreck>
  36.            
  37.             <!-- 180 degrees -->
  38.             <wreck x="250" y="-3000" angle="180">
  39.                 <resource x="300" y="-3140" type="cu" amount="10500"/>
  40.                 <resource x="200" y="-3140" type="ru" amount="4000"/>
  41.             </wreck>
  42.            
  43.             <!-- mid -->
  44.             <wreck x="250" y="-80" angle="0">
  45.                 <resource x="400" y="-30" type="cu" amount="10500"/>
  46.                 <resource x="400" y="-130" type="ru" amount="4000"/>
  47.                 <resource x="100" y="-130" type="cu" amount="10500"/>
  48.                 <resource x="100" y="-30" type="ru" amount="4000"/>
  49.             </wreck>
  50.         </wrecks>
  51.        
  52.         <blockers existing="false">
  53.             <!-- top wreck -->
  54.             <blocker class="Ground" blocklof="true" verts="-300,140;-300,2150;810,2140;810,140"/>
  55.             <!-- bottom wreck -->
  56.             <blocker class="Ground" blocklof="true" verts="-300,-140;-300,-1630;810,-810;810,-140"/>
  57.             <!-- block carrier -->
  58.             <blocker class="Carrier" blocklof="true" verts="-300,-140;-300,-140;810,140;810,-140"/>
  59.         </blockers>
  60.  
  61.  
  62.     </layout>
  63. </dokmap>
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.            
  74.     <spawns>
  75.         <spawn team="0" x="1" y="4200" angle="180"/>
  76.         <spawn team="1" x="3100" y="-2200" angle="315"/>
  77.         <spawn team="2" x="-3100" y="-2200" angle="45"/>
  78.  
  79.     </spawns>
  80.                
  81.    
  82.     <resources>
  83.         <!-- type 0 = cus, type 1 = rus, type 2 = wreck (wreck needs testing) -->
  84.         <!-- player 1 middle -->
  85.         <resource x="200" y="4000" type="cu" amount="7000" collectors="2"/>
  86.         <resource x="200" y="4100" type="ru" amount="3000" collectors="2"/>
  87.         <resource x="-200" y="4000" type="cu" amount="7000" collectors="2"/>
  88.         <resource x="-200" y="4100" type="ru" amount="3000" collectors="2"/>
  89.         <resource x="0" y="4600" type="cu" amount="2600" collectors="2"/>
  90.  
  91.         <!-- player 2 -->
  92.         <resource x="3100" y="-1900" type="cu" amount="7000" collectors="2"/>
  93.         <resource x="3300" y="-2100" type="cu" amount="7000" collectors="2"/>
  94.         <resource x="3200" y="-2000" type="ru" amount="3000" collectors="2"/>
  95.  
  96.         <!-- player 3 -->
  97.         <resource x="-3300" y="-2100" type="cu" amount="7000" collectors="2"/>
  98.         <resource x="-3100" y="-1900" type="cu" amount="7000" collectors="2"/>
  99.         <resource x="-3200" y="-2000" type="ru" amount="3000" collectors="2"/>
  100.  
  101.         <!-- Map Centre -->
  102.         <resource x="1" y="1" type="cu" amount="20000" collectors="3"/>
  103.         <resource x="1" y="-100" type="ru" amount="4000" collectors="3"/>
  104.  
  105.         <!-- corners -->
  106.         <resource x="-4100" y="4200" type="cu" amount="20000" collectors="3"/>
  107.         <resource x="-4200" y="4100" type="ru" amount="4000" collectors="3"/>
  108.  
  109.         <resource x="4100" y="4200" type="cu" amount="20000" collectors="3"/>
  110.         <resource x="4200" y="4100" type="ru" amount="4000" collectors="3"/>
  111.     </resources>
  112.  
  113.        
  114.  
  115.     </layout>
  116. </dokmap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement