Advertisement
DrFetus

EO3 Drake Data

Apr 10th, 2017
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. Drake:
  2. Level: 75
  3. HP: 25000
  4. STR: 68
  5. VIT: 78
  6. TEC: 71
  7. AGI: 75
  8. LUC: 56
  9. Attack Type: Cut
  10. Exp: 212500
  11. Drop 1: Reverse Scale – 100% drop rate if you don't get drop 3.
  12. Drop 2: N/A
  13. Drop 3: Iceskin – 100% drop rate if you kill with Ice damage.
  14.  
  15. Damage Resistances:
  16. Cut: 75%
  17. Bash: 75%
  18. Stab: 75%
  19. Fire: 100%
  20. Ice: 0%
  21. Volt: 150%
  22.  
  23. Ailment Resistances:
  24. Sleep: 10%
  25. Confusion: 10%
  26. Plague: 10%
  27. Poison: 10%
  28. Blind: 10%
  29. Curse: 10%
  30. Paralysis: 10%
  31.  
  32. Bind Resistances:
  33. Head: 30%
  34. Arm: 30%
  35. Leg: 30%
  36.  
  37. Other Resistances:
  38. Death: 1%, then 6%
  39. Petrification: 1%, then 6%
  40. Stun: 10%
  41.  
  42. Skills:
  43.  
  44. Frigid: Uses the Head. Deals 300% TEC-based Ice damage to the entire party. Has an accuracy of 150. Has an action speed of +/-0.
  45. Shower: Uses the Arms. Randomly hits the party with Stab damage 3 to 6 times, and deals 130% STR-based damage per hit. Has a 30% chance to inflict Stun. Has an accuracy of 90. Has an action speed of +/-0.
  46. Ice Crush: Uses the Arms. Deals 160% STR-based Bash damage to the entire party. Has a 30% chance to inflict Head bind. Has an accuracy of 180. Has an action speed of +/-0.
  47. Regen: Uses the Head. Places a buff on Drake that heals it at the end of the turn for 4 turns. Has a healing power of 600% (Restores 1278 to 1283 HP.) Has an action speed of +/-0.
  48. Iceblock: Uses the Legs. Places a buff on Drake that subtracts 150% from Drake's Cut, Stab, Bash, and Volt damage multipliers for 4 turns. Has an action speed of +5.
  49.  
  50. AI Script:
  51.  
  52. Cast Frigid on the 1st turn. (Standard targeting.)
  53. If Iceblock was not cast in the past 3 turns, 29% chance to cast Iceblock (Targets self.)
  54. When HP falls below 50%, 59% chance to cast Regen if it was not cast in the last 3 turns. (Targets self.)
  55. If Regen does not get cast, cast Frigid every 5 turns. (Standard targeting.)
  56. Else, move onto the appropriate routine.
  57.  
  58. From 100% to 76% HP:
  59.  
  60. 29% chance to cast Ice Crush. (Standard targeting.)
  61. 71% chance to cast Shower. (Standard targeting.)
  62.  
  63. From 75% to 51% HP:
  64.  
  65. 39% chance to cast Ice Crush. (Standard targeting.)
  66. 61% chance to cast Shower. (Standard targeting.)
  67.  
  68. From 50% to 26% HP:
  69.  
  70. 59% chance to cast Ice Crush. (Standard targeting.)
  71. 31% chance to cast Shower. (Standard targeting.)
  72.  
  73. From 25% HP to death:
  74.  
  75. 29% chance to cast Ice Crush. (Standard targeting.)
  76. 71% chance to cast Shower. (Standard targeting.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement