Skip to content

Helps choose which talents to puchase for Crusaders of the Lost Idols

License

Notifications You must be signed in to change notification settings

gragatrim/cotli_talent_picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cotli Talent Picker

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

  1. Make sure you have docker installed
  2. Clone this repo
  3. From the repository run the following commands
    1. docker build -t cotli-talents .
    2. docker run -p 8080:8080 -v .:/var/www/html cotli-talents
  4. Open up a browser and navigate to http://localhost:8080/cotli_talents.php
  5. Fill in the information and it will suggest talents to you.
  6. 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.

Known Issues/Missing Features

  1. No storing of information, everything is just "saved" in POST data.
  2. Will only suggest talents that directly impact DPS
    1. Does not handle synergy
    2. Does not handle Fast Learners
    3. Does not handle anything regarding CLK
    4. Does not handle anything to give more idols
    5. Does not handle Maxed Power in terms of gains from creating a new max level
      1. Handles it for 1 level, should look at purchasing multiple levels
    6. Does not handle Kilo Leveling in terms of gains from hitting a new 1k crusader level
      1. Handles it for 1 level, should look at purchasing multiple levels
  3. UI is pretty terrible

About

Helps choose which talents to puchase for Crusaders of the Lost Idols

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages