The project contains a tool for parsing csv tables compiled from game data. The developed parser combines information from various game tables, collecting data in a convenient format (.js, .json etc). Parsed data is also used by community members to develop their Discord bots.
The Vuejs3 web application supports PWA and optimal display on various screens, and also supports the entire locale from the game and additional ones contributed by the community. Current deployment
If you are a data miner, you can find tables in the parser directory, and images in src
npm install # install dependencies
npm run build # build
npm install # install dependencies if not already installed
npm run parser # parse game data
npm run i18n:full # generate localization strings
npm run dev # deploy local server
Contributions are welcome! Please see the CONTRIBUTING.md file for more information.