Files
DirtyLeague_Bot/config.json

22 lines
456 B
JSON

{
"target_window": {
"title": "DirtyLeague",
"process_name": "DirtyLeague.exe"
},
"bot": {
"max_wins_limit": 3,
"poll_interval_sec": 0.8,
"confidence_threshold": 0.8,
"action_delay_sec": 0.5,
"kill_switch_key": "q"
},
"league_retention": {
"upper_trophy_threshold": 2125,
"lower_trophy_threshold": 125,
"points_per_win": 50,
"points_per_loss": 50
},
"assets_dir": "assets",
"log_level": "INFO"
}