OU Weakness Checker (BreakMyTeam style)
Link to the tool: http://hidden50.github.io/brmt/
How to use it
Click on a Pokémon to add or remove it from the team. The threatlist on the right updates to reveal which offensive threats you are least prepared for.
The edit field on the left will filter the list below it after you type a few letters; just press enter to add the top entry to the team, or to remove it if it's already in it.
Hover the mouse pointer over a threat to reveal its full list of checks. Click on any of them to add it to the team.
What it is
This is a tool to find weaknesses in a Pokémon team. The term comes from the original (but outdated) Sweepercalc.
While Sweepercalc was based on a damage calculator, this uses the OU Checks Compendium which is much more accurate. It's a javascript implementation of my windows program, CompGen.
How it works on the inside
(1) CompGen can create a computer-friendly (text based) version of any compendium on Smogon. The first step is to take the OU Checks Compendium (computer version) and deletie any checks the current team doesn't have.
(2) Next we sort those threats by the number of Checks remaining, so that anything the team doesn't check will be at the top.
(3) Finally we need to convert the text based output back into images, to make it look pretty. This is quite easy, since each pokemon entry begins with its serebii.net dex number. All we need to do is put it into a link, i.e.
Credits
OU Checks Compendium by Tressed, originally by Agent Gibbs.
Sweepercalc by migetno1.
Contact me
My ps nick is Orda-Y. Feel free to pm me about feature requests or bugs.
Shoutouts
Shoutout to m00ns for the most positive feedback I've ever gotten on a programming project.
To Tressed and Agent Gibbs for making all of this possible,
and finally to Alkov, LucosDICampos, Ajwf, Omegasization, Wiz T7, Team Pokepals, Teremiare and Terrakion, so they know this project now has a thread.
The original (now outdated) version can be found at https://dl.dropboxusercontent.com/u/9207945/rmt.html
Link to the tool: http://hidden50.github.io/brmt/
Approved by NixHex a long time ago, I finally got around to posting this.
How to use it
Click on a Pokémon to add or remove it from the team. The threatlist on the right updates to reveal which offensive threats you are least prepared for.
The edit field on the left will filter the list below it after you type a few letters; just press enter to add the top entry to the team, or to remove it if it's already in it.
Hover the mouse pointer over a threat to reveal its full list of checks. Click on any of them to add it to the team.
What it is
This is a tool to find weaknesses in a Pokémon team. The term comes from the original (but outdated) Sweepercalc.
While Sweepercalc was based on a damage calculator, this uses the OU Checks Compendium which is much more accurate. It's a javascript implementation of my windows program, CompGen.
How it works on the inside
(1) CompGen can create a computer-friendly (text based) version of any compendium on Smogon. The first step is to take the OU Checks Compendium (computer version) and deletie any checks the current team doesn't have.
(2) Next we sort those threats by the number of Checks remaining, so that anything the team doesn't check will be at the top.
(3) Finally we need to convert the text based output back into images, to make it look pretty. This is quite easy, since each pokemon entry begins with its serebii.net dex number. All we need to do is put it into a link, i.e.
Code:
'http://serebii.net/pokedex-xy/icon/' + '720-u' + '.png'
Credits
OU Checks Compendium by Tressed, originally by Agent Gibbs.
Sweepercalc by migetno1.
Contact me
My ps nick is Orda-Y. Feel free to pm me about feature requests or bugs.
Shoutouts
Shoutout to m00ns for the most positive feedback I've ever gotten on a programming project.
To Tressed and Agent Gibbs for making all of this possible,
and finally to Alkov, LucosDICampos, Ajwf, Omegasization, Wiz T7, Team Pokepals, Teremiare and Terrakion, so they know this project now has a thread.
The original (now outdated) version can be found at https://dl.dropboxusercontent.com/u/9207945/rmt.html
Last edited: