Here we go; the Gen 8 Battle Stadium Singles Damage Calculator, brought to you by myself and Lego! We've modded the shit out of this thing to make all your level 50 calculations as easy as possible. It should have pre-loaded sets for every relevant BSS Pokemon, however you can add your own with the "Import Set" feature for when you need to quickly bring up your team-specific spreads. If you notice something's missing that you think everyone would benefit from being able to calc, please provide it here in this thread so we can add it ASAP. Use this tool to paste a PS importable moveset directly into it, and it'll spit out some code for us!
you paste this:
Which gives us this:
Paste what you get between [HTML][/HTML] tags to keep the formatting and we'll love you forever!
HTML:
Example Name (Aegislash) @ Safety Goggles
Ability: Stance Change
EVs: 69 HP / 4 Atk / 20 Def
Naughty Nature
- Head Smash
- Frustration
- Gyro Ball
- Hidden Power Ice
HTML:
"Aegislash" {
"Example Name": {
"level": 50,
"evs": {
"hp": 69
"at": 4
"df": 20
},
"nature": "Naughty",
"ability": "Stance Change",
"item": "Safety Goggles",
"moves": [
"Head Smash",
"Frustration",
"Gyro Ball",
"Hidden Power Ice"
]
}
},
Also report any bugs / suggestions here too.
Gen 5 GBU sets will happen in the future