-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Currently, CSV is used for saving monsters to a file, as well as for loading the list of all monsters. XML would allow for better handling of missing stats for some monsters, make the code for parsing easier to read, and make it easier to define custom monsters to import.
This would also apply to Players, although they are not implemented as of writing this issue.
Currently existing data, such as the master list of monsters, would need to be converted to XML, perhaps could be done with a small python script.
Example:
<Name>Eigorp</Name>
<Species>Goblin</Species>
...
Reactions are currently unavailable