innerthunder
innerthunder
These moves are fully implemented with a new move attribute, ResetStatusAttr. - Take Heart - Jungle Healing - Lunar Blessing - Purify These moves are fully implemented with another new...
This is a cleaner version of my last pull request... A new attribute `HealPartyStatusAttr` implements the status healing effects of these moves: - Aromatherapy - Heal Bell - Sparkly Swirl...
With the following changes, this fully implements the moves Quick Guard, Wide Guard, Mat Block, and Crafty Shield: - A new arena tag class `ConditionalProtectTag` applies a custom condition function...
I've created a new set of arena tags to implement the abilities of the Treasures of Ruin (namely Vessel of Ruin, Sword of Ruin, Tablets of Ruin, and Beads of...
## What are the changes? This will implement the move Substitute ## Why am I doing these changes? Substitute is (N) ## What did change? ### Current Changes: - `data/battler-tags`:...
## What are the changes the user will see? This implements the move Powder. ## Why am I making these changes? Powder is a fun move. ## What are the...
## What are the changes? No user-facing changes -- this just adds a `simulated` argument to all abilities' `apply` functions in support of future implementation of simulated calls. ## Why...
## What are the changes the user will see? Currently, a player Pokemon's substitute doll does not shift position with the source during transitions between battles of different types (single...
## What are the changes the user will see? - Memory Mushrooms are now purchasable in the shop after Wave 80. They currently cost 4x the base item cost (equivalent...
## What are the changes the user will see? This partially implements [Infiltrator](https://bulbapedia.bulbagarden.net/wiki/Infiltrator_(Ability)). Infiltrator now doesn't bypass the effects of Mist, but otherwise functions as expected. ## Why am I...