Advertisement
DrFetus

EO3 Leviathan Data

Apr 28th, 2017
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. Leviathan:
  2. Level: 68
  3. HP: 17440
  4. STR: 65
  5. VIT: 61
  6. TEC: 66
  7. AGI: 52
  8. LUC: 51
  9. Attack Type: Stab
  10. Exp: 68000
  11. Drop 1: Dragon Weave – 100% drop rate if you don't get drop 3.
  12. Drop 2: N/A
  13. Drop 3: Tsunami Fang – 20% drop rate.
  14.  
  15. Damage Resistances:
  16. Cut: 150%
  17. Bash: 50%
  18. Stab: 50%
  19. Fire: 50%
  20. Ice: 150%
  21. Volt: 50%
  22.  
  23. Ailment Resistances:
  24. Sleep: 10%
  25. Confusion: 30%
  26. Plague: 10%
  27. Poison: 10%
  28. Blind: 10%
  29. Curse: 30%
  30. Paralysis: 10%
  31.  
  32. Bind Resistances:
  33. Head: 30%
  34. Arm: 30%
  35. Leg: 30%
  36.  
  37. Other Resistances:
  38. Death: 1%, then 12%
  39. Petrification: 1%, then 12%
  40. Stun: 30%
  41.  
  42. Skills:
  43.  
  44. Fuming Snort: Uses the Head. Lowers the party’s accuracy by 70 for 4 turns and has a 30% chance to inflict Plague. Has an action speed of +3.
  45. Fumes: Uses the Head. Deals 150% TEC-based Fire damage to one row. Has an accuracy of 100. Has an action speed of -10.
  46. Tie Up: Uses the Legs. Deals 50% STR-based Bash damage to the entire party. Attempts to bind the targets’ head, arms, and legs, with a 20% success rate. Has an accuracy of 90. Has an action speed of +/-0.
  47. Overeat: Uses the Head. Deals 200% STR-based Cut damage to one party member. Leviathan is then healed for twice the damage dealt. If the target has the Plague, the damage is quintupled. Has an accuracy of 150. Has an action speed of +/-0.
  48. Hard Scale: Uses the Head. Reduces the amount of physical damage Leviathan to 20% for 4 turns. Has an action speed of +/-0.
  49. Cold Wave: Uses the Head. Randomly hits the party 4 to 6 times, dealing 50% TEC-based Ice damage per hit. Attempts to stun the targets with a 50% success rate. Has an accuracy of 90. Has an action speed of +3.
  50.  
  51. AI Script:
  52.  
  53. If HP is below 11% and someone has the Plague, cast Overeat. (Targets party members with an ailment.)
  54. If HP is below 76% and someone has the Plague, 49% chance to cast Overeat. (Targets party members with an ailment.)
  55. Else, move onto the appropriate routine.
  56.  
  57. From 100% to 91% HP:
  58.  
  59. 29% chance to cast Tie Up. (Standard targeting.)
  60. 30% chance to cast Fumes. (Standard targeting.)
  61. 41% chance to cast Cold Wave. (Standard targeting.)
  62.  
  63. From 90% to 41% HP:
  64.  
  65. Cast Hard Scale on turns that are multiples of 5. (Targets self.)
  66. Cast Overeat after using Hard Scale. (Standard targeting.)
  67.  
  68. 9% chance to cast Fuming Snort (Standard targeting.)
  69. 50% chance to cast Fumes. (Standard targeting.)
  70. 41% chance to cast Cold Wave. (Standard targeting.)
  71.  
  72. From 41% HP to death:
  73.  
  74. If at least one party member has the Plague:
  75.  
  76. 49% chance to cast Overeat. (Targets party members with an ailment.)
  77. 30% chance to cast Cold Wave. (Standard targeting.)
  78. 10% chance to cast Tie Up. (Standard targeting.)
  79. 11% chance to cast Fumes. (Standard targeting.)
  80.  
  81. If not, move onto the next routine.
  82.  
  83. If at least one party member has a body part bound:
  84.  
  85. 9% chance to cast Overeat. (Standard targeting.)
  86. 30% chance to cast Cold Wave. (Standard targeting.)
  87. 40% chance to cast Fumes. (Standard targeting.)
  88. 21% chance to cast Fuming Snort (Standard targeting.)
  89.  
  90. If not, move onto the next routine.
  91.  
  92. Else:
  93.  
  94. 49% chance to cast Fuming Snort (Standard targeting.)
  95. 20% chance to cast Tie Up. (Standard targeting.)
  96. 10% chance to cast Cold Wave. (Standard targeting.)
  97. 10% chance to cast Fumes. (Standard targeting.)
  98. 11% chance to cast Overeat. (Standard targeting.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement