Advertisement
luckytyphlosion

trollrom champ ai

Mar 5th, 2016
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. - charizard:
  2. - slash spam
  3. - x acc fissure if player uses any x item
  4. - if player uses x speed and is somehow faster than charizard, use fire spin
  5. - raticate:
  6. - on first turn
  7. - if player has no special boosts, use an x special and go to "use tbolt"
  8. - otherwise, use an x attack and go to "use body slam"
  9. - use tbolt
  10. - if player special boosts - defense boosts >= 1, go to "use body slam"
  11. - 50% chance of using x attack here
  12. - use body slam
  13. - if player defense boosts - special boosts >= 2, go to "use tbolt"
  14. - 50% chance of using x special here
  15. - clefable:
  16. - on first turn
  17. - if player spc - def boosts >= 2, use an x special and go to "use tbolt"
  18. - otherwise, use an x attack and go to "use body slam"
  19. - use tbolt
  20. - if player spc - def boosts >= 3, go to "use body slam"
  21. - 50% chance of using an x attack here
  22. - use body slam
  23. - if player def - spc boosts >= 2, go to "use tbolt"
  24. - 50% chance of using an x special here
  25. - for "use tbolt" and "use body slam", 10% chance to use psychic
  26. - nidoqueen:
  27. - on first turn
  28. - go to "use x speed"
  29. - use x speed
  30. - if player speed > enemy speed
  31. - if x speed would allow enemy to outspeed player, use an x speed and go to "use x speed"
  32. - if we can't boost anymore, go to "use tbolt"
  33. - else, use x special and go to "use tbolt"
  34. - if we're faster and we've used x accuracy, go to "use horn drill"
  35. - else, use x accuracy and go to "use x speed"
  36. - use tbolt
  37. - if player spc - def boosts >= 3
  38. - 50% chance to go to "use earthquake", with additional 50% to use x attack
  39. - 50% chance to go to "use x speed"
  40. - use earthquake
  41. - if player def - spc boosts >= 2
  42. - 50% chance to go to "use tbolt", with additional 50% to use x speed
  43. - 50% chance to use x speed, then go to "use x speed"
  44. - use horn drill
  45. - if player speed < enemy speed
  46. - use horn drill
  47. - else, go to "use x speed"
  48. - blastoise:
  49. - on first turn
  50. - use x acc
  51. - go to "use x speed"
  52. - use x speed
  53. - if player speed > enemy speed
  54. - if x speed would allow enemy to outspeed player, use an x speed and go to "use x speed"
  55. - if we can't boost anymore, go to "use mega kick"
  56. - else, use fissure
  57. - use mega kick
  58. - if player def boosts >= 2
  59. - 40% chance to use an x speed, then go to "use x speed"
  60. - 40% chance to use mega kick
  61. - 5% chance to use ice beam
  62. - 5% chance to use surf
  63. - nidoking:
  64. - on first turn
  65. - go to "use x speed"
  66. - use x speed
  67. - if player speed > enemy speed
  68. - if x speed would allow enemy to outspeed player, use an x speed and go to "use x speed"
  69. - if we can't boost anymore, go to "use tbolt"
  70. - else, use x special and go to "use tbolt"
  71. - if we're faster and we've used x accuracy, go to "use horn drill"
  72. - else, use x accuracy and go to "use x speed"
  73. - use tbolt
  74. - if player spc - def boosts >= 2
  75. - 50% chance to go to "use earthquake", with additional 50% to use x attack
  76. - 50% chance to go to "use x speed"
  77. - use earthquake
  78. - if player def - spc boosts >= 2
  79. - 50% chance to go to "use tbolt", with additional 50% to use x speed
  80. - 50% chance to use x speed, then go to "use x speed"
  81. - use horn drill
  82. - if player speed < enemy speed
  83. - use horn drill
  84. - else, go to "use x speed"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement