Skip to content

Commit f95c714

Browse files
committed
update config to 12.1.0
1 parent e2a4401 commit f95c714

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

bloodytools/simulations/trinket_simulator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
ALLOWED_SEASONS = [
2121
Season.MID_SEASON_1,
22+
Season.MID_SEASON_2,
2223
]
2324

2425
# special cases

bloodytools/utils/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 = ""

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
setuptools
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
44
requests
55
# load special cases
66
pyyaml

0 commit comments

Comments
 (0)