Advertisement
DrFetus

EON Golem Data

Sep 13th, 2018
684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. Golem
  2. =====
  3. Level: 25
  4. EXP: 2550
  5. Stats:
  6. -HP: 4608
  7. -STR: 46
  8. -VIT: 25
  9. -AGI: 18
  10. -LUC: 28
  11. -INT: 19
  12. -WIS: 28
  13. Attack type: Bash
  14. Damage types:
  15. -Cut: 50%
  16. -Bash: 50%
  17. -Stab: 50%
  18. -Fire: 150%
  19. -Ice: 150%
  20. -Volt: 150%
  21. -Almighty: 100%
  22. Disables:
  23. -Instant Death: 10%
  24. -Petrification: 0%
  25. -Sleep: 50%
  26. -Panic: 25%
  27. -Poison: 75%
  28. -Blind: 25%
  29. -Paralysis: 75%
  30. -Curse: 25%
  31. -Stun: 10%
  32. -Head Bind: 75%
  33. -Arm Bind: 50%
  34. -Leg Bind: 75%
  35.  
  36. Skills:
  37. -Reflection: Does not use a body part. Counters any elemental damage taken on the current turn with Almighty damage that's equal to 2 times the damage taken. Has a speed modifier of 500%.
  38. -Rock Hammer: Uses the arms. Deals melee 160% STR-based Bash damage to one party member. Has an accuracy of 99%. Has a speed modifier of 70%.
  39. -Sledge Hammer: Uses the arms. Deals melee 135% STR-based Bash damage to one party member, dealing 50% splash damage to adjacent targets. Has an accuracy of 99%. Has a speed modifier of 70%.
  40. -Regen: Uses the head. Places a buff on the user that restores 469 HP to them for 4 turns. Has a speed modifier of 100%.
  41. -Endure: Passive. Allows the user to survive one mortal blow, restoring 50% of their HP once activated.
  42.  
  43. AI Script:
  44.  
  45. If HP is below 51%, cast Regen on turns that are multiples of 5. (Targets self.)
  46.  
  47. If self was damaged with Fire, Ice, or Volt last turn:
  48. 79% chance to cast Reflection. (Targets self.)
  49. 21% chance to cast Sledge Hammer. (Targets the back row.)
  50.  
  51. If HP is below 31%:
  52. If an incoming attack has the Fire, Ice, or Volt damage type in it:
  53. 40% chance to cast Reflection. (Targets self.)
  54. 60% chance to cast Sledge Hammer. (Targets the back row.)
  55. Else:
  56. 30% chance to cast Rock Hammer. (Standard targeting.)
  57. 60% chance to cast Sledge Hammer. (Standard targeting.)
  58. 10% chance to use a regular attack. (Targets the party member with the lowest HP.)
  59.  
  60. If HP is below 51%:
  61. If an incoming attack has the Fire, Ice, or Volt damage type in it:
  62. 10% chance to cast Reflection. (Targets self.)
  63. 90% chance to cast Sledge Hammer. (Targets the back row.)
  64. Else:
  65. 60% chance to cast Rock Hammer. (Standard targeting.)
  66. 30% chance to cast Sledge Hammer. (Standard targeting.)
  67. 10% chance to use a regular attack. (Targets the party member with the lowest HP.)
  68.  
  69. If HP is below 81%:
  70. If an incoming attack has the Fire, Ice, or Volt damage type in it:
  71. 5% chance to cast Reflection. (Targets self.)
  72. 95% chance to cast Sledge Hammer. (Targets the back row.)
  73. Else:
  74. 50% chance to cast Rock Hammer. (Standard targeting.)
  75. 15% chance to cast Sledge Hammer. (Standard targeting.)
  76. 35% chance to use a regular attack. (Targets the party member with the lowest HP.)
  77.  
  78. Else:
  79. 40% chance to cast Rock Hammer. (Standard targeting.)
  80. 10% chance to cast Sledge Hammer. (Standard targeting.)
  81. 50% chance to use a regular attack. (Targets the party member with the lowest HP.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement