mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: return back to page_raid to gauge accurate reading of get_remain
Upd: [EN] raid daily help text
This commit is contained in:
parent
fcb0ace176
commit
89c2968a7f
@ -1166,7 +1166,7 @@
|
|||||||
},
|
},
|
||||||
"StageFilter": {
|
"StageFilter": {
|
||||||
"name": "Raid Daily Stage Filter",
|
"name": "Raid Daily Stage Filter",
|
||||||
"help": "Generally does not need to be modified or re-arranged but can do so if desired\nCan save on oil consumption if less are attacked\n'EX' difficulty is supported, submarine is force called if specified to increase clearing rate"
|
"help": "Generally does not need to be modified or re-arranged but can do so if desired\nCan save on oil consumption if less are attacked\nSupports EX difficulty if specified, submarine is force called to increase clearing rate"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MaritimeEscort": {
|
"MaritimeEscort": {
|
||||||
|
|||||||
@ -53,6 +53,7 @@ class RaidDaily(RaidRun):
|
|||||||
Reward(self.config, self.device).reward_mission(
|
Reward(self.config, self.device).reward_mission(
|
||||||
daily=self.config.Reward_CollectMission,
|
daily=self.config.Reward_CollectMission,
|
||||||
weekly=False)
|
weekly=False)
|
||||||
|
self.ui_ensure(page_raid)
|
||||||
|
|
||||||
logger.hr('ex', level=1)
|
logger.hr('ex', level=1)
|
||||||
super().run(name=name, mode='ex', total=self.get_remain('ex'))
|
super().run(name=name, mode='ex', total=self.get_remain('ex'))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user