Dynamax: Animations
Section 7.E.4
Last updated
Section 7.E.4
Last updated
The Deluxe Battle Kit incorporates various animation utilities which it uses to animate Mega Evolution and Primal Reversion. This plugin utilizes these same utilities to implement a new animation for Dynamax that is built in the same animation style.
There's a bit to explain about these animations and how they work, so I'll provide a break down of everything in this section.
Note: If you already have an existing Dynamax animation which is stored as a Common animation named "Dynamax"
, that animation will take priority over the animation added by this plugin. This means that there's no risk of your animation being overwritten or ignored, nor do you need to change anything to make this plugin compatible.
Trainer Dynamax
Dynamax typically requires a trainer with a Dynamax Band and an eligible Pokemon while on a Power Spot. If so, the option to Dynamax that Pokemon will appear in battle. When triggered, the Dynamax animation will play.
There will be slight differences in the animation based on which side of the field the Dynamaxed Pokemon is on. Pokemon on the player's side of the field will face right, and their trainer will slide in from off screen on the left. If the Pokemon is on the opponent's side of the field, they will face left and their trainer will slide in from off screen on the right. This helps distinguish if the Dynamaxed Pokemon is friend or foe during the animation.
Dynamax animations will always display the trainer's Dynamax Band above the trainer during the animation. The trainer's item may not always be the same, however. The Dynamax Band is the default item used, but it's possible to give trainers unique items that trigger Dynamax. If you create unique Dynamax items for a trainer to utilize along with the necessary sprites, then the sprite for that unique item will appear in this animation instead of the default Dynamax Band.
Wild Dynamax
Typically, wild Pokemon are incapable of Dynamaxing. This is because a trainer with a corresponding Dynamax Band is required. However, this plugin includes a feature that allows wild Pokemon to Dynamax on their own without a trainer, by utilizing the "wildDynamax" Battle Rule (more details on this can be found in the "Dynamax: Battle Rules" subsection). This bypasses the Dynamax Band requirement, allowing the wild Pokemon to Dynamax.
The animation for wild Dynamax is very different, since the trainer and the user's Poke Ball play a prominent role in the standard animation. Because of this, the Dynamax animation used for wild Pokemon is much more simplified.
Animation Utilities
Skipping Animations
You may have noticed in the examples above that during the Dynamax animation, a button prompt on the bottom left-hand corner of the screen appears. This "skip" button indicates that you can cut the animation short by pressing the Action
key. Pressing it will immediately end the animation, allowing you to get right back to the battle if you grow tired of sitting through these animations.
Turning Off Animations
If you want to turn these animations off entirely, there are two ways to accomplish this. First, you may do so by turning off battle animations completely in the Options menu.
If so, this animation will also be turned off. Instead, the trainer will simply recall their Pokemon and send them back out in Dynamax form, implying that the entire Dynamax process is simply happening off screen. New lines of battle text will be also be displayed to indicate this.
For wild Pokemon in particular, they will instead use a generic "quick-change" animation which happens instantaneously.
The second way to turn off the animation would be to open the settings file in this plugin. Here, you'll find the setting SHOW_DYNAMAX_ANIM
. If you set this to false
, the Dynamax animation will be shut off permanently, and will be replaced with the above examples, even when battle animations are turned on.
Dynamax Icon
When a Pokemon is Dynamaxed, an icon will be displayed next to their databox to indicate this. This is similar to icons for other mechanics such as Mega Evolution and Primal Reversion.