feat: complete DirtyLeague autonomous FSM bot with fast derank and chest handling
This commit is contained in:
21
config.json
Normal file
21
config.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user