XVs32 / kcauto_custom

kcauto_custom, the successor to kcauto, a Kantai Collection (Kancolle) bot / automation tool
https://xvs32.github.io/kcauto_custom/
GNU General Public License v3.0
9 stars 2 forks source link

Leave ship damaged after sortie on purpose #98

Closed XVs32 closed 1 month ago

XVs32 commented 1 month ago

What

How

Result

Reference

XVs32 commented 1 month ago

The thing is, Loop1: repair -> combat -> if ship damaged -> loop done Loop2: repair(repair current combat fleet) -> combat switch for new ships

The repair module is still repairing ships whose about to be switched out

This is not the way to go

XVs32 commented 1 month ago

The current logic is : When combat module enable Ready for sortie -> switch for combat fleet -> combat moduel trigger repair(skip next repair attempt) -> sortie -> repair (get skipped)

Let's see how it goes

XVs32 commented 1 month ago

Looks ok at the moment, the code is running in develop already, I will close this ticket for now