diff --git a/libs/httputils.js b/libs/httputils.js index 77157ba..d43ae8f 100644 --- a/libs/httputils.js +++ b/libs/httputils.js @@ -34,10 +34,20 @@ function _createPokemonCardDiv(cardclass, cardId, pokemon) {
HP: ${pokemon.ivs[Stat["HP"]]}, ATK: ${pokemon.ivs[Stat["ATK"]]}, DEF: ${pokemon.ivs[Stat["DEF"]]}
-
- SPE: ${pokemon.ivs[Stat["SPD"]]}, SPD: ${pokemon.ivs[Stat["SPDEF"]]}, SPA: ${pokemon.ivs[Stat["SPATK"]]} -
- + + + + + + + +
+
+ SPE: ${pokemon.ivs[Stat["SPD"]]}, SPD: ${pokemon.ivs[Stat["SPDEF"]]}, SPA: ${pokemon.ivs[Stat["SPATK"]]} +
+
+ wiki +
${(_weather.type && _weather.turnsLeft) ? `
_weather: ${_weather.type}, Turns Left: ${_weather.turnsLeft}
` : ''}