Search results for query: *

  • Users: afnleaf
  • Content: Threads
  • Order by date
  1. Programming chiy.uk - a webserver for high quality pokemon art

    https://chiy.uk/ github repo API The basic get request you can make is https://chiy.uk/full/bulbasaur. This will return a png file of the pokemon bulbasaur. Pokemon names contain spaces and some weird apostrophes, these get encoded out of the images and replaced with %20 or %27 respectively...
  2. Programming Pkautocalc - A Multi Pokemon Damage Calculator

    https://pkautocalc.duckdns.org/ This web app harnesses the smogon damage calculator API. It automates the damage calculation process you might do when trying to EV one or more of your pokemon. You can test your spreads against any number of enemies, attacking and defending. I got tired of...
  3. Programming Pokepaste image fix

    Pokepastefix - an extension to replace missing images I wrote up a chrome extension to fix the missing DLC pokemon images on https://pokepast.es/. It looks through every pokemon's name in a paste, if a match is found, the image is replaced with a working URL. I'm not sure when pokepaste will...
Back
Top