Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. <xml version="1.0"?>
  2. <map proto="1.3.6">
  3. <name>Nano</name>
  4. <version>1.0.0</version>
  5. <objective>Destroy the enemy monuments and leak the enemy cores</objective>
  6. <destroyables name="Ice Monument 1" materials="packed ice" completion="100%">
  7. <destroyable owner="purple" region="ice-purple-1"/>
  8. <destroyable owner="green" region="ice-green-1"/>
  9. //</destroyables>
  10. <destroyables name="Ice Monument 2" materials="packed ice" completion="100%">
  11. <destroyable owner="purple" region="ice-purple-2"/>
  12. <destryable owner ="green" region="ice-green-2"/>
  13. </destroyables>
  14. <cores material="obsidian" leak="5">
  15. <core team="purple" region="core-purple"/>
  16. <core team="green" region="core-green"/>
  17. </cores>
  18. <teams>
  19. <team id="purple" color="dark_purple" max="10">Purple Team</team>
  20. <team id="green" color="dark_green" max="10">Green Team</team>
  21. </teams>
  22. <regions>
  23. <cuboid name="ice-purple-1" min="-116,53,205" max="-112,65,199"/>
  24. <cuboid name="ice-green-1" min="-112,54,106" max="-119,65,113"/>
  25. <cuboid name="ice-purple-2" min="-58,38,206" max="-54,50,202"/>
  26. <cuboid name="ice-green-2" min="-54,38,109" max="-58,50,105"/>
  27. <cuboid name="core-green" min="-152,49,114" max="-144,40,121"/>
  28. <cuboid name="core-purple" min="-152,40,190" max="-144,48,198"/>
  29. <apply block="not-purple">
  30. <rectangle name="green-side" min="-12,88" max="-164,137"/>
  31. </apply>
  32. <apply block="allow-all">
  33. <cuboid min="-164,0,223" max="-12,29,88"/>
  34. </apply>
  35. <apply block="deny-all">
  36. <rectangle min="oo,oo" max="-oo,-oo"/>
  37. </apply>
  38. <rectangle name="green-side" min="-12,88" max="-164,137"/>
  39. <rectangle name="purple-side" min="-164,174" max="-12,223"/>
  40.  
  41. </regions>
  42. <filters>
  43. <filter name="not-purple">
  44. <not>
  45. <all>
  46. <team>purple</team>
  47. <block>bed</block>
  48. </all>
  49. </not>
  50. </filter>
  51. <filter name="not-green">
  52. <not>
  53. <all>
  54. <team>green</team>
  55. <block>bed</block>
  56. </all>
  57. </not>
  58. </filter>
  59. </filters>
  60.  
  61.  
  62.  
  63.  
  64. </filter>
  65. <filter name="not-green">
  66. <not>
  67. <team>green</team>
  68. </not>
  69. </filter>
  70. </filters>
  71.  
  72.  
  73. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement