Skip to content

A short python script to find how gold efficient an item is League of Legends

License

Notifications You must be signed in to change notification settings

JHMuir/LoL_Gold_Efficiency_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoL_Gold_Efficiency_Calculator

A short script to find how gold efficient an item is in League of Legends.

It's probably slow and user-unfriendly but it's just something quick I whipped up in a morning :).

To change the item, you would need to change input.txt. Write out the item's numerical stats, followed by the type of stat- the exact names of the type of stats can be found in the code, under reference_stats. When you enter these stats, separate each stat using a comma, and do not use spaces. The line with the '#' is the item's full cost. The line with the '$' is the item name.

Currently it only handles one item at a time. I will be updating in in the future to handle multiple items at a time.

Note: This is loaded with data from Season 13. If Season 14 changes any costs of the reference stat items, then this will need to be updated.

About

A short python script to find how gold efficient an item is League of Legends

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published