Maher Fa

Results 15 comments of Maher Fa

how about a solution where electron-packager handles the encryption of the asar file with a random key and only electron executable is able to read it? or a unified encryption...

from the official game files, [chest_order.decoded.csv](https://github.com/MaherFa/temp-csv-files/blob/master/chest_order.decoded.csv) hope this can help or confirm.

does anyone have an idea where the game store card stats? I can decode csv files and gather that info. another option is getting them from the wikia. I can...

I'm already on it, I decoded characters.csv and found so many ordered useful information. I will not leave this issue until I have them all ordered in a table and...

### Option 1: Getting info from Wikia I managed to write a simple code that extracts stats and info from wikia page tables without the images in th, it also...

### Option 2: Getting info from game files I managed to extract and decode official csv files, I narrowed down related files to these: https://github.com/MaherFa/temp-csv-files ### characters.decoded.csv includes data like...

@martincarrera I have no experience with MongoDB, but I can loop through wikia pages and generate a JSON with all the info they have, and I think it should be...

already on it, I'm writing a node.js script that takes card names from an array and generate wikia links and http rquest them. I'm also using jsdom and jquery to...

@martincarrera Full JSON file is ready, where should I upload it?

[Here it is](https://gist.github.com/MaherFa/2d143da0a707caa7532dfff708643a6d#file-stats-3-23-2017-json) it's a duplicate of your cards.json with same order and length with new keys. also I spent some time to create a [help file](https://gist.github.com/MaherFa/2d143da0a707caa7532dfff708643a6d#file-info-txt) to clear everything...