Guest User

Sky's Gate - Blitz - by Reshif

a guest
May 26th, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.87 KB | None | 0 0
  1. <map proto="1.3.0">
  2. <name>Sky's Gate</name>
  3. <version>1.0.0</version>
  4. <objective>
  5. Blitz | Eliminate the other team before 5 minutes is up
  6. </objective>
  7. <authors>
  8. <author>Reshif</author>
  9. </authors>
  10. <teams>
  11. <team color="dark red" max="12">Red</team>
  12. <team color="blue" max="12">Blue</team>
  13. </teams>
  14. <blitz>
  15. <time>5m</time>
  16. <lives>1</lives>
  17. </blitz>
  18. <rules>
  19. <rule>Standard Project Ares Rules</rule>
  20. </rules>
  21. <kits>
  22. <kit name="spawn">
  23. <item slot="0" damage="-3000">stone sword</item>
  24. <item slot="1" damage="-3000">bow</item>
  25. <item slot="2" amount="6">cooked chicken</item>
  26. <item slot="3" amount="12">arrow</item>
  27. </kit>
  28. <kit name="red" parents="spawn">
  29. <helmet color="cd0000" damage="-3000">leather helmet</helmet>
  30. <chestplate damage="-3000">iron chestplate</chestplate>
  31. <leggings color="cd0000" damage="-3000">leather leggings</leggings>
  32. <boots damage="-3000">iron boots</boots>
  33. </kit>
  34. <kit name="blue" parents="spawn">
  35. <helmet color="0066cc" damage="-3000">leather helmet</helmet>
  36. <chestplate damage="-3000">iron chestplate</chestplate>
  37. <leggings color="0066cc" damage="-3000">leather leggings</leggings>
  38. <boots damage="-3000">iron boots</boots>
  39. </kit>
  40. </kits>
  41. <itemremove>
  42. <item>leather helmet</item>
  43. <item>iron chestplate</item>
  44. <item>leather leggings</item>
  45. <item>iron boots</item>
  46. </itemremove>
  47. <toolrepair>
  48. <tool>stone sword</tool>
  49. <tool>bow</tool>
  50. </toolrepair>
  51. <regions>
  52. <apply block="deny-all">
  53. <cuboid name="main-area" min="-256,1,-256" max="255,127,255"/>
  54. </apply>
  55. </regions>
  56. <playable>
  57. <region name="main-area"/>
  58. </playable>
  59. <spawns>
  60. <spawn team="red" kit="red" yaw="-90">
  61. <cylinder base="-57.5,25,0.5" radius="1.5" height="0"/>
  62. </spawn>
  63. <spawn team="blue" kit="blue" yaw="90">
  64. <cylinder base="58.5,25,0.5" radius="1.5" height="0"/>
  65. </spawn>
  66. <default yaw="0">
  67. <cylinder base="0,42,-29" radius="2" height="0"/>
  68. </default>
  69. </spawns>
  70. </map>
Advertisement
Add Comment
Please, Sign In to add comment