Make the showing of IV/moves optional for the map
I'd love an extra switch for showing dps or not as well.
I'd like to see the actual IV values as well, not only the %.
@manolomanila You can get a good output of IVs as well as percent. I have mine set to show the following on the popup when clicking on any Pokemon. You can get the same by editing the main.js file. Make sure to copy the file first so if anything goes wrong you can revert and try again.
sample popup:
Exeggutor IV: 13 | 13 | 12 (84%) MoveSet: Zen Headbutt | Solar Beam
@stunnaspinz Thank you.
Added this under function getPopupContent, line 64:
content += 'Individual Values: ' + ' ( ' + item.atk + ' / ' + item.def + ' / ' + item.sta + ' ) ' + '<br>';
@manolomanila That works just fine.. I added mine to show the individual IVs and the %
var totaliv = 100 * (item.atk + item.def + item.sta) / 45; content += '<'b >IV:</'b > ' + item.atk + ' | '+ item.def + ' | '+ item.sta content += ' (' +totaliv.toFixed(0) + '%)</'br >';
the requests that you are making here are not related to this PR, that kind of change should be a own PR
added IV details as #163
Why wouldn't you want to display that information if you have it?
as we have quite some gps spoofers sniping the pokemon so we have a public and a invite only map
I am looking someone to make a bot with monocle maps and reporting iv cp and moveset Message me on discord Or reply here