You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the IVs/EVs are shown, but not the stats.
What I'm thinking is in Pokemon.print(), add a tooltip to the pokemon image (using alt='...') to show the fully calculated pokemon stats: X HP, X Atk, X Def, ...
That means that there'll probably be a function Pokemon.stat(i) giving the stat at index i.
If you need to replace EVs.att by EVs.evs[1], etc., i'm all for it.
The text was updated successfully, but these errors were encountered:
PO now has teamPokeStat(id, team, poke, stat) to return the stat of a pokemon at slot X. Though if the pokemon isn't in any team, it's not possible to use that.
Currently the IVs/EVs are shown, but not the stats.
What I'm thinking is in Pokemon.print(), add a tooltip to the pokemon image (using alt='...') to show the fully calculated pokemon stats: X HP, X Atk, X Def, ...
That means that there'll probably be a function Pokemon.stat(i) giving the stat at index i.
If you need to replace EVs.att by EVs.evs[1], etc., i'm all for it.
The text was updated successfully, but these errors were encountered: