Converts Homunculus Database to YAML (#4659)

* Converts the Homunculus Database and Homunculus Skill Tree Database into one YAML flat file.
* General cleanups and optimizations.
* Includes CSV2YAML converter.
Thanks to @Lemongrass3110 and @Atemo!
Co-authored-by: Atemo <capucrath@gmail.com>
This commit is contained in:
Aleos
2023-02-15 14:42:51 -05:00
committed by GitHub
parent b2ceb30e30
commit 240f71cbce
22 changed files with 2869 additions and 675 deletions

View File

@@ -43,6 +43,7 @@
#include "../map/chat.hpp"
#include "../map/date.hpp"
#include "../map/elemental.hpp"
#include "../map/homunculus.hpp"
#include "../map/instance.hpp"
#include "../map/mercenary.hpp"
#include "../map/mob.hpp"