File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020ALLOWED_SEASONS = [
2121 Season .MID_SEASON_1 ,
22+ Season .MID_SEASON_2 ,
2223]
2324
2425# special cases
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ class Config:
3434 iterations : str = "60000"
3535 keep_files : bool = False
3636 # affects trinkets
37- max_ilevel : int = 300
37+ max_ilevel : int = 344
3838 # affects trinkets
39- min_ilevel : int = 240
39+ min_ilevel : int = 292
4040 pretty : bool = False
4141 profileset_work_threads : str = "2"
4242 ptr : str = "0"
@@ -59,7 +59,7 @@ class Config:
5959 talent_permutations : bool = False
6060 target_error : typing .Dict [str , str ] = dataclasses .field (default_factory = dict )
6161 threads : str = ""
62- tier : str = "MID1 "
62+ tier : str = "MID2 "
6363 use_raidbots : bool = False
6464 write_humanreadable_secondary_distribution_file : bool = False
6565 apikey : str = ""
Original file line number Diff line number Diff line change 11setuptools
22# Lib with World of Warcraft game data for simulations and some input checks for SimulationCraft.
3- simc-support ~= 12.0.5 .0
3+ simc-support ~= 12.1.0 .0
44requests
55# load special cases
66pyyaml
You can’t perform that action at this time.
0 commit comments