Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.34 KB | None | 0 0
  1. exports.metagames = {
  2. '1v1': {
  3. 'start': [
  4. '/tour new gen71v1, elimination',
  5. '/tour rules sametypeclause',
  6. '/tour autostart 5',
  7. '/tour name Monotype 1v1',
  8. ],
  9. },
  10. 'aaa': {
  11. 'start': [
  12. '/tour new aaa, elimination',
  13. '/tour rules sametypeclause, -Noivern, -genesect, -aegislash, -zygarde, -zygarde-10%, -metagrossite, -damprock, -smoothrock, -mawilite, -medichamite, -terrainextender',
  14. '/tour autostart 7',
  15. '/tour name Monotype Almost Any Ability',
  16. '/wall This is a **MONOTYPE** AAA tour, bring a **monotype** team or be disqualified!',
  17. 'Information on monotype AAA, including the full banlist and sample teams, can be found here: http://www.smogon.com/forums/threads/monotype-om-mega-thread.3600651/#post-7306389',
  18. ],
  19. },
  20. 'cap': {
  21. 'start': [
  22. '/tour new gen7cap, elimination',
  23. '/tour rules monotype, -cawmodore, +landorus-i, +deoxys-defense, +deoxys-speed',
  24. '/tour autostart 7',
  25. '/tour name Monotype CAP',
  26. '/wall This is a **MONOTYPE** CAP tour, bring a **monotype** team or be disqualified! Remember, Cawmodore is banned!',
  27. 'Information on monotype CAP, including sample teams, can be found here: http://www.smogon.com/forums/threads/monotype-om-mega-thread.3600651/#post-7306394',
  28. ],
  29. },
  30. 'cc1v1': {
  31. 'start': [
  32. '/tour new [Gen 7] Challenge Cup 1v1, elimination',
  33. '/tour autostart 2',
  34. ],
  35. },
  36. 'doubles': {
  37. 'start': [
  38. '/tour new doubles, elimination',
  39. '/tour rules sametypeclause, -terrain extender, -smooth rock, -damp rock',
  40. '/tour autostart 7',
  41. '/tour name Monotype Doubles',
  42. '/wall This is a **MONOTYPE** doubles tour, bring a **monotype** team or be disqualified!',
  43. 'Information on monotype doubles, including the full banlist and sample teams, can be found here: http://www.smogon.com/forums/threads/monotype-om-mega-thread.3600651/#post-7306393',
  44. ],
  45. },
  46. 'gen4': {
  47. 'start': [
  48. '/tour new gen4ou, elimination',
  49. '/tour rules sametypeclause',
  50. '/tour autostart 7',
  51. '/tour name [Gen 4] Monotype',
  52. '/wall This is a **MONOTYPE** DPP tour, bring a **monotype** team or be disqualified!',
  53. ],
  54. },
  55. 'gen5': {
  56. 'start': [
  57. '/tour new gen5ou, elimination',
  58. '/tour rules sametypeclause',
  59. '/tour autostart 7',
  60. '/tour name [Gen 5] Monotype',
  61. '/wall This is a **MONOTYPE** BW tour, bring a **monotype** team or be disqualified!',
  62. ],
  63. },
  64. 'gen6': {
  65. 'start': [
  66. '/tour new gen6monotype, elimination',
  67. '/tour autostart 7',
  68. ],
  69. },
  70. 'gen7': {
  71. 'start': [
  72. '/tour new monotype, elimination',
  73. '/tour autostart',
  74. ],
  75. },
  76. 'lc': {
  77. 'start': [
  78. '/tour new gen7lc, elimination',
  79. '/tour rules sametypeclause, +vulpix-base, +gothita, +misdreavus',
  80. '/tour autostart 7',
  81. '/tour name Monotype Little Cup',
  82. '/wall This is a **MONOTYPE** LC tour, bring a **monotype** team or be disqualified!',
  83. 'Information on monotype LC, including the full banlist and sample teams, can be found here: http://www.smogon.com/forums/threads/monotype-om-mega-thread.3600651/#post-7306391',
  84. ],
  85. },
  86. 'monotyperandom': {
  87. 'start': [
  88. '/tour new monotype random battle, elimination',
  89. '/tour autostart 5',
  90. ],
  91. },
  92. 'sketchmons': {
  93. 'start': [
  94. '/tour new sketchmons, elimination',
  95. '/tour rules monotype',
  96. '/tour autostart 7',
  97. '/tour name Monotype Sketchmons',
  98. '/wall This is a **MONOTYPE** Sketchmons tour, bring a **monotype** team or be disqualified!',
  99. ],
  100. },
  101. 'stabmons': {
  102. 'start': [
  103. '/tour new stabmons, elimination',
  104. '/tour rules sametypeclause, -extreme speed, -boomburst, -zygarde, -zygarde-10%, -battle bond, -smooth rock, -damp rock, -hoopa-unbound, -celebrate, -conversion, -trick-or-treat, -forest’s curse, -happy hour, -hold hands, -purify, -sketch, +deoxys-speed, +deoxys-defense',
  105. '/tour autostart 7',
  106. '/tour name Monotype STABmons',
  107. '/wall This is a **MONOTYPE** Stabmons tour, bring a **monotype** team or be disqualified!',
  108. 'Information on monotype STABmons, including the full banlist, can be found here: http://www.smogon.com/forums/threads/monotype-om-mega-thread.3600651/#post-7306514',
  109. ],
  110. },
  111. 'ubers': {
  112. 'start': [
  113. '/tour new gen7ubers, elimination',
  114. '/tour rules sametypeclause, -Marshadow',
  115. '/tour autostart 7',
  116. '/tour name Monotype Ubers',
  117. '/wall This is a **MONOTYPE** Ubers tour, bring a **monotype** team or be disqualified!',
  118. 'Information on monotype ubers, including sample teams, can be found here: http://www.smogon.com/forums/threads/monotype-om-mega-thread.3600651/#post-7306392',
  119. ],
  120. },
  121. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement