1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 19:55:12 +00:00
ArisuAutoSweeper/config/template.json
2023-11-01 15:33:35 +08:00

89 lines
1.8 KiB
JSON

{
"Alas": {
"Emulator": {
"Serial": "auto",
"PackageName": "auto",
"GameLanguage": "auto",
"ScreenshotMethod": "scrcpy",
"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,
"CombatScreenshotInterval": 1.0,
"WhenTaskQueueEmpty": "goto_main"
}
},
"Restart": {
"Scheduler": {
"Enable": true,
"NextRun": "2020-01-01 00:00:00",
"Command": "Restart",
"ServerUpdate": "04:00"
}
},
"Cafe": {
"Scheduler": {
"Enable": true,
"NextRun": "2020-01-01 00:00:00",
"Command": "Cafe",
"ServerUpdate": "04:00, 16:00"
},
"Cafe": {
"Reward": true,
"Touch": true,
"AutoAdjust": true
}
},
"Mail": {
"Scheduler": {
"Enable": true,
"NextRun": "2020-01-01 00:00:00",
"Command": "Mail",
"ServerUpdate": "04:00"
}
},
"Circle": {
"Scheduler": {
"Enable": true,
"NextRun": "2020-01-01 00:00:00",
"Command": "Circle",
"ServerUpdate": "04:00"
}
},
"TacticalChallenge": {
"Scheduler": {
"Enable": true,
"NextRun": "2020-01-01 00:00:00",
"Command": "TacticalChallenge",
"ServerUpdate": "15:00"
},
"TacticalChallenge": {
"PlayerSelect": 0
}
},
"DataUpdate": {
"Scheduler": {
"Enable": true,
"NextRun": "2020-01-01 00:00:00",
"Command": "DataUpdate",
"ServerUpdate": "04:00"
},
"ItemStorage": {
"AP": {},
"Credit": {},
"Pyroxene": {}
}
}
}