Line 611: |
Line 611: |
| |0 -> A, C, D = | | |0 -> A, C, D = |
| *Go to C if fleet contains CV(B) | | *Go to C if fleet contains CV(B) |
− | *Random between A and C if meeting '''ALL''' of the following
| |
− | **Fleet contains no CL
| |
− | **DD ≥ 4
| |
− | **Fleet contains any BB(V) or CVL (FBB doesn't count)
| |
− | **'''Slow''' fleet
| |
| * Meet '''ANY''' of the following to go to D | | * Meet '''ANY''' of the following to go to D |
− | **Fleet contains CL and DD ≥ 3 | + | **DD+DE = 6 |
− | **Fleet contains (F)BB(V) or CVL, no CL and DD ≥ 4 ('''All fast''') | + | **DD ≥ 3, CL+DD ≥ 4 '''AND''' meet '''one''' of the following |
− | **Fleet doesn't contain CL, (F)BB(V) or CVL, DD ≥ 4 | + | ***Fast fleet |
− | * Meet '''ANY''' of the following to go to A
| + | ***Fleet contains CL |
− | ** Fleet contains AO or AV
| + | ***BB(V)+CV(L/B) = 0 (FBB doesn't count) |
− | ** Fleet contains CL and 2 DDs
| + | *Go to A if DD+DE ≥ 2 '''AND''' fleet contains either CL or AO |
| * Otherwise, random routing between A and C | | * Otherwise, random routing between A and C |
| | | |
Line 641: |
Line 636: |
| |F -> H, K/storm = | | |F -> H, K/storm = |
| * Go to K if fleet contains SS(V) or no DDs | | * Go to K if fleet contains SS(V) or no DDs |
− | * Go to H if fleet contains DD ≥ 2 and CV(L/B) ≤ 2, no (F)BB(V) | + | * Go to H if fleet contains DD ≥ 2, (F)BB(V)+CV(L/B) ≤ 2 '''AND''' the fleet is fast |
| * Otherwise, random routing (The higher amount of DDs you have in fleet, the better chance you will go to H) | | * Otherwise, random routing (The higher amount of DDs you have in fleet, the better chance you will go to H) |
| | | |
Line 648: |
Line 643: |
| * Otherwise, random routing between H and I | | * Otherwise, random routing between H and I |
| | | |
− | |H -> I, N = * Random (Higher chance for N if the fleet has 2 or 3 DDs) | + | |H -> I, N = |
| + | *If CV(B/L) = 2, 90% N, 10% I |
| + | *Otherwise, 75% N, 25% I |
| | | |
| |K/storm -> L, N = | | |K/storm -> L, N = |
− | * Go to L if DD ≤ 1 | + | *Meet '''ANY''' of the following to go to L |
| + | **DD ≤ 1 |
| + | **CV(B/L) ≥ 3 |
| + | **Fleet contains SS(V) |
| * Otherwise, random routing | | * Otherwise, random routing |
| | | |
| |L -> M/empty, N = | | |L -> M/empty, N = |
− | * Go to M if (F)BB(V)+CV(L/B) ≥ 5 or CL+DD+DE = 0 | + | *Meet '''ANY''' of the following to go to M |
− | * Go to N if (F)BB(V)+CV(L/B) ≤ 2 | + | **(F)BB(V)+CV(L/B) ≥ 5 |
| + | **CL+DD+DE = 0 |
| + | **CV(L/B) = 0 |
| + | * Go to N if (F)BB(V)+CV(L/B) ≤ 2 '''and''' SS(V) = 0 |
| * Random otherwise | | * Random otherwise |
| }} | | }} |