Skip to content

ggNovelty/PA_Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

PA_Tools

Some (badly written) tools to check PokeAlarm's base_stats.json against the Game Master. May be useful from time to time as new Pokemon are added or as base stats are modified. Currently only checks Attack, Defense, and Stamina values.

Everything here uses Python3.

You will need a fresh copy of the Game Master in json format. Recommended: PokeMiners

#To use:

  • First, try to get base_stats.json and game_master.json within the same folder as these scripts. If not possible, make sure to edit them to point to the correct location.

  • Second, run check_stats.py. This will generate a new json file, stats_differ.json. Double check some of the values in this file to make sure everything ran properly.

  • Finally, run write_stats.py. It will modify base_stats.json, overwriting the old values with new ones from the Game Master.

About

Scripts to help upkeep PokeAlarm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages