Skip to content

Commit 56d5e87

Browse files
committed
increase itemlevel cap
1 parent a535d7f commit 56d5e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bloodytools/utils/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Config:
3434
iterations: str = "60000"
3535
keep_files: bool = False
3636
# affects trinkets
37-
max_ilevel: int = 290
37+
max_ilevel: int = 300
3838
# affects trinkets
3939
min_ilevel: int = 240
4040
pretty: bool = False

0 commit comments

Comments
 (0)