Advertisement
DrFetus

EON Storm Emperor Data

Aug 22nd, 2018
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.26 KB | None | 0 0
  1. Storm Emperor
  2. =============
  3. Level: 96
  4. EXP: 488790
  5. Stats:
  6. -HP: 64298
  7. -STR: 157
  8. -VIT: 118
  9. -AGI: 105
  10. -LUC: 118
  11. -INT: 165
  12. -WIS: 109
  13. Attack type: Bash
  14. Damage types:
  15. -Cut: 100%
  16. -Bash: 100%
  17. -Stab: 100%
  18. -Fire: 150%
  19. -Ice: 100%
  20. -Volt: 0%
  21. -Almighty: 100%
  22. Disables:
  23. -Instant Death: 0%
  24. -Petrification: 50%
  25. -Sleep: 50%
  26. -Panic: 25%
  27. -Poison: 50%
  28. -Blind: 25%
  29. -Paralysis: 0%
  30. -Curse: 25%
  31. -Stun: 10%
  32. -Head Bind: 25%
  33. -Arm Bind: 25%
  34. -Leg Bind: 25%
  35.  
  36. Skills:
  37. -Volt Torrent: Uses the head. Deals ranged 90% INT-based Volt damage to the entire party. Has an accuracy of 180%. Has a speed modifier of +50.
  38. -Ancient Curse: Uses the head. Deals melee 135% STR-based Cut damage to one party member and pierces through to the back row. Heals the user for 500% of the damage dealt. Has an accuracy of 99%. Has a speed modifier of +80.
  39. -Judgement: Uses the legs. Deals melee 90% STR-based Bash damage to the entire party, and attempts to inflict Paralysis, with a 30% chance of success. Has an accuracy of 99%. Has a speed modifier of +70.
  40. -Corrupting Howl: Uses the head. Dispels all buffs on the entire party, and attempts to inflict Instant Death and Curse, with a 15% chance of success. Has a speed modifier of +100.
  41. -Binding Dance: Uses the legs. Attempts to inflict head bind, arm bind, and leg bind on the entire party with a 30% chance of success. Dispels all buffs on the entire party. Has a speed modifier of +120.
  42. -Call Ally: Does not use a body part. Summons the Yellow Heart.
  43.  
  44. Storm Emperor AI Script:
  45.  
  46. End of turn parameters:
  47. If counter 1 is greater than or equal to 3, flag 2 is active, and there is only 1 enemy in the battle:
  48. Cast Call Ally. (Targets self.)
  49. Set counter 1 to 0.
  50. Activate flag 3.
  51.  
  52. If HP is below 41%, flag 2 is not active, and there is only 1 enemy in the battle:
  53. Cast Call Ally. (Targets self.)
  54. Set counter 1 to 0.
  55. Activate flag 2.
  56.  
  57. If HP is below 76%, flag 1 is not active, and there is only 1 enemy in the battle:
  58. Cast Call Ally. (Targets self.)
  59. Set counter 1 to 0.
  60. Activate flag 1.
  61.  
  62. Else, do nothing.
  63.  
  64. 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.
  65.  
  66. If the turn counter is equal to 1, cast Volt Torrent. (Standard targeting.)
  67.  
  68. If no one in the party is below 51% HP, 19% chance to cast Ancient Curse. (Targets the front row.)
  69.  
  70. If self's head is bound:
  71. 29% chance to cast Binding Dance. (Standard targeting.) Activate counter 1. Add 1 to counter 1 any time this routine is run again.
  72. 71% chance to cast Ancient Curse. (Targets the front row.)
  73.  
  74. If the party has 11 or more buffs, cast Corrupting How. (Standard targeting.)
  75.  
  76. If self's HP is below 51%, and the party has 7 or more buffs, cast Corrupting Howl. (Standard targeting.)
  77.  
  78. If the turn count is a multiple of 5, and self's HP is not below 11%, cast Volt Torrent. (Standard targeting.)
  79.  
  80. If flag 3 is active:
  81. If flag 6 is not active, 40% chance to cast Binding Dance. (Standard targeting.) Activate flag 6. Activate counter 1. Add 1 to counter 1 any time this routine is run again.
  82. Else:
  83. 59% chance to cast Ancient Curse. (Targets the front row.)
  84. 41% chance to cast Judgement. (Standard targeting.)
  85.  
  86. If flag 2 is active:
  87. If flag 6 is not active, 30% chance to cast Binding Dance. (Standard targeting.) Activate flag 6.
  88.  
  89. If flag 5 is active, cast Ancient Curse. (Targets the front row.) Deactivate flag 5.
  90.  
  91. Else, cast Judgement. (Standard targeting.) Activate flag 5.
  92.  
  93. If flag 1 is active:
  94. If flag 6 is not active, 20% chance to cast Binding Dance. (Standard targeting.) Activate flag 6.
  95.  
  96. If flag 5 is active, cast Ancient Curse. (Targets the front row.) Deactivate flag 5.
  97.  
  98. Else:
  99. 49% chance to cast Judgement. (Standard targeting.) Activate flag 5.
  100. 51% chance to use a regular attack. (Standard targeting.)
  101.  
  102. Else:
  103. If flag 5 is not active, cast Judgement. (Standard targeting.) Activate flag 5.
  104.  
  105. Else, use a regular attack. (Standard targeting.) Deactivate flag 5.
  106.  
  107. Yellow Heart
  108. ============
  109. Level: 96
  110. EXP: 0
  111. Stats:
  112. -HP: 3058
  113. -STR: 157
  114. -VIT: 118
  115. -AGI: 105
  116. -LUC: 118
  117. -INT: 165
  118. -WIS: 109
  119. Attack type: Bash
  120. Damage types:
  121. -Cut: 100%
  122. -Bash: 100%
  123. -Stab: 100%
  124. -Fire: 150%
  125. -Ice: 100%
  126. -Volt: 0%
  127. -Almighty: 100%
  128. Disables:
  129. -Instant Death: 0%
  130. -Petrification: 0%
  131. -Sleep: 0%
  132. -Panic: 0%
  133. -Poison: 0%
  134. -Blind: 0%
  135. -Paralysis: 0%
  136. -Curse: 0%
  137. -Stun: 0%
  138. -Head Bind: 0%
  139. -Arm Bind: 0%
  140. -Leg Bind: 0%
  141.  
  142. Skills:
  143. -Resonant Thunder (1): Does not use a body part. Places a buff on the target that increases their physical and elemental defenses by 50% for 4 turns. Has a speed modifier of +10.
  144. -Resonant Thunder (2): Does not use a body part. Places a buff on the target that increases their physical and elemental defenses by 50% for 4 turns. Has a speed modifier of +10.
  145. -Resonant Thunder (3): Does not use a body part. Places a buff on the target that increases their physical and elemental defenses by 50% for 4 turns. Has a speed modifier of +10.
  146.  
  147. Yellow Heart AI Script:
  148.  
  149. If no one has the Resonant Thunder (1) buff, cast Resonant Thunder. (Targets Storm Emperor.)
  150.  
  151. If no one has the Resonant Thunder (2) buff, cast Resonant Thunder. (Targets Storm Emperor.)
  152.  
  153. If no one has the Resonant Thunder (3) buff, cast Resonant Thunder. (Targets Storm Emperor.)
  154.  
  155. Else, do nothing.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement