mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 19:47:53 +08:00
Opt: Allow research E-6, still ignore B series and E-2
This commit is contained in:
@@ -208,7 +208,7 @@ class ResearchSelector(UI):
|
|||||||
# - Low income from B series research.
|
# - Low income from B series research.
|
||||||
# Gold B-4 basically equivalent to C-12, but needs a lot of oil.
|
# Gold B-4 basically equivalent to C-12, but needs a lot of oil.
|
||||||
if (proj.genre.upper() == 'B') \
|
if (proj.genre.upper() == 'B') \
|
||||||
or proj.genre.upper() == 'E' and str(proj.duration) != '6':
|
or (proj.genre.upper() == 'E' and str(proj.duration) != '6'):
|
||||||
continue
|
continue
|
||||||
out.append(index)
|
out.append(index)
|
||||||
return out
|
return out
|
||||||
|
|||||||
Reference in New Issue
Block a user