Skip to content

Commit

Permalink
fix: 肉鸽中露西升华与娜娜缔结契约的处理
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Nov 30, 2024
1 parent 00dc706 commit f59893f
Showing 1 changed file with 44 additions and 6 deletions.
50 changes: 44 additions & 6 deletions assets/resource/base/pipeline/activity/outside_deduction.json
Original file line number Diff line number Diff line change
Expand Up @@ -1914,6 +1914,8 @@
"SOD_CombatVictory",
"SOD_CombatDefeat_hint",
"SOD_CombatDefeat",
"SOD_Dialog_3",
"SOD_Dialog_5",
"SOD_ItemSellct_1",
"SOD_Combating",
"SOD_ItemLose_1",
Expand Down Expand Up @@ -1947,18 +1949,19 @@
],
"action": "Click"
},
"Sub_SOD_Dialog_3": {
"is_sub": true,
"SOD_Dialog_3": {
"doc": "战斗中露西的升华",
"recognition": "OCR",
"expected": [
"升华"
],
"roi": [
542,
545,
198,
138
607,
597,
63,
34
],
"only_rec": true,
"action": "Click"
},
"Sub_SOD_Dialog_4": {
Expand All @@ -1974,6 +1977,41 @@
],
"action": "Click"
},
"SOD_Dialog_5": {
"doc": "战斗中天使娜娜的缔结契约",
"recognition": "OCR",
"expected": "选择缔约对象",
"roi": [
538,
144,
203,
35
],
"only_rec": true,
"action": "Click",
"target": [
393,
314,
81,
89
],
"next": [
"SOD_Dialog_5_1",
"SOD_Dialog_5"
]
},
"SOD_Dialog_5_1": {
"recognition": "OCR",
"expected": "缔结契约",
"roi": [
585,
596,
109,
30
],
"only_rec": true,
"action": "Click"
},
"SOD_CombatDefeat_hint": {
"recognition": "OCR",
"expected": [
Expand Down

0 comments on commit f59893f

Please sign in to comment.