Path of Exile tool which price checks cluster jewels with specific mod combinations
- Python 3.8+
- 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 frommod_dump.json
- Run
python clusteravg.py <config_name>
and let the program do the work for you
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"]
]