Files
MaaAssistantArknights/resource/config.json
2021-07-14 20:59:36 +08:00

254 lines
6.6 KiB
JSON

{
"version": 0.2,
"options": {
"delay": {
"type": "fixedTime",
"fixedTime": 2000
},
"cache": true
},
"handle": {
"BlueStacks": {
"Control": [
{
"class": "BS2CHINAUI",
"window": "BlueStacks App Player"
},
{
"class": "BS2CHINAUI",
"window": "HOSTWND"
},
{
"class": "",
"window": "BlueStacks Android PluginAndroid"
}
],
"View": [
{
"class": "BS2CHINAUI",
"window": "BlueStacks App Player"
}
],
"Window": [
{
"class": "BS2CHINAUI",
"window": "BlueStacks App Player"
}
],
"Width": 1294,
"Height": 773,
"xOffset": -7,
"yOffset": -47
},
"Nox": {
"Control": [
{
"class": "Qt5QWindowIcon",
"window": "夜神模拟器"
}
],
"View": [
{
"class": "Qt5QWindowIcon",
"window": "夜神模拟器"
}
],
"Window": [
{
"class": "Qt5QWindowIcon",
"window": "夜神模拟器"
}
],
"Width": 1298,
"Height": 754,
"xOffset": 0,
"yOffset": -32
},
"LDPlayer": {
"Control": [
{
"class": "LDPlayerMainFrame",
"window": "雷电模拟器"
},
{
"class": "RenderWindow",
"window": "TheRender"
}
],
"View": [
{
"class": "LDPlayerMainFrame",
"window": "雷电模拟器"
}
],
"Window": [
{
"class": "LDPlayerMainFrame",
"window": "雷电模拟器"
}
],
"Width": 1304,
"Height": 756,
"xOffset": 0,
"yOffset": -35
},
"XYAZ": {
"Control": [
{
"class": "Qt5QWindowIcon",
"window": "逍遥模拟器"
},
{
"class": "Qt5QWindowIcon",
"window": "MainWindowWindow"
}
],
"View": [
{
"class": "Qt5QWindowIcon",
"window": "逍遥模拟器"
}
],
"Window": [
{
"class": "Qt5QWindowIcon",
"window": "逍遥模拟器"
}
],
"Width": 1282,
"Height": 769,
"xOffset": 0,
"yOffset": -47
},
"Tencent": {
"Control": [
{
"class": "TXGuiFoundation",
"window": "腾讯手游助手"
},
{
"class": "AEngineRenderWindowClass",
"window": "AEngineRenderWindow"
}
],
"View": [
{
"class": "TXGuiFoundation",
"window": "腾讯手游助手"
}
],
"Window": [
{
"class": "TXGuiFoundation",
"window": "腾讯手游助手"
}
],
"Width": 1282,
"Height": 769,
"xOffset": 0,
"yOffset": -42
}
},
"tasks": {
"Begin": {
"filename": "",
"threshold": 0,
"type": "doNothing",
"next": [
"StartButton1",
"StartButton2",
"PRTS",
"UseMedicine",
"UseStone",
"PrtsErrorConfirm",
"Random"
]
},
"StartButton1": {
"filename": "StartButton1.png",
"threshold": 0.99,
"type": "clickSelf",
"next": [
"StartButton2",
"UseMedicine",
"UseStone"
]
},
"StartButton2": {
"id": 2,
"filename": "StartButton2.png",
"threshold": 0.99,
"type": "clickSelf",
"next": [
"PRTS"
]
},
"PRTS": {
"filename": "PRTS.png",
"threshold": 0.98,
"type": "doNothing",
"next": [
"PRTS",
"PrtsErrorConfirm",
"Random"
]
},
"Random": {
"filename": "",
"threshold": 0,
"type": "clickRand",
"next": [
"StartButton1",
"Random"
]
},
"UseMedicine": {
"filename": "UseMedicine.png",
"threshold": 0.99,
"type": "doNothing",
"next": [
"MedicineConfirm"
]
},
"MedicineConfirm": {
"filename": "MedicineConfirm.png",
"threshold": 0.98,
"type": "clickSelf",
"next": [
"StartButton1"
]
},
"UseStone": {
"filename": "UseStone.png",
"threshold": 0.99,
"type": "stop",
"next": [
"StoneConfirm"
]
},
"StoneConfirm": {
"filename": "MedicineConfirm.png",
"threshold": 0.98,
"type": "clickSelf",
"next": [
"StartButton1"
]
},
"PrtsErrorConfirm": {
"filename": "PrtsErrorConfirm.png",
"threshold": 0.98,
"type": "doNothing",
"next": [
"AbandonAction"
]
},
"AbandonAction": {
"filename": "AbandonAction.png",
"threshold": 0.98,
"type": "clickSelf",
"next": [
"Random"
]
}
}
}