We are in the process of making Sage's Pokemon work in Pokemon Showdown. This will allow us to test stats, moves and teams before we vote on them. Eventually it may be used for multiplayer if we have a server to host our version. Contrary to previous replies from Showdown telling us to give up on it there is this simple tutorial explaining how to add Pokemon:
https://gist.github.com/dtalley11/8789538TO DO:
-Pokemon 150-200 need baste stats, evolutions, abilities, height, weight, color and egg groups (data/pokemon.js)
-All Pokemon need prevos (data/pokemon.js)
-All Pokemon need proofreading (data/pokemon.js)
-All Pokemon need movesets (date/learnset.js)
-Some Pokemon need alternate forms
-Custom moves and abilities need to be programmed
The files are hosted on github in two projects:
https://github.com/SageFox/Pokemon-Showdown-Sagehttps://github.com/SageFox/Pokemon-Showdown-Client-SageGit is a code management tool that allows everyone to make changes to the code on their own pc and and then upload them to the shared project. The proper recommended way to contribute is described here:
https://guides.github.com/activities/forking/If this is too complicated for you and you don't even want to try running Showdown on your pc anyway just sign up and ask in thread about being added as a collaborator. Then you can edit files directly on github.