| Line 849: |
Line 849: |
| | | | |
| | |F/storm -> G, I/empty, J/empty, M = | | |F/storm -> G, I/empty, J/empty, M = |
| | + | *Go to J if fleet contains CL, DD >= 2 and the fleet is '''Fast+''' |
| | *Go to G if (F)BB(V)+CV(L/B)+CA(V) >= 5 | | *Go to G if (F)BB(V)+CV(L/B)+CA(V) >= 5 |
| | *If fleet contains (F)BB(V)+CV(B) <= 2 '''and''' CL+DD >= 3 | | *If fleet contains (F)BB(V)+CV(B) <= 2 '''and''' CL+DD >= 3 |
| Line 859: |
Line 860: |
| | |H -> G, L/empty = *Meet '''ANY''' of the following requirements to '''FORCE''' G | | |H -> G, L/empty = *Meet '''ANY''' of the following requirements to '''FORCE''' G |
| | **Fleet contains (F)BB(V) or CV(B) | | **Fleet contains (F)BB(V) or CV(B) |
| − | **DD < 3 | + | **DD <= 2 |
| − | **CL+DD < 4 | + | **CL+DD <= 3 |
| | **CVL >= 2 | | **CVL >= 2 |
| − | **Fleet contains slow ship
| |
| | *Go to L if CL+DD >= 5 | | *Go to L if CL+DD >= 5 |
| | *Otherwise, random routing between G and L | | *Otherwise, random routing between G and L |
| Line 870: |
Line 870: |
| | |L/empty -> J/empty = *Do not meet the conditions to go to N or O | | |L/empty -> J/empty = *Do not meet the conditions to go to N or O |
| | |L/empty -> N = *Fleet contains CVL, CLT, AV, LHA | | |L/empty -> N = *Fleet contains CVL, CLT, AV, LHA |
| − | |L/empty -> O/resource = * Fail the LoS check | + | |L/empty -> O/resource = *Fleets that meet the requirement to go to N has a very small chance of going to O |
| | | | |
| − | |M -> K/resource = *Fleet contains (F)BB(V)+CV(B/L) <= 2 '''and''' no CLs | + | |M -> K/resource, P= |
| − | *Random routing between K and P if not meeting the conditions | + | *Go to P if fleet contains CL '''and''' at least 1 DD |
| − | |M -> P = *Fleet contains CL '''and''' at least 1 DD
| + | *Otherwise, random routing |
| − | *Random routing between K and P if not meeting the conditions | |
| | }} | | }} |
| | | | |