damage-calc
damage-calc copied to clipboard
To Do list
I figured putting a todo list on the GitHub repo itself might be beneficial as it's much easier for developers to see what still needs to be done.
~~1: Fix Mega's/alolan Pokémon search
currently the calculator doesn't support searching for the Pokémons Mega or Alola forms. If you wanted to search for mega metagross for example, you'd have to type "metagross-mega". Changing the getSetOptions
function in ap_calc.js
should be the solution here~~
~~2: Fix best move auto selection
currently when you change a pokemons EVs after already doing a calc it will redirect you off of the move that was previously the strongest. This is annoying people so adding a lock-move option might be a good thing to have, the best being if you double click on a move it stays highlighted.~~
~~3: Add forme-change option
a dropdown option that changes the Pokémons forme but not the set. This would require adding hasAltForm
in pokedex_js
~~
~~4: Imported sets only mode
an option where only your imported sets show up on the left side of the calc, while the other showing sets from setdex_**.js
~~
~~5: Fix stat dropping moves KO-Chance
auto calculate ko chance with moves that drop a users stats. Pretty straight forward, add dropsStats
to any relevant move in moves.js
then change any relevant code in ko_chance.js
~~
~~6: Show percent recovered from moves that drain health
There's probably a lot of ways this could be implemented, we could put it right next to the damage output, we could put it under the damage rolls, or just make a new section. The move data part is already done with givesHealth
.~~
7: take into account defense drops after pokemon with Weak Armor or Stamina get hit by a multi hit move when generating the ko chance.
~~8:Add a “clear” button for custom sets. Create a button that erases all imported custom sets
~~
@MagiaSN feel free to tackle any of these if you're interested :)
@AustinXII I will, just have something else to do recently :)
1 and 3 done in #157
Can I join in ? 6 looks easy so I probably will be able to deal with it.
This is open to anyone :) feel free
2 was done in #164
Can you strike through the list elements that have been made, please ?
Yeah @Ntonio36 last time I tried the syntax didn’t work for some reason
N°6 done in #180 and #181
Number 8 done in #190
Can we add in an export tool for all the presets? Like it would be nice if I could just pull a pokemon off of damage calculator and put it into my team.
Export option added in #217.