fix.修复吃理智药/吃石头后,开始行动次数被清空的问题

This commit is contained in:
MistEO
2021-12-23 22:23:58 +08:00
parent e7d514aefe
commit 5706abcbd3

View File

@@ -99,7 +99,8 @@
"SwipeToStageBI8": {
"algorithm": "justReturn",
"action": "swipeToTheRight",
"maxTimes": 3,
"maxTimes": 20,
"maxTimes_Doc": "SwipeToStageBI8是JustReturn的为了避免无限卡在这里设个上限",
"exceededNext": [
"StageBI8"
],
@@ -160,7 +161,7 @@
"SwipeToStageBI7": {
"algorithm": "justReturn",
"action": "swipeToTheRight",
"maxTimes": 3,
"maxTimes": 20,
"exceededNext": [
"StageBI7"
],
@@ -547,7 +548,6 @@
},
"MedicineConfirm": {
"action": "clickSelf",
"maxTimes": 0,
"roi": [
1000,
500,
@@ -579,7 +579,6 @@
"StoneConfirm": {
"template": "MedicineConfirm.png",
"action": "clickSelf",
"maxTimes": 0,
"roi": [
1000,
500,