Advertisement
DrFetus

EO3 Shin Data

Feb 19th, 2017
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. Shin:
  2. Level: 51
  3. HP: 12420
  4. STR: 45
  5. VIT: 46
  6. TEC: 50
  7. AGI: 42
  8. LUC: 45
  9. Attack Type: Cut
  10. Exp: 34800
  11. Drop 1: Coral Shell – 100% drop rate if you don't get drop 3.
  12. Drop 2: N/A
  13. Drop 3: Fullmoon Crown – 100% drop rate if you kill while head is bound.
  14.  
  15. Damage Resistances:
  16. Cut: 100%
  17. Bash: 100%
  18. Stab: 100%
  19. Fire: 100%
  20. Ice: 100%
  21. Volt: 100%
  22.  
  23. Ailment Resistances:
  24. Sleep: 20%
  25. Confusion: 10%
  26. Plague: 10%
  27. Poison: 10%
  28. Blind: 50%
  29. Curse: 10%
  30. Paralysis: 30%
  31.  
  32. Bind Resistances:
  33. Head: 50%
  34. Arm: 50%
  35. Leg: 50%
  36.  
  37. Other Resistances:
  38. Death: 1%, then 25%
  39. Petrification: 1%, then 25%
  40. Stun: 20%
  41.  
  42. Skills:
  43.  
  44. Devilish Smile: Uses the Head. Attempts to inflict Confusion on the entire party with a 10% success rate. Has an action speed of +/-0.
  45. Misfortune: Uses the Head. Attempts to inflict Plague on the entire party with a 20% success rate. The Plague ticks for 20 damage. Has an action speed of +/-0.
  46. Breath of Envy: Uses the Head. Attempts to inflict Curse on the entire party with a 10% success rate. Has an action speed of +/-0.
  47. Mist Robe: Uses the Head. Increases Shin's physical defenses by 50% for 4 turns. Has an action speed of +/-0.
  48. Cold Stare: Uses the Head. Deals 80% TEC-based Ice damage to the entire party. Has an accuracy of 120. Has an action speed of +/-0.
  49. Demon's Kiss: Uses the Head. Randomly hits the party with Stab damage 2 to 6 times, and deals 50% STR-based damage per hit. Shin is then healed for twice the damage she dealt. If the targets are Confused, Cursed, or infected with Plague, the damage they take is quintupled. Has an accuracy of 99. Has an action speed of +3.
  50.  
  51. AI Script:
  52.  
  53. If HP is not below 26%, cast Mist Robe every 5 turns. (Targets self.)
  54.  
  55. If HP is below 51%:
  56.  
  57. 4% chance to cast Demon Kiss. (Standard targeting.)
  58. If Demon Kiss does not get cast, 49% chance to cast Misfortune. (Standard targeting.)
  59.  
  60. If Misfortune does not get cast, move onto the next routine.
  61.  
  62. If at least 1 party member is cursed:
  63.  
  64. If HP is below 26%, 59% chance to cast Demon Kiss. (Standard targeting.)
  65. If HP is below 51%, 29% chance to cast Demon Kiss. (Standard targeting.)
  66. If HP is below 76%, 14% chance to cast Demon Kiss. (Standard targeting.)
  67. If Demon Kiss does not get cast, cast Cold Stare. (Standard targeting.)
  68.  
  69. If at least 1 party member has the plague:
  70.  
  71. If HP is below 26%, 49% chance to cast Demon Kiss. (Standard targeting.)
  72. If HP is below 51%, 24% chance to cast Demon Kiss. (Standard targeting.)
  73. If HP is below 76%, 11% chance to cast Demon Kiss. (Standard targeting.)
  74. If Demon Kiss does not get cast, move onto the next routine:
  75.  
  76. 34% chance to cast Breath of Envy. (Standard targeting.)
  77. If Breath of Envy does not get cast, cast Cold Stare. (Standard targeting.)
  78.  
  79. If at least 1 party member is confused:
  80.  
  81. If HP is below 26%, 39% chance to cast Demon Kiss. (Standard targeting.)
  82. If HP is below 51%, 19% chance to cast Demon Kiss. (Standard targeting.)
  83. If HP is below 76%, 9% chance to cast Demon Kiss. (Standard targeting.)
  84. If Demon Kiss does not get cast, move onto the next routine:
  85.  
  86. 24% chance to cast Misfortune. (Standard targeting.)
  87. If Misfortune does not get cast, 69% chance to cast Breath of Envy. (Standard targeting.)
  88. If Breath of Envy does not get cast, cast Cold Stare. (Standard targeting.)
  89.  
  90. Else:
  91.  
  92. 44% chance to cast Devilish Smile. (Standard targeting.)
  93. 20% chance to cast Misfortune. (Standard targeting.)
  94. 36% chance to cast Breath of Envy. (Standard targeting.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement