Modserver modding

Alright so I know how to alter a pokemons stats, moves, type etc., but how would I go about editing a moves BP, accuracy or effect rate?
 
First, you have to have set up the server to build from the sources, and then for the things you listed you navigate to mechanics/moves/MoveList.java. It should be pretty self explanatory how to modify those values. Once you are done, just build the server and you're good to go
 
Back
Top