-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for moves breaking screens (#649)
In these examples, Zen Headbutt's Base Power is increased to match that of Psychic Fangs. Before: `0 Atk Mew Zen Headbutt vs. 0 HP / 0 Def Mew through Reflect: 23-27 (6.7 - 7.9%) -- possibly the worst move ever` `0 Atk Mew Psychic Fangs vs. 0 HP / 0 Def Mew through Reflect: 23-27 (6.7 - 7.9%) -- possibly the worst move ever` After: `0 Atk Mew Zen Headbutt vs. 0 HP / 0 Def Mew through Reflect: 23-27 (6.7 - 7.9%) -- possibly the worst move ever` `0 Atk Mew Psychic Fangs vs. 0 HP / 0 Def Mew: 46-54 (13.4 - 15.8%) -- possible 7HKO` Fixes https://www.smogon.com/forums/posts/10281815
- Loading branch information
1 parent
0f40891
commit 27588bd
Showing
5 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters