Contribute to Me Now - Share via - - Google+ - E-mail

Pokémon Ruby Version, Sapphire Version, and Emerald Version - Critical Hit Method

Pokémon Ruby Version, Sapphire Version, and Emerald Version - Critical Hit Method

Tags: pokemon-ruby-sapphire-and-emerald, battle-system, in-depth-guides, criticalhits

  • Set C to 0.
  • If Focus Energy is in effect for attacker, add 2 to C.
  • If attack has a "good chance for a critical hit", add 1 to C.
  • If attacker’s current species is Chansey and the attacker is holding Lucky Punch, add 2 to C.
  • If attacker’s current species is Farfetch’d and the attacker is holding Stick, add 2 to C.
  • If attacker is holding Scope Lens, add 1 to C.
  • The critical hit ratio is as follows:
    • C = 0: 1/16
    • C = 1: 1/8
    • C = 2: 1/4
    • C = 3: 1/3
    • C = 4 or more: 1/2