mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
Update tasks.json for OperBoxNameOCR YostarEN (#5059)
260/260 operators detected, finally fixed. @MistEO the ` "specialParams": [` ` 160,` ` 4,` ` 6,` ` 0` ` ]` from #5004 with [2] = 6 was a godbless, basically all the work that I had been doing this week has been rendered useless XD. I just tried tonight changing it and everything fixed itself. It took me a week because I had to understand a bit better the tasks.json and the MaaCore. ### ISSUE The only that is left is Operator's names that have a new line in them, such as Skadi the Corrupting Heart and Greyy the Lightningbearer.
This commit is contained in:
@@ -2121,7 +2121,7 @@
|
||||
"鸿雪"
|
||||
],
|
||||
[
|
||||
"Gavial the.*",
|
||||
"Gavial the Invincible",
|
||||
"百炼嘉维尔"
|
||||
],
|
||||
[
|
||||
@@ -2168,6 +2168,10 @@
|
||||
"Astgenne",
|
||||
"星源"
|
||||
],
|
||||
[
|
||||
".*Lightni.*bearer",
|
||||
"Greyy the Lightningbearer"
|
||||
],
|
||||
[
|
||||
"Greyy the Lightningbearer",
|
||||
"承曦格雷伊"
|
||||
@@ -2326,6 +2330,15 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
"OperBoxNameOCR": {
|
||||
"specialParams": [
|
||||
160,
|
||||
4,
|
||||
6,
|
||||
0
|
||||
]
|
||||
},
|
||||
|
||||
"ClickChapter1": {
|
||||
"text": [
|
||||
"Hour of An Awakening",
|
||||
|
||||
Reference in New Issue
Block a user