This will help you pick talents for the game Crusaders of the Lost Idols. It currently only looks at the very basic DPS talents. It will never suggest any talent that doesn't directly say it increases DPS.
To run it locally you just need to do the following
- Make sure you have docker installed
- Clone this repo
- From the repository run the following commands
- docker build -t cotli-talents .
- docker run -p 8080:8080 -v .:/var/www/html cotli-talents
- Open up a browser and navigate to http://localhost:8080/cotli_talents.php
- Fill in the information and it will suggest talents to you.
- Checking the debug checkbox will show how much the next level of each talent will increase your DPS, as well as the increase as a % of idols spent.
- No storing of information, everything is just "saved" in POST data.
- Will only suggest talents that directly impact DPS
- Does not handle synergy
- Does not handle Fast Learners
- Does not handle anything regarding CLK
- Does not handle anything to give more idols
Does not handle Maxed Power in terms of gains from creating a new max level- Handles it for 1 level, should look at purchasing multiple levels
Does not handle Kilo Leveling in terms of gains from hitting a new 1k crusader level- Handles it for 1 level, should look at purchasing multiple levels
- UI is pretty terrible