mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Upd: adjustments for EN commission titles (#5237)
* Upd: adjusted EN commission title area * Fix: revert en commission dictionary changes
This commit is contained in:
commit
353eb27868
@ -115,7 +115,7 @@ class Commission:
|
|||||||
def commission_parse(self):
|
def commission_parse(self):
|
||||||
# Name
|
# Name
|
||||||
# This is different from CN, EN has longer names
|
# This is different from CN, EN has longer names
|
||||||
area = area_offset((176, 23, 420, 53), self.area[0:2])
|
area = area_offset((131, 23, 409, 53), self.area[0:2])
|
||||||
button = Button(area=area, color=(), button=area, name='COMMISSION')
|
button = Button(area=area, color=(), button=area, name='COMMISSION')
|
||||||
ocr = Ocr(button, lang='cnocr')
|
ocr = Ocr(button, lang='cnocr')
|
||||||
self.button = button
|
self.button = button
|
||||||
|
|||||||
@ -18,8 +18,8 @@ dictionary_cn = {
|
|||||||
# major_comm needs to be after extra_cube,
|
# major_comm needs to be after extra_cube,
|
||||||
# because `Fleet Cargo Transport` is `extra_cube` and `Cargo Transport I` is major_comm
|
# because `Fleet Cargo Transport` is `extra_cube` and `Cargo Transport I` is major_comm
|
||||||
dictionary_en = {
|
dictionary_en = {
|
||||||
'daily_resource': ['AILY RESOURCE EXTRACTION'],
|
'daily_resource': ['DAILY RESOURCE EXTRACTION'],
|
||||||
'daily_chip': ['AKENING TACTICAL RESEARCH'],
|
'daily_chip': ['AWAKENING TACTICAL RESEARCH'],
|
||||||
'extra_drill': ['SAILING', 'BUOY', 'FRONTIER', 'COASTAL', 'SALING'],
|
'extra_drill': ['SAILING', 'BUOY', 'FRONTIER', 'COASTAL', 'SALING'],
|
||||||
'extra_part': ['VEIN', 'FOREST'],
|
'extra_part': ['VEIN', 'FOREST'],
|
||||||
'extra_cube': ['FLEET ESCORT EXERCISE', 'FLEET EXERCISE', 'FLEET CARGO TRANSPORT', 'FLEET COMBAT EXERCISE'],
|
'extra_cube': ['FLEET ESCORT EXERCISE', 'FLEET EXERCISE', 'FLEET CARGO TRANSPORT', 'FLEET COMBAT EXERCISE'],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user