Kirino test documentation - player data files
Back to index

races:

This file contains a list of races to be chosen at random (Or cycled in the future) by the player or player class constructor.

It should be formatted following these rules:
1.- Only one race per line
2.- No capitalization. If capitalizing is required, it will be done before printing the information
3.- Try to avoid empty lines
classes:

This file contains a list of classes to be chosen at random (Or cycled in the future) by the player or player class constructor.

It should be formatted following these rules:
1.- Only one class per line
2.- No capitalization. If capitalizing is required, it will be done before printing the information
3.- Try to avoid empty lines