Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome to Smogon! Take a moment to read the Introduction to Smogon for a run-down on everything Smogon, and make sure you take some time to read the global rules.
So, I've been SR'ing for a Suicune for Maison use (and possibly competitive wifi if I ever feel like it). Current candidate is Bold and has 30/x/31/31/31/28 IVs. Wasn't sure whether to keep him, or spend however many hours it would take to get something even closer to perfect (the slight ding...
It's working. Excellent.
import json
# Used for analyzing data posted by Antar from Smogon simulators
# Server address: http://sim.smogon.com:8080/Stats/
file = input('Which file do you want to analyze?\n')
f = open(file)
a = json.load(f)
# Data becomes a nested dictionary
# First layer...
Working on analyzing the raw data myself to get the information I want. It's actually going pretty well (hooray for Python), but I have a question about the data format- in the raw data, each unique spread for a Pokemon is paired with a number. What exactly does that number represent? I was...
You are correct that it wouldn't show Speed investment; I will admit I wasn't thinking of that at the time. My ulterior motive is that I breed Pokemon in-game, so it helps to know which natures to give them (since natures can't be adjusted after hatching, while EV spreads can be set later)...
I was wondering, how is the data for spreads (nature and EVs) stored in the raw data? I ask because for quite a few Pokemon, they have a diversity of spreads, so listing only the most common ones winds up with 50% or more of the spreads listed under "other". Obviously you can't display every...
YES! Finally beat Multi Battles to get every trophy after several tries. Special thanks to Catharsis, who let me use his Gallade/Typhlosion AI partner.
Currently have every Super Battle mode on 50 wins. Not sure which I want to focus on next.