Advertisement
DrFetus

Crystal Dragon Form 1 AI

Apr 11th, 2017
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. Crystal Dragon: Dragon Form
  2.  
  3. 252 = Ice
  4. 253 = Volt
  5. 254 = Fire
  6. 256 = Almighty
  7. 257 = Random elements
  8. 258 = Change to speed form
  9.  
  10. Dragon ID: 155
  11. Speed ID: 166
  12.  
  13. Upon starting the battle or switching to Dragon form, generate a number from 4 to 6. Stay in Dragon form for that many turns, and shift to speed form at the end of the turn after the counter reaches 0.
  14. Shift to speed form at the end of the turn after losing over 10% of max HP in one turn.
  15.  
  16. From 100% HP to 76% HP:
  17. =======================
  18.  
  19. If skills 252, 253, and 254 were not cast last turn:
  20.  
  21. 30% chance to cast (252)
  22. 30% chance to cast (253)
  23. 30% chance to cast (254)
  24. 10% chance to use a regular attack.
  25.  
  26. If skill 254 was cast last turn:
  27.  
  28. 40% chance to cast (252)
  29. 40% chance to cast (253)
  30. 20% chance to use a regular attack.
  31.  
  32. If skill 253 was cast last turn:
  33.  
  34. 40% chance to cast (252)
  35. 40% chance to cast (254)
  36. 20% chance to use a regular attack.
  37.  
  38. If skill 252 was cast last turn:
  39.  
  40. 40% chance to cast (253)
  41. 40% chance to cast (254)
  42. 20% chance to use a regular attack.
  43.  
  44. From 75% HP to 51% HP:
  45. ======================
  46.  
  47. If skills 252, 253, and 254 were not cast last turn:
  48.  
  49. 25% chance to cast (252)
  50. 25% chance to cast (253)
  51. 25% chance to cast (254)
  52. 15% chance to cast (256)
  53. 10% chance to use a regular attack.
  54.  
  55. If skill 254 was cast last turn:
  56.  
  57. 30% chance to cast (252)
  58. 30% chance to cast (253)
  59. 10% chance to cast (254)
  60. 15% chance to cast (256)
  61. 10% chance to use a regular attack.
  62.  
  63. If skill 253 was cast last turn:
  64.  
  65. 30% chance to cast (252)
  66. 10% chance to cast (254)
  67. 30% chance to cast (255)
  68. 15% chance to cast (256)
  69. 10% chance to use a regular attack.
  70.  
  71. If skill 252 was cast last turn:
  72.  
  73. 10% chance to cast (252)
  74. 30% chance to cast (253)
  75. 30% chance to cast (254)
  76. 15% chance to cast (256)
  77. 10% chance to use a regular attack.
  78.  
  79. From 50% HP to Death:
  80. =====================
  81.  
  82. Turn 1:
  83.  
  84. 30% chance to cast (252)
  85. 30% chance to cast (253)
  86. 30% chance to cast (254)
  87. 9% chance to cast (256)
  88. 1% chance to use a regular attack.
  89.  
  90. Turn 2:
  91.  
  92. 80% chance to cast (257)
  93. 10% chance to cast (256)
  94. 10% chance to use a regular attack.
  95.  
  96. Loop until form changes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement