scripts.fill_in_monster_slugs module

Tool for quickly filling in slugs into monster json data files.

This tool may or may not have much use beyond brute force fixing of some translation issues.

The script will read a tuxemon json file, read the slug, then fill in sane defaults for the name, description, and category.

If values are already existing, then it will not overwrite them.

For most, if not all, situations, this will be the best format for the current slug/translation system as of 2016-07-17.

This is not json aware, so the order of the file elements will not change. Attempting to rewrite this using a json lib will likely reorder the files and make them less tidy.

  • Leif