fix: 掉落识别错误

This commit is contained in:
MistEO
2022-12-12 23:49:33 +08:00
parent ee281f6ab7
commit c4a6705faa

View File

@@ -6500,42 +6500,46 @@
"isAscii": true,
"text": [],
"ocrReplace": [
[
"o",
"0"
],
[
"O",
"0"
],
[
"I",
"1"
],
[
"l",
"1"
],
[
"方",
"万"
],
[
"",
"万"
],
[
"",
"万"
],
[
"",
"亿"
],
[
"",
"亿"
]
[
"o",
"0"
],
[
"O",
"0"
],
[
"I",
"1"
],
[
"l",
"1"
],
[
"方",
"万"
],
[
"",
"万"
],
[
"",
"万"
],
[
"",
""
],
[
"",
"亿"
],
[
"억",
"亿"
]
]
},
"StageDrops-Difficulty-Tough": {
@@ -9151,4 +9155,4 @@
"RoguelikeWaitBattleStart"
]
}
}
}