fix: 修复掉落数量mask错误

This commit is contained in:
MistEO
2023-01-08 02:10:45 +08:00
parent 5578126103
commit aa21d340df
2 changed files with 2 additions and 17 deletions

View File

@@ -1907,21 +1907,6 @@
]
]
},
"StageDrops-Quantity": {
"template": "empty.png",
"templThreshold": 6,
"templThreshold_Doc": "这里用来作为字间距阈值",
"roi": [
62,
90,
46,
22
],
"maskRange": [
200,
255
]
},
"Phantom@Roguelike@StageEncounterOptionUnknown": {
"templThreshold": 0.95
},

View File

@@ -6598,8 +6598,8 @@
22
],
"maskRange": [
0,
110
110,
255
]
},
"NumberOcrReplace": {