DrFetus

EON Blizzard King Data

Aug 22nd, 2018
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. Blizzard King
  2. =============
  3. Level: 104
  4. EXP: 579690
  5. Stats:
  6. -HP: 94592
  7. -STR: 174
  8. -VIT: 94
  9. -AGI: 102
  10. -LUC: 117
  11. -INT: 183
  12. -WIS: 100
  13. Attack type: Bash
  14. Damage types:
  15. -Cut: 100%
  16. -Bash: 100%
  17. -Stab: 100%
  18. -Fire: 100%
  19. -Ice: 0%
  20. -Volt: 150%
  21. -Almighty: 100%
  22. Disables:
  23. -Instant Death: 0%
  24. -Petrification: 50%
  25. -Sleep: 0%
  26. -Panic: 25%
  27. -Poison: 75%
  28. -Blind: 25%
  29. -Paralysis: 25%
  30. -Curse: 25%
  31. -Stun: 10%
  32. -Head Bind: 25%
  33. -Arm Bind: 25%
  34. -Leg Bind: 50%
  35.  
  36. Skills:
  37. -Ice Torrent (554): Uses the head. Deals ranged 90% INT-based Ice damage to the entire party. Has an accuracy of 180%. Has a speed modifier of +50.
  38. -Ice Block (555): Does not use a body part. Places a buff on the user that subtracts 500% from their Volt damage multiplier for 6 turns. Has a speed modifier of +100.
  39. -Crushing Arm (556): Uses the arms. Deals melee 110% STR-based Bash damage to the entire party, and has a 25% chance to inflict Head Bind. Has an accuracy of 99%. Has a speed modifier of +70.
  40. -Cold Regen (557): Uses the head. Places a buff on the user that heals them for 2400 HP at the end of the turn for 4 turns. Has a speed modifier of +100.
  41. -Wail (558): Uses the head. Places a debuff on the entire party that lowers their physical and elemental defenses by 50% for 4 turns, and has a 30% chance to inflict Sleep. Has a speed modifier of +120.
  42. -Triple Strike (559): Uses the head. Randomly hits the party 3 times, dealing melee 120% STR-based Cut damage per hit. Has an accuracy of 99%. Has a speed modifier of +80.
  43. -Call Ally (560): Does not use a body part. Summons the Blue Heart.
  44.  
  45. Blizzard King AI Script:
  46.  
  47. End of turn parameters:
  48. If counter 1 is greater than or equal to 3, and there is only 1 enemy in the battle:
  49. Cast Call Ally. (Targets self.)
  50. Set counter 1 to 0.
  51. Activate flag 3.
  52.  
  53. If HP is below 41%, flag 2 is not active, and there is only 1 enemy in the battle:
  54. Cast Call Ally. (Targets self.)
  55. Set counter 1 to 0.
  56. Activate flag 2.
  57.  
  58. If HP is below 76%, flag 1 is not active, and there is only 1 enemy in the battle:
  59. Cast Call Ally. (Targets self.)
  60. Set counter 1 to 0.
  61. Activate flag 1.
  62.  
  63. Else, do nothing.
  64.  
  65. If flag 2 is active, and there is only 1 enemy in the battle, activate counter 1. Add 1 to counter 1 any time this routine is run again.
  66.  
  67. Activate counter 2. Add 1 to counter 2 any time this routine is run again.
  68.  
  69. If the turn counter is equal to 1:
  70. 79% chance to cast Ice Breath. (Standard targeting.)
  71. 21% chance to cast Iceblock. (Targets self.)
  72.  
  73. If self's head is bound, cast Crushing Arm. (Standard targeting.) Deactivate flag 7.
  74.  
  75. If counter 2 is equal to or greater than 3, and no one has the Iceblock buff, 29% chance to cast Iceblock. (Targets self.) Activate flag 8. Deactivate flag 7. Set counter 2 to 0.
  76.  
  77. If the turn counter is equal to or greater than 6, and flag 8 is not active, cast Iceblock. (Targets self.) Activate flag 8. Deactivate flag 7. Set counter 2 to 0.
  78.  
  79. If self's HP is between 51% and 30%, the turn counter is a multiple of 2, and no one has the Cold Regen buff, 49% chance to cast Cold Regen. (Targets self.) Deactivate flag 7.
  80.  
  81. If self's HP is below 31%, the turn counter is a multiple of 2, and no one has the Cold Regen buff, 19% chance to cast Cold Regen. (Targets self.) Deactivate flag 7.
  82.  
  83. If the turn counter is a multiple of 5, and self's HP is not below 11%, cast Ice Breath. (Standard targeting.) Deactivate flags 5, 6, and 7.
  84.  
  85. If flag 3 is active:
  86. If flag 7 is not active, 40% chance to cast Wail. (Standard targeting.) Activate flag 7. Activate counter 1. Add 1 to counter 1 any time this routine is run again.
  87.  
  88. If self's head is bound:
  89. 35% chance to cast Crushing Arm. (Standard targeting.)
  90. 65% chance to cast Triple Strike. (Standard targeting.)
  91.  
  92. Else:
  93. 85% chance to cast Crushing Arm. (Standard targeting.)
  94. 15% chance to cast Triple Strike. (Standard targeting.)
  95.  
  96. If flag 2 is active:
  97. If flag 7 is not active, 30% chance to cast Wail. (Standard targeting.) Activate flag 7.
  98.  
  99. If flag 5 is active, cast Crushing Arm. (Standard targeting.) Deactivate flag 5.
  100.  
  101. Else, cast Triple Strike. (Standard targeting.) Activate flag 5.
  102.  
  103. If flag 1 is active:
  104. If flag 7 is not active, 20% chance to cast Wail. (Standard targeting.) Activate flag 7.
  105.  
  106. If flag 5 is active, cast Crushing Arm. (Standard targeting.) Deactivate flag 5.
  107.  
  108. If flag 6 is active, cast Triple Strike. (Standard targeting.) Activate flag 5.
  109.  
  110. Else, use a regular attack. (Standard targeting.) Activate flag 6.
  111.  
  112. Else:
  113. If flag 6 is not active, cast Triple Strike. (Standard targeting.) Activate flag 6.
  114.  
  115. Else, use a regular attack. (Standard targeting.) Deactivate flag 6.
  116.  
  117. Blue Heart
  118. ==========
  119. Level: 104
  120. EXP: 0
  121. Stats:
  122. -HP: 3414
  123. -STR: 174
  124. -VIT: 94
  125. -AGI: 102
  126. -LUC: 117
  127. -INT: 183
  128. -WIS: 100
  129. Attack type: Bash
  130. Damage types:
  131. -Cut: 100%
  132. -Bash: 100%
  133. -Stab: 100%
  134. -Fire: 100%
  135. -Ice: 0%
  136. -Volt: 150%
  137. -Almighty: 100%
  138. Disables:
  139. -Instant Death: 0%
  140. -Petrification: 0%
  141. -Sleep: 0%
  142. -Panic: 0%
  143. -Poison: 0%
  144. -Blind: 0%
  145. -Paralysis: 0%
  146. -Curse: 0%
  147. -Stun: 0%
  148. -Head Bind: 0%
  149. -Arm Bind: 0%
  150. -Leg Bind: 0%
  151.  
  152. Skills:
  153. -Resonant Ice: Does not use a body part. Deals ranged 65% INT-based Ice damage to the entire party. Canot miss. Has a speed modifier of +/-0.
  154.  
  155. Blue Heart AI Script:
  156.  
  157. Cast Resonant Ice. (Standard targeting.)
Add Comment
Please, Sign In to add comment