A collection of script(s) used to generate a list of everything that gives a buff/debuf in the game Idleon
The purpose of these scripts are to generate a file located in output/output.json which is a JSON array that contains all bonuses in Idleon. For example, anything that gives weapon power should be included in the list. This list is used in Idleon Insight Frontend.
If you find anything in the game that isn't in this list, please create a Github issue. It doesn't have to be long or descriptive, just let me know! You can also make the changes yourself and create a pull request if you would like.
If the data isn't present in the wiki bot, it can be manually added to the output very easily. Simply add an entry in manual/manual.json that matches the example and submit a pull request!
Absolutely! The following URL can be used to get the JSON as a string: https://raw.githubusercontent.com/Corbeno/Idleon-Insight/main/output/output.json
(This is actually how Idleon Insight does it!)
node src/main.js
When first cloning the repo, run the following
git submodule update --init --recursive
Then run
git submodule update --recursive --remote