StarRailCopilot/config/template.json

63 lines
1.3 KiB
JSON
Raw Normal View History

2023-05-14 07:48:34 +00:00
{
"Alas": {
"Emulator": {
"Serial": "auto",
"PackageName": "auto",
"ScreenshotMethod": "scrcpy",
2023-05-14 07:48:34 +00:00
"ControlMethod": "MaaTouch",
"AdbRestart": false
},
"EmulatorInfo": {
"Emulator": "auto",
"name": null,
"path": null
},
"Error": {
"Restart": "game",
"SaveError": true,
"ScreenshotLength": 1,
"OnePushConfig": "provider: null"
},
"Optimization": {
"ScreenshotInterval": 0.2,
2023-05-14 07:48:34 +00:00
"CombatScreenshotInterval": 1.0,
"WhenTaskQueueEmpty": "goto_main"
}
},
"Restart": {
"Scheduler": {
"Enable": true,
"NextRun": "2020-01-01 00:00:00",
"Command": "Restart",
2023-06-18 19:30:53 +00:00
"ServerUpdate": "04:00"
2023-06-17 16:13:21 +00:00
}
},
"Dungeon": {
"Scheduler": {
"Enable": false,
"NextRun": "2020-01-01 00:00:00",
"Command": "Dungeon",
2023-06-18 10:41:58 +00:00
"ServerUpdate": "04:00"
2023-05-14 07:48:34 +00:00
},
2023-06-17 16:13:21 +00:00
"Dungeon": {
"Name": "Calyx_Golden_Memories",
"Team": 1
2023-05-14 07:48:34 +00:00
}
2023-06-18 10:41:58 +00:00
},
"DailyQuest": {
"Scheduler": {
"Enable": false,
"NextRun": "2020-01-01 00:00:00",
"Command": "DailyQuest",
"ServerUpdate": "04:00"
}
},
"BattlePass": {
"Scheduler": {
"Enable": false,
"NextRun": "2020-01-01 00:00:00",
"Command": "BattlePass",
"ServerUpdate": "04:00"
}
2023-05-14 07:48:34 +00:00
}
}