Advertisement
DrFetus

EO3 Anemone Data

Apr 27th, 2017
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. Anemone:
  2. Level: 65
  3. HP: 17000
  4. STR: 61
  5. VIT: 68
  6. TEC: 62
  7. AGI: 52
  8. LUC: 49
  9. Attack Type: Stab
  10. Exp: 160000
  11. Drop 1: Dimension Disc – 100% drop rate if you don't get drop 3.
  12. Drop 2: N/A
  13. Drop 3: Blue Bone – 100% drop rate if you don’t kill with elemental damage.
  14.  
  15. Damage Resistances:
  16. Cut: 25%
  17. Bash: 25%
  18. Stab: 25%
  19. Fire: 150%
  20. Ice: 150%
  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. Tentacle Grab: Uses the Legs. Attempts to inflict head, arm, and leg binds on all party members, and has a 30% chance of succeeding. Has an action speed of +/-0.
  45. Cnidocyte Rush: Uses the Arms. Randomly hits the party 4 to 6 times, dealing 110% STR-based Stab damage per hit. Attempts to inflict Poison and Paralysis, with a 40% success rate. Has an accuracy of 150. Has an action speed of +/-0.
  46. Tentacle Reap: Uses the Legs. Deals 10% STR-based Cut damage to the entire party. Has a 1% chance to instantly kill the targets. Instant death success rate becomes 50% if the targets are either Poisoned or Paralyzed. Has an accuracy of 90. Has an action speed of +/-0.
  47. Tentacle Suck: Uses the Legs. Deals 150% STR-based Bash damage to the entire party. Anemone is then healed for twice the damage dealt. Deals more damage the more binds the targets have. Damage is equal to [Skill Power * 2 ^ Number of Binds on the Target]. Has an accuracy of 99. Has an action speed of +/-0.
  48.  
  49. AI Script:
  50.  
  51. If HP is below 31%, Cnidocyte Rush cannot be cast again until Tentacle Grab is cast.
  52.  
  53. From 100% to 61% HP:
  54.  
  55. If at least one party member has their head, arms, or legs bound:
  56.  
  57. 59% chance to cast Tentacle Suck. (Standard targeting.)
  58. 10% chance to cast Tentacle Grab. (Standard targeting.)
  59. 31% chance to cast Tentacle Reap. (Standard targeting.)
  60.  
  61. Else:
  62.  
  63. 79% chance to cast Tentacle Grab. (Standard targeting.)
  64. 10% chance to cast Tentacle Reap. (Standard targeting.)
  65. 11% chance to cast Tentacle Suck. (Standard targeting.)
  66.  
  67. From 60% to 31% HP:
  68.  
  69. If at least one party member is Poisoned or Paralyzed:
  70.  
  71. 59% chance to cast Tentacle Reap. (Standard targeting.)
  72. 10% chance to cast Cnidocyte Rush. (Standard targeting.)
  73. 31% chance to cast Tentacle Suck. (Standard targeting.)
  74.  
  75. Else:
  76.  
  77. 69% chance to cast Cnidocyte Rush. (Standard targeting.)
  78. 20% chance to cast Tentacle Reap. (Standard targeting.)
  79. 11% chance to cast Tentacle Suck. (Standard targeting.)
  80.  
  81. From 30% HP to death:
  82.  
  83. If at least one party member has their head, arms, or legs bound:
  84.  
  85. Cast Tentacle Suck. (Standard targeting.)
  86.  
  87. If not, move onto the next routine.
  88.  
  89. If at least one party member is Poisoned or Paralyzed:
  90.  
  91. Cast Tentacle Reap. (Standard targeting.)
  92.  
  93. Else:
  94.  
  95. 79% chance to cast Cnidocyte Rush. (Standard targeting.)
  96. 21% chance to cast Tentacle Grab. (Standard targeting.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement