Rules: Mega Evolution

Section 2.E

These are rules related to Mega Evolution.

"wildMegaEvolution"

You can use this rule to flag wild Pokemon encountered in this battle as capable of using Mega Evolution if they are holding the appropriate Mega Stone, even though they don't have a trainer with a Mega Ring. Wild Pokemon will always Mega Evolve immediately upon being encountered, prior to any commands even being entered. This is entered as setBattleRule("wildMegaEvolution")

When this rule is enabled, the "disablePokeBalls" Battle Rule is also enabled. This will persist until the wild Mega Pokemon reaches its damage threshold and its Mega Evolved state ends. After which, Poke Balls will become useable again.

If the SOS Battles plugin is installed, the "SOSBattle" and "totemBattle" rules are ignored and turned off for this battle.

"noMegaEvolution"

You can use this rule to disable the ability to use Mega Evolution for certain trainers in this battle, even if they meet all the criteria otherwise. You can disable this for the player's side of the field, the opponent's, or for all trainers. This is entered as setBattleRule("noMegaEvolution", Symbol), where "Symbol" can be any one of the following:

  • :Player All trainers on the player's side will be unable to use Mega Evolution.

  • :Opponent All trainers on the opponent's side will be unable to use Mega Evolution.

  • :All All trainers on both sides in this battle will be unable to use Mega Evolution.

Last updated