Advertisement
Exarion

Gen 3 AI

Dec 23rd, 2022
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. From https://github.com/pret/pokeemerald/blob/master/data/battle_ai_scripts.s#L1519
  2.  
  3. WILL-O-WISP
  4. - If target is resistant to Fire-type attacks, -10
  5.  
  6. SWAGGER
  7. - If user has Psych Up and target's Attack stat is -2 or higher, -5
  8.  
  9. ---------------------
  10. HP THRESHOLDS - USER
  11. ---------------------
  12. EXPLOSION: <50% (encourage), <30% (greatly encourage), otherwise discourage
  13. RECOVER/MILK DRINK/SOFTBOILED/SLACK OFF: <50% (greatly encourage), <70% (no effect), otherwise discourage (might depend on Speed)
  14. REST: <50% (encourage), 40% (greatly encourage), otherwise greatly discourage
  15. STAT-BOOSTING MOVES: <70% (discourage), otherwise encourage
  16. PARALYSIS (IF TIED/FASTER): <70% (discourage), otherwise no effect
  17. TOXIC: <50% (greatly discourage), otherwise no effect
  18.  
  19. ---------------------
  20. HP THRESHOLDS - TARGET
  21. ---------------------
  22. CONFUSE: <70% (discourage), 50% (dismiss), otherwise no effect
  23. TOXIC: <50% (greatly discourage), otherwise no effect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement