Advertisement
Guest User

Untitled

a guest
Nov 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <dokmap>
  3. <!-- the following 5 dont do anything atm -->
  4. <name>Epsilon Base [2]</name>
  5. <map>M01</map>
  6. <description>Very close range 1v1 map</description>
  7. <authors>SSSS</authors>
  8. <players>6</players>
  9.  
  10. <!-- -->
  11. <heat>30</heat>
  12.  
  13. <spawns>
  14. <!-- team 1 -->
  15. <spawn team="0" index="0" x="-840" z="2370" angle="90"/>
  16. <spawn team="0" index="1" x="-840" z="2370" angle="90"/>
  17. <spawn team="0" index="2" x="-840" z="2370" angle="90"/>
  18. <!-- team 2 -->
  19. <spawn team="1" index="0" x="1600" z="720" angle="0"/>
  20. <spawn team="1" index="1" x="1600" z="720" angle="0"/>
  21. <spawn team="1" index="2" x="1600" z="720" angle="0"/>
  22. </spawns>
  23.  
  24. <resources>
  25. <!-- type 0 = cus, type 1 = rus -->
  26. <!-- team 1 -->
  27. <resource x="-540" z="2520" type="0" amount="7500" collectors="2"/>
  28. <resource x="-540" z="2370" type="1" amount="3000" collectors="2"/>
  29. <resource x="-540" z="2220" type="0" amount="7500" collectors="2"/>
  30.  
  31. <resource x="-1140" z="2445" type="1" amount="4000" collectors="2"/>
  32. <resource x="-1140" z="2295" type="0" amount="10500" collectors="2"/>
  33.  
  34.  
  35. <!-- team 2 -->
  36. <resource x="1750" z="1020" type="0" amount="7500" collectors="2"/>
  37. <resource x="1600" z="1020" type="1" amount="3000" collectors="2"/>
  38. <resource x="1450" z="1020" type="0" amount="7500" collectors="2"/>
  39.  
  40. <resource x="1675" z="420" type="1" amount="4000" collectors="2"/>
  41. <resource x="1525" z="420" type="0" amount="10500" collectors="2"/>
  42. </resources>
  43.  
  44. <artifacts>
  45. <artifact x="900" z="2700"/>
  46. <artifact x="1150" z="2525"/>
  47. </artifacts>
  48.  
  49. <ezs>
  50. <!-- extraction zones -->
  51. <!-- only tested 1 per team but the code suggests you can only have 1 at a time -->
  52. <!-- Kalash Teeth has extraction zones of radius 500 for reference -->
  53. <ez team="0" x="-175" z="920" radius="250"/>
  54. <ez team="1" x="-175" z="920" radius="250"/>
  55. </ezs>
  56.  
  57. </dokmap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement