PLAYER1 = Sazh
PLAYER2 = Horse
PLAYER3 = Horse
PLAYER4 = Horse

---

HOW TO MODIFY PLAYERS
The top four lines of this file point to subdirectories in the "players" folder to use for the corresponding players.
If anything other than a valid folder is found, a random player will be chosen.

The name of the folder is used as the name of the player. A player folder may contain these files:
- "face": A neutral face graphic, preferably 100x100 (otherwise it will be resized). It can be any supported filetype.
A face file must exist for a player to be used. It can be an animated GIF, but it will play at a default constant speed. Sorry.
- "facegood": A face used when doing well. If facegood does not exist, the neutral face is used instead.
- "facebad": A face used when doing poorly. If facebad does not exist, the neutral face is used instead.
- "lines.txt": A list of randomly-used quotes. If lines.txt does not exist, the player will be silent.
- "traits.txt": A list of AI behaviors. If traits.txt does not exist, they will have no traits and only basic AI.