Advertisement
EmilyBrooks

medeus notes

Feb 21st, 2020
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. This might be incorrect in places, I'll try to update it if I find inconsistencies
  2.  
  3. # medeus phase 2
  4. medeus always takes 2 actions per round
  5.  
  6. during phase 2 tail will specifically target units weak to sword
  7.  
  8. r1
  9. dark breath
  10. giant fang
  11.  
  12. rest of the fight:
  13.  
  14. special case:
  15. if all player units are protected by both attack and magic mirrors
  16. megidolaon
  17. megidolaon
  18.  
  19. special case
  20. if hp% less than or equal to 60 and dies irae hasn't happened yet
  21. (whatever magic spell for the given hp threshold)
  22. energy drain
  23.  
  24. special case
  25. if medeus is triple debuffed
  26. (whatever magic spell for the given hp threshold)
  27. dekunda
  28. (energy drain will happen next round)
  29.  
  30. - a counter goes up by 1 every round
  31. - the game uses this to check for energy drain every round(and subsequently queue dies irae for next round)
  32. - basically, there's a 50% chance of there being an energy drain on the second round after dies irae. if it doesns't happen then, it will force it to happen next round.
  33. - if energy drain doesn't happen then bite or sword happens like normal
  34.  
  35. - if all players are protected by attack mirrors (but not all of them are protected by magic mirrors, or else the megidolaon attack will take precedence), medeus will skip this counter and energy drain on his second attack.
  36.  
  37. rest of the fight:
  38. if hp% is between 80 and 100
  39. randomly pick either bite or sword
  40. the one he picks now is less likely to be picked next attack
  41.  
  42. if hp% is between 65 and 80
  43. ziodyne or dies irae
  44. giant fang or energy drain
  45.  
  46. if hp% is between 50 and 65
  47. zandyne or dies irae
  48. giant fang or energy drain
  49.  
  50. if hp% less than or equal to 50 and at least one of the player units isn't triple debuffed
  51. (this happens only once)
  52. dark breath
  53. (this can happen on his first or second attack that round)
  54.  
  55. if hp% is between 35 and 50
  56. maragidyne or dies irae
  57. tail or energy drain
  58.  
  59. if hp% is between 20 and 35
  60. mabufudyne or dies irae
  61. giant fang or energy drain
  62.  
  63. if hp% is between 0 and 20
  64. megidolaon or dies irae
  65. tail or energy drain
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement