Skip to content

Path of Exile tool which price checks cluster jewels with specific mod combinations

Notifications You must be signed in to change notification settings

infernumx/ClusterAvg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClusterAvg

Path of Exile tool which price checks cluster jewels with specific mod combinations

Requirements

  • Python 3.8+

Usage

  • Run python generate_cluster_mods.py to dump all cluster mod names and their respective trade API stat keys
  • Create desired configs under /configs using mod names from mod_dump.json
  • Run python clusteravg.py <config_name> and let the program do the work for you

Example

JSON Config for popular physical cluster mod combinations

[
    ["Battle-Hardened", "Force Multiplier", "Iron Breaker"],
    ["Battle-Hardened", "Force Multiplier", "Master the Fundamentals"],
    ["Battle-Hardened", "Furious Assault", "Master the Fundamentals"],
    ["Master the Fundamentals", "Force Multiplier", "Iron Breaker"]
]

About

Path of Exile tool which price checks cluster jewels with specific mod combinations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages