Advertisement
Guest User

Untitled

a guest
Sep 21st, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. Blingtron 4000:267T:122BBV:12171C8:12198E:
  2. Chen Stormstout:267N:1115QC:1216143:112BBV:
  3. Chi-Chi, Hatchling of Chi-Ji:26IT:212813T:111CN7:ZR5:
  4. Dr. Ion Goldbloom:267U:2117A0:112916B:1116GQ:
  5. Lorewalker Cho:267M:2215HD:222A9V:ZR8:
  6. Shademaster Kiryn:267Q:112A14E:1119G7:1127AI:
  7. Sully "The Pickle" McLeary:267P:1119NB:2115HT:1113HG:
  8. Taran Zhu:267R:2123EU:2129D5:2128MS:
  9. Wise Mari:267S:2115198:11271FK:ZR6:
  10. Wrathion:267K:121810I:2116GQ:111316M:
  11. Xu-Fu, Cub of Xuen:26A9:112CAJ:212A15R:221414Q:
  12. Yu'la, Broodling of Yu'lon:26J3:111513P:ZL:ZL:
  13. Zao, Calfling of Niuzao:26J2:111C3K:211314C:ZRA:
  14.  
  15.  
  16. BLINGTRON 4000:
  17. if [self(#1).active]
  18. ability(297) [self.round = 1]
  19. ability(118) [self.round = 2]
  20. ability(297) [self.round = 3]
  21. ability(118) [self.round > 3]
  22. endif
  23. change(#2) [self(#1).dead]
  24. if [self(#2).active]
  25. ability(574) [self.aura(820).duration < 2]
  26. ability(521) [!self.aura(520).exists]
  27. ability(429)
  28. endif
  29. change(#3) [self(#2).dead]
  30. if [self(#3).active]
  31. ability(#2) [self.round = 1]
  32. ability(#3) [self.round = 2]
  33. ability(#1) [self.round > 2]
  34. endif
  35.  
  36. Chen Stormstout:
  37. if [enemy(Tonsa:1282).active]
  38. ability(Explode:282) [self.aura(244).exists]
  39. ability(Bombing Run:647) [enemy.round=1]
  40. ability(Breath:115) [enemy.round=2]
  41. ability(Breath:115) [enemy.round=3]
  42. change(#2) [self(#1).dead]
  43. endif
  44. if [enemy(Chirps:1281).active]
  45. ability(Deflection:490) [self.round=1]
  46. ability(Stoneskin:436) [self.round=2]
  47. ability(Crush:406)
  48. endif
  49. if [enemy(Brewly:1280).active]
  50. ability(Stoneskin:436) [enemy.round=1]
  51. ability(Deflection:490) [enemy.round=4]
  52. ability(Crush:406)
  53. change(#3) [self(#2).dead]
  54. ability(Water Jet)
  55. endif
  56.  
  57. Chi-Chi:
  58. ability(Immolation:409) [!self.aura(Immolation:408).exists]
  59. ability(Wild Magic:592) [!enemy.aura(Wild Magic:591).exists]
  60. ability(Acidic Goo:369) [self.round=1]
  61. ability(Dive:564) [self.round=4]
  62. change(#2)
  63. ability(#1)
  64.  
  65. Dr. Ion Goldbloom:
  66. change(#2) [enemy(#1).hp<800]
  67. ability(Arcane Storm:589) [round=1]
  68. ability(Shock and Awe:646) [self.round=1]
  69. if [enemy(#1).active]
  70. standby [enemy.round=1]
  71. ability(Ion Cannon:209)
  72. endif
  73. ability(#1)
  74. change(#2)
  75. change(#3)
  76.  
  77. Shademaster Kiryn:
  78. if [self(#1).active]
  79. if [enemy(#1).active & self(#2).hp>0]
  80. ability(314) [self.round = 1]
  81. ability(202) [self.round = 2]
  82. ability(481) [self.round = 3]
  83. change(#2) [self.round = 4]
  84. endif
  85. if [enemy(#1).active & self(#2).dead]
  86. ability(202) [enemy.hp > 395]
  87. ability(481) [enemy.hp < 395]
  88. endif
  89. endif
  90. if [self(#2).active]
  91. if [enemy(#2).active]
  92. ability(178) [self.round = 1]
  93. ability(113) [self.round = 2]
  94. ability(179) [self.round = 3]
  95. endif
  96. if [enemy(#1).active]
  97. ability(178) [enemy.round = 1]
  98. ability(113) [enemy.round > 1]
  99. endif
  100. change(#1) [self(#2).dead]
  101. endif
  102. if [enemy(#3).active]
  103. change(#3)
  104. if [self(#3).active]
  105. standby [self.round = 1]
  106. ability(646)
  107. ability(209)
  108. endif
  109. endif
  110.  
  111. Taran Zhu:
  112. ability(Cocoon Strike)
  113. ability(Moth Dust)
  114. ability(Alpha Strike)
  115. ability(Slicing Wind)
  116. standby [self.aura(Stunned:927).exists]
  117. change(next) [self.dead]
  118.  
  119. Wise Mari:
  120. ability(Blingtron Gift Package) [enemy.aura(Shattered Defenses).exists]
  121. ability(Make it Rain)
  122. ability(Inflation)
  123. change(#2) [self(#1).dead]
  124. ability(Consume Magic) [self.aura(Whirlpool).duration<=1]
  125. ability(Creeping Ooze) [!enemy.aura(Creeping Ooze).exists]
  126. ability(Nether Blast)
  127.  
  128. Xu-Fu:
  129. if [ self(#1).active ]
  130. ability(Bombing Run) [ self.round = 1 ]
  131. ability(Decoy) [ self.round = 2 ]
  132. change(#2) [ self.round = 3 ]
  133. endif
  134.  
  135. if [ self(#2).active ]
  136. ability(Black Claw) [ self.round = 1 ]
  137. ability(Hunting Party) [ self.round = 2 ]
  138. ability(Leap)
  139. change(#3) [ self(#2).dead ]
  140. endif
  141.  
  142. if [ self(#3).active ]
  143. ability(Haywire)
  144. ability(Call Lightning)
  145. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement