Adapted EN regex for new AutoSquad algorithm (#6028)

Huge thanks to Anthon @biscuit_lmao for giving me access to his AK account
This commit is contained in:
David
2023-08-21 16:35:46 +02:00
committed by GitHub
3 changed files with 23 additions and 43 deletions

View File

@@ -122,6 +122,14 @@
"Event"
]
},
"BattleQuickFormationOCR": {
"roi": [
2,
230,
114,
22
]
},
"CharsNameOcrReplace": {
"Doc": "该任务的 ocrReplace 被所有涉及干员名的英文识别任务复用 This task's ocrReplace is reused by all recognition tasks related to operator names",
"ocrReplace": [
@@ -150,7 +158,7 @@
"幽灵鲨"
],
[
".*arl the Radiant Knight",
"Nearl? the Radiant Kn?ight",
"Nearl the Radiant Knight"
],
[
@@ -318,7 +326,7 @@
"空"
],
[
"S.*a.*i the C.*r.*pt.*ng.*",
"Ss?k?ad?i ?the ?Co?r*m?u?pt?i?ng.*",
"Skadi the Corrupting Heart"
],
[
@@ -498,7 +506,7 @@
"焰尾"
],
[
"Wild.*Mane",
"Wild Mane",
"野鬃"
],
[
@@ -578,7 +586,7 @@
"夜刀"
],
[
".*Justice Knight.*",
"'?Justice Knight'?",
"'Justice Knight'"
],
[
@@ -589,10 +597,6 @@
"Fartooth",
"远牙"
],
[
".*en the Holungday",
"假日威龙陈"
],
[
"Ch'en the Holungday",
"假日威龙陈"
@@ -882,7 +886,7 @@
"夕"
],
[
".*va the Purgatory",
"Lava the Purgatory",
"炎狱炎熔"
],
[
@@ -950,7 +954,7 @@
"艾雅法拉"
],
[
"[Ii]?frit",
"[Iil]?frit",
"Ifrit"
],
[
@@ -1177,10 +1181,6 @@
"High-Energy Originium Bomb",
"高能源石炸弹"
],
[
".*oos the Keen Glint",
"Kroos the Keen Glint"
],
[
"Kroos the Keen Glint",
"寒芒克洛丝"
@@ -1246,7 +1246,7 @@
"海蒂"
],
[
".*ne-Colored Deer",
"Nine-*Colored Deer",
"Nine-Colored Deer"
],
[
@@ -1481,10 +1481,6 @@
"Reliable Battery",
"可靠电池"
],
[
".*cter the Unchained",
"Specter the Unchained"
],
[
"Specter the Unchained",
"归溟幽灵鲨"
@@ -1513,10 +1509,6 @@
"Czerny",
"车尔尼"
],
[
".*cus the Purifier",
"濯尘芙蓉"
],
[
"Hibiscus the Purifier",
"濯尘芙蓉"
@@ -1578,13 +1570,9 @@
"至简"
],
[
"Poz.*mka",
"Poz.mka",
"鸿雪"
],
[
".*vial the Invincible",
"Gavial the Invincible"
],
[
"Gavial the Invincible",
"百炼嘉维尔"
@@ -1630,11 +1618,7 @@
"星源"
],
[
".*Lightni.*bearer",
"Greyy the Lightningbearer"
],
[
"Lightni.*the.*",
"L *ith *t* *nrey *thne",
"Greyy the Lightningbearer"
],
[
@@ -1674,7 +1658,7 @@
"罗小黑"
],
[
"M.*ynar",
"M.ynar",
"玛恩纳"
],
[
@@ -1769,10 +1753,6 @@
"Wolfpack",
"狼群"
],
[
".*xas the Omertosa",
"Texas the Omertosa"
],
[
"Texas the Omertosa",
"缄默德克萨斯"

View File

@@ -1190,10 +1190,6 @@
"鉗獸殼粉",
"钳兽壳粉"
],
[
"^w$",
"W"
],
[
"鞭刀",
"鞭刃"

View File

@@ -2714,6 +2714,10 @@
[
"^年.?$",
"年"
],
[
"^w$",
"W"
]
]
},
@@ -13457,4 +13461,4 @@
],
"postDelay": 2000
}
}
}